.main{
	position: relative;
	z-index: 2;
}
.banner{
	position: relative;
}
.banner .swiper-slide .pic img{
	display: block;
	width: 100%;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide .slide-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.banner .swiper-slide .slide-box .title{
	font-size: 60px;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.2;
}
.banner .swiper-slide .slide-box .more{
	margin-top: 400px;
}
a.more{
	display: flex;
	width: 170px;
	height: 50px;
	background: rgba(0, 102, 181, 1);
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255,227,0,1);
	line-height: 1;
	 border-radius: 8px;
}
a.more .iconfont{
	margin-right: 10px;
}
.banner .swiper-horizontal>.swiper-pagination-bullets, 
.banner .swiper-pagination-bullets.swiper-pagination-horizontal, 
.banner .swiper-pagination-custom, 
.banner .swiper-pagination-fraction{
	bottom: 60px;
}
.banner .swiper-pagination-bullet{
	position: relative;
	width: 40px;
	height: 3px;
	background: rgba(255,255,255,.3);
	border-radius: 2px;
	opacity: 1;
	margin: 0 6px;
}
.banner .swiper-pagination-bullet::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background-color: #fff;
	border-radius: 2px;
}
.banner .swiper-pagination-bullet-active::before{
	width: 100%;
	transition: all 3s;
}
.banner .swiper-pagination-bullet-active{
	width: 80px;
}
.banner .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: rgba(255,255,255,.1);
	z-index: 3;
	color: #fff;
	cursor: pointer;
}
.banner .btn .iconfont{
	font-size: 20px;
}
.banner .btn.btn-prev{
	left: 0;
}
.banner .btn.btn-next{
	right: 0;
}
.box1{
	position: relative;
	padding: 100px 0;
	background-color: #fff;
}
.box1::before{
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	background-color: rgba(246, 246, 246, 1);
}
.box1 .box-c{
	position: relative;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}
.index-title-div{
	text-align: center;
}

