@font-face {
	font-family: "D-DINCondensed";
	src: url('../fonts/D-DINCondensed.eot'); /* IE9 */
	src: url('../fonts/D-DINCondensed.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/D-DINCondensed.woff') format('woff'),
	url('../fonts/D-DINCondensed.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
	url('../fonts/D-DINCondensed.svg#D-DINCondensed') format('svg'); /* iOS 4.1- */
}
@font-face {
	font-family: "D-DINExp";
	src: url('../fonts/D-DINExp.eot'); /* IE9 */
	src: url('../fonts/D-DINExp.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/D-DINExp.woff') format('woff'),
	url('../fonts/D-DINExp.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
	url('../fonts/D-DINExp.svg#D-DINExp') format('svg'); /* iOS 4.1- */
}

body{
	overflow-x:hidden !important;  background:#fff; letter-spacing:0px;
	/*font-family:'Microsoft YaHei','PingFang SC','Helvetica Neue','Helvetica','Arial',sans-serif;*/
	font-family: "D-DINExp";  
}
html{
	font-size:16px;line-height:1.1;
}
@media all and (min-width:376px){
html{
	font-size:18px;
}
}
body.pagebody{
	background:#fff;
}
.bodybg{
	background:#fff;
}
*{
	outline:none; box-sizing:border-box;
}
i{
	font-style:normal !important;
}


.clear{
	clear:both;
}


.w1400{
	width:1400px; margin:0 auto;
}
.w1200{
	width:1200px; margin:0 auto;
}
.mtb120{
	margin-top:120px; margin-bottom:120px;
}
.mt90{
	margin-top:90px;
}
.fwb{
	font-weight:bold;
}


.transition04{
	transition: All 0.2s ease-in-out;
	-webkit-transition: All 0.2s ease-in-out;
	-moz-transition: All 0.2s ease-in-out;
	-o-transition: All 0.2s ease-in-out;
}
.transition0401{
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
}
.clearboth{
	clear:both;
}
.comimg {
	position: relative;
	overflow: hidden;
}
.comimg img {
	position: absolute;
	height: 100%;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 100%;
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}
.comimg:hover img{
	transform:translateX(-50%) scale(1.1);
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}

body,html{
	width:100%; max-width:750px; margin:0 auto; background:#f2f3f8;
}
body{
	overflow-x:hidden;
}

.bodypad{
	width:100%; padding:0 0.75rem;
}
.swiper_container_banner{
	overflow:hidden; border-radius: 0.625rem; margin:1rem auto 0;  width:100%;
}
.swiper_container_banner .swiper-slide img{
	display:block; width:100%;
}
.swiper_container_banner .swiper-pagination-bullet {
	background: #f2f2f2; opacity:0.5;
}
.swiper_container_banner .swiper-pagination-bullet-active {
	background: #FF7E00; opacity:1;
}



#indexsearch{
	width:100%; height:2rem; background:#fff; border-radius: 0.625rem; margin-top:1rem; display:flex;
}
#indexsearch .keywords{
	width:calc(100% - 2.75rem); font-size:0.75rem; color:#999; border:0px; background:none; padding-left:0.625rem;
}
#indexsearch .submit{
	width:2.75rem; background:url(../images/search_icon.png) center center no-repeat; background-size:1.25rem 1.25rem;
	border:0px; font-size:0px; cursor:pointer;
}
#indexsearch.inpage{
	margin-top:0.75rem; margin-bottom:0.75rem;
}


.index_bg{
	background:#fff; border-radius: 0.625rem; overflow:hidden; padding:1.25rem 1.125rem;
}
.index_bigt{
	font-size:1rem; color:#222222; font-weight: bold; position:relative;
}
.index_bigt a{
	display:flex; position:absolute; right:0px; top:0px; height:100%; justify-content:center; flex-direction:column;
}
.index_bigt a > div{
	display:flex;
}
.index_bigt a span{
	color: #999; font-size:0.75rem; display:block; width:3.8rem;
}
.index_bigt a img{
	display:block; height:0.5625rem; margin:0.1rem 0 0 0;
}
.index01{
	margin-top:0.625rem;
}
.index01_con{
	display:flex; justify-content: left; flex-wrap:wrap;
}
.index01_con a{
	display:block; width:25%; text-align:center; margin-top:1rem;
}
.index01_con a img{
	display:inline-block; height:1.5rem;
}
.index01_con a .t{
	font-size:0.75rem; color:#222; margin-top:0.3125rem;
}
.com_imgbg{
	padding:0px;
}
.com_imgbg img{
	display:block; width:100%;
}

