@charset "utf-8";
.bg{
	background: url(../img/pro_bg.png) no-repeat center center;
}
.search{
	padding: 10px 0;
}
.search .search_r .search_icon{
	width: 53px;
	height: 39px;
}
.search .search_r input{
	height: 39px;
	padding: 0 10px 0 20px;
}
.about_main{
	margin: 60px auto;
}
.sub_head{
	border-bottom: 1px solid #dcdcdc;
}
.sub_head .head_lr{
	padding: 20px 0;
}
.sub_head .head_l{
	line-height: 1.1;
}
.sub_head .head_l h1{
	font-size: 30px;
	color: #e0e5f0;
	text-transform: uppercase;
}
.sub_head .head_l p{
	font-size: 28px;
}
.sub_head .head_r{
	font-size: 14px;
	padding-left: 24px;
	background: url(../img/location.png) no-repeat left center;
}
.sub_head .head_r ul li{
	float: left;
	font-size: 14px;
}
.sub_head .head_r ul li:nth-child(2n){
	padding: 0 5px;
}
.sub_head .head_r,.sub_head .head_r a{
	color: #666666;
}
.about_tt{
	color: #333333;
}
.about_tt h1{
	font-size: 26px;
	font-weight: normal;
}
.about_tt ul li{
	font-size: 16px;
	margin-top: 30px;
}
.about_img{
	margin-top: 80px;
}
.about_img ul li{
	position: relative;
}
.about_img ul li img{
	display: block;
}
.about_img ul li p{
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,.5);
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
}


