/* 首页 */
.index .banner img{
	width:100%;
}
.index .banner .swiper-pagination-bullet{
	width:14px;
	height: 14px;
}
.index .banner .swiper-pagination-bullet{
	border: 2px solid #FFF;
	background:none;
	opacity: 1;
}
.index .banner .swiper-pagination-bullet-active{
	background:#1D407E;
	border: 2px solid #1D407E;
}
.index .banner .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom:40px;
}
.index .banner .swiper-slide{
	position: relative;
}
.index .banner .swiper-slide .text{
	position: absolute;
	width:70%;
	left:0;
	right: 0;
	margin:0 auto;
	top:50%;
	transform: translateY(-50%);
	text-align: center;
}
.index .banner .swiper-slide .text .title{
	color:#fff;
	font-size:80px;
	font-weight: bold;
}
.index .banner .swiper-slide .text .more{
	display: inline-block;
	text-align: left;
	height: 50px;
	line-height: 50px;
	background: #FFF;
	font-size: 16px;
	color: #1D407E;
	margin: 100px auto 0;
	position: relative;
	transition: all .6s;
}
.index .banner .swiper-slide .text .more:after{
	position: absolute;
	left:82%;
	top:50%;
	transform: translateY(-50%);
	content: '';
	width:7px;
	height: 10px;
	background:url(2021en_index_icon3.png) no-repeat;
	background-size:100% 100%;
}
.index .banner .swiper-slide .text .more a{
	display: block;
	padding:0 49px 0 25px;
}
.index .banner .swiper-slide .text .more:hover{
	background: #1D407E;
	color:#fff;
}
.index .banner .swiper-slide .text .more:hover:after{
	background:url(2021en_index_icon2.png) no-repeat;
}
.index .box1{
	padding:100px 0;
}
.index .publicTitle{
	font-size: 48px;
	color: #1C1C1C;
}
.index .box1 .tab{
	font-size: 16px;
	color: #1C1C1C;
	position: relative;
	width:15.7%;
	margin-top:80px;
}
.index .box1 .tab:after{
	position: absolute;
	right:0;
	top:1.5%;
	content: '';
	width:1px;
	height: 97%;
	background:#EEE;
}
.index .box1 .tab li{
	margin-top:40px;
	cursor: pointer;
}
.index .box1 .tab li:nth-child(1){
	margin-top:0;
}
.index .box1 .tab li.active{
	color: #1D407E;
	position: relative;
}
.index .box1 .tab li.active:after{
	position: absolute;
	right:-6.5px;
	top:50%;
	transform: translateY(-50%);
	content: '';
	width:14px;
	height: 14px;
	background: url(2021en_index_icon4.png) no-repeat;
	z-index: 999;
}
.index .box1 .cnt{
	width:76.66%;
	position: relative;
}
.index .box1 .cnt .item{
	display: none;
}
.index .box1 .cnt .item:nth-child(1){
	display: block;
}
.index .box1 .cnt .img{
	position: absolute;
	left:10px;
	top:62px;
	width:47.82%;
	height: 320px;
}
.index .box1 .cnt .img:after{
	position: absolute;
	content: '';
	width:68.18%;
	height: 100%;
	left:-10px;
	bottom: -10px;
	background: #1D407E;
	z-index: -1;
}
.index .box1 .cnt .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index .box1 .cnt .text{
	background: #F5F5F4;
	height: 440px;
	padding:95px 40px 37px 190px;
}
.index .box1 .cnt .text h1{
	font-size: 24px;
	color: #1C1C1C;
	font-weight: normal;
	margin-bottom: 40px;
	text-align: left;
}
.index .box1 .cnt .text p{
	font-size: 16px;
	color: #666;
	line-height: 26px;
	text-align: justify;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	line-clamp: 7;
	-webkit-box-orient: vertical;
}
.index .box1 .cnt .Rt{
	width:65.21%;
	text-align: center;
}
.index .box1 .cnt .more{
	display: inline-block;
	text-align: left;
	height: 40px;
	line-height: 36px;
	background: #1D407E;
	border: 2px solid #1D407E;
	font-size: 14px;
	color:#fff;
	position: relative;
	transition: all .6s;
}
.index .box1 .cnt .more:after{
	position: absolute;
	left:82%;
	top:50%;
	transform: translateY(-50%);
	content: '';
	width:7px;
	height: 10px;
	background:url(2021en_index_icon2.png) no-repeat;
	background-size:100% 100%;
}
.index .box1 .cnt .more a{
	display: block;
	padding:0 40px 0 25px;
}
.index .box1 .cnt .more:hover{
	border: 2px solid #87A0BE;
	background: none;
	color: #1D407E;
	border-radius: 3px;
}
.index .box1 .cnt .more:hover:after{
	background:url(2021en_index_icon3.png) no-repeat;
}
.index .box2{
	background:url(2021en_index_bg.png) no-repeat;
	background-size: cover;
	padding:100px 0;
}
.index .box2 .list{
	overflow: hidden;
}
.index .box2 .list dl{
	width:46%;
	float: left;
	overflow: hidden;
	margin-top:80px;
}
.index .box2 .list dl:nth-child(even){
	float:right;
}
.index .box2 .list dl dt{
	float:left;
	width:90px;
	height: 90px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size:16px;
	color:#fff;
}
.index .box2 .list dl dd{
	float:right;
	width:80%;
}
.index .box2 .list dl:nth-child(1) dt,.index .box2 .list dl:nth-child(2) dt{
	background: #EC7D32;
}
.index .box2 .list dl:nth-child(3) dt,.index .box2 .list dl:nth-child(4) dt{
	background: #949DDC;
}
.index .box2 .list dl:nth-child(5) dt,.index .box2 .list dl:nth-child(6) dt{
	background: #F1B25F;
}
.index .box2 .list dl:nth-child(7) dt,.index .box2 .list dl:nth-child(8) dt{
	background: #7198E0;
}
.index .box2 .list dl dd .title{
	font-size: 16px;
	font-weight: bold;
	color: #1C1C1C;
	margin:5px 0 25px 0;
}
.index .box2 .list dl dd .text{
	font-size: 16px;
	color: #1C1C1C;
	line-height: 19px;
	height: 40px;
}
.index .box3{
	padding:100px 0;
}
.index .box3 dl{
	overflow:hidden;
	margin-top:80px;
}
.index .box3 dl dt,.index .box3 dl dd{
	float: left;
	width:50%;
}
.index .box3 dl:nth-child(even) dt{
	float: right;
}
.index .box3 dl dt{
	height: 315px;
}
.index .box3 dl dd{
	padding:29px 0 0 60px;
}
.index .box3 dl:nth-child(even) dd{
	padding:29px 60px 0 0;
}
.index .box3 dl dt img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.index .box3 dl dd .title{
	font-size: 30px;
	color: #1C1C1C;
	line-height: 48px;
	margin-bottom: 20px;
}
.index .box3 dl dd .text{
	font-size: 16px;
	color: #666;
	line-height: 26px;
}
.index .box3 dl dd .more{
	display: inline-block;
	text-align: left;
	height: 40px;
	line-height: 36px;
	border: 2px solid #87A0BE;
	background: none;
	color: #1D407E;
	border-radius: 3px;
	font-size: 14px;
	position: relative;
	transition: all .6s;
	margin:50px 0 0 0;
}
.index .box3 dl dd .more:after{
	position: absolute;
	left:82%;
	top:50%;
	transform: translateY(-50%);
	content: '';
	width:7px;
	height: 10px;
	background:url(2021en_index_icon3.png) no-repeat;
	background-size:100% 100%;
}
.index .box3 dl dd .more a{
	display: block;
	padding:0 40px 0 25px;
}
.index .box3 dl dd .more:hover{
	background: #1D407E;
	border: 2px solid #1D407E;
	color:#fff;
	border-radius: 0;
}
.index .box3 dl dd .more:hover:after{
	background:url(2021en_index_icon2.png) no-repeat;
}


@media screen and (max-width: 1700px){
	.index .banner .swiper-slide .text .title{
		font-size: 60px;
	}
	.index .box1 .cnt .text{
		padding:95px 40px 37px 140px;
	}
	.index .box2 .list dl dd{
		width:75%;
	}
	.index .banner .swiper-slide .text .more{
		margin:80px auto 0;
	}
}