.banner .swiper-slide .pic img{
	display: block;
	width: 100%;
}
.banner{
	position: relative;
}
.banner .banner-box{
	width: 300px;
	height: 77px;
	background: #FFFFFF;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	cursor: pointer;
}
.banner .banner-box .iconfont{
	font-size: 30px;
	display: block;
	color: rgba(119, 120, 122, 1);
}
.banner .banner-box .button-next.iconfont{
	transform: rotate(180deg);
}
.banner .banner-box  .page-msg{
	font-size: 18px;
	font-family: Poppins;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 1;
}
.banner .banner-box  .page-msg .current-page{
	font-size: 28px;
	color: #333;
}
.banner .dorp{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	z-index: 2;
}
.banner .dorp img{
	animation: move1 3s infinite
}
@keyframes move1{
	0%{
		transform: translateY(0);
		
		
	}
	50%{
		transform: translateY(20px);
	}
	100%{
		transform: translateY(0);
		
	}
}
.box1{
	padding: 50px 0 53px;
}
.box1 ul{
	display: flex;
	justify-content: space-around;
}
.box1 ul li{
	text-align: center;
}
.box1 ul li .icon img{
	display: block;
	margin: 0 auto;
}
.box1 ul li .icon img{
	transition: all 0.6s;
}
.box1 ul li:hover .icon img{
	transform: rotateY(180deg);
}
.box1 ul li .text{
	line-height: 1;
	margin-top: 28px;
	font-size: 18px;
	font-family: PingFang;
	font-weight: bold;
	color: #333333
}
.box2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box2 ul li{
	height: 480px;
	width: 50%;
	background-size: cover;
}
.box2 ul li .li-box{
	height: 100%;
}
.box2 ul li .li-box .swiper-container{
	height: 100%;
}
.box2 ul li .swiper-slide{
}
.box2 ul li .swiper-slide a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 97px 0 144px;
	width: 100%;
	height: 100%;
}
.box2 ul li .l{
	width: 59.4%;
}
.box2 ul li .r{
	flex: 1;
}
.box2 ul li .r img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.box2 ul li .sub-title{
	font-size: 26px;
	font-family: PingFang;
	font-weight: bold;
	color: #222222;
	line-height: 1;
	height: 26px;
}
.box2 ul li .title{
	font-size: 56px;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	line-height: 45px;
	margin-top: 93px;
}
.box2 ul li .line{
	width: 60px;
	height: 3px;
	background: #107CF5;
	margin-top: 33px;
}
.box2 ul li .des{
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #444444;
	line-height: 30px;
	margin-top: 22px;
}
.box2 ul li .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
}
.box2 ul li .btn.swiper-button-disabled {
	cursor: initial;
}
.box2 ul li .btn.swiper-button-disabled .iconfont{
	color: rgba(0, 0, 0, 0.3);
}
.box2 ul li .btn .iconfont{
	display: block;
	font-size: 40px;
	color: rgba(16, 124, 245, 1);
}
.box2 ul li .btn.button-prev{
	left: 20px;
}
.box2 ul li .btn.button-prev .iconfont{
	transform: rotate(180deg);
}
.box2 ul li .btn.button-next{
	right: 20px;
}
.box2 .swiper-container-horizontal>.swiper-pagination-bullets,
.box2 .swiper-pagination-custom, 
.box2 .swiper-pagination-fraction{
	width: auto;
	left: 145px;
	bottom: 56px;
}
.box2 .swiper-pagination-bullet{
	width: 14px;
	height: 7px;
	background: #222222;
	opacity: 0.4;
	border-radius: 4px;
}
.box2 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 21px;
	height: 7px;
	background: #107CF5;
	opacity: 1;
}
.box3{
	position: relative;
	height: 750px;
}
.box3 .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
}
.box3 .bg .bg1{
	width: 62.1%;
	display: block;
	object-fit: cover;
}
.box3 .bg .bg2{
	width: 37.9%;
	display: block;
	object-fit: cover;
}
.box3 .content1400{
	position: relative;
	height: 100%;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box3 .content1400 .l{
	width: 680px;
	max-width: 100%;
	text-align: center;
}
.box3 .content1400 .r{
	width: 368px;
	max-width: 100%;
}
.box3 .content1400 .l .en{
	font-size: 46px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 12px;
}
.box3 .content1400 .l .zh{
	font-size: 30px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
}
.box3 .content1400 .l .text{
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	margin-top: 43px;
}
.box3 .content1400 .l .more{
	margin-top: 32px;
}
.box3 .content1400 .l .more a{
	display: flex;
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
	align-items: center;
	justify-content: center;
}
.box3 .content1400 .l .more a .iconfont{
	font-size: 14px;
}
.box3 .content1400 .l li{
	display: none;
}
.box3 .content1400 .l li.active{
	display: block;
}
.box3 .content1400 .r .title{
	font-size: 38px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #FFFFFF;
	line-height: 1;
}
.box3 .content1400 .r .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
	margin-top: 17px;
	min-height: 140px;
}
.box3 .content1400 .r ul{
	border-left: 2px solid rgba(16, 124, 245, 1);
	width: 160px;
}
.box3 .content1400 .r li{
	line-height: 40px;
	padding-left: 25px;
	/* padding-right: 25px; */
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	/* display: inline-block; */
}
.box3 .content1400 .r li:last-child{
	margin-bottom: 0;
}
.box3 .content1400 .r li.active{
	background-color: rgba(16, 124, 245, 1);
}
.box4{
	position: relative;
	height: 841px;
}
.box4 .r{
	position: absolute;
	top: 0;
	right: 0;
	width: 62.5%;
	height: 100%;
}
.box4 .r .r-box{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(248, 248, 248, 1);
	width: 943px;
	max-width: 100%;
	padding: 55px 106px 55px 88px;
}
.box4 .r .r-box .box-title{
	font-size: 30px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height: 1;
}
.box4 .r .r-box .box-des{
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #555555;
	line-height: 2;
	margin-top: 26px;
}
.box4 .r .r-box .more{
	margin-top: 25px;
}
.box4 .r .r-box .more a{
	display: flex;
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #107CF5;
	line-height: 1;
}
.box4 .r .r-box .more a .iconfont{
	font-size: 14px;
}
.box4 .l{
	width: 336px;
	max-width: 100%;
	padding-top: 69px;
}
.box4 .l .title{
	font-size: 38px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #333333;
	line-height: 1;
}
.box4 .l .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	margin-top: 17px;
}
.box4 .l ul{
	margin-top: 99px;
	border-left: 2px solid rgba(16, 124, 245, 1);
	width: 135px;
}
.box4 .l ul li.active,
.box4 .l ul li:hover{
	background: #107CF5;
	color: #fff;
}
.box4 .l ul li.active a,
.box4 .l ul li:hover a{
	color: #fff;
}
.box4 .l ul li{
	height: 40px;
	line-height: 40px;
	padding-left: 29px;
	font-size: 14px;
	font-family: PingFang;
	color: rgba(51, 51, 51, 1);
	cursor: pointer;
	margin-bottom: 10px;
}
.box4 .l ul li a{
	color: rgba(51, 51, 51, 1);
}

