.banner{
	position: relative;
}
.banner .swiper{
	position: relative;
}
.banner .swiper .swiper-slide{
	position: relative;
}
.banner .swiper .swiper-slide .pic img{
	display: block;
	width: 100%;
	height: 620px;
	object-fit: cover;
}
.banner .swiper .swiper-slide .slide-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner .swiper .swiper-slide .zh{
	width: 830px;
	max-width: 100%;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.banner .swiper .swiper-slide .en{
	width: 850px;
	max-width: 100%;
	font-family: arial;
	font-weight: 400;
	font-size: 22px;
	color: rgba(255,255,255,0.6);
	line-height: 1.36;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top: 90px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.banner .banner-pagination{
	position: absolute;
	bottom: 240px;
	display: flex;
	align-items: center;
	width: 100%;
	z-index: 3;
}
.banner .banner-pagination .line{
	width: 0;
	height: 1px;
	background-color: rgba(255,255,255,0.3);
}
.banner .banner-pagination .list{
	display: flex;
	align-items: center;
	gap: 42px;
	margin: 0 10px;
}
.banner .banner-pagination .list li{
	font-family: zcool-gdh;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	cursor: pointer;
}
.banner .banner-pagination .list li.active{
	color: #fff;
}
.banner .bannerNav{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.40);
	z-index: 3;
}
.banner .bannerNav a{
	line-height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	width: 20%;
	transition: all .6s;
}
.banner .bannerNav a:hover{
	background-color: rgba(255, 255, 255, 0.20);
}
.banner .bannerNav a:not(:last-child){
	border-right: 1px solid rgba(255, 255, 255, 0.20);
}
.banner .bannerNav a .icon{
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 18px;
}
.banner .bannerNav a .icon img{
	max-width: 100%;
	max-height: 100%;
}
.indexBoxT{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.indexBoxT-l{
	display: flex;
	align-items: flex-start;
}
.indexBoxT-l .lines{
	display: flex;
	transform: skew(-30deg);
	gap: 8px;
	margin-right: 17px;
}
.indexBoxT-l .lines .line{
	width: 5px;
	height: 21px;
	background: #333333;
	margin-top: 5px;
}
.indexBoxT-l .lines .line:nth-child(2n){
	background-color: rgba(32, 102, 177, 1);
}
.indexBoxT-l-l .title{
	line-height: 1;
	font-family: 'lianmengqiyilushuaizhengruiheiti';
}
.indexBoxT-l-l .title .en{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #C2C2C2;
	line-height: 1;
	text-align: left;
	padding-left: 18px;
	vertical-align: bottom;
}
.indexBoxT-l-l .des{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 28px;
	margin-top: 16px;
}
.indexBoxT-r a{
	display: block;
	min-width: 140px;
	padding: 0 20px;
	text-align: center;
	line-height: 44px;
	border-radius: 8px;
	border: 1px solid #2066B1;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #2066B1;
	transition: all .6s;
}
.indexBoxT-r a:hover{
	background-color: #2066B1;
	color: #fff;
}
.box1{
	background-color: rgba(243, 243, 243, 1);
	padding: 80px 0 107px;
}
.box1 .box-c{
	margin-top: 70px;
}
.box1 .box-c .list{
	display: flex;
}
.box1 .box-c .list li{
	width: 19.71%;
	background: #FFFFFF;
	box-shadow: 1px 4px 10px 0px rgba(211,211,211,0.25);
	border-radius: 10px;
	transition: all .6s;
	height: 344px;
	overflow: hidden;
}
.box1 .box-c .list li.active{
	width: 37.85%
}
.box1 .box-c .list li.active a{
	display: flex;
	padding: 50px 16px;
}
.box1 .box-c .list li:not(:last-child){
	margin-right: 1%;
}
.box1 .box-c .list li .img{
	position: relative;
	padding-top: 75%;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	/* transition: all .6s; */
}
.box1 .box-c .list li.active .img{
	width: 50.2%;
	padding-top: 37.7%;
}
.box1 .box-c .list li .img .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box1 .box-c .list li .img .pic img{
	max-width: 100%;
	max-height: 100%;
}
.box1 .box-c .list li .text-box{
	padding: 47px 30px 35px;
}
.box1 .box-c .list li.active .text-box{
	flex: 1;
	margin-left: 18px;
	padding: 18px 0 0;
}
.box1 .box-c .list li .text-des{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box1 .box-c .list li.active .text-des{
	color: rgba(32, 102, 177, 1);
	font-size: 22px;
}
.box1 .box-c .list li .text-title{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box1 .box-c .list li.active .text-title{
	font-size: 28px;
	margin-top: 12px;
}
.box1 .box-c .list li .text{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 19px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: none;
}
.box1 .box-c .list li .icon{
	display: none;
	width: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #2066B1;
	text-align: center;
	border-radius: 50%;
	margin-top: 25px;
}
.box1 .box-c .list li.active .icon,
.box1 .box-c .list li.active .text{
	display: block;
}
.box1 .box-c .list li.active .icon{
	
}
.box2{
	padding: 97px 0 122px;
	background-color: RGBA(231, 231, 231, 1);
}
.box2 .box-c{
	margin-top: 90px;
}
.box2 .box-c .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
}
.box2 .box-c .list li{
	position: relative;
}
.box2 .box-c .list li.hoverLi:hover .pic img{
	transform:scale(1.2)
}
.box2 .box-c .list li .text-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	padding: 35px 20px;
	z-index: 3;
}
.box2 .box-c .list li .text-des{
	font-family: arial;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 30px;
	text-transform: uppercase;
}
.box2 .box-c .list li .text-title{
	font-family: arial;
	font-weight: bold;
	/* font-size: 28px; */
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 7px;
}
.box2 .box-c .list li .icon{
	margin: 38px auto 0;
	width: 40px;
	line-height: 38px;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
}
.box3{
	padding: 113px 0 140px;
	background: url(../img/index-box3-bg.png);
	background-size: cover;
}
.box3 .box-c{
	margin-top: 106px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 16px;
}
.box3 .box-c .item{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.box3 .box-c .item .pic img{
	height: 236px;
	object-fit: cover;
}
.box3 .box-c .item:first-child .pic img{
	height: 488px;
}
.box3 .box-c .item:first-child{
	grid-row: 1 / 3;
}
.box3 .box-c .item .li-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .6s;
	z-index: 3;
	background: linear-gradient( 180deg,rgba(51,51,51,0) 0, rgba(51,51,51,0) 50%, rgba(0,0,0,0.4) 100%);
}
.box3 .box-c .item:hover .li-box{
	background: rgba(32, 102, 177, 0.80);
}
.box3 .box-c .item .li-box .text-box{
	position: absolute;
	padding: 0 44px;
	width: 100%;
	top: 100%;
	transform: translateY(-125px);
	transition: all .6s;
}
.box3 .box-c .item:first-child .li-box .text-box{
	transform: translateY(-145px);
}
.box3 .box-c .item:hover .li-box .text-box{
	transform: translateY(-100%);
	padding-bottom: 30px;
}
.box3 .box-c .item .li-box .text-box .icon{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all .6s;
}
.box3 .box-c .item:hover .li-box .text-box .icon{
	opacity: 1;
}
.box3 .box-c .item:first-child .li-box .text-box .icon{
	width: 60px;
	height: 60px;
}
.box3 .box-c .item .li-box .text-box .icon img{
	max-width: 100%;
	max-height: 100%;
}
.box3 .box-c .item .li-box .text-box .date{
	font-family: arial;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	line-height: 12px;
	text-align: left;
	margin-top: 20px;
}
.box3 .box-c .item .li-box .text-box .text-des{
	margin-top: 10px;
	font-family: arial;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box3 .box-c .item .li-box .text-box .text{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
	margin-top: 26px;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box3 .box-c .item:first-child .li-box .text-box .text{
	display: -webkit-box;
}
.box3 .box-c .item .li-box .text-box .more{
	width: 40px;
	line-height: 38px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #FFFFFF;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin-top: 24px;
}
.box4{
	padding: 92px 0 108px;
	background-color: RGBA(242, 242, 242, 1);
}
.box4 .box-c{
	margin-top: 96px;
}
@media (max-width:1440px) {
	.banner .banner-pagination{
		bottom: 280px;
	}
	.banner .bannerNav a{
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	.box2 .box-c .list li .text-des{
		font-size: 22px;
	}
	.banner .bannerNav a{
		font-size: 18px;
		line-height: 70px;
	}
	.banner .bannerNav a .icon{
		width: 22px;
		height: 22px;
		margin-right: 8px;
	}
	.banner .swiper .swiper-slide .pic img{
		height: 450px;
	}
	.banner .banner-pagination{
		bottom: 210px;
	}
	.banner .banner-pagination .list{
		gap: 30px;
	}
	.banner .swiper .swiper-slide .en{
		font-size: 20px;
	}
	.box4,
	.box3,
	.box2,
	.box1{
		padding: 70px 0;
	}
	.box4 .box-c,
	.box3 .box-c,
	.box2 .box-c,
	.box1 .box-c{
		margin-top: 45px;
	}
	.box1 .box-c .list{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 10px;
	}
	.box1 .box-c .list li:not(:last-child){
		margin-right: 0;
	}
	.box1 .box-c .list li.active,
	.box1 .box-c .list li{
		width: 100%;
	}
	.box1 .box-c .list li{
		height: auto;
	}
	.box1 .box-c .list li.active a{
		display: block;
		padding: 0;
	}
	.box1 .box-c .list li.active .img{
		width: 100%;
		padding-top: 75%;
	}
	.box1 .box-c .list li.active .text-box{
		margin-left: 0;
		padding: 47px 30px 35px;
	}
}
@media (max-width: 1024px) {
	.box3 .box-c .item .li-box .text-box .text-des{
		font-size: 18px;
	}
	.box3 .box-c .item .li-box .text-box{
		padding: 0 25px;
	}
	.box2 .box-c .list li .text-des{
		font-size: 20px;
	}
	.box4,
	.box3,
	.box2,
	.box1{
		padding: 60px 0;
	}
	.box4 .box-c,
	.box3 .box-c,
	.box2 .box-c,
	.box1 .box-c{
		margin-top: 40px;
	}
	.banner .bannerNav a{
		font-size: 16px;
		line-height: 60px;
	}
	.banner .bannerNav a{
		width: 25%;
	}
	.banner .swiper .swiper-slide .en{
		font-size: 18px;
	}
	.indexBoxT-l .lines .line{
		margin-top: 1px;
	}
	.indexBoxT-l-l .title .en{
		font-size: 18px;
	}
	.indexBoxT-l-l .des{
		margin-top: 10px;
		font-size: 14px;
		line-height: 20px;
		padding-right: 20px;
	}
	.indexBoxT-r a{
		line-height: 38px;
		padding: 0 10px;
		min-width: 120px;
	}
	.indexBoxT-l{
		flex: 1;
		/* margin-right: 30px; */
	}
	.indexBoxT-l-l{
		flex: 1;
	}
}
@media (max-width:768px) {
	.box3 .box-c .item .li-box .text-box .icon{
		width: 30px;
		height: 30px;
	}
	.box3 .box-c .item .li-box .text-box .more{
		margin-top: 15px;
		width: 30px;
		line-height: 28px;
	}
	.box3 .box-c .item .li-box .text-box{
		transform: translateY(-108px);
	}
	.box3 .box-c .item:first-child .li-box .text-box{
		transform: translateY(-138px)
	}
	.box3 .box-c .item:hover .li-box .text-box{
		transform: translateY(-100%);
	}
	.box3 .box-c .item .pic img{
		height: 180px;
	}
	.box3 .box-c .item:first-child .pic img{
		height: 376px;
	}
	.box2 .box-c .list li .text-des{
		font-size: 18px;
	}
	.box2 .box-c .list{
		grid-template-columns: repeat(2,1fr);
		gap: 10px;
	}
	.box4,
	.box3,
	.box2,
	.box1{
		padding: 50px 0;
	}
	.box4 .box-c,
	.box3 .box-c,
	.box2 .box-c,
	.box1 .box-c{
		margin-top: 30px;
	}
	.banner .bannerNav a{
		width: 33.33%;
	}
	.indexBoxT-l-l .title .en{
		padding-left: 10px;
		font-size: 16px;
	}
	.indexBoxT-l .lines{
		margin-right: 10px;
	}
	.indexBoxT-l .lines .line{
		width: 4px;
		height: 15px;
		margin-top: 3px;
	}
	.indexBoxT-r a{
		font-size: 14px;
	}
	.box3 .box-c .item:first-child .li-box .text-box .icon{
		width: 50px;
		height: 50px;
	}
}
@media (max-width: 500px) {
	.indexBoxT-l-l .title .en{
		padding-left: 5px;
	}
	.box3 .box-c{
		gap: 10px;
	}
	.box3 .box-c .item .pic img{
		height: 140px;
	}
	.box3 .box-c .item:first-child .pic img{
		height: 290px;
	}
	.box3 .box-c .item:first-child .li-box .text-box .icon{
		width: 40px;
		height: 40px;
	}
	.box3 .box-c .item .li-box .text-box{
		padding: 0 15px;
	}
	.box3 .box-c .item:first-child:hover .li-box .text-box,
	.box3 .box-c .item:first-child .li-box .text-box{
		transform: translateY(-120px);
	}
	.box3 .box-c .item:hover .li-box .text-box{
		transform: translateY(-108px);
	}
	.box2 .box-c .list li .text-des{
		font-size: 16px;
	}
	.indexBoxT-r a{
		min-width: 90px;
		line-height: 32px;
	}
	.indexBoxT-l-l .title .en{
		font-size: 14px;
	}
	.banner .bannerNav a{
		width: 50%;
	}
	.box4,
	.box3,
	.box2,
	.box1{
		padding: 40px 0;
	}
	.box4 .box-c,
	.box3 .box-c,
	.box2 .box-c,
	.box1 .box-c{
		margin-top: 25px;
	}
	.box1 .box-c .list li .text-box{
		padding: 20px;
	}
	.box1 .box-c .list li .text-des{
		font-size: 18px;
	}
	.box1 .box-c .list li .text{
		font-size: 14px;
	}
}