@charset "utf-8";
/* 浏览器样式初始化 */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;line-height: 1em;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
html,body{font-size:14px;line-height:1em;color: #222;font-family: "Microsoft Yahei", sans-serif;background: #fff;}
ul,ol,li{list-style:none}
a{color:#000;text-decoration:none;outline: none;}
a:hover{text-decoration:none;-webkit-transition: background-color .2s ease;-moz-transition: background-color .2s ease;-ms-transition: background-color .2s ease;-o-transition: background-color .2s ease;transition: background-color .2s ease; }
img{border:0;}
em,i,b{font-style: normal;font-weight: normal;}
h1,h2,h3,h4,h5,h6{font-weight:normal}
.clear:after{visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0; }
.clear{zoom:1;}
.left{float:left;}
.right{float:right;}
.hide{display:none;}
.before, .after{position: relative;}
.before:before, .after:after{position: absolute;display: block;content: "";}
.imgbig{max-width: 100%;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; display: block !important }
.imgbigout:hover .imgbig{transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1) }
.imgbigout{display: block; overflow: hidden }
.imgbigout img{display: block;max-width: 100%;margin: 0 auto;}
input{-webkit-appearance:none;outline: none;background: none;border: none;}

::-webkit-scrollbar {
	width:5px;
	height:5px
}
::-webkit-scrollbar-track {
	border-radius:0;
	background:rgba(255,255,255,0)
}
::-webkit-scrollbar-thumb {
	border-radius:5px;
	background:#ff6900;
}
::-webkit-scrollbar-thumb:hover {
	border-radius:5px;
	background:#ff6900;
}

/*分页框架*/
.pager-box{margin-top: 70px;text-align: center;}
.pager{display: inline-block;margin: 0 auto;}
.pager span,.pager a{float: left;display:inline-block;width: 30px;height: 30px;margin:0px 2px;color: #666;line-height: 30px;text-align:center;}
.pager .now{color:#fff;background-color: #ff6900;}
.pager .current,.pager .p1{display: none;}
.pager .p1:first-child, .pager .current:first-child{background-position: -2px -33px;}
.pager .p1:last-child, .pager .current:last-child{background-position: -34px -33px;}
.pager .p1:hover{background-color: #ff6900;}
.pager .p1:first-child:hover{background-position: -2px -1px;}
.pager .p1:last-child:hover{background-position: -34px -1px;}
.mb{width: 1200px;margin: 0 auto;}
.icon{position: absolute;display: block;background-position: center;background-repeat: no-repeat;}

.head{position: fixed;left: 0;top: 0;width: 100%;background: #fff;box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);z-index: 9999;}
.head-h{height: 80px;}
.head .head-inner{padding: 25px 0;}
.head .head-logo{float: left;}
.head .head-logo img{display: block;max-width: 100%;}
.head .head-nav{float: right;margin-right: 252px;}
.head .head-nav .nav-li{position: relative;float: left;margin: 0 32px;}
.head .head-nav .nav-li>a{position: relative;display: block;height: 30px;line-height: 30px;color: #333;transition: all .4s;}
.head .head-nav .nav-li>a:after{position: absolute;left: 50%;bottom: -4px;display: block;content: "";width: 0;height: 2px;transform: translateX(-50%);background: #ff6900;transition: all .4s;}
.head .nav-li.on>a, .head .head-nav .nav-li:hover>a{color: #ff6900;}
.head .nav-li.on>a:after, .head .head-nav .nav-li:hover>a:after{width: 100%;}
.head .nav-li .nav-hide{display: none;position: fixed;left: 0;top: 80px;width: 100%;height: 160px;background: #fff;border-top: 1px solid #e5e5e5;box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);}
.head .nav-li .nav-hide .nav-hide-ul{display: flex;justify-content: space-between;width: 920px;margin: 0 auto;}
.head .nav-hide .nav-hide-item{display: none;position: relative;height: 160px;padding-top: 132px;box-sizing: border-box;}
.head .nav-hide .nav-hide-item img{position: absolute;left: 50%;bottom: 40px;transform: translateX(-50%);display: block;}
.head .nav-hide .nav-hide-item p{font-size: 16px;color: #222;text-align: center;}
.head .nav-li:nth-child(2):hover:after{position: absolute;left: 0;bottom: -25px;display: block;content: "";width: 100%;height: 25px;}
.head .nav-li:nth-child(2):hover>a:after{bottom: -25px;}
.head .nav-li-more.on:after{position: absolute;left: 0;bottom: -25px;display: block;content: "";width: 100%;height: 25px;}
.head .nav-li-more.on a:after{bottom: -25px;}
/*.head .nav-li-more.on .nav-hide{display: block !important;}*/
.head .nav-li-more.on .nav-hide .nav-hide-item{display: block !important;}

.banner{}
.banner .swiper-slide{height: 840px;background-position: center;background-repeat: no-repeat;}
.banner .swiper-slide .banner-a{display: block;height: 100%;}
.banner .banner-btn{position: absolute;left: 0;top: 50%;width: 100%;}
.banner .banner-btn>a{position: absolute;top: 50%;z-index: 9;display: block;width: 50px;height: 53px;margin-top: -27px;opacity: .4;transition: all .7s;}
.banner .banner-btn .banner-prev{left: 2.4%;}
.banner .banner-btn .banner-next{right: 2.4%;}
.banner .banner-btn .icon{top: 50%;width: 28px;height: 53px;transition: all .7s;}
.banner .banner-btn .banner-prev .icon{left: 50%;transform: translate(-50%,-50%);}
.banner .banner-btn .banner-next .icon{right: 50%;transform: translate(50%,-50%);}
.banner .banner-btn .banner-prev .icon{background-image: url(img/b-prev.png);}
.banner .banner-btn .banner-next .icon{background-image: url(img/b-next.png);}
.banner .banner-btn>a:hover{opacity: 1;}
.banner .banner-btn .banner-prev:hover .icon{margin-left: -10px;}
.banner .banner-btn .banner-next:hover .icon{margin-right: -10px;}
.banner .banner-btn .icon:after{position: absolute;top: 50%;display: block;content: "";width: 0;height: 2px;margin-top: -1px;background: #fff;transition: all .7s;}
.banner .banner-btn .banner-prev .icon:after{left: 1px;}
.banner .banner-btn .banner-next .icon:after{right: 1px;}
.banner .banner-btn .banner-prev:hover .icon:after, .banner .banner-btn .banner-next:hover .icon:after{width: 50px;}

.swiper-container .com-pagination{position: absolute;left: 0;bottom: 40px;z-index: 9;width: 100%;text-align: center;}
.swiper-container .com-pagination .swiper-pagination-bullet{position: relative;width: 6px;height: 6px;margin: 0 25px;background: none;border-radius: 50%;opacity: 1;}
.swiper-container .com-pagination .swiper-pagination-bullet:before{position: absolute;left: 50%;top: 50%;display: block;content: "";width: 6px;height: 6px;transform: translate(-50%,-50%);background: #fff;border: 0 solid #ff6900;border-radius: 50%;transition: all .2s;}
.swiper-container .com-pagination .swiper-pagination-bullet-active:before{background: none !important;border-width: 4px;}

.i-about{padding: 48px 0 40px;background: url(img/i-about-bg.jpg);background-size: cover;}
.i-about .i-about-inner{display: flex;justify-content: space-between;}
.i-about .i-about-img{}
.i-about .i-about-con{width: 77.5%;}
.i-about .i-about-con .com-title{margin-bottom: 50px;color: #fff;}
.i-about .i-about-con p{font-size: 15px;line-height: 1.467em;color: #fff;text-align: justify;}
.i-about .i-about-con .p1{margin-bottom: 16px;}

/*.i-video{height: 680px;}*/
.i-video .swiper-slide{background-position: center;background-repeat: no-repeat;cursor: pointer;}
.i-video .swiper-slide video{/*position: absolute;left: 50%;top: 50%;display: block;transform: translate(-50%,-50%);*/display: block;width: 100%;height: auto;}
.i-video .swiper-slide .icon{left: 50%;top: 50%;width: 100px;height: 100px;transform: translate(-50%,-50%);background-image: url(img/video-btn.png);}
.i-video .swiper-slide.on .icon{display: none;}
.i-video .swiper-slide.on .voice{display: block;position: absolute;width: 80px;height: 80px;right: 20%;bottom: 5%;background-image: url(img/voice.png);background-position: center;background-repeat: no-repeat;background-size: 100% 100%;}
.i-video .swiper-slide.on .voice-open{background-image: url(img/voice-open.png);}

.i-brand{display: flex;justify-content: space-between;}
.i-brand .i-brand-con, .i-brand .i-brand-img{width: 50%;height: 610px;background-position: center;background-repeat: no-repeat;}
.i-brand .i-brand-con{background-image: url(img/i-brand-leftbg.jpg);}
.i-brand .i-brand-img{background-image: url(img/i-brand-rightbg.jpg);}
.i-brand .i-brand-con .i-brand-con-inner{float: right;width: 600px;padding-top: 76px;padding-right: 34px;box-sizing: border-box;}
.i-brand .i-brand-con .i-brand-text{color: #fff;}
.i-brand .i-brand-logo{margin-bottom: 66px;}
.i-brand .i-brand-text{}
.i-brand .i-brand-text .com-title{margin-bottom: 44px;font-size: 26px;}
.i-brand .i-brand-text p{text-align: justify;}
.i-brand .i-brand-text .text-cn{margin-bottom: 12px;font-size: 16px;line-height: 1.5em;}
.i-brand .i-brand-text .text-en{font-size: 15px;line-height: 1.47em;}

.i-detection{}
.com-title{position: relative;font-size: 32px;font-weight: bold;}
.com-title:after{position: absolute;left: 0;bottom: -28px;display: block;content: "";width: 37px;height: 5px;background: #ff6900;}
.com-top{position: relative;padding: 44px 0 34px;color: #222;}
.com-top .com-title{margin-bottom: 40px;text-transform: uppercase;}
.com-top .com-title:after{bottom: -22px;}
.com-top .com-sum{font-size: 18px;}
.com-top .com-more{position: absolute;right: 0;bottom: 32px;font-size: 14px;color: #686868;}

.i-detection .i-detection-main{position: relative;padding: 34px 0 36px;background: #efeff4;}
.i-detection .i-detection-main .i-detection-container{width: 1228px;margin: 0 auto;}
.i-detection-container .swiper-slide{padding: 10px;box-sizing: border-box;}
.i-detection-container .swiper-slide>a{display: block;box-shadow: 0 0 10px rgba(0,0,0,.2);cursor: url(img/cursor-big.ico),pointer;}
.i-detection-container .swiper-slide img{display: block;max-width: 100%;height: auto;}
.i-detection-btn{position: absolute;left: 0;width: 100%;top: 50%;z-index: 9;}
.i-detection-btn>a{position: absolute;display: block;width: 37px;height: 51px;margin-top: -26px;opacity: .3;transition: all .7s;}
.i-detection-btn .prev{left: 50%;margin-left: -682px;}
.i-detection-btn .next{right: 50%;margin-right: -682px;}
.i-detection-btn .icon{position: absolute;top: 0;display: block;width: 27px;height: 51px;background-position: center;background-repeat: no-repeat;transition: all .7s;}
.i-detection-btn .prev .icon{left: 10px;background-image: url(img/prev.png);}
.i-detection-btn .next .icon{right: 10px;background-image: url(img/next.png);}
.i-detection-btn>a:hover{opacity: 1;}
.i-detection-btn .prev:hover .icon{margin-left: -10px;}
.i-detection-btn .next:hover .icon{margin-right: -10px;}
.product-read-slide .i-detection-btn .prev{left: 50px;margin-left: 0;}
.product-read-slide .i-detection-btn .next{right: 50px;margin-right: 0;}

.i-product{}
.i-product .i-product-top{padding: 62px 0 32px;}
.product-series{background: #efeff4;}
.product-series1{margin-bottom: 10px;padding: 74px 0 96px;}
.product-series2{padding: 75px 0 75px;}
.product-series .product-series-inner{display: flex;justify-content: space-between;width: 724px;margin: 0 auto;}
.product-series2 .product-series-inner{flex-direction: row-reverse;}
.product-series-img img{display: block;transition: all .7s;}
.product-series-img:hover img{transform: scale(1.05);}

.product-series1 .product-series-con{margin-top: 75px;}
.product-series2 .product-series-con{margin-top: 98px;}
.product-series .com-title{margin-bottom: 40px;}
.product-series .com-title:after{bottom: -22px;}
.product-series .com-sum{margin-bottom: 34px;font-size: 24px;}
.product-series .p1{margin-bottom: 24px;font-size: 18px;}
.shop-box{margin-bottom: 34px;}
.shop-btn{display: inline-block !important;padding: 0 20px;font-size: 20px;line-height: 2em;color: #fff;text-align: center;background: #ff6900;border-radius: 20px;}
.product-series .read-more{display: inline-block;font-size: 18px;line-height: 1em;border-bottom: 1px solid #222;}

.i-news{padding-bottom: 48px;}
.i-news .i-news-top{}
.news-ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.news-ul .item{width: 48.3%;}
/*.news-ul .item:not(:nth-child(2n)){margin-right: 3.4%;}*/
.news-ul .item p{color: #333;}
.news-ul .item .time{margin-bottom: 10px;font-size: 18px;font-weight: bold;text-transform: uppercase;}
.news-ul .item .tit{margin-bottom: 14px;font-size: 12px;}

.foot{padding: 58px 0 30px;color: #fff;background: url(img/foot-bg.jpg) center no-repeat;background-size: cover;}
.foot .foot-main{margin-bottom: 18px;}
.foot .foot-main .foot-img{float: left;width: 286px;}
.foot-img .foot-logo{display: block;margin-bottom: 30px;}
.foot-img .foot-code{display: flex;justify-content: space-between;width: 255px;margin-bottom: 14px;}
.foot-img .foot-code img{margin-bottom: 8px;border: 6px solid #39393b;}
.foot-img .foot-code p{font-size: 12px;text-align: center;}
.foot .foot-main .foot-nav{float: right;display: flex;justify-content: space-between;width: 580px;margin-top: 60px;}
.foot .foot-main .foot-nav a{display: block;color: #fff;}
.foot .foot-main .foot-nav dt{margin-bottom: 32px;}
.foot .foot-main .foot-nav dt a{position: relative;font-size: 16px;line-height: 1em;font-weight: bold;}
.foot .foot-main .foot-nav dt a:after{position: absolute;left: 0;bottom: -16px;display: block;content: "";width: 20px;height: 2px;background: #ff6900;}
.foot .foot-main .foot-nav dd a{font-size: 14px;line-height: 1.85em;}
.foot .foot-main .foot-nav dd a:hover{color: #ff6900;}
.foot .foot-bottom{text-align: center;}
.foot .foot-bottom .p1{margin-bottom: 24px;font-size: 34px;color: #fff;}
.foot .foot-bottom .p2, .foot .foot-bottom .p2 a{font-size: 14px;color: #fff;}

.brand-banner{height: 580px;background-position: center;background-repeat: no-repeat;}
.brand-wrap1{padding-bottom: 80px;color: #686868;}
.brand-wrap1 .brand-wrap1-inner{position: relative;}
.brand-wrap1 .brand-wrap1-top{padding: 42px 0 22px;}
.brand-wrap1 .brand-wrap1-sum{width: 640px;margin-bottom: 82px;font-size: 16px;line-height: 1.125em;text-align: justify;}
.brand-wrap1 .brand-wrap1-num{display: flex;justify-content: space-between;}
.brand-wrap1-num .num-item{}
.brand-wrap1-num .num-item p{font-size: 16px;}
.brand-wrap1-num .num-item .p1{margin-bottom: 40px;padding-left: 6px;}
.brand-wrap1-num .num-item .p2{color: #ff6900;}
.brand-wrap1-num .num-item .p2 span{display: inline-block;margin-right: 14px;font-size: 78px;line-height: .8em;font-weight: bold;color: #ff6900;}
.brand-wrap1 .brand-wrap1-img{position: absolute;right: 0;top: 0;margin-top: -116px;}
.brand-wrap2{height: 400px;color: #fff;background: url(img/brand-wrap2-bg.jpg) center no-repeat;}
.brand-wrap2 .brand-wrap2-inner{}
.brand-wrap2 .brand-wrap2-con{float: right;width: 710px;padding-top: 25px;}
.brand-wrap2 .brand-wrap2-con .brand-wrap2-title{margin-bottom: 24px;font-size: 32px;font-weight: bold;}
.brand-wrap2 .brand-wrap2-con p{font-size: 15px;line-height: 1.467em;text-align: justify;}
.brand-wrap2 .brand-wrap2-con .text-cn{margin-bottom: 12px;}
.brand-wrap3{}
.brand-wrap3 .brand-wrap3-inner{}
.brand-wrap3 .brand-wrap3-main{}
.brand-wrap3-main .brand-wrap3-left{position: relative;float: left;width: 47.9167%;height: 867px;}
.brand-wrap3-main .brand-wrap3-right{float: right;width: 51%;}
.brand-wrap3-main .brand-wrap3-right>div{position: relative;height: 430px;}
.brand-wrap3-main .brand-wrap3-right .brand-wrap3-right-con1{margin-bottom: 7px;}
.brand-wrap3-main .brand-wrap3-left .brand-text{float: right;width: 564px;padding-top: 56px;}
.brand-wrap3-main .brand-wrap3-right .brand-text{padding-top: 35px;padding-left: 15px;}
.brand-wrap3 .brand-text{position: relative;z-index: 9;}
.brand-wrap3 .brand-text .tit{position: relative;margin-bottom: 26px;font-size: 18px;font-weight: bold;color: #fff;}
.brand-wrap3 .brand-text .tit:after{position: absolute;left: 0;bottom: -18px;display: block;content: "";width: 24px;height: 3px;background: #ff6900;}
.brand-wrap3 .brand-text .sum{width: 450px;font-size: 14px;line-height: 1.57em;color: #fff;}
.brand-wrap3 .brand-wrap3-right .brand-text .sum{width: 350px;}
.brand-wrap3 .img-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: center;background-repeat: no-repeat;}
.brand-wrap3 .img-bg .img-shadow{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: center;background-repeat: no-repeat;}
.brand-wrap4{padding: 30px 0 86px;}
.brand-wrap4 .brand-wrap4-inner{}
.brand-wrap4 .p1{margin-bottom: 12px;font-size: 32px;font-weight: bold;color: #222;}
.brand-wrap4 .p2{line-height: 1.7em;color: #686868;}

.product-banner{margin-bottom: 20px;color: #fff;}
.product-banner .swiper-slide{height: 738px;background-position: center;background-repeat: no-repeat;}
.product-banner .product-banner-inner{position: relative;height: 738px;}
.product-banner .product-banner-top{position: absolute;left: -10px;top: 7.7%;font-size: 100px;line-height: 1.08em;font-weight: bold;}
.product-banner .product-banner-top:after{position: absolute;left: 10px;bottom: -44px;display: block;content: "";width: 66px;height: 12px;background: #ff6900;}
.product-banner .product-banner-bottom{position: absolute;left: 0;bottom: 10.42%;width: 562px;}
.product-banner .product-banner-bottom .product-banner-icon{display: inline-block;margin-bottom: 32px;border-radius: 35px;border: 1px solid #fff;}
.product-banner .product-banner-bottom .p1{margin-bottom: 12px;font-size: 32px;font-weight: bold;}
.product-banner .product-banner-bottom .p2{font-size: 13px;line-height: 1.3em;}
.zcsb{font-size: .4em;}
.product-list{}
.product-list .item{float: left;width: 282px;margin-right: 24px;margin-bottom: 38px;}
.product-list .item:nth-child(4n){margin-right: 0;}
.product-list .item .imgbigout{position: relative;width: 282px;height: 282px;margin-bottom: 20px;border: 1px solid #d9d9d9;box-sizing: border-box;border-radius: 8px;}
.product-list .item .imgbigout img{position: absolute;left: 50%;top: 50%;display: block;transform: translate(-50%,-50%);}
.product-list .item p{font-size: 18px;color: #222;text-align: center;}
.product-list .item:hover .imgbigout{border-color: #ff6900;}
.product-list .item:hover p{color: #ff6900;}
.product-wrap2{padding-bottom: 110px;}
.product-wrap4{margin-bottom: 93px;}
.product-wrap5{margin-bottom: 182px;}
.product-wrap5 .com-more{bottom: 92px;font-size: 15px;line-height: ;border-bottom: 1px solid #222;}
.product-wrap6 .com-more{font-size: 15px;line-height: ;border-bottom: 1px solid #222;}
.product-wrap7{padding-bottom: 58px;}
.product-wrap7 .product-wrap7-inner{}
.product-wrap7 .source-ul{}
.product-wrap7 .source-ul .item{margin-bottom: 10px;color: #222;background: #efeff4;}
.product-wrap7 .source-ul .item a{display: block;padding: 0 54px 0 34px;}
.product-wrap7 .source-ul .item .left{font-size: 18px;line-height: 60px;}
.product-wrap7 .source-ul .item .right{margin-top: 22px;font-size: 16px;border-bottom: 1px solid #222;}

.contact-banner{height: 580px;background-position: center;background-repeat: no-repeat;}
.contact-wrap{}
.contact-wrap .com-top{padding: 32px 0 30px;}
.contact-container{position: relative;height: 580px;}
.contact-container .swiper-slide{background-position: center;background-repeat: no-repeat;}
.contact-container .swiper-slide>a{display: block;height: 100%;}
.contact-container .contact-pagination{position: absolute;left: 50%;bottom: 40px;width: auto;margin-left: -600px;z-index: 9;}
.contact-container .contact-pagination span{}
.lx-bullet{position: relative;margin-right: 120px;font-size: 18px;color: #fff;outline: none;cursor: pointer;}
.lx-bullet:after{position: absolute;left: 50%;bottom: -12px;display: block;content: "";width: 0;height: 2px;transform: translateX(-50%);background: #ff6900;transition: all .4s;}
.lx-bullet-active:after{width: 100%;}
.contact-wrap3{padding-bottom: 208px;}
.contact-wrap3 .contact-wrap3-inner{}
.contact-wrap3 .contact-wrap3-top{padding-top: 64px;padding-bottom: 0;}
.contact-wrap3 .contact-wrap3-top .com-title{color: #222;}
.contact-wrap3 .contact-wrap3-main{}
.contact-wrap3 .contact-wrap3-main dl{}
.contact-wrap3 .contact-wrap3-main dt{margin-top: 56px;margin-bottom: 12px;font-size: 18px;color: #999;}
.contact-wrap3 .contact-wrap3-main dd{font-size: 32px;font-weight: bold;color: #222;}

.news-list{padding-bottom: 106px;}
.news-list .item{margin-bottom: 60px;}
.news-list .imgbigout{margin-bottom: 12px;}
.news-list .item .tit{margin-bottom: 0;}

.download-wrap{min-height: 500px;}
.article-read{padding-bottom: 96px;}
.article-read .article-read-inner{}
.article-read .article-read-top{padding: 48px 0 18px;}
.article-read .article-main{}
.article-read .article-main .article-img{margin-bottom: 20px;}
.article-read .article-main .img{background: #f0f0f0;}
.article-read .article-main .img img{display: block;max-width: 100%;height: auto;}
.article-read .article-main .img1{margin-bottom: 10px;}
.article-read .article-main .img2{}
.article-read .article-main .img2>div{width: 49.5%;}
.article-read .article-main .img2 .img2-1{float: left;}
.article-read .article-main .img2 .img2-2{float: right;}
.article-read .article-con{}
.article-read .article-con .article-con-tit{margin-bottom: 4px;font-size: 18px;color: #222;}
.article-read .article-con .article-con-tit time{margin-left: 4px;font-size: 14px;color: #999;}
.article-read .article-con p{font-size: 16px;color: #686868;line-height: 1.5em;}
.article-read .article-con img{display: block;max-width: 100%;height: auto;}
.com-top .com-more:hover{color: #ff6900;border-color: #ff6900;}
.product-series .read-more:hover{color: #ff6900;border-color: #ff6900;transition: all .7s;}
.news-ul .item>a:hover p{color: #ff6900;}

.editor-con{padding: 20px 0;}
.editor-con img{display: block;max-width: 100%;height: auto;}
.i-about, .i-brand, .i-product, .i-news, .product-wrap2, .product-wrap4, .product-wrap5, .product-wrap6, .product-wrap7, .brand-wrap1, .brand-wrap3, .brand-wrap4, .contact-wrap1, .contact-wrap2, .contact-wrap3{position: relative;}
.tag{position: absolute;top: -80px;}
.detection-layer .layui-layer-page .layui-layer-content{height: 100%;}
.pic-box{height: 100%;}
.pic-box img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);display: block;max-width: 100%;max-height: 80%;width: auto;height: auto;margin: -25px auto 0;}
.pic-box p{position: absolute;left: 0;bottom: 0;width: 100%;line-height: 50px;text-align: center;background: #f8f8f8;}
.pic-box p a{font-size: 16px;color: #333;}
.scrollbar{overflow-y: scroll;}
.scrollbar::-webkit-scrollbar { 
	width: 3px;
	background-color: rgba(217,217,217,0.9);
} 
.scrollbar::-webkit-scrollbar-thumb { 
background-color: #ff6900;
} 
.scrollbar::-webkit-scrollbar-track { 
-webkit-box-shadow: inset 0 0 3px rgba(217,217,217,0.9);
background-color: #fff; 
} 

.pro-layer{border-radius: 20px !important;overflow: hidden;}
.pro-layer .layui-layer-setwin .layui-layer-close2{right: 20px;top: 12px;width: 50px;height: 50px;background: url(img/pro-layer-close.png) center no-repeat;}
.pro-layer .layui-layer-setwin .layui-layer-close2:hover{background-position: center;}
.product-read-box{height: 100%;padding: 50px 0;box-sizing: border-box;}
.product-read{width: 900px;height: 100%;margin: 0 auto;padding: 0 10px;overflow-y: auto;}
.product-read .com-top{padding: 0 0 30px;}
.product-read .com-top .com-title{margin-bottom: 34px;}
.product-read .com-top .com-title:after{bottom: -18px;width: 24px;height: 4px;}
.product-read .product-read-slide{/*height: 480px;*/margin-bottom: 14px;padding-bottom: 40px;border: 2px solid #d9d9d9;border-radius: 10px;box-sizing: border-box;}
.product-read .product-read-slide .swiper-slide{position: relative;background: #fff;}
.product-read .product-read-slide .swiper-slide img{display: block;max-width: 100%;height: auto;outline: none;border: none;}
.product-read .swiper-container .com-pagination{bottom: 14px;}
.product-read .swiper-container .com-pagination .swiper-pagination-bullet{margin: 0 12px;}
.product-read .swiper-container .com-pagination .swiper-pagination-bullet:before{background: #d9d9d9;}
.product-read-bottom{position: relative;}
.product-read-bottom .product-read-bottom-tit{margin-bottom: 44px;}
.product-read-bottom .tit-title{margin-bottom: 14px;font-size: 16px;font-weight: bold;color: #222;}
.product-read-bottom .tit-sum{position: relative;font-size: 14px;color: #222;}
.product-read-bottom .tit-sum:after{position: absolute;left: 0;bottom: -16px;;display: block;content: "";width: 19px;height: 3px;background: #ff6900;}
.product-read-bottom .shop-box{position: absolute;right: 0;top: 8px;}
.product-read-bottom .product-read-bottom-con{display: flex;justify-content: space-between;}
.product-read-bottom-con dl:last-child{max-width: 350px;}
.product-read-bottom-con dl dt{margin-bottom: 6px;font-size: 16px;color: #222;}
.product-read-bottom-con dl dd{font-size: 14px;line-height: 1.6em;color: #666;}


.download-read-box{padding: 30px 0;}
.download-read{}
.download-read .com-top{padding-bottom: 15px;}
.download-read .com-top .com-title{margin-bottom: 0;font-size: 20px;text-align: center;}
.download-read .com-top .com-title:after{display: none;}
.download-read .product-read-slide .swiper-slide img{max-width: 70%;max-height: 80%;width: auto;height: auto;margin: 0 auto;}
.download-read .download-btn{}
.download-read .download-btn a{display: block;text-align: center;font-size: 16px;line-height: 2em;}

.weixin-box{display: none;position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 999999;}
.weixin-box .weixin-box-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.7);}
.weixin-box .weixin-box-inner{position: absolute;left: 50%;top: 50%;padding: 20px;transform: translate(-50%,-50%);background: #fff;}
.weixin-box img{display: block;margin-bottom: 10px;}
.weixin-box p{text-align: center;}

.mhide{display: block;}
.mshow{display: none !important;}

@media screen and (min-width: 1920px){
	.banner .swiper-slide, .i-video .swiper-slide, .i-brand .i-brand-con, .i-brand .i-brand-img, .foot, .product-banner, .brand-banner, .brand-wrap2, .contact-container .swiper-slide{background-size: cover;}
}

@media screen and (min-width: 1025px){
	.head-nav{display: block !important;}
	.product-wrap7 .source-ul .item:hover {background: #ff6900}
	.product-wrap7 .source-ul .item a:hover{color: #fff;}
	.product-wrap7 .source-ul .item a:hover .right{border-color: #fff;}
}

@media screen and (max-width: 980px){
	.mshow{display: block !important;}
	.mhide{display: none !important;}
	.mb{width: 86.67%;}
	.head{height: 62px;}
	.head-h{height: 62px;}
	.head .head-inner{position: relative;padding: 22px 0;}
	.head .head-logo{width: 58.15%;margin-left: 0.92%;}
	.head .head-menu{position: absolute;right: -12px;top: 12px;padding: 10px;}
	.head .head-menu .line{display:block;width:23px;height: 2px;background:#333;margin-top:6px;transition: all .3s;}
	.head .head-menu .line:first-child{margin-top:0px;}
	.head .line{display:block;width:32px;height: 3px;background:#cd1a2c;margin-top: 8px;transition: all .3s;}
	.head .line:first-child{margin-top: 0;}
	.is-active:nth-child(1){
	 -webkit-transform: translateY(8px)rotate(45deg);
	  -ms-transform: translateY(8px)rotate(45deg);
	  -o-transform: translateY(8px)rotate(45deg);
	  transform: translateY(8px)rotate(45deg);
	}
	.is-active:nth-child(2){opacity: 0;}
	.is-active:nth-child(3){
	  -webkit-transform: translateY(-8px)rotate(-45deg);
	  -ms-transform: translateY(-8px)rotate(-45deg);
	  -o-transform: translateY(-8px)rotate(-45deg);
	  transform: translateY(-8px)rotate(-45deg);
	}
	.head .head-nav{position: fixed;left: 0;top: 62px;display: none;width: 100%;height: calc(100vh - 62px);overflow-y: auto;background: #000;box-sizing: border-box;}
	.head .head-nav .nav-li{float: none;margin: 0;border-bottom: 1px solid #1f1f1f;}
	.head .head-nav .nav-li a{display: block;height: auto;padding: 0 8.56%;font-size: 16px;line-height: 3.5em;color: #fff;text-align: left;}
	.head .head-nav .nav-li a:hover{color: #fff;}
	.head .head-nav .nav-li>a:after{display: none;}
	.head .head-nav .icon{position: static;float: right;width: 12px;height: 12px;margin-top: 18px;background-image: url(img/slide-d.png);background-position: center;background-repeat: no-repeat;background-size: 100% 100%;}
	.head .head-nav .mshow.on .icon{background-image: url(img/slide-t.png);}
	.head .head-nav .nav-hide-m{display: none;height: 276px;border-top: 1px solid #1f1f1f;background: #0d0d0d;}
	.head .head-nav .nav-hide-m .nav-hide-item{border-bottom: 1px solid #1f1f1f;}
	.head .nav-hide-m .nav-hide-item img{display: none;}
	.head .nav-hide-m p{position: relative;font-size: 14px;line-height: 45px;color: #fff;}
	.head .nav-hide-m p .mshow{position: absolute;right: 0;top: 50%;display: block;width: 6px;height: 10px;margin-top: -5px;background-image: url(img/slide-r.png);background-size: 100% 100%;}
	.head .nav-li:nth-child(2):hover:after{display: none;}
	.banner .swiper-slide{height: auto;background: none !important;}
	.banner .swiper-slide img.mshow{display: block;width: 100%;height: auto;}
	.banner .banner-btn{display: none;}
	.swiper-container .com-pagination{bottom: 24px;}
	.swiper-container .com-pagination .swiper-pagination-bullet{width: 4px;height: 4px;margin: 0 10px;}
	.swiper-container .com-pagination .swiper-pagination-bullet:before{width: 4px;height: 4px;}
	.swiper-container .com-pagination .swiper-pagination-bullet-active:before{background: none;border-width: 2px;}
	
	.i-about{padding: 22px 0;background-image: url(img/i-about-bg-m.jpg);background-size: 100% auto;}
	.i-about .i-about-inner{flex-wrap: wrap;padding: 0 5px;}
	.i-about .i-about-img{width: 43%;}
	.i-about .i-about-img img{display: block;max-width: 100%;height: auto;}
	.i-about .i-about-con .com-title{margin-bottom: 30px;font-size: 16px;}
	.i-about .i-about-con{width: 100%;padding-top: 12px;}
	.i-about .i-about-con p{margin-bottom: 0 !important;font-size: 13px;}
	.i-about .i-about-con .p2{display: none;}

	.i-video{height: auto;}
	.i-video .swiper-slide{background: none !important;}
	.i-video .swiper-slide img{display: block;max-width: 100%;height: auto;}
	.i-video .swiper-slide .icon{width: 40px;height: 40px;background-size: 100% 100%;}
	.i-video .swiper-slide.on .voice{bottom: 8%;width: 30px;height: 30px;}
	.i-brand .i-brand-con{width: 100%;height: auto;padding-bottom: 26px;}
	.i-brand .i-brand-con .i-brand-con-inner{float: none;width: 86.67%;margin: 0 auto;padding: 28px 0 0;}
	.i-brand .i-brand-logo{width: 69.53%;margin-bottom: 16px;}
	.i-brand .i-brand-logo img{display: block;max-width: 100%;height: auto;}
	.i-brand .i-brand-text .com-title{margin-bottom: 27px;font-size: 16px;}
	.i-brand .i-brand-text .text-cn{font-size: 13px;}
	.i-brand .i-brand-text .text-en{font-size: 12.5px;}

	.com-title{font-size: 22px;}
	.com-title:after{bottom: -18px;width: 20px;height: 2px;}
	.com-top{padding: 22px 0 17px;}
	.com-top .com-title{margin-bottom: 33px;}
	.com-top .com-title:after{bottom: -18px;}
	.com-top .com-sum{font-size: 16px;}
	.i-detection .i-detection-main{padding: 15px 0;}
	.i-detection .i-detection-main .i-detection-container{width: 86.67%;}
	.i-detection-btn>a{opacity: 1;}
	.i-detection-btn .icon{left: 50% !important;top: 50%;width: 10px;height: 20px;margin-left: -5px;margin-top: -10px;background-size: 100% 100%;}
	.i-detection-btn .prev{left: 0;margin-left: 0;}
	.i-detection-btn .next{right: 0;margin-right: 0;}
	.i-detection-btn>a:hover{opacity: 1;}
	.i-detection-btn .prev:hover .icon{margin-left: -5px;}
	.i-detection-btn .next:hover .icon{margin-left: -5px;}
	.product-read-slide .i-detection-btn .prev{left: 10px;}
	.product-read-slide .i-detection-btn .next{right: 10px;}

	.i-detection .com-top .com-more{display: none;}
	.i-product .i-product-top{padding: 25px 0 18px;}
	.i-product .com-top .com-more{display: none;}
	.product-series .product-series-inner{width: 81.34%;}
	.product-series .product-series-img img{display: block;max-width: 100%;}
	.product-series .com-title{margin-bottom: 18px;font-size: 16px;}
	.product-series .com-title:after{bottom: -10px;width: 12px;height: 2px;}
	.product-series .com-sum{margin-bottom: 28px;font-size: 14px;}
	.product-series .p1{margin-bottom: 27px;font-size: 12px;}
	.shop-btn{padding: 0 35px;font-size: 18px;line-height: 40px;}
	.product-series1{padding: 20px 0 18px;}
	.product-series1 .product-series-img{width: 35%;}
	.product-series1 .product-series-con{width: 50.8%;margin-top: 12px;}
	.product-series2{padding: 24px 0;}
	.product-series2 .product-series-img{width: 38.7%;}
	.product-series2 .product-series-con{width: 52%;margin-top: 8px;}
	
	.i-news{padding-bottom: 0;}
	.i-news .com-top .com-more{display: none;}
	.news-ul .item{width: 100%;margin-bottom: 20px;margin-right: 0 !important;}
	.news-ul .item .time{margin-bottom: 4px;}
	.news-ul .item .tit{margin-bottom: 8px;font-size: 14px;line-height: 1.35em;}
	.i-news .shop-box{text-align: center;}
	.foot{padding: 0 0 19px 0;text-align: left;background: #181819;}
	.foot .foot-main .foot-nav{float: none;display: block;width: 100%;margin: 0;}
	.foot .foot-main{margin-bottom: 30px;}
	.foot .foot-main .foot-nav dt{margin-bottom: 0;}
	.foot .foot-main .foot-nav dt a{position: relative;font-size: 14px;font-weight: normal;line-height: 50px;border-bottom: 1px solid #323233;}
	.foot .foot-main .foot-nav dt a:after{display: none;}
	.foot .foot-main .foot-nav dt a i{position: absolute;right: 0;top: 50%;display: block;width: 6px;height: 10px;margin-top: -5px;background-image: url(img/slide-r.png);background-size: 100% 100%;}
	.foot .dl-hide{display: none;}
	.foot .dl-hide{border-bottom: 1px solid #323233;}
	.foot .foot-main .foot-nav dd a{font-size: 12px;line-height: 50px;}
	.foot .foot-bottom .foot-icon{margin-bottom: 19px;text-align: left;}
	.foot .foot-bottom .foot-icon a{display: inline-block;width: 40px;height: 40px;background-position: center;background-size: 100% 100%;}
	.foot .foot-bottom .foot-icon .tianmao{margin-right: 16px;background-image: url(img/foot-icon1.png);}
	.foot .foot-bottom .foot-icon .weixin{background-image: url(img/foot-icon2.png);}
	.foot .foot-bottom .p2, .foot .foot-bottom .p2 a{font-size: 12px;text-align: left;}

	.product-banner{position: relative;margin-top: 0;margin-bottom: 12px;}
	.product-banner .swiper-slide{height: auto;background: none !important;}
	.product-banner img{display: block;max-width: 100%;height: auto;}
	.product-banner .product-banner-inner{position: absolute;left: 6.665%;top: 0;height: 100%;}
	.product-banner .product-banner-top{left: 0;top: 4.58%;font-size: 40px;}
	.product-banner .product-banner-top:after{left: 0;bottom: -24px;width: 27px;height: 5px;}
	.product-banner .product-banner-bottom{left: 0;bottom: 10.54%;width: 100%;}
	.product-banner .product-banner-bottom .product-banner-icon{width: 50px;height: auto;margin-bottom: 12px;}
	.product-banner .product-banner-bottom .p1{margin-bottom: 4px;font-size: 14px;}
	.product-banner .product-banner-bottom .p2{font-size: 12px;;}
	.product-series .shop-btn{padding: 0 25px;}
	.product-series .read-more{display: none;}
	.product-list .item{width: 49%;margin-right: 2%;margin-bottom: 24px;}
	.product-list .item:nth-child(2n){margin-right: 0;}
	.product-list .item .imgbigout{width: 100%;height: 170px;margin-bottom: 12px;}
	.product-list .item .imgbigout img{max-width: 54%;max-height: 70%;width: auto;height: auto;}
	.product-wrap2{padding-bottom: 0;}
	.product-wrap2 .com-top{padding-top: 10px;}
	.product-list .item p{font-size: 14px;}
	.product-wrap5 .com-more{display: none;}
	.product-wrap4{margin-bottom: 0;}
	.product-wrap5{margin-bottom: 0;}
	.product-wrap5 .shop-box{margin-top: 6px;margin-bottom: 18px;text-align: center;}
	.product-wrap6 .com-more{display: none;}
	.product-wrap7{padding-bottom: 25px;}
	.product-wrap7 .product-wrap7-inner{width: 100%;}
	.product-wrap7 .com-top{width: 86.67%;margin: 0 auto;}
	.product-wrap7 .source-ul .item{margin-bottom: 5px;padding: 0 6.8%;}
	.product-wrap7 .source-ul .item .left{font-size: 15px;line-height: 50px;}
	.product-wrap7 .source-ul .item .right{display: block;width: 80px;height: 35px;margin-top: 7px;font-size: 14px;line-height: 35px;color: #fff;text-align: center;background: #ff6900;border-radius: 20px;border-bottom: none;}
	.product-wrap7 .source-ul .item a{padding: 0;}
	
	.brand-banner{height: auto;background: none;}
	.brand-banner img{display: block;max-width: 100%;height: auto;}
	.brand-wrap1{padding-bottom: 0;color: #333;}
	.brand-wrap1 .brand-wrap1-top{padding: 16px 0;}
	.brand-wrap1 .brand-wrap1-img{width: 106px;margin-top: -53px;}
	.brand-wrap1 .brand-wrap1-sum{width: 100%;margin-bottom: 40px;font-size: 13px;line-height: 1.4em;}
	.brand-wrap1 .brand-wrap1-num{flex-wrap: wrap;}
	.brand-wrap1-num .num-item{width: 100%;margin-bottom: 50px;}
	.brand-wrap1-num .num-item .p1{margin-bottom: 30px;font-size: 13px;}
	.brand-wrap1-num .num-item .p2{font-size: 13px;}
	.brand-wrap1-num .num-item .p2 span{margin-right: 3px;font-size: 60px;}
	.brand-wrap2{height: auto;padding-bottom: 15px;color: #333;background-image: url(img/brand-wrap2-bg-m.jpg);}
	.brand-wrap2 .brand-wrap2-con{float: none;width: 100%;padding-top: 0;}
	.brand-wrap2 .brand-wrap2-con .text-cn{margin-bottom: 8px;}
	.brand-wrap2 .brand-wrap2-con p{font-size: 13px;color: #333;}
	.brand-wrap3 .brand-wrap3-main{width: 86.67%;margin: 0 auto;}
	.brand-wrap3 .img-bg{display: none;}
	.brand-wrap3 .brand-text .tit{color: #333;}
	.brand-wrap3 .brand-wrap3-right .brand-text .sum{width: 100%;}
	.brand-wrap3-main .brand-wrap3-left, .brand-wrap3-main .brand-wrap3-right{float: none;width: 100%;height: auto;background: none;}
	.brand-wrap3-main .brand-wrap3-right>div{height: auto;background: none;}
	.brand-wrap3-main .brand-wrap3-left .brand-text{float: none;width: auto;padding-top: 6px;}
	.brand-wrap3-main .brand-wrap3-right .brand-text{padding: 0;}
	.brand-wrap3-main .brand-wrap3-left{margin-bottom: 20px;}
	.brand-wrap3 .brand-text{margin-bottom: 8px;}
	.brand-wrap3-main .brand-img{width: 100%;background: none}
	.brand-wrap3-main .brand-img img{display: block;max-width: 100%;height: auto;}
	.brand-wrap3 .brand-text .sum{width: 100%;color: #333;}
	.brand-wrap3-main .brand-wrap3-right .brand-wrap3-right-con1{margin-bottom: 20px;}
	.brand-wrap4{padding-bottom: 20px;}
	.brand-wrap4 .p1{position: relative;margin-bottom: 30px;font-size: 18px;font-weight: bold;}
	.brand-wrap4 .p1:after{position: absolute;left: 0;bottom: -19px;display: block;content: "";width: 19px;height: 2px;background: #ff6900;}
	.brand-wrap4 .p2 p{font-size: 13px;/*text-indent: 2em;*/line-height: 1.5em;color: #333;}

	.contact-banner{height: auto;background: none;}
	.contact-banner img{display: block;max-width: 100%;height: auto;}
	.swiper-container .com-pagination .swiper-pagination-bullet:before{transition: all 0s;}
	.contact-wrap-m .swiper-slide img{display: block;max-width: 100%;height: auto;}
	.contact-wrap-m .swiper-slide{position: relative;}
	.contact-wrap-m .swiper-slide p{position: absolute;left: 0;bottom: 48px;width: 100%;font-size: 16px;color: #fff;text-align: center;}
	.contact-wrap-m .contact-wrap2-main-m{}
	.contact-wrap2-main-m .item{margin-bottom: 17px;}
	.contact-wrap2-main-m .item .item-text{position: relative;margin-bottom: 33px;font-size: 18px;color: #333;font-weight: bold;}
	.contact-wrap2-main-m .item .item-text:after{position: absolute;left: 0;bottom: -19px;display: block;content: "";width: 19px;height: 2px;background: #ff6900;}
	.contact-wrap2-main-m .item .item-text span{display: none;float: right;margin-top: 2px;font-size: 13px;font-weight: normal;color: #999;}
	.contact-wrap2-main-m .item .item-img{display: block;max-width: 100%;height: auto;}
	.contact-wrap3{padding-bottom: 32px;}
	.contact-wrap3 .contact-wrap3-top{padding-top: 13px;}
	.contact-wrap3 .contact-wrap3-top .com-title{color: #222;}
	.contact-wrap3 .contact-wrap3-main dt{margin-top: 30px;margin-bottom: 8px;font-size: 13px;}
	.contact-wrap3 .contact-wrap3-main dd{font-size: 22px;}
	.news-list .item .tit{margin-bottom: 0;color: #999;}
	
	.article-read .article-main .img1{margin-bottom: ;}
	.article-read .article-main .img2>div{float: none;width: 100%;margin-right: 0;margin-bottom: 10px;}
	.article-read .article-con p{font-size: 14px;}
	.article-read .article-con .article-con-tit time{display: block;margin-left: 0;margin-top: 5px;}
	.detection-layer.layui-layer{width: 100% !important;height: 100% !important;}
	.pro-layer{width: 86.67% !important;padding: 0 10px;}
	.product-read-box{height: 100%;padding: 25px 0;box-sizing: border-box;}
	.product-read{width: 100%;height: 100%;box-sizing: border-box;}
	.product-read .com-top p{text-align: center;}
	.product-read .com-top .com-title:after{display: none;}
	.pro-layer .layui-layer-setwin .layui-layer-close2{right: -10px;top: -10px;}
	.product-read .com-top{padding-bottom: 12px;}
	.product-read .com-top .com-title{margin-bottom: 10px;font-size: 18px;}
	.product-read-top .mshow{margin-bottom: 16px;font-size: 12px;text-align: center;}
	.product-read .com-top .com-sum{font-size: 14px;}
	.product-read .product-read-slide{/*height: 300px;*/margin-bottom: 26px;padding-bottom: 40px;border-radius: 5px;border-width: 1px;}
	.product-read .shop-btn{display: none !important;}
	.product-read-bottom{padding: 0 5%;}
	.product-read-bottom .product-read-bottom-con{flex-wrap: wrap;}
	.product-read-bottom-con dl{width: 100%;margin-bottom: 10px;}
	.product-read-bottom-con dl dt{margin-bottom: 6px;font-size: 15px;font-weight: bold;}
	.product-read-bottom-con dl dd{font-size: 12px;}
	.product-read-bottom .tit-sum{font-size: 12px;}
	.sgs-layer{height: 70% !important;}
	.download-read-box{display: flex;align-items: center;}
	.download-read{height: auto;}
	.download-read .product-read-slide{margin-bottom: 16px;}
	.pager-box{margin-top: 30px;}
}