@charset "utf-8";
/*===================== 重置样式 START =====================*/
html,body,h1,h2,h3,h4,h5,h6,p,dl,dd,dt,th,td,select,ul,ol,li,form,input,textarea,fieldset,legend,img{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,dt,dd{font-weight: 400;}
li{list-style: none;}
a{text-decoration: none;background: transparent;outline: none;color:#000;display: block;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
a:hover, .tran, .pub_button .pb_bg, .section_seven .item i{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.wot{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.upp{text-transform:uppercase;}
img{ border: 0;vertical-align: middle;max-width:100%;display: block;}
table{ border-collapse: collapse; border-spacing: 0;}
input,textarea{ -webkit-user-modify: read-write-plaintext-only;outline-style: none;border:none;font-size:14px;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #000; } 
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #000; } 
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#000; }
html::-webkit-scrollbar{width:5px;height:5px;background-color:#fff;} 
html::-webkit-scrollbar-track{border-radius:0;background-color:#fff;}
html::-webkit-scrollbar-thumb{border-radius:50px;width:5px;height:5px;background-color:#35BCD6;}
textarea{resize:none; overflow: auto;}
input{padding-top: 0; padding-bottom: 0;};
select,input{vertical-align:middle; }
select,input,textarea{font-size:14px;margin:0;}
.clear{zoom:1;}
.clear:after{ content:""; display:block; height:0; visibility:hidden; clear:both;}
.clear::before, .clear::after { content: "";display: table; } 
.clear::after{clear: both;}
.fl{float: left;}
.fr{float: right;}
html{-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: transparent;}
body{font-family: 'PingFang SC', "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif !important;font-size:16px;color:#333;background-color: #fff;overflow-x: hidden;cursor: default;}
.error3,.wap_show{display: none !important;}
html,body{max-width:1920px;margin:0 auto;}
.inner{width:80%;margin:0 auto;min-width: 1440px;}
.container{max-width: 1450px;}
em{font-style: normal;}
.f_12{font-size:12px}
.f_14{font-size:14px}
.f_16{font-size:16px}
.f_18{font-size:18px}
.f_20{font-size:20px}
.f_24{font-size:24px}
.f_28{font-size:28px}
.f_30{font-size:30px}
.f_38{font-size:38px}
.f_48{font-size:48px}
.f_58{font-size:58px}
.f_60{font-size:60px}
/*===================== 重置样式 END =====================*/

/*===================== 公用样式 START =====================*/
.header{position: fixed;z-index:999; width: 100%;background: linear-gradient(rgba(0, 0, 0, .51) 0%, rgba(53, 57, 146, 0) 100%);background: rgba(255, 255, 255, .95);}
.header .inner{height:100px;width:98%;margin:0 auto;text-align: center;position: unset;}
.header .logo img{margin-top: 15px;height: 67px;}
.header .nav{width:50%;display: inline-block;}
.header .nav ul li{float: left;width:14.28%;height:100px;line-height:100px;text-align: center;}
.header .nav ul li a{color:#333;position: relative;z-index:1;font-size:18px;}
.header .nav ul li i{position: absolute;width:100%;height:0;background: #35BCD6;left:0;top:0;z-index:-1;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}

.header .nav ul li a:hover i, .header .nav ul li a.active i{height:100px;}
.header .nav ul li a:hover span, .header .nav ul li a.active span{color:#fff;}
.header .nav ul li a:hover em, .header .nav ul li a.active em{opacity:1;}
.header .nav ul li:nth-child(4) .product_son,.header .nav ul li:nth-child(5) .product_son{display: none !important;}
.header .product_son{display: none;position: absolute;left:0;top:100px;text-align: center;width:100%;padding:20px 0;height:auto;background-color:rgba(255,255,255,0.1);z-index:999;backdrop-filter: blur(10px);box-shadow: 0 0 15px rgba(0, 0, 0, .3)}
.header .product_son .item{display: inline-block;width:13%;margin:0.5%;}
.header .product_son .item p{font-size:16px;color:#333;height:40px;line-height:40px;}
.header .product_son .item:hover .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;height: 40px !important;}
.header .product_son .item:hover p{color: #fff;}

.header .call{background:#35BCD6;position: absolute;height: 100%;right: 0;top: 0;display: flex;height: 100%;align-items: center;transition: .3s;padding: 0 35px;}
.header .call h3{font-size:32px;color:#fff;font-family: impact;    margin-left: 10px;}
.header .call img{animation: msClock 1.2s linear infinite;}
.header .call:hover{background: #DF0708;}
@keyframes msClock {
	0%, 90%, 100% {
	  transform: rotate(0) scale(1);
	}
	20%, 40% {
	  transform: rotate(-15deg) scale(1.1);
	}
	30%, 50% {
	  transform: rotate(15deg) scale(1.1);
	}
  }
.header.bg{box-shadow: 0 0 15px rgba(0, 0, 0, .21)}
.header.bg .inner{height: 70px;}
.header.bg .logo img{height: 50px;margin-top: 10px;}
.header.bg .nav ul li{height: 70px; line-height: 70px;}
.header.bg .nav ul li a:hover i, .header.bg .nav ul li a.active i{height:70px;}
.header.bg .product_son{top: 70px !important;}


.pub_button{position: relative;z-index:1;}
.pub_button .pb_bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color:rgba(215,35,35,0.7);-webkit-transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transform-origin: left 100%;-webkit-transform-origin: left 100%;transform: scaleY(0);-webkit-transform: scaleY(0);visibility: hidden\9;z-index: -1;}
.pub_button:hover .pb_bg, .pub_button.active .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}

.banner1{
	padding-top:-100px !important;
	
  }

.protit{text-align: center;color: #000;}
.protit h4{font-weight: 700;display: inline-block;color: #333333;display: flex;justify-content: center;align-items: center;}
.protit h4 img{margin-right: 10px;}
.protit p{color: #999;margin-top: 10px;}
.protit i{display: inline-block;width: 90px;height: 3px;background: #35BCD6;}
.protit>img{display: inline-block;margin-top: 15px;}
.w1200{width:1200px;margin:0 auto}
.w1300{width:1300px;margin:0 auto}
.w1400{width:1400px;margin:0 auto}
/*===================== 公用样式 END =====================*/

/*===================== 首页 START =====================*/
.banner{position: relative;}

/* -- 产品中心 -- */
.sycp_ll{text-align: center;width: 19%;border: 3px solid #35BCD6;margin-right: 1%;}
.sycp_ll .probt{padding: 22px 15px;background-color: #35BCD6;}
.sycp_ll h3,.sycp_l em{text-align: left;}
.sycp_ll h3{color:#fff;font-weight: 700;font-size: 35px;}
.sycp_ll em{display:block;color:#fff;font-size: 17px;text-align: left;text-transform: uppercase;font-style: normal;line-height: 2;}
.sycp_ll .pro_bar{background: #FFFFFF;}
.sycp_ll .pro_bar>ul>li{position: relative;}
.sycp_ll .pro_bar>ul>li>a{color: #000;line-height: 55px;font-size: 18px;text-align: left;font-weight: 400;border-bottom: 1px dashed #cccccc;background: url(../images/jt.png) no-repeat left 10px center ;padding-left: 25px;width: 100%;box-sizing: border-box;}
.sycp_ll .pro_bar>ul>li>a::after{content: "";background: url(../images/jia1.png) no-repeat;position: absolute;right: 10px;top: 0;width: 19px;height: 19px;bottom: 0;margin: auto;}
.sycp_ll .pro_bar>ul>li>a:hover::after,.sycp_ll .pro_bar>ul>li:hover>a::after{background: url(../images/jia.png) no-repeat;}
.sycp_ll .pro_bar>ul>li .pro_left_son{display: none;left: 100%;position: absolute;min-width: 200%;background: #35BCD6;top: 0;z-index: 999;}
.sycp_ll .pro_bar>ul>li>a:hover,.sycp_ll .pro_bar>ul>li:hover>a{color: #fff;background: url(../images/jt1.png) no-repeat left 15px center #35BCD6;}
.sycp_ll .pro_bar>ul>li:hover .pro_left_son{display: block;}
.sycp_ll .pro_bar>ul>li:hover .pro_left_son .item{float: left;width: 33.33%;}
.sycp_ll .pro_bar>ul>li:hover .pro_left_son .item a{color: #fff;padding: 10px 1%;}
.sycp_ll .pro_bar>ul>li:hover .pro_left_son .item a:hover{background: #2a93a7;}
.sycp_ll .more{border: 1px solid #fff;border-radius: 50px;text-align: center;display: inline-block;color: #fff;font-size: 20px;line-height: 50px;padding: 0 40px;}
.box_three{padding:25px 10px;text-align: left;background:#35BCD6 url(../images/lxbj.jpg) no-repeat center;background-size: cover;}
.box_three p{font-size:22px;color:#fff;line-height:30px;}
.box_three em{margin-left: 0;padding-top: 15px;}
.box_three em p{font-size: 16px;text-align: left;line-height: 30px;}
.box_three span{color:#fff;font-size:22px;display: block;font-family:impact;font-weight:700;padding: 10px 0;border-bottom: 1px dashed #fff;}
.box_three strong{font-size: 26px;color: #fff;background: url(../images/d1.png) no-repeat left;padding:5px 0 0 35px;}
.swtfw{position: relative;;width: 100%;}
.swtbox{margin-top:45px;overflow: hidden;}
.swtbox a{text-align:center;float:left;display:block}
.swtbox .btn1{width:28%;height:58px;background:#0365D2;font-size:24px;color:#ffffff;font-weight:bold;line-height:58px;letter-spacing:5px;box-shadow:0 6px 5px rgba(249,90,23,0.4);transition:all linear 0.3s;}
.swtbox .btn1:hover{background:#D20001;box-shadow:0 6px 5px rgba(60,151,170,0.4)}
.swtbox .btn2{width:340px;height:58px;background:#D20001;font-size:16px;color:#fff;line-height:58px;margin-left:38px}
.swtbox .btn2 span{font-size:24px;font-weight:bold;vertical-align:top}
.swtbox .btn2:hover{background: #0365D2;}
.fwby{margin-top:30px}
.fwby p{background: #207EFA;background-size:15px;font-size:17px;line-height:17px;float:left;margin-left:2%;border-radius: 50px;color: #fff;transition: .3s;width: 32%;box-sizing: border-box;text-align: center;}
.fwby p:first-child{margin-left:0}
.fwby p a{color: #fff;padding: 10px 20px;}
.fwby p a::before{content:"";display: inline-block;width: 15px;height: 15px;border-radius: 50px;border:2px solid #fff;margin-right: 5px;}
.fwby p:hover{background-color: #E4332D}

.sycp{background: #DFE9F5;padding: 100px 0;}
.sycp .sycp_r{max-width:100%;margin: 50px auto 0;}

/* 横幅  */
.hf {background: url(../images/hf.jpg) no-repeat center;box-sizing: border-box;padding: 50px 0;background-size: cover;background-attachment: fixed;text-align: center;color: #fff;}
.hf p{text-transform: uppercase;margin: 1vw auto 2vw;}
.hf h3{font-weight: 700;}
.hf p.f_48{background-size: 100% 100%;display: inline-block;width: 798px;line-height: 76px;margin-top: 30px;}
.hf a.bhcz{width: 450px;height: 50px;line-height: 50px;background-color:#35BCD6;border-radius: 50px;margin: 0 auto;display: flex;}
.hf a.bhcz h5{font-size: 30px;width: 270px;height: 50px;line-height: 50px;border-radius: 50px;display: inline-block;text-align: center;color: #35BCD6;background-color: #fff;display: flex;    align-items: center;    justify-content: center;font-family: impact;}
.hf a.bhcz em{display: inline-block;text-align: right;color: #fff;padding-left: 50px;}


/* 简介 */
.section_three1 .inner{position: relative;box-sizing: border-box;width: 100%;padding: 120px 0 0;}
.section_three1 .inner>.clear{width: 90%; margin: 0 auto;}
.section_three1 .right{width:47%;}
.section_three1 .right h1{font-size:50px;color:#3E3E3E;font-weight:bold;margin: 15px 0;}
.section_three1 .right>p{color:#000027;font-size: 38px;}
.section_three1 .right .text{color:#999;line-height:2;padding:40px 0;text-indent: 2em;font-size: 17px;position: relative;}
.section_three1 .right .text a{display: inline-block;color:#666666;}
.num_top{background: url(../images/num_bg.jpg) no-repeat center;padding: 100px 0 ;background-attachment: fixed;background-size: cover;margin-top: 100px;}
.num_top .inner1{max-width: 90%;margin: 0 auto;}
.num_top img{float: right;}
.num_top  ul{display:flex;}
.num_top  ul li{flex:1;text-align: center;background: url(../images/line.png) no-repeat center right;}
.num_top  ul li:first-child{padding-left: 0;}
.num_top  ul li:last-child{background: none;}
.num_top  ul li span{color:#fff;font-size:70px;text-align:center;font-weight: 700;}
.num_top  ul li em{color:#fff;font-size: 22px;font-style: normal;}
.num_top  ul li p{color:#fff;font-size:22px;}
.section_three1 .right a.more{display: inline-block;color: #fff;text-align: center;padding: 10px 45px;font-size:20px;  background: linear-gradient(50deg, rgb(27, 49, 136), rgb(39, 158, 219))}
.section_three1 .right a.more:hover{background: #35BCD6;}
.section_three1 .right a.more img{display: inline-block;vertical-align: bottom;}
.section_three1 .left {width: 50%;}

/* 案例 */
.section_six{width: 100%;padding: 100px 0 50px;}
.section_six ul{display: flex;justify-content: space-evenly;margin: 30px auto;}
.section_six ul li{width: 100%;margin: 0 2%;text-align: center;}
.section_six ul li a{font-size: 20px;font-weight: 700;padding: 10px 30px;border-radius: 50px;border: 1px solid #ddd;}
.section_six ul li a:hover{background: #35BCD6;color: #fff;}
.section_six .swiper-container.anli{padding: 30px 0;width: 87.6%;margin: 0 auto;overflow: hidden;}
.section_six .swiper-container.anli .swiper-slide{width:800px;border:10px solid #fff;box-sizing:border-box;box-shadow: 0 0 15px rgba(0, 0, 0, .1);max-height: 550px;display: flex;background: #fff;justify-content: center;    align-items: center;overflow: hidden;}
.section_six .swiper-container.anli .swiper-slide img{height:100%;}
.more{text-align:center;}
.more .call,.more .but{display:inline-block;vertical-align:top;}
.more .call{height:50px;text-indent:1em;line-height:50px;padding:0 40px;border-radius:100px;font-size:28px;font-family:impact;background:#35BCD6 url(../images/d1.png) 30px center no-repeat;}
.more .call a{color:#fff;}
.more .call:hover{background-color: #0080CC}
.more .but{width:250px;height:50px;line-height:50px;margin-left:20px;border-radius:100px;background-color:#0080CC;text-align:center;font-size:16px;color:#fff;}
.more .but:hover{background:#35BCD6;}

/* 优势 */
.zyys{background: url(../images/hzkh.jpg) no-repeat center bottom;position: relative;overflow: hidden;padding: 120px 0 ;margin-top: 60px;}
.zyys .topbb{width: 80%;margin: 0 auto;text-align: center;}
.zyys .topbb img{display: inline-block;}
.zyys .topbb div.f_58{color: #fff;font-weight: 700;}
.zyys .ysner{width: 80%;margin: 50px auto 0;position: relative;}
.zyys .ysner ul{width: 100%;margin: 40px auto 0;display: flex;}
.zyys .ysner ul li{margin:0 20px;box-shadow: 1px 1px 6px #becdd7;position: relative;border-radius: 10px;background: rgba(255, 255, 255, .95);width: 25%;overflow: hidden;transition: .3s;}
.zyys .ysner ul li img{margin: 0 auto;-webkit-transition: all 0.4s linear;transition: all 0.4s linear;}
.zyys .ysner ul li:hover {-webkit-transform:scale(1.03, 1.03);-moz-transform:scale(1.03, 1.03);-o-transform:scale(1.03, 1.03);-ms-transform:scale(1.03, 1.03);transform:scale(1.03, 1.03);}
.zyys .ysner ul li h4{text-align: center;display: block;font-size: 33px;margin: 20px 0;}
.zyys .ysner ul li p{font-size: 16px;text-align: center;color: #777;padding: 0 20px;line-height: 2;}

/* 新闻 */
.section_nine{padding: 70px 0 70px;}
.news_top{display: flex;align-items: center;justify-content: space-between;}
.news_top .protit{text-align: left;}
.news_top .protit h4{display: block;}
.news_top a{border-radius: 50px;background: #00AED8;color: #fff;text-align: center;padding: 10px 30px;}
.tabbox{padding: 50px  0 0;}
.tabbox .content{width:508px;overflow:hidden;position:relative;height:465px;}
.tabbox .content ul{position:absolute;left:0;top:0;height:100%;}
.tabbox .content li{width:508px;float:left;height:465px;position:relative}
.tabbox .content li img{display:block;width:508px;height:465px;}
.tabbox .content li .arrow{position:absolute;bottom:0;width:100%;height:70px;}
.tabbox .tab{width:100%;}
.tabbox .tab .item{float: left;width: 46.7%;transition: .4s;}
.tabbox .tab .item span{color: #999;}
.tabbox .tab .item p{line-height: 1.6;color: #999;}
.tabbox .tab .item .img{width: 21%;}
.tabbox .tab .item:nth-child(n+2) .img img{max-height: 200px;}
.tabbox .tab .item .info{width: 75%;}
.tabbox .tab .item .info em{color: #999;margin: 10px 0 0;display: block;}
.tabbox .tab .item:nth-child(n+2){padding-bottom: 30px;border-bottom: 1px solid #DBDBDB;}
.tabbox .tab .item:nth-child(n+3){padding-top: 30px;}
.tabbox .tab .item:nth-child(1){width:52%;margin-right: 1.3%;background-color:#fff;}
.tabbox .tab .item:nth-child(1) a{display:block;}
.tabbox .tab .item:nth-child(1) .img{width:100%;overflow:hidden;box-sizing: border-box;}
.tabbox .tab .item:nth-child(1) .img img{display:block;width:100%;max-width:none;}
.tabbox .tab .item:nth-child(1) .info{padding:30px 20px;width: 100%;display: none;}
.tabbox .tab .item:nth-child(1) h3{font-size:16px;color:#181818;padding:0 0 10px 0;transition: .4s;}
.tabbox .tab .item:nth-child(1) p{font-size:14px;color:#999;line-height:22px;height:44px;overflow:hidden;transition: .4s;}
.tabbox .tab .item:hover h3,.tabbox .tab .item:hover p{color:#105695;}
.tabbox h3 strong{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin: 10px 0;}
.tabbox h3 span{font-size: 14px;}
.tabbox .tab .item:nth-child(1):hover{background-color:#105695;}
.tabbox .tab .item:nth-child(1) h3 strong{width:80%;}
.tabbox .tab .item:nth-child(1):hover h3,.tabbox .tab .item:nth-child(1):hover p{color:#fff;}



.footer{background: url(../images/f_bg.jpg) no-repeat bottom  center;padding: 50px 0 0;background-attachment: fixed;}
.footer .inner{display: flex;justify-content: space-between;}
.footer .inner>div{float: none;margin: 0 20px;}
.footer .f1 h3,.footer .f2 h3,.footer .f3 h3,.footer .f4 h3{margin-top:30px;font-size:24px;color:#fff;position:relative;margin-bottom:20px}
.footer .f1 h3::before,.footer .f2 h3::before,.footer .f3 h3::before,.footer .f4 h3::before{position:absolute;content:"";width:50px;height:3px;background:#fff;top:40px;left:0}
.footer .f1{width:15%}
.footer .f1 h3{margin-bottom:40px}
.footer .f1 .item{float:left;margin-right:15px;text-align: center;color: #fff;}
.footer .f1 a{display:block;height:20px;line-height:20px;color:#fff;box-sizing:border-box;margin-top:10px}
.footer .f2{width:15%;margin-left: 2%;}
.footer .f2 a{color:#fff;line-height:30px;display:block}
.footer .f3{width:350px;color:#fff;line-height:30px}
.footer .f4{width:20%;margin-top:30px !important;}
.footer .copyright{margin-top:30px;text-align:center;color:#fff;padding:15px 0;font-size:14px;border-top:1px solid rgba(255,255,255,0.15)}
.footer .copyright a{display:inline-block;color:#fff;font-size:14px}
.footer .copyright img{display:inline-block;margin-left:15px}
.footer .copyright p{color:#fff;text-align:center}
.pub_title p{text-align:center;margin-bottom:30px;font-size:18px;color:#666666;margin-top: 15px;}
.pub_title {position:relative;text-align:center;z-index:1;padding-top:50px;}
.pub_title img{display:inline-block;z-index:1;}
.page-cover{background:#18191b url(loading.gif) no-repeat center 350px;width:100%;height:0;position:absolute;bottom:0;z-index:10000001;}
@-webkit-keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@-moz-keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@-ms-keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}


#top_scroll {height:1130px;overflow: hidden;max-width:100%;margin:0 auto;}
#top_scroll ul li{float: left;width:31.9%;margin:0.7%;text-align: left;box-sizing: border-box;background: #fff;box-shadow: 0 0 15px rgba(0, 0, 0, .1);border-radius: 10px;}
#top_scroll ul li a{padding: 10px;}
#top_scroll ul li .img{overflow: hidden;}
#top_scroll ul li .info{padding: 1vw;}
#top_scroll ul li img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
#top_scroll ul li:hover  .info{ background: #0CD1E0;}
#top_scroll ul li:hover img{-webkit-transform:scale(1.2, 1.2);-moz-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2);}
#top_scroll ul li h3{color:#000;font-size:18px;float: left;line-height: 36px;}
#top_scroll ul li p{color: #fff;font-size: 16px;float:right;border-radius: 50px;padding: 5px 15px;background: #0CD1E0;border: 1px solid #0CD1E0;}
#top_scroll ul li:hover h3, #top_scroll ul li:hover p{color:#fff;}
#top_scroll ul li:hover p{border: 1px solid #fff;}



.nbanner{height: 38rem;background-attachment: fixed;position: relative;margin-bottom: 0;}
.nbanner img.nbom {position: absolute;bottom: 0;}
.nbanner .position  img {  width: 1rem;  margin-right: 0.5rem;}


/*===================== 首页 END =====================*/

/* ========================= 内页 START ========================= */

/* 案例 */
.page_case .card-img a{display: flex;max-height: 20vw;overflow: hidden;}
.page_case .card-img .card-img-top{width: auto;height: 100%;}
.page_case .card-title{font-size: 18px;font-weight: 700;}
.case_p{color: #999;font-size: 14px;}



/* ===================== 产品列表页 ===================== */
#list{margin:30px 0;}
#list .auto, #news_article, #article, .position_now .auto, #nyba .black .auto{width:1500px;margin:0 auto;}
@media(max-width:1505px ){
	#list .auto, #news_article, #article, .position_now .auto, #nyba .black .auto{width:1200px;}
}

.comCate{display:flex;justify-content:center;flex-wrap:wrap}
.comCate li{margin:0 15px 15px;min-width:120px}
.comCate a{display:flex;align-items:center;justify-content:center;text-align:center;background-color:#fff;box-shadow:1px 2px 2px 0px rgba(73,104,166,0.28);border-radius:5px;color:#666;height:100%;box-sizing:border-box;padding:10px}
.comCate a:hover,.comCate a.on{color:#fff;background:linear-gradient(180deg,#2594D3 0.04%,#1C3E91 100%);box-shadow:0px 6px 12px 0px rgba(0,123,255,0.28)}


.showlist {width:100%;}
.showlist li{width:98%;margin:0 auto 20px;overflow: hidden;position: relative;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.showlist .wrap_box{float:left;}
.showlist .button{width:60%;color:#fff;margin:0px auto;padding:0px;}
#showdata {display:none;}
#loaddata {text-align:center;}
.showlist li .img{overflow: hidden;}
.product_list_one .showlist, .product_list_two .showlist, .product_list_three .showlist{display: none;}
.product_list_one #showdata, .product_list_two #showdata, .product_list_three #showdata{display: block !important;}
.product_list_one .item, .product_list_two .item, .product_list_three .item{float: left;width:32.33%;margin:0 0.5% 30px;}
.product_list_one .item .img, .product_list_two .item .img{position: relative;overflow: hidden;}
.product_list_one .item img, .product_list_two .item img, .product_list_two .item strong, .product_list_three .item em{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.product_list_one .item:hover img, .product_list_two .item:hover img{-webkit-transform:scale(1.2, 1.2);-moz-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2);}


/* 样式一 */
.product_list_one .item .info{padding:20px;background:url(../images/arrow.png) right 57px no-repeat;}
.product_list_one .item strong{display: block;width:95%;font-weight:100;font-size:18px;}
.product_list_one .item .line2{width:100%;height:2px;transform-origin: 100%;-webkit-transform-origin: 100%;-webkit-transition: -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: transform .7s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transform: scaleX(0);-webkit-transform: scaleX(0);visibility: hidden\9;background-color:#35BCD6;}
.product_list_one .item p{display: none;}
.product_list_one .item:hover .line2{transform: scaleX(1);-webkit-transform: scaleX(1);-moz-transform: scaleX(1);transform-origin: 0;-webkit-transform-origin: 0;visibility: visible\9;}
.product_list_one .item:hover .info{background:url(../images/arrow.png) right center no-repeat;}
.product_list_one .item:hover strong{border-right:1px solid #f1f1f1;}
/* 样式一 */

/* 样式二 */
.product_list_two .item .info{padding:0 30px 20px;background-color:#f6f7f7;}
.product_list_two .item .info strong, .product_list_three .item .info strong{display: block;color:#555;font-size:18px;font-weight:100;padding-top:30px;}
.product_list_two .item .line1{width:0%;height:1px;margin-top:8px;}
.product_list_two .item .info p, .product_list_three .item .info p{display: none;color:#868585;font-size:14px;line-height:26px;height:52px;overflow: hidden;margin-top:8px;}
.product_list_two .item .line2{display: none;}
.product_list_two .item:hover{box-shadow: 0px 18px 25px rgba(0, 0, 0, 0.08);background-color: #fff;}
.product_list_two .item:hover strong{color:#35BCD6;transform: translateY(-10px);-moz-transform: translateY(-10px);-o-transform: translateY(-10px);-ms-transform: translateY(-10px);-webkit-transform: translateY(-10px);}
.product_list_two .item:hover .line1{width:100%;height:1px;background-color:#35BCD6;}
.product_list_two .item:hover p{transform: translateY(10px);-moz-transform: translateY(10px);-o-transform: translateY(10px);-ms-transform: translateY(10px);-webkit-transform: translateY(10px);}
/* 样式二 */

/* 样式三 */
.product_list_three .item .info strong{padding:0;}
.product_list_three .item{padding-bottom:20px;border-radius:6px;overflow:hidden;background-color:#f9f9f9;}
.product_list_three .item .info{padding:15px;}
.product_list_three .item em{font-style:normal;float: right;width:10px;height:3px;background-color:#35BCD6;margin:0px 15px 0 0;}
.product_list_three .item:hover em{width:30px;}
.product_list_three .item:hover{box-shadow: 0px 18px 25px rgba(0, 0, 0, 0.08);background-color: #fff;}
/* 样式三 */

/* 产品内页图 */


.product_article .img1{display: none;}
.product_article .title{overflow: hidden;padding:10px 0 0;}
.product_article .title h1{text-align: center;font-size:22px;color:#333;}
.product_article .title .time{display: block;height:30px;line-height:30px;text-align: center;margin:14px 0 0;font-size:14px;color:#999;}
.product_article .title .time img{display: inline-block;height:18px;margin-top:-2px;margin-right:10px;}
.product_article .title .share{text-align: center;height:24px;line-height:24px;margin-top:10px;}
.product_article .title .share span{display: inline-block;vertical-align: top;}
.product_article .title .bdsharebuttonbox{display: inline-block !important;vertical-align: top;}
/* 产品内页图 */

/* ===================== 产品列表页 ===================== */

/* ===================== 产品 详情页 ===================== */
.content a{display: inline-block;}
.content p span, .content p {    font-size: 16px !important;    font-family: 'PingFang SC', "微软雅黑", Arial, Helvetica !important;}
.content table,.product-scroll-list .scroll.scroll_4 table{border-right:1px solid #666666;border-bottom:1px solid #666666;text-align:center;vertical-align:middle;width:100%}
.content table td,.product-scroll-list .scroll.scroll_4 table td{border-left:1px solid #666666 !important;border-top:1px solid #666666 !important;padding:10px}
.content table tr:nth-child(even) td{background:#fff}
.content table tr:nth-child(odd) td{background:#F9FAFC}
.content table tr:first-child td{background:#E6EAF3 !important;font-size:16px;font-weight:bold}
.content table tr td{line-height:18px;font-size:14px;}
.content table tr td p{margin:0}

/* 产品内页 */
.show-product-phone .tel{background:url("../images/img35.png") no-repeat left center;background-size:60px auto;padding-left:70px}
.show-product-phone .tel a{display:block;font-size:42px;font-family:Arial;font-weight:bold}
.show-product-phone .btn-danger{padding: 10px 25px;border-color: #35BCD6;background: #35BCD6}


.img_big_box{width:55%;float: left;}
.img_big_box .img_box{height:400px;border:1px solid #f1f1f1;border-radius:5px;position: relative;border-bottom:none;}
.img_big_box .img_box img{max-width:99%;max-height:99%;border-radius:5px;position: absolute;left:0;top:0;right:0;bottom:0;margin:auto;}
.img_big_box .small_box{border:1px solid #f1f1f1;border-radius:5px;text-align: center;}
.img_big_box .small_box img{max-height:80px;display: inline-block;margin:10px 5px;border:1px solid #fff;}
.img_big_box .small_box img.active{border-color:#35BCD6;}
.info_big_box{width:42%;float: right;height:502px;}
.info_big_box h1{color:#444;line-height:36px;font-weight: bold;font-size:26px;}
.info_big_box .info_1{margin:30px 0 0;}
.info_big_box .info_1 .dh{color:#555;min-height:40px;line-height:40px;cursor:help;margin-bottom:10px;}
.info_big_box .info_1 .dh img{float: left;width:30px;margin-top:5px;}
.info_big_box .info_1 .dh span{float: right;width:89%;font-size:18px;color:#555;letter-spacing:0px;line-height:40px;}
.info_big_box .info_1 .dh span.num{font-family:impact;font-size:26px;letter-spacing:2px;}
.info_big_box .info_2{padding:10px;}
.info_big_box .info_2 .ewm{width: 150px;text-align: center;}
.info_big_box .share{height:24px;line-height:24px;margin:20px 0;}
.info_big_box .share span{font-size:16px;color:#555;}
.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more{margin:0 6px 0 0 !important;}
.info_big_box .info_3 span{display: inline-block;padding:8px 0;line-height:24px;color:#555;cursor:help;font-size:12px;}
.info_big_box .info_3 span img{display: inline-block;height:20px;margin-bottom:3px;margin-right:6px;}

.xgcp_title{padding:10px;background-color:#fafafa; margin:30px 0 0;}
.xgcp_title h3{color:#35BCD6;border-left:2px solid #35BCD6;padding-left:20px;height:30px;line-height:30px;font-weight: bold;font-size: 20px;}

.article_content{font-size:16px;line-height:26px;color:#333;padding-top:30px;}
.right_side.contact_box .article_content{padding: 50px;}
.right_side.contact_box .article_content a{display: inline-block;}
.article_box{padding-top:30px;}
.article_box img, .article_content img{display: inline;}
.article_box p, .article_content p{margin-bottom:14px;}

#xgcp ul li{float: left;text-align: center;width:23%;margin:1%;}
#xgcp ul li strong{display: block;height:36px;color:#333;font-size:16px;font-weight:100;line-height:36px;text-align: center;}
#xgcp ul li:hover strong{color:#fff;}
#xgcp ul li:hover .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}

.pagenum{border-top:1px solid #DCDCDC;margin-top:30px;text-align: center;}
.pagenum a{display: inline-block;color:#35BCD6;margin:20px 20px 0;}
.pagenum span{font-size:16px;color:#35BCD6;}
.pagenum a:hover{background-color:#35BCD6;color: #fff;}
.pagenum a:hover span{color:#fff;}
/* ===================== 产品 详情页 ===================== */

/* ===================== 内页 Banner 图 ===================== */
#nyba{height:500px;position: relative;overflow:hidden;background-color:rgba(0,0,0,0.3);background-image:url(../images/neibanner.jpg);background-position:top center;background-repeat:no-repeat;background-attachment: fixed;z-index: 5;}
.fade_text{text-transform:uppercase;margin-top:10%;text-align: center;font-size:0;}
.fade_text span{color:#fff;display: inline-block;}
.fade_text .cn{height:95px;line-height:95px;overflow: hidden;}
.fade_text .cn span{font-size:72px;}
.fade_text .en{height:40px;line-height:40px;font-size:30px;overflow:hidden;display: none;}
.fade_text .line{width:80px;height:3px;background-color:#fff;margin:20px auto;}
.arrow_down{position:absolute;left:50%;margin-left:-4px;bottom:20px;overflow: hidden;width:8px;}
.arrow_down .line{display: block;width:1px; height:40px;margin:0 3px;background: #fff; }
.arrow_down .aw{display: block;width:100%;height:5px;margin-top:3px;background: url('../images/aw.png') no-repeat;}
.arrow_down .lg{-webkit-animation: long 1.5s linear alternate infinite; animation: long 1.5s linear alternate infinite; }
@-webkit-keyframes long{
	from { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes long{
	from { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes long1{
	from { -webkit-transform: translateY(0px); transform: translateY(0px); }
    to { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
}
@keyframes long1{
	from { -webkit-transform: translateY(0px); transform: translateY(0px); }
    to { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
}
.son_list{position: absolute;height:50px;width:100%;bottom:10px;left:0;text-align: center;}
.son_list a{display: inline-block;width:140px;padding:0 5px;height:50px;color:#333;background-color: #fff;font-size:16px;text-align: center;line-height:50px;position: relative;z-index:1;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.son_list a i{background-color:#35BCD6;position: absolute;left:50%;top:50%;margin:-100px 0 0 -100px;z-index:-1;width:200px;height:200px;border-radius:50%;transform: scale(0);-webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);-ms-transform: scale(0);}
.son_list a:hover i, .son_list a.active i{transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);}
.son_list a:hover, .son_list a.active{color:#fff;}
/* ===================== 内页 Banner 图 ===================== */

/* ===================== 面包屑导航 ===================== */
.position_now{height:60px;line-height:60px;font-size:14px;background-color: #f1f1f1;}
.position_now a{display: inline-block;color:#707070;}
.position_now .fl{color: #707070;}
.position_now .fl img{height:20px;margin-top:-4px;display: inline-block;margin-right:8px;}
.position_now .fr{font-family: impact;color:#00AEC3;font-size:22px;}
.position_now .fr img{height:26px;display: inline-block;margin-right:8px;vertical-align: middle;}
.position_now .fr strong{font-weight:100;}
/* ===================== 面包屑导航 ===================== */

/* ===================== 新闻页面 ===================== */
.sonsort{display: flex;}
.sonsort a{width: 100%;margin: 0 .5%;font-size: 20px;}
.sonsort a.btn-info{background: #35BCD6;}

.page_news ul li{display: flex;justify-content: space-between;    align-items: center;padding: 30px 0;}
.page_news ul li a{width: 75%;}
.page_news ul li img{width: 20%;}
.page_news ul li p{color: #999;}
.page_news ul li span.d-block{color: #333;font-weight: 700;font-size: 20px;transition: .3s;}
.page_news ul li a:hover span.d-block{color: #35BCD6;}
.page_news ul li em{font-style: normal;background: #35BCD6;color: #fff;border-radius: 5px;padding: 5px 15px;display: inline-block;}

/* 新闻样式 1 */
.news_one .news_box li{margin-bottom:20px;}
.news_one .news_box li .img{width:40%;height:300px;overflow:hidden;float:left;border-radius:8px;position: relative;}
.news_one .news_box li .img img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_one .news_box li .img .bg{position: absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0);}
.news_one .news_box li .img .bg i{opacity:0;position: absolute;left:50%;top:50%;margin:-15px 0 0 -50px;width:30px;height:30px;background:url(../images/news_arrow.png) center/100% no-repeat;}
.news_one .news_box li .info{width:58%;height:240px;float:right;padding-top:60px;}
.news_one .news_box li .info h3{font-weight:bold;font-size:18px;color:#333;}
.news_one .news_box li .info .time{color:#777;font-size:14px;padding:20px 0;}
.news_one .news_box li .info .line{width:100%;height:1px;background-color: #e5e9ef;margin-bottom:20px;}
.news_one .news_box li .info .line i{display: block;width:0%;height:1px;background-color:#35BCD6;}
.news_one .news_box li .info p{color:#999;font-size:16px;line-height:26px;height:52px;overflow: hidden;}
.news_one .news_box li:hover .info{padding-top:50px;}
.news_one .news_box li:hover .line i{width:100%;}
.news_one .news_box li:hover h3{color:#35BCD6;}
.news_one .news_box li:hover .bg{background:rgba(0,0,0,0.55);}
.news_one .news_box li:hover .bg i{opacity:1;margin:-15px 0 0 -15px;}


.news_article_box .left_fixed{position: fixed;left:0;top:0;width:30%;height:100%;z-index:-1;}
.news_article_box .left_fixed .text{padding:35% 0 0 25%;}
.news_article_box .left_fixed h6{font-size:70px;color:#006db2;opacity:0.5;font-style:italic;font-family: impact;}
.news_article_box .left_fixed h5{font-size:16px;color:#333;margin-top:30px;}
.news_article_box .left_fixed .return{margin-top:40px;font-size:14px;color:#666;}
.news_article_box .left_fixed .return:after{content:'';}
.news_article_box .right_article{float: right;width:1200px;overflow: hidden;}
.news_article_box .inner_content{padding:30px 50px;}
.news_article_box .h1_title{padding:0px 40px;line-height:1.5;}
.news_article_box .h1_title h1{font-size:28px;color:#333;margin-bottom:20px;text-align: center;font-weight: 700;}
.news_article_box .h1_title .time img{height:20px;display: inline-block;margin:-4px 10px 0 0;}
.news_article_box .h1_title .time span{color:#777;font-size:16px;}

.page_list{text-align: center;}
.page_list b{font-size:0;}
.page_list b a, .page_list b font{display: inline-block;font-weight:100;color:#999;font-size:16px;margin-right:10px;border:1px solid #e5e9ef;width:40px;height:40px;line-height:40px;border-radius:6px;text-align: center;}
.page_list b font{background-color:#35BCD6;color:#fff;border-color:#35BCD6;}
.page_list_span1{display: none;}
/* 新闻样式 1 */

/* 新闻样式 2 */
.news_two .news_box li{float: left;width:31.33%;margin:1%;overflow: hidden;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_two .news_box li a{padding:20px;background-color:#f3f3f3;position: relative;}
.news_two .news_box li .time strong{font-size:50px;color:#35BCD6;display: inline-block;font-family:"SimHei";position: relative;}
.news_two .news_box li .time strong::after{content:'';position: absolute;left:0;top:30px;width:0px;background-color:#35BCD6;height:2px;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_two .news_box li .time span{font-size:12px;color:#333;display: block;font-family:"SimHei";}
.news_two .news_box li h3{color:#333;font-size:18px;line-height: 26px;height:52px;overflow: hidden;margin:15px 0 10px;}
.pc .news_two .news_box li:hover h3{color:#35BCD6;}
.news_two .news_box li p{font-size:14px;color:#666;line-height:22px;height:44px;overflow: hidden;margin-bottom:10px;}
.news_two .news_box li i{position: absolute;background-color:#35BCD6;}
.news_two .news_box li i.i1{width:0px;height:2px;top:20px;right:20px;}
.news_two .news_box li i.i2{width:2px;height:0px;top:20px;right:20px;}
.pc .news_two .news_box li:hover i.i1{width:30px;}
.pc .news_two .news_box li:hover i.i2{height:30px;}
.pc .news_two .news_box li:hover{box-shadow:0px 18px 25px rgba(0,0,0,0.08);}
.pc .news_two .news_box li:hover strong::after{width:100%;}

.fixed_body{display: none;position: fixed;width:100%;height:100%;background:rgba(255,255,255,0.8);left:-30%;top:0;z-index:9999;}
.fixed_body .fixed_article{display: none;position:fixed;width:1200px;height:800px;top:50%;right:20%;margin:-400px -600px 0 0;background-color:#fff;z-index:99999;box-shadow:0px 0 25px rgba(0,0,0,0.08);}
.fixed_body .fixed_article .fb_close{position: absolute;right:0;top:0;width:60px;height:60px;cursor:pointer;background-color:#35BCD6;}
.fixed_body .fixed_article .fb_close i{display: block;margin:10px auto 0;width:40px;height:40px;background:url(../images/jia.png) center center/80% no-repeat;}
.fixed_body .fixed_article .fb_close:hover i{transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);}
.fixed_body .fixed_article iframe{border:none;width:100%;height:100%;display: block;}
@media( max-width:1505px ){
	.fixed_body .fixed_article{width:1000px;margin-right:-500px;}
}
/* 新闻样式 2 */

/* ===================== 新闻页面 ===================== */

/* ===================== 产品页 左侧 导航 ===================== */
#list .left_side{width:280px;}
#list .left_side .box_two{width:260px;background-color:#3a4750;padding:10px 10px;}
#list .left_side .box_two{margin-top:10px;padding:20px 10px;}
#list .left_side .box_two p{font-size:16px;color:#fff;line-height:30px;}
#list .left_side .box_two strong{color:#fff;font-size:30px;display: block;margin-bottom:10px;font-family:impact;font-weight:100;}
#list .left_side .box_two .more{height:36px;line-height:36px;background-color:#fff;margin-top:10px;width:200px;color:#333;text-align: center;}
#list .left_side .box_two .more i{background-color:dodgerblue;}
#list .left_side .box_two .more:hover{color:#fff;}
#list .right_side.fr{width:1200px;}
@media(max-width:1505px ){#list .right_side.fr,#list .right_article.fr{width:900px;}}
/* ===================== 产品页 左侧 导航 ===================== */

/* ===================== 全局搜索框 ===================== */
.form_box {display: none;border:1px solid #f1f1f1;border-radius: 5px;margin-bottom: 20px;}
.form_box .sf{margin:0 auto;text-align: center;font-size:0;}
.form_box .an {display: inline-block;border: 1px solid #f1f1f1;background-color: #fff;color: #333;height: 40px;border-radius: 8px;margin: 10px 5px;font-size: 16px;line-height:40px;padding: 0px 15px;outline:none;}
.form_box .an{vertical-align: bottom;}
.form_box .an:hover{border-color:#35BCD6;}
.form_box .inp{height:38px;vertical-align: bottom;}
.form_box .submit{width:80px;cursor:pointer;}
/* ===================== 全局搜索框 ===================== */

/* ===================== 在线留言 ===================== */
.form_box_box{width:1200px;margin:40px auto;padding:60px 0;box-shadow: 0px 20px 80px rgba(76, 76, 76, 0.1);}
ul.fs{width:1000px;margin:0 auto;}
ul.fs input, ul.fs textarea{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-transition: 0.8s;-o-transition: 0.8s;-ms-transition: 0.8s;-moz-transition: 0.8s;transition: 0.8s;}
ul.fs .box1 li{float: left;width:320px;margin-right:20px;}
ul.fs .box1 li:nth-of-type(3){margin:0;}
ul.fs .box1 li input{border:1px solid #e1e7ee;width:100%;height:50px;padding:10px;color:#999;}
ul.fs li input:hover{border-color:#35BCD6;}
ul.fs .box1 li input::-webkit-input-placeholder, ul.fs li.textarea textarea::-webkit-input-placeholder, ul.fs li.yzm input::-webkit-input-placeholder{color: #999;}   
ul.fs .box1 li input:-moz-placeholder, ul.fs li.textarea textarea:-moz-placeholder, ul.fs li.yzm input:-moz-placeholder{color: #999;}    
ul.fs .box1 li input:-ms-input-placeholder, ul.fs li.textarea textarea:-ms-input-placeholder, ul.fs li.yzm input:-ms-input-placeholder{color: #999;}
ul.fs li.textarea textarea{width:100%;height:150px;border:1px solid #e1e7ee;padding:10px;margin:20px 0;color:#999;}
ul.fs li.textarea textarea:hover{border-color:#35BCD6;}
ul.fs li.radio{text-align: center;}
ul.fs li.radio label{margin:0 10px;}
ul.fs li.yzm{text-align: center;margin:20px 0;}
ul.fs li.yzm img{display: inline-block;height:20px;}
ul.fs li.yzm input{border-bottom:1px solid #e1e7ee;width:200px;height:50px;padding:10px;color:#999;}
ul.fs li.yzm input:hover{border-color:#35BCD6;}
ul.fs li.submit input{height:50px;margin:0 auto;display: block;cursor:pointer;width:200px;border-radius:50px;background-color:#35BCD6;font-size:16px;color:#fff;}
/* ===================== 在线留言 ===================== */

/* ===================== 联系我们 地图 ===================== */
#allmap{height:400px;width: 50%;float: right;}
#allmap img{max-width:none !important;}

/* 联系 */
.contact{padding-bottom:6.5rem}
.contact .row{align-items:center;background:#f9f9f9;box-shadow:0px 5px 10px rgba(181,181,181,0.25)}
.contact .left{padding:3rem 5.53% 3rem 6.21%;display:flex;align-items:center;margin: 0;}
.contact .left .text{flex:1;padding-right:1rem}
.contact .left .text .tit span{font-size:2.3rem;font-weight:500;font-weight:bold;color:#35BCD6;}
.contact .left .text ul li{display:flex;align-items:start;margin-top:2.5rem}
.contact .left .text ul li img{width:1.6rem;margin-right:.2rem;position:relative;top:.15rem}
.contact .left .text ul li p{flex:1;font-size:1.2rem;line-height:1.3rem;color:#383838}
.contact .left .code{padding:.6rem .5rem 0 .5rem;background:#fff;text-align:center}
.contact .left .code img{width:9.5rem}
.contact .left .code p{font-size:.9rem;line-height:2.3rem;color:#383838}
.contact .right{width:35.15%;position:relative}
.contact .right>img{width:100%}
.contact .right div{position:absolute;left:40.5%;top:34%}
.contact .right div img{width:2rem;animation:bounceInDown2 2s 1s linear infinite}
.contact .right div i{background:rgba(0,0,0,0.2);display:block;border-radius:50%;height:.7rem;width:.7rem;position:absolute;left:.018rem;top:70%;margin:.55rem 0px 0px .6rem;transform:rotateX(55deg)}
.contact .right div i::after{content:"";border-radius:50%;height:2rem;width:2rem;position:absolute;margin:-0.65rem 0 0 -.65rem;animation:mypulsate 1s ease-out;animation-iteration-count:infinite;opacity:0;filter:alpha(opacity=0);box-shadow:0 0 1px 2px #89849b;animation-delay:1.1s}
@keyframes mypulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  50% {
    opacity: 1;
    filter: none;
  }

  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}


@keyframes bounceInDown2 {

  0% {
    transform: translate3d(0, -10px, 0);
  }

  50% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(0, -10px, 0);
  }

}
/* ===================== 联系我们 地图 ===================== */

/* ===================== 回到顶部 ===================== */
.go_top{display: none;background:url(../images/top.png) center center/50% no-repeat;width:40px;height:40px;cursor:pointer;text-align: center;background-color:#35BCD6;border-radius:50%;position: fixed;right:6px;bottom:100px;z-index:99999999999;}
/* ===================== 回到顶部 ===================== */

.firstRow img {display: inline-block;}
.sycep{
	display: none;
}
/* ================================ 内页 END ================================ */

/*===================== 响应式代码 START =====================*/
.header .menu_box{display: none;}
.header .menu_box{float: right;width:24px;height:54px;}
.header .nav_button{position: absolute;right:15px;top:26px;vertical-align: middle;width:24px;height:2px;cursor:pointer;background-color:#2483C3;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.header .nav_button::after, .header .nav_button::before{content:'';width:24px;height:2px;position: absolute;z-index:99999999;right:0;background-color:#2483C3;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.header .nav_button::after{top:9px;}
.header .nav_button::before{top:-9px;}
.header .menu_box.on .nav_button{width:0;}
.header .menu_box.on .nav_button::before{-webkit-transform: translateY(9px) rotate(45deg);-ms-transform: translateY(9px) rotate(45deg);transform: translateY(9px) rotate(45deg);}
.header .menu_box.on .nav_button::after{-webkit-transform: translateY(-9px) rotate(-45deg);-ms-transform: translateY(-9px) rotate(-45deg);transform: translateY(-9px) rotate(-45deg);}
#close{display: none;position: fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:999;}
.wap_son{display: none;padding:0 13px;margin-bottom:20px;}
.wap_son a{width:47.93%;height:40px;line-height:40px;font-size:16px;color:#fff;text-align: center;margin:1%;float: left;background-color:#35BCD6;}

.fixed_footer{display: none;}
.fixed_footer{display: none;background: linear-gradient( 50deg , #036acb, #259749);height:50px;position: fixed;bottom:0px;left:50%;margin-left:-46%;z-index:999;width:92%;border-radius:10px;}
@media (min-width:640px){
	.fixed_footer{width:640px !important;left:50%;margin-left:-320px;}}
.fixed_footer a{float: left;width:33.33%;text-align: center;}
 .fixed_footer img{display: inline-block;height:24px;margin:5px 0 0;}
 .fixed_footer strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}

@media( max-width:1550px ){
	.inner{width: 1400px;}
	.header .call h3{font-size:28px;}
	.header .nav{width:50%;}
	.section_five .item.one .box, .section_five .item.two .box{margin-left:15%;}
	.section_seven .item{width:130px;}
	.section_seven .item .radius{width:128px;height:128px;}
	.section_seven .item i{margin:35px auto 0;}
	.section_eight .more{margin-top:40px;}}

@media( max-width:1366px ){
	.section_three1 .right{padding-bottom: 50px;}
	.ys_bom .inner{width: 80%;}
	.num_top{padding: 50px 0;}
	.f_58{font-size: 48px;}
	.inner{width: 1300px;}
	#top_scroll ul li p{display: none;}
	.pub_title h4{font-size: 40px;}
	.pub_title p{font-size: 16px;}
	#scroll_one ul li img{width:150px;height:150px;}
	.index-service .common-title{padding-top: 50px;}
	.index-service{padding-bottom: 50px;}
	.section_six .swiper-container.anli .swiper-slide{width: 500px;height: 350px;}
	#top_scroll ul li h3{font-size: 14px;}
	.header .logo img{height: 60px;}
	}
@media( max-width:1280px ){
	.section_one .item_box{width:1200px;}
	.header .call h3{font-size:26px;}
	.header .nav{width:50%;margin-left:4%;}
	.section_five .item.one .box, .section_five .item.two .box{margin-left:5%;}
}


@media( max-width:1200px ){
	.fixed-bottom{background: #35BCD6 !important;}
	.f_14,.section_three1 .right h5{ font-size:14px; }
	.f_16,.zyys .topbb p{ font-size:16px; }
	.f_18,.index_pro .hot_pro .fr .con{ font-size:14px; }
	.f_20,#home-ys ul li strong{ font-size:16px; }
	.f_24,#home-ys h3,.section_three1 .right h3{ font-size:20px; }
	.f_28,#home-ys h2,.index_pro .hot_pro .fr .tit h3 a{ font-size:28px; }
	.f_30{ font-size:24px; }
	.f_48{ font-size:28px; }
	.f_58{ font-size:28px; }
	html,body{max-width:750px;margin:0 auto !important;}
	.header .nav ul li em, .header .nav ul li i, .product_list_two .item .info p, .product_list_three .item .info p, .header .call, .banner .swiper-button-next, .banner .swiper-button-prev, .news_two .news_box li p, .position_now .fr, .arrow_down, #list .left_side, .news_one .news_box li .img .bg, .news_article_box .left_fixed, .img_big_box, #none,.tj_box .gallery-top .swiper-slide a .txt,.tj>img,.tabbox .content1,.footer .f1,.footer .f2,.footer .f4,.more1,#top_scroll ul li p,.about_box .call span,.section_two .item_box .yspic img:nth-child(1),.section_two .item_box .yspic img:nth-child(3),#winImgDiv,.syys .pub_title p,.syys .w1400 ul li img,.pub_title p,.hf,.sycp .sycp_l h3,.sycp_ll .probt,.box_three,.sycp_ll .pro_bar>ul>li .pro_left_son{display: none !important;}
	.header .menu_box, .mobile .fixed_footer, .wap_son{display: block;}
	.wap_show{display: block !important;}
	#list .auto, #news_article, #article, .position_now .auto, #nyba .black .auto,.tj_box,.w1300,.tabbox,.footer .f3,.syys .w1400,.w1200,#home-ys ul,.sycp,.inner{width:auto;padding:0 15px;min-width: unset;}
	#scroll_one ul li img{display: inline-block;float: none;}
	#scroll_one ul li h3{height: 30px;line-height: 30px;font-size: 18px;float: none;display: inline-block;margin-top: 5px;text-align: center;}
	.hf{padding: 30px 0;height: auto;}
	.hf img{width: 50%;}
	.hf h3{padding: 15px 10px 0;}
	.index_pro .hot_pro .fr .tit h3 img{width: 30px;}
	.header{height:50px;background:rgba(255,255,255, .95);}
	.header .inner{padding:0 15px;width:auto;height:50px;}
	.header .logo img{height:40px !important;margin:5px 0 0 !important;}
	.header .nav{position: fixed;width: 280px;height: auto;overflow: auto;padding: 20px 0;top: 50%;left: 50%;margin: -200px 0 0 -140px;z-index: 9999999999;background-color: #fff;box-shadow: 0 0 10px #f1f1f1;-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0); -o-transform: scale(0);transform: scale(0);}
	.header .nav ul li{display: block;float:none;width:90%;margin:0 auto;height:40px !important;line-height: 40px !important;border-bottom: 1px solid #f9f9f9;}
	.header .nav ul li span, .header .nav ul li a{color:#333 !important;}
	.header .nav ul li a:hover span, .header .nav ul li a.active span{line-height:40px;}
	.header .nav ul li:last-child{border: none;}
	.product_son{display: none !important;}
	.position_now .fl{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;}
	.pub_title h4{font-size:28px;padding-top:20px}
	.pub_title h4{margin-bottom: 20px;}
	.pub_title h4 img{height: 28px;}
	.pub_title h4 span{font-size:28px;margin:0;}
	.pub_title h4 i{font-size:60px;top: 0px;}
	.pub_title p{font-size: 14px;margin-bottom: 20px;}
	#scroll_one ul li{width: 48%;text-align: center;}
	.sycp .sycp_l ul li{margin: 0 1%;width: 48%;float: left;}
	.section_six .swiper-container.anli{padding-top: 0;}
	ul.pnav{display: table;  word-spacing:-1em;}
	.fwby{margin-top: 10px;display: flex;flex-wrap: wrap;}
	.fwby p{text-indent: 0;background-image: none;padding: 0;margin-left: 4%;float: none;width: 48%;text-align: center;line-height: 2;}
	.fwby p:nth-child(3){margin-left: 0;}
	.fwby p:nth-child(n+3){margin-top: 10px;}
	.fwby p a{padding: 0;font-size: 16px;}
	.comCate li{width: 48%;margin: 0 1% 10px;}
	.comCate li a{font-size: 16px !important;}
	.index_pro_list_box{width: 100%;padding: 0;box-shadow: none;margin:20px 0 0 !important;}
	ul.pnav li{width: 33%;}
	ul.pnav li a{font-size: 14px;}
	.nbanner{height: 18rem;background-position-x:right !important; }
	.nbanner .mt-10{margin-top: 0 !important;}
	.nbanner .mt-10 h1{padding-top: 3em !important;font-size: 30px;}
	/* 产品 */
	.index_pro_box{padding: 30px 0;}
	.index_pro{width: 96%;margin-top: 30px;}
	.index_pro .hot_pro .fr{width: 100%;padding: 20px 0;}
	.index_pro .hot_pro .fr>img{display: block;}
	.index_pro .hot_pro .fl{width: 100%;position: static;}
	.more .call a{font-size: 23px;}
	.more .but{margin: 0;}
	.more .call,.more .but{width: 45%;padding: 0;text-indent: 0;background-image: none;}
	/* 优势 */
	.zyys{margin-top: 30px;background-size: cover;padding: 30px 0;}
	.zyys .topbb{padding-top: 0;width: 98%;padding-bottom: 10px;}
	.zyys .topbb h3{font-size: 28px;padding-top: 10px;}
	.zyys .topbb b{font-size: 20px;}
	.zyys .ysner{width: 96%;margin-top: 40px;}
	.zyys .ysner ul{flex-wrap: wrap}
	.zyys .ysner ul li{width: 45%;margin: 2% 2%;}
	.zyys .ysner ul li:nth-child(2){margin-right: 0;}
	.zyys .ysner ul li:nth-child(4){margin-right: 0;}
	.zyys .ysner ul li img.yuan{left: 13%;right: 13%;width:40%;}
	.zyys .ysner ul li img:hover{top: 100px;}
	.zyys .ysner ul li h4{font-size: 22px;}
	.zyys .ysner ul li p{font-size: 12px;line-height: 19px;}
	.ys_bom{margin-top: 50px;}
	.ys_bom .inner{padding: 30px 0;}
	.ys_bom .left{width: 70%;}
	#allmap{height:300px;}
	#nyba{height:300px;background-size: cover;background-attachment: unset;}
	.fade_text{margin-top:171px;}
	.fade_text .cn{line-height:40px;height:40px;}
	.fade_text .cn span{font-size:30px;}
	.fade_text .en{font-size:16px;}
	.fade_text .line{margin:10px auto;}
	.form_box_box, ul.fs{width:100%;}
	.form_box_box{margin:0;padding:20px 0;box-shadow:none;}
	ul.fs .box1 li{float:none;width:100%;margin-bottom:20px;}
	.product_list_one .item, .product_list_two .item, .product_list_three .item{width:49%;margin:0.5%;}
	.product_list_two .item .info{min-height:70px;}
	#list .right_side{float:none !important;width:100% !important;}
	.news_one .news_box li .img, .news_one .news_box li .info{float:none !important;width:100%;}
	.news_one .news_box li .img{height:200px;}
	.news_one .news_box li .info{padding-top:20px;height:auto;}
	.news_one .news_box li .info .time{padding:6px 0;}
	.news_one .news_box li .info .line{margin-bottom:6px;}
	.news_one .news_box li:hover .info{padding-top:20px;}
	.son_list{height:40px;}
	.son_list a{height:40px;line-height:40px;width:100px;font-size:14px;padding:0;}
	.news_article_box{padding-top: 54px;}
	.news_article_box .right_article{width:100%;float:none;background-color: #fff;}
	.news_article_box .inner_content, .news_article_box .h1_title{padding:20px;}
	.news_two .news_box li{width:49%;margin:0.5%;}
	.news_two .news_box li a{padding:8px;}
	.news_two .news_box li .time strong{font-size:30px;}
	.fixed_body .fixed_article {width:90%;height:500px;margin: -250px -45% 0 0;}
	.fixed_body .fixed_article .fb_close{top:auto;bottom:0;width:50px;height:50px;}
	.fixed_body .fixed_article .fb_close i{margin-top:5px;transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);}
	.info_big_box,.section_six,.section_two{width:100%;height:auto;}
	.info_big_box h1{margin-top:0;font-size:20px;}
	.info_big_box .info_1{margin-top:10px;}
	.info_big_box .share{margin:0 0 10px 0;}
	.xgcp_title{margin-top:10px;}
	.more1 a{width: 98%;margin: 0 auto;}
	.syvideo{margin-top: 10px;}
	.syvideo .leftv,.syvideo .rightv{width: 100%;float: none;}
	.common-title h2{font-size: 30px;}
	.common-title p{font-size: 14px;}
	.index-service ul{text-align: center;padding: 20px 0;}
	.index-service ul li{width: 35%;float:none;display: inline-block;margin: 10px;}
	.index-service ul li + li{margin: 10px;}
	.section_three1{height: auto;padding: 0 0 1px;margin-top: 0px;}
	.section_three1 .inner{margin-top: 0px;width: 100%;box-sizing: border-box;padding: 35px 0 0;}
	.section_three1 .right>p{font-size: 30px;}
	.section_three1 .right .text{    -webkit-line-clamp: 8;padding: 20px 0;}
	.section_three1 .left,.section_three1 .right{width: 100%;margin: 0;}
	.section_three1 .left{position: static;margin-top: 15px;}
	.section_three1 .right{background: rgba(255,255,255,0.8);padding: 0 ;float: none;}
	.section_three1 .right h1,.section_three1 .right .item h3{font-size: 24px;}	
	.section_three1 .right ul{display: block;width: 100%;margin:0;}
	.section_three1 .right ul li{width: 50%;float: left;background: none;padding-left: 0;}
	.section_three1 .right ul li span{font-size: 28px;}
	.section_three1 .right ul li p{font-size: 14px;}
	.num_top{margin-top: 30px;padding: 30px 0;}
	.num_top ul{flex-wrap: wrap;}
	.num_top ul li{background: none;flex: unset;width: 50%;}
	.num_top ul li span{font-size: 30px;}
	.num_top ul li p{font-size: 14px;}
	.section_six{padding: 30px 0;}
	.section_six ul{flex-wrap: wrap;}
	.section_six ul li{width: 48%;margin: 1%;}
	.section_six ul li a{font-size: 16px;}
	.syys{height: auto;background-size: cover;padding-bottom: 100px;background-position-x: right;}
	.syys .pub_title{float: none;margin-top: 300px;text-align: center;}
	.syys .pub_title h4{font-size: 40px;}
	.syys .w1400 .syys_top img{width: 100%;left: 0;top: 0}
	.syys .pub_title h3{font-size: 32px;}
	.syys .pub_title h3 em{font-size: 30px;padding: 5px 20px;}
	.sycp{margin-top: 0;padding: 30px 0;}
	.syys .w1400 ul{display: block;}
	.syys .w1400 ul li{width: 100%;background: #76ca1c;border-radius: 30px 0 30px 0;box-sizing: border-box;padding: 5px;margin-top: 10px;}
	.syys .w1400 ul li:nth-child(2n){background: #35BCD6;}
	.syys .w1400 ul li em{padding: 0;}
	.right_side.contact_box .article_content,#allmap{float: none;width: 100%;box-sizing: border-box;}
	.sycp .sycp_r{width: 100%;margin-top: 20px;}
	.sycp_ll{width: 100%;border: none;float: none;}
	.sycp_ll .pro_bar{background: none;}
	.sycp_ll ul li{float: left;width: 48%;margin: 1%;background: #fff;}
	.sycp_ll ul li a{border: none !important;}
	#top_scroll ul li a{padding: 0;overflow: hidden;}
	.section_three1 .right a.more{margin: 0;padding: 5px 20px;font-size: 14px;}
	#top_scroll{height:500px;width:100%;}
	#top_scroll ul li .clear{height:36px;line-height:36px;}
	#top_scroll ul li{width:48%;padding: 0;}
	#top_scroll ul li h3{width:100%;float:none;font-size:14px;padding: 0;text-align: center;}
	.section_five .item{float:none;width:auto;height:auto;padding:20px;}
	.section_five .item .img{position: relative;}
	.section_five .item .box{padding:0;margin:20px 0 0 0 !important;background:none !important;}
	.section_five .item .box p{font-size:14px;}
	.section_six .muma{width:auto;}
	.section_six .ss666.swiper-slide{width:260px;height:200px;border:4px solid #fff;}
	.section_seven .item{width:50%;}
	.section_seven .item .radius{margin:0 auto;}
	.section_seven .item p{font-size:14px;margin-bottom:10px;}
	.section_eight{background-size:cover;}
	.section_eight .title strong{font-size:24px;}
	.section_eight .title p{font-size:14px;}
	.section_eight ul li{width:48%;}
	.section_eight ul li strong{height:30px;line-height:30px;}
	.section_eight .more{width:70%;}
	/* 新闻 */
	.tabbox{padding: 0;}
	.tabbox .tab,.tabbox .tab .item{width:100%;}
	.tabbox .tab .item{height: auto;width: 100% !important;background-color: #fff;padding: 0 !important;margin-bottom: 15px;}
	.tabbox h3 strong{width: 100% !important;}
	.tabbox .tab .item .img{width:100%;height: auto;float: none;}
	.tabbox .tab .item .img img{width:100%;height: auto;}
	.tabbox .tab .item:nth-child(n+2) .img img{max-height: unset}
	.tabbox .tab .item .info{width:100% !important;box-sizing:border-box;padding:15px !important;float: none;display: block !important;}
	.tabbox .tab .item h3{padding: 0 0 10px 0;}
	.tabbox .tab .item p{font-size: 14px;color: #222222;line-height: 22px;		height: 44px;		overflow: hidden;}
	.banner{top:0;padding-top: 50px !important;}
	.index_box{margin:0;}
	#scroll_two{
		display: none;
	}
	.section_one .left a, .section_one .right a{
		background: #35BCD6;
	}
	.fixed_footer{
		display: block;
	}
	.section_one .item_box .left,.section_one .item_box .right{
		display: none;
	}
	.sycep{
		display: block;
		padding-top: 80px;
	}
	.sycep a{float: left;width: 48%;background: #35BCD6;color: #fff;box-sizing: border-box;border-radius: 40px;text-align: center;margin-top: 10px;margin-right:1%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display: block;height: 35px;line-height: 35px;}
	.product_list_one .item .info{padding: 0;font-weight: 400;}
	.product_list_one .item strong{font-size: 16px;}
	.section_nine{margin-top: 0;padding: 30px 0;}
	.section_nine .protit{padding-top: 0;}
	#home-ys{background: #016FCE;margin-top: 30px;height: auto;}
	#home-ys h2{padding-top: 0px;}
	#home-ys ul{text-align: center;}
	#home-ys ul li{display: inline-block;margin: 15px 0 0;width: auto;height: auto;background: none;}
	#home-ys ul li img{width: 150px;margin: 0 auto;}
	#home-ys ul li strong{line-height: 40px;}
	.contact .row{display:block}
.contact .left{display:block;box-sizing: border-box;}
.contact .left .text{width: 100%;padding-right: 0;}
.contact .left .text .tit span{font-size:1.6rem}
.contact .left .text ul li img{width:1.4rem;top:.2rem}
.contact .left .text ul li p{font-size:1.2rem;line-height:1.8rem}
.contact .left .code{width:10rem;margin-top:2.6rem;margin-left:auto;margin-right:auto}
.contact .left .code img{width:100%}
.contact .left .code p{font-size:1.2rem}
.contact .right{width:100%}
.contact{padding-top:2rem;padding-bottom:5rem}

.page_news ul li{flex-direction: column-reverse;}
	.page_news ul li img,.page_news ul li a{width: 100%;}
	.page_news ul li a{padding: 5%;}
}
@media( max-width:640px ){
	.section_six .swiper-container.anli .swiper-slide{width: 400px !important; height: 303px !important;}
	.swiper-container.anli .swiper-button-prev{left: 0  !important;}
	.swiper-container.anli .swiper-button-next{right:  0  !important;}
}
@media( max-width:500px ){
	.section_six .swiper-container.anli .swiper-slide{width: 350px !important; height: 265px !important;}
}
@media( max-width:320px ){
	.section_six .swiper-container.anli .swiper-slide{width: 320px !important; height: 242px !important;}
}

/*===================== 响应式代码 END =====================*/






