.main .bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	/*background-image: url(../img/index-bg.jpg);*/
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main .bg .swiper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.main .bg .swiper .content1400{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.main .bg .swiper-slide{
    width: 100%;
    height: 100%;
    background-size: cover;
}
.main .bg .des {
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 48px;
	color: #F7F8F9;
	line-height: 1.25;
}

.main .bg .title {
	font-family: HarmonyOS Sans SC;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 60px;
	color: #F7F8F9;
	line-height: 1.33;
	margin-top: 20px;
}

.main .bg .en {
	font-family: Rany-Bold;
	font-size: 60px;
	color: rgba(247, 248, 249, .2);
	line-height: 1.2;
	margin-top: 30px;
	text-transform: uppercase;
}
.main .bg .des ,
.main .bg .title,
.main .bg .en{
	visibility: visible !important;
	/* opacity: 0; */
	/* transition: all 1s;
	/* visibility: hidden; */
	/* transform: translateY(20px);
	transition: all 1s; */
}
.main .bg .title{
	transition-delay: 1s;
}
.main .bg .en{
	transition-delay: 2s;
}
.main .bg .des.active ,
.main .bg .title.active,
.main .bg .en.active{
	visibility: visible;
	/* opacity: 1; */
	/* visibility: visible; 
	 opacity: 1;
	  animation: fadeInScale 3s 1s forwards; 
	 transform: translateY(0);*/
	 mask: radial-gradient(circle at 0 50%, rgba(29, 88, 172, 1), transparent 10%, transparent 0);
	 mask-size: 100%;
	 animation: fadeInScale 5s forwards;
}
.main .bg .title.active{
	transition-delay: 1s;
	animation-delay: 1s;
}
.main .bg .en.active{
	transition-delay: 2s;
	animation-delay: 2s;
}
.index {
	position: relative;
	z-index: 3;
}

.index .box1 {
	background: linear-gradient(120deg, rgba(29, 88, 172, 0.99), rgba(193, 204, 215, 0.99));
}
.index .box1 .content1720{
	position: relative;
	padding: 90px 0 30px;
	min-height: 230px;
}
.index .box1 .box-t {
	display: flex;
	align-items: center;
}
.index .box1 .box-t .title {
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 36px;
	color: #F7F8F9;
	line-height: 1.33;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.99) 0%, rgba(193, 204, 215, 0.99) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 30px;
}
.index .box1 .box-t .circle-text{
	animation: rotate 30s linear infinite;
	width: 100px;
}
.index .box1 .box-t .circle-text:hover{
	animation-play-state: paused;
}
.index .box1 .index-title{
	display: inline-block;
	background: linear-gradient(to right, rgba(202,210,220,0.99) 0%, rgba(255,185,18,0.99) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.index .box1 .drop{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	bottom: 0;
	background: #1D58AC;
	border-radius: 20px;
	padding: 0 20px;
	min-width: 188px;
	line-height: 40px;
	font-family: Rany-Bold;
	font-size: 14px;
	color: #F7F8F9;
	transform-origin: right bottom;
	transform: rotate(90deg)translate(50%,100%);
}
.index .box1 .drop .text{
	mask: radial-gradient(circle at 0 50%, rgba(29, 88, 172, 1), transparent 10%, transparent 0);
	mask-size: 100%;
	animation: fadeInScale 5s infinite;
}
.index .box1 .drop .icon-youjiantou1{
	margin-left: 20px;
	font-size: 22px;
	animation: drop 3.2s linear infinite;
}
@keyframes drop{
	0%, 100% {
	    transform: translateX(-10px);
	}
	50% {
	    transform: translateX(10px);
	}
}
.index .box2{
	height: 50vh;
	background-color: transparent;
}
.index .box3{
	padding: 25px 0 78px;
	background-color: #fff;
	text-align: center;
	background-image: url(../img/index-box3-bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 25px !important;
}
.index .box3 .des{
	font-family: HarmonyOS Sans SC;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 30px;
	color: #333333;
	line-height: 1.6;
	margin-top: 30px;
}
.index .box3 .text{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
	line-height: 1.66;
	margin-top: 26px;
}
.index .box3 .commonBtns .btn{
	background: rgba(29,88,172,0.99);
}
.index .box3 .commonBtns .btn::before{
	background: rgba(29, 88, 172, 1);
}
.index .box3 .commonBtns{
	justify-content: center;
	margin-top: 60px;
	color: rgba(204, 204, 204, 1);
}
.index .box4{
	height: 680px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(120deg, rgba(29,88,172,0.99), rgba(193,204,215,0.99));
}
.index .box5{
	padding: 86px 0 100px;
	background-color: #fff;
	text-align: center;
}
.index .box6 .des,
.index .box5 .des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 2;
	margin-top: 17px;
	text-align: center;
.main .bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-image: url(../img/index-bg.jpg);
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main .bg .des {
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 48px;
	color: #F7F8F9;
	line-height: 1.25;
}

.main .bg .title {
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 60px;
	color: #F7F8F9;
	line-height: 1.33;
	margin-top: 20px;
}

.main .bg .en {
	font-family: Rany-Bold;
	font-size: 60px;
	color: rgba(247, 248, 249, .2);
	line-height: 1.2;
	margin-top: 30px;
	text-transform: uppercase;
}
.main .bg .des ,
.main .bg .title,
.main .bg .en{
	visibility: hidden;
	/* opacity: 0; */
	/* transition: all 1s;
 /* visibility: hidden; */
	/* transform: translateY(20px);
 transition: all 1s; */
}
.main .bg .title{
	transition-delay: 1s;
}
.main .bg .en{
	transition-delay: 2s;
}
.main .bg .des.active ,
.main .bg .title.active,
.main .bg .en.active{
	visibility: visible;
	/* opacity: 1; */
	/* visibility: visible; 
  opacity: 1;
   animation: fadeInScale 3s 1s forwards; 
  transform: translateY(0);*/
	mask: radial-gradient(circle at 0 50%, rgba(29, 88, 172, 1), transparent 10%, transparent 0);
	mask-size: 100%;
	animation: fadeInScale 5s forwards;
}
.main .bg .title.active{
	transition-delay: 1s;
	animation-delay: 1s;
}
.main .bg .en.active{
	transition-delay: 2s;
	animation-delay: 2s;
}
.index {
	position: relative;
	z-index: 3;
}

.index .box1 {
	background: linear-gradient(120deg, rgba(29, 88, 172, 0.99), rgba(193, 204, 215, 0.99));
}
.index .box1 .content1720{
	position: relative;
	padding: 90px 0 30px;
	min-height: 230px;
}
.index .box1 .box-t {
	display: flex;
	align-items: center;
}
.index .box1 .box-t .title {
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	/*font-size: 60px;*/
	color: #F7F8F9;
	line-height: 1.33;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.99) 0%, rgba(193, 204, 215, 0.99) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 30px;
}
.index .box1 .box-t .circle-text{
	animation: rotate 30s linear infinite;
	width: 100px;
}
.index .box1 .box-t .circle-text:
	hover{
 animation-play-state: paused;
}
.index .box1 .index-title{
	display: inline-block;
	background: linear-gradient(to right, rgba(202,210,220,0.99) 0%, rgba(255,185,18,0.99) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.index .box1 .drop{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	bottom: 0;
	background: #1D58AC;
	border-radius: 20px;
	padding: 0 20px;
	min-width: 188px;
	line-height: 40px;
	font-family: Rany-Bold;
	font-size: 14px;
	color: #F7F8F9;
	transform-origin: right bottom;
	transform: rotate(90deg)translate(50%,100%);
}
.index .box1 .drop .text{
	mask: radial-gradient(circle at 0 50%, rgba(29, 88, 172, 1), transparent 10%, transparent 0);
	mask-size: 100%;
	animation: fadeInScale 5s infinite;
}
.index .box1 .drop .icon-youjiantou1{
	margin-left: 20px;
	font-size: 22px;
	animation: drop 3.2s linear infinite;
}
	@keyframes drop{
 0%, 100% {
     transform: translateX(-10px);
 }
 50% {
	transform: translateX(10px);
 }
}
.index .box2{
	height: 50vh;
	background-color: transparent;
}
.index .box3{
	padding: 25px 0 78px;
	background-color: #fff;
	text-align: center;
	background-image: url(../img/index-box3-bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 25px !important;
}
.index .box3 .des{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 30px;
	color: #333333;
	line-height: 1.6;
	margin-top: 30px;
}
.index .box3 .text{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
	line-height: 1.66;
	margin-top: 26px;
}
.index .box3 .commonBtns .btn{
	background: linear-gradient(120deg, rgba(29,88,172,0.99), rgba(193,204,215,0.99));
}
.index .box3 .commonBtns .btn::
	before{
 background: rgba(29, 88, 172, 1);
}
.index .box3 .commonBtns{
	justify-content: center;
	margin-top: 60px;
	color: rgba(204, 204, 204, 1);
}
.index .box4{
	height: 680px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(120deg, rgba(29,88,172,0.99), rgba(193,204,215,0.99));
}
.index .box5{
	padding: 86px 0 100px;
	background-color: #fff;
	text-align: center;
}
.index .box6 .des,
.index .box5 .des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 2;
	margin-top: 17px;
	text-align: center;
	font-family: "HarmonyOS_Sans_SC_Light";
}
.index .box5 .box-c{
	margin-top: 56px;
}
.index .box5 .box-c .list{
	display: flex;
}
.index .box5 .box-c .list
	li{
 position: relative;
	width: 23.83%;
	overflow: hidden;
	transition: all .6s;
}
.index .box5 .box-c .list
	li.active{
 width: 50%;
}
.index .box5 .box-c .list
	li:not(:last-child){
 margin-right: 1.16%;
}
.index .box5 .box-c .list
	li .img{
 position: relative;
}
.index .box5 .box-c .list
	li .pic{
 position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.index .box5 .box-c .list
	li .pic img{
 height: 100%;
	display: block;
}
/* .index .box5 .box-c .list li .pic img{
 width: 209.7%;
}
.index .box5 .box-c .list li.active .pic img{
 max-width: 100%;
} */
.index .box5 .box-c .list
	li .text-box{
 position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 30px 45px;
	display: flex;
	justify-content: space-between;
	transition: all .6s;
	z-index: 4;
}
.index .box5 .box-c .list
	li.active .text-box{
 padding: 0 40px 45px 60px;
}
.index .box5 .box-c .list
	li.active .text-box-l{
 width: calc(100% - 260px);
	/* margin-right: 25px; */
}
.index .box5 .box-c .list
	li .text-title{
 font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index .box5 .box-c .list
	li .text-des{
 font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 23px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	text-align: left;
}
.index .box5 .box-c .list
	li.active .text-title{
 mask: radial-gradient(circle at 0 50%, rgba(29, 88, 172, 1), transparent 10%, transparent 0);
	mask-size: 100%;
	animation: fadeInScale 5s forwards;
}
.index .box5 .box-c .list
	li.active .text-des{
 opacity: 1;
	visibility: visible;
	mask: radial-gradient(circle at 0 50%, rgba(29, 88, 172, 1), transparent 10%, transparent 0);
	mask-size: 100%;
	animation: fadeInScale 5s forwards;
}
.index .box5 .box-c .list
	li .commonBtns{
 position: absolute;
	right: 30px;
	/* margin-left: 30px; */
	visibility: hidden;
	opacity: 0;
	transition: all 1s;
	/* transform: translateY(20px); */
}
.index .box5 .box-c .list
	li.active .commonBtns{
 opacity: 1;
	visibility: visible;
	/* transform: translateY(0px); */
	/* display: flex; */
}
.index .box6{
	border-top: 1px solid RGBA(230, 233, 239, 1);
	/* border-bottom: 1px solid RGBA(230, 233, 239, 1); */
	padding: 100px 0 0;
	background-color: #fff;
	text-align: center;
}
.index .box6 .box-c{
	position: relative;
	margin-top: 50px;
}
.index .box6 .swiper-slide{
	position: relative;
	width: 72.91%;
}
.index .box6 .swiper-slide .pic{
	border-radius: 10px;
}
.index .box6 .swiper-slide .text-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	padding: 0 50px 40px;
	text-align: left;
	opacity: 0;
	transition: all .6s;
}
.index .box6 .swiper-slide-active .text-box{
	opacity: 1;
}
.index .box6 .swiper-slide .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.index .box6 .swiper-slide .index-title{
	color: #FFFFFF;
	margin-top: 15px;
	transition: all .6s;
}
.index .box6 .swiper-slide:
	hover:hover .index-title{
 color: #1D58AC;
	/*  display: inline-block;
 background: linear-gradient(to right, rgba(29,88,172,0.99), rgba(193,204,215,0.99));
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent; */
}
.index .box6 .swiper-slide .commonBtns{
	margin-top: 25px;
}
.index .box6 .btns .btn{
	position: absolute;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E6E9EF;
	border-radius: 50%;
	transition: all .6s;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	cursor: pointer;
	transition: all .6s;
}
.index .box6 .btns .btn
	span{
 position: relative;
	z-index: 3;
}
.index .box6 .btns .btn:
	hover{
 background-color: transparent;
	color: #fff;
}
.index .box6 .btns .btn::
	before{
 position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(120deg, rgba(29,88,172,0.99), rgba(193,204,215,0.99));
	border-radius: 50%;
	opacity: 0;
	transition: all .6s;
}
.index .box6 .btns .btn:
	hover::before{
 opacity: 1;
}
.index .box6 .btns .btn.btn-prev{
	left: 30px;
}
.index .box6 .btns .btn.btn-next{
	right: 30px;
}
.index .box7{
	padding: 140px 0 110px;
	background-color: RGBA(250, 250, 250, 1);
	text-align: center;
}
.index .box7 .box-c{
	margin-top: 54px;
	border-top: 1px solid RGBA(230, 233, 239, 1);
}
.index .box7 .box-c .list
	li {
 border-bottom: 1px solid RGBA(230, 233, 239, 1);
	text-align: left;
}
.index .box7 .box-c .list
	li .li-container{
 padding: 49px 0 55px;
	display: flex;
	align-items: flex-start;
}
.index .box7 .box-c .list
	li .date{
 font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 24px;
	color: #333333;
	line-height: 1;
	width: 140px;
	transition: all .6s;
}
.index .box7 .box-c .list
	li:hover .date{
 color: #1D58AC;
	font-weight: bold;
}
.index .box7 .box-c .list
	li .li-c{
 flex: 1;
	text-align: center;
	margin: 0 30px;
}
.index .box7 .box-c .list
	li .text-box{
 display: inline-block;
	text-align: left;
	width: 765px;
	max-width: 100%;
}
.index .box7 .box-c .list
	li .text-title{
 font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 36px;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	transition: all .6s;
}
.index .box7 .box-c .list
	li:hover .text-title{
 color: rgba(29, 88, 172, 1);
}
.index .box7 .box-c .list
	li .text-des{
 font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	margin-top: 24px;
	transition: all .6s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index .box7 .box-c .list
	li:hover .text-des{
 color: rgba(51, 51, 51, 1);
	font-weight: 400;
}
.index .box7 .box-c .list
	li:hover .commonBtns .btn::before{
 opacity: 1;
}
.index .box7 .box-c .list
	li:hover .commonBtns .btn {
  box-shadow: 0 0 30px 5px rgba(29, 88, 172, .5);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.index .box7 .box-c .list
	li:hover .commonBtns .btn::after {
  -webkit-animation: sh02 .8s 0s linear;
	-moz-animation: sh02 0.8s 0s linear;
	animation: sh02 .8s 0s linear;
}
.index .box7 .more{
	margin-top: 50px;
	text-align: center;
}
.index .box7 .more
	a{
 font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #666666;
	line-height: 1;
	transition: all .6s;
}
.index .box7 .more
	a:hover{
 color: #1D58AC;
	font-weight: bold;
}
	@media (max-width:1440px) {
 .index .box7 .box-c .list li .date{
  font-size: 22px;
 }
 .main .bg .en,
 .main .bg .title{
	font-size: 50px;
 }
 .main .bg .des{
	font-size: 38px;
 }
 .index .box7 .box-c .list li .text-title{
	font-size: 30px;
 }
 .index .box1 .box-t .circle-text{
	/*width: 110px;*/
 }
 .index .box5 .box-c .list li .text-title{
	font-size: 22px;
 }
 .index .box5 .box-c .list li.active .text-box{
	padding: 0 30px 40px;
 }
 .index .box5 .box-c .list li .text-des{
	margin-top: 15px;
 }
 .index .box6 .btns .btn{
	width: 50px;
	height: 50px;
 }
}
	@media (max-width:1280px) {
 .index .box7 .box-c .list li .date{
  font-size: 20px;
 }
 .index .box7 .box-c .list li .text-box{
	width: 100%;
 }
 .index .box1 .content1720{
	/*padding-top: 120px;*/
 }
 .main .bg .en,
 .main .bg .title{
	font-size: 40px;
 }
 .main .bg .des{
	font-size: 30px;
 }
 .index .box3 .des,
 .index .box7 .box-c .list li .text-title{
	font-size: 26px;
 }
 .index .box5 .box-c .list li .text-title{
	font-size: 20px;
 }
 .index .box5 .box-c .list li .text-box,
 .index .box5 .box-c .list li.active .text-box{
	padding: 0 20px 30px;
 }
 .index .box6 .swiper-slide .text-box{
	padding: 0 30px 30px;
 }
 .index .box6 .swiper-slide .text-des{
	font-size: 22px;
 }
}
	@media (max-width:1199px) {
 .index .box6 .btns .btn{
  width: 40px;
	height: 40px;
 }
 .main .bg .en,
 .main .bg .title,
 .index .box1 .box-t .title{
	font-size: 32px;
 }
 .main .bg .des{
	font-size: 28px;
 }
 .index .box3 .des,
 .index .box7 .box-c .list li .text-title{
	font-size: 24px;
 }
 .index .box1 .box-t .circle-text{
	width: 80px;
 }
 .index .box6{
	padding-top: 70px;
 }
 .index .box7,
 .index .box5,
 .index .box3{
	padding: 70px 0;
 }
 .index .box4{
	padding: 100px 0;
	height: auto;
 }
 .index .box3 .commonBtns,
 .index .box5 .box-c,
 .index .box6 .box-c,
 .index .box7 .more,
 .index .box7 .box-c{
	margin-top: 45px;
 }
}
	@media (max-width:1024px) {
 .index .box7 .box-c .list li .li-container{
  flex-wrap: wrap;
	padding: 30px 0;
 }
 .index .box7 .box-c .list li .date{
	font-size: 18px;
	width: 100%;
 }
 .index .box7 .box-c .list li .li-c{
	margin-left: 0;
	margin-top: 15px;
 }
 .index .box7 .box-c .list li .text-des{
	margin-top: 10px;
 }
 .index .box6 .btns .btn.btn-next{
	right: 20px;
 }
 .index .box6 .btns .btn.btn-prev{
	left: 20px;
 }
 .index .box6 .swiper-slide .index-title{
	margin-top: 5px;
 }
 .index .box6 .swiper-slide .text-des{
	font-size: 20px;
 }
 .index .box6 .swiper-slide .commonBtns{
	margin-top: 15px;
 }
 .index .box5 .box-c .list li:not(:
	last-child){
  margin-right: 0;
 }
 .index .box5 .box-c .list li.active,
 .index .box5 .box-c .list li{
	width: 100%;
 }
 .index .box5 .box-c .list li .img{
	padding-top: 0 !important;
 }
 .index .box5 .box-c .list li .pic{
	position: relative;
 }
 .index .box5 .box-c .list li .pic img{
	width: 100%;
	object-fit: cover;
	height: auto;
 }
 .index .box5 .box-c .list{
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 0;
 }
 .index .box6{
	padding-top: 60px;
 }
 .index .box7,
 .index .box5,
 .index .box3{
	padding: 60px 0;
 }
 .index .box4{
	padding: 90px 0;
	height: auto;
 }
 .index .box3 .commonBtns,
 .index .box5 .box-c,
 .index .box6 .box-c,
 .index .box7 .more,
 .index .box7 .box-c{
	margin-top: 40px;
 }
 .index .box3 .des,
 .index .box7 .box-c .list li .text-title{
	font-size: 24px;
 }
 .main .bg .en,
 .main .bg .title,
 .index .box1 .box-t .title{
	font-size: 28px;
 }
 .main .bg .des{
	font-size: 22px;
 }
 .index .box1 .content1720{
	/*min-height: 300px;*/
	padding-top: 90px;
 }
 .index .box1 .box-t .circle-text{
	width: 60px;
 }
 .index .box6 .des, .index .box5 .des{
	font-size: 16px;
 }
 .index .box5 .box-c .list li .commonBtns{
	position: relative;
	right: 0;
 }
 .index .box5 .box-c .list li .commonBtns,
 .index .box5 .box-c .list li .text-des{
	opacity: 1;
	visibility: visible;
 }
 .index .box5 .box-c .list li .text-box-l{
	flex: 1;
	margin-right: 20px;
 }
 .index .box5 .box-c .list li .text-box{
	align-items: center;
 }
}
	@media (max-width: 768px) {
 .index .box6 .btns{
  display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0 50px;
	gap: 20px;
 }
 .index .box6 .btns .btn{
	position: relative;
	top: 0;
	transform: translateY(0);
 }
 .index .box6 .btns .btn.btn-prev{
	left: 0;
 }
 .index .box6 .btns .btn.btn-next{
	right: 0;
 }
 .index .box6 .swiper-slide .text-des{
	font-size: 18px;
 }
 .index .box6 .swiper-slide .text-box{
	padding: 0 30px 20px;
 }
 .index .box6 .swiper-slide{
	width: 100%;
 }
 .index .box6 .swiper-slide .pic{
	width: 94%;
	margin: 0 auto;
 }
 .index .box6 .swiper-slide .pic img{
	min-height: 186px;
	object-fit: cover;
 }
 .index .box6{
	padding-top: 50px;
 }
 .index .box7,
 .index .box5,
 .index .box3{
	padding: 50px 0;
 }
 .index .box4{
	padding: 80px 0;
	height: auto;
 }
 .index .box3 .commonBtns,
 .index .box5 .box-c,
 .index .box6 .box-c,
 .index .box7 .more,
 .index .box7 .box-c{
	margin-top: 30px;
 }
 .main .bg .en,
 .main .bg .title,
 .index .box1 .box-t .title{
	font-size: 26px;
 }
 .main .bg .des{
	font-size: 22px;
 }
 .index .box3 .des,
 .index .box7 .box-c .list li .text-title{
	font-size: 20px;
 }
 .index .box3 .text{
	font-size: 16px;
 }
}
	@media (max-width: 500px) {
 .index .box7 .box-c .list li .li-container{
  padding: 20px 0;
 }
 .index .box7 .box-c .list li .li-c{
	flex: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
 }
 .index .box7 .box-c .list li .text-des{
	font-size: 14px;
 }
 .index .box6 .btns{
	padding: 25px 0 40px;
 }
 .index .box5 .box-c .list li .text-title{
	font-size: 18px;
 }
 .index .box5 .box-c .list li .text-des{
	margin-top: 8px;
	font-size: 14px;
 }
 .index-title + .title-line{
	margin-top: 10px;
	width: 30px;
 }
 .index .box3 .text,
 .index .box3 .des{
	margin-top: 20px;
 }
 .index .box6{
	padding-top: 50px;
 }
 .index .box7,
 .index .box5,
 .index .box3{
	padding: 40px 0;
 }
 .index .box4{
	padding: 70px 0;
	height: auto;
 }
 .index .box3 .commonBtns,
 .index .box5 .box-c,
 .index .box6 .box-c,
 .index .box7 .more,
 .index .box7 .box-c{
	margin-top: 25px;
 }
 .index .box1 .drop{
	font-size: 12px;
	min-width: 140px;
	padding: 0 17px;
 }
 .index .box1 .drop .icon-youjiantou1{
	font-size: 16px;
 }
 .main .bg .en,
 .main .bg .title,
 .index .box1 .box-t .title{
	font-size: 22px;
 }
 .main .bg .des{
	font-size: 20px;
 }
 .index .box3 .des,
 .index .box7 .box-c .list li .text-title{
	font-size: 18px;
 }
};
.main .bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-image: url(../img/index-bg.jpg);
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main .bg .des {
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 48px;
	color: #F7F8F9;
	line-height: 1.25;
}

.main .bg .title {
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 60px;
	color: #F7F8F9;
	line-height: 1.33;
	margin-top: 20px;
}

.main .bg .en {
	font-family: Rany-Bold;
	font-size: 60px;
	color: rgba(247, 248, 249, .2);
	line-height: 1.2;
	margin-top: 30px;
	text-transform: uppercase;
}
.main .bg .des ,
.main .bg .title,
.main .bg .en{
	visibility: hidden;
	/* opacity: 0; */
	/* transition: all 1s;
 /* visibility: hidden; */
	/* transform: translateY(20px);
 transition: all 1s; */
}
.main .bg .title{
	transition-delay: 1s;
}
.main .bg .en{
	transition-delay: 2s;
}
.main .bg .des.active ,
.main .bg .title.active,
.main .bg .en.active{
	visibility: visible;
	/* opacity: 1; */
	/* visibility: visible; 
  opacity: 1;
   animation: fadeInScale 3s 1s forwards; 
  transform: translateY(0);*/
	mask: radial-gradient(circle at 0 50%, rgba(29, 88, 172, 1), transparent 10%, transparent 0);
	mask-size: 100%;
	animation: fadeInScale 5s forwards;
}
.main .bg .title.active{
	transition-delay: 1s;
	animation-delay: 1s;
}
.main .bg .en.active{
	transition-delay: 2s;
	animation-delay: 2s;
}
.index {
	position: relative;
	z-index: 3;
}

.index .box1 {
	background: linear-gradient(120deg, rgba(29, 88, 172, 0.99), rgba(193, 204, 215, 0.99));
}
.index .box1 .content1720{
	position: relative;
	/*padding: 110px 0 50px;*/
	/*min-height: 330px;*/
}
.index .box1 .box-t {
	display: flex;
	align-items: center;
}
.index .box1 .box-t .title {
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #F7F8F9;
	line-height: 1.33;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.99) 0%, rgba(193, 204, 215, 0.99) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 30px;
}
.index .box1 .box-t .circle-text{
	animation: rotate 30s linear infinite;
	width: 100px;
}
.index .box1 .box-t .circle-text:
	hover{
 animation-play-state: paused;
}
.index .box1 .index-title{
	display: inline-block;
	background: linear-gradient(to right, rgba(202,210,220,0.99) 0%, rgba(255,185,18,0.99) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.index .box1 .drop{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	bottom: 0;
	background: #1D58AC;
	border-radius: 20px;
	padding: 0 20px;
	min-width: 188px;
	line-height: 40px;
	font-family: Rany-Bold;
	font-size: 14px;
	color: #F7F8F9;
	transform-origin: right bottom;
	transform: rotate(90deg)translate(50%,100%);
}
.index .box1 .drop .text{
	mask: radial-gradient(circle at 0 50%, rgba(29, 88, 172, 1), transparent 10%, transparent 0);
	mask-size: 100%;
	animation: fadeInScale 5s infinite;
}
.index .box1 .drop .icon-youjiantou1{
	margin-left: 20px;
	font-size: 22px;
	animation: drop 3.2s linear infinite;
}
	@keyframes drop{
 0%, 100% {
     transform: translateX(-10px);
 }
 50% {
	transform: translateX(10px);
 }
}
.index .box2{
	height: 50vh;
	background-color: transparent;
}
.index .box3{
	padding: 25px 0 78px;
	background-color: #fff;
	text-align: center;
	background-image: url(../img/index-box3-bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 25px !important;
}
.index .box3 .des{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 30px;
	color: #333333;
	line-height: 1.6;
	margin-top: 30px;
}
.index .box3 .text{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
	line-height: 1.66;
	margin-top: 26px;
}
.index .box3 .commonBtns .btn{
	background: linear-gradient(120deg, rgba(29,88,172,0.99), rgba(193,204,215,0.99));
}
.index .box3 .commonBtns .btn::
	before{
 background: rgba(29, 88, 172, 1);
}
.index .box3 .commonBtns{
	justify-content: center;
	margin-top: 60px;
	color: rgba(204, 204, 204, 1);
}
.index .box4{
	height: 680px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(120deg, rgba(29,88,172,0.99), rgba(193,204,215,0.99));
}
.index .box5{
	padding: 86px 0 100px;
	background-color: #fff;
	text-align: center;
}
.index .box6 .des,
.index .box5 .des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 2;
	margin-top: 17px;
	text-align: center;
	font-family: "HarmonyOS_Sans_SC_Light";
}
.index .box5 .box-c{
	margin-top: 56px;
}
.index .box5 .box-c .list{
	display: flex;
}
.index .box5 .box-c .list
	li{
 position: relative;
	width: 23.83%;
	overflow: hidden;
	transition: all .6s;
}
.index .box5 .box-c .list
	li.active{
 width: 50%;
}
.index .box5 .box-c .list
	li:not(:last-child){
 margin-right: 1.16%;
}
.index .box5 .box-c .list
	li .img{
 position: relative;
}
.index .box5 .box-c .list
	li .pic{
 position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.index .box5 .box-c .list
	li .pic img{
 height: 100%;
	display: block;
}
/* .index .box5 .box-c .list li .pic img{
 width: 209.7%;
}
.index .box5 .box-c .list li.active .pic img{
 max-width: 100%;
} */
.index .box5 .box-c .list
	li .text-box{
 position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 30px 45px;
	display: flex;
	justify-content: space-between;
	transition: all .6s;
	z-index: 4;
}
.index .box5 .box-c .list
	li.active .text-box{
 padding: 0 40px 45px 60px;
}
.index .box5 .box-c .list
	li.active .text-box-l{
 width: calc(100% - 260px);
	/* margin-right: 25px; */
}
.index .box5 .box-c .list
	li .text-title{
 font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index .box5 .box-c .list
	li .text-des{
 font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 23px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	text-align: left;
}
.index .box5 .box-c .list
	li.active .text-title{
 mask: radial-gradient(circle at 0 50%, rgba(29, 88, 172, 1), transparent 10%, transparent 0);
	mask-size: 100%;
	animation: fadeInScale 5s forwards;
}
.index .box5 .box-c .list
	li.active .text-des{
 opacity: 1;
	visibility: visible;
	mask: radial-gradient(circle at 0 50%, rgba(29, 88, 172, 1), transparent 10%, transparent 0);
	mask-size: 100%;
	animation: fadeInScale 5s forwards;
}
.index .box5 .box-c .list
	li .commonBtns{
 position: absolute;
	right: 30px;
	/* margin-left: 30px; */
	visibility: hidden;
	opacity: 0;
	transition: all 1s;
	/* transform: translateY(20px); */
}
.index .box5 .box-c .list
	li.active .commonBtns{
 opacity: 1;
	visibility: visible;
	/* transform: translateY(0px); */
	/* display: flex; */
}
.index .box6{
	border-top: 1px solid RGBA(230, 233, 239, 1);
	/* border-bottom: 1px solid RGBA(230, 233, 239, 1); */
	padding: 100px 0 0;
	background-color: #fff;
	text-align: center;
}
.index .box6 .box-c{
	position: relative;
	margin-top: 50px;
}
.index .box6 .swiper-slide{
	position: relative;
	width: 72.91%;
}
.index .box6 .swiper-slide .pic{
	border-radius: 10px;
}
.index .box6 .swiper-slide .text-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	padding: 0 50px 40px;
	text-align: left;
	opacity: 0;
	transition: all .6s;
}
.index .box6 .swiper-slide-active .text-box{
	opacity: 1;
}
.index .box6 .swiper-slide .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.index .box6 .swiper-slide .index-title{
	color: #FFFFFF;
	margin-top: 15px;
	transition: all .6s;
}
.index .box6 .swiper-slide:
	hover:hover .index-title{
 color: #1D58AC;
	/*  display: inline-block;
 background: linear-gradient(to right, rgba(29,88,172,0.99), rgba(193,204,215,0.99));
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent; */
}
.index .box6 .swiper-slide .commonBtns{
	margin-top: 25px;
}
.index .box6 .btns .btn{
	position: absolute;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E6E9EF;
	border-radius: 50%;
	transition: all .6s;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	cursor: pointer;
	transition: all .6s;
}
.index .box6 .btns .btn
	span{
 position: relative;
	z-index: 3;
}
.index .box6 .btns .btn:
	hover{
 background-color: transparent;
	color: #fff;
}
.index .box6 .btns .btn::
	before{
 position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(120deg, rgba(29,88,172,0.99), rgba(193,204,215,0.99));
	border-radius: 50%;
	opacity: 0;
	transition: all .6s;
}
.index .box6 .btns .btn:
	hover::before{
 opacity: 1;
}
.index .box6 .btns .btn.btn-prev{
	left: 30px;
}
.index .box6 .btns .btn.btn-next{
	right: 30px;
}
.index .box7{
	padding: 140px 0 110px;
	background-color: RGBA(250, 250, 250, 1);
	text-align: center;
}
.index .box7 .box-c{
	margin-top: 54px;
	border-top: 1px solid RGBA(230, 233, 239, 1);
}
.index .box7 .box-c .list
	li {
 border-bottom: 1px solid RGBA(230, 233, 239, 1);
	text-align: left;
}
.index .box7 .box-c .list
	li .li-container{
 padding: 49px 0 55px;
	display: flex;
	align-items: flex-start;
}
.index .box7 .box-c .list
	li .date{
 font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 24px;
	color: #333333;
	line-height: 1;
	width: 140px;
	transition: all .6s;
}
.index .box7 .box-c .list
	li:hover .date{
 color: #1D58AC;
	font-weight: bold;
}
.index .box7 .box-c .list
	li .li-c{
 flex: 1;
	text-align: center;
	margin: 0 30px;
}
.index .box7 .box-c .list
	li .text-box{
 display: inline-block;
	text-align: left;
	width: 765px;
	max-width: 100%;
}
.index .box7 .box-c .list
	li .text-title{
 font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 36px;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	transition: all .6s;
}
.index .box7 .box-c .list
	li:hover .text-title{
 color: rgba(29, 88, 172, 1);
}
.index .box7 .box-c .list
	li .text-des{
 font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	margin-top: 24px;
	transition: all .6s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index .box7 .box-c .list
	li:hover .text-des{
 color: rgba(51, 51, 51, 1);
	font-weight: 400;
}
.index .box7 .box-c .list
	li:hover .commonBtns .btn::before{
 opacity: 1;
}
.index .box7 .box-c .list
	li:hover .commonBtns .btn {
  box-shadow: 0 0 30px 5px rgba(29, 88, 172, .5);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.index .box7 .box-c .list
	li:hover .commonBtns .btn::after {
  -webkit-animation: sh02 .8s 0s linear;
	-moz-animation: sh02 0.8s 0s linear;
	animation: sh02 .8s 0s linear;
}
.index .box7 .more{
	margin-top: 50px;
	text-align: center;
}
.index .box7 .more
	a{
 font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #666666;
	line-height: 1;
	transition: all .6s;
}
.index .box7 .more
	a:hover{
 color: #1D58AC;
	font-weight: bold;
}
	@media (max-width:1440px) {
 .index .box7 .box-c .list li .date{
  font-size: 22px;
 }
 .main .bg .en,
 .main .bg .title{
	font-size: 50px;
 }
 .main .bg .des{
	font-size: 38px;
 }
 .index .box7 .box-c .list li .text-title{
	font-size: 30px;
 }
 .index .box1 .box-t .circle-text{
	/*width: 110px;*/
 }
 .index .box5 .box-c .list li .text-title{
	font-size: 22px;
 }
 .index .box5 .box-c .list li.active .text-box{
	padding: 0 30px 40px;
 }
 .index .box5 .box-c .list li .text-des{
	margin-top: 15px;
 }
 .index .box6 .btns .btn{
	width: 50px;
	height: 50px;
 }
}
	@media (max-width:1280px) {
 .index .box7 .box-c .list li .date{
  font-size: 20px;
 }
 .index .box7 .box-c .list li .text-box{
	width: 100%;
 }
 .index .box1 .content1720{
	/*padding-top: 120px;*/
 }
 .main .bg .en,
 .main .bg .title{
	font-size: 40px;
 }
 .main .bg .des{
	font-size: 30px;
 }
 .index .box3 .des,
 .index .box7 .box-c .list li .text-title{
	font-size: 26px;
 }
 .index .box5 .box-c .list li .text-title{
	font-size: 20px;
 }
 .index .box5 .box-c .list li .text-box,
 .index .box5 .box-c .list li.active .text-box{
	padding: 0 20px 30px;
 }
 .index .box6 .swiper-slide .text-box{
	padding: 0 30px 30px;
 }
 .index .box6 .swiper-slide .text-des{
	font-size: 22px;
 }
}
	@media (max-width:1199px) {
 .index .box6 .btns .btn{
  width: 40px;
	height: 40px;
 }
 .main .bg .en,
 .main .bg .title,
 .index .box1 .box-t .title{
	font-size: 32px;
 }
 .main .bg .des{
	font-size: 28px;
 }
 .index .box3 .des,
 .index .box7 .box-c .list li .text-title{
	font-size: 24px;
 }
 .index .box1 .box-t .circle-text{
	width: 80px;
 }
 .index .box6{
	padding-top: 70px;
 }
 .index .box7,
 .index .box5,
 .index .box3{
	padding: 70px 0;
 }
 .index .box4{
	padding: 100px 0;
	height: auto;
 }
 .index .box3 .commonBtns,
 .index .box5 .box-c,
 .index .box6 .box-c,
 .index .box7 .more,
 .index .box7 .box-c{
	margin-top: 45px;
 }
}
	@media (max-width:1024px) {
 .index .box7 .box-c .list li .li-container{
  flex-wrap: wrap;
	padding: 30px 0;
 }
 .index .box7 .box-c .list li .date{
	font-size: 18px;
	width: 100%;
 }
 .index .box7 .box-c .list li .li-c{
	margin-left: 0;
	margin-top: 15px;
 }
 .index .box7 .box-c .list li .text-des{
	margin-top: 10px;
 }
 .index .box6 .btns .btn.btn-next{
	right: 20px;
 }
 .index .box6 .btns .btn.btn-prev{
	left: 20px;
 }
 .index .box6 .swiper-slide .index-title{
	margin-top: 5px;
 }
 .index .box6 .swiper-slide .text-des{
	font-size: 20px;
 }
 .index .box6 .swiper-slide .commonBtns{
	margin-top: 15px;
 }
 .index .box5 .box-c .list li:not(:
	last-child){
  margin-right: 0;
 }
 .index .box5 .box-c .list li.active,
 .index .box5 .box-c .list li{
	width: 100%;
 }
 .index .box5 .box-c .list li .img{
	padding-top: 0 !important;
 }
 .index .box5 .box-c .list li .pic{
	position: relative;
 }
 .index .box5 .box-c .list li .pic img{
	width: 100%;
	object-fit: cover;
	height: auto;
 }
 .index .box5 .box-c .list{
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 0;
 }
 .index .box6{
	padding-top: 60px;
 }
 .index .box7,
 .index .box5,
 .index .box3{
	padding: 60px 0;
 }
 .index .box4{
	padding: 90px 0;
	height: auto;
 }
 .index .box3 .commonBtns,
 .index .box5 .box-c,
 .index .box6 .box-c,
 .index .box7 .more,
 .index .box7 .box-c{
	margin-top: 40px;
 }
 .index .box3 .des,
 .index .box7 .box-c .list li .text-title{
	font-size: 24px;
 }
 .main .bg .en,
 .main .bg .title,
 .index .box1 .box-t .title{
	font-size: 28px;
 }
 .main .bg .des{
	font-size: 22px;
 }
 .index .box1 .content1720{
	/*min-height: 300px;*/
	/*padding-top: 90px;*/
 }
 .index .box1 .box-t .circle-text{
	width: 60px;
 }
 .index .box6 .des, .index .box5 .des{
	font-size: 16px;
 }
 .index .box5 .box-c .list li .commonBtns{
	position: relative;
	right: 0;
 }
 .index .box5 .box-c .list li .commonBtns,
 .index .box5 .box-c .list li .text-des{
	opacity: 1;
	visibility: visible;
 }
 .index .box5 .box-c .list li .text-box-l{
	flex: 1;
	margin-right: 20px;
 }
 .index .box5 .box-c .list li .text-box{
	align-items: center;
 }
}
	@media (max-width: 768px) {
 .index .box6 .btns{
  display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0 50px;
	gap: 20px;
 }
 .index .box6 .btns .btn{
	position: relative;
	top: 0;
	transform: translateY(0);
 }
 .index .box6 .btns .btn.btn-prev{
	left: 0;
 }
 .index .box6 .btns .btn.btn-next{
	right: 0;
 }
 .index .box6 .swiper-slide .text-des{
	font-size: 18px;
 }
 .index .box6 .swiper-slide .text-box{
	padding: 0 30px 20px;
 }
 .index .box6 .swiper-slide{
	width: 100%;
 }
 .index .box6 .swiper-slide .pic{
	width: 94%;
	margin: 0 auto;
 }
 .index .box6 .swiper-slide .pic img{
	min-height: 186px;
	object-fit: cover;
 }
 .index .box6{
	padding-top: 50px;
 }
 .index .box7,
 .index .box5,
 .index .box3{
	padding: 50px 0;
 }
 .index .box4{
	padding: 80px 0;
	height: auto;
 }
 .index .box3 .commonBtns,
 .index .box5 .box-c,
 .index .box6 .box-c,
 .index .box7 .more,
 .index .box7 .box-c{
	margin-top: 30px;
 }
 .main .bg .en,
 .main .bg .title,
 .index .box1 .box-t .title{
	font-size: 26px;
 }
 .main .bg .des{
	font-size: 22px;
 }
 .index .box3 .des,
 .index .box7 .box-c .list li .text-title{
	font-size: 20px;
 }
 .index .box3 .text{
	font-size: 16px;
 }
}
	@media (max-width: 500px) {
 .index .box7 .box-c .list li .li-container{
  padding: 20px 0;
 }
 .index .box7 .box-c .list li .li-c{
	flex: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
 }
 .index .box7 .box-c .list li .text-des{
	font-size: 14px;
 }
 .index .box6 .btns{
	padding: 25px 0 40px;
 }
 .index .box5 .box-c .list li .text-title{
	font-size: 18px;
 }
 .index .box5 .box-c .list li .text-des{
	margin-top: 8px;
	font-size: 14px;
 }
 .index-title + .title-line{
	margin-top: 10px;
	width: 30px;
 }
 .index .box3 .text,
 .index .box3 .des{
	margin-top: 20px;
 }
 .index .box6{
	padding-top: 50px;
 }
 .index .box7,
 .index .box5,
 .index .box3{
	padding: 40px 0;
 }
 .index .box4{
	padding: 70px 0;
	height: auto;
 }
 .index .box3 .commonBtns,
 .index .box5 .box-c,
 .index .box6 .box-c,
 .index .box7 .more,
 .index .box7 .box-c{
	margin-top: 25px;
 }
 .index .box1 .drop{
	font-size: 12px;
	min-width: 140px;
	padding: 0 17px;
 }
 .index .box1 .drop .icon-youjiantou1{
	font-size: 16px;
 }
 .main .bg .en,
 .main .bg .title,
 .index .box1 .box-t .title{
	font-size: 22px;
 }
 .main .bg .des{
	font-size: 20px;
 }
 .index .box3 .des,
 .index .box7 .box-c .list li .text-title{
	font-size: 18px;
 }
};
	font-family: "HarmonyOS_Sans_SC_Light";
}
.index .box5 .box-c{
	margin-top: 56px;
}
.index .box5 .box-c .list{
	display: flex;
}
.index .box5 .box-c .list li{
	position: relative;
	width: 23.83%;
	overflow: hidden;
	transition: all .6s;
}
.index .box5 .box-c .list li.active{
	width: 50%;
}
.index .box5 .box-c .list li:not(:last-child){
	margin-right: 1.16%;
}
.index .box5 .box-c .list li .img{
	position: relative;
}
.index .box5 .box-c .list li .pic{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.index .box5 .box-c .list li .pic img{
	height: 100%;
	display: block;
}
/* .index .box5 .box-c .list li .pic img{
	width: 209.7%;
}
.index .box5 .box-c .list li.active .pic img{
	max-width: 100%;
} */
.index .box5 .box-c .list li .text-box{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 30px 45px;
	display: flex;
	justify-content: space-between;
	transition: all .6s;
	z-index: 4;
}
.index .box5 .box-c .list li.active .text-box{
	padding: 0 40px 45px 60px;
}
.index .box5 .box-c .list li.active .text-box-l{
	width: calc(100% - 260px);
	/* margin-right: 25px; */
}
.index .box5 .box-c .list li .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index .box5 .box-c .list li .text-des{
	font-family: HarmonyOS Sans SC;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 23px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	text-align: left;
}
.index .box5 .box-c .list li.active .text-title{
	mask: radial-gradient(circle at 0 50%, rgba(29, 88, 172, 1), transparent 10%, transparent 0);
	mask-size: 100%;
	animation: fadeInScale 5s forwards;
}
.index .box5 .box-c .list li.active .text-des{
	opacity: 1;
	visibility: visible;
	mask: radial-gradient(circle at 0 50%, rgba(29, 88, 172, 1), transparent 10%, transparent 0);
	mask-size: 100%;
	animation: fadeInScale 5s forwards;
}
.index .box5 .box-c .list li .commonBtns{
	position: absolute;
	right: 30px;
	/* margin-left: 30px; */
	visibility: hidden;
	opacity: 0;
	transition: all 1s;
	/* transform: translateY(20px); */
}
.index .box5 .box-c .list li.active .commonBtns{
	opacity: 1;
	visibility: visible;
	/* transform: translateY(0px); */
	/* display: flex; */
}
.index .box6{
	border-top: 1px solid RGBA(230, 233, 239, 1);
	/* border-bottom: 1px solid RGBA(230, 233, 239, 1); */
	padding: 100px 0 0;
	background-color: #fff;
	text-align: center;
}
.index .box6 .box-c{
	position: relative;
	margin-top: 50px;
}
.index .box6 .swiper-slide{
	position: relative;
	width: 72.91%;
}
.index .box6 .swiper-slide .pic{
	border-radius: 10px;
}
.index .box6 .swiper-slide .text-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	padding: 0 50px 40px;
	text-align: left;
	opacity: 0;
	transition: all .6s;
}
.index .box6 .swiper-slide-active .text-box{
	opacity: 1;
}
.index .box6 .swiper-slide .text-des{
	font-family: HarmonyOS Sans SC;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.index .box6 .swiper-slide .index-title{
	color: #FFFFFF;
	margin-top: 15px;
	transition: all .6s;
}
.index .box6 .swiper-slide:hover:hover .index-title{
	color: #1D58AC;
/* 	display: inline-block;
	background: linear-gradient(to right, rgba(29,88,172,0.99), rgba(193,204,215,0.99));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
}
.index .box6 .swiper-slide .commonBtns{
	margin-top: 25px;
}
.index .box6 .btns .btn{
	position: absolute;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E6E9EF;
	border-radius: 50%;
	transition: all .6s;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	cursor: pointer;
	transition: all .6s;
}
.index .box6 .btns .btn span{
	position: relative;
	z-index: 3;
}
.index .box6 .btns .btn:hover{
	background-color: transparent;
	color: #fff;
}
.index .box6 .btns .btn::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(120deg, rgba(29,88,172,0.99), rgba(193,204,215,0.99));
	border-radius: 50%;
	opacity: 0;
	transition: all .6s;
}
.index .box6 .btns .btn:hover::before{
	opacity: 1;
}
.index .box6 .btns .btn.btn-prev{
	left: 30px;
}
.index .box6 .btns .btn.btn-next{
	right: 30px;
}
.index .box7{
	padding: 140px 0 110px;
	background-color: RGBA(250, 250, 250, 1);
	text-align: center;
}
.index .box7 .box-c{
	margin-top: 54px;
	border-top: 1px solid RGBA(230, 233, 239, 1);
}
.index .box7 .box-c .list li {
	border-bottom: 1px solid RGBA(230, 233, 239, 1);
	text-align: left;
}
.index .box7 .box-c .list li .li-container{
	padding: 49px 0 55px;
	display: flex;
	align-items: flex-start;
}
.index .box7 .box-c .list li .date{
	font-family: HarmonyOS Sans SC;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 24px;
	color: #333333;
	line-height: 1;
	width: 140px;
	transition: all .6s;
}
.index .box7 .box-c .list li:hover .date{
	color: #1D58AC;
	font-weight: bold;
}
.index .box7 .box-c .list li .li-c{
	flex: 1;
	text-align: center;
	margin: 0 30px;
}
.index .box7 .box-c .list li .text-box{
	display: inline-block;
	text-align: left;
	width: 765px;
	max-width: 100%;
}
.index .box7 .box-c .list li .text-title{
	font-family: HarmonyOS Sans SC;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 36px;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	transition: all .6s;
}
.index .box7 .box-c .list li:hover .text-title{
	color: rgba(29, 88, 172, 1);
}
.index .box7 .box-c .list li .text-des{
	font-family: HarmonyOS Sans SC;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	margin-top: 24px;
	transition: all .6s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index .box7 .box-c .list li:hover .text-des{
	color: rgba(51, 51, 51, 1);
	font-weight: 400;
}
.index .box7 .box-c .list li:hover .commonBtns .btn::before{
	opacity: 1;
}
.index .box7 .box-c .list li:hover .commonBtns .btn {
  box-shadow: 0 0 30px 5px rgba(29, 88, 172, .5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.index .box7 .box-c .list li:hover .commonBtns .btn::after {
  -webkit-animation: sh02 .8s 0s linear;
  -moz-animation: sh02 0.8s 0s linear;
  animation: sh02 .8s 0s linear;
}
.index .box7 .more{
	margin-top: 50px;
	text-align: center;
}
.index .box7 .more a{
	font-family: HarmonyOS Sans SC;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 18px;
	color: #666666;
	line-height: 1;
	transition: all .6s;
}
.index .box7 .more a:hover{
	color: #1D58AC;
	font-weight: bold;
}
@media (max-width:1440px) {
	.index .box7 .box-c .list li .date{
		font-size: 22px;
	}
	.main .bg .en,
	.main .bg .title{
		font-size: 50px;
	}
	.main .bg .des{
		font-size: 38px;
	}
	.index .box7 .box-c .list li .text-title{
		font-size: 30px;
	}
	.index .box1 .box-t .circle-text{
		/*width: 110px;*/
	}
	.index .box5 .box-c .list li .text-title{
		font-size: 22px;
	}
	.index .box5 .box-c .list li.active .text-box{
		padding: 0 30px 40px;
	}
	.index .box5 .box-c .list li .text-des{
		margin-top: 15px;
	}
	.index .box6 .btns .btn{
		width: 50px;
		height: 50px;
	}
}
@media (max-width:1280px) {
	.index .box7 .box-c .list li .date{
		font-size: 20px;
	}
	.index .box7 .box-c .list li .text-box{
		width: 100%;
	}
	.index .box1 .content1720{
		/*padding-top: 120px;*/
	}
	.main .bg .en,
	.main .bg .title{
		font-size: 40px;
	}
	.main .bg .des{
		font-size: 30px;
	}
	.index .box3 .des,
	.index .box7 .box-c .list li .text-title{
		font-size: 26px;
	}
	.index .box5 .box-c .list li .text-title{
		font-size: 20px;
	}
	.index .box5 .box-c .list li .text-box,
	.index .box5 .box-c .list li.active .text-box{
		padding: 0 20px 30px;
	}
	.index .box6 .swiper-slide .text-box{
		padding: 0 30px 30px;
	}
	.index .box6 .swiper-slide .text-des{
		font-size: 22px;
	}
}
@media (max-width:1199px) {
	.index .box6 .btns .btn{
		width: 40px;
		height: 40px;
	}
	.main .bg .en,
	.main .bg .title,
	.index .box1 .box-t .title{
		font-size: 32px;
	}
	.main .bg .des{
		font-size: 28px;
	}
	.index .box3 .des,
	.index .box7 .box-c .list li .text-title{
		font-size: 24px;
	}
	.index .box1 .box-t .circle-text{
		width: 80px;
	}
	.index .box6{
		padding-top: 70px;
	}
	.index .box7,
	.index .box5,
	.index .box3{
		padding: 70px 0;
	}
	.index .box4{
		padding: 100px 0;
		height: auto;
	}
	.index .box3 .commonBtns,
	.index .box5 .box-c,
	.index .box6 .box-c,
	.index .box7 .more,
	.index .box7 .box-c{
		margin-top: 45px;
	}
}
@media (max-width:1024px) {
	.index .box7 .box-c .list li .li-container{
		flex-wrap: wrap;
		padding: 30px 0;
	}
	.index .box7 .box-c .list li .date{
		font-size: 18px;
		width: 100%;
	}
	.index .box7 .box-c .list li .li-c{
		margin-left: 0;
		margin-top: 15px;
	}
	.index .box7 .box-c .list li .text-des{
		margin-top: 10px;
	}
	.index .box6 .btns .btn.btn-next{
		right: 20px;
	}
	.index .box6 .btns .btn.btn-prev{
		left: 20px;
	}
	.index .box6 .swiper-slide .index-title{
		margin-top: 5px;
	}
	.index .box6 .swiper-slide .text-des{
		font-size: 20px;
	}
	.index .box6 .swiper-slide .commonBtns{
		margin-top: 15px;
	}
	.index .box5 .box-c .list li:not(:last-child){
		margin-right: 0;
	}
	.index .box5 .box-c .list li.active,
	.index .box5 .box-c .list li{
		width: 100%;
	}
	.index .box5 .box-c .list li .img{
		padding-top: 0 !important;
	}
	.index .box5 .box-c .list li .pic{
		position: relative;
	}
	.index .box5 .box-c .list li .pic img{
		width: 100%;
		object-fit: cover;
		height: auto;
	}
	.index .box5 .box-c .list{
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 30px 0;
	}
	.index .box6{
		padding-top: 60px;
	}
	.index .box7,
	.index .box5,
	.index .box3{
		padding: 60px 0;
	}
	.index .box4{
		padding: 90px 0;
		height: auto;
	}
	.index .box3 .commonBtns,
	.index .box5 .box-c,
	.index .box6 .box-c,
	.index .box7 .more,
	.index .box7 .box-c{
		margin-top: 40px;
	}
	.index .box3 .des,
	.index .box7 .box-c .list li .text-title{
		font-size: 24px;
	}
	.main .bg .en,
	.main .bg .title,
	.index .box1 .box-t .title{
		font-size: 28px;
	}
	.main .bg .des{
		font-size: 22px;
	}
	.index .box1 .content1720{
		/*min-height: 300px;*/
		/*padding-top: 90px;*/
	}
	.index .box1 .box-t .circle-text{
		width: 60px;
	}
	.index .box6 .des, .index .box5 .des{
		font-size: 16px;
	}
	.index .box5 .box-c .list li .commonBtns{
		position: relative;
		right: 0;
	}
	.index .box5 .box-c .list li .commonBtns,
	.index .box5 .box-c .list li .text-des{
		opacity: 1;
		visibility: visible;
	}
	.index .box5 .box-c .list li .text-box-l{
		flex: 1;
		margin-right: 20px;
	}
	.index .box5 .box-c .list li .text-box{
		align-items: center;
	}
}
@media (max-width: 768px) {
	.index .box6 .btns{
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 30px 0 50px;
		gap: 20px;
	}
	.index .box6 .btns .btn{
		position: relative;
		top: 0;
		transform: translateY(0);
	}
	.index .box6 .btns .btn.btn-prev{
		left: 0;
	}
	.index .box6 .btns .btn.btn-next{
		right: 0;
	}
	.index .box6 .swiper-slide .text-des{
		font-size: 18px;
	}
	.index .box6 .swiper-slide .text-box{
		padding: 0 30px 20px;
	}
	.index .box6 .swiper-slide{
		width: 100%;
	}
	.index .box6 .swiper-slide .pic{
		width: 94%;
		margin: 0 auto;
	}
	.index .box6 .swiper-slide .pic img{
		min-height: 186px;
		object-fit: cover;
	}
	.index .box6{
		padding-top: 50px;
	}
	.index .box7,
	.index .box5,
	.index .box3{
		padding: 50px 0;
	}
	.index .box4{
		padding: 80px 0;
		height: auto;
	}
	.index .box3 .commonBtns,
	.index .box5 .box-c,
	.index .box6 .box-c,
	.index .box7 .more,
	.index .box7 .box-c{
		margin-top: 30px;
	}
	.main .bg .en,
	.main .bg .title,
	.index .box1 .box-t .title{
		font-size: 26px;
	}
	.main .bg .des{
		font-size: 22px;
	}
	.index .box3 .des,
	.index .box7 .box-c .list li .text-title{
		font-size: 20px;
	}
	.index .box3 .text{
		font-size: 16px;
	}
}
@media (max-width: 500px) {
	.index .box7 .box-c .list li .li-container{
		padding: 20px 0;
	}
	.index .box7 .box-c .list li .li-c{
		flex: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.index .box7 .box-c .list li .text-des{
		font-size: 14px;
	}
	.index .box6 .btns{
		padding: 25px 0 40px;
	}
	.index .box5 .box-c .list li .text-title{
		font-size: 18px;
	}
	.index .box5 .box-c .list li .text-des{
		margin-top: 8px;
		font-size: 14px;
	}
	.index-title + .title-line{
		margin-top: 10px;
		width: 30px;
	}
	.index .box3 .text,
	.index .box3 .des{
		margin-top: 20px;
	}
	.index .box6{
		padding-top: 50px;
	}
	.index .box7,
	.index .box5,
	.index .box3{
		padding: 40px 0;
	}
	.index .box4{
		padding: 70px 0;
		height: auto;
	}
	.index .box3 .commonBtns,
	.index .box5 .box-c,
	.index .box6 .box-c,
	.index .box7 .more,
	.index .box7 .box-c{
		margin-top: 25px;
	}
	.index .box1 .drop{
		font-size: 12px;
		min-width: 140px;
		padding: 0 17px;
	}
	.index .box1 .drop .icon-youjiantou1{
		font-size: 16px;
	}
	.main .bg .en,
	.main .bg .title,
	.index .box1 .box-t .title{
		font-size: 22px;
	}
	.main .bg .des{
		font-size: 20px;
	}
	.index .box3 .des,
	.index .box7 .box-c .list li .text-title{
		font-size: 18px;
	}
}