.box4 .l ul li:last-child{
	margin-bottom: 0;
}
.box4 .l .video{
	position: relative;
	margin-top: 90px;
	display: inline-block;
}
.box4 .l .video .play-btn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	cursor: pointer;
}
.box4 .l .video .play-btn .iconfont{
	color: #fff;
	font-size: 52px;
}
.box4 .l .video .play-btn .text{
	font-size: 16px;
	font-family: PingFang;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
	margin-top: 16px;
	text-transform: uppercase;
}
.box5{
	padding-top: 125px;
	text-align: center;
	padding-bottom: 113px;
	background-image: url(../img/index-box5-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box5 .title{
	font-size: 38px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #222222;
	line-height: 1;
}
.box5 .sub-title{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #444444;
	line-height: 30px;
	margin-top: 15px;
}
.box5 ul{
	margin-top: 52px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box5 ul li{
	position: relative;
	overflow: hidden;
	width: 32.2%;
	margin-bottom: 23px;
}
.box5 ul li .li-box{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(75%);
	transition: all 1s;
}
.box5 ul li .li-box .title{
	font-size: 22px;
	font-family: PingFang;
	color: #FFFFFF;
	line-height: 1;
	margin-bottom: 11px;
}
.box5 ul li .li-box .line{
	width: 44px;
	height: 2px;
	background: #FFFFFF;
	margin: 11px auto 0;
}
.box5 ul li .li-box .des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	margin: 10px auto 0;
	width: 65%;
}
.box5 ul li .li-box .more{
	margin-top: 30px;
}
.box5 ul li .li-box  .more a{
	display: flex;
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #107CF5;
	line-height: 1;
	justify-content: center;
}
.box5 ul li .li-box  .more a .iconfont{
	font-size: 14px;
}
.box5 ul li .li-box .line,
.box5 ul li .li-box .des,
.box5 ul li .li-box  .more{
	opacity: 0;
	transition: all 0.6s;
}
.box5 ul li:hover .li-box{
	transform: translateY(-50%);
}
.box5 ul li:hover .li-box .line,
.box5 ul li:hover .li-box .des,
.box5 ul li:hover .li-box  .more{
	opacity: 1;
}
.box6{
	padding: 81px 0 86px;
	text-align: center;
}
.box6 .swiper-container-horizontal>.swiper-pagination-bullets, 
.box6 .swiper-pagination-custom, 
.box6 .swiper-pagination-fraction{
	bottom: 0;
}
.box6 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 6px;
}
.box6 .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}
.box6 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: rgba(16, 124, 245, 1);
}
.box6 .title{
	font-size: 38px;
	font-family: PingFang;
	color: #222222;
	line-height: 1;
}
.box6 .sub-title{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #444444;
	line-height: 30px;
	margin-top: 15px;
}
.box6 .list{
	margin-top: 47px;
}
.box6 .list .swiper-container{
	padding-bottom: 47px;
}
.box6 .list .text-box{
	position: relative;
	z-index: 2;
	width: 90.3%;
	text-align: left;
	margin: -45px 0 0 auto;
	background-color: #fff;
	padding: 43px 33px 29px;
	box-shadow: 0px 0px 50px 0px rgba(184, 184, 184, 0.2);
}
.box6 .list .text-box .text-title{
	font-size: 20px;
	font-family: PingFang;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}