.footer_menu{
	position:fixed; bottom:0px; width:100%; height:3.65rem; background:#fff; left:0px; z-index:1099; display:flex;
	border-top:1px solid #f2f2f2;
}
.footer_menu a{
	display:flex; justify-content:center; flex-direction:column;	width:100%; text-align:center;
}
.footer_menu a img{
	display:inline-block; height:1.5rem; width:1.5rem; margin:0 auto;
}
.footer_menu a .t{
	font-size:0.75rem; color:#777; margin-top:0.3125rem;
}
.footer_bg{
	width:100%; height:4.65rem;
}

.us01{
	background:#fff; border-bottom-left-radius: 0.625rem;  border-bottom-right-radius: 0.625rem; overflow:hidden; padding:1.25rem 1.75rem;
}
.us_bigt{
	font-size:1.125rem; color:#222222; font-weight: bold;
}
.us01 .us_bigt{
	text-align:center;
}
.us01_line{
	width:1rem; height:2px; background: #FF7E00; margin:1rem auto 0.5rem;
}
.us01_con{
	font-size:0.875rem; color:#777; line-height:1.72;
}

.us02,.us03{
	background:#fff; border-radius: 0.625rem; overflow:hidden; padding:1.25rem 1.75rem; margin-top:0.625rem;
}
.us02_con{
	position:relative;
}
.us02_con::after{
	content:""; background: rgba(255, 126, 0, 0.2); width:1px; height:100%; position:absolute; left:5.6rem; top:0;
}
.us02_line{
	display:flex; margin-top:2.25rem; justify-content: space-between; position:relative; z-index:2;
}
.us02_line .t{
	font-size:1.125rem; color:#222222; font-weight: bold; width:4.2rem;
}
.us02_line .point{
	background: rgba(255, 126, 0, 0.2); margin:0 1rem; width:0.75rem; height:0.75rem; border-radius:1000px; margin-top:2px; position:relative;
}
.us02_line .point::after{
	content:""; background: #FF7E00; width:0.375rem; height:0.375rem; border-radius:1000px; position:absolute; left:0.1875rem; top:0.1875rem;
}
.us02_line .b{
	font-size:0.875rem; color:#777; line-height:1.29; width:calc(100% - 4.2rem - 0.75rem - 0.1875rem - 2rem);
}

.us03_con{
	display:flex; justify-content:space-between; flex-wrap:wrap;
}
.us03_con a{
	width:calc(50% - 6px); margin-top:0.625rem;
}
.us03_con a:nth-child(-n+2){
	margin-top:1rem;
}
.us03_con a .img{
	background:#f4f4f4; width:100%; padding:39% 0; position:relative;
}
.us03_con a .img img{
	position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); max-height:85%; max-width:85%;
}
.us03_con a .t{
	font-size:0.875rem; color:#222; padding:0.875rem 0.25rem; text-align:center; background:#e8e8e8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pro_list_con{
	display:flex; flex-direction: row-reverse;
}
.proteblist{
	width:5.625rem; height:100%; position:fixed; left:0px; top:0px; background:#fff;
}
.proteblist a{
	display:block; width:100%; background:#fff; font-size:0.75rem; color:#222; text-align:center; padding:1rem 0;
}
.proteblist a.active{
	color:#FF7E00; background:#f2f3f8;
}


.pro_list_conin{
	padding:0 0.75rem; width:calc(100% - 5.625rem);
}
.pro_bigt {
	font-size: 1rem; margin:1.375rem 0 1rem;	color: #222222;	font-weight: bold;
}
.pro_list_con_c a{
	display:flex; background:#fff;  border-radius: 0.625rem; padding:0.75rem; justify-content:space-between; margin-top:0.75rem;
}
.pro_list_con_c a:first-child{
	margin-top:0px;
}
.pro_list_con_c a .img{
	width:5rem; height:5rem; border-radius: 0.625rem; overflow:hidden; position:relative;
}
.pro_list_con_c a .img img{
	position:absolute; left:50%; top:0px; height:100%; min-width:100%; transform:translateX(-50%);
}
.pro_list_con_c a .text{
	width:calc(100% - 5.5rem);
}
.pro_list_con_c a .text .t{
	font-size:0.875rem; line-height:1.428; color:#222;
}
.pro_list_con_c a .text .b{
	font-size:0.75rem; line-height:1.428; color:#999; margin-top:0.25rem;
}

