.banner{
	position: relative;
}
.banner .swiper .swiper-slide .pic img,
.banner .swiper .swiper-slide .pic video{
	display: block;
	width: 100%;
}
.banner .swiper .swiper-slide{
	position: relative;
}
.banner .swiper .swiper-slide .slide-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner .swiper .swiper-slide .title{
	font-size: 56px;
	font-family: HarmonyOS_Sans_SC_Medium;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.banner .swiper .swiper-slide .des{
	display: inline-block;
	margin-top: 20px;
	padding-top: 30px;
	border-top: 2px solid rgba(255, 255, 255, 1);
}
.banner .swiper .swiper-slide .zh{
	font-size: 36px;
	font-family: HarmonyOS_Sans_SC_Light;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.banner .swiper .swiper-slide .en{
	text-transform: uppercase;
	font-size: 14px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 10px;
}
.banner .swiper .swiper-slide .more{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 55px;
	width: 180px;
	height: 50px;
	background: rgba(76, 134, 195, 1);
	border-radius: 5px;
	padding: 0 37px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	transition: all .6s;
}
.banner .swiper .swiper-slide .more:hover{
	background: rgba(76, 134, 195, .7);
}
.banner .swiper .swiper-slide .more .iconfont{
	font-size: 20px;
}
.banner .banner-pagination{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 60px;
	z-index: 3;
	display: flex;
}
.banner .banner-pagination li{
	position: relative;
	width: 60px;
	height: 4px;
	background: rgba(255, 255, 255, .3);
	border-radius: 2px;
	cursor: pointer;
}
.banner .banner-pagination li:not(:last-child){
	margin-right: 20px;
}
.banner .banner-pagination li:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 0%;
	border-radius: 2px;
	background-color: #fff;
}
.banner .banner-pagination li.active:before{
	transition: all 4s ;
	width: 100%;
}
.index-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index-title .title{
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.index-title .common-more{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 160px;
	height: 45px;
	border: 1px solid #4C86C3;
	border-radius: 23px;
	padding: 0 29px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #4C86C3;
	transition: all .6s;
}
.index-title .common-more:hover{
	background-color: #4C86C3;
	color: #fff;
}
.index-title .common-more .iconfont{
	font-size: 20px;
	font-weight: bold;
}
.box1{
	padding: 80px 0 40px;
	background-color: rgba(246, 247, 251, 1);
}
.box1 .box-c{
	margin-top: 36px;
}
.box1 .box-c .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box1 .box-c .list li{
	background: #FFFFFF;
	border: 2px solid #E2E2E2;
	margin-bottom: 40px;
}
.box1 .box-c .list li,
.box1 .box-c .list i{
	width: 22.5%;
	
}
.box1 .box-c .list li .pic img{
	display: block;
	width: 100%;
}
.box1 .box-c .list li .text-title{
	line-height: 70px;
	border-top: 2px solid #E2E2E2;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.box1 .box-c .list li:hover .text-title{
	background-color: rgba(76, 134, 195, 1);
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.box2{
	padding: 80px 0 0;
	background-image: url(../img/index-box2-bg.jpg);
	overflow: hidden;
	background-size: cover;
}
.box2 .index-title .title,
.box5 .index-title .title{
	color: #fff;
}
.box2 .index-title .common-more,
.box5 .index-title .common-more{
	border-color: #fff;
	color: #FFFFFF;
} 
.box2 .index-title .common-more:hover,
.box5 .index-title .common-more:hover{
	border-color: #4C86C3;
}
.box2 .box-c{
	margin-top: 72px;
	display: flex;
	justify-content: space-between;
}
.box2 .box-c .l{
	width: 47.14%;
	padding-top: 14px;
}
.box2 .box-c .l .text-title{
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
}
.box2 .box-c .l .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	margin-top: 32px;
}
.box2 .box-c .l .list{
	margin-top: 59px;
	display: flex;
	flex-wrap: wrap;
}
.box2 .box-c .l .list li{
	width: 50%;
	display: flex;
	margin-bottom: 77px;
}
.box2 .box-c .l .list li .icon .iconfont{
	color: #fff;
	font-size: 48px;
}
.box2 .box-c .l .list li .text-box{
	margin-left: 14px;
}
.box2 .box-c .l .list li .number{
	font-size: 20px;
	font-family: Poppins;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1;
	display: flex;
	align-items: flex-start;
}
.box2 .box-c .l .list li .number .counter{
	line-height: 1;
	font-size: 34px;
}
.box2 .box-c .l .list li .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.box2 .box-c .r{
	width: 47.85%;
}
.box2 .box-c .r .pic{
	position: relative;
}
.box2 .box-c .r .pic video{
    display: block;
    width: 100%;
}
.box2 .box-c .r .pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.box2 .box-c .r .pic .playBtn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.box2 .box-c .r .pic .playBtn .iconfont{
	font-size: 66px;
	color: #fff;
}
.box2 .box-b{
	position: relative;
	padding: 45px 0;
}
.box2 .box-b .swiper:before{
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	border-top: 1px dashed #fff;
	bottom: 45px;
}
.box2 .box-b::before{
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	height: 100%;
	width: 100vw;
	transform: translateX(-50%);
	backdrop-filter: blur(10px);
	border-top: 1px solid rgba(255, 255, 255, .15);
}
.box2 .box-b .swiper-slide{
	width: 194px;
}
.box2 .box-b .swiper-slide:not(:last-child){
	margin-right: 9px;
}
.box2 .box-b .swiper-slide .text-box{
	padding-left: 12px;
	border-left: 2px solid #fff;
	margin-left: 6px;
}
.box2 .box-b .swiper-slide .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	height: 60px;
}
.box2 .box-b .swiper-slide .lines{
	display: flex;
	justify-content: space-between;
	transform: translateY(50%);
}
.box2 .box-b .swiper-slide .line{
	width: 2px;
	height: 12px;
	background: #FFFFFF;
}
.box2 .box-b .swiper-slide .bullet{
	position: relative;
	width: 14px;
	height: 14px;
	background: #FFFFFF;
	border: 1px solid #4C86C3;
	border-radius: 50%;
	margin: 8px 0 0 0;
	/* transform: translateX(-50%); */
}
.box2 .box-b .swiper-slide .bullet::before{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 8px;
	height: 8px;
	background: #4C86C3;
	border-radius: 50%;
}
.box2 .box-b .swiper-slide .date{
	font-size: 24px;
	font-family: Poppins;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 15px;
}
.box2 .box-b .btn,
.box6 .box-c .btn{
	position: absolute;
	bottom: 80px;
	cursor: pointer;
	z-index: 2;
}
.box2 .box-b .btn .iconfont,
.box6 .box-c .btn .iconfont{
	color: #fff;
	font-size: 24px;
}
.box2 .box-b .btn.btn-prev,
.box6 .box-c .btn.btn-prev{
	left: -50px;
}
.box2 .box-b .btn.btn-next,
.box6 .box-c .btn.btn-next{
	right: -50px;
}
.box2 .box-b .btn.swiper-button-disabled,
.box6 .box-c .btn.swiper-button-disabled{
	opacity: .3;
}
.box3 .pic img{
	width: 100%;
	display: block;
}
.box4{
	background-color: rgba(246, 247, 251, 1);
	padding: 82px 0 83px;
}
.box4 .box-c{
	margin-top: 40px;
	display: flex;
	position: relative;
}
.box4 .box-c .l{
	width: 42.85%;
}
.box4 .box-c .r{
	position: absolute;
	width: calc(57.15% + 21px);
	right: 0;
	top: 0;
	height: 100%;
}
.box4 .box-c .r:before{
	position: absolute;
	content: "";
	left: 21px;
	top: 0;
	height: 2px;
	width: calc(100% - 71px);
	background-color: rgba(238, 238, 238, 1);
	z-index: 2;
}
.box4 .box-c .r::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 21px;
	height: 2px;
	width: calc(100% - 71px);
	background-color: rgba(238, 238, 238, 1);
	z-index: 2;
}
.box4 .box-c .r ul{
	height: 100%;
	padding-right: 47px;
	overflow-y: auto;
	overflow-x: visible;
}
.box4 .box-c .r ul::-webkit-scrollbar {
	height: 2px;
	width: 3px;
	background-color: #f5f5f5;
}
.box4 .box-c .r ul::-webkit-scrollbar-track {
    background: #EEEEEE;
    border-radius: 2px;
}
.box4 .box-c .r ul::-webkit-scrollbar-thumb {
	 border-radius: 2px;
	background-color: rgba(76, 134, 195, 1);
}
.box4 .box-c .r li{
	height: auto;
}
.box4 .box-c .r li{
	position: relative;
	
	display: block;
	border-right: 2px solid rgba(238, 238, 238, 1);
	padding-left: 21px;
}
.box4 .box-c .r li a{
	display: block;
	padding: 41px  77px  41px 58px;
	background-color: #fff;
}
.box4 .box-c .r li:before{
	position: absolute;
	content: "";
	top: 50%;
	left: 9px;
	transform: translate(0,-50%)rotate(-45deg);
	width: 41px;
	height: 41px;
	background: #F6F6F6;
	z-index: 2;
	opacity: 0;
}
.box4 .box-c .r li.active:before{
	opacity: 1;
}
.box4 .box-c .r li.active a{
	background-color: rgba(246, 246, 246, 1);
}
.box4 .box-c .r li .text-title{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #444444;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box4 .box-c .r li .text-des{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 20px;
}
.box4 .box-c .r li .details{
	display: inline-flex;
	align-items: center;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 1;
	margin-top: 20px;
}
.box4 .box-c .r li .details .iconfont{
	margin-left: 10px;
	font-size: 20px;
	font-weight: bold;
	color: rgba(153, 153, 153, 1);
}
.box5{
	padding: 100px 0 150px;
	background-image: url(../img/index-box5-bg.jpg);
	background-size: cover;
}
.box5 .box-t{
	margin-top: 43px;
	text-align: center;
}
.box5 .box-t .zh{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
}
.box5 .box-t .en{
	font-size: 14px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 8px;
	text-transform: uppercase;
}
.box5 .box-c{
	margin-top: 72px;
}
.box5 .box-c ul{
	display: flex;
	height: 410px;
	justify-content: space-between;
	align-items: flex-start;
}
.box5 .box-c ul li:nth-child(2n+1){
	align-self: flex-end;
	opacity: ;
}
.box5 .box-c ul li{
	position: relative;
	width: 17.14%;
}
.box5 .box-c ul li .opacity{
	width: 100%;
	display: block;
	opacity: 0;
}
.box5 .box-c ul li .li-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.box5 .box-c ul li .icon .iconfont{
	font-size: 54px;
	color: #fff;
	transition: all .6s;
	display: block;
}
.box5 .box-c ul li:hover .icon .iconfont{
	transform: rotateY(180deg);
}
.box5 .box-c ul li .zh{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 15px;
}
.box5 .box-c ul li .en{
	font-size: 14px;
	font-family: Poppins;
	font-weight: 500;
	color: #FFFFFF;
	opacity: 0.3;
	margin-top: 12px;
	text-transform: uppercase;
}
.box5 .box-c ul li .hide-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #4C86C3;
	line-height: 1;
	overflow: hidden;
	opacity: 0;
}
.box5 .box-c ul li:hover .hide-box{
	opacity: 1;
}
.box5 .box-c ul li .hide-box .number{
	position: absolute;
	font-size: 94px;
	font-family: Poppins;
	font-weight: 600;
	color: #4C86C3;
	opacity: 0.3;
	right: -5px;
	bottom: -40px;
}
.box6{
	padding: 120px 0 123px;
	background-color: rgba(246, 247, 251, 1);
}
.box6 .box-c{
	position: relative;
	margin-top: 102px;
}
.box6 .box-c .swiper{
	padding-top: 10px;
}
.box6 .box-c .swiper-slide .pic img{
	display: block;
	width: 100%;
}
.box6 .box-c .swiper-slide .slide-box{
	transition: all .6s;
}
.box6 .box-c .swiper-slide:hover .slide-box{
	transform: translateY(-10px);
}
.box6 .box-c .swiper-slide .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin-top: 15px;
	text-align: center;
}
.box6 .box-c .swiper-slide:hover .text{
	color: rgba(76, 134, 195, 1);
}
.box6 .box-c .btn{
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}
.box6 .box-c .btn .iconfont{
	color: rgba(76, 134, 195, 1);
}
.box7{
	padding: 110px 0 80px;
}
.box7 .box-c{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.box7 .box-c .l{
	width: 50%;
}
.box7 .box-c .l #container{
	height: 100%;
}
.box7 .box-c .r{
	width: 600px;
	max-width: 48%;
	background-image: url(../img/index-box7-bg.jpg.png);
	background-repeat: no-repeat;
	background-position: right bottom; 
}
.box7 .box-c .r li{
	padding-bottom: 22px;
	border-bottom: 1px solid #e2e2e2;
	cursor: pointer;
}
.box7 .box-c .r li.active .text-title{
	color: rgba(76, 134, 195, 1);
}
.box7 .box-c .r li:not(:last-child){
	margin-bottom: 40px;
}
.box7 .box-c .r .text-title{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.box7 .box-c .r .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin-top: 12px;
}
.amap-marker-label{
	border: none;
	padding: 0;
}
.map-box{
	position: absolute;
	width: 210px;
	height: 80px;
	background: #FFFFFF;
	box-shadow: 4px 6px 4px 0px rgba(76,134,195,0.2);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: -2px;
	top: 14px;
}
.map-box:before{
	position: absolute;
	content: "";
	width: 22px;
	height: 22px;
	/* z-index: -1; */
	background-color: #fff;
	/* box-shadow: 4px 6px 4px 0px rgba(76,134,195,0.2); */
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%)rotate(45deg);
}
.map-box img{
	max-width: 90%;
	max-height: 90%;
	width: 98px;
}
@media (max-width:1440px) {
	.banner .swiper .swiper-slide .title{
		font-size: 42px;
	}
	.banner .swiper .swiper-slide .zh{
		font-size: 30px;
	}
	.banner .swiper .swiper-slide .des{
		margin-top: 10px;
		padding-top: 20px;
	}
	.banner .banner-pagination{
		bottom: 30px;
	}
	.box5 .box-c ul{
		height: 350px;
	}
	.box5 .box-c ul li .hide-box .number{
		font-size: 70px;
	}
}
@media (max-width:1280px) {
	.banner .swiper .swiper-slide .title{
		font-size: 36px;
	}
	.banner .swiper .swiper-slide .zh{
		font-size:  28px;
	}
}
@media (max-width:1199px) {
	.banner .swiper .swiper-slide .title..index-title .title{
		font-size: 30px;
	}
	.banner .swiper .swiper-slide .zh{
		font-size: 26px;
	}
	.banner .swiper .swiper-slide .more{
		margin-top: 30px;
	}
	.box5 .box-c ul{
		height: 270px;
	}
	.box6 .box-c{
		margin-top: 50px;
	}
	.box6{
		padding: 80px 0;
	}
}
@media (max-width:1024px) {
	.box5 .box-c ul li .hide-box .number{
		font-size: 50px;
		bottom: -10px;
	}
	.banner .swiper .swiper-slide .title,.index-title .title{
		font-size: 28px;
	}
	.banner .swiper .swiper-slide .zh{
		font-size: 24px;
	}
	.box1 .box-c .list li, .box1 .box-c .list i{
		width: 31%;
	}
	.box1{
		padding: 60px 0 20px;
	}
	.box2 .box-c{
		flex-direction: column;
	}
	.box2 .box-c .l{
		width: 100%;
		padding-top: 0;
		margin-bottom: 35px;
	}
	.box2 .box-c{
		margin-top: 40px;
	}
	.box2 .box-c .l .text-title{
		font-size: 24px;
	}
	.box2 .box-c .l .text-des{
		margin-top: 10px;
	}
	.box2 .box-c .r{
		width: 100%;
	}
	.box2 .box-c .l .list li{
		margin-bottom: 30px;
	}
	.box2 .box-c .l .list{
		margin-top: 40px;
	}
	.box2 .box-b{
		margin-top: 30px;
		padding: 30px 0;
	}
	.box4 .box-c .r ul{
		padding-right: 17px;
	}
	.box4 .box-c .r:before,.box4 .box-c .r::after{
		width: calc(100% - 41px);
	}
	.box4 .box-c .r li a{
		padding: 25px;
	}
	.box4 .box-c .r li .text-des{
		position: relative;
		z-index: 2;
	}
	.box4{
		padding: 60px 0;
	}
	.box5{
		padding: 60px 0;
	}
	.box5 .box-c ul li .zh,
	.box5 .box-c ul li .hide-box{
		font-size: 18px;
	}
	.box5 .box-c ul li .en{
		margin-top: 0;
	}
	.box5 .box-c ul li .zh{
		margin-top: 5px;
	}
	.box5 .box-c ul li .icon .iconfont{
		font-size: 36px;
	}
	.box5 .box-c ul{
		height: 200px;
	}
	.box5 .box-c{
		margin-top: 30px;
	}
	.box5 .box-t .zh{
		font-size: 22px;
	}
	.box6{
		padding: 60px 0;
	}
	.box7{
		padding: 60px 0;
	}
	.box7 .box-c{
		flex-direction: column;
	}
	.box7 .box-c .l{
		height: 500px;
		width: 100%;
	}
	.box7 .box-c .r{
		margin-top: 30px;
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width:768px) {
	.box6{
		padding: 50px 0;
	}
	.box4{
		padding: 50px 0;
	}
	.box4 .box-c{
		flex-direction: column;
	}
	.box4 .box-c .l{
		width: 100%;
	}
	.box4 .box-c .r{
		position: relative;
		width: 100%;
		height: 500px;
		margin-top: 25px;
	}
	.box4 .box-c .r li a{
		padding: 20px 15px;
	}
	.box4 .box-c .r li .text-title{
		font-size: 16px;
	}
	.box4 .box-c .r li .text-des{
		margin-top: 15px;
	}
	.box4 .box-c .r li{
		padding-left: 0;
	}
	.box4 .box-c .r ul{
		padding-right: 0;
	}
	.box2 .box-b .swiper-slide{
		width: 110px;
	}
	.box2 .box-b .swiper-slide .date{
		font-size: 18px;
	}
	.box2 .box-c .l .list li .number .counter{
		font-size: 28px;
	}
	.box2 .box-c .l .list li .icon .iconfont{
		font-size: 40px;
	}
	.box2 .box-c .l .list li .text-box{
		margin-left: 8px;
	}
	.box2 .box-c .l .text-title{
		font-size: 22px;
	}
	.box2{
		padding: 60px 0 0;
	}
	.banner .swiper .swiper-slide .title,.index-title .title{
		font-size: 26px;
	}
	.banner .swiper .swiper-slide .zh{
		font-size: 22px;
	}
	.banner .swiper .swiper-slide .more{
		height: 40px;
	}
	.banner .swiper .swiper-slide .des{
		padding-top: 15px;
	}
	.banner .banner-pagination{
		bottom: 20px;
	}
	.banner .banner-pagination li{
		width: 45px;
		height: 3px;
	}
	.banner .swiper .swiper-slide .pic img{
		min-height: 340px;
		object-fit: cover;
	}
	.box1 .box-c .list li, .box1 .box-c .list i{
		width: 48%;
	}
	.box1 .box-c .list li .text-title{
		line-height: 40px;
		font-size: 16px;
	}
	.box1 .box-c .list li{
		margin-bottom: 30px;
	}
	.box1{
		padding: 40px 0 20px;
	}
	.index-title .common-more{
		height: 40px;
	}
	.box5 .box-c ul li .zh, .box5 .box-c ul li .hide-box{
		font-size: 16px;
	}
	.box5 .box-c ul li .icon .iconfont{
		font-size: 28px;
	}
	.box5 .box-c ul li .en{
		font-size: 12px;
	}
	.box5{
		padding: 50px 0;
	}
	.box5 .box-t .zh{
		font-size: 20px;
	}
	.box6 .box-c{
		margin-top: 40px;
	}
	.box7 .box-c .l{
		height: 400px;
	}
	.box7{
		padding: 50px 0;
	}
}
@media (max-width:500px) {
	.box7{
		padding: 40px 0;
	}
	.box7 .box-c .r li:not(:last-child){
		margin-bottom: 30px;
	}
	.box7 .box-c .l{
		height: 300px;
	}
	.box7 .box-c .r .text-title{
		font-size: 18px;
	}
	.box6 .box-c{
		margin-top: 30px;
	}
	.box6{
		padding: 40px 0;
	}
	.box5 .box-t .zh{
		font-size: 18px;
	}
	.box5 .box-t{
		margin-top: 30px;
	}
	.box5{
		padding: 40px 0;
	}
	.box5 .box-c ul{
		height: auto;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.box5 .box-c ul li{
		width: 30%;
		margin: 0 1%;
		margin-bottom: 15px;
	}
	.box4{
		padding: 40px 0;
	}
	.box4 .box-c{
		margin-top: 30px;
	}
	.box2{
		padding-top: 40px;
	}
	.box2 .box-c{
		margin-top: 25px;
	}
	.box2 .box-c .l .text-title{
		font-size: 18px;
	}
	.box2 .box-c .l .text-des{
		line-height: 1.5;
	}
	.banner .swiper .swiper-slide .title,.index-title .title{
		font-size: 22px;
	}
	.banner .swiper .swiper-slide .zh{
		font-size: 20px;
	}
	.banner .swiper .swiper-slide .en{
		font-size: 12px;
	}
	.banner .swiper .swiper-slide .more{
		margin-top: 20px;
	}
	.box1 .box-c .list li{
		margin-bottom: 20px;
	}
	.box2 .box-c .l .list li .number .counter{
		font-size: 22px;
	}
	.box2 .box-c .l .list li .text{
		font-size: 14px;
	}
	.box2 .box-c .l .list li .icon .iconfont{
		font-size: 32px;
	}
	.box2 .box-c .l .list li{
		width: 40%;
	}
	.box2 .box-c .l .list li:nth-child(2n){
		width: 60%;
	}
	.box2 .box-c .l .list{
		margin-top: 30px;
	}
	.box2 .box-c .l .list li{
		margin-bottom: 20px;
	}
	.box2 .box-c .l{
		margin-bottom: 15px;
	}
	.box2 .box-c .r .pic .playBtn .iconfont{
		font-size: 38px;
	}
}