.box6 .list .text-box .text-des{
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #666666;
	line-height: 26px;
	margin-top: 21px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}
.box6 .list .text-box .text-box-b{
	margin-top: 31px;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #999999;
	line-height: 1;
}
.box6 .list .swiper-slide:hover .text-box .text-title,
.box6 .list .swiper-slide:hover .text-box .text-box-b .more{
	color: #107CF5;
}

@media (max-width:1600px) {
	.box2 ul li .swiper-slide a{
		padding: 0 60px;
	}
	.box2 ul li .title{
		margin-top: 50px;
	}
}
@media (max-width:1430px) {
	.box5 ul li .li-box{
		transform: translateY(40%);
	}
}
@media (max-width:1400px) {
	.box2 ul li .title{
		font-size: 40px;
	}
}
@media (max-width:1199px) {
	.box2 ul li{
		width: 100%;
	}
	.box3 .content1400 .l{
		width: 55%;
	}
	.box3 .content1400 .r{
		width: 40%;
	}
	.box3 .bg .bg1{
		display: none;
	}
	.box3 .bg .bg2{
		width: 100%;
	}
	.box3 .content1400 .r .title,
	.box4 .l .title,
	.box5 .title,.box6 .title{
		font-size: 30px;
	}
	.box3 .content1400 .l .en{
		font-size: 40px;
	}
	.box3 .content1400 .l .zh,
	.box4 .r .r-box .box-title{
		font-size: 26px;
	}
	.box4 .l{
		width: 32%;
	}
	.box4 .r .r-box{
		padding: 30px;
	}
	.box5 ul li .li-box .des{
		width: 100%;
		padding: 0 10px;
	}
	.box5 ul li .li-box{
		transform: translateY(35%);
	}
	.box5 ul li .li-box .title{
		font-size: 20px;
	}
	.box5 ul li .li-box .des{
		line-height: 1.8;
	}
	.box5 ul li .li-box .more{
		margin-top: 20px;
	}
	.box6 .list .text-box{
		width: 100%;
	}
}
@media (max-width:768px){
	.banner .banner-box{
		height: 50px;
		width: 160px;
		padding: 0 10px;
	}
	.box5 ul li{
		width: 49%;
	}
	.box1 ul li .icon{
		height: 50px;
	}
	.box1 ul li .icon img{
		max-width: 100%;
		max-height: 100%;
	}
	.box3{
		height: auto;
		padding: 50px 0;
	}
	.box3 .content1400{
		flex-direction: column-reverse;
	}
	.box3 .content1400 .l .en{
		font-size: 30px;
	}
	.box3 .content1400 .l{
		width: 100%;
	}
	.box3 .content1400 .r{
		width: 100%;
	}
	.box3 .content1400 .r ul{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 30px;
	}
	.box3 .content1400 .r li{
		width: 25%;
		margin-bottom: 0;
		padding-left: 10px;
	}
	.box3 .content1400 .r .des{
		min-height: auto;
	}
	.box3 .content1400 .l{
		margin-top: 40px;
	}
	.box3 .content1400 .l .zh, .box4 .r .r-box .box-title,
	.box2 ul li .sub-title{
		font-size: 24px;
	}
	.box2 ul li .title,
	.box3 .content1400 .r .title, .box4 .l .title, .box5 .title, .box6 .title,
	{
		font-size: 26px;
	}
	.box4{
		height: auto;
	}
	.box4 .r{
		width: 100%;
		position: static;
		margin-top: 35px;
	}
	.box4 .r .r-box{
		position: static;
	}
	.box4 .l{
		width: 100%;
	}
	.box4 .l ul{
		width: 100%;
		margin-top: 40px;
		display: flex;
	}
	.box4 .l ul li{
		width: 25%;
		margin-bottom: 0;
		padding-left: 0;
		text-align: center;
	}
	.box4 .l .video{
		margin: 40px auto 0;
		/* display: block; */
	}
	.box6 .list .text-box{
		padding: 20px;
	}
	.banner .dorp{
		display: none;
	}
	.header .content .l img{
		height: 30px;
	}
	.header{
		height: 50px;
	}
	.banner .banner-box .iconfont{
		font-size: 22px;
	}
	.banner .banner-box .page-msg .current-page{
		font-size: 22px;
	}
}
@media (max-width:530px){
	.box2 ul li{
		height: auto;
	}
	.box2 ul li .swiper-slide a{
		flex-direction: column-reverse;
	}
	.box2 ul li .r{
		max-height: 200px;
	}
	.box2 ul li .r .pic{
		height: 100%;
	}
	.box2 ul li .r img{
		max-height: 100%;
	}
	.box2 ul li .l{
		width: 100%;
		margin-top: 25px;
	}
	.box2 ul li .btn .iconfont{
		font-size: 30px;
	}
	.box2 ul li .btn.button-prev{
		left: 10px;
	}
	.box2 ul li .btn.button-next{
		right: 10px;
	}
	.box2 ul li .swiper-slide a{
		padding: 30px 35px 80px;
	}
	.box3 .content1400 .l .zh, .box4 .r .r-box .box-title, .box2 ul li .sub-title{
		font-size: 20px;
	}
	.box2 ul li .title{
		margin-top: 25px;
		line-height: 1;
	}
	.box2 ul li .line{
		margin-top: 15px;
	}
	.box2 .swiper-container-horizontal>.swiper-pagination-bullets, .box2 .swiper-pagination-custom, .box2 .swiper-pagination-fraction{
		bottom: 25px;
		left: 0;
		width: 100%;
	}
	.box3 .content1400 .r li{
		width: 33.3%;
	}
	.box5 ul li{
		width: 100%;
	}
	.box5 ul li .pic img{
		width: 100%;
	}
	.box6 .list .text-box .text-title{
		font-size: 18px;
	}
	.box1 ul li .icon{
		height: 42px;
	}
	.box1 ul li .text{
		font-size: 16px;
	}
	.box4 .r img{
		max-width: 100%;
	}
}
@media (max-width:400px){
	.box1 ul li .text{
		font-size: 12px;
		font-weight: normal;
	}
	.box1 ul li .icon{
		height: 30px;
	}
	.box3 .content1400 .l .zh, .box4 .r .r-box .box-title, .box2 ul li .sub-title{
		font-size: 16px;
	}
	.box2 ul li .title, .box3 .content1400 .r .title, .box4 .l .title, .box5 .title, .box6 .title, .box7 .title{
		font-size: 22px;
		margin-top: 10px;
	}
	.box2 ul li .r{
		max-height: 150px;
	}
	.box3 .content1400 .r li{
		padding-left: 5px;
		font-size: 12px;
	}
	.box3 .content1400 .l .en{
		font-size: 22px;
	}
	.box3 .content1400 .l .zh{
		font-size: 20px;
	}
	.box3 .content1400 .l .text{
		margin-top: 25px;
	}
	.box3 .content1400 .l .text{
		font-size: 14px;
	}
	.box3 .content1400 .l .more{
		margin-top: 15px;
	}
	.box4 .r .r-box{
		padding: 25px 10px;
	}
	.box5{
		padding: 70px 0;
	}
	.box5 ul{
		margin-top: 30px;
	}
	.box5 ul li .li-box .title{
		font-size: 18px;
	}
	.box6{
		padding: 60px 0 80px;
	}
	
	.banner .banner-box{
		height: 40px;
	}
}