.swiper_container_pro{
	overflow:hidden; width:100%;
}
.swiper_container_pro .swiper-slide .img {
	position: relative;
	padding: 50% 0;
	overflow: hidden;
	width: 100%;
}
.swiper_container_pro .swiper-slide .img img{
	position: absolute;
	min-width: 100%;
	height: 100%;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
}
.swiper_container_pro .swiper-pagination-bullet {
	background: #f2f2f2; opacity:0.5;
}
.swiper_container_pro .swiper-pagination-bullet-active {
	background: #FF7E00; opacity:1;
}

.pro_show_title{
	margin-top:0.75rem; background:#fff;  border-radius: 0.625rem; padding:1.625rem;
}
.pro_show_title .t{
	font-size:1.125rem; line-height:1.778; color:#222; font-weight:bold;
}
.pro_show_title .b{
	font-size:0.875rem; line-height:1.28; color:#999;
}

.pro_show_con_list{
	margin-top:1.5rem;
}
.pro_show_bigt{
	font-size:1.5rem;  color:#222; font-weight:bold; padding-left:0.5rem; border-left:0.25rem solid #FF7E00; overflow:hidden; position:relative;
}
.pro_show_bigt a{
	display:flex; position:absolute; right:0px; top:0px; height:100%; justify-content:center; flex-direction:column;
}
.pro_show_bigt a > div{
	display:flex;
}
.pro_show_bigt a span{
	color: #FF7E00; font-size:0.75rem;
}
.pro_show_bigt a img{
	display:block; height:0.5625rem; margin:0.1rem 0 0 0.25rem;
}
.pro_show_con01_list{
	margin-top:0.75rem;  background:#fff;  border-radius: 0.625rem; overflow:hidden;
}
.pro_show_con01_list .img {
	position: relative;	padding: 28.57% 0;   border-radius: 0.625rem;	overflow: hidden;	width: 100%;
}
.pro_show_con01_list .img img{
	position: absolute;	min-width: 100%;	height: 100%;	top: 0%;	left: 50%;	transform: translateX(-50%);
}
.pro_show_con01_list .text{
	padding:1rem 1.625rem;
}
.pro_show_con01_list .text .t{
	font-size:1.125rem; line-height:1.5; color:#222; font-weight:bold;
}
.pro_show_con01_list .text .b{
	font-size:0.875rem; line-height:1.71; color:#777; margin-top:0.5rem;
}

.pro_show_con02_con{
	margin-top:1.5rem; background:#fff;  border-radius: 0.625rem; padding:1.625rem 1.625rem 0.75rem; display:flex; justify-content:space-between; flex-wrap:wrap;
}
.pro_show_con02_list{
	width:calc(50% - 0.375rem);
}
.pro_show_con02_list .img {
	position: relative;	padding: 41.1% 0;   border-radius: 0.625rem;	overflow: hidden;	width: 100%;
}
.pro_show_con02_list .img img{
	position: absolute;	min-width: 100%;	height: 100%;	top: 0%;	left: 50%;	transform: translateX(-50%);
}
.pro_show_con02_list .text{
	font-size:1.125rem; line-height:1.5; color:#222; margin:0.875rem 0; text-align:center;
}

.pro_show_con03_con{
	margin-top:1.5rem; background:#fff;  border-radius: 0.625rem; overflow:hidden;
}
.pro_show_con03_con .cli {
	display: flex;	justify-content: space-between;	border-bottom: 1px solid #f2f2f2;	line-height: 2.25rem;
}
.pro_show_con03_con .cli .clit {
	width: 50%;	padding-left: 1.625rem;	font-size: 0.875rem;	color: #777777;
}
.pro_show_con03_con .cli .clib {
	width: 50%;	border-left: 1px solid #f2f2f2;	padding-left: 1.625rem; padding-right: 1rem; word-break: break-all;	font-size: 0.875rem;	color: #222;
}

