/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:14px;font-family:' '; color:#333;}
body.head_on{overflow:hidden}
a{color:#333;transition: 0.3s;}
a:hover{ color:#cea54b; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1280px; margin:0 auto;}



.header{ position:relative;border-bottom: 1px solid rgba(255,255,255,0.5);position: fixed;top: 0;left: 0;width: 100%;z-index: 999;transition: ease 0.3s;}

.headList{display: flex;justify-content: space-between;align-items: center;height: 90px;}
.logo img{width: auto;height: auto;max-height: 50px;}

.hBtn{display: flex;}
.hBtn a{color: #cea54b;display: inline-block;margin-right: 12px;font-size: 16px;padding-left: 24px;background: url(../images/0m23.png) no-repeat left center;background-size: 18px 18px;}

.hLinks{display: flex;justify-content: flex-end;}
.hLinks a{color: #cea54b;display: inline-block;margin-left: 12px;font-size: 12px;color: #d5d5d5;}
.hLinks a img{width: 20px;margin-right: 5px;vertical-align: middle;}

.header.fixed{background: #fff;animation: .95s ease forwards;}
.header.fixed .headList{height: 50px;}
.header.fixed .logo img{max-height: 40px;}


/*栏目*/
.search{width: 100%;height: 22px;position: relative;}
.search input{position: absolute;top: 0;left: 0;width: 100%;height: 25px;border: 1px solid #cea54b;padding: 0 22px 0 10px;box-sizing: border-box;outline: none;}
.search button{position: absolute;top: 0;right: 0;width: 25px;height: 25px;text-align: center;border: none;background: transparent;color: #cea54b;}

.hPanel{position:fixed;z-index:999;background:#fff;width:320px;height:100%;font-size:14px;top:0;left: -100%;overflow:auto;overflow-x:hidden;transition:left ease 0.35s;display: block;box-shadow: 0px 2px 18px -11px rgb(0 0 0 / 30%);}
.hPanel.active{left:0;}
.hPanel .warp{padding: 20px 40px;box-sizing: border-box;}

.pcMenu{margin: 30px 0;}
.pcMenu>ul>li{position: relative;}
.pcMenu>ul>li span a{font-size: 16px;color: #212121;display: block;text-align: center;line-height: 35px;}
.pcMenu>ul>li span a:hover{color: #cea54b;}
.pcMenu>ul>li.on span a{color: #cea54b;}
.pcMenu>ul>li dl{display: none;transition: 0.3s;}
.pcMenu>ul>li dl dd a{display: block;font-size: 14px;color: #999;text-align: center;line-height: 25px;}
.pcMenu>ul>li dl dd a:hover{color: #cea54b;}
.pcMenu>ul>li .icon{position: absolute;top: 0;right: 0;width: 35px;height: 35px;text-align: center;line-height: 35px;color: #999;font-size: 20px;cursor: pointer;display: inline-block;opacity: 0;visibility: hidden;}

.hPanel .item{padding: 15px 0;border-top: 1px solid #ddd;text-align: center;font-size: 12px;color: #494848;}
.hPanel .hTel span{color: #cea54b;}
.hPanel .hLanguage a{display: inline-block;font-size: 12px;line-height: 20px;background: url(../images/dt.jpg) right center no-repeat;transition: all 0.5s ease 0s;padding-right: 50px;}
.hPanel .hLanguage a:hover{background: url(../images/dt2.jpg) no-repeat right center;-webkit-transition: all .5s ease;color: #a37e2c;}
.hPanel .hLogo img{width: auto;max-height: 40px;height: auto;}
.hShare{text-align: center;font-size: 12px;color: #494848;}

.hPanelBg{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);z-index: 998;display: none;}
.hPanelBg.active{display: block;}



/*swiper*/
.swiper {width: 100%;height: 100%;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;color: #cea54b;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.alibtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}


.fnt_68{font-size: 68px;}
.fnt_42{font-size: 42px;}
.fnt_36{font-size: 36px;}
.fnt_28{font-size: 28px;}
.fnt_24{font-size: 24px;}

.textCet{text-align: center;}

.color1{color: #fff;}
.color2{color: #212121;}
.color3{color: #5e5e5e;}
.color4{color: #aaa;font-size: 12px;}



/*由此往上公共样式*/
/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;position: relative;overflow: hidden;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: rgba(255,255,255,0.6);border-radius: 0;width: 30px;height: 5px;}
.bannerSwiper .swiper-pagination-bullet-active{background: #cea54b;}

.banner .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.banner .part .img{width: 100%;height: 100%;}
.banner .part .img img{width: 100%;height: 100%;object-fit: cover;}
.banner .part .imgTop{position: absolute;left: 5%;bottom: 5%;z-index: 9;}
.banner .part .t1{color: #000;}
.banner .part .t2{margin-top: 15px;}
.banner .part .banMore{margin-top: 15px;}
.banMore{display: inline-block;background: #212121;color: #fff;padding: 10px 25px;font-size: 12px;}

.banIcon{position: absolute;left: 0;width: 100%;text-align: center;z-index: 9;bottom: 5%;}
.banIcon img{-webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;}
@keyframes mouse-dot {
	from {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translateY(15px);
		-webkit-transform: translateY(15px);
		opacity: 0;
	}
}

@-webkit-keyframes mouse-dot {
	from {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translateY(15px);
		-webkit-transform: translateY(15px);
		opacity: 0;
	}
}

@keyframes mouse-dot1 {
	from {
		opacity: 0;
		bottom: 60px;
	}
	33% {
		opacity: 1;
	}
	to {
		bottom: 40px;
		opacity: 0;
	}
}




.index1{width: 100%;padding: 65px 0;}
.i1List{width: 100%;position: relative;padding: 0 40px;box-sizing: border-box;}
.i1List .part{display: block;width: 100%;position: relative;overflow: hidden;}
.i1List .part .img{width: 100%;height: 270px;max-width: 270px;margin: 0 auto;display: block;}
.i1List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i1List .part .desc{text-align: center;}
.i1List .part .t1{display: block;margin-top: 24px;margin-bottom: 12px;font-size: 16px;color: #323232;}
.i1List .part .t2{color: #959595;}
.i1List .swiper-button-next:after,.i1List .swiper-button-prev:after{font-size: 30px;color: #c2c2c2;}
.i1List .swiper-button-next{right: 0;}
.i1List .swiper-button-prev{left: 0;}

.index2{width: 100%;padding: 85px 0;}
.i2Info{font-size: 16px;}
.i2Btn{text-align: center;font-size: 16px;}
.i2VideoBtn{position: relative;width: 74px;margin: 0 auto;position: relative;height: 74px;display:block;}
.i2VideoBtn .bg{background: url(../images/v0.png) no-repeat center;background-size: 74px 74px;cursor: pointer;animation: myMove1 2s linear infinite; -webkit-animation: myMove1 3s linear infinite;width: 100%;height: 100%;}
.i2VideoBtn img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 26px;}

@-webkit-keyframes myMove1{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes myMove1{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(360deg)}
}
@-o-keyframes myMove1{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(360deg)}
}
@keyframes myMove1{from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}
}

.tcVideo{width: 100%;height: 100%;position: fixed;left: 0;z-index: 99999999;opacity: 0;bottom: -100%;visibility: hidden;transition: 0.6s;}
.tcVideo.active{opacity: 1;bottom: 0;visibility: visible;}
.tcVideo .warp{position: relative;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.tcVideo .panel{width: 700px;height: auto;background: #fff;position: relative;padding: 10px;box-sizing: border-box;min-height: 200px;transform: translateY(100px);transition: 0.6s;}
.tcVideo .panel video{width: 100%;height: auto;}
.tcVideo .videoClose{position: absolute;top: 10px;right: 20px;color: #fff;font-size: 30px;z-index: 99;cursor: pointer;}
.tcVideo .video{font-size: 0px;}
.tcVideo.active .panel{transition-delay: 160ms;transform: translateY(0);}
/*-------------------------------------------*/

.index3{width: 100%;padding: 60px 0;overflow: hidden;}
.index3 .f_left{width: 740px;}
.index3 .f_right{width: 480px;}
.i3Tit{width: 100%;border-bottom: 1px solid #e7e7e7;font-size: 20px;color: #212121;padding-bottom: 15px;line-height: 25px;margin-bottom: 16px;}
.i3Tit span{color: #cea54b;}
.i3List1{width: 100%;}
.i3List1 .img1{width: 100%;height: 235px;position: relative;}
.i3List1 .img1 ul li{display: block;width: 95px;height: 95px;position: absolute;cursor: pointer;background: #f2f2f2;transform: rotate(45deg);display: flex;justify-content: center;align-items: center;}
.i3List1 .img1 ul li:hover{border: 2px solid #cea54b;}
.i3List1 .img1 ul li a{display: block;transform: rotate(-45deg);}
.i3List1 .img1 ul li a img{max-width: 70px;}

.i3List1 .img1 ul li:nth-child(1) {left: 41px;top: 43px;}
.i3List1 .img1 ul li:nth-child(2) {left: 183px;top: 43px;}
.i3List1 .img1 ul li:nth-child(3) {left: 325px;top: 43px;}
.i3List1 .img1 ul li:nth-child(4) {left: 467px;top: 43px;}
.i3List1 .img1 ul li:nth-child(5) {left: 609px;top: 43px;}
.i3List1 .img1 ul li:nth-child(6) {left: 112px;top: 115px;}
.i3List1 .img1 ul li:nth-child(7) {left: 254px;top: 115px;}
.i3List1 .img1 ul li:nth-child(8) {left: 396px;top: 115px;}
.i3List1 .img1 ul li:nth-child(9) {left: 538px;top: 115px;}

.i3List1 .img2{width: 100%;max-width: 347px;margin: 0 auto;}

.i3List2{width: 100%;}
.i3List2 ul li{width: 100%;height: 50px;line-height: 50px;border-bottom: dashed 1px #ece9e9;display: flex;justify-content: space-between;align-items: center;}
.i3List2 ul li .time{display: inline-block;font-size: 12px;color: #485056;}
.i3List2 ul li .t1{font-size: 14px;flex: 1;    -webkit-transition: all .8s ease;background: url(../images/newsBox-bg.jpg) no-repeat left -66px center;}
.i3List2 ul li .t1:hover {background: url(../images/newsBox-bg.jpg) no-repeat left center;padding-left: 66px;color: #cea54b;-webkit-transition: all .8s ease;background-size: 40px;padding-left: 46px;box-sizing: border-box;}

.index4{padding: 35px 0;}
.index4 a{color: #999;display: inline-block;margin: 0 5px;}
.index4 a:hover{color: #cea54b;}

.footer{width: 100%;padding: 40px 0;padding-top: 52px;background: #282828;color: #fff;}
.footer .item{width: 23%;margin: 0 1%;}
.footer dl{margin-bottom: 20px;}
.footer dl dt a{color: #fff;display: block;padding-bottom: 10px;font-size: 16px;border-bottom: 1px solid #3e3e3e;}
.footer ul {margin-top: 10px;}
.footer ul li a{font-size: 12px;color: #888888;line-height: 25px;}
.footer a:hover{color: #cea54b;}
.footer .fTel .icon{margin-top: 20px;}
.footer .fTel .icon a{display: inline-block;margin-right: 10px;}
.footer .fTel .icon a img{width: 20px;}

.copyright{font-size: 12px;color: #888;text-align: center;}

.tongtu{width: 100%;height: 650px;position: relative;padding-top: 100px;box-sizing: border-box;background-size: cover !important;}
.current a{font-size: 12px;color: #b4b4b4;display: inline-block;}
.current a:after{content: ">";padding: 0 5px;}
.current a:last-child:after{display: none;}

.product{width: 100%;padding: 50px 0;}
.product .wapper{width: 100%;max-width: 1200px;}
.proMenuTab ul{display: flex;flex-wrap: wrap;justify-content: space-around;}
.proMenuTab ul li{width: 205px;}
.proMenuTab a{display: block;font-size: 20px;color: #212121;line-height: 40px; border-bottom: 1px solid #dadada;-webkit-transition: all .5s ease;}
.proMenuTab ul li.on a{color: #cea54b;border-bottom: 1px solid #cea54b; -webkit-transition: all .5s ease;}

.proMenuPanel .item{display: none;}
.proMenuPanel .box{display: flex;justify-content: center;flex-wrap: wrap;max-width: 800px;margin: 0 auto;}
.proMenuPanel .box a {display: block;width: 123px;height: 30px;line-height: 30px;text-align: center;border: 1px solid #e4e4e4;font-size: 14px;color: #6d6d6d;margin-right: 8px;margin-bottom: 5px;-webkit-transition: all .5s ease;}
.proMenuPanel .box a:hover{color: #cea54b;border: 1px solid #cea54b;-webkit-transition: all .5s ease;}

.proList ul li{width: 23%;margin: 1%;}
.proList .proImg{position: relative;width: 100%;overflow: hidden;height: 259px;}
.proList .proImg .item{float: left;}
.proList .proImg .img{width: 100%;height: 259px;display: flex;justify-content: center;align-items: center;}
.proList .proImg .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;object-fit: cover;}
.proList .proImg .prev{position: absolute;top: 50%;left: 0;font-size: 28px;color: #999;transform: translateY(-50%);opacity: 0;}
.proList .proImg .next{position: absolute;top: 50%;right: 0;font-size: 28px;color: #999;transform: translateY(-50%);opacity: 0;}

.proList .proImg:hover .prev,
.proList .proImg:hover .next{opacity: 1;}
.proList .desc{width: 100%;text-align: center;font-size: 16px;}
.proList .desc .t1{margin-top: 5px;}
.proList .desc .t2{margin-top: 5px;}
.proList .desc .info{font-size: 12px;color: #959595;margin-top: 5px;}

/*页码*/
.pagebar{width: 100%;margin: 0 auto;padding: 15px 0 10px;font-size: 0;text-align: center;}
.pagebar a{margin: 2px;padding: 3px 8px; font-size: 12px;color: #777;font-weight: 400;border: 1px solid #e2e2e2; border-radius: 2px; background: #fff;display: inline-block;} 
.pagebar .now-page{font-size: 12px;color: #cea54b; font-weight: 400;padding: 3px 8px;margin: 0 5px 5px;border: 1px solid #cea54b; border-radius: 2px;display: inline-block;}
.pagebar a:hover{color: #cea54b; border: 1px solid #cea54b;}

.prodetail{width: 100%;padding: 50px 0;}
.prod1{width: 100%;max-width: 480px;margin: 30px auto;position: relative;}
.prod1Swiper .img{width: 100%;height: 480px;display: flex;justify-content: center;align-items: center;}
.prod1Swiper .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;object-fit: cover;}
.prod1Swiper.swiper .swiper-button-next:after, .prod1Swiper.swiper .swiper-button-prev:after{color: #999;}
.prod1Swiper .swiper-pagination-bullet{vertical-align: middle;}
.prod1Swiper .swiper-pagination-bullet-active{width: 20px;height: 20px;background: url(../images/pde-hd-bg2.jpg) center;background-size: contain;}

.prod1 .price{text-align: center;font-size: 14px;margin: 10px 0;color: #494848;}
.prod1 .price span{color: #f00;}
.prod1 .more{margin-top: 20px;text-align: center;display: flex;flex-wrap: wrap;justify-content: center;}
.prod1 .more a{display: inline-block;border: 1px solid #ccc;padding: 12px 35px;font-size: 12px;color: #686868;}
.prod1 .more a img{vertical-align: middle;margin-right: 5px;filter: brightness(0%) contrast(200%) invert(50%) opacity(100%);}
.prod1 .more a:hover{border: 1px solid #cea54b;color: #cea54b;}
.prod1 .more a:hover img{filter: none;}

.canshuBtn{position: absolute;right: 0;bottom: 50px;text-align: center;font-size: 14px;color: #999;z-index: 9;}
.canshuBtn a {display: block;width: 80px;height: 80px;background: #f2f2f2 url(../images/0plus.png) no-repeat center;border-radius: 100%;transform: scale(1);-webkit-transition: all .8s ease;}
.canshuBtn:hover{color: #cea54b;}
.canshuBtn:hover a{transform: scale(1.2);-webkit-transition: all .8s ease;background: #f2f2f2 url(../images/0plus2.png) no-repeat center;}

.prod1Img{width: 100%;margin-bottom: 55px;overflow: hidden;}
.prod1Img .img{width: 100%;}
.prod1Img .img img{width: 100%;}
.prod2{width: 100%;max-width: 1280px;margin: 50px auto;}

.prod2 .part{display: block;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.prod2 .part .img{width: 50%;}
.prod2 .part .img img{width: 100%;}
.prod2 .part .desc{width: 50%;padding: 0 5%;box-sizing: border-box;}
.prod2 .part .t1{color: #A37E2C;font-size: 16px;}
.prod2 .part .t2{font-size: 30px;color: #212121;margin: 5px 0;}
.prod2 .part .info{font-size: 14px;color: #808080;}
.prod2 ul li:nth-child(even) .part .img{order: 1;}
.prod2 ul li:nth-child(even) .part .desc{order: 0;}

.prod2Img{width: 100%;position: relative;overflow: hidden;}
.prod2Img .img{width: 100%;}
.prod2Img .img img{width: 100%;}
.prod2Img .imgTop{position: absolute;top: 50%;transform: translateY(-50%);right: 0;width: 45%;}
.prod2Img .t1{font-size: 14px;color: #cea54b;}
.prod2Img .t2{font-size: 14px;color: #000;padding-top: 18px; padding-bottom: 48px;}
.prod2Img ul li{line-height: 30px;}
.prod2Img ul li a{font-size: 12px;color: #818181;}
.prod2Img ul li a:hover{color: #cea54b;}

.prod3{width: 100%;max-width: 600px;margin: 50px auto;}
.prod3 ul li{display: flex;flex-wrap: wrap;justify-content: space-between;font-size: 14px;color: #474747;}
.prod3 .tit{width: 60%;height: 40px;overflow: hidden;line-height: 40px;padding: 0 10px;box-sizing: border-box;}
.prod3 .desc{width: 40%;height: 40px;display: flex;justify-content: center;align-items: center;padding: 0 10px;box-sizing: border-box;}

.prod3 ul li:nth-child(1) .desc{background: #cea54b;}
.prod3 ul li:nth-child(even){background: #fbfbfb;}
.prodPage{width: 100%;display: flex;justify-content: space-between;}
.prodPage .prve,
.prodPage .next{width: 50%;padding: 35px 8%;box-sizing: border-box;border: 1px solid #ccc;}
.prodPage .prve:hover,
.prodPage .next:hover{border-color: #cea54b;}
.prodPage .prve{text-align: right;}

.solution{width: 100%;padding: 100px 0;}
.solList{width: 100%;margin-top: 60px;}
.solList ul li{padding: 45px 0;border-bottom: 1px solid #f5f5f5;}
.solList .part{display: flex;justify-content: space-between;align-items: center;justify-content: space-between;}
.solList .part .img{width: 55%;}
.solList .part .img img{width: 100%;}
.solList .part .desc{width: 45%;padding: 0 5%;box-sizing: border-box;}
.solList .part .box{max-width: 300px;}
.solList .part .t1{font-size: 30px;color: #212121;font-weight: 300;}
.solList .part .info{font-size: 14x;color: #808080;font-weight: 300;margin-top: 15px;}
.solList ul li:nth-child(even) .part .img{order: 0;}
.solList ul li:nth-child(even) .part .desc{order: 1;}

.solution2{background: #fbfbfb;padding: 60px 0 100px;}
.solution2 .line{border-bottom: 1px solid #f5f5f5;width: 100%;height: 1px;margin: 15px 0 25px;}

.sol2List{width: 1067px;position: relative;margin-top: 100px;margin-left: auto;margin-right: auto;}
.sol2List ul{width: 100%;position: relative;display: flex;justify-content: center;margin-top: -30px;}
.sol2List ul li{display: block;width: 110px;height: 110px;cursor: pointer;background: #fff;transform: rotate(45deg);display: flex;justify-content: center;align-items: center;margin: 0 25px;border: 2px solid #fff;box-shadow: 0px 2px 18px -11px rgb(0 0 0 / 10%);}
.sol2List ul li:hover{border: 2px solid #cea54b;}
.sol2List ul li a{display: block;transform: rotate(-45deg);}
.sol2List ul li a img{max-width: 90px;}

.news{width: 100%;padding: 70px 0;}
.newList{width: 100%;margin: 50px 0;}
.newList ul li{float: left;width: 33.3%;padding: 0 10px;box-sizing: border-box;margin-bottom: 28px;}
.newList .part{width: 100%;height: 480px;position: relative;}
.newList .part .img{width: 100%;height: 300px;display: block; position: absolute;top: 0;left: 0;z-index: 9;}
.newList .part .img img{width: 100%;height: 100%;object-fit: cover;}
.newList .part .desc{width: calc(100% - 30px);padding-left: 32px;padding-right: 27px;height: 300px;overflow: hidden; position: absolute;right: 0;bottom: 0;background-color: #fff;z-index: 10;box-sizing: border-box;padding-top: 30px;}
.newList .part .t1{font-size: 16px;color: #323232;line-height: 30px;}
.newList .part .t1:hover{color: #cea54b;}
.newList .part .info{font-size: 14px;color: #8b8b8b;line-height: 22px;margin-top: 28px;}
.newList .part .info p{padding: 0;line-height: none;}
.newList .part .more {display: block;width: 128px;height: 28px;border: 1px solid #d0d0d0;border-radius: 20px;margin-top: 50px;line-height: 28px;font-size: 14px;color: #8b8b8b;text-indent: 22px;background: url(../images/n-jt1.png) no-repeat right 20px center;-webkit-transition: all .5s ease;}
.newList .part .more:hover{color: #fff;background: #cea54b url(../images/n-jt2.png) no-repeat right 20px center;border: 1px solid #cea54b;-webkit-transition: all .5s ease;}

.newdetail-1{width: 100%;padding: 100px 0;}
.newdetail-1 .wapper{max-width: 800px;}
.newdInfo{font-size: 12px;color: #8a8a8a;text-align: center;margin-top: 18px;display: flex;justify-content: center;flex-wrap: wrap;}
.newdDesc{font-size: 14px;color: #494848;margin-top: 60px;}

.newdetail-2{width: 100%;position: relative;}
.newd2Img{width: 100%;position: relative;overflow: hidden}
.newd2Img .img{width: 100%;}
.newd2Img .img img{width: 100%;}
.newd2Img .imgTop{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;text-align: center;}
.newd2Img .newd2Btn {display: block;width: 120px;height: 40px;border: 1px solid #838383;margin: 0 auto;font-size: 18px;text-align: center;line-height: 40px;cursor: pointer;border-radius: 25px;-webkit-transition: all .5s ease;margin-top: 30px;}
.newd2Img .newd2Btn:hover{background: #cea54b;color: #fff;border-color: #cea54b;}

.newd2Tc{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);z-index: 999;display: none;}
.newd2Tc.active{display: block;}
.newd2Box{width: 100%;height: 100%;position: relative;display: flex;justify-content: center;align-items: center;}
.newd2Close{position: absolute;top: 25px;right: 20%;cursor: pointer;}
.newd2Close img{width: 35px;}
.newd2Panel {width: 800px;height: 600px;border: 3px solid #fff;position: relative;z-index: 9999;background-color: #fff;box-sizing: border-box;}

.newdetail-3{width: 100%;position: relative;overflow: hidden;}
.newdetail-3 .img{width: 100%;}
.newdetail-3 .img img{width: 100%;}
.newdetail-3 .imgTop{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;text-align: center;}
.newPage{margin-top: 40px;display: flex;justify-content: center;flex-wrap: wrap;}
.newPage a{display: inline-block;margin: 0 5px;border: 1px solid #fff;color: #fff;font-size: 14px;padding: 6px 15px;}
.newPage a:hover{color: #cea54b;border-color: #cea54b;}

.service1{width: 100%;padding: 60px 0;}
.service1 .wapper{max-width: 980px;}

.service2{width: 100%;}
.ser2Img{width: 100%;position: relative;overflow: hidden}
.ser2Img .img{width: 100%;}
.ser2Img .img img{width: 100%;}
.ser2Img .imgTop{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;text-align: center;}
.ser2Img .imgTop .info{font-size: 16px;color: #9098a3;padding-top: 12px;padding-bottom: 55px;}
.ser2Img .ser2Btn {display: block;width: 160px;height: 30px;border: 1px solid #fff;margin: 0 auto;font-size: 12px;text-align: center;line-height: 30px;cursor: pointer;-webkit-transition: all .5s ease;color: #9098a3;}
.ser2Img .ser2Btn:hover{color: #cea54b;border-color: #cea54b;}

.ser2Tc{margin: 50px 0;display: none;}
.ser2Tc.active{display: block;}
.ser2Tc .panel{border-top: 1px solid #edeae7;padding: 20px 0;margin-top: 20px;}
.ser2Tc .panel .title{font-size: 20px;color: #212121;text-align: center;padding-top: 34px;}
.ser2Form{width: 100%;margin-top: 40px;margin-bottom: 15px;}
.ser2Form .form-group{margin-right: 5px;}
.ser2Form .form-group select{border: #d3d3d3 solid 1px; width: 158px;background: #f5f4f4;padding: 3px 0px;box-sizing: border-box;height: 30px;}
.ser2Form .btn button{width: 100px;height: 30px;background: #cea54b;color: #fff;border: none;}

.ser2Result{width: 100%;max-width: 438px;margin: 0px auto;border: #d3d3d3 solid 1px;padding: 1px;margin-top: 12px;font-size: 14px;background: #f5f4f4;}
.ser2Result ul li {height: 29px;text-indent: 30px;line-height: 29px;color: #110d0d;}
.ser2Result ul li.liName {background: #e8e8e8;border-bottom: none;color: #a58715;font-size: 14px;}

.service3{width: 100%;background: #fbfbfb;padding-top: 58px;padding-bottom: 100px;}
.service3 .wapper{max-width: 1000px;}
.ser3Warp{margin-top: 20px;padding-top: 70px;border-top: 1px solid #edeae7;}
.ser3Warp .item{width: 50%;text-align: center;border-right: dashed 1px #b2977e;box-sizing: border-box;}
.ser3Warp .item:last-child{border: none;}
.ser3Warp .warp{max-width: 400px;margin: 0 auto;}
.ser3Warp .item .t1{font-size: 20px;color: #212121;}
.ser3Warp .item .info{font-size: 12px;color: #727070;text-align: center;padding-top: 15px;padding-bottom: 35px;}
.ser3Warp .form select {width: 398px;height: 33px;line-height: 33px;border: 1px solid #e1e1e1;font-size: 12px;color: #969696;text-indent: 12px;outline: none;box-sizing: border-box;}

.ser3Result{margin-top: 26px;text-align: left;padding: 0 5%;box-sizing: border-box;}
.ser3Result a{display: block;color: #999;}
.ser3Result a span{text-decoration: underline;display: inline-block;margin-right: 20px;font-size: 14px;color: #cea54b;}

.contact{width: 100%;position: relative;margin-top: 178px;}
.contact .wapper{max-width: 1100px;}
.contact .line{display: block;margin: 20px auto;width: 40px;height: 2px;background: #7f7f7f;}

.cont2{width: 100%;margin-top: 80px;}
.cont2 ul li{float: left;width: calc(38.3% - 90px);margin-right: 45px;margin-bottom: 45px;}
.cont2 ul li:nth-child(3n){margin-right: 0;}
.cont2 dl dt{font-size: 16px;color: #575655;padding-bottom: 4px;margin-bottom: 16px;display: block;border-bottom: 1px solid #848282;}
.cont2 dl dd{font-size: 12px;color: #474747;}
.cont2 dl dd strong{font-weight: normal;display: inline-block;width: 95px;}
.cont2 dl dd p{padding: 2px 0;}

.cont3{width: 100%;padding: 50px 0;}
.cont3 .table{margin: 30px 0;font-size: 12px;color: #494848;}
.cont3 .table .title{width: 100%;display: flex;height: 38px;line-height: 38px;overflow: hidden;background-color: #efefef;font-size: 14px;color: #474747;border: 1px solid #ececec;border-bottom: none;}
.cont3 .table .t1{width: 160px;text-align: center;color: #cfa54a;}
.cont3 .table .t-head th{font-size: 15px;color: #000;font-weight: normal;}


table{max-width: 100%;background-color: transparent;border-collapse: collapse;border-spacing: 0;box-sizing: border-box;width: 100%;border: 1px solid #ccc;}
table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
	padding: 8px;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid #ececec;
	line-height: 25px;
}

.about1{width: 100%;position: relative;overflow: hidden;}
.about1 .img{width: 100%;}
.about1 .img img{width: 100%;}
.about2{width: 100%;padding: 50px 0;}
.about2Desc{border-top: 1px solid #edeae7;margin-top: 20px;padding: 40px 10%;box-sizing: border-box;}

.about3{width: 100%;background: #f0f0f0;}
.about3 .warp{width: 100%;max-width: 1024px;margin: 0 auto;border: 1px solid #cfa54a;padding: 30px;box-sizing: border-box;}
.about3 .desc{width: 100%;border: 1px solid #fff;background: #e2e0e1;height: 406px;padding: 30px;box-sizing: border-box;}
.about3 .desc .left{width: 280px;text-align: center;}
.about3 .desc .img{width: 100%;text-align: center;}
.about3 .desc .img img{width: auto;max-width: 100%;}
.about3 .right{width: calc(100% - 300px);height: 100%;}
.abo3Video{width: 100%;height: 100%;position: relative;}
.abo3Video video{width: 100%;height: 100%;background: #000;}

.abo3VideoBtn{position: absolute;width: 60px;height: 60px;display:block;top: 50%;left: 50%;transform: translate(-50% , -50%);}
.abo3VideoBtn.active{display: none;}
.abo3VideoBtn .bg{background: url(../images/D2.png) no-repeat center;background-size: 60px 60px;cursor: pointer;animation: myMove1 2s linear infinite; -webkit-animation: myMove1 3s linear infinite;width: 100%;height: 100%;}
.abo3VideoBtn img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 15px;}

.about4{width: 100%;padding-top: 42px;background: #fbfbfb;padding-bottom: 70px;}
.abo4Warp{width: 100%;margin-top: 20px;border-top: 1px solid #edeae7;}
.abo4Warp .list{width: 70%;position: relative;overflow: hidden;padding-top: 110px;}
.abo4Warp .list .img{width: 100%;border: 2px solid rgb(255, 255, 255);box-sizing: border-box;}
.abo4Warp .list .img img{width: 100%;height: 100%;object-fit: cover;}
.abo4Warp .list .img:hover{border-color: #cfa54a;}
.abo4Warp .imgIcon{width: 30%;padding: 0 5%;box-sizing: border-box;}
.abo4Warp .imgIcon img{width: 100%;}

.abo4List{width: 100%;margin-top: 60px;position: relative;}
.abo4List .imgBg{width: 100%;overflow: hidden;position: absolute;left: 0;bottom: 0;height: 120px;display: flex;align-items: center;}
.abo4List .imgBg img{width: 100%;}
.abo4List .swiper-button-prev,.abo4List .swiper-button-next{display: none;}
.abo4List .swiper .swiper-slide{background: none;}
.abo4_p_Swiper .part{width: 380px;margin: 0 auto;}
.abo4_p_Swiper .year{display: none;}

.abo4_t_Swiper{width: 100%;}
.abo4_t_Swiper .tab{position: relative;text-align: center;height: 120px;position: relative;display: flex;align-items: flex-end;justify-content: center;cursor: pointer;}
.abo4_t_Swiper .tab .icon{width: 70px;height: 90px;position: absolute;top: 0;left: 50%;transform: translateX(-50%);z-index: 99;background: url(../images/licbgt.jpg) center no-repeat;background-size: contain;opacity: 0;visibility: hidden;}
.abo4_t_Swiper .swiper-slide-thumb-active .tab{font-weight: bold;color: #cea54b;font-size: 24px;}
.abo4_t_Swiper .swiper-slide-thumb-active .tab .icon{opacity: 1;visibility: visible;}

.about5{width: 100%;margin: 38px auto;}
.abo5List{width: 100%;max-width: 1140px;margin: 30px auto 0 auto;}
.abo5List ul{display: flex;justify-content: center;}
.abo5List ul li{width: 12.5%;height: 434px;transition: 0.6s;}
.abo5List .img{width: 100%;height: 100%;overflow: hidden;transition: 0.6s;}
.abo5List .img img{width: 100%;height: 100%;object-fit: cover;}
.abo5List ul li:hover{width: 85%;}


.about6{width: 100%;overflow: hidden;padding-top: 40px;padding-bottom: 115px;background-color: #fbfbfb;}
.abo6List{width: 100%;margin-top: 20px;padding-top: 70px;border-top: 1px solid #edeae7;}
.abo6List ul li{margin: 0 5%;}
.abo6List .part{display: block;}
.abo6List .part .icon img{width: 44px;}
.abo6List .part .t1{font-size: 16px;color: #212121;margin: 10px 0;}
.abo6List .part .info{font-size: 12px;color: #818181;}

.mobile{display: none;}
.pc{display: block;}

.inside{width: 100%;padding: 50px 0;}
.inside img{width: auto;max-width: 100%;}








@media only screen and (max-width: 1280px) {
.wapper{ width:100%;padding: 0 10px;box-sizing: border-box;}
.fnt_68{font-size: 58px;}
.fnt_42{font-size: 32px;}
.fnt_36{font-size: 26px;}
.fnt_28{font-size: 18px;}
.fnt_24{font-size: 14px;}
.i2TitImg img{max-width: 100%;}
.index3 .f_left{width: 68%;}
.index3 .f_right{width: 30%;}
.sol2List{width: 100%;}



}

@media only screen and (max-width: 1024px) {
.hBtn a{font-size: 14px;}
.hLinks a img{font-size: 16px;}
.fnt_68{font-size: 48px;}
.fnt_42{font-size: 22px;}
.fnt_36{font-size: 16px;}
.fnt_28{font-size: 15px;}
.i3List1 .img1{transform: scale(0.6);}
.i3List1 .img1 ul{margin-left: -25%;position: relative;}
.abo6List ul li{margin: 0 3%;}
.cont2 ul li{width: 50%;margin: 0 !important;padding: 20px;box-sizing: border-box;}
.newd2Panel{width: 600px;height: 420px;}
.newd2Close{right: 30px;}
.newd2Close img{width: 30px;}
.proMenuTab a{font-size: 16px;}
.prod2Img .t2{padding-bottom: 20px;}
.ser3Warp .form select{width: 320px;}
.sol2List{transform: scale(0.9);}
.sol2List ul li{width: 80px;height: 80px;}
.solList .part .t1{font-size: 26px;}



}


@media only screen and (max-width: 780px) {
.hBtn a{font-size: 12px;padding-left: 10px;background-size: 8px 8px;margin-right: 3px;}
.logo img{max-height: 30px;}
.header.fixed .logo img{max-height: 30px;}
.hLinks a{margin-left: 5px;font-size: 12px;}
.hLinks a span{display: none;}
.hLinks a img{width: 12px;}
.fnt_68{font-size: 21px;}
.fnt_42{font-size: 18px;}
.fnt_36{font-size: 16px;}
.banner .imgTop{bottom: 8%;}
.i1List{padding: 0;}
.i1List .part .img{height: 180px;}
.i1List .part .t1{font-size: 14px;margin: 15px 0 10px;}
.i1List .part .t2{font-size: 12px;}
.i2Btn{margin-top: 35px;}
.tcVideo .panel{width: 100%;}
.index3 .f_left{width: 100%;}
.index3 .f_right{width: 100%;margin-top: 20px;}
.i3List1 .img1{transform: scale(0.5);}
.i3List1 .img1 ul{margin-left: -55%;position: relative;}
.about2Desc{padding: 40px 0;}
.about3 .desc .left{width: 100%;padding: 5%;box-sizing: border-box;}
.about3 .right{width: 100%;}
.about3 .desc{height: auto;}

.abo4_t_Swiper {display: none !important;}
.abo4_p_Swiper .year{display: block;width: 100%;margin-top: 20px;color: #cfa54a;padding: 0 30px;box-sizing: border-box;}
.abo4List .imgBg{display: none;}
.abo4_p_Swiper .part{width: 100%;padding: 0 30px;box-sizing: border-box;}
.abo4List .swiper-button-prev,.abo4List .swiper-button-next{display: block;}
.abo5List ul{flex-wrap: wrap;}
.abo5List ul li{width: 50% !important;height: 100%;}
.abo5List ul li:hover{width: 50% !important;}
.abo6List ul li{margin: 15px;}

.contact{margin-top: 100px;}
.cont2 ul li{width: 100%;}

.cont3 .item{overflow: hidden;overflow-x: auto;width: 100%}
.cont3 .table{width: 780px;margin: 0 auto;}
.newList ul li{width: 50%;}
.newd2Img .imgTop{position: relative;padding: 30px 0;transform: none;}
.newd2Img .newd2Btn{font-size: 14px;height: 30px;line-height: 30px;}
.newd2Panel{width: 480px;height: 220px;}
.newd2Close{right: 20px;top: 20px;}
.newd2Close img{width: 20px;}
.newdetail-3 .img img{height: 180px;object-fit: cover;}

.proMenuTab ul li{width: 48%;}
.proList ul li{width: 50%;margin: 0;padding: 10px;box-sizing: border-box;}
.prod2 .part .t2{font-size: 26px;}

.prod2Img .imgTop{position: relative;padding: 30px;transform: none;box-sizing: border-box;width: 100%;}
.prod3 .tit{width: 100%;}
.prod3 .desc{width: 100%;height: auto;text-align: left;display: block;}
.prodPage .prve {padding: 3%;}
.prodPage .next {padding: 3%;}
.ser2Img .imgTop .info{padding-bottom: 20px;}
.ser3Warp .item{width: 100%;border: none;margin-bottom: 20px;}
.ser2Img .imgTop{position: relative;padding: 30px;transform: none;box-sizing: border-box;width: 100%;}
.ser2Img .imgTop .iTit2 {color: #222;}
.ser2Img .ser2Btn{border-color: #ccc;}
.solList .part{flex-wrap: wrap;}
.solList .part .desc{width: 100%;padding: 5%;order: 0 !important;}
.solList .part .img{width: 100%; order: 1 !important;}
.sol2List{overflow: hidden;}



}

@media only screen and (max-width: 620px) {
.headList{height: 60px;}
.hBtn a{display: none;}
.menuBtn{display: block !important;}
.footer .item{width: 100%;}
.fMenu dd{display: none;}
.hPanel{width: 300px;}
.hPanel .warp{padding: 20px;}
.pcMenu{margin: 20px 0;}
.pcMenu>ul>li span a{font-size: 14px;line-height: 30px;}
.pcMenu>ul>li .icon{opacity: 1;visibility: visible;width: 30px;height: 30px;}

.mobile{display: block;}
.pc{display: none;}

.about2Desc{padding: 20px 0;}
.about3 .warp{padding: 20px;}
.about3 .desc{padding: 20px;}
.abo4Warp .list{width: 100%;padding-top: 20px;}
.abo4Warp .imgIcon{width: 100%;display: none;}
.about4 .wapper{padding: 0;}
.ser2Form .form-group select{width: 120px;}
.newList ul li{width: 100%;}
.newd2Panel{width: 100%;}
.newd2Img .newd2Btn{margin-top: 20px;}
.newPage{margin-top: 20px;}
.proMenuTab a{font-size: 14px;}
.proList ul li{padding: 5px;}
.proList .proImg{height: 180px;}
.proList .proImg .img{height: 180px;}
.tongtu{height: 240px;}
.prod1Swiper .img{height: 320px;}
.prod1 .more a{padding: 10px 25px;}
.canshuBtn a{width: 60px;height: 60px;}
.prod2 .part{display: block;}
.prod2 .part .img{width: 100%;}
.prod2 .part .desc{width: 100%;padding: 5%;}
.prodPage{flex-wrap: wrap;}
.prodPage .prve,
.prodPage .next{width: 100%;text-align: left;}


}

.header2{width: 100%;position: fixed;top: 0;left: 0;z-index: 9999;background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0));}
.header2 .warp{display: flex;justify-content: space-between;align-items: center;height: 100px;width: 100%;}
.h2Logo img{width: auto;height: auto;max-height: 100px;}
.menu{height:100px;line-height:100px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:150px; position:absolute; left:50%; top:100px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);padding:10px 0;display:none;z-index: 9;transform: translateX(-50%);}
.menu ul li dl dd{ line-height:35px;border-bottom:#ddd dotted 1px; margin:0 10px; }
.menu ul li dl dd a{ font-size:12px; color:#666;display:block; padding:0;text-align:center;}
.menu ul li dl dd a:hover{ color:#f60;}
.menu a{ font-size:18px;color:#fff;display:block;text-align:center;padding: 0 20px;}
.menu a:hover{color:#249ad7;}
a.menu_hover{color:#249ad7;}
.h2Tel{color: #fff;font-size: 18px;}

.header2 .warp{position: relative;}
.menu ul li.proMenu{position: initial;}
.menu ul li.proMenu dl{width: 100%;box-sizing: border-box;}
.menu ul li.proMenu dl dd{width: 100%;border: none;display: flex;flex-wrap: wrap;}
.menu ul li.proMenu dl dd .tit{width: 135px;font-weight: bold;}
.menu ul li.proMenu dl dd .tit a{color: #333;font-size: 16px;}
.menu ul li.proMenu dl dd .links{flex: 1;display: flex;flex-wrap: wrap;}
.menu ul li.proMenu dl dd .links a{display: inline-block;padding: 0 20px;font-size: 14px;}


.add1{width: 100%;padding: 100px 0;background: rgba(41,141,193,0.8);}
.add1Tit{text-align: center;font-size: 27px;font-weight: bold;padding-bottom: 10px;margin-bottom: 10px;position: relative;color: #fff;}
.add1Tit:after{position: absolute;left: 50%;transform: translateX(-50%);bottom: 0px;width: 33px;height: 1px;background: #fff;content: "";}
.add1Txt{text-align: center;font-size: 12px;color: #fff;}
.add1Slide{margin-top: 20px;}
.add1Tab{width: 100%;}
.add1Tab ul li{display: inline-block;margin: 5px;}
.add1Tab a{display: inline-block;padding: 12px 25px;background: #fff;border-radius: 40px;color: #666;font-size: 13px;border: 1px solid #fff;}
.add1Tab ul li.on a,
.add1Tab a:hover{background: rgba(41,141,193,0.8);color: #fff;}
.add1Panel{width: 100%;margin-top: 40px;}
.add1Warp {width: 100%;}
.add1Warp .img{width: 48%;}
.add1Warp .img img{width: 100%;height: 100%;object-fit: cover;}
.add1Warp .right{width: 50%;}
.add1List{width: 100%;}
.add1List ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.add1List ul li{width: 48%;margin-bottom: 20px;}
.add1List ul li:nth-child(3),
.add1List ul li:nth-child(4){margin-bottom: 0;}
.add1List .part{display: block;width: 100%;height: 250px;background: #fff;position: relative;overflow: hidden;text-decoration: none;}
.add1List .part .img{position: absolute;right: 0;bottom: 0;width: 60%;height: 60%;display: flex;justify-content: center;align-items: center;}
.add1List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.add1List .part .desc{padding: 30px 20px;box-sizing: border-box;}
.add1List .part .t1{font-size: 16px;color: #333;font-weight: bold;}
.add1List .part .info{font-size: 13px;color: #999;margin-top: 10px;}
.add1List .part:hover .img img{transform: scale(1.2);}
.add1List .part:hover .t1{color: rgba(41,141,193,0.8);}

.add2{width: 100%;padding: 100px 0px;}
.add2Slide{margin-top: 30px;}
.add2Panel{width: 66%;}
.add2Panel .item{width: 100%;height: 100%;}
.add2Img{width: 100%;height: 100%;font-size: 0px;overflow: hidden;display: block;}
.add2Img img{width: 100%;height: 100%;object-fit: cover;}
.add2Img:hover img{transform: scale(1.2);}
.add2Tab{width: 32%;}
.add2Tab ul li{margin-bottom: 20px;}
.add2Tab ul li:last-child{margin-bottom: 0;}
.add2Tab .part{display: block;width: 100%;position: relative;overflow: hidden;}
.add2Tab .part .img{width: 100%;}
.add2Tab .part .img img{width: 100%;}
.add2Tab .part .desc{position: absolute;top: 0;left: 0;padding: 20px;box-sizing: border-box;}
.add2Tab .part .t1{display: inline-block;padding: 10px;background: rgba(255,255,255,0.8);font-size: 14px;color: #666;}
.add2Tab .part:hover .img img{transform: scale(1.2);}
.add2Tab .part:hover .t1{background: #fff;}

.add3{width: 100%;padding: 50px 0px;}
.add3 .add1Tit{color: #fff;}
.add3 .add1Tit:after{background: #fff;}
.add3 .add1Txt{color: #fff;}
.add3List{width: 100%;margin-top: 60px;}
.add3List ul li{float: left;width: 33.3%;padding: 0 10px;margin-bottom: 20px;box-sizing: border-box;}
	.add3List .part {
		display: block;
		width: 100%;
		height: 100%;
		background: #249ad7;
		position: relative;
		transition: 0.3s;
	}
.add3List .part .desc{padding-bottom: 38px;font-size: 14px;color: #fff;}
.add3List .part .t1{transition: 0.6s;line-height: 100px;border-bottom: 1px solid #dfdfdf;width: 90%;margin: auto;height: 100px;overflow: hidden;}
.add3List .part .info{transition: 0.6s;line-height: 22px;height: 66px;width: 90%;margin: auto;margin-top: 15px;overflow: hidden;}
		.add3List .part .more {
			transition: 0.6s;
			width: 90%;
			margin-left: 5%;
			margin-top: 25px;
			width: 116px;
			height: 34px;
			line-height: 34px;
			background: #3bb0ec;
			text-align: center;
			color: #fff;
			display: block;
		}
.add3List .part .img{width: 100%;position: relative;}
.add3List .part .img img{width: 100%;}
.add3List .part .date{position:absolute;right:0;bottom:0;background:#255f7d;width:99px;height:99px;text-align: center;}
.add3List .part .date strong{color:#fff;font-weight:lighter;font-size:26px;text-align:center;margin-top:30px;display: block;font-weight: normal;}
.add3List .part .date span{color:#66accc;font-weight:lighter;font-size:14px;text-align:center;margin-top:5px;}
.add3List .part:hover{background: #249ad7;}
.add3List .part:hover .desc{color: #fff;}
.add3List .part:hover .more{background: #3bb0ec;}


@media only screen and (max-width: 1200px) {
.menu a{padding: 0 10px;}
.h2Tel{font-size: 14px;}
.h2Logo img{max-height:50px;}

}


@media only screen and (max-width: 780px) {
.header2{display: none;}
.header.mobile{display: block;}
.add1Tab a{font-size: 12px;padding: 5px 8px;}
.add1Warp .img{width: 100%;margin-bottom: 20px;}
.add1Warp .right{width: 100%;}
.add1List ul li{width: 100%;margin-bottom: 20px !important;}
.add2Panel{display: none;}
.add2Tab{width: 100%;}
.add3List ul li{width: 100%;}




}


.add1List_1{width: 100%;}
.add1List_1 ul{justify-content: center;}
.add1List_1 ul li{float: left;width: 25%;padding: 0 15px;box-sizing: border-box;margin-bottom: 30px;}
.add1List_1 .part{display: block;width: 100%;overflow: hidden;}
.add1List_1 .part .t1{color: #fff;text-align: center;font-size: 26px;font-weight: bold;}
.add1List_1 .part .img{width: 100%;height: 320px;margin-top: 20px;display: flex;justify-content: center;align-items: center;border-radius: 5px;border: 1px solid #fff;box-sizing: border-box;}
.add1List_1 .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.add2 .wapper{width: 100%;max-width: 1500px;}
.add2List_2{width: 100%;}
.add2List_2 ul li{float: left;width: 25%;padding: 0 15px;box-sizing: border-box;margin-bottom: 30px;}
.add2List_2 .part{display: block;width: 100%;overflow: hidden;}
.add2List_2 .part .t1{color: #fff;text-align: center;font-size: 26px;}
.add2List_2 .part .img{width: 100%;margin-top: 20px;}
	.add2List_2 .part .img img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}

.footer2{width: 100%;background: #333;padding: 50px 0;}
.f2Menu{display: flex;flex-wrap: wrap;margin-bottom: 50px;}
.f2Menu dt{width: auto;margin-right: 15px;}
.f2Menu dd{flex: 1;}
.f2Menu dd a{display: inline-block;margin-right: 20px;margin-bottom: 10px;color: rgba(255,255,255,0.8);font-size: 14px;}
.f2Menu dd a:hover{color: #fff;}
.f2Tit{color: #fff;font-size: 18px;}

.f2Warp .left,
.f2Warp .cet,
.f2Warp .right{width: 30%;}
.f2Warp .f2Menu dd a{display: block;margin-right: 0;margin-bottom: 5px;}

.f2Warp .desc{font-size: 18px;color: rgba(255,255,255,0.8);}
.f2Warp .desc .ewm{float: right;margin-left: 10px;text-align: center;font-size: 14px;}
.wz p a {color: rgba(255,255,255,0.8);}
	.f2Warp .desc .ewm img {
		width: 100px;
	}
.f2Warp .desc .ewm p{padding: 0;}

@media only screen and (max-width: 1200px) {
.add1List_1 .part .t1{font-size: 18px;}
.add1List_1 .part .img{height: 220px;}
.add2List_2 .part .t1{font-size: 18px;}

}



@media only screen and (max-width: 780px) {
.add1List_1 ul li{width: 50%;padding: 0 5px;margin-bottom: 10px;}
.add1List_1 .part .t1{font-size: 16px;}
.add1List_1 .part .img{height: 160px;margin-top: 10px;}
.add2List_2 ul li{width: 50%;padding: 0 5px;margin-bottom: 10px;}
.add2List_2 .part .t1{font-size: 16px;}
.f2Menu{margin-bottom: 20px;}
.f2Menu dt{width: 100%;margin-right: 0;margin-bottom: 15px;}
.f2Menu dd{width: 100%;}
.f2Menu dd a{margin-right: 10px;}
.f2Warp .left, .f2Warp .cet, .f2Warp .right{width: 100%;}
.f2Warp .desc{font-size: 16px;}
.f2Warp .desc .ewm img{width: 80px;}
.f2Warp .f2Menu dt{width: auto;}
.f2Warp .f2Menu dd a{display: inline-block;}



}

.contact_2{width: 100%;padding: 60px 0;margin-top: 178px}
.contact_3{width: 100%;padding: 60px 0;background: #eee;}
.contact_3 .title{padding: 10px 0;border-bottom: 1px solid #333;color: #333;font-size: 26px;margin-bottom: 20px;}
.cont_2Warp{width: 100%;}
.cont_2Warp .img{width: 50%;}
.cont_2Warp .img img{width: 100%;}
.cont_2Warp .desc{width: 46%;}
.cont_2Warp .desc h3{font-size: 26px;color: #333;font-weight: bold;margin-bottom: 20px;}
.cont_2Warp .desc h3 strong{font-size:unset !important;}
.cont_2Warp .info{font-size: 18px;color: #333;}
.cont_2Warp .info .ewm{float: right;margin-left: 10px;text-align: center;font-size: 14px;}
.cont_2Warp .info .ewm img{width: 100px;}
.cont_2Warp .info .ewm p{padding: 0;}
.cont_2Warp .txt{font-size: 14px;color: #333;}

@media only screen and (max-width: 780px) {
.contact_2{margin-top: 60px}
.cont_2Warp .img{margin-bottom: 20px;width: 100%;}
.cont_2Warp .desc{width: 100%;margin-top: 20px;}
.cont_2Warp .desc h3{font-size: 18px;margin-bottom: 10px;}
.cont_2Warp .info{font-size: 16px;}
.cont_2Warp .info .ewm img{width: 80px;}
.contact_3 .title{font-size: 18px;}


}

.solution_1{width: 100%;padding: 60px 0;}
.solution_1 .left{width: 30%;padding: 0 15px;box-sizing: border-box;}
.solution_1 .right{width: 70%;}
.solution_1 .right>ul>li{width: 33.3%;padding: 0 15px;box-sizing: border-box;margin-bottom: 30px;}
.solution_1 .part{display: block;width: 100%;overflow: hidden;}
.solution_1 .part .t1{font-size: 18px;color: #000;}
.solution_1 .part .img{width: 100%;margin-top: 10px;}
	.solution_1 .part .img img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	.solution_1 .part .img1 img {
		width: 100%;
		height: 500px;
		object-fit: cover;
	}

.viewer-open .header2,
.viewer-open .header{z-index:-1;}

@media only screen and (max-width: 1200px) {
.solution_1 ul li{width: 50%;}
}

@media only screen and (max-width: 780px) {
.solution_1 .left{width: 100%;padding: 0;}
.solution_1 .right{width: 100%;margin-top: 20px;}
.solution_1 ul li{padding: 0 5px;margin-bottom: 10px;}
.solution_1 .part .t1{font-size: 16px;}



}


.columnBox{height: 65px;line-height: 65px;border-bottom: 1px solid #ddd;display: flex;justify-content: space-between;align-items: center;margin-bottom: 15px;}
.columnBox h3{font-size: 22px;color: #000;font-weight: normal;text-transform: capitalize;}
.Current{font-size: 14px;color: #666;}
.Current a{color: #666;text-transform: capitalize;}

.pageWarp{width: 100%;margin: 40px 0;}
.pages { cursor: default; font-size: 14px; font-family: Tahoma, Verdana; padding: 10px; text-align: center; }
.pages span { margin: 0 3px; }
.pages span a { color: #666; text-decoration: none; padding: 3px 8px; border: 1px #ddd solid; background: #fff; }
.pages span a:hover { color: #0077a2; border: 1px #0077a2 solid; background: #fff; }
.number { font-size: 14px; color: #666; }
.number { color: #fff; text-decoration: none; padding: 3px 8px; border: 1px #0077a2 solid; background: #0077a2; font-weight: bold; }
.number a:hover { color: #f60; border: 1px #0077a2 solid; }
.pageyc { display: none; }

.mainContent{width: 100%;background: #f6f6f6;padding: 40px 0;}
.mainWarp{width: 100%;/*display: flex;justify-content: space-between;flex-wrap: wrap;*/}
.mainWarp:after{ content:""; display:block; clear:both;}
.mainLeft{width: 280px;margin-right: 20px; float:left; background:#f6f6f6;}
.mainLeft.active{ position:fixed; top:100px;}
.mainRight{width: calc(100% - 300px); float:right;}

.ProMenu{width: 100%;box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);margin-bottom: 20px;}
.ProMenuTitle {
	height: 70px;
	background: #0077a2;
	padding: 0 30px;
	box-sizing: border-box;
	color: #fff;
	font-size: 24px;
	line-height: 70px;
}
.tab_list5{width: 100%;box-sizing: border-box;padding: 7px 10px;}
.tab_list5 ul li:first-child .link{margin-top: 7px;}
.accordion {width: 100%;}
.accordion .link {cursor: pointer;display: block;padding: 10px 20px;color: #555;font-size: 16px;position: relative;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;box-sizing: border-box;background: #eee;margin-top: 7px;}
.accordion .link a{color: #061a39;font-size: 16px;font-weight: 400;text-decoration: none;}
.accordion .link:hover{background: #0077a2;color: #fff;}
.accordion .link:hover a{color: #fff;}
.accordion .link:hover i{color: #fff;}
.accordion li i {position: absolute;top: 10px;left: 12px;font-size: 18px;color: #666;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.accordion li i.icon {right: 12px;left: auto;font-size: 20px;}
.accordion li.open .link {background: #0077a2;color: #fff;}
.accordion li.open a {color: #fff;}
.accordion li.open i {color: #fff;}
.accordion li.open i.icon {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}

.submenu {display: block !important;font-size: 14px;}
.submenu li {border-bottom: 1px dotted #e8e5e5;}
.submenu a {display: block;text-decoration: none;color: #666 !important;padding: 10px;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s 0077a2;transition: all 0.25s ease;padding-left: 20px;}
.submenu a:hover {color: #0077a2 !important;}
.accordion li .submenu li.cur a{background: #0077a2;color: #fff !important;}
/*tab5_____end*/

.ProMenuCont {
	width: 100%;
	background: #0077a2;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}
.ProMenuCont .part{display: block;width: 100%;display: flex;flex-direction: column;justify-content: center;padding: 20px 10px;box-sizing: border-box;text-align: center;}
.ProMenuCont .part .tit{font-size: 16px;color: #fff;}
.ProMenuCont .part .txt{font-size: 25px;color: #fff;font-weight: bold;padding: 10px 0;}
.ProMenuCont .part .more{display: block;margin: 0 auto;background: #fff; border-radius: 30px;color: #022474;font-size: 16px;width: 135px;line-height: 35px;transition: all 0.6s;text-decoration: none;}
.ProMenuCont .part .more:hover{background: rgba(255,255,255,0.6);color: #fff;}
.accordion li.cur a{color: #022474 !important;}

.proList_1{width: 100%;}
.proList_1 li{width: 33.3%;padding: 0 15px;box-sizing: border-box;margin-bottom: 30px;}
.proList_1 .part{display: block;width: 100%;height: 100%;overflow: hidden;background: #fff;}
.proList_1 .part .img{width: 100%; display:block;}
.proList_1 .part .img img{width: 100%;}
.proList_1 .part .desc{width: 100%;padding: 15px;box-sizing: border-box;}
.proList_1 .part .tit{font-size: 16px;color: #333;}
.proList_1 .part .info{font-size: 14px;color: #666;margin-top: 15px;}
.proList_1 .part .info a{display: inline-block;width: 50%;text-align: center;line-height: 30px;background: #000;color: #fff;}
.proList_1 .part .info a.db2{background: #333;}
.proList_1 .part:hover .tit{color: #022474;}
@media only screen and (max-width: 1200px) {
.proList_1 li{width: 50%;}

}

@media only screen and (max-width: 780px) {
.mainLeft{width: 100%;margin-right: 0;margin-bottom: 20px;}
.mainRight{width: 100%;}
.ProMenuCont{display: none;}
.columnBox h3{display: none;}
.Current{width: 100%;}
.columnBox{height: auto;line-height: 45px;}
.proList_1 li{width: 100%;padding: 0;}
.pageWarp{margin: 20px 0;}
}

/*---------------*/
.prod1_1{width: 100%;max-width: 580px;margin: 0 auto;}
.prod1_1 .t1{font-size: 18px;color: #333;margin-bottom: 20px;}
.prod1_1 .warp{width: 100%;margin: 0 auto;}
.prod1_1 .warp .box{position: relative;}
.prod1_1 .swiper-button-next,.prod1_1 .swiper-button-prev{color: #164c8a;}
.prod1_1 .swiper-button-next:after,.prod1_1 .swiper-button-prev:after{font-size: 20px;}
.prod1_1 .swiper-button-next{right: 0;}
.prod1_1 .swiper-button-prev{left: 0;}
.prod1_1 .warp .box .imgBg{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.prod1_1 .warp .box .imgBg img{width:auto; height:auto; max-height:100%; max-width:100%;}
.prodpSwiper .swiper-slide img{transition: 0.5s;}
.prodpSwiper .swiper-slide img:hover{transform: scale(1.1);}
.prodtSwiper{margin-top: 10px;height:100px;}
.prodtSwiper .swiper-slide{border: 1px solid #ddd;box-sizing: border-box;}
.prodtSwiper .swiper-slide-thumb-active img{opacity: 0.6;}
.prodtSwiper .swiper-slide-thumb-active{border: 1px solid #000;}
.prodpSwiper{z-index: 98 !important; height:400px;}
.prodtSwiper .imgBg{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.prodtSwiper .imgBg img{width:auto; height:auto; max-height:100%; max-width:100%;}

.prod2_2{width: 100%;margin-top: 50px;overflow: hidden;font-size: 16px;color: #333;}
.prod2_2 img{max-width: 100%;width: auto;}

.pageRight{position: fixed;right: 5px;bottom: 32%;z-index: 999;}
.pageRight ul li{position: relative; margin:25px 0;}
.pageRight ul li:last-child{display:none !important;}
.pRBtn{width: 60px;height: 60px;position: relative;overflow: hidden;background: #075bbf;cursor: pointer;display: block;}
.pRBtn .txt{color: #fff;font-size: 14px;width: 60px;height: 60px;display: flex;justify-content: center;align-items: center;}
.pRBtn .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;}
.pRBtn .imgTop img{width: 100%;height: 100%;object-fit: cover;}
.pRBtn:hover .imgTop{opacity: 0;}

.pRPanel{position: absolute;right: 50px;top: 0;padding-right:25px;background: url(../images/02index-spri.png) right 15px top 20px no-repeat;display: none;}
.pRPanel .warp{border:1px solid #ccc; border-top:4px solid #ff6800; padding:15px; background:#fff; -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15); box-shadow: 0 3px 8px rgba(0,0,0,.15);min-width: 150px;font-size: 14px;color: #333;}
.pRPanel .warp h4{margin-bottom: 10px;font-size: 16px;color: #000;}
.pRPanel .warp p{padding: 0;}
.pRPanel .ewm{width: 160px;text-align: center;color: #ff6800;font-size: 14px;}
.pRPanel .ewm img{width: 100%;}
.pageRight ul li:hover .pRPanel{display: block;}
.download{width: 100%;max-width: 520px;margin: 0 auto;}
.download .img{width: 100%;}
.download .img img{width: 100%;}
.download .info{font-size: 16px;color: #333;margin-top: 10px;text-align: center;}
.download .downBtn{margin-top: 10px;display: flex;flex-wrap: inherit;}
.download .downBtn a{width: 50%;height: 40px;line-height: 40px;text-align: center;background: #000;font-size: 16px;color: #fff;}
.download .downBtn a.db2{background: #333;}
.download .downBtn a:hover{opacity: 0.8;}

@media only screen and (max-width: 780px) {
.download .downBtn a{font-size: 14px;}
.pRBtn{width: 40px;height: 40px;}
.pRBtn .txt{width: 40px;height: 40px;font-size: 12px}
.pRPanel{padding-right:0;}
}

















