/*header*/
.header{position: fixed;width:100%;z-index: 99999;top:0;transition: all .5s}
.header.active{top:-100%;}
.header.shadow{background:var(--zhu-color);}
.header-box{display: flex;flex-direction: row;justify-content: space-between;}

.h-logo{width:420px;display: flex;transition: all .5s;flex-direction: row;padding:35px 0;}
.h-logo .left{width:62px;}
.h-logo .mid{width:120px;color:#fff;position: relative;padding-left:5px;}
.h-logo .mid .t1{font-size:28px;font-weight: bold;line-height: 1.2}
.h-logo .mid .t2{font-size:12px;text-transform: uppercase;}
.h-logo .mid:after{content:'';position: absolute;width:1px;background: #fff;right:0;top:6px;height: 40px;}
.h-logo .right{width:calc(100% - 180px);padding-left: 25px;color:#fff;font-size:14px;line-height: 52px;}
.h-nav{width: calc(100% - 700px);display: flex;flex-direction: row;justify-content: flex-end;transition: all .5s}
.h-nav li{height: 100%;position: relative;transition: all .5s}
.h-nav li .yiji{color:#fff;font-size: 15px;transition: all .5s;display: inline-block;height: 100%;line-height: 122px;font-weight: 400;padding:0 15px;}
.header.shadow .h-nav li.on{background:#fff;}
.h-nav li.on .yiji{color:var(--zhu-color);font-weight: 700;}
.h-nav li .sublist{position:absolute;width:120px;top:90px;left:-15px;background: rgba(255,255,255,.8);box-shadow:0px 5px 5px 5px rgba(9,9,9,.1);display: none;padding:15px 0;}
.h-nav li .sublist .erji{width:100%;position:relative;padding:10px 0;display: block;}
.h-nav li .sublist .erji:before{content:'';width:3px;background: var(--zhu-color);height: 15px;position: absolute;left:5px;top:13px;opacity: 0;transition: all .5s}
.h-nav li .sublist .erji:after{content:'\e88e';position: absolute;right:10px;color:#333;opacity: 0;top:8px;font-family: 'iconfont';font-size:18px;transition: all .5s}
.h-nav li .sublist .erji p{width:calc(100% - 50px);margin-left: 30px;color:#666;}
.h-nav li .sublist .erji:hover{background: #fff;}
.h-nav li .sublist .erji:hover p{color:var(--zhu-color);}
.h-nav li .sublist .erji:hover:before{opacity: 1}
.h-nav li .sublist .erji:hover:after{opacity: 1}
.h-right{width:150px;display: flex;flex-direction: row;align-items: center;transition: all .5s;padding:35px 0;}
.h-right i{font-size: 26px;color:#fff;margin-right: 5px;float: left;font-weight: lighter;}
.h-right p{color:#fff;font-size:15px;font-weight: bold;}

.h-menu{width:80px;text-align: center;cursor: pointer;display: flex;flex-direction: row;justify-content:center;align-items: center;padding:35px 0;}
.h-menu i{color:#fff;font-size: 35px;line-height: 1}
.h-menu .search{display: block;}
.h-menu .menu{display: none;}
.header.shadow .h-logo{padding:15px 0;}
.header.shadow .h-right{padding:15px 0;}
.header.shadow .h-menu{padding:15px 0;}
.header.shadow .h-nav li .yiji{line-height: 82px}
.header.shadow .h-nav li .sublist{top: 82px}

@media(max-width: 1300px){
	.h-right{display: none;}
	.h-nav{width:calc(100% - 550px);}
}
@media(max-width: 1200px){
	.h-nav{width:calc(100% - 440px);}
	.h-menu{width:50px;}
	.h-logo{width:370px;}
	.h-logo .mid{width:110px;}
	.h-logo .right{width:calc(100% - 160px);padding-left: 15px;}
	
}
@media(max-width: 992px){
	.h-nav{display: none;}
	.h-menu{padding:15px 0;}
	.h-logo{width:calc(100% - 100px);padding:15px 0;}
	.h-menu .search{display: none;}
	.h-menu .menu{display: block;}
}
@media(max-width: 576px){
	.h-menu{width:50px;height: 50px}
	.h-logo{padding:8px;}
	.h-logo .right,.h-logo .mid:after{display: none;}
	.h-logo .left{width:40px;}
	.h-logo .mid .t1{font-size:26px;}
	.h-logo .mid .t2{display: none;}
	.header.shadow .h-logo{padding:8px;}
	.header.active{top:0;}
}

/*pc-drop*/
.pc-drop{position:fixed;top:90px;left: 0;width:100%;background: #f1f2f3;height: 100%;display: none;z-index: 9999}
.pc-drop .box{width:100%;display: flex;flex-direction: row;height: calc(100vh - 90px);}
.pc-drop-left{width:40%;}
.pc-drop-left .sideMenu{padding:30% 30%;width:100%;overflow: hidden;}
.pc-drop-left .yiji{display: flex;flex-direction: row;align-items: center;margin-top: 15px;height: 40px}
.pc-drop-left .yiji span{font-size: 20px;color:#666;margin-right:10px;}
.pc-drop-left .yiji a{width:80px;font-size: 20px;font-weight: bold;color:#333;display: block;}
.pc-drop-left .yiji i{font-size:24px;color:#999;line-height: 1;transform: rotate(-90deg);margin-top: 18px;cursor: pointer;margin-left:15px}
.pc-drop-left .yiji.on a{color:var(--zhu-color);}
.pc-drop-left .yiji a:hover{color:var(--zhu-color);}
.pc-drop-left .yiji.on i{transform: rotate(90deg);margin-top: -14px;color:var(--zhu-color)}
.pc-drop-left .yiji:hover i{color:var(--zhu-color);}

.pc-drop-left ul{display: flex;flex-direction: column;}
.pc-drop-left ul a{color:#999;font-size: 14px;position:relative;margin:5px 30px;transition: all .5s;display: block;}
.pc-drop-left ul a:before{content:'';position: absolute;width:0;height: 2px;background: var(--zhu-color);left:0;top:10px;transition: all .5s}
.pc-drop-left ul a:hover{color:var(--zhu-color);padding-left: 17px;}
.pc-drop-left ul a:hover:before{width:10px;}
.pc-drop-right{width:60%;display: flex;flex-direction: column;justify-content: center;height:100%;align-items: center;}
.pc-drop-right ul{width:300px;margin-top: 30px}
.pc-drop-right ul li{color:#fff;font-size: 16px;line-height: 32px}
.pc-drop-right .ewm{display: flex;flex-direction: row;justify-content: center;margin-top: 30px}
.pc-drop-right .ewm li{margin:0 15px;width:120px;text-align: center;}
.pc-drop-right .ewm li p{color:#fff;padding:5px 0;}
@media(max-width: 992px){
	.pc-drop-left{width:30%;}
	.pc-drop-left .sideMenu{padding:30% 10%;}
	.pc-drop-right{width:70%;}

}
@media(max-width: 768px){
	.pc-drop{top:50px;}
	.pc-drop-left{width:100%;}
	.pc-drop-right{display: none;}
	.pc-drop-left .sideMenu{padding:45px 15px;}
}
@media(max-width: 576px){
	.pc-drop-left .yiji a{font-size: 18px}
}

/*banner*/
.datu{position: relative;z-index: 1}
.banner{width:100%;margin:0 auto;position: relative;overflow: hidden;}
.banner .swiper-slide{position: relative;width:100%;overflow: hidden;}
.banner .swiper-slide .pic{transform: scale(1.1,1.1);transition:all 3s;width:100%;object-fit: cover;height: 788px}
.banner .swiper-slide .pic.on{transform: scale(1,1);}
.banner .swiper-slide .wrapp{position: absolute;left:50%;transform: translateX(-50%);top:0;height: 100%;}
.banner .t1{font-size:50px;font-weight: bold;color:#fff;letter-spacing: 5px;text-align: center;}
.banner .t1 span{display:inline-block;position: relative;}
.banner .t1 span:before{position: absolute;content:'wò　tǔ';font-size:14px;top:-10px;font-weight: normal;font-size:16px;width:100%;text-align: center;}
.banner1,.banner2,.banner3{height:100%;display: flex;flex-direction: column;justify-content: center;padding:0 20%;}
.banner1 .pic1{text-align: left;}
.banner1 .pic2{text-align: right;}

.banner2{padding:0 5%;text-align: center;}
.banner2 .pic1{}
.banner1 .txt1,.banner2 .txt1,.banner3 .txt1{color:rgba(255,255,255,.5);font-family: 'siyuan';font-size:15px;font-weight: lighter;text-transform: uppercase;margin-top: 5px;text-align: center;}
.banner3{padding:0 5%;text-align: center;}
.banner3 .txt1{font-size:15px;color:#fff;}
.banner .page-cirle{bottom: 100px;width: 94px;height: 94px;z-index: 22;--bs-progress-bg:none;--bs-progress-bar-bg:none;}
.banner .page-cirle:before{position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border-radius: 100%;border: 1px solid rgba(255,255,255,.5); content: "";}
.banner .page-cirle > span{position: absolute;top: 0;width: 50%;height: 100%;z-index: 1;overflow: hidden;}
.banner .page-cirle .progress-left{left: 0;display: none;}
.banner .page-cirle .progress-bar{position: absolute;top: 0;width: 100%;height: 100%;border: 1px solid var(--zhu-color);box-sizing: border-box;}
.banner .page-cirle .progress-left .progress-bar{left: 100%;border-top-right-radius: 80px;border-bottom-right-radius: 80px;
border-left: 0; -webkit-transform-origin: center left;transform-origin: center left;}
.banner .page-cirle .progress-right{right: 0;display: none;}
.banner .page-cirle .progress-right .progress-bar{left: -100%;border-top-left-radius: 80px;border-bottom-left-radius: 80px;border-right: 0;
-webkit-transform-origin: center right;transform-origin: center right;animation: loading-1 2.5s linear  forwards;}
.banner .page-cirle .progress-left .progress-bar{animation: loading-2 2.5s linear forwards 2.5s; }
.banner .page-cirle.on .progress-left,.banner .page-cirle.on .progress-right{display: block;}
.dwzycenter{position: absolute;left: 50%;transform: translateX(-50%);}
.dwsxcenter{position: absolute;top: 50%;transform: translateY(-50%);}
.mflex_center{display: flex;justify-content: center;align-items: center;}
.dwcenter{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.trans{transition: all .5s}
.banner .swiper-pagination{height: 1em;color: #fff;}
.banner .swiper-pagination ul{position: relative;height: 1.5em;width: 20px; text-align: left; overflow: hidden;}
.banner .swiper-pagination ul li{position: absolute;left: 0px;bottom: 0;width: 100%;line-height: 1em; font-size: 16px}
.banner .swiper-pagination .total{display: block;width: 20px;text-align: right;font-size: 16px}
.banner .swiper-pagination .line{width: 8px;height: 1px;margin: 0 8px;background: #fff;}
.banner .paeg-bann{z-index: 11;width:90%;position: absolute;bottom:45%;left:50%;transform: translateX(-50%);}
.banner .paeg-bann .next{right: -4px;cursor: pointer;}
.banner .paeg-bann .prev{left: -4px;cursor: pointer;}
.banner .paeg-bann .next .line,.banner .paeg-bann .prev .line{width:60px;height: 2px;background: #fff;}
.banner .paeg-bann .prev .line{margin-left: -14px;}
.banner .paeg-bann .next .iconfont{margin-left: -16px;font-size: 60px;line-height: 1em;color: rgba(255,255,255,.5);}
.banner .paeg-bann .prev .iconfont{font-size: 22px;line-height: 1em;color: rgba(255,255,255,.5);font-size: 60px;}

.banner .paeg-bann .next:hover .line,.banner .paeg-bann .prev:hover .line{background: var(--pei-color);}
.banner .paeg-bann .next:hover .iconfont,.banner .paeg-bann .prev:hover .iconfont{color: var(--pei-color);}
.banner .scorll{bottom:40px;height: 1em;color: #fff;z-index: 22;}
.banner .scorll .iconfont{margin:3px 10px 0 0;font-size: 30px;line-height: 1em;transition: all .5s}
.banner .scorll:hover{color: var(--pei-color);}


@keyframes loading-1{
0%{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
100%{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
}

@keyframes loading-2{
0%{ -webkit-transform: rotate(0deg); transform: rotate(0deg);}
100%{-webkit-transform: rotate(180deg); transform: rotate(180deg);}
}
 @keyframes fadenum{
   0%{-webkit-transform:rotate(0deg);}
   		 
	50%{-webkit-transform:rotate(180deg);}

	100%{-webkit-transform:rotate(360deg);}
}
@media(max-width: 1200px){
	.banner .swiper-slide .pic{height: 700px}
	.banner1,.banner2,.banner3{padding:0 15px;}
	.banner .t1{font-size:40px;}
}
@media(max-width: 992px){
	.banner .swiper-slide .pic{height: 600px}
	.banner .t1{font-size:30px;}
	.banner1 .txt1,.banner2 .txt1, .banner3 .txt1{font-size:12px;}
	.banner .t1 span:before{font-size:12px;}
	
}
@media(max-width: 768px){
	.banner .page-cirle{display: none;}
	/*.banner .paeg-bann{display: none;}*/
	.banner .swiper-slide .pic{height: 500px}
	
	.banner .t1{font-size:24px;}
	.banner .t1 span:before{display: none;}
	.datu.wap .banner{height:100vh}
	.datu.wap .banner .swiper-slide .pic{height: 100%}
	.datu.wap .banner .banner3 .t1{font-size:26px;}
	.datu.wap .banner .banner1 .t1{font-size:26px;}
	.datu.wap .banner .banner2 .t1{font-size:26px;}


}


@media(max-width: 576px){
	.banner .scorll{bottom:50px;}
	.banner .swiper-pagination .line{width:5px;margin:0 4px;}
	.banner .swiper-slide .pic{height: 300px}
	.banner .paeg-bann{display: none;}
	/*.banner .t1{font-size:16px;}*/
}


/*ititle*/
.ititle{position: relative;}
.ititle .t1{font-size:50px;color:#eef0f4;font-family: Arial;font-weight: 900;text-transform: uppercase;line-height: 1;}
.ititle .t2{font-size:34px;font-weight: bold;color:#212121;position: absolute;top:20px;left:0;}
.ititle .t3{font-size:16px;color:#666666;margin-top: 25px}
@media(max-width: 576px){
	.ititle .t1{font-size:45px;}
	.ititle .t2{font-size:28px;}
	.ititle .t3{font-size:13px;}
}


/*更多*/
.gengduo{width:172px;border-bottom: solid 1px #c6c6c6;display: block;height: 50px;}
.gengduo small{color:#333;float: left;line-height: 50px;font-size:14px;}
.gengduo span{width:50px;height: 50px;display: block;float: right;position: relative;line-height: 55px;text-align: center;}
.gengduo span i{color:var(--zhu-color);font-size:25px;transition: all .5s;line-height: 1;z-index: 2;position: relative;}
.gengduo span:before{content:'';position: absolute;width:0;height: 0;border-radius: 50%;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--zhu-color);transition: all .5s}
.gengduo:hover span:before{width:100%;height: 100%;}
.gengduo:hover span i{color:#fff;}
@media(max-width: 768px){
	.gengduo{width:100px;height: 30px;}
	.gengduo small{font-size:12px;line-height: 30px;}
	.gengduo span{width:30px;height: 30px;line-height: 30px;}
	.gengduo span i{font-size:16px;}
}

/*inews*/
.inews{padding: 40px 0;background:#f4f8fa;overflow: hidden;}
.inews-hd{padding: 20px 0;}
.inews-bd{margin-top: -50px;z-index: 1;position: relative;}
.inews-bd .hd ul{display: flex;flex-direction: row;justify-content: flex-end;}
.inews-bd .hd li{font-size:20px;font-weight: bold;color:#d6d6d6;margin-left: 30px;cursor: pointer;}
.inews-bd .hd li.on{color:var(--zhu-color);}
.inews-bd .bd{margin-top: 20px;padding-top: 15px;}
.inews-bd .hdd{display: flex;flex-direction: row;justify-content: space-between;width:100%;}
.inews-bd .hdd .left{background:#fff;width:calc(50% - 15px);padding:25px;display: flex;flex-direction: column;position: relative;transition: all .5s}
.inews-bd .hdd .left:after{content:'';position:absolute;width:0;height: 2px;background:var(--zhu-color);bottom:0;left:0;transition: all .5s}
.inews-bd .hdd .left .img{padding-bottom: 50%;}
.inews-bd .hdd .left .img img{object-fit: contain}
.inews-bd .hdd .txt{padding:30px 0 5px;display: flex;flex-direction: row;justify-content: space-between;}
.inews-bd .hdd .txt .lt{width:110px;background:url(../images/logo.png) right 40px no-repeat;display: flex;flex-direction: column;align-items: center;padding-top: 15px;}
.inews-bd .hdd .txt .lt b{font-size:30px;color:#999999;}
.inews-bd .hdd .txt .lt span{font-size:14px;color:#444444;}
.inews-bd .hdd .txt .rt{width:calc(100% - 120px);}
.inews-bd .hdd .txt .rt .t1{font-size:18px;color:#444444;}
.inews-bd .hdd .txt .rt .t2{font-size:12px;color:#999999;line-height: 26px;margin-top: 5px;-webkit-line-clamp:2;}
.inews-bd .hdd .txt .rt span{width:130px;height: 35px;line-height: 35px;text-align: center;color:#fff;background:var(--zhu-color);font-size:12px;margin-top: 15px;display: block;float: left;transition: all .5s}
.inews-bd .hdd .left:hover{box-shadow: 0 0 15px #ddd;}
.inews-bd .hdd .left:hover:after{width:100%;}
.inews-bd .hdd .left:hover .txt .rt span{border-radius: 5px;}
.inews-bd .hdd .right{width:calc(50% - 15px);}
.inews-bd .hdd .right a{display: flex;flex-direction: row;position: relative;background:#fff;margin-bottom:23px;padding:25px 25px 15px;transition: all .5s}
.inews-bd .hdd .right a:after{content:'';position:absolute;width:0;height: 2px;background:var(--zhu-color);bottom:0;left:0;transition: all .5s}
.inews-bd .hdd .right a .rt{padding-bottom: 3vw}
.inews-bd .hdd .right a .rt .t1{font-size:16px;}
.inews-bd .hdd .right a:nth-child(3){margin-bottom:0;}
.inews-bd .hdd .right a:hover:after{width:100%;}
.inews-bd .hdd .right a:hover{box-shadow: 0 0 15px #ddd;}
.inews-bd .bdd{text-align: center;padding:35px 0;}
.inews-bd .bdd a{margin:0 auto;}
/*.inews-bd .bdd a{border:solid 1px #d6d6d6;border-radius: 30px;padding:8px 30px;display: inline-block;color:#d6d6d6;transition: all .5s}
.inews-bd .bdd a:hover{background:var(--zhu-color);color:#fff;border:solid 1px var(--zhu-color);}*/
@media(max-width: 1200px){
	.inews-bd .hdd .txt .lt{background:url(../images/logo.png) right 25px no-repeat;padding-top: 0;background-size:100% auto}
	.inews-bd .hdd .right a .rt{padding-bottom: 2vw}
}
@media(max-width: 992px){
	.inews-bd .hdd .txt .lt{width:80px; }
	.inews-bd .hdd .txt .rt{width:calc(100% - 95px);}
	.inews-bd .hdd .right a .rt{width:calc(100% - 95px);padding-bottom: 1vw}

}
@media(max-width: 768px){
	.inews-bd{margin-top: 15px}
	.inews-bd .hd ul{justify-content: center;}
	.inews-bd .hdd{flex-direction: column;}
	.inews-bd .hdd .left,.inews-bd .hdd .right{width:100%;}
	.inews-bd .hdd .left{margin-bottom:15px;}
	.inews-bd .hdd .right a{margin-bottom: 15px;}
}
@media(max-width: 576px){
	.inews{padding:15px 0 0;}
	.inews-bd .hd li{font-size:24px;margin:0 15px;}
	.inews-bd .hdd .left{padding:15px;}
	.inews-bd .hdd .txt .lt{width:50px;}
	.inews-bd .hdd .txt .lt b{font-size:24px;}
	.inews-bd .hdd .txt .lt span{font-size:12px;}
	.inews-bd .hdd .txt .rt{width:calc(100% - 60px);}
	.inews-bd .hdd .txt .rt .t1{font-size:14px;}
	.inews-bd .hdd .right a{padding:15px;}
	.inews-bd .hdd .right a .rt{width:calc(100% - 60px);}
	.inews-bd .hdd .right a .rt .t1{font-size:14px;}
}

/*icom*/
.icom{padding:50px 0;background:url(../images/icom-bg.jpg) center bottom no-repeat;}
.icom .container-fluid{display: flex;flex-direction: row;justify-content: space-between;}
.icom-left{width:574px;background:url(../images/icom-left.jpg) 5px center no-repeat;/*background-attachment: fixed;*/height: 100%;background-size: 100% 100%; animation: toBig 20s linear 2s infinite alternate;overflow:hidden;}
.icom-mid{display: none;}
.icom-right{width:calc(100% - 600px);}
.icom-right .t1{font-size:28px;margin:5px 0;}
.icom-right .t2{font-size:38px;font-weight: bold;margin:5px 0;}
.icom-right .t3{font-size:16px;color:#666666;line-height: 30px;-webkit-line-clamp:4;margin:20px 0;}
.icom-right ul{display: flex;flex-direction: row;justify-content: space-around;padding:15px 30px;}
.icom-right ul a{width:100px;border:solid 1px #b3b3b3;color:#b3b3b3;border-radius: 5px;padding:15px;text-align: center;display: flex;flex-direction: column;align-items: center;height: 100px;transition: all .5s}
.icom-right ul a i{font-size:50px;line-height: 1}
.icom-right ul a span{font-size:14px;margin-top: 5px;}
.icom-right ul a:hover{background:var(--zhu-color);color:#fff;} 
.icom-right .gengduo{margin-top: 25px;float: right;}

@media(max-width: 1200px){
	.icom-left{width:500px;}
	.icom-right{width:calc(100% - 530px);}
	.icom-right ul{padding:15px 0;}
	.icom-right .t1{font-size:24px;}
	.icom-right .t2{font-size:28px;}
	.icom-right .t3{margin:15px 0;}
	.icom-right ul a{width:80px;padding:10px;height: 80px;}
	.icom-right ul a i{font-size:40px;}

}
@media(max-width: 992px){
	.icom-left{width:300px;background:url(../images/icom-left.jpg) -100px center no-repeat;background-attachment: fixed;background-size: 100% auto}
	.icom-right{width:calc(100% - 330px);}
	.icom-right ul{padding:15px 0;}
	.icom-right .t1{font-size:20px;}
	.icom-right .t2{font-size:22px;}
	.icom-right .t3{margin:15px 0;font-size:14px;line-height: 2}
	.icom-right ul a{width:80px;padding:10px;height: 80px;}
	.icom-right ul a i{font-size:35px;}
	.icom-right ul a span{margin-top: 0}

}
@media(max-width: 768px){
	.icom-left{width:450px;margin:0 auto;background:url(../images/icom-left.jpg) center no-repeat;background-attachment: fixed;background-size: cover}
	.icom-right{width:100%;}
	.icom .container-fluid{flex-direction: column;}
}
@media(max-width: 576px){
	.icom-left{width:260px;margin:0 auto;background:url(../images/icom-left.jpg)  center no-repeat;background-attachment: fixed;background-size: cover;display: none;}
	.icom-mid{display: block;width:260px;margin:0 auto;}
	.icom-right{margin-top: 25px;padding-bottom: 30px;}
	.icom-right ul a{width:65px;padding:5px;height: auto;}
	.icom-right ul a i{font-size:30px;}
	.icom-right ul a span{font-size:12px;}
}

@keyframes toBig{
  from {background-size: 100% 100%}
  to {background-size: 150% 150%}
}

/*idata*/
.idata{background:url(../images/idata-bg.jpg) center no-repeat; background-attachment: fixed;}
.idata ul{width:100%;display: flex;flex-direction: row;justify-content: space-between;flex-wrap:wrap;}
.idata ul li{width:20%;display: flex;flex-direction: column;align-items: center;position: relative;color:#fff;padding:50px 0;}
.idata ul li:after{content:'';position: absolute;right:0;width:1px;height: 104px;background:#fff;top:29%;}
.idata ul li:last-child:after{display: none;}
.idata ul li .hd{width:100%;text-align: center;}
.idata ul li .hd b{font-size:60px;}
.idata ul li .hd span{font-size:14px;padding-left: 10px}
.idata ul li .bd{font-size:18px;color:#fff;line-height: 1}
@media(max-width: 1200px){
	.idata ul li .hd b{font-size:40px;}
}
@media(max-width: 992px){
	.idata ul li .hd b{font-size:30px;}
	.idata ul li .bd{font-size:12px;}
	.idata ul li:after{height: 80px;top:28%;}
}
@media(max-width: 768px){
	.idata ul li .hd b{font-size:22px;}
}
@media(max-width:576px){
	.idata ul{justify-content: center;}
	.idata ul li{width:33%;}
	.idata ul li:nth-child(3):after{display: none;}
	.idata ul li:nth-child(n+4){width:50%;}
	.idata ul li .hd span{font-size:18px;}
	.idata ul li .bd{font-size:16px;}
	.idata ul li .hd b{font-size:28px;}
}

/*ipro*/
.ipro{padding:50px 0;overflow:hidden;}
.ipro-bd{display: flex;flex-direction: row;justify-content: space-around;margin-top: 55px;position: relative;}
.ipro-bd .hd{width:230px;padding-bottom: 240px;}

.ipro-bd .hd ul li{width:100%;height: 84px;font-size:18px;color:#121212;cursor: pointer;line-height: 84px;text-align: center;position: relative;}
.ipro-bd .hd ul li span{position: relative;z-index: 1}
.ipro-bd .hd ul li:after{content:'';position: absolute;width:calc(100% + 400px);right:0;top:0;height: 84px;background:none;}
.ipro-bd .hd ul li:hover span,.ipro-bd .hd ul li.on span{color:#fff;font-weight: bold;}
.ipro-bd .hd ul li:hover:after,.ipro-bd .hd ul li.on:after{background:var(--zhu-color);}
.ipro-bd .bd{width:calc(100% - 260px);margin-left: 30px;}
.ipro-bd .hd ul a{font-size:16px;color:#282828;text-transform: uppercase;width:100%;display: block;text-align: center;height: 84px;line-height: 84px;}
.ipro-bd .hd ul a:hover{color:var(--zhu-color);}
.ipro-bd .bd{margin-top: 60px;}
.ipro-bd .bd ul{position: relative;width:100%;height: 100%}
.ipro-bd .bd ul .bg{position:absolute;bottom:0;left:0;width:1400px;}
.ipro-bd .bd ul .bg img{width:100%;object-fit: cover;}
.ipro-bd .bd ul .content{overflow: hidden;width:95%;margin-left: 5%;}
.ipro-bd .bd ul .content a{display: flex;flex-direction: column;padding:15px;background:#f4f4f4;transition: all .5s;border:solid 1px transparent;}
.ipro-bd .bd ul .content a .img{padding-bottom: 127%}
.ipro-bd .bd ul .content a .img img{transition: all .5s}
.ipro-bd .bd ul .content a p{font-size:16px;color:#212121;padding:0 10px;text-align: center;margin-top: 15px}
/*.ipro-bd .bd ul .content a:hover{border:solid 1px var(--zhu-color);border-radius: 5px;}*/
.ipro-bd .bd ul .content a:hover p{color:var(--zhu-color);}
.ipro-bd .bd ul .content a:hover img{transform: scale(1.05,1.05);}
.ipro-bd .btnn{width:230px;flex-direction: row;display: flex;justify-content: center;position: absolute;left:0;bottom:60px;}
.ipro-bd .btnn i{font-size:50px;color:#e6e6e6;}
.ipro-bd .btnn i:hover{color:#a1a1a1;}
@media(max-width: 1200px){
	.ipro-bd .bd{margin-top: 0}
}
@media(max-width: 992px){
	.ipro-bd{flex-direction: column;}
	.ipro-bd .hd{width:100%;padding-bottom:100px;}
	.ipro-bd .hd ul{width:100%;height: 50px;}
	.ipro-bd .hd ul li{width:25%;float: left;height: 100%;line-height: 50px;}
	.ipro-bd .hd ul li:after{width:100%;height: 100%;}
	.ipro-bd .hd ul a{width:25%;float: right;height: 100%;line-height: 50px;text-align: right;}
	.ipro-bd .bd{width:100%;margin-left: -15px;}
	.ipro-bd .bd ul{padding-bottom: 60px;}
	.ipro-bd .bd ul .content{width:calc(100% - 30px);margin-left: 30px}
	.ipro-bd .btnn{top:60px;width:100%;}
}

@media(max-width: 576px){
	.ipro{padding:30px 0;}
	.ipro-bd{margin-top: 30px;}
	.ipro-bd .hd{}
	.ipro-bd .hd ul{height: 36px;}
	.ipro-bd .hd ul li{font-size:14px;font-weight: normal;line-height:36px;}
	.ipro-bd .hd ul a{font-size:12px;line-height: 36px;}
	.ipro-bd .hd ul li.on{font-weight: normal;}
	.ipro-bd .bd{width:calc(100% + 30px);}
	.ipro-bd .bd ul .content{padding:30px 60px 0;margin-left: 0;width:100%;}
	.ipro-bd .bd ul .content a{padding:10px;}
	.ipro-bd .bd ul .content a p{font-size:14px;}
	.ipro-bd .btnn{top:45px;height: 50px;}
	.ipro-bd .bd ul .bg{top:0;}

}

/*ixm*/
.ixm-hd .ititle{text-align: center;}
.ixm-hd .ititle .t2{width:100%;}





/*chanye*/
.chanye{overflow: hidden;position: relative;margin-top: 55px;}
.chanyeBig{height: 750px;overflow: hidden;}
.chanyeBig .swiper-slide{position: relative;}
.chanyeBig .bg{width:100%;height: 100%;position: relative;}
.chanyeBig .bg:after{width:100%;height: 100%;position: absolute;top:0;left:0;background: rgba(85,155,71,.2);content:'';}

.chanyeBig .bg img{width:100%;height: 100%;object-fit: cover;}
.chanyeBig .txt{width:100%;position: absolute;top:0;height:100%; color:#fff;text-align: center;padding:140px 0;}
.chanyeBig .txt .wrap{padding:0 9vw;}
.chanyeBig .txt .t1{font-size:40px;font-weight: bold;}
.chanyeBig .txt .t2{font-size:18px;line-height: 30px;margin-top: 35px;-webkit-line-clamp:4;}

.chanyeSmall{position: absolute;bottom:0;left:0;width:100%;height: 100%;}
.chanyeSmall .wrap{height: 100%;}
.chanyeSmall .chanyeSmallBox{height: 100%;}
.chanyeSmall .swiper-slide{position: relative;cursor: pointer;border-right:solid 1px rgba(255,255,255,.3);}
.chanyeSmall .swiper-slide .hd{height: 100%;display: flex;flex-direction: column;justify-content: center;position: absolute;color:#fff;align-items: center;padding:15px;width:100%;opacity: 1}
.chanyeSmall .swiper-slide .hd .t1{font-size:24px;}
.chanyeSmall .swiper-slide .hd .t2{font-size:16px;text-transform: uppercase;}
.chanyeSmall .swiper-slide .bd{background-image: linear-gradient(to bottom,transparent,var(--zhu-color));position: absolute;top:0;left:0;height: 100%;flex-direction: column;color:#fff;padding:0 2vw;justify-content: center;width:100%;overflow: hidden;opacity: 0;display: flex;}
.chanyeSmall .swiper-slide .bd .t1{font-size:30px;transform: translateX(-50%);opacity: 0;transition: all .4s}
.chanyeSmall .swiper-slide .bd .pic{margin:15px 0;transform: translateX(-50%);opacity: 0;transition: all .5s}
.chanyeSmall .swiper-slide .bd .pic img{/*transform:rotate(-45deg);*/width:40px;opacity: 0.5}
.chanyeSmall .swiper-slide .bd .t2{font-size:16px;line-height: 2;transform: translateX(-50%);opacity: 0;transition: all .6s}
.chanyeSmall .swiper-slide .bd .gengduo{margin-top: 3vw;}
.chanyeSmall .swiper-slide .bd .gengduo small{color:#fff;}
.chanyeSmall .swiper-slide .bd .gengduo span i{color:#fff;}
.chanyeSmall .swiper-slide .bd .gengduo:hover span i{color:#fff;}
/*.chanyeSmall .swiper-slide .bd .more{width:175px;height: 50px;border-radius: 30px;display: flex;flex-direction: row;background:var(--pei-color);color:#fff;align-items: center;justify-content: center;margin-top: 3vw;transform: translateX(-50%);opacity: 0;transition: all .7s}*/
/*.chanyeSmall .swiper-slide .bd .more span{font-size:16px;}
.chanyeSmall .swiper-slide .bd .more img{width:20px;margin-left: 10px;}
.chanyeSmall .swiper-slide .bd .more:hover{background:var(--zhu-color);}*/
.chanyeSmall .swiper-slide:hover .bd,.chanyeSmall .swiper-slide-thumb-active .bd{opacity: 1}
.chanyeSmall .swiper-slide:hover .bd .t1,.chanyeSmall .swiper-slide-thumb-active .bd .t1{transform: translateX(0);opacity: 1}
.chanyeSmall .swiper-slide:hover .bd .t2,.chanyeSmall .swiper-slide-thumb-active .bd .t2{transform: translateX(0);opacity: 1}
.chanyeSmall .swiper-slide:hover .bd .pic,.chanyeSmall .swiper-slide-thumb-active .bd .pic{transform: translateX(0);opacity: 1}
.chanyeSmall .swiper-slide:hover .bd .more,.chanyeSmall .swiper-slide-thumb-active .bd .more{transform: translateX(0);opacity: 1}
.chanyeSmall .swiper-slide:hover .hd,.chanyeSmall .swiper-slide-thumb-active .hd{opacity: 0}

@media(max-width: 1600px){

}

@media(max-width: 1400px){

}
@media(max-width: 1200px){
 	.chanyeBig{height: 700px}
}
@media(max-width: 992px){
	.chanyeBig{height: 600px}
	.chanyeBig .txt{padding:100px 0;}
	.chanyeBig .txt .t1{font-size:30px;}
	.chanyeBig .txt .t2{font-size:16px;}
}
@media(max-width: 768px){
	.chanyeBig{height: 500px}
	.chanyeBig .txt{padding:80px 0;}
	.chanyeBig .txt .t1{font-size:26px;}
	.chanyeBig .txt .t2{font-size:14px;}
}
@media(max-width: 576px){
	.chanye{margin-top: 35px}
	.chanyeBig{height: 400px}
	.chanyeBig .txt{padding:50px 0;}
	.chanyeBig .txt .t1{font-size:18px;}
	.chanyeBig .txt .t2{font-size:12px;-webkit-line-clamp:3;line-height: 2;margin-top: 20px;}
	.chanyeSmall .swiper-slide .hd .t1{font-size:18px;}
	.chanyeSmall .swiper-slide .hd .t2{font-size:12px;}
	.chanyeSmall .swiper-slide{padding:30px 0;}
	.chanyeSmall .swiper-slide .bd .t1{font-size:14px;}
	.chanyeSmall .swiper-slide .bd .t2{font-size:12px;}
	.chanyeSmall .swiper-slide .bd .pic img{width:30px;}

}





/*footer*/
.footer{background: #232126;overflow: hidden;}
.f-hd{display: flex;flex-direction: row;padding:70px 0;}
.f-hd .left{width:40%;}
.f-hd .left .t1{font-size:20px;color:#999999;}
.f-hd .left .t2{font-size:40px;color:#aeadad;}
.f-hd .left .wx{width:50px;position: relative;}
.f-hd .left .wx .hd{width:50px;height: 50px;background:url(../images/f-wx-icon1.png);}
.f-hd .left .wx .bd{width:120px;padding:5px;background:#fff;display: none;position: absolute;left:60px;top:0;}
.f-hd .left .wx .bd img{width:100%;}
.f-hd .left .wx .bd p{text-align: center;font-size:14px;padding:5px;}
.f-hd .left .wx:hover .hd{background:url(../images/f-wx-icon2.png);}
.f-hd .left .wx:hover .bd{display: block;}
.f-hd .right{width:60%;}
.f-hd .right .hd{display: flex;flex-direction: row;justify-content: space-between;}
.f-hd .right .hd li{width:48%;display: flex;flex-direction: column;}
.f-hd .right .hd b{font-size:18px;color:#aeadad;margin-bottom:10px;}
.f-hd .right .hd p{font-size:14px;color:#595959;line-height: 28px;}
.f-hd .right .bd{display: flex;flex-direction: column;margin-top: 50px}
.f-hd .right .bd b{font-size:18px;font-weight: bold;color:#aeadad;}
.f-hd .right .bd form{border:solid 2px #605f62;display: flex;flex-direction: row;margin-top: 10px;}
.f-hd .right .bd .search_btn{width:145px;height: 48px;background:var(--zhu-color);color:#fff;text-align: center;line-height: 48px;border:none;}
.f-hd .right .bd .search_text{width:calc(100% - 145px);height: 48px;padding:0 22px;line-height:48px;background: #3e3e42;color:#fff;}
.f-bd{padding:15px 0;color:#595959;text-align: center;border-top:solid 1px #595959;font-size:12px;}
.f-bd a{display: inline-block;color:#595959;}
.f-bd a:hover{color:#fff;}
@media(max-width: 992px){
	.f-hd .left{width:30%;}
	.f-hd .left .t1{font-size:16px;}
	.f-hd .left .t2{font-size:30px;}
	.f-hd .right{width:70%;}
}
@media(max-width: 768px){
	.f-hd{flex-direction: column;}
	.f-hd .left{width:100%;}
	.f-hd .right{width:100%;margin-top: 30px;}
}
@media(max-width: 576px){
	.footer{margin-bottom:50px;}
	.f-hd{padding:45px 0;}
	.f-hd .right .hd{flex-direction: column;}
	.f-hd .right .hd li{width:100%;margin-top: 15px;}
	.f-hd .right .bd .search_text{width:calc(100% - 100px);}
	.f-hd .right .bd .search_btn{width:100px;}
}

/*position*/
.position{overflow: hidden;/*box-shadow: 0 5px 10px #ddd;*/border-bottom:solid 1px #e4e5e5;}
.position .container{padding:0 15px;}
.p-left{width:70%;float: left;position: relative;}
.p-left-pro:before{content:'';position: absolute;height: 100%;background:var(--zhu-color);width:1000px;top:0;left:-900px;}
.p-left a{height: 60px;line-height: 60px;display: block;float: left;color:#333;font-size: 18px;position: relative;transition: all .5s;padding:0 30px;}

.p-left a:hover,.p-left a.on{color:#fff;font-weight: bold;background:var(--zhu-color);}
.p-left .back{display: inline;}
.p-left .back i{color:#fff;font-size:40px;transition: all .5s}
.p-left .back:hover{font-weight: normal;}
.p-left .back:hover i{color:var(--pei-color);}
.p-right{width:30%;float: right;display: flex;flex-direction: row;justify-content: flex-end;align-items: center;height: 60px;}
.p-right i{color:#444444;font-size:24px;margin-right: 10px;}
.p-right p{color:#666666;}
.p-right p a{color:#666666;display: inline-block;}
.p-right p a:hover{color:var(--zhu-color);}


@media(max-width: 1400px){
	.position .container{padding:0;}
	.p-right{height: 50px;}
	.p-left a{padding:0 20px;}
	.p-left-pro:before{left:-920px;}
}
@media(max-width: 992px){
	.position .container{display: flex;flex-direction: column-reverse;}
	.p-left{width:100%;}
	.p-right{width:100%;justify-content: flex-start;}
}
@media(max-width: 768px){
	.p-left .back{display: none;}
	.p-left:before{display: none;}
	.p-left a{padding:0 15px;font-size:14px;height: 45px;line-height: 45px;}
}
@media(max-width: 576px){
	.p-left a{height: 40px;line-height: 40px;font-size: 17px;padding:0 13px;}
	.p-right{display: none;}
	.p-right i{font-size: 16px;}
	.p-right p{font-size: 12px;}
}



.dot{position: relative;float: left;}
.dot em{width:16px;height: 16px;display: inline-block;border-radius: 50%;}
.dot .d1 {
  background: rgba(85, 155, 71, 0.5);
  animation: dot1 2s linear infinite;
}
.dot .d2 {
  background: var(--zhu-color);
  animation: dot2 2s linear infinite;
}

.main{position: relative;width:100%;z-index: 2;background: #fff;overflow: hidden;}
.main::-webkit-scrollbar{width:0;}
/*news-title*/
.news-title{display: flex;flex-direction:row;justify-content: space-between;padding:30px 0px;}
.news-title .left{width:calc(100% - 200px);position: relative;/*padding-bottom: 30px;*/overflow: hidden;}
.news-title .left .en{font-size:50px;color:#eef0f4;text-transform: uppercase;font-weight: 900;opacity: 0.5;line-height: 1;font-family: arial;}
.news-title .left .cn{font-size:34px;color:#212121;font-weight: bold;top:20px;left:0;position: absolute;}
.news-title .left .dot{margin-top: 30px;}
.news-title .right{width:150px;display: flex;flex-direction: column;justify-content: center;}
.news-title .right .gengduo{width:100%;}
@keyframes dot1 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(16px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes dot2 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-16px);
  }
  100% {
    transform: translateX(0px);
  }
}
/*.news-title .right a{padding:8px 30px;border:solid 1px #d6d6d6;color:#d6d6d6;border-radius: 30px;display: inline-block;}
.news-title .right a:hover{background: var(--zhu-color);color:#fff;border:solid 1px ;}*/
@media(max-width: 1400px){
	.news-title{padding:25px 0;}
}
@media(max-width: 1200px){
	.news-title .left .en{font-size:40px;}
	.news-title .left .cn{font-size:30px;}
}
@media(max-width: 992px){
	.news-title .left .en{font-size:30px;}
	.news-title .left .cn{font-size:25px;}
}
@media(max-width: 576px){

	.news-title .left{padding:0;}
	.news-title .left .en{display: none;}
	.news-title .left .cn{position: relative;top:0;font-size:22px;}
	.news-title .right{width:100px;}
	.news-title .left .dot{margin-top: 15px;}

}

/*news-part1-hd*/
.news-part1{margin-top: 25px;padding-bottom: 60px}
.news-part1-bd{overflow: hidden;}
.news-part1-bd a{width:100%;display: block;}
.news-part1-bd a .hd{position: relative;}
.news-part1-bd a .hd .img{padding-bottom: 63.6%}
.news-part1-bd a .hd .img img{transition: all .5s}
.news-part1-bd a .hd .box{position: absolute;padding:10px 30px;left:0px;bottom:0;background: var(--zhu-color);color:#fff;transition: all .5s}
.news-part1-bd a .bd{background: #f7f8fa;padding:25px 20px;position: relative;}
.news-part1-bd a .bd .t1{font-size:16px;color:#444444;font-weight: bold;}
.news-part1-bd a .bd .t2{font-size:12px;color:#999999;line-height: 2;-webkit-line-clamp:2;margin-top: 10px;}
.news-part1-bd a .bd:after{content:'';position: absolute;bottom:0;left:0;width:100%;height: 2px;background: var(--zhu-color);transition: all .5s}
.news-part1-bd a:hover .hd .img img{transform:scale(1.05,1.05);}
.news-part1-bd a:hover .hd .box{border-top-right-radius: 20px}
.news-part1-bd a:hover .bd:after{width:0;}

@media(max-width: 1200px){

}
@media(max-width: 576px){
	.news-part1 .container{padding:0;}
	.news-part1-hd{padding:25px 15px;}
	.news-part1-bd{padding:0 60px;}
	.news-part1-bd a .hd .box{font-size:12px;padding:5px;}
	.news-part1-bd a .bd .t1{font-size:14px;}
	.news-part1-bd a .bd{padding:15px 10px;}
}


/*news-part2*/
.news-part2{background:#f7fbfb;padding:25px 0 45px;}
.news-part2-bd{overflow: hidden;}
.news-part2-bd ul{display: flex;flex-direction: row;justify-content: space-between;flex-wrap:wrap;}
.news-part2-bd ul a{width:100%;background: #fff;display: flex;flex-direction: row;justify-content: space-between;padding:35px;margin-bottom:25px;position: relative;}
.news-part2-bd ul a .tags{position: absolute;top:0;left:0;padding:3px 12px;color:#fff;background:#d20000;border-bottom-right-radius: 15px;}
.news-part2-bd ul a .left{width:170px;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.news-part2-bd ul a .left i{color:#888888;font-size:36px;}
.news-part2-bd ul a .left b{font-size:30px;color:#888888;}
.news-part2-bd ul a .left span{font-size:14px;color:#888888;}
.news-part2-bd ul a .right{width:calc(100% - 120px);padding-bottom: }
.news-part2-bd ul a .right .t1{font-size:20px;color:#333;}
.news-part2-bd ul a .right .t2{font-size:12px;color:#999999;line-height: 26px;margin-top: 5px;-webkit-line-clamp:2;}
.news-part2-bd ul a .right span{border:solid 1px #d6d6d6;font-size:12px;padding:4px 20px;border-radius: 20px;color:#d6d6d6;display: inline-block;margin-top: 30px;transition: all .5s}
.news-part2-bd ul a:after{content:'';position: absolute;width:0;height: 2px;background: var(--zhu-color);left:0;bottom:0;transition: all .5s}
.news-part2-bd ul a:hover:after{width:100%;}
.news-part2-bd ul a:hover .right span{background:var(--zhu-color);color:#fff;border:solid 1px var(--zhu-color);}
@media(max-width: 1400px){
	.news-part2-bd ul{padding:0;}
}
@media(max-width: 1200px){
	
}
@media(max-width: 992px){
	.news-part2-bd ul a .left{width:80px; }
	.news-part2-bd ul a .right{width:calc(100% - 95px);}
	.news-part2-bd ul a .right{width:calc(100% - 95px);padding-bottom: 1vw}

}
@media(max-width: 768px){
	.news-part2-bd ul a{width:100%;}
}
@media(max-width: 576px){
	.news-part2{padding:15px 0;}
	.news-part2-bd ul a{padding:30px 10px 15px;}
	.news-part2-bd ul a .left{width:50px;padding-bottom: 20px}
	.news-part2-bd ul a .left b{font-size:24px;}
	.news-part2-bd ul a .left span{font-size:12px;}
	.news-part2-bd ul a .right{width:calc(100% - 60px);}
	.news-part2-bd ul a .right .t1{font-size:14px;}
	.news-part2-bd ul a .right .t2{line-height: 2}
	.news-part2-bd ul a .tags{font-size:12px;padding:1px 5px;border-bottom-right-radius: 10px;}
	.news-part2-bd ul a .left i{font-size:28px;}
	.news-part2-bd ul a .right span{margin-top: 10px;padding:2px 10px;}
}



/*l-banner*/
.l-banner{width:100%;height: 400px;overflow: hidden;color:#fff;display: flex;flex-direction: column;justify-content: center;z-index: 1;background: url(../images/l-banner.jpg) top center no-repeat;position: fixed;}

.about-banner{background: url(../images/about-banner.jpg) top center no-repeat;}

.news-banner{background: url(../images/news-banner.jpg) top center no-repeat;}
.project-banner{background: url(../images/project-banner.jpg) top center no-repeat;}
.contact-banner{background: url(../images/contact-banner.jpg) top center no-repeat;}
.pro-banner{background: url(../images/pro-banner.jpg) top center no-repeat;}
@media(max-width: 1400px){
	.l-banner{height: 350px;}
}
@media(max-width: 576px){
	.l-banner{height: 240px;}

}

/*newslist*/
.newslist{overflow: hidden;}
.newslist .row>div{margin-bottom: 30px;}
.newslist a{width:100%;display: block;}
.newslist a .hd{position: relative;}
.newslist a .hd .img{padding-bottom: 63.6%}
.newslist a .hd .img img{transition: all .5s}
.newslist a .hd .box{position: absolute;padding:10px 30px;left:0px;bottom:0;background: var(--zhu-color);color:#fff;transition: all .5s}
.newslist a .bd{background: #f7f8fa;padding:25px 20px;position: relative;}
.newslist a .bd .t1{font-size:16px;color:#444444;font-weight: bold;}
.newslist a .bd .t2{font-size:12px;color:#999999;line-height: 2;-webkit-line-clamp:2;margin-top: 10px;}
.newslist a .bd:after{content:'';position: absolute;bottom:0;left:0;width:100%;height: 2px;background: var(--zhu-color);transition: all .5s}
.newslist a:hover .hd .img img{transform:scale(1.05,1.05);}
.newslist a:hover .hd .box{border-top-right-radius: 20px}
.newslist a:hover .bd:after{width:0;}
@media(max-width: 576px){
	.newslist a .hd .box{font-size:12px;padding:5px;}
	.newslist a .bd .t1{font-size:14px;}
	.newslist a .bd{padding:15px 10px;}
}

/*newsinfo*/
.newsinfo{background:#f2f3f4;padding:30px 0;}
.newsinfo .box{background:#fff;border-radius: 3px;padding:45px 30px;}
.newsinfo .t1{width:100%;text-align: center;font-size: 28px;color:#222;}
.newsinfo .t2{width:100%;text-align: center;font-size: 16px;color:#999;padding:15px 30px 30px;border-bottom:solid 1px #eeeddd}
.newsinfo .content{padding:30px 0; line-height: 260%;min-height:100px}
.newsinfo .newsPage{width:100%;display: flex;flex-direction: row;justify-content: space-between;}
.newsinfo .newsPage .btnn{width:60px;display: block;text-align: center;border-radius: 3px;background:#eee;transition: all .5s }
.newsinfo .newsPage .btnn i{font-size: 40px;color:#666;line-height: 1.5;transition: all .5s}
.newsinfo .newsPage .btnn:hover{background: var(--zhu-color);}
.newsinfo .newsPage .btnn:hover i{color:#fff;}
.newsinfo .newsPage>div{width:calc(calc(100% - 70px)/2);color:#666;border-radius: 5px;padding:0 15px;background: #eee;line-height: 60px;}
.newsinfo .newsPage .page-a{text-align: left;}
.newsinfo .newsPage .page-a:nth-child(3){text-align: right;}
.newsinfo .newsPage>div a{color:#666;transition: all .5s}
.newsinfo .newsPage>div a:hover{color:#222;}
@media(max-width: 992px){
	.newsinfo .newsPage{flex-direction: column;}
	.newsinfo .newsPage .btnn{display: none;}
	.newsinfo .newsPage>div{line-height: 40px;}
	.newsinfo .newsPage .page-a{width:100%;margin-bottom: 10px;}
	.newsinfo .newsPage .page-a:nth-child(3){text-align: left;}

}
@media(max-width: 576px){
	.newsinfo .box{padding:30px 15px;}
	.newsinfo .t1{font-size: 22px;}
	.newsinfo .t2{font-size: 14px;padding:15px 0 30px;}
	.newsinfo .newsPage>div{line-height: 20px;padding:10px;}
}

/*erCate*/
.erCate{background:#f7fbfb;padding:20px 0 0;}
.erCate a{background:#fff;width:240px;height: 85px;text-align: center;vertical-align: middle;display:grid;place-items:center;margin-right:15px;float: left;border:solid 1px #eef0f4;padding:10px;margin-bottom: 20px}
.erCate a img{max-width: 100%;max-height: 100%}
.erCate a:hover,.erCate a.on{border:solid 1px var(--zhu-color);}
@media(max-width: 768px){
	.erCate a{width:200px;height: 65px}
}
@media(max-width: 576px){
	.erCate a{width:120px;}
}

/*prolist*/
.prolist{padding:45px 0;}
.prolist a{display: flex;flex-direction: column;margin-bottom: 30px}
.prolist a .pic{padding:4vw;border:solid 1px #e4e5e5;}
.prolist a .img{padding-bottom: 100%;}
.prolist a .img img{transition:all .5s;}
.prolist a .txt{border:solid 1px #e4e5e5;border-top:none;padding:25px;display: flex;flex-direction: row;justify-content: space-between;transition: all .5s;align-items: center;}
.prolist a .txt .left{width:calc(100% - 190px);}
.prolist a .txt .left .t1{font-size:20px;color:#000000;transition: all .5s}
.prolist a .txt .left .t2{font-size:14px;color:#000000;margin-top: 5px;transition: all .5s}
.prolist a .txt .right{width:172px;}
.prolist a:hover .img img{transform: scale(1.05,1.05);}
.prolist a:hover .txt{background:var(--zhu-color);}
.prolist a:hover .txt .left .t1{color:#fff;}
.prolist a:hover .txt .left .t2{color:#fff;}
.prolist a:hover .txt .gengduo{border-bottom:solid 1px #fff;}
.prolist a:hover .txt .gengduo small{color:#fff;}
.prolist a:hover .txt .gengduo span:before{background:#fff;width:100%;height: 100%}
.prolist a:hover .txt .gengduo span i{color:var(--zhu-color);}
@media(max-width: 1200px){
	.prolist a .txt .left{width:calc(100% - 120px);}
	.prolist a .txt .right{width:100px;}
	.prolist a .txt .right .gengduo{width:100px;height: 30px;}
	.prolist a .txt .right .gengduo small{font-size:12px;line-height: 30px;}
	.prolist a .txt .right .gengduo span{width:30px;height: 30px;line-height: 30px;}
	.prolist a .txt .right .gengduo span i{font-size:16px;}
}
@media(max-width: 768px){
	.prolist a .txt{padding:10px;}
	
	.prolist a .txt .left .t1{font-size:14px;}
	.prolist a .txt .left .t2{font-size:12px;}
	/*.prolist a .txt .right{display: none;}*/
	

}
@media(max-width: 576px){
	.prolist{padding:30px 0; }
}



/*single*/
.single{background: #f0f0f0;padding:30px 0;overflow: hidden;}
.single .box{line-height: 260%;font-size: 110%;background: #fff;padding:45px;background: #fff;border-radius: 5px}


/*proindex*/

.proindex-big{width:100%;overflow: hidden;position: relative;}
.proindex-big .swiper-slide img{width:100%;height: 100vh;object-fit: cover;}
.proindex-big .swiper-slide .img2{display: none;}
.proindex-big:before{content:'';height: 1px;background:#fff;position: absolute;width:100%;bottom:135px;left:0;z-index: 9}
.proindex .wrap{margin-top: -150px;}
.proindex-small .swiper-slide{position: relative;padding-top: 45px;text-align: center;height: 150px}
.proindex-small .swiper-slide:before{content:'';position: absolute;width:12px;height: 12px;background:#fff;border-radius: 50%;left:50%;top:8px;transform:translateX(-50%);transition: all .5s}
.proindex-small .swiper-slide span{background:none;color:#fff;padding:10px 25px 12px;font-size:22px;display: inline-block;line-height: 1}
.proindex-small .swiper-slide-thumb-active span{background:var(--zhu-color);color:#fff;font-weight: bold;}
.proindex-small .swiper-slide-thumb-active:before{width:16px;height: 16px;}
@media(max-width: 1400px){
}

@media(max-width: 1200px){
	.proindex-small .swiper-slide span{font-size:22px;}
}

@media(max-width: 992px){
	.proindex-big:before{bottom:85px;}
	/*.proindex-big .swiper-slide img{height:630px}*/
	.proindex .wrap{margin-top: -100px}
	.proindex-small .swiper-slide{height: 100px}
	.proindex-small .swiper-slide span{font-size:18px;}
}
@media(max-width: 768px){
	/*.proindex-big .swiper-slide img{height:430px}*/
	
	.proindex-small .swiper-slide span{font-size:16px;}
}
@media(max-width: 576px){
	.proindex-big .swiper-slide .img1{display: none;}
	.proindex-big .swiper-slide .img2{display: block;height:auto;object-fit: contain;}
	
	.proindex-small .swiper-slide span{font-size:14px;padding:10px;}
}



/*com-part1*/
.com-part1{height: 765px;width:100%;background:url(../images/com-part1-bg.jpg) center top no-repeat;overflow: hidden;padding-top: 150px}
.com-part1-hd{text-align: center;}
.com-part1-hd .hd{position: relative;}
.com-part1-hd .hd .t1{text-transform: uppercase;background-image: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0.1),rgba(255,255,255,.4));font-size:72px;font-family: Arial;font-weight: bold;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height: 1}
.com-part1-hd .hd .t2{color:#fff;font-size:34px;font-weight: bold;position: absolute;bottom:10px;left:50%;transform:translate(-50%);}
.com-part1-hd .bd{color:#fff;font-size:22px;}
.com-part1-bd{width:100%;margin-top: 45px;}
.com-part1-bd .txt{width:50%;color:#fff;line-height: 30px;font-size:15px;padding:0 15px;}
@media(max-width: 1400px){
	/*.com-part1{background:url(../images/com-part1-bg2.jpg) right top no-repeat;}*/
}
@media(max-width: 1200px){
	.com-part1-bd .txt{width:70%;color:#000;}
}
@media(max-width: 992px){
	.com-part1{height: 700px;}
	.com-part1-bd .txt{width:100%;}
	.com-part1-hd .hd .t2{font-size:25px;}
}
@media(max-width: 576px){
	.com-part1{padding-top:100px;background:url(../images/com-part1-bg2.jpg) bottom center no-repeat;background-size: 100% auto;height: auto;padding-bottom: 260px}
	.com-part1-hd .hd .t1{font-size:44px;}
	.com-part1-hd .hd .t2{font-size:22px;bottom:5px;}
	.com-part1-hd .bd{font-size:16px;}
	.com-part1-bd{margin-top: 25px;}
	.com-part1-bd .txt{color:#fff;font-size:13px;padding:0 15px;}
}

/*com-part2*/
.com-part2-bd{padding:45px 0;overflow: hidden;}
.com-part2-bd ul{display: flex;flex-direction:row;flex-wrap:wrap;}
.com-part2-bd ul li{width:25%;}
.com-part2-bd ul li .hdd{background:url(../images/com-part2-jiantou.png) center right no-repeat;height: 233px;overflow: hidden;z-index: 1;position: relative;background-size: auto 100%}
.com-part2-bd ul li .hdd .circle{width:204px;height: 204px;background:#fff;border-radius: 50%;padding:28px;margin:16px 0 0 40px;}
.com-part2-bd ul li .hdd .circle .box{width:100%;height: 100%;position: relative;}

.com-part2-bd ul li .hdd .circle .box:before{content:'';width:calc(100% + 16px);height: calc(100% + 16px);position: absolute;top:-8px;left:-8px;background:#c1dbbd;border-radius: 50%;z-index: 2}
.com-part2-bd ul li .hdd .circle .box:after{content:'';width:calc(100% + 36px);height: calc(100% + 36px);position: absolute;top:-18px;left:-18px;background:#e0edde;border-radius: 50%;z-index: 1}
.com-part2-bd ul li .hdd .circle .box .content{width:100%;height: 100%;border-radius: 50%;background:var(--zhu-color);border:solid 6px #fff;display:flex;flex-direction: row;color:#fff;position: relative; z-index: 3;justify-content: center;align-items: center;align-items: center;}
.com-part2-bd ul li .hdd .circle .box .content .lt{display: flex;flex-direction: row;align-items: center;}
.com-part2-bd ul li .hdd .circle .box .content .lt b{font-size:60px;font-family: Arial;line-height: 1}
.com-part2-bd ul li .hdd .circle .box .content .lt b:nth-child(2){font-size:45px;font-family:'Microsoft YaHei';}
.com-part2-bd ul li .hdd .circle .box .content .rt{display: flex;flex-direction: column;justify-content: space-between;padding:30% 0;height: 100%;margin-left: 5px;}
.com-part2-bd ul li .hdd .circle .box .content .rt span:first-child{font-size:25px;margin-top: -15px;}
.com-part2-bd ul li .hdd .circle .box .content .rt span{font-size:14px;}
.com-part2-bd ul li .bdd{background:#eef0f4;width:calc(100% - 30px);height: 360px;border-radius: 10px;margin-top: -125px;padding-top:160px;color:#333333;display: flex;flex-direction: column;align-items: center;text-align: center;transition: all .5s}
.com-part2-bd ul li .bdd b{font-size:26px;}
.com-part2-bd ul li .bdd span{font-size:12px;text-transform: uppercase;}
.com-part2-bd ul li .bdd i{font-size:60px;}
.com-part2-bd ul li.on .bdd{background:var(--zhu-color);color:#fff;}
@media(max-width: 1400px){
	.com-part2-bd{width:1140px;margin:0 auto;}
	.com-part2-bd ul li .hdd{height: 220px}
	.com-part2-bd ul li .hdd .circle{width:190px;height: 190px;margin:16px 0 0 18px;}
	.com-part2-bd ul li .hdd .circle .box .content .lt b{font-size:50px;}
	.com-part2-bd ul li .hdd .circle .box .content .lt b:nth-child(2){font-size:35px;}
	.com-part2-bd ul li .bdd b{font-size:22px;}
	.com-part2-bd ul li .bdd i{font-size:60px;}
}
@media(max-width: 1200px){
	.com-part2-bd{width:960px;}
	.com-part2-bd ul li .hdd{height: 180px}
	.com-part2-bd ul li .hdd .circle{width:150px;height: 150px;margin:16px 0 0 10%;}
	.com-part2-bd ul li .hdd .circle .box .content .lt b{font-size:40px;}
	.com-part2-bd ul li .hdd .circle .box .content .lt b:nth-child(2){font-size:25px;}
	.com-part2-bd ul li .bdd{height: 300px;margin-top: -100px;padding-top: 140px}
	.com-part2-bd ul li .bdd b{font-size:20px;}
	.com-part2-bd ul li .bdd i{font-size:40px;}
}
@media(max-width: 992px){
	.com-part2-bd{padding:15px 0;width:100%;}
	.com-part2-bd ul{justify-content: space-between;}
	.com-part2-bd ul li{width:calc(25% - 12.5px);}
	.com-part2-bd ul li .hdd{background:none;}
	.com-part2-bd ul li .hdd .circle{margin:0 auto;}
	.com-part2-bd ul li .bdd{height: 250px;padding-top: 100px;width:100%;}
	.com-part2-bd ul li .bdd span{height: 36px;}
	.com-part2-bd ul li .hdd .circle .box .content .lt b{font-size:30px;}
	.com-part2-bd ul li .hdd .circle .box .content .lt b:nth-child(2){font-size:20px;}
	.com-part2-bd ul li .hdd .circle .box .content .rt span{font-size:12px;}
	.com-part2-bd ul li .hdd .circle .box .content .rt span:first-child{font-size:14px;margin-top: -10px}
	.com-part2-bd ul li .bdd b{font-size:18px;}
	.com-part2-bd ul li .bdd i{font-size:30px;}

	
}
@media(max-width: 768px){
	.com-part2-bd ul li{width:calc(50% - 15px);margin-bottom:15px;}
}
@media(max-width: 768px){
	.com-part2-bd ul li{width:calc(50% - 5px);}
	.com-part2-bd ul li .hdd .circle{width:120px;height: 120px;}
	.com-part2-bd ul li .hdd .circle .box .content .lt b{font-size:20px;}
	.com-part2-bd ul li .hdd .circle .box .content .lt b:nth-child(2){font-size:14px;}
	.com-part2-bd ul li .hdd .circle .box .content .rt{margin-left: 2px;}
	.com-part2-bd ul li:nth-child(3) .hdd .circle .box .content .rt span:nth-child(2){display: none;}
	.com-part2-bd ul li .bdd{height: 200px;padding-top: 80px;}
}


/*com-part3*/
.com-part3 .container{overflow: hidden;}
.com-part3-bd{padding:45px 0;position: relative;}
.com-part3-bd a{display: block;padding:0 4vw;}
.com-part3-bd .img{padding-bottom:135%;}
.com-part3-bd .img:after{content:'';position: absolute;width:100%;height: 100%;background:url(../images/com-part3-bg.png) center no-repeat;background-size: cover;}

.com-part3-bd .swiper-slide-shadow-left{background-image: linear-gradient(to left,rgba(255,255,255,0),rgba(255,255,255,1))}
.com-part3-bd .swiper-slide-shadow-right{background-image: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1))}
.com-part3-bd p{opacity: 0;text-align: center;font-size:15px;margin-top: 10px;color:#333;}
.com-part3-bd .swiper-slide-active p{opacity: 1}
.com-part3-bd .next,.com-part3-bd .prev{width:45px;height: 45px;border-radius: 50%;text-align: center;line-height: 45px;background:rgba(0,0,0,.3);cursor: pointer;position: absolute;top:50%;transform: translateY(-50%);transition:all .5s;z-index: 3}
.com-part3-bd .next{left:0;}
.com-part3-bd .prev{right:0;}

.com-part3-bd .next i,.com-part3-bd .prev i{font-size:25px;color:#fff;}
.com-part3-bd .next:hover,.com-part3-bd .prev:hover{background:var(--zhu-color);}
@media(max-width: 768px){
	.com-part3-bd{padding:15px 0;margin:0 90px;}
	.com-part3-bd a{padding:0 1vw;}
	.com-part3-bd p{opacity: 1;font-size:12px;}
}

/*com-part4*/
.com-part4-bd{padding:30px 5vw;overflow-x: hidden;position: relative;height: 470px;margin-bottom: 45px;}

.com-part4-bd li{display: flex;flex-direction: row;justify-content: center;padding:0px 0 50px;position: relative;}
.com-part4-bd li:before{content:'';position: absolute;left:50%;transform: translateX(-50%);width:1px;height: 100%;background:var(--zhu-color);top:30px;}
.com-part4-bd li .date{width:calc(calc(100% - 152px)/2);text-align: right;padding-top: 10px}
.com-part4-bd li .date b{font-size:16px;color:#444444;}
.com-part4-bd li .zhou{width:62px;height: 62px;border-radius: 50%;background:var(--zhu-color);text-align: center;line-height: 62px;margin:0 45px;}
.com-part4-bd li .zhou i{font-size:30px;color:#fff;}
.com-part4-bd li .txt{width:calc(calc(100% - 152px)/2);padding:22px;border-radius: 10px;background:rgba(85,155,71,0.1);color:#444444;overflow: hidden;transition: all .5s}
.com-part4-bd li .txt .t1{font-size:18px;}
.com-part4-bd li .txt .t2{font-size:12px;margin-top: 5px;line-height: 2}
.com-part4-bd li .txt .t3{display: none;font-size:12px;margin-top: 5px}
.com-part4-bd li:hover .txt{background:var(--zhu-color);color:#fff;}
.com-part4-bd li:nth-child(2n){flex-direction: row-reverse;}
.com-part4-bd li:nth-child(2n) .date{text-align: left;}
.com-part4-bd li:last-child:before{display: none;}
@media(max-width: 1200px){
	.com-part4-bd:before{height: 360%}
}
@media(max-width: 992px){
	.com-part4-bd{padding:30px 15px;}
}
@media(max-width: 576px){
	.com-part4-bd{padding:0;}

	.com-part4-bd li{justify-content: flex-start;padding-bottom: 30px;}
	.com-part4-bd li:before{left:15px;transform: translateX(0);}
	.com-part4-bd li:nth-child(2n){flex-direction: row;}
	.com-part4-bd li .date{display: none;}
	.com-part4-bd li .zhou{width:35px;height: 35px;line-height: 35px;margin:0;margin-right:15px;}
	.com-part4-bd li .zhou i{font-size:15px;}
	.com-part4-bd li .txt{width:calc(100% - 50px);padding:15px;}
	.com-part4-bd li .txt .t1{font-size:14px;}
	.com-part4-bd li .txt .t3{display: block}
}



/*项目中心列表页*/
.project-part1{margin-top:86px;}
.project-part1-hd{padding:30px 0 15px;}
.project-part1-bd{position:relative;width:100%;margin:0 auto 60px;overflow:hidden;padding:15px 0;}
.project-part1-bd .swiper-slide{width:85%;background:#fff;box-shadow:0 0px 10px rgba(0,0,0,0.3);display: block;position: relative;}
.project-part1-bd .swiper-slide img{display:block;width:100%;height: 630px;object-fit: cover;}
.project-part1-bd .swiper-slide:before{content:'';position: absolute;width:100%;height: 100%;top:0;left:0;background:rgba(255,255,255,.5);}
.project-part1-bd .swiper-slide .txt{background:rgba(255,255,255,.8);padding:20px;position: absolute;left:50px;bottom:80px;width:60%;opacity: 0;transition: all .5s}
.project-part1-bd .swiper-slide .txt b{font-size:22px;color:#444444;font-weight: normal;display: block;width:100%;}
.project-part1-bd .swiper-slide .txt p{line-height:26px;color:#444444;font-size:14px;margin-top: 15px;}
.project-part1-bd .swiper-slide-active:before{display: none;}
.project-part1-bd .swiper-slide-active .txt{opacity: 1}
.project-part1-bd .swiper-pagination{width:100%;bottom:30px}
.project-part1-bd .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px;background-color:#fff;width:14px;height:14px;opacity:1}
.project-part1-bd .swiper-pagination-bullets .swiper-pagination-bullet-active{background-color:var(--zhu-color)}
.project-part1-bd .swiper-button-prev{width:45px;height:45px;border-radius: 50%;background:rgba(0,0,0,.5);text-align: center;line-height: 45px;transition: all .5s}
.project-part1-bd .swiper-button-prev i{font-size:25px;color:#fff;}
.project-part1-bd .swiper-button-prev:hover{background:var(--zhu-color);}
.project-part1-bd .swiper-button-next{width:45px;height:45px;border-radius: 50%;background:rgba(0,0,0,.5);text-align: center;line-height: 45px;transition: all .5s}
.project-part1-bd .swiper-button-next i{font-size:25px;color:#fff;}
.project-part1-bd .swiper-button-next:hover{background:var(--zhu-color);}

@media(max-width: 1200px){
	.project-part1-bd .swiper-slide img{height: 550px;}
}

@media(max-width: 992px){
	.project-part1-bd .swiper-slide img{height: 450px;}
}
@media(max-width: 768px){
	.project-part1-bd{width:calc(100% - 30px);}
	.project-part1-bd .swiper-slide img{height: 350px;}
	.project-part1-bd .swiper-slide .txt b{font-size:18px;}
	.project-part1-bd .swiper-slide .txt p{font-size:12px;margin-top: 5px;}
}
@media(max-width: 576px){
	.project-part1{margin-top: 50px}
	.project-part1-bd{width:100%;margin-bottom: 30px;}
	.project-part1-bd .swiper-slide img{height: 200px;}
	.project-part1-bd .swiper-slide .txt{padding:5px 10px;bottom:0;left:0;}
	.project-part1-bd .swiper-slide .txt b{font-size:14px;}
	.project-part1-bd .swiper-slide .txt p{display: none;}
	.project-part1-bd .swiper-pagination{display: none;}
	.project-part1-bd .swiper-button-next,.project-part1-bd .swiper-button-prev{width:35px;height: 35px;line-height: 35px;}
	.project-part1-bd .swiper-button-prev i,.project-part1-bd .swiper-button-next i{font-size:20px;}
}


/*contact-part1*/
.contact-part1{padding-bottom: 60px;}
.contact-part1-hd{background:#fff;}
.contact-part1-bd{display: flex;flex-direction: row;overflow: hidden;width:100%;padding:0 0 0 2vw;justify-content: space-between;align-items: center;background:#fff;}
.contact-part1-bd .left{display: flex;flex-direction: column;width:calc(100% - 630px);}
.contact-part1-bd .left .item{border-bottom:solid 1px #eeeeee;padding:10px 0 30px;}
.contact-part1-bd .left b{font-size:22px;color:#444444;padding:15px 0 0;display: block;}
.contact-part1-bd .left ul{display: flex;flex-direction: row;flex-wrap:wrap;}
.contact-part1-bd .left ul li{display:flex;flex-direction: column;margin-right: 20px;font-size:15px;margin-top: 15px}
.contact-part1-bd .left ul li:hover strong{color:var(--zhu-color);}

.contact-part1-bd .mid{width:118px;}
.contact-part1-bd .mid .hd{border:solid 1px #eee;padding:3px;}
.contact-part1-bd .mid .bd{font-size:12px;text-align: center;margin-top:5px; }
.contact-part1-bd .right{width:450px;height: 400px}
#dituContent{height: 100%}
@media(max-width: 992px){
	.contact-part1-bd{display: block;padding:0;}
	.contact-part1-bd .left{width:calc(100% - 150px);float: left;}
	.contact-part1-bd .mid{width:130px;float: right;margin-top: 5%}
	.contact-part1-bd .right{width:100%;float: left;}
}
@media(max-width: 576px){
	.contact-part1-hd .left{width:100%;}
	.contact-part1-bd{display: flex;flex-direction: column;}
	.contact-part1-bd .left,.contact-part1-bd .right{width:100%;}
	.contact-part1-bd .mid{margin-bottom: 15px;}
	.contact-part1-bd .right{height: 300px}
}


/*contact-part2*/
.contact-part2{background:#fff;padding-bottom: 60px;}
.contact-part2-bd{margin-top:15px;}
.contact-part2-bd .message{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.contact-part2-bd .message li{width:32%;display: flex;flex-direction: row;justify-content: space-between;overflow: hidden;}
.contact-part2-bd .message li .box{background:#fafafa;display: flex;flex-direction: row;justify-content: space-between;height: 50px;padding:0 25px;align-items: center;justify-content: space-between;width:100%;}
.contact-part2-bd .message li .box input{height: 50px;color:#999999;font-size:12px;width:calc(100% - 50px);background:#fafafa;}
.contact-part2-bd .message li .box i{font-size: 22px;color:#999999;}
.contact-part2-bd .message li:nth-child(3) .box{width:calc(100% - 130px);}
.contact-part2-bd .message li img{width:112px;height: 50px;}
.contact-part2-bd .message .content{width:66%;margin-top: 20px;height: 100px}
.contact-part2-bd .message .content .box{height: 100px;padding:20px 25px;align-items: flex-start;}
.contact-part2-bd .message .content textarea{border:none;background:#fafafa;width:calc(100% - 50px);height: 60px;font-size:12px;color:#999999;resize: none}
.contact-part2-bd .message .submit{width:32%;height: 100px;background:var(--zhu-color);line-height: 100px;text-align: center;color:#fff;font-size:15px;margin-top: 20px;cursor: pointer;transition: all .5s}
.contact-part2-bd .message .submit:hover{background:var(--pei-color);}
@media(max-width: 992px){
	.contact-part2-bd .message li{width:100%;margin-top: 20px;}
	.contact-part2-bd .message .content{width:calc(100% - 130px);}
	.contact-part2-bd .message .submit{width:112px;}
}
@media(max-width: 768px){
	.contact-part2-bd .message{padding:0;}
}
@media(max-width: 576px){
	.contact-part2-bd .message .content{width:100%;}
	.contact-part2-bd .message .submit{width:100%;height: 50px;line-height: 50px;}
}


/*proinfo-part1*/
.proinfo-part1{background:#fff;padding: 0px 0 15px;overflow: hidden;}
.proinfo-part1 .container{padding:48px 0vw;}
.proinfo-part1-left{box-shadow:  0 0 10px #eee;width:570px;overflow: hidden;background:#fff;float: left;}
.proinfo-part1-left .img{padding-bottom:96%; }
.proinfo-part1-left .img img{object-fit: contain;}
.proinfo-part1-right{width:calc(100% - 600px);float: right;}
.proinfo-part1-right .bd{line-height: 2;overflow-y: scroll;height: 100%;margin:15px  0;height: 360px;padding-right: 10px;}
.proinfo-part1-right .bd::-webkit-scrollbar{width:2px;}
.proinfo-part1-right .bd strong{color:var(--zhu-color);font-size:16px;}
.proinfo-part1-right .bd p{font-size:16px;}
.proinfo-part1-right .hd{margin-top: 30px;}
.proinfo-part1-right .hd ul{display: flex;flex-direction: row;justify-content: space-between;flex-wrap:wrap;}
.proinfo-part1-right .hd ul li{width:90px;color:#444444;margin:0 10px;}
.proinfo-part1-right .hd ul li span{width:90px;height: 90px;border:solid 2px #444444;text-align: center;line-height: 90px;border-radius: 5px;display: block;transition: all .5s}
.proinfo-part1-right .hd ul li span i{font-size:45px;transition: all .5s}
.proinfo-part1-right .hd ul li p{text-align: center;font-size:14px;padding:10px 0;}
.proinfo-part1-right .hd ul li.on span{background:var(--zhu-color);border:solid 2px var(--zhu-color);}
.proinfo-part1-right .hd ul li.on span i{color:#fff;}
@media(max-width: 1400px){
	.proinfo-part1-right .hd ul li{width:70px;}
	.proinfo-part1-right .hd ul li span{width:70px;height: 70px;line-height: 70px;}
	.proinfo-part1-right .hd ul li span i{font-size:35px;}
	.proinfo-part1-right .hd ul li p{font-size:12px;}
}
@media(max-width: 1200px){
	.proinfo-part1 .container{padding:45px 15px;}
	.proinfo-part1-left{width:500px;}
	.proinfo-part1-right{width:calc(100% - 530px);}
	.proinfo-part1-right .bd{height: 300px;}
	.proinfo-part1-right strong{font-size:15px;}
	.proinfo-part1-right .bd p{font-size:14px;}
	.proinfo-part1-right .hd ul li{width:46px;}
	.proinfo-part1-right .hd ul li span{width:46px;height: 46px;line-height: 46px;}
	.proinfo-part1-right .hd ul li span i{font-size:25px;}
}
@media(max-width: 992px){
	.proinfo-part1 .container{display: flex;flex-direction: column;align-items: center;padding:30px 15px;}
	.proinfo-part1-right{width:100%;margin-top: 30px;}
}
@media(max-width: 576px){
	.proinfo-part1 .container{padding:30px 15px 0;}
	.proinfo-part1-left{width:100%;}
	.proinfo-part1-right .hd ul{justify-content: center;}
	.proinfo-part1-right .hd ul li{margin-bottom:15px;}
	.proinfo-part1-right .bd strong{font-size:15px;}
	.proinfo-part1-right .bd p{font-size:13px;}
}


/*proinfo-part2*/
.proinfo-part2-hd{padding:50px 5vw 50px;overflow: hidden;}
.proinfo-part2 ul{display: flex;flex-direction: row;justify-content: space-between;flex-wrap:wrap;}
.proinfo-part2 ul li{width:120px;color:#444444;}
.proinfo-part2 ul li span{width:120px;height: 120px;border:solid 2px #444444;text-align: center;line-height: 120px;border-radius: 5px;display: block;transition: all .5s}
.proinfo-part2 ul li span i{font-size:60px;transition: all .5s}
.proinfo-part2 ul li p{text-align: center;font-size:18px;padding:10px 0;}
.proinfo-part2 ul li.on span{background:var(--zhu-color);border:solid 2px var(--zhu-color);}
.proinfo-part2 ul li.on span i{color:#fff;}

@media(max-width: 1200px){
	.proinfo-part2-hd{padding:0px 15px 30px;}
	.proinfo-part2 ul li{width:100px;}
	.proinfo-part2 ul li span{width:100px;height: 100px;line-height: 100px}
	.proinfo-part2 ul li p{font-size:15px;}
}

@media(max-width: 768px){
	.proinfo-part2 ul li{width:60px;}
	.proinfo-part2 ul li span{width:60px;height: 60px;line-height: 60px}
	.proinfo-part2 ul li span i{font-size:30px;}
	.proinfo-part2 ul li p{font-size:12px;}
}
@media(max-width: 576px){
	.proinfo-part2 ul li{margin:0 15px;}
}


/*proinfo-part3*/
.proinfo-part3{height: 340px;width:100%;overflow: hidden;margin-top: 30px;}
.proinfo-part3 img{height: 100%;width:100%;object-fit: cover;}
@media(max-width: 576px){
	.proinfo-part3{height: 140px}
}


/*proinfo-part4-bd*/
.proinfo-part4-bd{padding:15px 0px;}
@media(max-width: 1200px){
	.proinfo-part4-bd{padding:15px 0px;}
}

/*proinfo-part5-bd*/
.proinfo-part5-bd{padding-bottom: 60px;overflow: hidden;}
.proinfo-part5-bd a{background:#f6f6f6;display: flex;flex-direction: column;align-items: center;padding:5px 5px 30px;}
.proinfo-part5-bd a .img{padding-bottom: 135%}
.proinfo-part5-bd a .img img{object-fit: contain;}
.proinfo-part5-bd a p{font-size:18px;color:#242424;margin-top: 15px;}
.proinfo-part5-bd a span{font-size:12px;color:#242424;padding:5px 30px;display: block;transition: all .5s;margin-top: 10px;}
.proinfo-part5-bd a:hover span{background:var(--zhu-color);color:#fff;}
.proinfo-part5-bd .pagination{text-align: center;width:100%;margin-top:30px;display: flex;flex-direction: row;justify-content: center;}
.proinfo-part5-bd .pagination span{border-radius: 0;width:20px;height: 2px;background:#666;display: inline-block;}
.proinfo-part5-bd .pagination span.swiper-pagination-bullet-active{background:var(--zhu-color);}

@media(max-width: 576px){
	.proinfo-part5-bd a p{font-size:14px;}
	.proinfo-part5-bd a{padding:5px 5px 15px;}
}


/*proinfo-part6*/
.proinfo-part6{background:#f7fbfb;}
.proinfo-part6 .container{padding:60px 15px;}
.proinfo-part6-hd{display: flex;flex-direction: column;}
.proinfo-part6-hd b{color:var(--zhu-color);font-size:36px;}
.proinfo-part6-hd p{color:#333333;font-size:16px;margin-top: 5px;}
.proinfo-part6-bd .message{padding:0;}
.proinfo-part6-bd .message li .box{background:#fff;}
.proinfo-part6-bd .message li .box input{background:#fff;}
.proinfo-part6-bd .message .content textarea{background:#fff;}


@media(max-width: 576px){
	.proinfo-part6 .container{padding:15px;width:100%;}
	.proinfo-part6-hd b{font-size:24px;}
	.proinfo-part6-hd p{font-size:14px;}
}


/*技术服务*/
.jishu-section{padding:65px 0;overflow: hidden;}
.jishu-section .container{flex-direction: row;display: flex;justify-content: space-between;padding:0 45px;align-items: center;}
.jishu-section-left{width:calc(100% - 660px);}
.jishu-section-left .hd .left{width:100%;}
.jishu-section-left .hd .left .en{font-size:45px;}
.jishu-section-left .hd .left .dot{margin-top: 45px;}
.jishu-section-left .hd{padding:0 0px 0 0px}
.jishu-section-left .bd{width:100%;overflow-y: scroll;height: 230px;line-height: 2;font-size:16px;padding:0 5px 0 0px;margin-top: 40px}
.jishu-section-right{width:615px;height: 400px;overflow: hidden;position: relative;}
.jishu-section-right .swiper-slide img{object-fit:cover;width:100%;height: 100%}
.jishu-section-right .next,.jishu-section-right .prev{position: absolute;width:35px;height: 35px;border-radius: 50%;background:rgba(0,0,0,0.5);text-align: center;line-height: 35px;top:50%;transform: translateY(-50%);z-index: 2;transition:all .5s;}
.jishu-section-right .next{right:15px;}
.jishu-section-right .prev{left:15px;}
.jishu-section-right .next i,.jishu-section-right .prev i{color:#fff;font-size:20px;}
.jishu-section-right .next:hover,.jishu-section-right .prev:hover{background:var(--zhu-color);}
@media(max-width: 1400px){
	.jishu-section .container{padding:0 15px;}
	.jishu-section-left .bd{padding-left:0;}
	.jishu-section-left .hd .left .en{font-size:40px;}
	.jishu-section-left{width:calc(100% - 580px);}
	.jishu-section-right{width:550px;height: 360px;}
}
@media(max-width: 1200px){
	.jishu-section-left .hd .left .en{font-size:30px;}
	.jishu-section-left{width:calc(100% - 490px);}
	.jishu-section-right{width:465px;height: 360px;}
	.jishu-section-left .bd{font-size:14px;}
}

@media(max-width: 992px){
	.jishu-section{padding:30px 0;margin: 30px 0}
	.jishu-section .container{flex-direction: column;}
	.jishu-section:nth-child(2n) .container{flex-direction:column-reverse;}
	.jishu-section-left{width:100%;}
	.jishu-section-left .bd{height: auto;overflow-y: hidden;padding-right: 0}
	.jishu-section-right{margin:30px auto;height: auto;}
}
@media(max-width: 576px){
	.jishu-section{padding:0 0 30px;}
	.jishu-section-left .bd{font-size:12px;margin-top: 30px;}
	.jishu-section-right{width:100%;}
	.jishu-section-left .hd .left .dot{margin-top: 15px;}
}



/*jishu-part1*/
.jishu-part1{background:url(../images/jishu-part1-bg.jpg) center no-repeat;background-size: cover;}


/*jishu-part2*/
.jishu-part2{background:#f9f9f9;}

/*jishu-part4*/
.jishu-part4{background:url(../images/jishu-part4-bg.jpg) center no-repeat;background-size: cover;}

/*jishu-part6*/
.jishu-part6{background:var(--zhu-color);margin-bottom: 0}
.jishu-part6-left .left .cn{color:#fff;}
.jishu-part6-left .left .en{opacity: 0.2}
.jishu-part6-left .hd .left .dot .d1{background:rgba(255,255,255,.5);}
.jishu-part6-left .hd .left .dot .d2{background:rgba(255,255,255,.2);}
.jishu-part6-left .bd{color:#fff;}









/*fenye*/
.de-page-mian{overflow: hidden; text-align: center; font-size: 0;  clear: both;}
    .de-page-mian .page-inner{display: inline-block; overflow: hidden;margin: 10px auto 35px;}
    .de-page-mian .page-inner a{display: block; float: left; min-width: 26px; padding: 0 5px; height: 36px; border: 1px solid #dddddd; background: #fff; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin-right: 1px; overflow: hidden;width:auto;}
    .de-page-mian .page-inner a.active,
    .de-page-mian .page-inner a:hover{color: #fff; border-color:var(--zhu-color); background: var(--zhu-color);}
    .de-page-mian .page-inner a.prev{margin-right: 10px; background: #fff url(../images/prev.jpg) no-repeat center;}
    .de-page-mian .page-inner a.prev.on{background: #fff url(../images/prev-hover.jpg) no-repeat center;}
    .de-page-mian .page-inner a.prev:hover{background-color: #fff; border-color: #dddddd;}
    .de-page-mian .page-inner a.next{margin-left: 10px; margin-right: 15px; background: #fff url(../images/next.jpg) no-repeat center;}
    .de-page-mian .page-inner a.next.on{background: #fff url(../images/next-hover.jpg) no-repeat center;}
    .de-page-mian .page-inner a.next:hover{background-color: #fff; border-color: #dddddd;}
    .de-page-mian .page-inner a.page-btn{font-size: 12px; margin-right: 0; width: 63px; margin-left: 10px;display: none;}
    .de-page-mian .page-inner span{display: none; font-size: 12px; color: #333; float: left; line-height: 38px;}
    .de-page-mian .page-inner input{display: none; float: left; height: 36px; width: 36px; border: 1px solid #dddddd; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin: 0 5px;}
/*no-goods*/
.no-goods,.no-network{padding:100px 0; overflow: hidden; text-align: center;}
.no-goods img{display: block; margin:0 auto 30px; width:220px; max-height: 105px;}
.no-goods p,.no-network p{font-size:14px; color:#666666; line-height: 20px;}


/*down*/
.down{width:100%;display:none;height: 50px;position: fixed;z-index: 999;bottom:0;}
.down a{width:50%;text-align: center;background:var(--zhu-color);color:#fff;font-size:16px;display: flex;flex-direction: row;justify-content: center;align-items: center;}
.down a i{font-size:20px;margin-right: 10px;}
.down a:nth-child(2){background:#427638;}
@media(max-width: 576px){
	.down{display: flex;flex-direction: row;}
}