.pro_show_con04_con{
	margin-top:1.5rem;  border-radius: 0.625rem;	overflow: hidden;	width: 100%; padding:1.125rem 0.75rem; background:#fff;
}
.pro_show_con04_list{
	margin-top:1rem;
}
.pro_show_con04_list:first-child{
	margin-top:0px;
}
.pro_show_con04_list .qa{
	display:flex; padding:0.5rem 0.875rem; justify-content:space-between; background:#f3f3f7;  border-radius: 0.625rem;	overflow: hidden;
}
.pro_show_con04_list .qa .qaicon{
	width:1.75rem; height:1.75rem; line-height:1.75rem; text-align:center; font-weight: bold; font-size:0.875rem; color:#fff; background: #121A61; border-radius:1000px;
}
.pro_show_con04_list .qa .qatext{
	font-size:0.875rem; color:#222; font-weight:bold; line-height:1.85; width:calc(100% - 1.125rem - 1.75rem);
}
.pro_show_con04_list .qa.a{
	background:#fff;
}
.pro_show_con04_list .qa.a .qaicon{
	background: #FF7E00;
}
.pro_show_con04_list .qa.a .qatext{
	color:#777;
}

.filedown_list{
	display:block; background:#fff;  border-radius: 0.625rem; overflow:hidden; padding:0.375rem 0.75rem; margin-top:0.8125rem;
}
.filedown_list .t{
	display:flex; justify-content:space-between; border-bottom:1px solid rgba(0, 0, 0, 0.05); padding-bottom:0.375rem; margin-bottom:0.375rem;
}
.filedown_list .t img{
	display:block; width:4.25rem;
}
.filedown_list .t .text{
	display:flex; justify-content:center; flex-direction:column; width:calc(100% - 4.25rem - 0.625rem); font-size:1rem; line-height:1.5; color: #222222;
}
.filedown_list .b{
	display:flex; justify-content:space-between;
}
.filedown_list .b .bt{
	display:flex; justify-content:center; flex-direction:column;  font-size:0.75rem; line-height:2; color: #777;
}
.filedown_list .b a{
	display:flex; right:0px; top:0px; height:100%; justify-content:center; flex-direction:column; border-radius: 0.5rem; border: 1px solid #121A61; padding:0.375rem 0.5625rem;
}
.filedown_list .b a > div{
	display:flex;
}
.filedown_list .b a span{
	color: #121A61; font-size:0.75rem;
}
.filedown_list .b a img{
	display:block; height:0.375rem; margin:0.2rem 0 0 0.25rem;
}

.qanda_list{
	display:block; background:#fff;  border-radius: 0.625rem; overflow:hidden; padding:1.1875rem 0.75rem 0.5rem; margin-top:0.8125rem;
}
.qanda_list .qa{
	display:flex; padding:0.5rem 0.875rem; justify-content:space-between; background:#f3f3f7;  border-radius: 0.625rem;	overflow: hidden;
}
.qanda_list .qa .qaicon{
	width:1.75rem; height:1.75rem; line-height:1.75rem; text-align:center; font-weight: bold; font-size:0.875rem; color:#fff; background: #121A61; border-radius:1000px;
}
.qanda_list .qa .qatext{
	font-size:0.875rem; color:#222; font-weight:bold; line-height:1.85; width:calc(100% - 1.125rem - 1.75rem);
}
.qanda_list .qa.a{
	background:#fff;
}
.qanda_list .qa.a .qaicon{
	background: #FF7E00;
}
.qanda_list .qa.a .qatext{
	color:#777;
}
.qanda_list .img{
	border-radius: 0.625rem; overflow:hidden; margin-bottom:1.1875rem;
}

