.main-swiper{
    height: 100vh;
}
.main-slide{
    height: 100vh;
    
}
/*.main-slide:not(.banner){*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
/*.main-slide:not(.banner)>div{*/
/*	display: block;*/
/*	width: 100%*/
/*}*/
.banner{
	position: relative;
	height: 100vh;
}
.banner>.swiper{
	height:100%;
}
.banner .swiper-slide{
	position: relative;
	/* height: 100vh; */
}
.banner .swiper-slide video{
	/* position: absolute; */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}
.banner .swiper-slide .slide-box{
	/* position: relative; */
	z-index: 3;
	/* height: 100%; */
}
.banner .swiper-slide .slide-box .pic,
.banner .swiper-slide .slide-box .pic img{
	height: 100%;
	
}
.banner .swiper-slide .slide-box .pic img{
	display: block;
	width: 100%;
	transition: all .6s;
	min-height: 430px;
	object-fit: cover;
}
.banner .swiper-slide  .text-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
	text-align: left;
}
.banner .swiper-slide  .text-box .title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.33;
    /*opacity: 0;*/
}
.banner .swiper-slide  .text-box .des{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	/* font-size: 30px; */
	color: #FFFFFF;
	line-height: 1.33;
	margin-top: .7em;
}
.banner .swiper-slide .text-box .line{
    width: 80px;
    height: 3px;
    background: rgba(76, 171, 223, 1);
    margin-top: .5em;
}
.banner .swiper-slide  .text-box .playerBtn{
	position: relative;
	width: 86px;
	margin: 65px auto 0;
	cursor: pointer;
	transition: all .6s;
}
.banner .swiper-slide.active  .pic img,
.banner .swiper-slide.active  .text-box .playerBtn{
	opacity: 0;
}
.banner .swiper-slide  .text-box .playerBtn img{
	display: block;
	width: 100%;
	animation: rotate 10s linear infinite;
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
.banner .swiper-slide .slide-box .text-box .playerBtn .iconfont{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: rgba(94, 187, 239, 1);
	font-size: 22px;
	z-index: 3;
}
.banner .drop-mouse {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
	z-index: 2;
}
.banner .drop-mouse .iconfont {
	display: block;
	font-size: 36px;
	animation: bump 2s ease-in-out infinite alternate;
	color: #fff;
}
@keyframes bump {
	0% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-10px);
	}
}
.box1{
	background-color: RGBA(247, 251, 250, 1);
	padding: 130px 0 0;
	justify-content: flex-end !important;
}
.main-slide6,
.box1,
.box2{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.aboutTitle{
	color: rgba(0, 0, 34, 1);
}
.aboutTitle .title{
	font-family: HarmonyOS_Sans_SC;
	font-size: 20px;
	line-height: 1;
}
.aboutTitle .des{
	font-family: HarmonyOS_Sans_SC_Light;
	line-height: 1.33;
	margin-top: .53em;
}
.box1 .box-t{
	display: flex;
	justify-content: space-between;
}
.box1 .box-t-r{
	display: flex;
	width: 39.6%;
}
.box1 .box-t-r a{
	flex: 1;
	text-align: center;
}
.box1 .box-t-r a:not(:last-child) .text-box{
	border-right: 1px solid rgba(222, 222, 222, 1);
}
.box1 .box-t-r .text-box{
	padding:0 15px 17px;
	text-align: center;
	margin-bottom: 9px;
}
.box1 .box-t-r .text-box .icon{
	position: relative;
	height: 40px;
}
.box1 .box-t-r .text-box .icon img{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	transform: translate(-50%,-50%);
	transition: all .6s;
}
.box1 .box-t-r .text-box .icon img:last-child{
	opacity: 0;
}
.box1 .box-t-r a:hover .text-box .icon img:first-child,
.box1 .box-t-r a.active .text-box .icon img:first-child{
	opacity: 0;
}
.box1 .box-t-r a:hover .text-box .icon img:last-child,
.box1 .box-t-r a.active .text-box .icon img:last-child{
	opacity: 1;
}
.box1 .box-t-r a .text-box .text{
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 18px;
	color: #999999;
	line-height: 1;
	margin-top: 20px;
	transition: color .6s;
}
.box1 .box-t-r a.active .text-box .text,
.box1 .box-t-r a:hover .text-box .text{
	color: rgba(64, 159, 212, 1);
	font-family: HarmonyOS_Sans_SC_Bold;
}
.box1 .box-t-r a .icon-xiajiantou-{
	font-size: 22px;
	color: rgba(63, 158, 211, 1);
	opacity: 0;
	transition: all .6s;
}
.box1 .box-t-r a.active .icon-xiajiantou-{
	opacity: 1;
}
.box1 .box-c{
	margin-top: 3.12vw;
}
.box1 .box-c .items{
	display: none;
	grid-template-columns: repeat(4,1fr);
}
.box1 .box-c .items.active{
	display: flex;
	animation: fadeInUpSmall 1s forwards;
}
.box1 .box-c .items .item{
	position: relative;
	border-top: 1px solid RGBA(234, 236, 236, 1);
	flex: 1;
}
.box1 .box-c .items .item:not(:last-child){
	border-right: 1px solid rgba(255, 255, 255, .5);
}
.box1 .box-c .items .item a{
	padding-top: 30.2vw;
	display: block;
}
.box1 .box-c .items .item .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.box1 .box-c .items .item .pic img{
	width:100%;
	height: 100%;
	object-fit:cover;
}
.box1 .box-c .items .item.active .text-box{
	opacity:1
}
.box1 .box-c .items .item .text-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 50px 20px;
	text-align: center;
	opacity: 0;
}
.box1 .box-c .items .item .number{
	display: inline-block;
	font-family: Rany-Bold;
	color: #999999;
	line-height: 1;
	background: linear-gradient(to left, #3F9ED3 0%, #5EBBEF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.box1 .box-c .items .item .text-title{
	font-family: HarmonyOS_Sans_SC;
	font-size: 24px;
	color: #409FD4;
	line-height: 1;
	margin-top: 27px;
}
.commonMore{
	display: block;
	width: 200px;
	line-height: 60px;
	background: linear-gradient(to left, #3F9ED3, #5EBBEF) !important;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	font-family: Rany-Bold;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
}
.box1 .box-c .items .item .itemBox{
	background-color: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 18px;
	color: #222222;
	transition: all .6s;
}
.box1 .box-c .items .item.active .itemBox,
.box1 .box-c .items .item:hover .itemBox{
	opacity: 0;
}
.box2{
	position: relative;
	padding-top: 140px;
}
.box2 .bg img,
.box2 .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.box2 .bg img{
	opacity: 0;
	object-fit: cover;
	transition: all .6s;
}
.box2 .bg img.active{
	opacity: 1;
}
.box2 .box-t{
	position: relative;
	display: flex;
	justify-content: space-between;
	z-index: 3;
}
.aboutTitle1{
	color: #fff;
}
.box2 .box-t-r{
	width: 60%;
	padding-top: 62px;
}
.box2 .box-t-r .item{
	display: none;
}
.box2 .box-t-r .item.active{
	display: flex;
	animation: fadeInUpSmall 1s forwards;
}
.box2 .box-t-r .item .icon{
	width: 122px;
	height: 122px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box2 .box-t-r .item .icon img{
	max-width: 70%;
	max-height: 70%;
}
.box2 .box-t-r .item .item-r{
	flex: 1;
	margin-left: 34px;
	padding-top: 7px;
}
.box2 .box-t-r .item .item-r .text-title{
	font-family: HarmonyOS_Sans_SC_Light;
	color: #FFFFFF;
	line-height: 1.33;
}
.box2 .box-t-r .item .item-r .text-des{
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	height: 120px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 35px;
}
.box2 .box-t-r .item .item-r .commonMore{
	margin-top: 35px;
}
.box2 .box-c{
	position: relative;
	margin-top: 7.29vw;
	border-top: 1px solid RGBA(119, 142, 151, 1);
	z-index: 3;
	background: rgba(0, 0, 0, .22);
}
.box2 .box-c .list{
	display: flex;
}
.box2 .box-c .list li{
	flex: 1;
	text-align: center;
	min-height: 328px;
	padding: 40px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	opacity: .5;
	cursor: pointer;
}
.box2 .box-c .list li.active{
	opacity: 1;
}
.box2 .box-c .list li:not(:last-child){
	border-right: 1px solid RGBA(119, 142, 151, 1);
}
.box2 .box-c .list li .zh{
	font-family: HarmonyOS_Sans_SC_Light;
	line-height: 1.33;
}
.box2 .box-c .list li .en{
	font-family: Rany-Bold;
	line-height: 1.33;
	text-transform: capitalize;
	margin-top: .5em;
	word-break: break-all;
	font-size: 24px;
}
.box3{
	background-image: url(../img/about-box3-bg.jpg);
	background-size: cover;
	padding: 80px 0 0;
	display: flex;
	align-items: center;
}
.box3 .text-box{
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 18px;
	color: #CCCCCC;
	line-height: 36px;
	margin-top: 40px;
	width: 1060px;
	max-width: 100%;
}
.box3 .text-box .text:not(:last-child){
	margin-bottom: 18px;
}
.box3 .list{
	margin-top: 60px;
	display: flex;
}
.box3 .list li{
	flex: 1;
	text-align: left;
}
.box3 .list li .number{
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	font-size: 24px;
	color: #41A0D5;
	line-height: 1;
}
.box3 .list li .number .counter{
	font-family: Rany-Light;
	font-weight: 400;
	background: linear-gradient(-30deg, #3F9ED3 0%, #5EBBEF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.box3 .list li .text{
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 18px;
	color: #CCCCCC;
	line-height: 1;
}
.box3 .box-b{
	margin-top: 95px;
	display: flex;
}
.box3 .box-b-l .code{
	font-family: HarmonyOS_Sans_SC_Bold;
	font-weight: bold;
	font-size: 18px;
	color: #3F9ED3;
	line-height: 1;
}
.box3 .box-b-l .code span{
	font-family: Rany-Bold;
	color: #222222;
	line-height: 1;
	background: linear-gradient(-30deg, #3F9ED3 0%, #5EBBEF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.box3 .box-b-l .code-text{
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 14px;
	color: #CCCCCC;
	line-height: 1;
	margin-top: 7px;
}
.box3 .box-b-r{
	margin-left: 90px;
}
.commonMore1{
	display: flex;
	align-items: center;
	padding: 5px 5px 5px 30px;
	border-radius: 30px;
	border: 1px solid rgba(83, 177, 229, .3);
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	font-size: 18px;
	color: #53B1E5;
	transition: all .6s;
	min-width: 331px;
	justify-content: space-between;
}
.commonMore1:hover{
	border-color: #fff;
	background-color: #fff;
}
.commonMore1 .icon{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #3F9ED3;
	/* background: linear-gradient(-30deg, #3F9ED3, #5EBBEF); */
	border-radius: 50%;
	margin-left: 48px;
}
.commonMore1 .icon .iconfont{
	font-size: 22px;
	transform: rotate(-45deg);
}
.box4{
	background: url(../img/about-box4-bg.jpg);
	background-size: cover;
	padding: 80px 0 0;
	display: flex;
	align-items: center;
	/* justify-content: center; */
}
.box4 .commonMore1{
	background: linear-gradient(-30deg, #3F9ED3, #5EBBEF);
	color: #fff;
	border-color: transparent !important;
}
.box4 .commonMore1 .icon{
	background-color: rgba(255, 255, 255, 1);
	color: #3F9ED3;
}
.box4 .box-t{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.box4 .box-c{
	/* margin-top: 80px; */
	display: flex;
	gap: 20px;
	margin-top: 4vw;
}
.box4 .box-c .item{
	width: 20.93%;
}
.box4 .box-c .item:last-child{
	flex: 1;
}
.box4 .box-c .item a{
	display: block;
}
.box4 .box-c .item .itemBox .pic{
	height: 270px;
	background: #3C3C3C;
	border-radius: 10px;
}
.box4 .box-c .item .itemBox .pic img{
	height: 100%;
	object-fit: cover;
}
.box4 .box-c .item .itemBox .text-box{
	position: relative;
	height: 230px;
	background: #FFFFFF;
	border-radius: 10px;
	margin-top: 10px;
	padding: 19px 30px 50px;
	color: #999999;
	transition: all .6s;
	overflow: hidden;
}
.box4 .box-c .item .item-label:hover,
.box4 .box-c .item:hover .itemBox .text-box{
	color: #fff;
}
.box4 .box-c .item .item-label::before,
.box4 .box-c .item .itemBox .text-box:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, #3F9ED3, #5EBBEF);
	opacity: 0;
	transition: all .6s;
}
.box4 .box-c .item .item-label:hover::before,
.box4 .box-c .item:hover .itemBox .text-box:before{
	opacity: 1;
}
.box4 .box-c .item .itemBox .text-box .text-title{
	position: relative;
	font-family: HarmonyOS_Sans_SC;
	font-size: 24px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 3;
}
.box4 .box-c .item .itemBox .text-box .date{
	position: relative;
	font-family: Rany-Light;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	margin-top: 39px;
	z-index: 3;
}
.box4 .box-c .item .item-label{
	position: relative;
	background: #FFFFFF;
	border-radius: 10px;
	height: 120px;
	display: block;
	padding: 27px 30px;
	color: #999999;
	transition: all .6s;
	overflow: hidden;
}
.box4 .box-c .item .item-label:not(:last-child){
	margin-bottom: 10px;
}
.box4 .box-c .item .item-label .text-title{
	position: relative;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	z-index: 4;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box4 .box-c .item .item-label .date{
	position: relative;
	font-family: Rany-Light;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	margin-top: 24px;
	z-index: 4;
}
.box5{
	padding: 80px 0 0;
	background-color: rgba(245, 245, 245, 1);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.box5 .box-t{
	position: relative;
}
.box5 .box-t .aboutTitle{
	position: relative;
	z-index: 4;
}
.box5 .box-t .en{
	position: absolute;
	right: 5.2%;
	top: 0;
	display: block;
	width: 58.54%;
}
.box5 .box-c{
	margin-top: 2.86vw;
}
.box5 .box-c .list{
	transition-timing-function: linear;
}
.box5 .box-c .list li{
	width: 280px;
	height: 174px;
	background-color: #fff;
}
.box5 .box-c .list li .pic{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
}
.box5 .box-c .list li .pic img{
	width: auto;
	max-width: 90%;
	max-height: 90%;
}
.box5 .box-c .list li:not(:last-child){
	margin-right: 10px;
}
.box5 .box-c .item:not(:last-child){
	margin-bottom: 10px;
}
.main-slide6{
    background: RGBA(29, 34, 37, 1);
}
.box6{
	padding: 80px 0 4vw;
	background-image: url(../img/about-box6-bg.jpg);
	background-size: cover;
	flex: 1;
	display: flex;
	width: 100%;
}
.box6 .box-c{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}
.box6 .box-c-l{
	color: #fff;
}
.box6 .box-c-l .title{
	font-family: HarmonyOS_Sans_SC;
	color: #FFFFFF;
	line-height: 1;
}
.box6 .box-c-l .des{
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1.5;
	margin-top: 20px;
}
.box6 .consultBtn{
	display: flex;
	width: 240px;
	height: 70px;
	background: linear-gradient(-30deg, #3F9ED3, #5EBBEF);
	border-radius: 35px;
	padding: 0 27px 0 46px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 18px;
	color: #FFFFFF;
	box-shadow: -3px 6px 0 0 rgba(85, 132, 171, 1);
}
.box6 .consultBtn .iconfont{
	font-size: 26px;
	color: #fff;
}
@media (max-width:1440px) {
    .box6 .box-c-l .des{
        font-size: 22px;
        margin-top: 10px;
    }
	.box4 .box-c .item .itemBox .pic{
		height: 240px;
	}
	.box4 .box-c .item{
		width: 18.5%;
	}
	.box4 .box-c .item .item-label{
		height: 97px;
		padding: 20px;
	}
	.box4 .box-c .item .itemBox .text-box{
		height: auto;
		padding-bottom: 40px;
	}
	.box4 .box-c .item .item-label .date{
	    margin-top: 19px;
	}
	.box4 .box-c .item .itemBox .text-box .text-title{
		font-size: 20px;
		-webkit-line-clamp: 2;
	}
	.box4 .box-c .item .itemBox .text-box .date{
		margin-top: 30px;
	}
	.box5 .box-c .list li{
		padding-top: 8.42%;
		height: auto;
		width: 13%;
	}
	.aboutTitle .des{
	    margin-top: .4em;
	}
	.box2 .box-t-r{
	    padding-top: 0;
	}
	.box2 .box-t-r .item .item-r .text-des{
	    margin-top: 14px;
	}
	.box2 .box-t-r .item .item-r .commonMore{
	    margin-top: 20px;
	}
	.box2 .box-t-r .item .icon{
	    width: 100px;
	    height: 100px;
	}
	.box2 .box-c .list li{
	    min-height: 240px;
	}
	.box3 .text-box{
	    margin-top: 25px;
	}
	.box3 .list{
	    margin-top: 40px;
	}
	.box3 .box-b{
	    margin-top: 60px;
	}
	.box4 .box-c{
	    margin-top: 40px;
	}
}
@media(max-width:1439px){
    .box6{
        height: auto;
    }
}
@media(min-height:1080px){
    .box6{
        height: auto;
    }
}
@media (max-width:1280px) {
    .box5 .box-c{
        margin-top: 45px;
    }
    .box4 .box-c .item .item-label{
        height: 89px;
    }
    .box4 .box-c .item .item-label .date{
        margin-top: 10px;
    }
    .box4 .box-c .item .itemBox .pic{
        height: 210px;
    }
    .aboutTitle .title{
        font-size: 20px;
    }
    .aboutTitle .des{
        /*font-size: 26px;*/
    }
	.box2 .box-c .list li{
		min-height: 210px;
	}
	.box1 .box-t-r a .text-box .text{
	    font-size: 16px;
	    margin-top: 10px;
	}
	.box1 .box-t-r .text-box .icon{
	    height: 34px;
	}
	.box1 .box-t-r .text-box{
	    padding-bottom: 5px;
	}
	.box6,
	.box5,
	.box4,
	.box3,
	.box2,
	.box1{
	    padding-top: 100px;
	}
	.box2 .box-t-r .item .item-r .text-des{
	    line-height: 26px;
	    margin-top: 10px;
	}
	.box3 .text-box{
	    font-size: 16px;
	    margin-top: 15px;
	}
}
@media (max-width:1199px) {
    .main-slide,
    .main-swiper{
        height: auto;
    }
    .main-swiper>.swiper-wrapper{
        flex-direction: column;
    }
	.box6 .box-c-l .des{
		margin-top: 10px;
		font-size: 22px;
	}
	.commonMore{
		line-height: 50px;
		width: 160px;
		font-size: 16px;
	}
	.box1 .box-c .items .item .text-title{
		font-size: 20px;
		margin-top: 12px;
	}
	.box1 .box-c .items .item .text-box{
		padding: 30px 0;
	}
	.banner .swiper-slide .slide-box .text-box .des{
		margin-top: .3em;
	}
	.banner .drop-mouse{
		bottom: 20px;
	}
	.banner .swiper-slide .slide-box .text-box .playerBtn{
		margin-top: 40px;
	}
	.box2,
	.box1{
		padding-top: 70px;
	}
	.box6,
	.box5,
	.box4,
	.box3{
		padding: 70px 0;
	}
	.box5 .box-c,
	.box4 .box-c,
	.box3 .box-b,
	.box3 .list,
	.box2 .box-c,
	.box1 .box-c{
		margin-top: 45px;
	}
	.aboutTitle .des{
		margin-top: .4em;
	}
	.box2 .box-t-r{
		padding-top: 0;
		width: auto;
		flex: 1;
		margin-left: 70px;
	}
	.box2 .box-t-r .item .item-r .text-des{
		height: auto;
	}
	.box2 .box-t-r .item .icon{
		width: 80px;
		height: 80px;
	}
	.box2 .box-t-r .item .item-r .commonMore,
	.box2 .box-t-r .item .item-r .text-des{
		margin-top: 15px;
	}
	.box2 .box-t-r .item .item-r{
		margin-left: 20px;
	}
	.box4 .box-c{
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
	.box4 .box-c .item{
		width: 100%;
	}
	.box4 .box-c .item .itemBox .text-box .text-title{
		font-size: 20px;
	}
	.box4 .box-c .item .item-label .date{
		margin-top: 15px;
	}
	.box4 .box-c .item .item-label{
		padding: 20px 25px;
		height: 102px;
	}
	.box4 .box-c .item .itemBox .text-box .text-title{
		-webkit-line-clamp: 2;
	}
}
@media (max-width:1024px) {
	.box6 .box-c-l .des{
		font-size: 20px;
	}
	.box6 .consultBtn{
		height: 55px;
		padding: 0 20px;
		width: 160px;
	}
	.box2 .box-t-r .item .icon{
		width: 60px;
		height: 60px;
	}
	.box2 .box-c .list li{
		min-height: 200px;
		padding: 25px 20px;
	}
	.box2 .box-c .list li .en{
		margin-top: .3em;
	}
	.box1 .box-t-r{
		flex: 1;
		margin-left: 30px;
	}
	.banner .swiper-slide .slide-box .text-box .playerBtn{
		margin-top: 30px;
		width: 66px;
	}
	.banner .swiper-slide .slide-box .text-box .playerBtn .iconfont{
		font-size: 16px;
	}
	.banner .drop-mouse .iconfont{
		font-size: 30px;
	}
	.box2,
	.box1{
		padding-top: 60px;
	}
	.box6,
	.box5,
	.box4,
	.box3{
		padding: 60px 0;
	}
	.box5 .box-c,
	.box4 .box-c,
	.box3 .box-b,
	.box3 .list,
	.box2 .box-c,
	.box1 .box-c{
		margin-top: 40px;
	}
	.commonMore{
		height: 45px;
		width: 130px;
		max-width: 100%;
	}
	.aboutTitle .title{
		font-size: 22px;
	}
	.box3 .text-box{
		margin-top: 25px;
		font-size: 16px;
		line-height: 26px;
	}
	.commonMore1{
		min-width: 300px;
		padding: 5px 5px 5px 20px;
		font-size: 16px;
	}
	.commonMore1 .icon{
		width: 40px;
		height: 40px;
	}
	.box3 .list li .number{
		font-size: 17px;
	}
	.box3 .list li .text{
		font-size: 16px;
	}
}
@media (max-width: 768px) {
    .box1 .box-c .items .item a{
        padding-top: 50vw;
    }
	.box6 .box-c{
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.box6 .consultBtn{
		margin-top: 25px;
		height: 45px;
		font-size: 16px;
	}
	.box6 .box-c-l{
		width: 100%;
	}
	.box6 .box-c-l .des{
		font-size: 18px;
	}
	.commonMore1 .icon .iconfont{
		font-size: 16px;
	}
	.box3 .box-b{
		justify-content: space-between;
	}
	.box3 .box-b-r{
		margin-left: 0;
	}
	.commonMore1 .icon{
		margin-left: 15px;
		width: 30px;
		height: 30px;
	}
	.commonMore1{
		min-width: 160px;
		font-size: 14px;
		padding-left: 10px;
	}
	.box2 .box-t-r .item .icon{
		width: 45px;
		height: 45px;
	}
	.box2 .box-c .list li{
		min-height: 160px;
	}
	.box2 .box-c .list li .zh{
		font-size: 20px;
	}
	.box2 .box-c .list li .en{
		font-size: 22px;
	}
	.box2 .box-t-r{
		flex: none;
		margin-left: 0;
		width: 100%;
		margin-top: 20px;
	}
	.box2 .box-t-r .item .item-r .text-des{
		margin-top: 5px;
	}
	.box2 .box-t{
		flex-direction: column;
	}
	.aboutTitle .title{
		font-size: 20px;
	}
	.box1 .box-c .items{
		flex-wrap: wrap;
		/* grid-template-columns: repeat(2,1fr); */
	}
	.box1 .box-c .items .item{
		flex: none;
		width: 50%;
		border-right: 1px solid rgba(222, 222, 222, 1);
		border-bottom: 1px solid rgba(222, 222, 222, 1);
		border-top: none;
	}
	.box1 .box-t{
		flex-direction: column;
	}
	.box1 .box-t-r,
	.box1 .box-t-l{
		width: 100%;
	}
	.box1 .box-t-r{
		margin-top: 30px;
		margin-left: 0;
	}
	.banner .swiper-slide .slide-box .text-box .playerBtn{
		margin-top: 20px;
	}
	.box2,
	.box1{
		padding-top: 50px;
	}
	.box6,
	.box5,
	.box4,
	.box3{
		padding: 50px 0;
	}
	.box5 .box-c,
	.box4 .box-c,
	.box3 .box-b,
	.box3 .list,
	.box2 .box-c,
	.box1 .box-c{
		margin-top: 30px;
	}
	.box1 .box-c{
		border-top:1px solid RGBA(234, 236, 236, 1);
	}
	.banner .swiper-slide .slide-box .text-box .title{
		font-size: 24px;
	}
	.box1 .box-c .items .item .itemBox{
		/* opacity: 0; */
	}
	.box4 .box-c .item .itemBox .pic{
		height: 210px;
	}
	.box4 .box-c .item .itemBox .text-box{
		padding: 20px 20px 30px;
	}
	.box4 .box-c .item .itemBox .text-box .date{
		margin-top: 20px;
	}
	.box4 .box-c .item .itemBox .text-box .text-title{
		font-size: 18px;
	}
	.box4 .box-c .item .item-label{
		height: 83px;
		padding: 19px 15px;
	}
	.box4 .box-c .item .item-label .text-title{
		font-size: 16px;
	}
	.box4 .box-c .item .item-label .date{
		margin-top: 10px;
	}
	.box4 .box-c{
		gap: 10px;
	}
}
@media (max-width: 500px) {
    .box3 .text-box{
        font-size: 14px;
        margin-top: 20px;
    }
	.box6 .box-c-l .des{
		font-size: 16px;
	}
	.box6 .consultBtn{
		margin-top: 10px;
	}	
	.box4 .box-c{
		gap: 20px;
	}
	.box4 .box-c .item .itemBox .pic{
		height: 100%;
	}
	.box4 .box-c{
		grid-template-columns: repeat(1,1fr);
	}
	.box3 .box-b-l .code{
		font-size: 16px;
	}
	.box2 .box-t-r .item .icon{
		border-width: 1px;
	}
	.box2 .box-c .list li{
		min-height: 130px;
		padding: 15px 10px;
	}
	.box2 .box-c .list li .zh{
		font-size: 16px;
	}
	.box2 .box-c .list li .en{
		font-size: 16px;
	}
	.box2 .box-t-r .item .item-r{
		margin-left: 15px;
	}
	.box1 .box-t-r{
		margin-top: 30px;
	}
	.aboutTitle .title{
		font-size: 16px;
	}
	.aboutTitle .des{
		font-size: 18px;
	}
	.box1 .box-t-r .text-box{
		padding: 0 10px 10px;
	}
	.box1 .box-t-r .text-box .icon{
		height: 30px;
	}
	.box1 .box-t-r a .text-box .text{
		margin-top: 10px;
		font-size: 16px;
	}
	.banner .swiper-slide .slide-box .text-box .title{
		font-size: 22px;
	}
	.banner .swiper-slide .slide-box .text-box .des{
		font-size: 18px;
	}
	.box2,
	.box1{
		padding-top: 40px;
	}
	.box6,
	.box5,
	.box4,
	.box3{
		padding: 40px 0;
	}
	.box5 .box-c,
	.box4 .box-c,
	.box3 .box-b,
	.box3 .list,
	.box2 .box-c,
	.box1 .box-c{
		margin-top: 25px;
	}
}