input { outline: none; }
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus { transition: background-color 5000s ease-in-out 0s; }
.no-animate { opacity: 0; }
::-webkit-scrollbar { width: 6px; /* 竖向滚动条宽度 */ height: 6px; /* 横向滚动条宽度 */ background-color: rgba(0, 0, 0, 0.1); border-radius: 3px; }
::-webkit-scrollbar-thumb { border-radius: 3px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
::-webkit-scrollbar-thumb:hover { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

.w16 {max-width: 1600px;width: 100%;margin: 0 auto;}
.w14 {max-width: 1400px;width: 100%;margin: 0 auto;}




/*banner*/
.obanner{
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
.obanner:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(/static/default/assets/img/img112.png) top center no-repeat;
	background-size: 100% auto;
}
.obanner>img{
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
}
.obanner .m_banner{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*banner*/


/*about*/
.introBox {
	padding: 85px 0 80px;
	background-position: center center;
	background-size: cover;overflow:hidden;
}

.introBox .textBox {
	float: left;
	width: calc(100% - 620px);
	padding-right: 130px;
	box-sizing: border-box;padding-left:10%;
}

.introBox .h1 {
	font-family: "syr";
	font-size: 30px;
	color: #000000;
	line-height: 78px;
	margin-bottom: 13px;
}

.introBox .text {
	font-size: 16px;
	color: #666666;
	line-height: 34px;
}

.introBox .anniversary {
	float: left;
	max-width: 620px;
	width: 100%;
	padding-left: 40px;
	box-sizing: border-box;
}


.introBox .anniversary .videoBig{
	position: relative;
	/*max-width: 1100px;*/
	width: 100%;
	margin-top: 80px;
	padding: 14px 14px 14px 14px;
	border-radius: 5px;
	background: #0250ba;
	box-sizing: border-box;
}
.introBox  .anniversary .videoBig .icon-play{
	position: absolute;
    width: 51px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.introBox .anniversary .videoBig .movie{
	display: none;
}

/*about*/




/*wenhua*/

.cultureBox {
	padding: 100px 0 170px;
	background-position: center center;
	background-size: cover;
	margin-top: -35px;background:#f6f6f6;
}
.cultureBox .listBox {
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.cultureBox .item {
	width: 25%;
	background-color: #ffffff;
	box-sizing: border-box;
	border-right: 1px solid #dee5eb;
	transition: all 0.5s;
	border-top: 1px solid #dee5eb;
}
.cultureBox .item:nth-child(1),
.cultureBox .item:nth-child(2),
.cultureBox .item:nth-child(3),
.cultureBox .item:nth-child(4){
	border-top: none;
}
.cultureBox .item:nth-child(4n){
	border-right: 0;
}
.cultureBox .item a,
.cultureBox .item span{
	display: block;
	width: 100%;
	padding: 60px 45px 50px;
	box-sizing: border-box;
}
.cultureBox .icon {
	display: block;
	font-size: 0;
	margin-bottom: 205px;
}

.cultureBox .icon2 {
	display: none;
}

.cultureBox .h2 {
	font-family: "sym";
	font-size: 20px;
	color: #0250ba;
	line-height: 36px;
	margin-bottom: 15px;
	transition: all 0.5s;
}

.cultureBox .text {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	transition: all 0.5s;
}

.cultureBox .item:hover {
	background-image: url(../images/img-about-25.jpg);
	background-position: center center;
	background-size: cover;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	z-index: 2;
}

.cultureBox .item:hover .icon1 {
	display: none;
}

.cultureBox .item:hover .icon2 {
	display: block;
}

.cultureBox .item:hover .h2 {
	color: #fff;
}

.cultureBox .item:hover .text {
	color: #fff;
}

/*wenhua*/


/*honor*/

.annew_txt{overflow:hidden;padding-bottom:80px;}
.annew_txt .txt1{float:left;overflow:hidden;font-size:20px;margin-right:50px;}
.annew_txt .txt1 h1{font-size:36px;color:#fff; font-family:Arial, Helvetica, sans-serif; font-weight:600;}
.annew_txt .txt1 p{font-size:20px;color:#fff;}
.annew_txt .txt2{float:left;overflow:hidden;padding-top:30px;}
.annew_txt .txt2 p{font-size:16px;color:#fff;line-height:28px;}

.annew{
	position:relative;
	z-index: 3;
	padding: 100px 0px 80px 0;
	background:url(../images/honbox.jpg) center no-repeat;
}
.annew .wrap{
	position: relative;
	max-width: 1580px;
	width: 94%;
	margin: auto;
}
.annew .wrap .swiper-container{
	width: 100%;
}
.annew .wrap .swiper-container .swiper-slide a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.annew .wrap .img{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.annew .wrap .img img{
	width: 100%;
	transition: all 0.5s ease;
}
.annew .wrap .swiper-slide:hover .img img{
	transform: scale(1.10);
}
.annew .wrap .txt{
	margin-top: 15px;color:#fff;font-size:16px;
}

.annew .swiper-button-next, .annew .swiper-button-prev{
	position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    margin-top: -23px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 11px 20px;
    -webkit-background-size: 11px 20px;
    background-size: 11px 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.annew .swiper-button-next, 
.annew .swiper-container-rtl .swiper-button-prev{
    background-image: url(../images/ximg15.png);
    right: 0;
    left: auto;
}
.annew .swiper-button-prev, 
.annew .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/ximg14.png);
    left: 0;
    right: auto;
}
.annew .swiper-button-next.swiper-button-disabled{
	opacity: 1;
	background-image: url(../images/ximg15a.png);
}
.annew .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background-image: url(../images/ximg14a.png);
}

/*honor*/


/*-----------------------------about------------------------------*/




/*---------------------------------------shili-----------------------------*/

.qybox{overflow:hidden;padding:30px 30px;color:#fff;font-size:17px;line-height:180%;background:#0250ba;margin-top:50px;}

.qyhj{width:auto;height:auto;overflow:hidden;margin-top:30px;padding:0 0 0 0;}
.qyhj li{float:left;width:calc(25% - 20px);height:auto;overflow:hidden;margin:0 10px 20px 10px;}
.qyhj li .box{background:#fff;padding:10px;overflow:hidden;}
.qyhj li .pic{width:100%;height:auto;overflow:hidden;}
.qyhj li .pic img{width:100%;height:auto;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s;}
.qyhj li:hover .pic img{ -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}


/*---------------------------------------shili-----------------------------*/














/*-----------------------------------------------------------------news----------------------------------------------------*/

.xwbox{background:#f5f6f7;}
.xwmain{background:#fff; border-radius:12px;padding:50px 50px 30px 50px;margin:50px 0 20px 0;}

.news_box{overflow:hidden;height:auto;padding:20px 0 0px 0;}
.news_box ul{padding-bottom: 35px;}
.news_box ul li{float: left;width: 31.4%;margin-right: 2.9%;margin-bottom: 2.2%;}
.news_box ul li:nth-child(3n){margin-right: 0;}

/*notice_box*/
.xwen_li{
	background: #ffffff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.xwen_li:hover{
	background: #0250ba;
	box-shadow: 0px 1px 38px rgba(25,174,174,0.19);
}
.xwen_li a{
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:8% 6.8% 8% 9%;
}
.xwen_li a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -50%;
	width: 100%;
	height: 100%;
	background: url(../images/img73.png) bottom center no-repeat;
	background-size: 100% auto;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.xwen_li:hover a:before{
	bottom: 0;
}
.xwen_li .t1{
	color: #999999;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.xwen_li .t3{
	color: #777;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;height: 36px;
}
.xwen_li .t2{
	color: #000000;
	font-size: 18px;
	line-height: 1.7;
	margin-top: 15px;
	height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.xwen_li:hover .t1,
.xwen_li:hover .t2,
.xwen_li:hover .t3,.xwen_li:hover .more{color: #FFFFFF;}

.xwen_li .more{margin-top:40px;
	display: inline-block;
	color: #ce0000;
	font-size: 16px;
	padding-right: 28px;
	background: url(../images/img74.png) center right no-repeat;
	background-size: 17px 13px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.xwen_li.on  .more,
.xwen_li:hover .more{
	background: url(../images/img75.png) center right no-repeat;
	background-size: 17px 13px;
}


.xinw_txt{font-size:26px;text-align:center;padding:0 0 25px 0;width:auto;overflow:hidden;width:auto;}
.xinw_dtm{width:auto; text-align:center; padding:0 0 0px 0; font-size:13px; color:#555;line-height:40px;background:#f7f7f7;margin:0 auto;}

.xinw_info{ line-height:160%;padding:30px 0;font-size:15px;color:#777;min-height:400px;width:auto;}
.xinw_info a{color:#009d85;}
.xinw_info b{font-size:18px;color:#eb3e00;}
.xinw_info img{ width:600px;height:auto;text-align:center;}

/*nextup*/
.new_pre{color:#fff;width:calc(49% - 15px);float:left;background:#0250ba;padding-left:15px;overflow:hidden;line-height:50px;}
.new_pre a{color:#fff;font-size:14px;}
.new_pre a:hover{color:#fff}
.new_next{color:#fff;float:right;width:calc(49% - 15px);background:#0250ba;padding-left:15px;overflow:hidden;line-height:50px;}
.new_next a{color:#fff;font-size:14px;}
.new_next a:hover{color:#fff}
.new_pn{padding:0px 0 10px 0; line-height:32px;font-size:14px;overflow:hidden;margin-top:4px;}
/*nextup*/


/*-----------------------------------------------------------------news----------------------------------------------------*/

/*--------------------------------------------------products--------------------------------------------------*/


.cpnav{overflow:hidden;margin:50px 0;}
.cpnav ul{margin:0 -10px;margin-bottom:30px;}
.cpnav ul li{float:left;width:calc(50% - 20px);padding:0 10px;margin-bottom:20px;height:auto;overflow:hidden;}
.cpnav ul li .box{display:block;background:#ebeced;position:relative;overflow:hidden;height:auto;transition:.6s}
.cpnav ul li .box .bg1{content:"";position:absolute;top:0;bottom: 0;left:0;background:url(../images/tixing_bg2.png) center no-repeat;padding-right: 45%;background-size:100% 100%;transition:.6s;}
.cpnav ul li .box .bg{ content:"";position:absolute;top:0;bottom: 0;left:0;background:url(../images/tixing_bg3.png) center no-repeat;padding-right: 45%;background-size:100% 100%;transition:.6s; transform:translateX(-100%)}
.cpnav ul li .box .ltbox{padding: 0 0 0 0;position:relative;text-align: left;float: left;width: 300px;height:auto;overflow:hidden;}
.cpnav ul li .box .ltbox .box_table{text-align:left;padding:130px 0 30px 50px;}
.cpnav ul li .box .ltbox h6{font-size:14px;color:#fff;}
.cpnav ul li .box .ltbox h5{font-size:26px;color:#fff;padding:10px 0 30px 0;}
.cpnav ul li .box .ltbox .anniu_a a{ float:left; display:inline-block;width:105px; height:35px; line-height:35px; font-size:13px; color:#fff; border:1px solid #fff;text-transform:uppercase; text-align:center; transition:.6s;}
.cpnav ul li .box .rtbox{float:right;width:calc(100% - 300px);height:auto;overflow:hidden;padding:30px 0;}
.cpnav ul li .box .rtbox img{max-width:88%;transition:.6s;}
.cpnav ul li .box:hover .bg1{ transform:translateX(-100%)}
.cpnav ul li .box:hover .bg{ transform:translateX(0)}
.cpnav ul li .box:hover .ltbox h6, .cpnav ul li .box:hover .ltbox h5{ color:#fff}
.cpnav ul li .box:hover .ltbox .anniu_a a{ background:#fff; color:#333}
.cpnav ul li .box:hover .rtbox img{-webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}




.colnav{  margin:40px auto 40px auto; overflow: hidden;text-align:center;}
.colnav  li{width: 10%; height: 55px; line-height: 55px; font-size: 18px; margin-right:2px; text-align: center; position: relative; cursor:pointer;display:inline-block;}
.colnav  li a{ color: #fff; position: relative; z-index: 2;}
.colnav  li::after{ content: ""; display: block; transform: skew(-25deg); position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #0a4a99; z-index: 1;}
.colnav  li.on a{ color: #FFF;}
.colnav  li.on::after{ background-color: #ca0202;}
.colnav  li:hover::after{ background-color: #ca0202;}
.colnav  li:first-child{ margin-left: 10px;}
.colnav  li:last-child{ margin-right: 0;}



.ProList{ width:auto; height:auto;margin-top:50px;overflow:hidden;padding:0 0;}
.ProList li{ width:calc(20% - 30px); float:left;  margin:0px 15px 30px 15px; overflow:hidden;height:auto; position: relative;background:#fff;}
.ProList li .pro_pic{width:100%; height:auto; overflow:hidden;}
.ProList li .pro_pic img{width:100%;height:auto;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s;}
.ProList li .title{width:auto;height:auto;padding:10px 0 15px 0;text-align:center;overflow:hidden;}
.ProList li a:hover .title{color:#d50000;}
.ProList li:hover .pro_pic img{ -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
.ProList li:after {width: 0px;height: 3px;overflow: hidden;content: "";position: absolute;z-index: 30;bottom: 0px;left: 0px;background-color:#d50000 ;transition: all .3s linear;}
.ProList li:hover:after{width: 100%;}





/*products details*/

.pro_deta_box{overflow:hidden;background:#f4f4f4;margin-bottom:40px;}
.deta_pic{float:left;width:40%;overflow:hidden;height:auto;text-align:center;padding:90px 0 60px 0;}
.deta_con{float:right;width:60%;overflow:hidden;height:auto;background:#fff; min-height:680px;}
.deta_con .box{overflow:hidden;padding:50px 10% 30px 50px;}



.deta_pic .swiperBox {position: relative;max-width: 500px;width: 100%;box-sizing: border-box;margin:0 auto;}
.deta_pic .swiper-pagination {bottom: 10px;left: 0;width: 100%;font-size: 0;}
.deta_pic .swiper-pagination-bullet {width: 12px;height: 12px;background-color: #eeeeee;opacity: 1;margin: 5px 5px !important;}
.deta_pic .swiper-pagination-bullet-active {background-color: #009b4c;}



/*products details*/

/*products nextup*/
.shop-nextup{width:300px;height:auto;overflow:hidden;background:#fff; margin:5px 0 0 133px;}
.shop-nextup li{float:left;width:146px;line-height:40px;overflow:hidden;text-align:center;border-right:4px solid #f4f4f4;}
.shop-nextup li a{display:block;font-size:15px;color:#666;}
.shop-nextup li:last-child{border-right:none;}
/*products nextup*/

/*pro_info*/
.pro_position{padding:15px 0 15px 30px;background:#009b4c;}
.pro_position a{font-size:16px;color:#FFF; display:inline-block;padding:0 20px;line-height:36px;}
.pro_position .active{background:#fff;color:#333; border-radius:20px;}
.pro_info_title{font-size:30px;color:#333;font-weight:600;border-bottom:1px solid #e3e3e3;padding-bottom:12px;margin-bottom:25px;}

.pro_info_box{padding:0 190px 30px 190px;height:auto;overflow:hidden;}
.pro_info{width:auto;margin:0 auto;line-height:170%;padding:20px 0 25px 0;font-size:16px;color:#555; min-height:80px;overflow:hidden;height:auto;}
.pro_info img{ max-width:900px;clear:both;}
.pro_info strong{font-size:18px;font-weight:600;color:#222;background:url(/static/default/assets/img/zh_p_19.png) no-repeat 0px 15px;padding-left:18px;line-height:40px;overflow:hidden;margin-top:10px;display:block;}

.pro_info_txt{width:auto;font-size:20px;color:#333;margin:0 auto 0 auto;background:#fafafa;line-height:45px;font-weight:600;}
.pro_info_txt i{float:left;width:6px;height:20px;background:#0250ba;margin:13px 10px 0 10px;}


.pros_yous{width:auto;height:auto;overflow:hidden;margin:20px 0;}
.pros_yous li{float:left;width:20%;margin:0 0;border-radius:12px;text-align:center;padding:10px 0;overflow:hidden;}
.pros_yous li .icon{width:100px;line-height:100px;background:linear-gradient(to bottom right, #666 , #000); border-radius:12px;margin:0 auto;overflow:hidden;}
.pros_yous li .title{font-size:20px;color:#333;padding-top:12px;}
.pros_yous li .title p{font-size:15px;color:#777;padding-top:5px}

.pros_app{width:auto;height:auto;overflow:hidden;padding:20px 0;}
.pros_app li{float:left;width:calc(20% - 12px);margin:0 6px;text-align:center;overflow:hidden;}
.pros_app li img{width:100%;height:auto;}
.pros_app li p{padding:8px 0 0 0;color:#777;}
.pros_app_title{font-size:16px;line-height:160%;color:#666;padding:20px 12px;}

.pros_hj{width:auto;height:auto;overflow:hidden;padding:20px 0;}
.pros_hj li{float:left;width:calc(20% - 12px);margin:0 6px;text-align:center;overflow:hidden;}
.pros_hj li img{width:100%;height:auto;}
.pros_hj li p{padding:8px 0 0 0;color:#777;}


/*pro_info*/

/*related_product*/
.related_product{ width:auto; height:auto;margin-top:20px;overflow:hidden;padding:0 0 0 0; }
.related_product li{ width:calc(16% - 20px); float:left;  margin:0px 10px 20px 10px; overflow:hidden;border:1px solid #ededed;position: relative;height:auto;}
.related_product li .pro_pic{ width:100%; height:auto; overflow:hidden;}
.related_product li .pro_pic img{width:100%;height:auto;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s;}
.related_product li .pro_txt{color:#666;font-size:14px;padding:10px 10px 15px 10px;line-height:130%;text-align:center;height:30px;}
.related_product li:hover .pro_pic img{ -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
.related_product li a:hover .pro_txt{color:#d10000;}
.related_product li:after {width: 0px;height: 3px;overflow: hidden;content: "";position: absolute;z-index: 30;bottom: 0px;left: 0px;background-color:#d10000 ;transition: all .3s linear;}
.related_product li:hover:after{width: 100%;}
/*related_product*/

/*related_news*/
.related_news{ width:auto; height:auto;margin-top:20px;overflow:hidden;padding:0 0 50px 0; }
.related_news li{ width:calc(33.33% - 12px); float:left;  margin:0px 6px 0 6px; overflow:hidden;height:auto;}
.related_news li a{display:block;font-size:15px;color:#777;line-height:30px; background:url(/static/default/assets/img/zh_p_17.jpg) no-repeat 0 11px;padding-left:12px;}
.related_news li a:hover{color:#C00;}
/*related_news*/


#scrolllayout{width:auto; height: 535px;margin-top:30px;}
.scrollcontent{width: 96%;overflow:hidden;height:auto;}


/* 滚动条样式 */
#Yscrollouter{width: 5px; height: 340px; background: #dedede; position: absolute;top:0; right: 0; display: none;}
#Yscrollinner{width: 5px; height: 100px; background: #000; border-radius:10px; position: absolute; top: 0; left: 0; }
/* 滚动条样式 */





/*--------------------------------------------------products end--------------------------------------------------*/




/*contact us*/
.lxwm{width:auto;padding:0px 0 0 0;height:auto;overflow:hidden;}
.lxwm_lt{float:left;width:45%;height:auto;overflow:hidden;background:#f6f6f6;}
.lxwm_rt{float:right;width:55%;height:auto;overflow:hidden;margin-top:-20px;}

.lt_box{padding:8% 0 0 14% ;border-right:3px solid #C00;height:600px;}
.lxwm_lt_conn{font-size:20px;color:#555;line-height:180%;padding-bottom:50px;}
.lxwm_lt_ewm li{float:left;width:150px;height:auto;overflow:hidden;margin-right:15px;}
.lxwm_lt_ewm li .pic img{width:140px;height:auto;}
.lxwm_lt_ewm li p{font-size:13px;color:#666;text-align:center;padding-top:5px;}

@media screen and (max-width: 640px) {
.lt_box{height:auto;}	
.lxwm_lt{width:100%;height:auto;}
.lxwm_rt{display:none;}

.ltbox{padding:8% 8px 0 8px ;border-right:3px solid #C00;height:auto;}
.lxwm_lt_conn{font-size:15px;color:#555;line-height:180%;padding-bottom:50px;}
.lxwm_lt_ewm {display:none}
}
/*contact us*/















/* 分页 */
.page{ font-family:Arial, Helvetica, sans-serif; line-height: normal; font-size: 14px; width:100%;margin:0 auto;padding:30px 0 30px 0; clear:both;margin-bottom:20px;color:#666;}
.page a,.page span{display:block;color:#0c4797;font-weight:normal;text-decoration:none;letter-spacing:0px;border:1px solid #ccc;padding-top:0px;float:left;margin-top:0px;margin-right:2px;margin-bottom:5px;margin-left:2px;text-align:center;padding-right:5px;padding-left:5px;height:25px;line-height:25px;} /* SPAN和链接 */
.page a:hover, .page a.current{color:#F44;border:1px solid #F44;height:25px;line-height:25px;} /* 当前链接有激活时 */
.page input{padding:0px;color:#0c4797;height:23px;width:25px;border:0px solid #fff;text-align:center;margin-top:0px;margin-right:-5px;margin-bottom:0px;margin-left:-5px;vertical-align:middle;font-size:12px} /* 跳转INPUT */




/*手机产品列表*/

.wvh60{height:60px;overflow:hidden;}
.wabox{overflow:hidden;padding:8px 8px;}

.wapro_title{background:url(../images/hon6.png) repeat-x center;line-height:35px;margin:10px auto;overflow:hidden;}
.wapro_title .txt1{float:left;font-size:18px;color:#333;padding:0 3px;font-weight:600;background:#fff;}
.wapro_title .more{float:right;padding-right:5px;padding:0 11px;line-height:20px; border-radius:12px; border:1px solid #eee;background:#fff;margin-top:5px;}
.wapro_title .more a{font-size:12px; color:#629bf2;}

.wapro{width:auto;height:auto;overflow:hidden;margin:15px 0 30px 0;padding:0 0 20px 0;box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);}
.wapro ul{display:grid;grid-template-columns: repeat(4,1fr);gap:10px}
.wapro li{overflow:hidden;}
.wapro li .pic{height:auto;overflow:hidden;border:1px solid #eee; border-radius:8px;}
.wapro li .pic img{width:100%;height:auto;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s;}
.wapro li:hover .pic img{ -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
.wapro li .title{font-size:12px;color:#888;padding:5px 5px 0 5px;text-align:center;}

.wacon_pro{overflow:hidden;overflow:10px 20%; text-align:center;}
.wacon_pro img{width:90%;height:auto}

.waconbox{overflow:hidden;padding:0 8px;}
.wacon_title{font-size:24px;color:#333;font-weight:600;padding-bottom:12px;}

.wacon_info{width:auto;margin:0 auto;line-height:170%;padding:20px 0 25px 0;font-size:16px;color:#555; min-height:80px;overflow:hidden;height:auto;}
.wacon_info img{width:90%;height:auto;}

.wacon_info_txt{width:auto;font-size:20px;color:#333;margin:0 auto 0 auto;background:#fafafa;line-height:45px;font-weight:600;}
.wacon_info_txt i{float:left;width:6px;height:20px;background:#0250ba;margin:13px 10px 0 10px;}

.wagoto{width:110px;height:30px;line-height:30px;margin:0 auto;overflow:hidden;background:#eee; text-align:center; border-radius:20px;margin-bottom:30px;}
.wagoto a{display:block;font-size:13px;color:#666;}




.wadibu{overflow:hidden; background:#0146ae;padding:20px 8px;margin-top:30px;}
.dibu_title{color:#fff;font-size:18px;border-bottom:1px solid rgba(255,255,255,0.3);padding-bottom:8px;}

.dibu_ewm{;height:auto;overflow:hidden;margin:25px 0 5px 0;}
.dibu_ewm ul{display:grid;grid-template-columns: repeat(2,1fr);gap:5px}
.dibu_ewm li{overflow:hidden;text-align:center;}
.dibu_ewm li p{font-size:12px;color:rgba(255,255,255,0.7);padding-top:5px;}
.dibu_tel_title{font-size:16px;color:#fff;text-align:left;margin:20px 0 12px 0;overflow:hidden;}
.dibu_tel{border:1px solid #fff; border-radius:20px;font-size:18px;color:#fff;width:140px;line-height:36px;}
.dibu_tel a{display:block;color:#fff;}

.md_fotel{background:linear-gradient(to bottom, #00a1e9,#0250ba 50%,#0250ba);overflow:hidden;height:70px;line-height:70px;color:#fff;font-size:18px;text-align:center;}
.md_fotel a{color:#fff;}
.md_fotel a:hover{color:#fff;}

.mdbox{height:auto;overflow:hidden;margin:15px 0 20px 0;background:#eee;padding:30px 10px;border-radius:12px;}
.mdbox .swiperBox {position: relative;float: left;max-width: 730px;width: 100%;box-sizing: border-box;}
.mdbox .swiper-pagination {bottom: 15px;left: 0;width: 100%;font-size: 0;}
.mdbox .swiper-pagination-bullet {width: 10px;height: 10px;background-color: #eeeeee;opacity: 1;margin: 5px 5px !important;}
.mdbox .swiper-pagination-bullet-active {background-color: #0250ba;}


.waabout_title{height:auto;overflow:hidden;padding:0px 0 0 0; text-align:center;}
.waabout_title h1{font-size:22px;color: #333;background:url(../images/hon3.png) no-repeat center bottom;padding-top:0px;padding-bottom:10px;text-align:center; letter-spacing:1px;font-weight:600;}
.waabout_title p{font-size:14px;color:#777;line-height:200%;overflow:hidden;padding:4px 15% 20px 15%;text-align:center;}

.waabout{background:#fff;overflow:hidden;padding:20px 15px;font-size:14px;color:#666; line-height:21px;}

.waqyhj{height:auto;overflow:hidden;margin:15px 0 30px 0;background:#eee;padding:30px 10px;border-radius:12px;}
.waqyhj ul{display:grid;grid-template-columns: repeat(3,1fr);gap:2px 2px;}
.waqyhj li{overflow:hidden;}
.waqyhj li .pic{height:auto;overflow:hidden;border:1px solid #eee; border-radius:8px;}
.waqyhj li .pic img{width:100%;height:auto;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s;}