/*header*/
.header{position: fixed;width:100%;z-index: 99999;top:0;transition: all .5s;border-bottom:solid 1px rgba(255,255,255,.4);background: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent);}
.header.active{top:-100%;}
.header.shadow{background: rgba(0,0,0,.8);}
.header-box{display: flex;flex-direction: row;justify-content: space-between;padding:0 15px;}
.h-logo{width:586px;display: flex;transition: all .5s;flex-direction: row;align-items: center;}
.h-logo img{max-height: 100%;max-width: auto}
.h-nav{width: calc(100% - 700px);display: flex;flex-direction: row;justify-content: space-around;transition: all .5s}
.h-nav li{height: 100%;position: relative;}
.h-nav li .yiji{color:#fff;font-size: 16px;transition: all .5s;display: inline-block;height: 100%;line-height: 110px;font-weight: 400;}
.h-nav li .yiji:after{content:'';position: absolute;height: 4px;background:#fff;left:50%;bottom:-1px;transform: translateX(-50%);width:0;transition: all .5s;}
.h-nav li.on .yiji{font-weight: 700;}
.h-nav li.on .yiji:after{width:100%;}
.h-nav li .sublist{position:absolute;width:210px;top:110px;left:-30px;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;font-weight: bold;}
.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:50px;position: relative;}
.h-right .circle{width:48px;height: 48px;background: var(--zhu-color);border-radius: 50%;text-align: center;line-height: 48px;position: absolute;top:50%;transform: translateY(-50%)}
.h-right .circle i{color:#fff;font-size:25px;}
.h-right .txt{position: absolute;width:250px;right:60px;top:50%;display: flex;flex-direction: row;align-items: center;height: 50px;z-index: 1;transition: all .5s;opacity: 0;background: var(--zhu-color);border-radius: 30px;text-align: center;justify-content: center;display: none;transform: translateY(-50%)}

.h-right span{font-size: 18px;}
.h-right b{font-size:20px;font-family: 'DIN';}
.h-right:hover .txt{opacity: 1;color:#fff;display: flex;}

.h-menu{width:60px;text-align: center;cursor: pointer;display: none;flex-direction: column;justify-content:center;}
.h-menu i{color:#fff;font-size: 35px;line-height: 1}

.header.shadow .h-nav li .yiji{line-height: 70px}
.header.shadow .h-nav li .sublist{top: 70px}
@media(max-width: 1600px){
	.h-logo{width:486px;}
	.h-nav{width:calc(100% - 600px);}
	.h-right{width:45px;}
	.h-right i{font-size:45px;}
	.h-right .txt{height: 45px;}
	.h-right b{font-size:22px;}
}
@media(max-width: 1400px){
	.h-right{display: none;}
	.h-logo{width:400px;}
	.h-nav{width:calc(100% - 430px);}
	.h-nav li .yiji{line-height: 90px;}
	.h-nav li .sublist{top:90px;}
}
@media(max-width: 1200px){
	.h-logo{width:360px;padding:0;}
	.h-nav{width:calc(100% - 390px);}
	.h-nav li .yiji{font-size:14px;line-height: 70px;}
	.h-nav li .sublist{top:70px;}
}
@media(max-width: 992px){
	.h-nav{display: none;}
	.h-logo{padding:15px 0;}
	.h-menu{display: flex;}
}
@media(max-width: 576px){
	.header-box{padding:0 5px;}
	.h-menu{width:50px;height: 50px}
	.h-menu i{font-size:30px;}
	.h-logo{width:calc(100% - 60px);padding:5px 0px;height:50px}
}



/*banner*/
.flash{width:100%;overflow: hidden;}
.banner{width:100%;margin:0 auto;position: relative;}
.banner .swiper-slide{position: relative;width:100%;overflow: hidden;height: 100vh;}
.banner .swiper-slide .pic{position: absolute;top:0;left:0;transform: scale(1.1,1.1);transition:all 3s;width:100%;object-fit: cover;height: 100%}
.banner .swiper-slide .pic img{width:100%;height: 100%;object-fit: cover;}
.banner .swiper-slide .pic.on{transform: scale(1,1);}
.banner1-pic{right:15px;top:50%;transform: translateY(-50%);position: absolute;text-align: right;}
.banner .wrapp{height: 100%}
.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;flex-direction: column;}
.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: 2;color: #fff;z-index: 22;}
.banner .scorll .iconfont{font-size: 40px;line-height: 1.5;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: 1400px){
	.banner .swiper-slide{height: 90vh}
	.banner1-pic img{max-width: 80%}
}
@media(max-width: 1400px){
	.banner .swiper-slide{height: 80vh}
	.banner1-pic img{max-width: 70%}
}
@media(max-width: 1200px){
	.banner .swiper-slide{height: 70vh}
	.banner1-pic img{max-width: 60%}
}
@media(max-width: 992px){
	.banner .swiper-slide{height: 60vh}
}
@media(max-width: 768px){
	.banner .paeg-bann{}
}


@media(max-width: 576px){
	.banner .scorll{bottom:10px;}
	.banner .page-cirle{width:64px;height: 64px;bottom:100px;}
	.banner .swiper-pagination .line{width:5px;margin:0 4px;}
	.banner .swiper-slide{height: 50vh}
	.banner .paeg-bann .prev .iconfont,.banner .paeg-bann .next .iconfont{font-size:40px;}
	.banner .scorll{font-size:10px;}
	.banner .scorll .iconfont{font-size:20px;}
	.banner1-pic img{max-width: 70%}

}

/*ititle*/
.ititle{margin:30px 0;text-align: center;font-family: 'Arial';overflow: hidden;}
.ititle .t1{color:#1e2126;font-weight: bold;font-size:48px;position: relative;padding-bottom:15px}
.ititle .t1:after{content:'';position: absolute;width:85px;height: 2px;background: var(--zhu-color);bottom:0;left:50%;transform: translateX(-50%);}
.ititle .t2{font-size:16px;color:#666666;margin-top: 30px;}
@media(max-width: 1200px){
	.ititle .t1{font-size:42px;}
	.ititle .t2{font-size:14px;}
}
@media(max-width: 992px){
	.ititle .t1{font-size:36px;}
	.ititle .t2{font-size:14px;}
}
@media(max-width: 768px){
	.ititle .t1{font-size:30px;}
	.ititle .t2{font-size:13px;}
}
@media(max-width: 576px){
	.ititle{margin:15px 0;}
	.ititle .t1{font-size:26px;}
	.ititle .t2{font-size:12px;margin: 15px 0 25px;}
}

/*ipro*/
.ipro{overflow: hidden;padding:30px 0;}
.ipro-md{overflow:hidden;}
.ipro-md a{width:50%;display: inline-block;float: left;position: relative;}
.ipro-md a .img{padding-bottom: 54%}
.ipro-md a .img img{transition: all .5s}
.ipro-md a p{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);font-size:48px;font-weight: bold;color:#fff;padding:0 15px;width:100%;text-align: center;}
.ipro-md a:hover .img img{transform: scale(1.05,1.05);}
.ipro-bd{overflow: hidden;position: relative;}
.ipro-bd a{border-right:solid 1px #eee;display: block;}
.ipro-bd a .img img{transition: all .5s}
.ipro-bd a p{text-align: center;color:#666666;font-size:24px;font-weight: bold;background: #ebebeb;font-family: 'Arial';transition: all .5s;padding:30px 15px;border-right:solid 1px #d0cece;}
.ipro-bd a:hover .img img{transform: scale(1.05,1.05);}
.ipro-bd a:hover p{background: var(--zhu-color);color:#fff;}
.ipro-bd .next,.ipro-bd .prev{width:50px;height: 43px;text-align: center;background: #555758;line-height: 43px;position: absolute;top:30%;z-index: 1}
.ipro-bd .next{left:0;}
.ipro-bd .prev{right:0;}
.ipro-bd .next i,.ipro-bd .prev i{color:#fff;font-size:26px;}
.ipro-bd .next:hover, .ipro-bd .prev:hover{background: var(--zhu-color)}
@media(max-width: 1600px){
	.ipro-bd a p{font-size:22px;}
}
@media(max-width: 1400px){
	.ipro-md a p{font-size:40px;}
	.ipro-bd a p{font-size:20px;}
}

@media(max-width: 1200px){
	.ipro-md a p{font-size:34px;}
	.ipro-bd a p{font-size:18px;padding:20px 15px;}
}

@media(max-width: 992px){
	.ipro-md a p{font-size:30px;}
	.ipro-bd a p{font-size:16px;padding:20px 15px;}
}

@media(max-width: 768px){
	.ipro-md a p{font-size:24px;}
	.ipro-bd a p{font-size:15px;padding:20px 15px;}
}
@media(max-width: 576px){
	.ipro-md a p{font-size:16px;}
	.ipro-bd a p{font-size:12px;padding:10px;}
}


/*icom*/
.icom{padding:0px 0 30px;overflow: hidden;}
.icom-hd .t1{font-size:42px;}
.icom-hd .t2{font-size:20px;line-height: 36px;padding:0 60px;}
.icom-bd .hd{display: flex;flex-direction: row;justify-content: space-between;}
.icom-bd .left{width:24%;}
.icom-bd .left img{height: calc(100% - 150px);object-fit: cover;}
.icom-bd .left .txt{background: var(--zhu-color);color:#fff;padding:40px 60px;font-size:24px;font-weight: bold;font-family: 'Arial';height: 150px;text-align: center;}
.icom-bd .right{width:24%;position: relative;}
.icom-bd .mid{width:50%;position: relative;}
.icom-bd .mid img{height: 100%;object-fit: cover;}
.icom-bd .mid i{color:#fff;font-size:50px;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);cursor: pointer;}
.icom-bd .right img{height: 100%;object-fit: cover;width:100%;}
.icom-bd .right a{padding:10px 20px;color:#fff;font-size:14px;font-family: 'Arial';background: var(--zhu-color);border-radius: 10px;position: absolute;bottom:10%;left:50%;transform: translateX(-50%);transition: all .5s;display: block;width:135px;}
.icom-bd .right a:hover{border-radius: 25px}
.icom-bd .bd{display: none;}
@media(max-width: 1600px){
	.icom-bd .left .txt{padding:40px 30px;}
}
@media(max-width: 1400px){
	.icom-hd .t1{font-size:36px;}
	.icom-hd .t2{font-size:16px;line-height: 1.8}
	.icom-bd .left img{height: calc(100% - 110px)}
	.icom-bd .left .txt{padding:25px;font-size:20px;height: 110px;}
}
@media(max-width: 1200px){
	.icom-hd .t1{font-size:30px;}
	.icom-hd .t2{padding:0 15px;font-size:14px;line-height: 1.8}
	.icom-bd .left img{height: calc(100% - 88px)}
	.icom-bd .left .txt{padding:20px;font-size:16px;height: 88px;}
}
@media(max-width: 992px){
	.icom-hd .t1{font-size:26px;}
	.icom-hd .t2{padding:0;font-size:12px;}
	.icom-bd{display: flex;flex-direction: column;padding:0 60px;}
	.icom-bd .mid{display: none;}
	.icom-bd .mid img{width:100%;}
	.icom-bd .bd{display: block;width:100%;margin-top: 30px;}
	.icom-bd .left{width:49%;}
	.icom-bd .left .txt{padding:20px 20%;}
	.icom-bd .right{width:49%;}
}
@media(max-width: 768px){
	.icom-hd .t1{font-size:22px;}
	.icom-bd{padding:0;}
}
@media(max-width: 576px){
	.icom-hd .t1{font-size:20px;}
	.icom-hd .t2{font-size:11px;}
	.icom-bd{padding:0;}
	.icom-bd .left .txt{font-size:12px;padding:10px;height: 56px;}
	.icom-bd .left img{height: calc(100% - 56px)}
	.icom-bd .right a{font-size:11px;width:100px;padding:5px 10px;}
	.icom-bd .bd{margin-top: 15px;}
	.icom-bd .mid i{font-size:40px;}
}

/*itype*/
.itype{display: flex;flex-direction: row;justify-content: space-between;margin-top: 30px}
.itype li{width:49.7%;position: relative;}
.itype li .img{padding-bottom: 65.5%;transition: all .5s}
.itype li .img img{transition: all .5s}
.itype li .txt{position: absolute;color:#fff;display: flex;flex-direction: column;align-items: center;top:50%;left:50%;transform: translate(-50%,-50%)}
.itype li .txt i{font-size:50px;}
.itype li .txt p{font-size:24px;}
.itype li .txt span{font-size:16px;}
.itype li:hover .img img{transform:scale(1.05,1.05);}
.itype li:hover .img{border-radius: 10px}
@media(max-width: 992px){
	.itype li .txt i{font-size:40px;}
	.itype li .txt p{font-size:20px;}
	.itype li .txt span{font-size:14px;}
}
@media(max-width: 768px){
	.itype{margin-top: 0}
	.itype li .txt i{font-size:30px;}
	.itype li .txt p{font-size:15px;}
	.itype li .txt span{font-size:12px;}
}
@media(max-width:576px){
	.itype{flex-direction: column;padding:0 12px;}
	.itype li{width:100%;margin-bottom: 15px;}

}


/*inews*/
.inews{overflow: hidden;padding:30px 0;}
.inews-md{overflow: hidden;padding-top: 30px;}
.inews-md .swiper-slide{overflow: hidden;border-right:solid 1px #ececec;padding:0 4%;}
.inews-md .swiper-slide .item{display: flex;flex-direction: column;}
.inews-md .swiper-slide .item .img{padding-bottom: 57%}
.inews-md .swiper-slide .item .t1{font-size:30px;color:#020202;line-height: 1.5;margin:35px 0;-webkit-line-clamp:2;transition: all .5s}
.inews-md .swiper-slide .item .t2{font-size:16px;color:#999999;line-height: 1.5}
.inews-md .swiper-slide .item .date{display: flex;flex-direction: row;align-items: center;color:#333;margin-top: 30px;}
.inews-md .swiper-slide .item .date i{font-size:30px;margin-right: 10px;}
.inews-md .swiper-slide .item .date span{font-size:14px;}
.inews-md .swiper-slide .item:hover .t1{color:var(--zhu-color);}
.inews-bd{padding:65px 0;}
.inews-bd a{width:158px;height: 50px;border-radius: 5px;background: var(--zhu-color);color:#fff;display: block;margin:0 auto;text-align: center;line-height: 50px;transition: all .5s}
.inews-bd a:hover{border-radius: 30px;}
@media(max-width: 1600px){
	.inews-md .swiper-slide .item .t1{font-size:26px;}
}
@media(max-width: 1400px){
	.inews-md .swiper-slide .item .t1{font-size:22px;}
}
@media(max-width: 1200px){
	.inews-md .swiper-slide{padding:0 2%;}
	.inews-md .swiper-slide .item .t1{font-size:20px;}
	.inews-md .swiper-slide .item .t2{font-size:14px;}
}
@media(max-width: 992px){
	.inews-md .swiper-slide{padding:0 1.5%;}
	.inews-md .swiper-slide .item .t1{font-size:16px;margin:20px 0;}
	.inews-md .swiper-slide .item .t2{font-size:12px;}
}
@media(max-width: 768px){
	.inews-md .swiper-slide{padding:0 2.5%;}
}
@media(max-width: 576px){
	.inews{padding:0;}
	.inews .container-fluid{padding:0;}
	.inews-md{padding:30px 45px;}
	.inews-md .swiper-slide{padding:0 5%;}
	.inews-md .swiper-slide .item .t1{font-size:14px;}
	.inews-bd{padding:15px 0;}
}

/*footer*/
.footer{background: #000000;}
.f-hd{padding:60px 0;color:#fff;}
.f-hd .left{width:50%;float: left;}
.f-hd .t1{font-size:24px;margin-bottom: 20px}
.f-hd .t2{line-height: 2}
.f-hd ul{overflow: hidden;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;margin-top: 15px;}
.f-hd ul li,.f-hd ul a{width:300px;margin:5px 0;}
.f-hd ul li:nth-child(2n),.f-hd ul a:nth-child(2n){width:calc(100% - 300px);}
.f-hd ul li i,.f-hd ul a i{color:yellow;margin-right: 10px;font-size:18px;float: left;}
.f-hd ul a:nth-child(1)  i, .f-hd ul a:nth-child(2) i{color:#25D366;}
.f-hd ul li span,.f-hd ul a span{padding:5px 0;float: left;width:calc(100% - 30px);color:#fff;}
.f-hd .right{width:40%;float: right;color:#fff;}
.f-hd .right .hdd{border-bottom:solid 1px rgba(255,255,255,.1);display: flex;flex-direction: row;justify-content: space-between;padding:15px 0;}
.f-hd .right .hdd span{font-size:18px;font-weight: bold;}
.f-hd .right .mdd{line-height: 2;padding:15px 0;font-size:15px;}
.f-bd{border-top:solid 1px rgba(255,255,255,.1);padding:35px 0;margin-top: 30px}
.f-hd .right .bdd{padding:30px 0;}
.f-bd .container-fluid{display: flex;flex-direction: row;width:100%;align-items: center;}
.f-bd img{margin-right: 10px;}
.f-bd p{width:calc(calc(100% - 100px)/2);font-size:14px;}
.f-bd .f-nav{width:calc(calc(100% - 100px)/2);display: flex;flex-direction: row;justify-content: space-around}
.f-bd .f-nav a{font-size:14px;color:#999999;}
.f-bd .f-nav a:hover{color:#fff;}
@media(max-width: 1200px){
	.f-bd .f-nav{display: none;}
	.f-bd p{width:calc(100% - 100px);}
}
@media(max-width: 992px){
	.f-hd{display: flex;flex-direction: column;}
	.f-hd .left{width:100%;}
	.f-hd .right{width:100%;margin-top: 30px}
	.f-bd{margin-top: 0}
}
@media(max-width: 576px){
	.footer{margin-top: 30px;}
	.f-hd ul li{width:100%;}
	.f-hd ul li:nth-child(2n){width:100%;}
}


/*l-banner*/
.l-banner{width:100%;height: 675px;overflow: hidden;color:#fff;background: url(../images/l-banner.jpg) top center no-repeat;background-size: cover;}
.l-banner .wrap{display: flex;flex-direction: column;align-items: center;justify-content: center;height: 100%}
.l-banner .wrap .t1{color:#fff;font-size:60px;font-weight: bold;text-shadow: 0 0 5px #333;margin-top: 100px;text-align: center;}
.l-banner .wrap i{font-size:40px;}
@media(max-width: 1600px){
	.l-banner{height: 600px}
}
@media(max-width: 1400px){
	.l-banner{height: 550px}
}
@media(max-width: 1200px){
	.l-banner{height: 500px}
	.l-banner .wrap .t1{font-size:50px;}
	.l-banner .wrap i{font-size:35px;}
}
@media(max-width: 992px){
	.l-banner{height: 450px}
	.l-banner .wrap .t1{font-size:45px;}
	.l-banner .wrap i{font-size:30px;}
}
@media(max-width:768px){
	.l-banner{height: 400px}
	.l-banner .wrap .t1{font-size:40px;margin-top: 50px;}
	.l-banner .wrap i{font-size:25px;}
}
@media(max-width:576px){
	.l-banner{height:260px}
	.l-banner .wrap .t1{font-size:26px;margin-top: 30px;}
	.l-banner .wrap i{font-size:20px;}
}

/*position*/
.position{overflow: hidden;background: #000000;padding:2px;height: 64px}
.p-left{display: flex;flex-direction: row;}
.p-left span{width:64px;height: 60px;border-radius: 5px;text-align: center;line-height: 60px;background: #1f63d2;margin-right: 15px;}
.p-left span i{color:#fff;font-size:30px;}
.p-left a{color:#fff;font-size:18px;padding:15px 20px;display: inline-block;border-radius: 5px;transition: all .5s;margin:0 3px;}
.p-left a:hover,.p-left a.on{background: var(--zhu-color);color:#fff;}
@media(max-width: 1200px){
	.position{height: 52px}
	.p-left span{height: 48px;line-height: 48px;}
	.p-left a{font-size:16px;padding:12px 15px;}
}
@media(max-width: 768px){
	.position{display: none;}
}

/*com-part1*/
.com-part1{padding:80px 0 45px;overflow: hidden;}
.com-part1 .container-fluid{display: flex;flex-direction: row;justify-content: space-between;}
.com-part1-left{width:50%;}
.com-part1-left .t1{color:#333333;font-size:60px;font-weight: bold;}
.com-part1-left .t2{color:#333333;font-size:16px;line-height: 2.2;margin-top: 45px}
.com-part1-right{width:50%;text-align: right;}
@media(max-width: 1400px){
	.com-part1-left .t1{font-size:50px;}
	.com-part1-left .t2{font-size:15px;margin-top: 30px;}
	.com-part1-right{padding-left: 60px}
}
@media(max-width: 1200px){
	.com-part1-left .t1{font-size:40px;}
	.com-part1-left .t2{font-size:14px;margin-top: 20px;}
	.com-part1-right{padding-left: 30px}
	.com-part1-right img{width:100%;height: 100%;object-fit: cover;}
}
@media(max-width: 992px){
	.com-part1{padding:60px 0;}
	.com-part1-left .t1{font-size:30px;}
}
@media(max-width: 768px){
	.com-part1{padding:30px 0;}
	.com-part1 .container-fluid{flex-direction: column-reverse;}
	.com-part1-left{width:100%;margin-top: 30px;}
	.com-part1-right{width:100%;padding-left: 0}

}
@media(max-width: 576px){
	.com-part1-left .t1{font-size:26px;}
	.com-part1-left .t2{line-height: 2;font-size:13px;}
}

/*com-part2*/
.com-part2{height: 315px;background: url(../images/com-part2-bg.jpg) center no-repeat;background-attachment: fixed;position: relative;}
.com-part2:before{content:'';position: absolute;top:0;left:0;width:100%;height: 100%;background: rgba(31,99,210,0.9);}
.com-part2 .wrapp{z-index: 1;height: 100%}
.com-part2 .container-fluid{display: flex;flex-direction: row;justify-content: space-between;align-items: center;height: 100%}
.com-part2-left{width:calc(100% - 500px);color:#fff;}
.com-part2-left .t1{font-size:48px;font-weight: bold;}
.com-part2-left .t2{font-size:24px;margin-top:20px; }
.com-part2-right{width:500px;text-align: right;}
@media(max-width: 1400px){
	.com-part2-left .t1{font-size:40px;}
	.com-part2-left .t2{font-size:20px;}
}
@media(max-width: 1200px){
	.com-part2-left .t1{font-size:34px;}
	.com-part2-left .t2{font-size:16px;}
}
@media(max-width: 992px){
	.com-part2-left{width:calc(100% - 370px);}
	.com-part2-left .t1{font-size:26px;}
	.com-part2-left .t2{font-size:14px;}
	.com-part2-right{width:350px;}
}
@media(max-width: 768px){
	.com-part2{height: auto;}
	.com-part2 .container-fluid{flex-direction: column;padding:60px 0;}
	.com-part2-left{width:100%;text-align: center;margin-bottom: 30px}
	.com-part2-right{width:100%;text-align: center;}
}
@media(max-width: 576px){
	.com-part2 .container-fluid{padding:45px 10px;}
	.com-part2-left .t1{font-size:20px;}
	
}

/*com-part3*/
.com-part3{padding:30px 0 45px;}
.com-part3-hd{padding:45px 0;font-size:48px;color:#333333;}
.com-part3-bd{overflow: hidden;}
.com-part3-bd a{border:solid 1px #ebebeb;display: block;}
.com-part3-bd a .img{padding-bottom: 72%}
.com-part3-bd a .txt{background:#f9f9f9;padding:30px 15px 45px;}
.com-part3-bd a .txt .t1{font-size:24px;color:#333333;text-align:center;}
.com-part3-bd a .txt .t2{width:116px;height:34px;background:#1f63d2;border-radius: 30px;margin:15px auto 0;display: flex;flex-direction: row;justify-content: center;align-items: center; }
.com-part3-bd a .txt .t2 span{color:#fff; }
.com-part3-bd a .txt .t2 .circle{width:24px;height: 24px;text-align: center;line-height: 24px;border-radius: 50%;background: #fff;margin-left:5px;}
.com-part3-bd a .txt .t2 .circle i{color:#000;font-size:12px;}
@media(max-width: 1200px){
	.com-part3-hd{font-size:40px;}
	.com-part3-bd a .txt .t1{font-size:20px;}
}
@media(max-width: 992px){
	.com-part3-hd{font-size:34px;}
	.com-part3-bd a .txt .t1{font-size:18px;}
}
@media(max-width:768px){
	.com-part3-hd{padding:0 0 30px;font-size:30px;}
	.com-part3-bd a .txt .t1{font-size:18px;}
}
@media(max-width:576px){
	.com-part3{padding:30px 0 0;}
	.com-part3 .container-fluid{padding:0;}

	.com-part3-hd{padding:0 15px 25px;font-size:26px;}
	.com-part3-bd{padding:0 45px;}
	.com-part3-bd a .txt{padding:15px 15px 30px;}
	.com-part3-bd a .txt .t1{font-size:15px;}
	
}

/*pinfo-section1*/
.pinfo-section1{background: url(../images/pinfo-section1-bg.jpg) center top no-repeat;padding-top:150px;}
.pinfo-section1 .wrap{padding-bottom: 60px;}
.pinfo-section1-box{background: rgba(255,255,255,.9);padding:15px 40px;box-shadow: 0px 10px 25px rgba(0,0,0,.2);}
@media(max-width: 1700px){
	.pinfo-section1 .wrap{padding:0 15px 60px;}
}
@media(max-width: 1400px){
	.pinfo-section1-box{padding:15px 15px;}
}
@media(max-width: 576px){
	.pinfo-section1{padding-top: 100px}
	.pinfo-section1 .wrap{padding:0 10px 30px;}
	.pinfo-section1-box{padding:10px;}
	
}






/*proType*/
.proType{overflow: hidden;padding:30px 0;}
.proType-hd{position: relative;padding:0 50px;}
.proType-hd .hd{width:100%;overflow: hidden;}
.proType-hd .swiper-slide a{display: flex;flex-direction: column;align-items: center;justify-content: center;height: 120px;transition: all .5s;color:#333;}
.proType-hd .swiper-slide i{font-size: 45px;line-height: 1.5;}
.proType-hd .swiper-slide p{font-size: 16px;}
.proType-hd .swiper-slide a:hover{background: url(../images/myswiper-hover.jpg) no-repeat;color:#fff;background-size:100% 100%;}
.proType-hd .next{position: absolute;right:0px;top:35px;z-index: 2}
.proType-hd .prev{position: absolute;left:0px;top:35px;z-index: 2}
.proType-hd .next i,.proType-hd .prev i{color:#474747;font-size: 30px;cursor: pointer;}
.proType-hd .next:hover i,.proType-hd .prev:hover i{color:var(--zhu-color);}
@media(max-width: 576px){
	.proType{padding:15px 0;}
	/*.proType-hd .next,.proType-hd .prev{display: none;}*/
	/*.proType-hd .swiper-slide{height: 80px}*/
	.proType-hd{padding:0;}
	.proType-hd .swiper-slide i{font-size: 30px;}
	.proType-hd .swiper-slide p{font-size: 14px;}
}

/*pro-section*/
.pro-section{padding:15px 0;}
.pro-section-hd{display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.pro-section-hd .left{position: relative;}
.pro-section-hd .left:before{content:'';width:3px;height: 28px;background: var(--zhu-color);position: absolute;left:0;top:1px;}
.pro-section-hd .left b{font-size: 28px;color:#333333;margin:0 10px;line-height: 1}
.pro-section-hd .left span{text-transform: uppercase;font-size: 18px;color:#999999;}
.pro-section-hd .right{font-size: 16px;color:#333;transition: all .5s}
.pro-section-hd .right:hover{color:var(--zhu-color);}
.pro-section-bd{margin: 30px 0 15px}
.pro-section-bd .box{display: block;border:solid 1px #eee;padding:15px 15px 25px;transition: all .5s;}
.pro-section-bd .box .img{padding-bottom: 75%;}
.pro-section-bd .box p{padding:15px 10px;font-size: 18px;color:#333333;text-align: center;}
.pro-section-bd .box .btnn{display: flex;flex-direction: row;justify-content: space-between;}
.pro-section-bd .box .btnn a{width:45%;height: 40px;border:solid 1px #dadada;display: flex;flex-direction: row;justify-content: center;align-items: center;font-size: 15px;}
.pro-section-bd .box .btnn a i{font-size: 18px;margin-right: 5px;line-height: 1}
.pro-section-bd .box .btnn a.lt{color:#333333;transition: all .5s}
.pro-section-bd .box .btnn a.rt{color:var(--zhu-color);border-color:var(--zhu-color);transition: all .5s}
.pro-section-bd .swiper-slide .box:hover {box-shadow: 0 0 15px #ddd;}
.pro-section-bd .swiper-slide .box:hover a{color:#fff;}
.pro-section-bd .swiper-slide .box:hover a.lt{background: var(--pei-color)}
.pro-section-bd .swiper-slide .box:hover a.rt{background: var(--zhu-color)}
.pro-section-bd .swiper-slide .box .btnn a:hover{border-radius: 10px}

@media(max-width: 576px){
	.pro-section-hd .left b{font-size: 24px;}
	.pro-section-hd .left span{display: none;}
	.pro-section-hd .left:before{height: 24px;}
	.pro-section-bd .box{padding:5px;}
	.pro-section-bd .box p{font-size: 14px;}
	.pro-section-bd .box .btnn{flex-direction:column;align-items: center;}
	.pro-section-bd .box .btnn a{width:90%;margin-bottom: 10px;font-size: 12px;height: 30px;line-height: 30px}
	
}

/*proType2*/
.proType2{padding:30px 0;}
.proType2 a{padding:5px 15px;border:solid 1px #ddd;color:#333;margin-right: 10px;display: inline-block;font-size: 16px;transition: all .5s;margin-bottom: 10px}
.proType2 a:hover{color:var(--zhu-color);border-color:var(--zhu-color);}
@media(max-width: 576px){
	.proType2{padding:15px 0;}
	.proType2 a{padding:3px 8px;font-size: 14px}
}

/*prolist*/
.prolist{}
.prolist .row>div{margin-bottom: 30px;}
.prolist .box{display: block;border:solid 1px #ddd;padding:15px;transition: all .5s;}
.prolist .box .img{padding-bottom: 75%;}
.prolist .box p{padding:15px 10px;font-size: 18px;color:#333333;text-align: center;}
.prolist .box .btnn{display: flex;flex-direction: row;justify-content: space-between;}
.prolist .box .btnn a{width:45%;height: 40px;border:solid 1px #dadada;display: flex;flex-direction: row;justify-content: center;align-items: center;font-size: 15px;}
.prolist .box .btnn a i{font-size: 18px;margin-right: 5px;line-height: 1}
.prolist .box .btnn a.lt{color:#333333;transition: all .5s}
.prolist .box .btnn a.rt{color:var(--zhu-color);border-color:var(--zhu-color);transition: all .5s}
.prolist .box:hover{box-shadow: 0 0 15px #ddd;}
.prolist .box:hover .btnn a{color:#fff;}
.prolist .box:hover .btnn a.lt{background: var(--pei-color);}
.prolist .box:hover .btnn a.rt{background: var(--zhu-color);}
.prolist .box .btnn a:hover{border-radius: 10px;}


@media(max-width: 576px){
	.prolist .box{padding:5px;}
	.prolist .box p{font-size: 14px;}
	.prolist .box .btnn{align-items: center;}
	.prolist .box .btnn a{width:48%;margin-bottom: 10px;font-size: 12px;height: 30px;line-height: 30px}
}

/*prolist*/
.prolist1{margin-top: 30px;}
.prolist1 .wrapp{display: flex;flex-direction: row;padding:0 0px 0 15px;justify-content: space-between;}
.prolist1-left{width:296px;margin-bottom: 30px;}
.prolist1-right{width:calc(100% - 311px);}
.prolist1-right .item{margin-bottom: 30px;display: block;padding:8px;border:solid 1px #eeeddf;position: relative;}
.prolist1-right .item .img img{transform: scale(1.1,1.1);transition: all .5s}
.prolist1-right .item p{height:40px;background:rgba(0,0,0,.5);line-height: 40px;font-size: 16px;text-align: center;padding:0 15px;transition: all .5s;color:#fff;position: absolute;bottom:8px;left:8px;max-width: calc(100% - 16px)}
.prolist1-right .item:hover .img img{transform: scale(1,1);}
.prolist1-right .item:hover p{background: var(--zhu-color);color:#fff;}
@media(max-width: 1400px){
	.prolist1-left .sidebar{width:100%;}
}
@media(max-width: 1200px){
	.prolist1 .wrapp{padding:0;}
	.prolist1-left{display: none}
	.prolist1-right{width:100%;}
}
@media(max-width: 576px){
	.prolist1-right .row>div{padding-left: 3px;padding-right: 3px;}
	.prolist1-right .item{margin-bottom: 15px;}
	.prolist1-right .item p{padding:0px 5px;font-size: 12px;height: 30px;line-height: 30px;}
}


#playercontainer{margin:0 auto;}


.honorlist .item{border:solid 1px #eee;padding:15px;text-align: center;transition: all .5s}
.honorlist .item .md{font-size:16px;font-weight: bold;padding:10px 0;color:#333;transition: all .5s}
.honorlist .item .bd{border-top:solid 1px #cecece;display: flex;flex-direction: row;justify-content: space-between;padding:15px 10px 0;position:relative;}
.honorlist .item .bd:before{content:'';position:absolute;left:0;height: 2px;background: var(--zhu-color);width:0;transition: all .5s;top:0;}
.honorlist .item .bd span{color:#999;}
.honorlist .item .bd i{color:#666;font-size:25px;line-height: 1}
.honorlist .item:hover{box-shadow: 0 0 10px #ddd;}
.honorlist .item:hover .bd:before{width:100%;}
.honorlist .item:hover .md{letter-spacing: 2px;color:var(--zhu-color);}
.honorlist .item a .hd .img img{object-fit: contain;}
/*proinfo*/
.proinfo-part1{overflow: hidden;padding:15px 0;}
.proinfo-part1 .container-fluid{display: flex;flex-direction: row;justify-content: space-between;}
.proinfo-part1-left{width:610px;overflow: hidden;padding-bottom: 15px;}
.proinfo-part1-left .img{padding-bottom: 75%}
.proinfo-part1-left .pagination{display: flex;flex-direction: row;justify-content: center;margin-top: 10px;}
.proinfo-part1-left .pagination .swiper-pagination-bullet{width:15px;border-radius: 0;height: 4px;transition: all .5s}
.proinfo-part1-left .pagination .swiper-pagination-bullet-active{background: var(--zhu-color);width:25px;}
.proinfo-part1-right{width:calc(100% - 660px);overflow: hidden;}
.proinfo-part1-right .hd{border-bottom:solid 1px #c6c4c4;padding:0px 0 10px;position: relative;}
.proinfo-part1-right .hd:after{content:'';position: absolute;width:155px;height: 3px;background: var(--zhu-color);left:0;bottom:-2px;}
.proinfo-part1-right .hd .t1{font-size: 36px;color:#282828;font-weight:bold;}
.proinfo-part1-right .hd .t2{color:#ddd;text-transform: uppercase;}
.proinfo-part1-right .md{padding:25px 0 15px;}

.proinfo-part1-right .md .t2{overflow: hidden;margin-bottom: 15px;}
.proinfo-part1-right .md .t2 b{font-size: 18px;color:#333333;float: left;}
.proinfo-part1-right .md .t2 p{width:calc(100% - 130px);float: right;line-height: 30px;font-size:16px; word-wrap: break-word; /* 旧版浏览器支持 */overflow-wrap: break-word; /* 标准属性 */}
.proinfo-part1-right .md .t2 p span{border:solid 1px #efd1cc;background: #f2e3e0;padding:3px 10px;color:#d33f23;font-size: 15px;margin-right: 12px;display: inline-block;}
.proinfo-part1-right .md .t1{font-size: 14px;color:#666666;line-height:36px;width:100%!important;margin-top: 10px;}
.proinfo-part1-right .md ul{border-top:solid 1px #eee;border-bottom:solid 1px #eee;padding:18px 0;display: flex;flex-direction: row;justify-content: space-around;margin-top: 25px}
.proinfo-part1-right .md ul li{width:80px;display: flex;flex-direction:column;text-align: center;transition: all .5s;cursor: pointer;align-items: center;}
.proinfo-part1-right .md ul li i{width:60px;height: 60px;border:solid 1px #eee;text-align: center;line-height: 60px;font-size: 35px;color:#666666;border-radius: 50%;margin-bottom: 10px;transition: all .5s;}
.proinfo-part1-right .md ul li span{font-size: 16px;}
.proinfo-part1-right .md .hd{border-bottom: none;padding:0;}
.proinfo-part1-right .md .hd:after{display: none;}

.proinfo-part1-right .md ul li:hover i,.proinfo-part1-right .md ul li.on i{background: var(--zhu-color);border-color:var(--zhu-color);color:#fff;animation: swing 1s;box-shadow: 0 0 10px #bbb;}
.proinfo-part1-right .bd{padding:15px 0;overflow: hidden;width:100%;display: flex;flex-direction: row;justify-content: space-between;}
.proinfo-part1-right .bd a{font-size: 16px;color:#fff;width:190px;height: 50px;line-height: 50px;text-align: center;background: var(--zhu-color);border-top-left-radius: 20px;border-bottom-right-radius: 20px;display: block;transition: all .5s;float: left;}
.proinfo-part1-right .bd a:hover{border-radius: 0;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}
.proinfo-part1-right .bd .lt{width:300px;float: left;}
.proinfo-part1-right .bd .lt i{color:var(--zhu-color);font-size: 55px;float: left;line-height: 1}
.proinfo-part1-right .bd .lt .txt{width:calc(100% - 60px);float: right;}
.proinfo-part1-right .bd .lt .txt .t1{color:#666666;font-size: 16px;}
.proinfo-part1-right .bd .lt .txt .t2{color:var(--zhu-color);font-size: 26px;font-weight: bold;line-height: 1}
@media(max-width: 1400px){
	
	.proinfo-part1-left{width:550px;}
	.proinfo-part1-right{width:calc(100% - 580px);}
	.proinfo-part1-right .hd{padding:0px 0 10px;}
	.proinfo-part1-right .hd .t1{font-size: 28px;}
	.proinfo-part1-right .md .t2{margin-bottom: 5px}
	.proinfo-part1-right .md .t2 p{margin-top: 0px}
	.proinfo-part1-right .md .t1{margin-top: 5px!important;}
}

@media(max-width: 1200px){
	.proinfo-part1-left{width:500px;}
	.proinfo-part1-right{width:calc(100% - 530px);}
	.proinfo-part1-right .md ul{margin-top: 15px;}
	.proinfo-part1-right .md ul li i{width:50px;height: 50px;font-size:30px;line-height: 50px;}
	.proinfo-part1-right .bd{display: flex;flex-direction: row;justify-content: space-between;}
	.proinfo-part1-right .bd .lt{width:260px;}
	.proinfo-part1-right .bd .lt .txt .t2{font-size: 22px;}
	.proinfo-part1-right .bd a{width:150px;}

	
}
@media(max-width: 1024px){
	.proinfo-part1-left{width:400px;}
	.proinfo-part1-right{width:calc(100% - 430px);line-height: 30px;}
	.proinfo-part1-right .hd .t1{font-size: 26px}
	.proinfo-part1-right .md{padding:15px 0 0;}
	.proinfo-part1-right .md .t2 b{font-size: 16px;}
	.proinfo-part1-right .md .t2 p{font-size:14px;}
	.proinfo-part1-right .md .t1{margin:0!important;font-size: 14px;line-height: 24px!important}
	.proinfo-part1-right .md ul{margin-top: 10px;padding:10px 0;}
	.proinfo-part1-right .md ul li i{width:40px;height: 40px;font-size:25px;line-height:40px;}
	.proinfo-part1-right .md ul li span{font-size: 14px;}
	.proinfo-part1-right .bd{align-items: center;}
	.proinfo-part1-right .bd .lt .txt .t1{font-size:14px;}
	.proinfo-part1-right .bd .lt .txt .t2{font-size:18px;}
	.proinfo-part1-right .bd a{height: 36px;line-height: 36px;}

}
@media(max-width: 992px){
	.proinfo-part1 .container-fluid{flex-direction: column;}
	.proinfo-part1-left{width:550px;}
	.proinfo-part1-right{width:100%;}
	.proinfo-part1-right .bd{display:flex;flex-direction: row;justify-content: space-between;}
}
@media(max-width:768px){
	.proinfo-part1-left{width:100%;}
}
@media(max-width:576px){
	.proinfo-part1{padding:0;}
	.proinfo-part1-right .bd{flex-direction:column;}
	.proinfo-part1-right .hd .t1{font-size: 18px;}
	.proinfo-part1-right .md .t2 b{font-size: 15px;}
	.proinfo-part1-right .md .t2 p{line-height: 24px;width:100%;font-size:12px;}
	.proinfo-part1-right .md .t2 p span{font-size: 14px;margin-bottom: 5px;}

	.proinfo-part1-right .bd a{margin-top: 15px;height: 40px;line-height: 40px;}
	.proinfo-part1 .container-fluid{padding:0;}
	.proinfo-part1-right .bd .lt .txt .t1{font-size:12px;}
	.proinfo-part1-right .bd .lt .txt .t2{font-size:16px;}
	.proinfo-part1-right .md ul li span{font-size:10px;}
}

/*proinfo-part2*/
.proinfo-part2{overflow: hidden;margin-top: 15px;}
.proinfo-part2-hd{border-bottom:solid 1px #eae8e8;display: flex;flex-direction: row;}
.proinfo-part2-hd a{width:190px;height: 48px;display: block;position: relative;color:#333333;font-size: 16px;transition: all .5s;text-align: center;line-height: 48px;}
.proinfo-part2-hd a:before{content:'';height: 3px;width:100%;background: var(--zhu-color);position: absolute;bottom:-1px;left:0;width:0;transition: all .5s}
.proinfo-part2-hd a:after{width:1px;height: 20px;content:'';position: absolute;right:0;top:15px;transition: all .5s;background: #928f8f}
.proinfo-part2-hd a.on,.proinfo-part2-hd a:hover{color:var(--zhu-color);}
.proinfo-part2-hd a.on:before,.proinfo-part2-hd a:hover:before{width:100%;}
.proinfo-part2-hd a:last-child:after{display: none;}
.proinfo-part2-bd{overflow: hidden;width:100%;padding:15px 0;display: flex;flex-direction: row;justify-content: space-between;}
.proinfo-part2-bd .left{width:calc(100% - 360px);max-width: 1240px}
.proinfo-part2-bd .right{width:360px;}
.proinfo-part2-bd .right.sticky{position: fixed;}
.proinfo-part2-bd .section1{padding:30px 0 0px;}
.proinfo-part2-bd .section1-hd{position: relative;overflow: hidden;height: 60px;padding:10px 0;}
.proinfo-part2-bd .section1-hd .hd{font-size: 60px;text-shadow: 1px 1px #f0f0f0, -1px -1px #f0f0f0, 1px -1px #f0f0f0, -1px 1px #f0f0f0;position: absolute;top:0;left:0;text-transform: uppercase;font-family: Arial;color:#fff;line-height: 1}
.proinfo-part2-bd .section1-hd .bd{position: absolute;top:3px;left:0;display: flex;flex-direction: row;align-items: center;}
.proinfo-part2-bd .section1-hd .bd span{color:#212121;font-size: 30px;font-weight: bold;float: left;}
.proinfo-part2-bd .section1-hd .bd i{width:50px;height: 1px;background: var(--zhu-color);margin:0 15px;}
.proinfo-part2-bd .section1-hd .bd p{color:var(--zhu-color);font-size: 18px;text-transform: uppercase;}
.proinfo-part2-bd .section1-bd{line-height:2;padding:30px 0;min-height: 300px;font-size: 120%; word-wrap: break-word; /* 旧版浏览器支持 */overflow-wrap: break-word; /* 标准属性 */}
.proinfo-part2-bd .section2{overflow: hidden;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}
.proinfo-part2-bd .section2 li{width:48%;background: #f6f5f4;padding:22px 0 0px 0px;overflow: hidden;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;margin-bottom: 15px;}
.proinfo-part2-bd .section2 li i{font-size: 40px;color:var(--zhu-color);width:90px;line-height: 1.3;text-align: center;transition: all .5s}
.proinfo-part2-bd .section2 li .txt{width:calc(100% - 100px);padding-right: 22px;padding-bottom: 22px;height: 100%;}
.proinfo-part2-bd .section2 li .txt .t1{color:#333333;font-size: 26px;margin-bottom: 10px;transition: all .5s}
.proinfo-part2-bd .section2 li .txt .t2{color:#999999;line-height: 30px;transition: all .5s}
.proinfo-part2-bd .section2 li.on{background:var(--zhu-color);}
.proinfo-part2-bd .section2 li.on i{color:#fff;}

.proinfo-part2-bd .section2 li.on .txt .t1{color:#fff;}
.proinfo-part2-bd .section2 li.on .txt .t2{color:#fff;}

@media(max-width: 1400px){
	.proinfo-part2-bd .section2 li{width:49%;}
	.proinfo-part2-bd .section2 li i{width:60px;font-size: 30px}
	.proinfo-part2-bd .section2 li .txt{width:calc(100% - 65px);}
	.proinfo-part2-bd .section2 li .txt .t1{font-size: 26px;}
	.proinfo-part2-bd .section3-bd a{width:32%;}
	.proinfo-part2-bd .section3-bd a:nth-child(n+7){display: none;}
}
@media(max-width: 1200px){
	.proinfo-part2-bd .left{width:100%;}
	.proinfo-part2-bd .right{display: none}
}
@media(max-width: 768px){
	.proinfo-part2-bd .section2 li{width:100%;}
	.proinfo-part2-bd .section3-bd a{width:49%;}
}
@media(max-width: 576px){
	.proinfo-part2-hd{display: none;}
	.proinfo-part2-bd .section2 li{padding:15px 0 0 10px;}
	.proinfo-part2-bd .section2 li i{width: 40px;font-size: 26px}
	.proinfo-part2-bd .section2 li .txt{width:calc(100% - 45px);padding-right: 10px}
	.proinfo-part2-bd .section2 li .txt .t1{font-size: 22px}
	.proinfo-part2-bd .section2 li .txt .t2{line-height: 24px}
	.proinfo-part2-bd .section1{padding:0;}
	.proinfo-part2-bd .section1-hd .bd p{display: none;}
	.proinfo-part2-bd .section1-hd .bd i{display: none;}
	.proinfo-part2-bd .section1-hd .hd{font-size: 42px}
	.proinfo-part2-bd .section1-bd{font-size:100%;}
	.proinfo-part2-bd .section1-hd .bd span{font-size:24px;}
}


/*proinfo-part3*/
.proinfo-part3{}
.proinfo-part3-bd{position: relative;padding:30px 0;margin-bottom: 60px}
.proinfo-part3-bd .swiper-slide{transition: all .5s;margin-top: 15px;margin-bottom: 30px;}
.proinfo-part3-bd .swiper-slide a{display: block;border:solid 1px #eee;}
.proinfo-part3-bd a .img{padding-bottom: 75%}
.proinfo-part3-bd a .img .zhezhao{position: absolute;top:0;left:0;width:0;height: 0;background: rgba(0,0,0,0.5);opacity: 0;transition: all .5s;z-index: 1;display: flex;flex-direction: row;justify-content:center;align-items: center;}
.proinfo-part3-bd a .img .zhezhao i{font-size: 50px;color:#fff;}
.proinfo-part3-bd p{width:100%;background: #f5f5f5;color:#333;font-size: 16px;padding:0px 10px;text-align: center;position: absolute;bottom:-60px;left:0;transition: all .5s;height: 60px;line-height:60px}
.proinfo-part3-bd p i{display: none;font-size: 50px}
.proinfo-part3-bd p:after{content:'';position: absolute;bottom:0;left:0;height: 3px;background: var(--zhu-color);width:0;transition: all .5s;}
.proinfo-part3-bd .swiper-slide.on{box-shadow: 0 0 10px #666;margin-top: -5px;border-radius: 5px;overflow: hidden;}
.proinfo-part3-bd .swiper-slide.on a .img .zhezhao{width:100%;height: 100%;opacity: 1;}
.proinfo-part3-bd .swiper-slide.on a p{background: rgba(0,0,0,0.5);display: flex;flex-direction:column;justify-content: center;align-items: center;color:#fff;height: 100%;bottom:0;}
.proinfo-part3-bd .swiper-slide.on a p i{display: block;}
.proinfo-part3-bd .swiper-slide.on a p:after{width:100%;}
.proinfo-part3-bd .next,.proinfo-part3-bd .prev{width:60px;height: 60px;text-align: center;line-height: 60px;border-radius: 50%;transition: all .5s;position: absolute;top:45%;z-index: 1;}
.proinfo-part3-bd .next i,.proinfo-part3-bd .prev i{color:rgba(255,255,255,0.5);font-size: 30px;transition: all .5s}
.proinfo-part3-bd .next{left:0;}
.proinfo-part3-bd .prev{right:0;}
.proinfo-part3-bd .next:hover,.proinfo-part3-bd .prev:hover{background: rgba(255,255,255,.5);}
.proinfo-part3-bd .next:hover i,.proinfo-part3-bd .prev:hover i{color: var(--zhu-color);}
@media(max-width: 576px){
	.proinfo-part3-bd{padding:15px 30px 0;margin-bottom:15px;}
	.proinfo-part3-bd .next, .proinfo-part3-bd .prev{width:34px;height: 34px;line-height: 34px;top:40%;}
	.proinfo-part3-bd .next i,.proinfo-part3-bd .prev i{font-size: 20px;}
	.proinfo-part3-bd p{font-size:13px;height: 32px;line-height: 32px;line-height: 32px;bottom:-35px;}
	.proinfo-part3-bd p i{font-size:30px;}
}

/*proinfo-part4*/
.proinfo-part4 .section3-bd{overflow: hidden;padding:15px 0;}
.proinfo-part4 .section3-bd a{display: block;width:24%;position: relative;margin-bottom: 10px;border:solid 1px #eee;margin:0.5% 0.5%;box-sizing: border-box;float: left;}
.proinfo-part4 .section3-bd a .txt{position: absolute;top:0;left:0;width:100%;height: 100%;background: rgba(255,255,255,.7);text-align: center;display: flex;flex-direction: row;justify-content: center;align-items: center;padding:0 15px;line-height: 1.5;color:var(--zhu-color);font-size: 16px;opacity: 0;transition: all .5s;font-weight:bold;overflow: hidden;}
.proinfo-part4 .section3-bd a:hover .txt,.proinfo-part4 .section3-bd a.on .txt{width:calc(100% - 30px);height: calc(100% - 30px);top:15px;left:15px;opacity: 1}
@media(max-width: 1400px){
	.proinfo-part4 .section3-bd a{width:32%;}
	.proinfo-part4 .section3-bd a:nth-child(n+7){display: none;}
}

@media(max-width: 768px){
	.proinfo-part4 .section3-bd a{width:49%;}
	.proinfo-part4 .section3-bd a .txt{font-size:10px;}
}

/*sidebar*/
.sidebar{width:296px;float: right;background: #f8f8f8;}
.sidebar .hd{ width:100%;background: var(--zhu-color);position: relative;color:#fff;padding:20px 0 20px 20px;}
.sidebar .hd:before{content:'product';position: absolute;color:rgba(255,255,255,.10);font-size: 50px;font-weight:bold;top:25px;left:20px;text-transform: uppercase;line-height: 1}
.sidebar .hd .t1{font-weight: bold;font-size: 36px;}
.sidebar .hd .t2{font-size: 12px;}
.sidebar .md{overflow: hidden;padding:15px 0;}
.sidebar .md a{display: block;border-bottom:solid 1px #d5d4d4;padding:15px 25px;}
.sidebar .md a .t1{font-size: 18px;color:#333333;transition: all .5s}
.sidebar .md a .t2{font-size: 12px;text-transform: uppercase;color:#999999;transition:all .5s;}
.sidebar .md a:last-child{border-bottom: none;}
.sidebar .md a:hover{background: var(--zhu-color);}
.sidebar .md a:hover .t1{color:#fff;padding-left: 10px}
.sidebar .md a:hover .t2{color:#fff;}
.sidebar .bd{padding:28px;background: var(--zhu-color);display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.sidebar .bd i{color:#fff;font-size: 46px;}
.sidebar .bd .txt{width:calc(100% - 60px);color:#fff;}
.sidebar .bd .txt .t2{font-size:24px;font-weight: bold; }
@media(max-width: 1400px){
	.sidebar{width:calc(100% - 30px);}
}

/*contact*/

.conatct1{background: #f5f5f5; padding: 5px 0 35px 0; overflow: hidden;position: relative;}
.conatct1 .map{width:100%;}
.contact-way{position: absolute;top:60px;left:0;width:100%;z-index: 1}
.contact11{ border: 1px solid #dedede; background: #fff; overflow: hidden;width:450px;}
.maptxt{ width: 100%; padding: 35px; overflow: hidden;}
.maptxt .mapt1{ width: 100%; height: 77px; overflow: hidden; position:relative;}
.maptxt .mapt1 .mapt11{ color: var(--zhu-color); font-size: 38px; font-weight: 700; line-height: 55px;}
.maptxt .mapt1 .mapt12{ width: 100%; /*background: #fff;*/ height: 43px; line-height: 43px;overflow:hidden; position: absolute; left:0; bottom:0; z-index:999; color: #333; font-size: 16px;}
.maptxt .mpat2{ padding: 15px 0; line-height: 35px; border-bottom: 1px solid #dedede; color: #666; }
.maptxt .mpat2 .iconfont{ color: var(--zhu-color); font-size: 24px; margin-right: 10px;position: relative; top:3px; }
.mapt3{ padding: 15px 0;width:100%;display: flex;flex-direction: row;}
.mapt3 li{ width:48%;text-align: center;}
.mapt3 li p{width:100%;float: left;}
.mapt3 .conatctewm{ width: 140px; height: 140px; }

.mapt33{ width: 100%; float: right; padding-top: 5px;}
.mapt33 b{ font-size: 18px; color: #333;}
.mapt33 .t100{ font-size: 14px; color: #999;margin: 5px 0 0 0;}
.mapt33 .t101{ font-size: 14px; color: #999; margin: 8px 0;float: left;margin-right:10px;}
.mapt33 .share{padding:10px 0;}
.map{ width: 100%; overflow: hidden;}
#dituContent{ width: 100%; height:730px; border-left: 1px solid #dedede; }


.conatct2{ background: url(../images/f-message.jpg) no-repeat top center; overflow: hidden; padding: 35px 0;}
.conatct2 .hd{ overflow: hidden;}
.conatct2 .hd p{ width: 50%; float: left; height: 35px; border-left: 5px solid var(--pei-color); color: #fff; line-height: 35px; font-size: 36px; text-indent: 10px; font-weight: 700;}
.conatct2 .hd span{ float: right; text-align: right; color: #fff; line-height: 35px;}
.conatct2 .hd span .iconfont{ margin-left: 5px; font-size: 25px;}
.conatct2 .bd{ padding-top: 45px; overflow: hidden;}
.conatct2 .bd ul{ padding-bottom: 13px; overflow: hidden;}
.m10{ width: 49%;}
.m1{ width: 100%; border: none; background: #fff; line-height: 55px; height: 55px; text-indent: 20px; font-size: 16px; color: #666;}
.m3{ background: #fff; padding: 15px; font-size: 16px; color: #666;}
.m4{ width: 100%; border: none;font-size: 16px; color: #666; margin-top: 10px;}
.m5{ width: 65%; float: left; height: 55px; background: #fff;}
.m6{ width: 150px; border: none; height: 55px; text-indent: 20px; font-size: 16px; color: #666;}
.m7{ width: 120px; height: 48px; border: 1px solid #eee;}
.m9{ width: 33%; float: right; height: 55px;}
.m9 a{display: block; width: 100%; height: 55px; background: var(--zhu-color); text-align: center; font-size: 18px; line-height: 55px; color: #fff;}
.m9 a:hover{background: var(--zhu-color); transition: all .5s;}
.conatct3{ padding: 35px 0; overflow: hidden;}
.c3-1{ text-align: center; padding:30px; background: #f6f6f6; overflow: hidden;border-radius: 5px}
.c311{ margin-bottom: 20px;}
.c322{ font-size: 24px; color: #333;}
.c333{ font-size: 16px; color: #666; line-height: 35px; padding: 25px 0;}
.c344 a{display: block; width: 156px; height: 38px; margin: 15px auto; line-height: 38px; border: 1px solid var(--zhu-color); color: var(--zhu-color);}

.c3-1:hover{ background:rgba(21,90,204,.5);transition: all .5s;}
.c3-1:hover .c322{ color: #fff;transition: all .5s;}
.c3-1:hover .c333{  color: #fff; transition: all .5s;}
.c3-1:hover .c344 a{border: 1px solid #fff; color:#fff;transition: all .5s;}
@media(max-width: 768px){
	.contact-way{top:30px;position: relative;}
	.contact11{width:100%;}
	.c3-1{padding:30px 15px;}
}
@media(max-width: 576px){
	.maptxt{padding:15px;}
	.mapt33{width:100%;}
	.c311{margin-bottom: 5px;}
	.c311 img{width:40px;}
	.c322{font-size: 20px;}
	.c333{padding:10px 0;font-size: 14px;line-height: 24px;}
}



/*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;}

/*边框*/
.bk{position: absolute;top:0;left:0;width:100%;height: 100%;z-index: 1}
.bk-width,.bk-height{position: relative;width:100%;height: 100%}
.bk-height{top:-100%;left:0;}
.bk-width:before,.bk-width:after,.bk-height:before,.bk-height:after{content:'';background: var(--zhu-color);position: absolute;}
.bk-width:before,.bk-width:after{width:0%;height: 1px;transition: all .8s}
.bk-height:before,.bk-height:after{width:1px;height: 0%;transition: all .8s}
.bk-width:before{top:0;left:0;}
.bk-width:after{bottom:0;right:0;}
.bk-height:before{top:0;right:0;}
.bk-height:after{bottom:0;left:0;}
.bk:hover .bk-width:before,.bk:hover .bk-width:after{width:100%;}
.bk:hover  .bk-height:before,.bk:hover .bk-height:after{height:100%;}


/*newslist*/
.newslist{padding: 30px 0;overflow: hidden;background: #f2f3f4}
.newslist .item{border-radius: 5px;width:100%;overflow: hidden;background: #fff;padding:30px;display: block;margin-bottom: 30px;position: relative;}
.newslist .item:after{content:'';position: absolute;bottom:0;left:0;width:0;height: 2px;background: var(--zhu-color);transition: all .5s}
.newslist .item .img{padding-bottom: 55%;}
.newslist .item .img img{transition: all .5s}
.newslist .item .t1{color:#999;transition: all .5s}
.newslist .item .t2{color:#333;font-size: 22px;font-weight: bold;margin:10px 0 20px;transition: all .5s}
.newslist .item .t3{display: flex;flex-direction: row;width:100%;justify-content: space-between;margin-top: 30px;transition: all .5s;align-items: center;}
.newslist .item .t3 span{color:#666;transition: all .5s;font-size: 16px}
.newslist .item .t3 .icon{width:32px;height: 32px;text-align: center;line-height: 22px;border-radius: 50%;background: #9a9a9a;padding:5px;transition: all .5s;position: relative;float: right;transition: all .5s}
.newslist .item .t3 .icon i{color:#fff;animation:ltToRt 1s linear 0s infinite normal;position: absolute;font-size:18px;transition: all .5s}
.newslist .item:hover:after{width:100%;}
.newslist .item:hover .img img{transform: scale(1.05,1.05);}
.newslist .item:hover .t1{color:var(--zhu-color);}
.newslist .item:hover .t2{color:var(--zhu-color);}
.newslist .item:hover .t3 span{color:var(--zhu-color);}
.newslist .item:hover .t3 .icon{background:var(--zhu-color);color:#fff;}
@media(max-width: 576px){
	.newslist .item{padding:15px 10px;}
	.newslist .item .t2{font-size: 18px;}
	.newslist .item .t3{margin-top: 15px;}
}

/* 动画代码 */
@keyframes ltToRt {
  from {left:0px;}
  to {left:40px;}
}
/*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% - 30px)/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: 18px;}
	.newsinfo .t2{font-size: 14px;padding:15px 0 30px;}
	.newsinfo .newsPage>div{line-height: 20px;padding:10px;}
}

/*contact*/
.contact-box{background:url(../images/contact-bg.jpg) center bottom no-repeat #f6f5f5;padding: 15px 0 180px;}
.contact-box .container-fluid{display: flex;flex-direction: row;}
.contact-left{background:#fff;padding:60px 40px 40px;display: flex;flex-direction: row;width:45%;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.contact-left li{width:47%;border-radius: 10px;background: #f9f9f9;text-align: center;margin-bottom: 30px;display: flex;flex-direction: column;align-items: center;justify-content: center;border:solid 1px #eee;padding:30px;}
.contact-left li i{font-size: 36px;color:var(--zhu-color);line-height: 1;height: 40px}
.contact-left li:nth-child(2) i{font-size: 42px}
.contact-left li:nth-child(3) i{font-size: 52px;margin-top: -5px}
.contact-left li:nth-child(4) i{font-size: 40px}
.contact-left li .t1{font-size: 16px;padding:10px 0;font-weight: bold;}
.contact-left li .t2{font-size: 13px;color:#666;}
.contact-right{width:55%;background: #e7ebec;padding:15px 25px 40px;}
.contact-right .t1{font-size: 24px;color:var(--zhu-color);font-weight: bold;margin:20px 0 40px;}
.contact-right .message{display: flex;flex-direction: row;justify-content: space-between;width:100%;flex-wrap:wrap;}
.contact-right .message .input-text{width:48%;background-color: #fff;border-radius: 5px;padding:15px 20px;font-size: 16px;color: #999999;margin-bottom: 20px;}
.contact-right .message .area{width:100%;padding:15px 20px;background-color: #fff;border-radius: 5px;font-size: 16px;color: #999999;height: 130px;border:none;margin-bottom: 20px;}
.contact-right .message .yanzheng{display: flex;flex-direction: row;justify-content: space-between;width:100%;}
.contact-right .message .yanzheng img{width:163px;height: 50px}
.contact-right .message .yanzheng .code{width:163px;background-color: #fff;border-radius: 5px;padding:15px 20px;font-size: 16px;color: #999999;}
.contact-right .message .yanzheng .submit{width:calc(100% - 350px);background-color:var(--zhu-color);border-radius: 5px;padding:16px 0px;font-size: 16px;color: #fff;transition: all .5s;text-align: center}
.contact-right .message .yanzheng .submit:hover{background-color: var(--zhu-color);}
@media(max-width: 1200px){
	.contact-left{width:40%;padding:20px 15px;}
	.contact-right{width:60%;}
}
@media(max-width: 992px){
	.contact-left .ewm{justify-content: space-between;}
	.contact-left .ewm li{width:40%;margin-right: 0}
}
@media(max-width: 880px){
	.contact-box .container-fluid{flex-direction: column;}
	.contact-left{width:100%;}
	.contact-right{width:100%;}
	.contact-left .ewm li{width:145px;justify-content: flex-start;margin-right: 30px}

}
@media(max-width: 576px){
	.contact-box{padding:10px 0;}
	.contact-left{padding:20px 15px;flex-direction: column;}
	.contact-left li{width:100%;margin-bottom: 15px;}
	.contact-right{padding:10px;}
	.contact-right .message .input-text{width:100%;}
	.contact-right .message .yanzheng{flex-wrap:wrap;}
	.contact-right .message .yanzheng img{width:48%;}
	.contact-right .message .yanzheng .code{width:48%;}
	.contact-right .message .yanzheng .submit{width:100%;margin-top: 15px;}
	#dituContent{height: 400px;}
}

/*厂区环境*/
.environment .item{background: #f2f2f2;transition: all .5s}
.environment .item a{display: block;width:100%;padding:7px 7px 0;overflow: hidden;border-radius: 3px;transition: all .5s;}
.environment .item a .hd{overflow: hidden;position: relative;width:100%;}
.environment .item a .hd .img img{transform: scale(1.05,1.05);transition: all .5s}
.environment .item a .hd .zhezhao{position: absolute;top:0px;height: 100%;width:100%;left:0px;background: rgba(22,85,188,0.9);z-index: 1;padding:15px;opacity: 0;transition: all .5s}
.environment .item a .hd .zhezhao .box{width:100%;height: 100%;border:solid 1px rgba(255,255,255,0.3);display: flex;flex-direction: column;justify-content: center;align-items: center;color:#fff;padding:15px;}
.environment .item a .hd .zhezhao .box i{font-size: 50px;line-height: 1}
.environment .item a .hd .zhezhao .box p{font-size: 17px;margin-top: 5px;background: none;color:#fff;}
.environment .item a .bd{text-align: center;font-size: 16px;line-height: 50px;color:#333;transition: all .5s}
.environment .item:hover{box-shadow: 0 0 10px #ccc;}
.environment .item:hover a .img img{transform: scale(1,1);}
.environment .item:hover a .hd .zhezhao{top:20px;height: calc(100% - 40px);width:calc(100% - 40px);left:20px;opacity: 1}
.environment .item:hover a .bd{letter-spacing: 1px}
@media(max-width: 576px){
	.environment .item a{padding:0;}
	.environment .item a .bd{font-size: 14px;}
}

/*资质荣誉*/
.honor{overflow: hidden;}
.honor .item{background: #f2f2f2;border-radius: 3px;overflow: hidden;}
.honor .item a{display: block;width:100%;transition: all .5s;position:relative;}
.honor .item a .hd{overflow: hidden;position: relative;width:100%;border:solid 1px #eee;}
.honor .item a .bd{text-align: center;font-size: 16px;line-height: 50px;color:#fff;transition: all .5s;position: absolute;bottom:-15px;left:-15px;padding:0 10px;background: rgba(0,0,0,.7);text-align: center;width:calc(100% + 30px);display: flex;height: 60px;flex-direction: column;align-items: center;}
.honor .item a .bd i{font-size: 40px;display: none;}
.honor .item .item:hover{box-shadow: 0 0 10px #ccc;}
.honor .item:hover a .bd{letter-spacing: 1px;height:calc(100% + 30px);justify-content: center;}
.honor .item:hover a .bd i{display: block;}