.box1  .index-title-div .index-title{
    font-weight: 600;
    color: rgba(0,102,181,1);
}
.index-title-div .index-title{
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: 300;
color: rgba(0,102,181,1);
	line-height: 1;
}
.index-title-div .index-des{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 30px;
	margin: 24px 0 36px;
}
.box1 .l{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 30px;
	width: 478px;
	max-width: 35%;
}
.box1 .index-title-div{
	text-align: left;
}
.box1 .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #444444;
	line-height: 30px;
}
.box1 .r{
	width: 61.73%;
}
.box1 .r img{
	width: 100%;
	display: block;
}
.box2{
	/*background-image: url(../img/index-zh-box2-bg.jpg);*/
	background: rgba(0,102,181,1);
	background-size: cover;
	padding: 77px 0;
}
.box2 .list{
	display: flex;
	justify-content: space-between;
}
.box2 .list i{
	width: 1px;
	background-color: rgba(255,255,255,.2);
}
.box2 .list li{
	display: flex;
	align-items: center;
	padding: 17px 0;
}
.box2 .list li .number{
	display: flex;
	align-items: flex-start;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255,227,0,1);
	line-height: 1;
}
.box2 .list li .counter{
	font-size: 36px;
	font-family: RanyBold;
	font-weight: 400;
	color:  rgba(255,227,0,1);
	line-height: 1;
	margin-right: 7px;
}
.box2 .list li .text-box{
	margin-left: 33px;
}
.box2 .list li .line{
	width: 10px;
	height: 2px;
	background:  rgba(255,227,0,1);
	margin: 7px 0 10px;
}
.box2 .list li .text{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color:  rgba(255,227,0,1);
	line-height: 1;
}
.box3{
	padding: 100px 0;
	background-color: rgba(240, 242, 248, 1);
}
.box3 .box-c{
	position: relative;
	margin-top: 50px;
}
.box3 .box-c .swiper-slide{
	background-color: #fff;
	width: 32%;
}
.box3 .box-c .swiper-slide a{
	display: block;
	padding: 40px 40px 50px 50px;
}
.box3 .box-c .swiper-slide .pic{
	height: 330px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box3 .box-c .swiper-slide .pic img{
	max-width: 100%;
	max-height: 100%;
}
.box3 .box-c .swiper-slide .text-box{
	margin-top: 38px;
	display: flex;
}
.box3 .box-c .swiper-slide .text-box-l{
	flex: 1;
	margin-right: 20px;
}
.box3 .box-c .swiper-slide .text-title{
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color:  background: rgba(0, 102, 181, 1);;
	line-height: 1;
}
.box3 .box-c .swiper-slide .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 28px;
	margin-top: 20px;
	width: 251px;
	max-width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box3 .box-c .swiper-slide .text-box-r{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	 border-radius: 50%;
	 background: rgba(0, 102, 181, 1);
}
.box3 .box-c .swiper-slide .text-box-r .iconfont{
	color: rgba(255,227,0,1);
}
.box3 .box-c .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: rgba(0, 64, 131, .3);
	border-radius: 35px;
	z-index: 2;
	cursor: pointer;
	color: #fff;
}
.box3 .box-c .btn:hover{
	background: rgba(0, 64, 131, 1);
}
.box3 .box-c .btn.btn-prev{
	left: -100px;
}
.box3 .box-c .btn.btn-next{
	right: -100px;
}
.box3 .box-c .btn .iconfont{
	font-size: 20px;
}
.body-main{
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	z-index: 1;
}
.box4{
	padding: 120px 0 285px;
	background-color: rgba(0, 0, 0, .4);
}
.box4 .index-title-div .index-title,
.box4 .index-title-div .index-des{
	color: #fff;
}
.box4 .text-box{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 93px;
	text-align: center;
}
.box4  a.more{
	margin: 80px auto 0;
}
.box5{
	background-color: rgba(240, 242, 248, 1);
	padding: 100px 0;
}
.box5 .index-title-div .index-title{
  font-weight: 600;
  color: rgba(0,102,181,1);
}
.box5 .box-c .swiper{
	padding-bottom: 45px;
}
.box5 .box-c{
	position: relative;
	margin-top: 50px;
}
.box5 .box-c .swiper{
	position: static;
}
.box5 .box-c .swiper-slide{
	background-color: #fff;
	width: 27.42%;
}
.box5 .box-c .swiper-slide .text-box{
	display: flex;
	padding: 40px 30px 53px;
	justify-content: space-between;
}
.box5 .box-c .swiper-slide .text-box-l{
	flex: 1;
	margin-right: 20px;
}
.box5 .box-c .swiper-slide .text-title{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box5 .box-c .swiper-slide:hover .text-title{
	color: rgba(0,102,181,1);
}
.box5 .box-c .swiper-slide .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 1;
	margin-top: 19px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box5 .box-c .swiper-slide .text-box-r{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background:  #333;
	color: #fff;
}
.box5 .box-c .swiper-slide:hover .text-box-r{
	background-color: rgba(0,102, 181, 1);
}
.box5 .box-c .swiper-slide .text-box-r .iconfont{
	font-size: 20px;
}
.box5 .swiper-horizontal>.swiper-pagination-bullets, 
.box5 .swiper-pagination-bullets.swiper-pagination-horizontal, 
.box5 .swiper-pagination-custom, 
.box5 .swiper-pagination-fraction{
	bottom: 0;
}
.box5 .swiper-pagination-bullet{
	position: relative;
	width: 40px;
	height: 3px;
	background: rgba(7, 57, 130, .3);
	border-radius: 2px;
}
.box5 .swiper-pagination-bullet::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: rgba(7, 57, 130, 1);
}
.box5 .swiper-pagination-bullet-active::before{
	width: 100%;
	transition: 1s;
}
.box6{
	padding: 100px 0;
	background-color: #fff;
}
.box6 .box-c{
	margin-top: 52px;
	display: flex;
	justify-content: space-between;
}
.box6 .box-c .l{
	position: relative;
	width: 50%;
}
.box6 .box-c .l a,
.box6 .box-c .l .pic{
	display: block;
	height: 100%;
}
.box6 .box-c .l .pic img{
	height: 100%;
	object-fit: cover;
}
.box6 .box-c .l .text-box{
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, .5);
	padding: 30px 30px 35px;
	width: 350px;
}
.box6 .box-c .l .text-box .date{
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.box6 .box-c .l .text-box .title{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	margin-top: 13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box6 .box-c .l .text-box .btn{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #073982;
	color: #fff;
	margin-top: 25px;
}
.box6 .box-c .r {
	width: 44.66%;
}
.box6 .box-c .r .r-t{
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(231, 231, 231, 1);
}
.box6 .box-c .r .r-t a{
	display: flex;
}
.box6 .box-c .r .r-t .pic img{
	display: block;
	width: 300px;
	object-fit: cover;
	/* width: 44.77%; */
	/* height: 162px; */
}
.box6 .box-c .r .r-t  .text-box{
	flex: 1;
	margin-left: 40px;
}
.box6 .box-c .r .r-t .date{
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #999999;
	line-height: 1;
}
.box6 .box-c .r .r-t .title{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	margin-top: 13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box6 .box-c .r .r-t:hover .title{
	color: #004083;
}
.box6 .box-c .r .r-t .des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	margin-top: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box6 .box-c .r .r-c{
	margin-top: 30px;
}
.box6 .box-c .r .r-c li a{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 45px;
}
.box6 .box-c .r .r-c li a:hover{
	color: #004083;
}
.box6 .box-c .r .r-c li a .li-l{
	flex: 1;
	margin-right: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box6 .box-c .r .r-c li a .li-l span{
	color: rgba(223, 223, 223, 1);
	padding-right: 15px;
}
.box6 .box-c .r .r-c li:hover a .li-l span{
	color: #004083;
}
@media (max-width:1750px) {
	.box3 .box-c .btn.btn-prev{
		left: -35px;
	}
	.box3 .box-c .btn.btn-next{
		right: -35px;
	}
}
@media (max-width:1700px) {
	.banner .swiper-slide .slide-box{
		padding: 0 100px;
	}
}
@media (max-width:1440px) {
	.banner .swiper-slide .slide-box .title{
		font-size: 40px;
	}
	.banner .btn,
	.box3 .box-c .btn{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.box3 .box-c .btn.btn-prev{
		left: -25px;
	}
	.box3 .box-c .btn.btn-next{
		right: -25px;
	}
	.box4{
		padding: 100px 0;
	}
	.box6 .box-c .r{
		width: 47%;
	}
	.box6 .box-c .r .r-t .text-box{
		margin-left: 20px;
	}
	.index-title-div .index-title{
		font-size: 36px;
	}
	.box3 .box-c .swiper-slide .text-title{
		font-size: 24px;
	}
	.box3 .box-c .swiper-slide a{
		padding: 30px 25px;
	}
	.box3 .box-c .swiper-slide .text-box-r,
	.box5 .box-c .swiper-slide .text-box-r,
	.box6 .box-c .l .text-box .btn{
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	.box3 .box-c .swiper-slide .text-box{
		margin-top: 25px;
	}
}
@media (max-width:1280px) {
	.box2 .list li .text-box{
		margin-left: 15px;
	}
	.box2 .list li .icon img{
		max-width: 68px;
		max-height: 68px;
	}
	.box3 .box-c .swiper-slide .text-des{
		width: 100%;
	}
	.index-title-div .index-title{
		font-size: 30px;
	}
	.box1 .text-des{
		margin: 30px 0;
	}
	.banner .swiper-slide .slide-box .title{
		font-size: 30px;
	}
	.banner .swiper-slide .slide-box .more{
		margin-top: 40px;
	}
	.banner .swiper-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-bullets.swiper-pagination-horizontal, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction{
		bottom: 20px;
	}
}
@media (max-width:1199px) {
	.box6 .box-c .r .r-t .pic img{
		width: 220px;
		height: 162px;
	}
	.index-title-div .index-title{
		font-size: 28px;
	}
	.box5 .box-c .swiper-slide .text-box{
		padding: 25px;
	}
}
@media (max-width:1024px) {
	.box5 .box-c .swiper-slide{
		width: 290px;
	}
	.banner .swiper-slide .slide-box .title{
		font-size: 26px;
	}
	.banner .swiper-slide .slide-box{
		padding: 0 40px;
	}
	.banner .swiper-slide .slide-box .more{
		margin-top: 20px;
	}
	a.more{
		width: 150px;
		height: 40px;
	}
	.index-title-div .index-title{
		font-size: 26px;
	}
	.index-title-div .index-des{
		font-size: 18px;
		margin: 15px 0 22px;
	}
	.box1{
		padding: 60px 0;
	}
	.box1 .box-c{
		display: flex;
		flex-direction: column;
	}
	.box1 .l{
		width: 100%;
		max-width: 100%;
	}
	.box1 .r{
		width: 100%;
		margin-top: 20px;
	}
	.box1::before{
		display: none;
	}
	.box2 .list i{
		display: none;
	}
	.box2 .list li{
		max-width: 24%;
	}
	.box2 .list li .icon img{
		max-width: 50px;
		max-height: 50px;
	}
	.box2 .list li .counter{
		font-size: 28px;
	}
	.box2 .list li .text{
		font-size: 14px;
		line-height: 20px;
	}
	.box2,.box3,.box4,.box5,.box6{
		padding: 60px 0;
	}
	.box3 .box-c .swiper-slide .pic{
		height: 250px;
	}
	.box3 .box-c,.box4 .text-box,
	.box4 a.more,.box5 .box-c{
		margin-top: 35px;
	}
	.box3 .box-c .swiper-slide .text-title{
		font-size: 20px;
	}
	.banner .btn, .box3 .box-c .btn{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.box3 .box-c .btn.btn-next{
		right: -20px;
	}
	.box3 .box-c .btn.btn-prev{
		left: -20px;
	}
	.box3 .box-c .swiper-slide .text-box-r, .box5 .box-c .swiper-slide .text-box-r,
	.box6 .box-c .l .text-box .btn{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.box3 .box-c .swiper-slide{
		width: 49%;
	}
	.box6 .box-c{
		flex-direction: column;
	}
	.box6 .box-c .l{
		width: 100%;
	}
	.box6 .box-c .r{
		width: 100%;
		margin-top: 50px;
	}
}
@media (max-width:768px) {
	.box6 .box-c .l .text-box{
		left: 40px;
	}
	.index-title-div .index-title{
		font-size: 24px;
	}
	.box2 .list{
		flex-wrap: wrap;
	}
	.box2 .list li{
		width: 48.5%;
		max-width: 48.5%;
	}
	.box2, .box3, .box4, .box5, .box6{
		padding: 50px 0;
	}
	.banner .swiper-slide .slide-box .title{
		font-size: 24px;
	}
	.banner .swiper-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-bullets.swiper-pagination-horizontal, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction{
		bottom: 10px;
	}
	a.more{
		width: 130px;
		height: 35px;
		font-size: 14px;
	}
	.banner .swiper-slide .pic img{
		min-height: 280px;
	}
	.index-title-div .index-des{
		font-size: 16px;
		line-height: 25px;
	}
	.box1{
		padding: 50px 0;
	}
	.box3 .box-c .btn.btn-prev{
		left: 0;
	}
	.box3 .box-c .btn.btn-next{
		right: 0;
	}
}
@media (max-width:660px) {
	.box3 .box-c .swiper-slide{
		width: 100%
	}
}
@media (max-width: 500px) {
	.banner .swiper-slide .slide-box .title{
		font-size: 22px;
	}
	.banner .swiper-pagination-bullet-active{
		width: 50px;
	}
	.box2 .list li .counter{
		font-size: 24px;
	}
	.box2 .list li .icon img{
		width: 40px;
		height: 40px;
	}
	.box1{
		padding: 40px 0;
	}
	.box1 .text-des{
		margin: 25px 0;
	}
	.box1 .r{
		margin-top: 0;
	}
	.box2, .box3, .box4, .box5, .box6{
		padding: 40px 0;
	}
	.box2 .list li .text{
		font-size: 12px;
	}
	.box6 .box-c{
		margin-top: 40px;
	}
	.box6 .box-c .r .r-t a{
		flex-direction: column;
	}
	.box6 .box-c .r .r-t .pic img{
		width: 100%;
		height: 100%;
	}
	.box6 .box-c .r .r-t .text-box{
		margin-left: 0;
		margin-top: 20px;
	}
	.box6 .box-c .r .r-c{
		margin-top: 20px;
	}
	.box6 .box-c .r .r-c li a{
		line-height: 30px;
	}
	.box6 .box-c .r{
		margin-top: 30px;
	}
	.box6 .box-c .l .text-box{
		padding: 20px;
		left: 7%;
		width: 86%;
	}
	.box6 .box-c .l .text-box .title{
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px;
	}
	.box6 .box-c .l .text-box .btn{
		margin-top: 15px;
	}
	.box6 .box-c .r .r-c li a{
		font-size: 14px;
	}
}