.video01_con{
	display:flex; justify-content:space-between; flex-wrap:wrap;
}
.video01_list{
	display:block; width:calc(50% - 0.3125rem); margin-top:0.625rem; background:#fff; overflow:hidden; border-radius: 0.625rem;
}
.video01_list:nth-child(-n+2){

}
.video01_list .img {
	position: relative;	padding: 37.52% 0;   border-radius: 0.625rem;	overflow: hidden;	width: 100%; position:relative;
}
.video01_list .img img{
	position: absolute;	min-width: 100%;	height: 100%;	top: 0%;	left: 50%;	transform: translateX(-50%);
}
.video01_list .img .imgtime{
	font-weight: bold; font-size:0.75rem; color:#fff; border-radius: 0.625rem;	overflow: hidden; background: rgba(0, 0, 0, 0.5);
	padding:0.5rem 0.75rem; left:0.7rem; bottom:0.7rem; position:absolute;
}
.video01_list .text{
	font-size:0.875rem; line-height:1.285; color: #222222; padding:0.875rem; 
}


.work_list{
	display:block; width:100%; margin-top:0.875rem; background:#fff; overflow:hidden; border-radius: 0.625rem;
}
.work_list:nth-child(-n+1){
	margin-top:0rem;
}
.work_list .img {
	position: relative;	padding: 22.8% 0;   border-radius: 0.625rem;	overflow: hidden;	width: 100%; position:relative;
}
.work_list .img img{
	position: absolute;	min-width: 100%;	height: 100%;	top: 0%;	left: 50%;	transform: translateX(-50%);
}
.work_list .text{
	font-size:0.875rem; line-height:1.428; color: #222; padding:0.625rem 0;  text-align:center; border-bottom:1px solid rgba(0, 0, 0, 0.05);
}
.work_list .tool{
	display:flex; justify-content:space-between;
}
.work_list .tool a{
	display:block; width:50%; text-align:center; padding:0.75rem 0; border-left:1px solid rgba(0, 0, 0, 0.05); color: #121A61; font-size:0.75rem;
}
.work_list .tool a img{
	display:inline-block; height:0.875rem; transform: translateY(0.2rem); margin-left:0.375rem;
}
.work_list .tool a:first-child{
	border:0px;
}
.work_list .tool a:nth-child(2) {
	color: #FF7E00;
}

.video02_list{
	display:block; width:100%; margin-top:1rem; overflow:hidden; border-radius: 0.625rem; position:relative;
}
.video02_list:nth-child(-n+1){
	margin-top:0rem;
}
.video02_list .img {
	position: relative;	padding: 37.5% 0;   border-radius: 0.625rem;	overflow: hidden;	width: 100%; position:relative;
}
.video02_list .img img{
	position: absolute;	min-width: 100%;	height: 100%;	top: 0%;	left: 50%;	transform: translateX(-50%);
}
.video02_list .video02_btn{
	width:3rem; height:3rem; z-index:2; left:50%; top:50%; transform:translateX(-50%) translateY(-50%); position: absolute;
}
.video02_list .text{
	font-size:0.875rem; line-height:1.25; color: #fff;   text-align:center; font-weight:bold; position:absolute; left:0px; width:100%; bottom:0.75rem; z-index:3;
}


.common_con{
	display:block; width:100%; margin-top:1rem; overflow:hidden; border-radius: 0.625rem; position:relative; padding:0.75rem; background:#fff;
	color: #777777; line-height:1.714; font-size:0.875rem;
}
.common_con strong,.common_con b{
	font-weight:bold; color:#222;
}
.common_con video{
	width:100% !important; height:auto !important;
}
.common_con img{
	max-width:100% !important; height:auto !important; width:100% !important; border-radius: 0.625rem;
}

.file_down_con{
	display:flex; justify-content:center;; width:100%; background: #FF7E00; padding:0.875rem 0; line-height:1.5rem; 
	color:#fff; font-weight:bold; font-size:1rem; position:fixed; bottom:3.65rem; left:0px;
}
.file_down_con span{
	color:#fff;
}
.file_down_con img{
	display:inline-block; height:1.5rem; margin-left:0.875rem;
}
.footer_bg_top{
	width:100%; height:3.65rem;
}


