.banner{
	position: relative;
}
.banner .swiper-slide .pic{
	position: relative;
}
.banner .swiper-slide .pic>img{
	display: block;
	width: 100%;
	/* object-fit: cover; */
}
.banner .swiper-slide .pic .pic-box{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}	
.banner .swiper-slide .pic .pic-box .en{
	font-size: 40px;
	text-transform: uppercase;
	line-height: 64px;
	color: #fff;
	width: 51%;
}
.banner .swiper-slide .pic .pic-box .zh{
	font-size: 58px;
	line-height: 58px;
	color: #fff;
	font-weight: bold;
	margin-top: 46px;
}
.banner .swiper-slide .pic .pic-box .des{
	font-size: 18px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 27px;
	width: 51%;
}
.banner .swiper-pagination-bullet{
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: #80aad0;
	opacity: 1;
	
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 18px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:first-child{
	margin-left: 0;
}
.banner .swiper-pagination-bullet-active{
	width: 16px;
	height: 16px;
	background: #FFFFFF;
	opacity: 1;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, 
.banner .swiper-pagination-custom, .swiper-pagination-fraction{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 1400px; 
	left: 50%;
	transform: translateX(-50%);
	bottom: 50px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets::before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 150px;
	height: 1px;
	background-color: #80aad0;
	z-index: -1;
}
.banner .data-list{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 49.6%;
	padding: 59px 0;
	background: url(../img/index-data-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}
.banner .data-list ul{
	display: flex;
}
.banner .data-list ul li{
	position: relative;
	flex: 1;
	text-align: center;
}
.banner .data-list ul li::before{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 1px;
	height: 74px;
	background: #FFFFFF;
	opacity: 0.3;
	z-index: 3;
}
.banner .data-list .number{
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}
.banner .data-list .number .value{
	font-size: 50px;
	font-family: PingFang;
	font-weight: 800;
	line-height: 50px;
}
.banner .data-list p{
	font-size: 16px;
	color: #fff;
}
.index-about .content1400{
	display: flex;
	justify-content: flex-end;
	
}
.index-about{
	position: relative;
	background-image: url(../img/index-about-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #eaecec;
}
.index-about .left{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.index-about .left img{
	/* width: 100%; */
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	display: block;
}
.index-about .right{
	background-color: #fff;
	padding: 99px 58px 92px;
	width: 50%;
}
.index-about .right .title{
	font-size: 28px;
	font-family: PingFang;
	font-weight: bold;
	color: #222222;
	line-height: 1;
}
.index-about .right .des{
	font-size: 14px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: #222222;
	line-height: 32px;
	margin-top: 43px;
}
.index-about .right .more{
	border-color: rgba(0, 68, 178, 1);
	margin-top: 51px;
}
.index-about .right .more a{
	color: rgba(0, 68, 178, 1);
}
.index-product{
	padding: 60px 0 98px ;
	background-image: url(../img/index-product-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	/* background: linear-gradient(to right,#f9f9f9,#eaecec); */
}
.index-product .product-item{
	padding: 20px 0;
}
.index-product .product-item .swiper-slide{
	display: flex;
	justify-content: start;
	align-items: center;
}
.index-product .product-item .left{
	width: 25.7%;
}
.index-product .product-item .left .title{
	font-size: 40px;
	font-family: MicrosoftYaHei;
	font-weight: bold;
	color: #222222;
	line-height: 1;
}
.index-product .product-item .left .sub-title{
	font-size: 24px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height: 1;
	margin-top: 25px;
}
.index-product .product-item .left .des{
	font-size: 14px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin-top: 39px;
}
.index-product .product-item .left .more{
	background-color: rgba(0, 68, 178, 1);
	margin-top: 52px;
}
.index-product .product-item  .center{
	position: relative;
	display: flex;
	margin-left: 42px;
	width: 597px;
	height: 597px;
	max-width: 100%;
	justify-content: center;
	align-items: center;
	border: 3px  solid #dae2ed;
	border-radius: 50%;
}
.index-product .product-item  .center .line{
	position: absolute;
	content: "";
	top: -3px;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid transparent;
	border-top: 3px solid #0044b2;
	border-radius: 50%;
	box-sizing: content-box;
	transform: rotate(45deg);
	animation: rotate 10s linear infinite;
}
.index-product .product-item  .center .line::before{
	position: absolute;
	content: "";
	right: 80px;
	    top: 77px;
	width: 16px;
	height: 16px;
	/* transform: translate(-50%, -50%); */
	border-radius: 50%;
	background-color: #0044b2;
}
@keyframes rotate{
	0%{transform: rotate(0deg)}
	/* 50%{transform: rotate(180deg)} */
	100%{
		transform: rotate(360deg)
	}
	
}
.index-product .product-item  .center img{
	max-width: 80%;
	max-height: 80%;
}
.index-product .product-list{
	margin-top: 37px;
}
.index-product .product-list .number{
	font-size: 18px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	font-style: italic;
	color: rgba(51, 51, 51, 1);
	/* color: #0044B2; */
	line-height: 1;
	margin-bottom: 13px;
}
.index-product .product-list .text{
	font-size: 20px;
	font-family: MicrosoftYaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	padding-top: 21px;
	border-top: 1px solid rgba(61, 61, 61, 0.3);
}
.index-product .swiper-slide-thumb-active .number{
	color: rgba(0, 68, 178, 1);
}
.index-product .swiper-slide-thumb-active .text{
	color: rgba(0, 68, 178, 1);
	border-top-color: rgba(0, 68, 178, 0.3);
}
.product-item .swiper-button-next{
	background: url(../img/right.png);
	width: 72px;
	height: 139px;
}
.product-item .swiper-button-next:after{
	content: "";
}
.index-technology{
	position: relative;
	background-image: url(../img/index-technology-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 720px;
}
.index-technology .content1400{
	height: 100%;
	display: flex;
	align-items: center;
}
.index-technology  .left{
	width: 33.65%;
}
.index-technology  .left .title{
	font-size: 36px;
	font-family: PingFang;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.index-technology  .left .wave{
	margin-top: 28px;
}
.index-technology  .left .des{
	font-size: 16px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
	margin-top: 20px;
}
.index-technology  .left .more{
	background-color: #fff;
}
.index-technology  .left .more a{
	color: rgba(0, 68, 178, 1);
}
.index-technology .right{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 51.14%;
}
.index-technology .right ul{
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index-technology .right li{
	width: 33.3%;
	height: 50%;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	overflow: hidden;
}
.index-technology .right li .li-box{
	padding: 213px 42px 0;
	min-height: 100%;
	transition: all 0.6s;
	
}
.index-technology .right li.active{
	border-bottom-color: rgba(0, 68, 178, 1);
}
.index-technology .right li.active .li-box{
	padding-top: 63px;
	background-color: rgba(0, 68, 178, 1);
	
}
.index-technology .right li.active .title{
	margin-top: 78px;
}
.index-technology .right li .title{
	margin-top: 35px;
	font-size: 22px;
	font-family: PingFang;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.index-technology .right li .descriptionn{
	margin-top: 34px;
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 26px;
}
.index-technology .right li.active .descriptionn{
	margin-top: 26px;
}
.index-business{
	margin-top: 106px;
	text-align: center;
}
.index-title-div .title{
	font-size: 36px;
	font-family: PingFang;
	font-weight: bold;
	color: #222222;
	line-height: 1;
	margin-bottom: 21px;
}
.index-title-div .des{
	font-size: 16px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	margin-top: 10px;
	padding: 0 8px;
}
.index-business .list{
	margin-top: 51px;
}
.index-business .list ul{
	display: flex;
	justify-content: space-between;
}
.index-business .list li{
	position: relative;
	width: 33.2%;
}
.index-business .list li .li-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.index-business .list li .li-title{
	position: relative;
	font-size: 26px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
	padding-bottom: 33px;
}
.index-business .list li .li-title::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 48px;
	height: 3px;
	background: #FFFFFF;
}
.index-business .list li .li-des{
	font-size: 16px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 23px;
}
.index-news {
	text-align: center;
	padding: 80px 0 76px;
	background: #F7F7F7;
}
.index-news .news-swiper-container{
	margin-top: 73px;
}
	
.index-news .news-swiper-container .swiper-slide{
	padding: 26px 26px 39px;
	text-align: left;
	position: relative;
	/*opacity: 0.3;*/
	background-color: #fff;
	
}
.index-news .news-swiper-container .swiper-slide.swiper-slide-prev,
.index-news .news-swiper-container .swiper-slide.swiper-slide-active,
.index-news .news-swiper-container .swiper-slide.swiper-slide-next{
	opacity: 1;
}
.index-news .news-swiper-container .swiper-slide .text-title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 22px;
	font-family: PingFang;
	font-weight: bold;
	color: #222222;
	line-height: 36px;
	margin-top: 31px;
}
.index-news .news-swiper-container .swiper-slide .text-des{
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #777777;
	line-height: 24px;
	margin-top: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-news .news-swiper-container .swiper-slide .more{
	color: rgba(0, 68, 178, 1);
	border-color:transparent;
	border-bottom-color: rgba(102, 102, 102, 1);
	border-radius: 0;
	height: 39px;
	line-height: 39px;
	width: 82px;
	margin-top: 23px;
}
.index-news .news-swiper-container .swiper-slide .more a{
	color: rgba(51, 51, 51, 1);
	padding: 0;
}
.index-news .news-swiper-container .swiper-slide-active .text-title{
	color: rgba(0, 68, 178, 1);
}
.index-news .news-swiper-container .swiper-slide-active .more{
	border-bottom-color: rgba(0, 68, 178, 1);
}
.index-news .news-swiper-container .swiper-slide-active .more a{
	color: rgba(0, 68, 178, 1);
}
.index-news .news-swiper-container .swiper-slide.swiper-slide-active{
	
}
.index-news .news-swiper-container .swiper-slide::before{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: #005CBD;
	transition: all 1s;
}
.index-news .news-swiper-container .swiper-slide-active::before{
	width: 100%;
}
.index-news .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 51px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	background: rgba(0,0,0,0.7);
	border-radius: 50%;
	z-index: 3;
	cursor: pointer;
}
.index-news .btn:hover{
	background-color: rgba(0, 68, 178, 1);
}
.index-news .btn .iconfont{
	font-size: 22px;
	color: #fff;
}
.index-news .btn.btnPrev{
	left: 125px;
}
.index-news .btn.btnNext{
	right: 125px;
}
@media (max-width: 1500px) {
	.banner .swiper-slide .pic .pic-box .en{
		font-size: 30px;
		line-height: 50px;
	}
	.banner .swiper-slide .pic .pic-box .zh{
		font-size: 38px;
		line-height: 1;
		margin-top: 25px;
	}
	.banner .data-list{
		width: 65%;
	}
	.index-technology .right{
		width: 60%;
	}
	.index-technology .right li .li-box{
		padding: 213px 25px 0;
	}
	.index-technology .right li .title{
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	.banner .data-list{
		width: 100%;
		position: relative;
	}
	.banner .swiper-slide .pic .pic-box .en,
	.banner .swiper-slide .pic .pic-box .des{
		width: 100%;
	}
	.banner .swiper-slide .pic .pic-box .zh{
		font-size: 30px;
		margin-top: 15px;
	}
	.banner .swiper-slide .pic>img{
		height: 505px;
		object-fit: cover;
	}
	.banner .swiper-slide .pic .pic-box .en{
		font-size: 26px;
	}
	.more{
		margin-top: 20px;
	}
	.index-about{
		background-image: none;
		padding: 40px 0;
	}
	.index-about .left{
		position: relative;
		width: 94%;
		margin: 0px auto;
	}
	.index-about .content1400{
		flex-wrap: wrap;
	}
	.index-about .right{
		width: 100%;
	}
	.index-about .right{
		padding: 50px 30px;
	}
	.product-item .swiper-button-next{
		display: none;
	}
	.index-product .product-item .swiper-slide{
		flex-wrap: wrap;
		justify-content: center;
	}
	.index-product .product-item .left{
		width: 100%;
	}
	.index-product .product-item .center{
		max-width: 100%;
		margin-top: 50px;
		width: 300px;
		height: 300px;
		justify-self: center;
		margin-left: 0;
	}
	.banner .data-list .number .value{
		font-size: 40px;
	}
	.index-product .product-item .left .title,
	.index-technology .left .title,
	.index-title-div .title{
		font-size: 28px;
	}
	.index-product .product-item .left .sub-title{
		font-size: 22px;
	}
	.index-technology .right{
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 50px;
	}
	.index-technology .left{
		width: 100%;
	}
	.index-technology .content1400{
		height: auto;
	}
	.index-technology{
		height: auto;
		padding: 50px 0 30px;
	}
	.index-technology .right li{
		height: auto;
		height: 350px;
	}
	.index-technology .right ul{
		height: auto;
	}
	.index-technology .right li .li-box{
		padding-top: 100px;
	}
	.index-technology .right li .li-box img{
		width: 40px;
	}
	.index-business .list ul{
		flex-wrap: wrap;
	}
	.index-business .list li{
		width: 100%;
		margin-bottom: 30px;
	}
	.index-news .news-swiper-container .swiper-slide{
		padding: 15px 15px 25px;
	}
	.index-news .news-swiper-container .swiper-slide .text-title{
		font-size: 18px;
		margin-top: 15px;
		line-height: 1.7;
	}
	.index-news .news-swiper-container .swiper-slide .text-des{
		margin-top: 10px;
		line-height: 2;
	}
	.index-news .news-swiper-container .swiper-slide .more{
		margin-top: 5px;
	}
	.index-product .product-item  .center .line::before{
		right: 35px;
		    top: 35px;
	}
}
@media (max-width: 800px) {
	.banner .swiper-slide .pic .pic-box .en{
		font-size: 18px;
		line-height: 1.5;
	}
	.banner .swiper-slide .pic .pic-box .zh{
		font-size: 22px;
	}
	.banner .swiper-slide .pic .pic-box .des{
		font-size: 16px;
		line-height: 1.5;
		margin-top: 15px;
	}
	
	.banner .swiper-slide .pic .pic-box{
		top:auto;
		transform: translateX(-50%);
		bottom: 70px;
	}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 20px;
	}
	.banner .swiper-slide .pic>img{
		height: 400px;
	}
	.banner .data-list ul{
		flex-wrap: wrap;
	}
	.banner .data-list ul li{
		width: 50%;
		flex: auto;
		margin-bottom: 20px;
	}
	.banner .data-list ul li::before{
		display: none;
	}
	.banner .data-list .number .value{
		font-size: 30px;
	}
	.index-about .right .title,
	.index-product .product-item .left .title, .index-technology .left .title, .index-title-div .title{
		font-size: 24px;
	}
	.index-technology .right li{
		width: 50%;
	}
	.index-business .list li .li-box{
		width: 94%;
	}
	.index-business .list li .li-title{
		font-size: 20px;
	}
	.index-news .btn.btnPrev{
		left: 20px;
	}
	.index-news .btn.btnNext{
		right: 20px;
	}
	.index-news .btn{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.index-news .btn .iconfont{
		font-size: 14px;
	}
	.index-technology .right li .li-box{
		padding: 63px 15px 0;
	}
	.index-technology .right li.active .title{
		margin-top: 45px;
	}
}
@media (max-width: 500px) {
	.banner .data-list ul li:nth-child(2n+1){
		width: 28%;
	}
	.banner .data-list p{
		font-size: 14px;
	}
	.index-about .right .title, .index-product .product-item .left .title, .index-technology .left .title, .index-title-div .title{
		font-size: 20px;
	}
	.banner .swiper-slide .pic .pic-box .zh{
		font-size: 18px;
	}
	.banner .swiper-slide .pic .pic-box .des{
		font-size: 14px;
	}
	.banner .swiper-slide .pic .pic-box .en{
		font-size: 14px;
	}
	.banner .swiper-slide .pic>img{
		height: 370px;
	}
	.banner .swiper-slide .pic .pic-box{
		bottom: 55px;
	}
	.banner .data-list{
		padding: 26px 0;
	}
	.index-about .right{
		padding: 30px 15px;
	}
	.index-about .right .des{
		margin-top: 15px;
	}
	.index-about .right .more{
		margin-top: 30px;
	}
	.index-product{
		padding: 50px 0;
	}
	.index-product .product-item .left .sub-title{
		margin-top: 15px;
		font-size: 16px;
	}
	.index-product .product-item .left .des{
		margin-top: 20px;
	}
	.index-product .product-item .left .more{
		margin-top: 25px;
	}
	.index-business{
		margin-top: 60px;
	}
	.index-news{
		padding-top: 50px;
	}
	.index-news .news-swiper-container{
		margin-top: 20px;
	}
}
@media (max-width: 400px) {
	.index-product .product-item .center{
		height: 260px;
		width: 260px;
	}
	.index-product .product-item  .center .line::before{
		right: 26px;
		top: 30px;
	}
}
@media (max-width: 374px) {
		
	
}