
/*flash*/
.flash{position: relative;top:0;}
	.flash img{object-fit: cover;width:100%;}
	.flash .swiper-pagination{width:390px;background: #fff;padding:5px 0;left:50%;transform:translateX(-50%);bottom:-35px;font-size:24px}
	.flash .swiper-pagination-total{font-size: 24px;color: #000000}
	.flash .swiper-pagination-current{font-size: 40px;color: #000000}
	.flash .btns{position: absolute;left:50%;transform:translateX(-50%);width:300px;height: 62px;display: flex;flex-direction: row;justify-content: space-between;bottom:-35px;z-index: 20;align-items: center;}
	.flash-next i,.flash-prev i{font-size: 30px;color: #000;}
	@media(max-width: 1400px){
		.flash img{height: 650px}
	}
	@media(max-width: 1200px){
		.flash img{height: 700px}
	}
	@media(max-width: 992px){
		.flash img{height: 510px}
	}
	@media(max-width: 768px){
		.flash{margin-top: 125px}
		.flash img{height: 350px;}
	}
	@media(max-width: 576px){
		.flash{margin-top: 60px}
		.flash .swiper-pagination{width:200px;height: 40px;line-height: 1}
		.flash .swiper-pagination-total{font-size: 20px;}
		.flash .swiper-pagination-current{font-size: 30px;}
		.flash .btns{height: 40px;width:160px;}
		.flash img{height: 260px;}
	}

/*ipro*/
.ipro{background: #f1f1f1;padding:60px 0 30px;}
	.ipro-hd{padding:30px 0;overflow: hidden;}
	.ipro-hd b{color: #2c2c2c;font-size: 40px;float: left;}
	.ipro-hd .more{color: #666666;font-size: 18px;font-weight: 600;float: right;margin-top:15px;}
	.ipro-hd .more:hover{color:var(--zhu-color);}
	.ipro-hd ul{text-align: left;width:calc(100% - 340px);float: left;padding-top: 15px;margin-left: 40px;}
	.ipro-hd ul a{color:#999999;font-size: 18px;padding:0 20px;position: relative;transition: all .5s}
	.ipro-hd ul a:after{content:'';width:0;height: 2px;background: var(--zhu-color);position: absolute;left:50%;transform:translateX(-50%);top:30px;transition: all .5s}
	.ipro-hd ul a:hover{color:var(--zhu-color);}
	.ipro-hd ul a:hover:after{width:50%;}
	.ipro-md{flex-direction: row;padding:15px 0;display: none;flex-wrap:wrap;}
	.ipro-md a{color:#999999;font-size: 18px;padding:0 15px;display: inline-block;margin-bottom: 15px;}
	.ipro-md a:hover{color:var(--zhu-color);}
	.ipro-bd .item{background: #fff;padding:15px;border-radius: 10px;margin-bottom: 30px;position: relative;}
	.ipro-bd .item .pic{width:100%;position: relative;padding-bottom: 86%;}
	.ipro-bd .item .pic img{width:100%;height: 100%;object-fit: cover;position: absolute;}
	.ipro-bd .item .txt{width:100%;overflow: hidden;padding:15px 0;display: flex;flex-direction: column;justify-content: center;height: 100%}
	.ipro-bd .item .txt p{font-size: 24px;color:#333333;margin:15px 0;width:100%;font-weight: bold;-webkit-line-clamp:2;}
	.ipro-bd .item .txt span{font-size: 16px;color:#999999;padding-bottom: 10px;display: inline-block;position: relative;}
	.ipro-bd .item .txt span i{color:#333333;}
	.ipro-bd .item .txt span:after{content:'';position: absolute;width:60px;border-top:dashed 1px #999999;top:30px;left:0;}
	.ipro-bd .item:after{width:0;height: 15px;background: var(--pei-color);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;position: absolute;bottom:-15px;left:50%;transform: translateX(-50%);content:'';transition: all .5s}
	.ipro-bd .item:hover:after{width:90%;}
	.ipro-bd .item:hover .txt span i{color:#333333;}
	.ipro-bd .item:hover .txt span{color:var(--zhu-color);}
	.ipro-bd .item:hover .txt span:after{border-top:dashed 1px var(--zhu-color);}
	@media(max-width: 1200px){
		.ipro-hd ul a{padding:0 15px;}
		.ipro-bd .item .txt{padding:30px 0;}
	}
	@media(max-width: 992px){
		.ipro-hd{padding-bottom:15px;}
		.ipro-hd ul{display: none;}
		.ipro-md{display: flex;}
		.ipro-bd .item .txt{padding:0;}
	}
	@media(max-width: 576px){
		.ipro-hd b{font-size: 32px;}
		.ipro-hd .more{font-size: 16px;}
		.ipro-bd .row>div:nth-child(5),.ipro-bd .row>div:nth-child(6){display: none;}
	}
	
/*icom*/
.icom{position: relative;}
	.icom .bg{position: absolute;top:0;display: flex;flex-direction: row;height: 100%;width:100%;}
	.icom .bg-left{background: url(../images/icom-bg.png) center no-repeat var(--zhu-color);width:50%;}
	.icom .bg-right{/*background: url(../images/icom-pic.jpg) center no-repeat;*/width:50%;}
	.icom .txt{display: flex;flex-direction: column;justify-content: center;color:#fff;height: 100%;height: 500px;padding-bottom: 60px;}
	.icom .txt b{font-size: 36px;font-weight: bold;padding:15px 0;}
	.icom .txt p{font-size: 18px;line-height: 34px;margin-top:15px;-webkit-line-clamp:6;padding-right:15px;}
	@media(max-width: 1200px){
		.icom .txt{height: 460px;}
	}
	@media(max-width: 992px){
		.icom .container-fluid{padding:0;}
		.icom .row{flex-direction: column-reverse;}
		.icom .txt{background:url(../images/icom-bg.png) var(--zhu-color);padding:30px 15px 60px;height: auto;}
		.icom .txt p{padding-right: 0}
		.icom img{height: 400px;object-fit: cover;width:100%;}
	}
	@media(max-width: 768px){
		.icom .txt{padding:30px 15px 60px;}
	}
	@media(max-width: 576px){
		.icom img{height: 240px}

		.icom .txt b{font-size: 26px;}
		.icom .txt p{font-size: 16px;line-height: 30px;}
	}
/*icase*/
.isection{background: #f1f1f1;width:100%;padding-bottom:60px;}

/*ishuju*/
.ishuju{top:-55px;width:100%;overflow: hidden;position: relative;}
	.ishuju .wrap{padding-bottom:15px;}
	.ishuju .item{border-radius: 10px;background: #fff;padding:50px 0;display: flex;flex-direction: row;justify-content: center;align-items: center;transition: all .5s;height: 100%}
	.ishuju .item i{color: var(--pei-color);font-size: 70px;line-height: 1;margin-right: 30px;}
	.ishuju .item .txt b{font-size:53px;line-height: 1;font-family: 'DINOT'}
	/*.ishuju .item .txt b:after{content:'+';font-size: 25px}*/
	.ishuju .row>div:nth-child(1) .item .txt b:after{display: none;}
	.ishuju .row>div:nth-child(1) .item i{margin-top:-15px;}
	.ishuju .item .txt p{font-size: 18px;font-weight: bold;}
	.ishuju .item:hover{box-shadow: 0 0 10px #999;}
	@media(max-width: 992px){
		.ishuju{top:30px;}
		.ishuju .item i{margin-right: 15px;}
		.ishuju .item .txt b{font-size: 45px;}
		.ishuju .item .txt p{font-size: 14px;}
	}
	@media(max-width: 768px){
		.ishuju .row>div{margin-bottom: 30px}
	}

/*icase*/
.icase{/*padding:0px 0 50px;*/}
	.icase-left .hd{width:100%;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
	.icase-left .hd b{color: #333333;font-weight: bold;font-size: 40px;}
	.icase-left .hd a{color: #666666;font-size: 18px;}
	.icase-left .hd a:hover{color: var(--zhu-color)}
	.icase-left .md{color: #333333;font-size: 16px;padding:15px 0;}
	.icase-left .bd{overflow: hidden;padding:50px 0 30px;}
	.icase-left .bd .swiper-slide{position: relative;border-radius: 10px;overflow: hidden;}
	.icase-left .bd .swiper-slide .pic{width:100%;padding-bottom:140%;position: relative;}
	.icase-left .bd .swiper-slide .pic img{width:100%;height: 100%;position: absolute;object-fit: cover;}
	.icase-left .bd .swiper-slide .txt{width:100%;height: 100%;background: rgba(0,0,0,0.7);font-size: 26px;color: #fff;position: absolute;top:0;left:0;display: flex;flex-direction: row;align-items: center;justify-content: center;opacity: 0;transition: all .5s;padding:0 15px;text-align: center;}
	.icase-left .bd .swiper-slide:hover .txt{opacity: 1}
	.icase-left .btnn{display: flex;flex-direction: row;justify-content: flex-end;}
	.icase-left .btnn>div{color: #444444;width:65px;height: 65px;border:solid 1px #dedfdf;text-align: center;line-height: 65px;margin-left: 30px; cursor:pointer;border-radius: 50%}
	.icase-left .btnn>div i{font-size:26px;}
	.icase-left .btnn>div:hover{background: var(--pei-color);color: #fff;}
	.icase-right{position: relative;padding:0 30px;margin-top:15px;}
	.icase-right:after{position: absolute;width:100%;height: 195px;background: #fff;content:'';bottom:0;z-index: 1;left:0;border-radius: 10px;transition: all .5s}
	.icase-right .pic{width:100%;padding-bottom: 140%;overflow: hidden;position: relative;border-radius: 10px;z-index: 2;left:50%;transform: translateX(-50%);}
	.icase-right .pic img{width:100%;height: 100%;position: absolute;top:0;object-fit: cover;}
	.icase-right p{font-size: 26px;color: #333333;text-align: center;width:100%;padding:30px;position: relative;z-index: 3;transition: all .5s}
	.icase-right:hover p{color:#fff;}
	.icase-right:hover:after{background: var(--pei-color);}
	@media(max-width: 992px){
		.icase{padding-top: 30px;}
	}
	@media(max-width: 576px){
		.icase .hd b{font-size: 32px;}
		.icase .hd a{font-size: 16px;}
		.icase-left .md{font-size: 14px;}
		.icase-left .bd{padding:30px 0;}
	}

/*inews*/
.inews{background: url(../images/inews-bg.jpg) center no-repeat;padding:30px 0; }
.inews-hd{padding:30px 0 0;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.inews-hd b{color: #333333;font-weight: bold;font-size: 40px;}
.inews-hd a{color: #666666;font-size: 18px;}
.inews-hd a:hover{color: var(--zhu-color)}
.inews-md{color: #333333;font-size: 16px;padding:15px 0;}
.inews-bd{overflow: hidden;padding:30px 0 0;}
.inews-bd .swiper-slide a{background: #fff;padding:30px;display: flex;flex-direction: row;justify-content: space-between;transition: all .5s}
.inews-bd .swiper-slide .left{color: #333;width:80px;text-align: right;}
.inews-bd .swiper-slide .left b{font-size: 26px;}
.inews-bd .swiper-slide .left img{margin-top:15px;}
.inews-bd .swiper-slide .right{width:calc(100% - 100px);}
.inews-bd .swiper-slide .right .t1{font-size: 24px;color: #666666;font-weight: bold;transition: all .5s}
.inews-bd .swiper-slide .right .t2{font-size: 14px;color: #999999;line-height: 30px;margin-top:15px;-webkit-line-clamp:2;transition: all .5s}
.inews-bd .swiper-slide .right i{font-size: 26px;line-height: 1;position: relative;transition: all .5s;left:0;}
.inews-bd .swiper-slide a:hover{background: var(--zhu-color);}
.inews-bd .swiper-slide a:hover .left,.inews-bd .swiper-slide  a:hover .right .t1,.inews-bd .swiper-slide a:hover .right .t2{color: #fff}
.inews-bd .swiper-slide  a:hover .right i{color: #fff;left:100%;}
.inews-bd .pagination{justify-content: center;padding:30px 0;}
.inews-bd .swiper-pagination-bullet{width:15px;height: 15px;}
@media(max-width: 576px){
	.inews-hd b{font-size: 32px;}
	.inews-hd a{font-size: 16px;}
	.inews-md{font-size: 14px;}
}

/*iadv*/
.iadv{background: url(../images/iadv-bg.jpg) center no-repeat;padding:60px 0;text-align: center;}
.iadv b{color: #fdfefe;font-size: 30px;}
.iadv p{color: #fdfefe;padding:10px 0;}
.iadv .btnn{display: flex;flex-direction: row;justify-content: center;margin-top:15px;}
.iadv .btnn a{margin:0 15px;padding:10px 45px;border:solid 1px #fff;display: inline-block;color: #fff;}
.iadv .btnn a:hover{background: #fff;color: var(--zhu-color)}
@media(max-width: 576px){
	.iadv b{font-size: 24px}
	.iadv .btnn a{padding:10px 30px;}
}