/* product */
.pro_wh{
	border-bottom: 1px solid #dcdcdc;
}
.pro_wh .pro_fl{
	position: relative;
}
.pro_wh .pro_fl p{
	position: absolute;
	right: 0;
	width: 125px;
	bottom: 0;
	line-height: 69px;
	background: url(../img/pro_fl.png) no-repeat right center;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
}
.pro_wh .pro_fl p{
	font-size: 15px;
}
.pro_wh .pro_fl .pro_drop{
	margin-top: 4px;
	display: none;
	position: absolute;
	right: 0;
	z-index: 99;
	background: #FFFFFF;
	box-shadow: 1px 1px 5px rgba(0,0,0,.2);
	padding: 15px 0;
}
.pro_wh .pro_fl .pro_drop li{
	font-size: 15px;
	width: 220px;
	text-align: center;
	
}
.pro_wh .pro_fl .pro_drop li a{
	display: block;
	line-height: 50px;
	transition: all .4s ease-in-out 0s;
	color: #666666;
}
.pro_wh .pro_fl .pro_drop li:hover a{
	background: #f5f6f7;
	color: #333;
}
.pro_pag ul{
	width: 1000px;
}
.pro_pag > ul > li{
	float: left;
	width: 200px!important;
	height: initial!important;
	border-radius: 0;
	text-align: center;
	opacity: 1;
	font-size: 16px;
	margin-left: 0;
	background: transparent;
	transition: all .4s ease-in-out 0s;
}
.pro_pag > ul > li > a{
	padding: 22px 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: all .4s ease-in-out 0s;
}
.pro_pag > ul > li.on > a{
	background: #e52f2f;
	color: #FFFFFF;
}
.pro_pag > ul > li:nth-child(5){
	margin-right: 0;
}
.pro_pag > ul > li:hover{
	background: #e52f2f;
}
.pro_pag > ul > li:hover > a{
	color: #FFFFFF;
}
.mb_inbox{
	margin-top: 20px;
}
.mb_inbox > ul{
	
}
.mb_inbox > ul > li{
	float: left;
	width: 285px;
	box-shadow: 1px 1px 5px rgba(0,0,0,.3);
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	transition: all .4s ease-in-out 0s;
	overflow: hidden;
	font-size: 16px;
	padding: 30px 0;
}
.mb_inbox > ul > li:nth-child(4n){
	margin-right: 0;
}
.mb_inbox > ul > li .inbox_img{
	width: 280px;
	height: 228px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mb_inbox > ul > li .inbox_img img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
}
.mb_inbox > ul > li .inbox_tt{
	width: 63%;
	height: 50px;
	margin: 30px auto 0 auto;
	text-align: center;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.mb_inbox > ul > li > a{
	display: block;
	text-align: center;
	font-size: 15px;
	color: #999999;
	padding-top: 35px;
	transition: all .4s ease-in-out 0s;
}
.mb_inbox > ul > li:hover > a{
	opacity: 0;
}
.mb_inbox > ul > li:hover .inbox_hv{
	display: block;
	height: 100%;
	visibility: visible;
}
.mb_inbox > ul > li .inbox_hv{
	visibility: hidden;
	color: #FFFFFF;
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	background: rgba(46,78,159,.8);
	transition: all .4s ease-in-out 0s;
}
.mb_inbox > ul > li .inbox_hv .flex{
	height: 100%;
}
.mb_inbox > ul > li .inbox_hv .hv_tt{
	text-align: center;
	width: 75%;
	margin: 0 auto;
}
.mb_inbox > ul > li .inbox_hv .hv_tt h1{
	height: 50px;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.mb_inbox > ul > li .inbox_hv .hv_tt p{
	font-size: 16px;
	padding-top: 20px;
}
.mb_inbox > ul > li .inbox_hv .hv_tt a{
	width: 67%;
	margin: 0 auto;
	display: block;
	background: #FFFFFF;
	color: #000000;
	padding: 8px 0;
	margin-top: 50px;
	transition: all .4s ease-in-out 0s;
}
.mb_inbox > ul > li .inbox_hv .hv_tt a:hover{
	background: #025EC1;
	color: #FFFFFF;
}
.pro_list{
	margin-top: 20px!important;
}
/* .sub_page ul{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px auto 50px auto;
}
.sub_page ul li{
	float: left;
	font-size: 12px;
	border: 1px solid #cccccc;
	padding: 4px 9px;
	margin-right: 10px;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
	transition: all .4s ease-in-out 0s;
}
.sub_page ul li p{
	padding: 4px 9px;
}
.sub_page ul li p:hover{
	background: #df2a2a;
	color: #FFFFFF;
}
.sub_page ul li:last-child{
	margin-right: 0;
	padding: 4px 30px;
} */
.quotes {clear: both; margin: 40px 0; text-align: center; height: 42px; padding: 5px 0;}
.quotes ul{ width: 100%; height: 100%; padding-top: 2px;}
.quotes ul li{ display: inline-block; font-size: 12px; margin-right: 4px; border: 1px solid #ddd; line-height:26px; min-width: 28px;}
.quotes ul li a{ color: #666; padding: 0 8px; text-decoration: none; display: block;}
.quotes .thisclass,
.quotes ul li:hover{ border-color: #EA3333;}
.quotes ul li:hover a,
.quotes .thisclass a{ background: #EA3333; color: #fff;}
.quotes .thisclass  a{ color: #fff;}
.quotes ul li:hover a{ color: #fff;}
.quotes .pageinfo{ display: inline-block; padding: 0 5px;}
.quotes ul li.nobor{ border-color: #ddd !important;}


/* detail */
.top_lr{
	margin: 60px 0;
}
.top_lr .top_l{
	position: relative;
	width: 605px;
}
.top_lr .top_r{
	width: 540px;
	line-height: 2;
}
.top_lr .top_swiper{
	width: 523px!important;
	border: 1px solid #dcdcdc;
	padding: 1px 0;
}
.top_lr .top_swiper ul li .detail_img{
	width: 521px;
	height: 437px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top_lr .top_swiper ul li .detail_img img{
	display: block;
	position: absolute;
	max-width: 100%;
	max-height: 100%;
}
.top_page{
	width: 605px;
	position: absolute;
	top: 50%;
	margin-top: -14.5px;
}
.top_page .detail_l,.top_page .detail_r{
	width: 16px;
	height: 29px;
}
.detail_js{
	line-height: 2;
}
.detail_tj{
	margin-top: 60px;
	margin-bottom: 60px;
}
.detail_tj .tj_head{
	padding-bottom: 5px;
}
.detail_tj .tj_head p{
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}
.detail_tj .tj_head a{
	font-size: 15px;
	color: #999999;
}
.detail_tj .tj_head a span{
	color: #df2a2a;
}


/* news */
.news_main{
	margin-top: 50px;
	margin-bottom: 70px;
}
.news_head{
	align-items: flex-start;
	margin-bottom: 60px;
}
.news_head .head_tt{
	width: 710px;
}
.news_head .head_tt h1{
	font-size: 24px;
	padding-bottom: 15px;
}
.news_head .head_tt p{
	font-size: 14px;
	color: #666;
	line-height: 2;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 4;
}
.news_head .head_tt a{
	margin-top: 40px;
	text-align: center;
	display: block;
	width: 141px;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #FFFFFF;
	background: #df2a2a;
	border-radius: 5px;
}
.news_head .head_img,.news_head .head_img img{
	width: 423px;
	height: 310px;
}
.search_list ul li{
	
}
.news_list ul li{
	border-top: 1px solid #e7e7e7;
	padding: 70px 0;
}
.news_list ul li:last-child{
	border-bottom: 1px solid #E7E7E7;
}
.news_inbox{
	align-items: flex-start;
}
.news_inbox .news_date h1{
	font-size: 50px;
	color: #6d6d6d;
	line-height: 1.3;
}
.news_inbox .news_date p{
	font-size: 16px;
	color: #6d6d6d;
}
.news_inbox .news_date .date_bd{
	border-bottom: 1px solid #e7e7e7;
	margin: 15px 0 10px 0;
}
.news_inbox .news_date a{
	display: block;
	text-align: center;
}
.news_inbox .news_date{
	width: 150px;
	font-size: 16px;
	color: #6D6D6D;
}
.news_inbox .news_tt{
	width: 954px;
}
.news_inbox .news_tt h1{
	font-size: 18px;
	font-weight: normal;
	transition: all .4s ease-in-out 0s;
}
.news_inbox .news_tt h1:hover{
	color: #EA3333;
}
.news_inbox .news_tt p{
	line-height: 2;
	margin-top: 30px;
	font-size: 14px;
	color: #6D6D6D;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 2;
}


/* news_detail */
.news_lr{
	margin: 50px auto;
	align-items: flex-start;
}
.news_lr .news_l{
	width: 793px;
}
.news_lr .news_r{
	width: 336px;
}
.news_lr .news_l .newsl_top{
	border-bottom: 1px dashed #cdcdcd;
}
.news_lr .news_l .newsl_top h1{
	font-size: 30px;
}
.news_lr .news_l .newsl_top ul{
	margin: 10px 0 20px 0;
}
.news_lr .news_l .newsl_top ul li{
	float: left;
	font-size: 14px;
	color: #666666;
	margin-right: 40px;
}
.news_lr .news_l .newsl_tt ul{
	margin-top: 35px;
}
.news_lr .news_l .newsl_tt ul li{
	font-size: 15px;
	line-height: 2;
	margin-top: 20px;
}
.news_lr .news_l .newsl_tt ul li:first-child{
	margin-top: 0;
}
.news_r .newsr_top .top_img{
	position: relative;
}
.news_r .newsr_top .top_img,.news_r .newsr_top .top_img img{
	width: 336px;
	height: 252px;
}
.news_r .newsr_top .top_img .img_hv{
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: 15px;
	color: #FFFFFF;
	background: rgba(0,0,0,.5);
	padding: 13px 0;
}
.news_r .newsr_top .top_img .img_hv p{
	width: 208px;
	margin: 0 auto;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news_r .newsr_top .top_title{
	margin: 20px 0;
}
.news_r .newsr_top .top_title h1{
	font-size: 32px;
	font-weight: lighter;
	color: #999999;
}
.news_r .newsr_top .top_title p{
	font-size: 18px;
}
.news_r .newsr_mid ul{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 35px 0;
}
.news_r .newsr_mid ul li:first-child{
	margin-top: 0;
}
.news_r .newsr_mid ul li{
	margin-top: 30px;
}
.news_r .newsr_mid ul li a{
	line-height: 2;
}
.news_r .newsr_mid ul li a h1{
	font-size: 15px;
	font-weight: normal;
	transition: all .4s ease-in-out 0s;
}
.news_r .newsr_mid ul li a p{
	font-size: 15px;
	color: #666666;
}
.news_r .newsr_mid ul li:hover a h1{
	color: #cb0606;
}
.news_r .newsr_bot ul{
	padding: 30px 0;
}
.news_r .newsr_bot ul li{
	width: 253px;
	font-size: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	transition: all .4s ease-in-out 0s;
	font-weight: bold;
}
.news_r .newsr_bot ul li:hover{
	color: #EA3333;
}
.news_r .newsr_bot ul li:last-child{
	margin-bottom: 0;
}
.news_r .newsr_bot ul li a{
	color: #666666;
	font-weight: normal;
}
.news_r .newsr_bot ul li a span{
	color: #000000;
	transition: all .4s ease-in-out 0s;
	font-weight: bold;
}
.news_r .newsr_bot ul li:hover a span{
	color: #cb0606;
}
.news_r .newsr_bot .button{
	width: 170px;
	height: 52px;
	background: #ea3333;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news_r .newsr_bot button{
	background: url(../img/newsr_bot_bg.png) no-repeat left center;
	color: #FFFFFF;
	font-size: 15px;
	padding: 4px 0 4px 35px;
}


/* support */
.sup_list{
	width: 1200px;
	margin: 50px auto;
	max-width: 100%;
}
.sup_list ul li{
	float: left;
	width: 400px;
	padding: 30px 0;
	transition: all .4s ease-in-out 0s;
}
.sup_list ul li:hover{
	background: #f7f7f7;
}
.sup_list ul li:hover .sup_inbox h1{
	color: #EA3333;
}
.sup_list ul li .sup_inbox{
	margin: 0 auto;
	padding: 0 20px;
}
.sup_list ul li .sup_inbox h1{
	font-size: 16px;
	transition: all .4s ease-in-out 0s;
}
.sup_list ul li .sup_inbox h2{
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	line-height: 2;
}
.sup_list ul li .sup_inbox p{
	font-size: 14px;
	color: #666666;
	line-height: 1.9;
	padding-top: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.sup_list ul li .sup_inbox a{
	display: block;
	width: 115px;
	text-align: center;
	line-height: 37px;
	font-size: 14px;
	color: #FFFFFF;
	background: #ea3333;
	border-radius: 5px;
	margin-top: 30px;
}


/* support_detail */
.sup_detail .sup_head{
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	padding: 50px 0 40px 0;
}
.sup_detail .sup_head h1{
	font-size: 26px;
}
.sup_detail .sup_head ul{
	text-align: center;
	margin-top: 10px;
}
.sup_detail .sup_head ul li{
	display: inline-block;
	font-size: 14px;
	color: #666666;
	margin-right: 40px;
}
.sup_detail .sup_head ul li:last-child{
	margin-right: 0;
}
.sup_detail .sup_tt{
	margin: 50px 0;
}
.sup_detail .sup_tt p{
	line-height: 1.8;
	font-size: 15px;
	margin-bottom: 40px;
}
.sup_detail .sup_tt p:last-child{
	margin-bottom: 0;
}
.sup_detail .sup_tt img{
	display: block;
	margin: 0 auto 80px auto;
}
.sup_detail .sup_return{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0;
	margin: 100px 0 60px 0;
}
.sup_detail .sup_return ul li{
	line-height: 2.2;
}
.sup_detail .sup_return ul li a span{
	color: #EA3333;
}
.sup_detail .sup_return ul li a{
	color: #666666;
	font-size: 15px;
}
.sup_detail .sup_return .sup_button{
	width: 141px;
	height: 42px;
	box-sizing: border-box;
	border: 1px solid #bfbfbf;
	background: url(../img/sup_button_bg1.png) no-repeat center center;
	text-align: center;
}
.sup_detail .sup_return .sup_button button{
	font-size: 14px;
	background: url(../img/sup_button_bg.png) no-repeat left center;
	padding-left: 25px;
	line-height: 42px;
}


/* customer */
.cus_list{
	margin: 50px auto;
}
.md_list ul{
	border: 1px solid #e5e5e5;
	border-right: none;
	border-bottom: none;
	box-sizing: border-box;
}
.md_list ul li{
	float: left;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	position: relative;
	overflow: hidden;
}
.md_list ul li:nth-child(4n){
	width: 302px;
}
.md_list ul li .md_img{
	width: 298px;
	height: 165px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.md_list ul li .md_img img{
	position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.md_list ul li .md_hv{
	position: absolute;
	bottom: 0;
	right: 105%;
	width: 100%;
	height: 100%;
	background: rgba(46,78,159,.8);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .4s ease-in-out 0s;
}
.md_list ul li .md_hv p{
	font-size: 32px;
	color: #FFFFFF;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.md_list ul li:hover .md_hv{
	visibility: visible;
	right: 0;
}


/* contact */
.con_lr{
	align-items: flex-end;
	margin: 45px auto 60px auto;
}
.con_l{
	width: 643px;
	background: url(../img/contact_bd.png) no-repeat right top;
}
.con_r{
	width: 553px;
	align-items: flex-end;
}
.con_l h1{
	font-size: 16px;
	font-weight: normal;
}
.con_l h2{
	font-size: 26px;
	font-weight: normal;
}
.con_l .con_tel{
	background: url(../img/cus_tel_bg.png) no-repeat left center;
	font-size: 30px;
	color: #000;
	padding: 20px 0 20px 37px;
	font-weight: bold;
}
.con_list{
	width: 414px;
}
.con_list ul li{
	float: left;
	font-size: 15px;
	color: #000;
	width: 195px;
	line-height: 2;
}
.con_list ul li:last-child{
	width: 100%;
}
.con_lr .con_r .conr_wh{
	width: 280px;
	align-items: flex-end;
	margin: 0 auto;
}
.con_lr .con_r .conr_wh .conr_tt p{
	line-height: 1.8;
	font-size: 15px;
}
.map{
	margin-top: 80px;
}
.map iframe{
	border: none;
}
.webmap{
	margin: 30px auto 60px auto;
}
.webmap dl{
	padding: 20px 0;
	border-bottom: 1px dashed #ddd;
}
.webmap dl dt{
	font-size: 20px;
	font-weight: bold;
}
.webmap dl dd{
	overflow: hidden;
	margin-left: -20px;
}
.webmap dl ul{
	float: left;
	margin-left: 20px;
	padding: 5px 0;
	font-size: 14px;
}