.pro_file .pro_file_list{
	display:flex; background:#fff;  border-radius: 0.625rem; padding:0.75rem; justify-content:space-between; margin-top:0.75rem;
}
.pro_file .pro_file_list:first-child{
	margin-top:0px;
}
.pro_file .pro_file_list .img{
	width:6.25rem; height:6.25rem; border-radius: 0.625rem; overflow:hidden; position:relative;
}
.pro_file .pro_file_list .img img{
	position:absolute; left:50%; top:0px; height:100%; min-width:100%; transform:translateX(-50%);
}
.pro_file .pro_file_list .text{
	width:calc(100% - 6.25rem - 1rem);
}
.pro_file .pro_file_list .text .t{
	font-size:1rem; line-height:1.333; color:#222;
}
.pro_file .pro_file_list .text .b{
	display:flex; margin-top:1rem;
}
.pro_file .pro_file_list .text .b a{
	display:flex; border: 1px solid #121A61; border-radius: 0.5rem; padding:0.3rem 0.5rem; margin-right:1.625rem; line-height:0.875rem;
}
.pro_file .pro_file_list .text .b a span{
	font-size:0.75rem; color: #121A61; width:2rem;
}
.pro_file .pro_file_list .text .b a img{
	display:inline-block; height:0.875rem;
}
.pro_file .pro_file_list .text .b a:nth-child(2) {
	color: #FF7E00; border: 1px solid #FF7E00;
}
.pro_file .pro_file_list .text .b a:nth-child(2) span{
	color: #FF7E00;
}

.else_title{
	color:#222; font-weight:bold; font-size:1.25rem; margin-bottom:1.25rem; line-height:1.5;
}

.column_list{
	display:flex; padding:0.75rem 1rem; justify-content:space-between; margin-top:0.5rem; background:#fff; border-radius:0.625rem; overflow:hidden;
}
.column_list:first-child{
	margin-top:1rem;
}
.column_list .l{
	display:flex; font-size:0.875rem; color:#222; line-height:1.5rem;
}
.column_list .l img{
	display:block; height: 1.5rem; margin-right:0.75rem;
}
.column_list .r{
	display:flex; justify-content:center; flex-direction:column;
}
.column_list .r img{
	display:block; height:0.5625rem;
}



.pro_new_cate{
	display:flex; flex-wrap:wrap;
}
.pro_new_cate_bottom{
	width:100%; height:0.1rem; margin-bottom:0.4rem;
}
.pro_new_cate a{
	display:block; color: #333; background: #fff; border-radius:10px; padding:0.55rem 0.75rem; font-size:0.75rem; margin-right:0.5rem; margin-bottom:0.5rem;
}
.pro_new_cate a:first-child{
	margin-left:0px;
}
.pro_new_cate a.active,.pro_new_cate a:hover{
	color: #fff; background: #FF7E00;
}

.video01_new_cate{
	display:flex; justify-content:space-between; background: #fff; padding:0.85rem 1.5rem; padding-bottom:0px;
}
.video01_new_cate a{
	display:block; color: #333; font-size:0.85rem; padding-bottom:0.85rem; text-align:center; position:relative;
}
.video01_new_cate a.active,.video01_new_cate a:hover{
	color: #FF7E00;
}
.video01_new_cate a.active::after,.video01_new_cate a:hover::after{
	content:""; width:18px; height:3px; border-radius:1000px; position:absolute; bottom:0px; left:50%; transform:translateX(-50%); background: #FF7E00;
}


.new_big_title{
	font-size: 1.25rem; line-height: 1.778; color: #222; font-weight: bold; text-align:center;
}
.new_big_date{
	font-size: 0.8rem; margin-bottom: 1.5rem; color: #888; text-align:center;
}

.new_aftersales_title{
	display:flex; position: relative;
}
.new_aftersales_title span{
	width:4px; border-radius:1000px; position: absolute;  background: #FF7E00;  height: 60%; top: 20%;
}
.new_aftersales_title em{
	font-size: 1rem; color:#222; padding-left: 0.75rem;
}

.new_aftersales_list{
	display:flex; justify-content:space-between; margin-top:1rem;
}
.new_aftersales_list .nall{
	width:54%;  display: flex;  justify-content: space-between;  flex-direction: column;  padding: 0.5rem 0; line-height:1.5;
}
.new_aftersales_list .nall .t{
	color:#222; font-size: 0.9rem; 
	-webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; display: -webkit-box; display: -moz-box; display: -ms-box; display: -o-box;
}
.new_aftersales_list .nall .b{
	color:#888; font-size:0.66rem;
}
.new_aftersales_list .nalr{
	width:38%;
}
.new_aftersales_list .nalr .img{
	width:100%; border-radius:10px; overflow:hidden;
}
.new_aftersales_list .nalr .img img{
	display:block; width:100%;
}