body,
button,
dd,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
input,
li,
ol,
p,
ul {
	margin: 0;
	padding: 0;
	border: 0
}

* {
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Microsoft YaHei", "Arial", "Helvetica Neue", Helvetica, sans-serif;
	background-color: #ffffff;
	overflow-x: hidden;
}

button,
input,
textarea,
select {
	-webkit-appearance: none;
	resize: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: middle;
}

.none {
	display: none;
}

.online_x {
	cursor: pointer;
}

button:hover,
input[type=submit]:hover {
	cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
	/* border: 0*/
	outline: 0 none;
	outline-color: transparent;
}

a {
	color: #333;
	display: inline-block;
}

a:link {
	text-decoration: none
}

a:visited {
	text-decoration: none
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none
}

li {
	list-style: none;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1
}

@font-face {
	font-family: "SourceHanSansCN-Bold";
	src: url('../font/SourceHanSansCN-Bold.otf');
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SourceHanSansCN-Regular";
	src: url('../font/SourceHanSansCN-Regular.otf');
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SourceHanSansCN-Light";
	src: url('../font/SourceHanSansCN-Light_0.otf');
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SourceHanSansCN-Medium";
	src: url('../font/SourceHanSansCN-Medium.otf');
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Montserrat-Bold";
	src: url('../font/Montserrat-Bold-3.otf');
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Montserrat-Regular";
	src: url('../font/Montserrat-Regular-8.otf');
	font-style: normal;
	font-display: swap;
}




@-webkit-keyframes fadeInUpSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 7vw, 0);
		transform: translate3d(0, 7vw, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 7vw, 0);
		transform: translate3d(0, 7vw, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUpSmall {
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall;
}

@-webkit-keyframes fade1 {
	from {
		opacity: 0;
		-webkit-transform: translateY(1.5vw);
		transform: translateY(1.5vw);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fade1 {
	from {
		opacity: 0;
		-webkit-transform: translateY(1.5vw);
		transform: translateY(1.5vw);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.fade1 {
	-webkit-animation-name: fade1;
	animation-name: fade1;
}

@-webkit-keyframes faderight {
	0% {
		-webkit-transform: translateX(4.2vw);
		transform: translateX(4.2vw);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes faderight {
	0% {
		-webkit-transform: translateX(4.2vw);
		transform: translateX(4.2vw);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

.faderight {
	-webkit-animation-name: faderight;
	animation-name: faderight;
}

@-webkit-keyframes fadeleft {
	0% {
		-webkit-transform: translateX(-4.2vw);
		transform: translateX(-4.2vw);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes fadeleft {
	0% {
		-webkit-transform: translateX(-4.2vw);
		transform: translateX(-4.2vw);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

.fadeleft {
	-webkit-animation-name: fadeleft;
	animation-name: fadeleft;
}


html{
	--themecolor: #005bac;
	--coloraaa: #aaaaaa;
	--coloraca: #acacac;
	--colorfff: #ffffff;
	--color000: #000000;
	--colorfff03: rgba(255,255,255,0.3);
	--colorfff05: rgba(255,255,255,0.5);
	--colorfff06: rgba(255,255,255,0.6);
	--colorfaf: #fafafa;
	--colorf1f: #f1f1f1;
	--colorf6f: #f6f6f6;
	--colord9d: #d9d9d9;
	--color1d1: #1d1d1d;
	--colorb1b: #b1b1b1;
	--colorb7b: #b7b7b7;
	--colorbeb: #bebebe;
	--colorf8f: #f8f8f8;
	--color333: #333333;
	--color666: #666666;
	--color888: #888888;
	--color999: #999999;
	--coloreee: #eeeeee;
	--colore5e: #e5e5e5;
	--colore7e: #e7e7e7;
	--colore9e: #e9e9e9;
	--colorebe: #ebebeb;
	--86aae0 : #86aae0;
	--5d82b9 : #5d82b9;
	--646464 : #646464;
	--2052a9 : #2052a9;
	--09347f : #09347f;
	--colorfaf: #fafafa;
	--colorf3f: #f3f3f3;
	--2878f0 : #2878f0;
	--f6a742 : #f6a742;
	--6aadea: #6aadea;
	--c9170e: #c9170e;
	--63adef: #63adef;
	--colorc7c: #c7c7c7;
	--69a8e0: #69a8e0;
	--ee9829: #ee9829;
	--colord3d: #d3d3d3;
	--504e4e: #504e4e;
	--d72f28: #d72f28;
	--colorB7B: #B7B7B7;
	--colorcdc: #cdcdcd;
	--d8302a: #d8302a;
	--c4c3c3: #c4c3c3;
	--02396a: #02396a;
	--colorf9f: #f9f9f9;
	--ed2c25: #ed2c25;
	--be1712: #be1712;
	--fff9f0: #fff9f0;
	--be1c16: #be1c16;
	--fccb30: #fccb30;
	--ffe68e: #ffe68e;
	--f6e6b1: #f6e6b1;
	--0a57a6: #0a57a6;
	--155dc8: #155dc8;
	--2f8bdc: #2f8bdc;
	--3d8ace: #3d8ace
}

.maincontainer{
	max-width: 1500px;
	width: 78.125%;
	margin-left: auto;
	margin-right: auto;
}

.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	background: var(--colorfff);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header.hide{
	top: -100% !important;
}
#interval{
	height: 100px;
}
.header .box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1700px;
	width: 88.54166666666667%;
	margin-left: auto;
	margin-right: auto;
}
.header .logo a img{
	max-height: 55px;
}
.header .headright{
	display: flex;
	align-items: center;
}
.header .nav ul{
	display: flex;
	align-items: center;
}
.header .nav ul li{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	padding-left: 8px;
	padding-right: 8px;
}
.header .nav ul li>a{
	min-width: 80px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	padding: 0px 15px;
	box-sizing: border-box;
	text-align: center;
	color: var(--coloraaa);
	font-size: 16px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header .nav ul li.on>a,
.header .nav ul li>a:hover{
	color: var(--colorfff);
	background: var(--themecolor);
}
.header .navcell{
	display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 12px 0px;
    min-width: 160px;
    background: #FFFFFF;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}
.header .navcell a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 40px;
    text-align: center;
    color: var(--coloraaa);
    font-size: 16px;
    padding: 6px 15px;
    box-sizing: border-box;
}
.header .navcell a:hover{
    color: var(--themecolor);
}


.searchdiv{
	margin-left: 25px;
}
.header .show-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .3s;
    width: 37px;
    height: 37px;
    background: var(--themecolor);
    text-align: center;
    color: var(--colorfff);
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
}
.head-bottom .show-search-btn {
    display: block;
    height: 90px;
    line-height: 90px;
    transition-duration: .3s;
    text-align: center;
    color: var(--colorfff);
    overflow: hidden;
    cursor: pointer;
}
.show-search-btn img{
	display: inline-block;
	max-width: 44%;
	cursor: pointer;
}
.header .search {
  	position: fixed;
 	z-index: 6;
  	top: 100px;
  	right: 0;
  	height: auto;
  	overflow: hidden;
  	-webkit-overflow-scrolling: touch;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  	opacity: 0;
  	visibility: hidden;
  	transition-property: opacity,visibility;
  	transition-duration: .5s;
  	transition-delay: .5s;
}
.search.search-is-open{
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity:1;
	visibility:visible;
	transition-delay:0s;}
.search.search-is-open .search__container{
	transform:translateY(0) translateZ(0);
}
.search__container{
  	position:relative;
  	z-index:2;
	background-color: var(--colorfff);
	transform:translateY(-100%) translateZ(0);
	transition:transform .75s cubic-bezier(.77,0,.175,1);
}
.search__overlay{
  	position:fixed;
  	z-index:1;
	top:0;
	right:0;
	width:100%;
	height:100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	opacity:.2;
}
.search, .search__overlay{
	left:0;
}
.search-header{
	position:relative;
  	padding-top: 90px;
	padding-bottom: 120px;
}
.row{
	position: relative;
}
.search-header .search-loader{
	position:absolute;
  	top:17px;
	left:2.6vw;
}
.search-header .search-btn-close{position:absolute;
  	top:0;
	right:0;
}
.search-header .search-input{
  	font-size:24px;
	width:100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	border:0;
}
.search-header .search-input__wrapper:after{content:"";
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	right:0;
	height:1px;
	background-color: var(--colord9d);
	width:100%;
}
.search-item{position:relative;
  	display:block;
	overflow:hidden;
	transition:background-color .2s,opacity .3s,color .3s;
	transform-origin:0 0;
	color: var(--color1d1);
}
.search-item:after{
	content:"";
	position:absolute;
	z-index:1;
	bottom:0;
	left:8.333%;
	right:8.333%;
	height:1px;
	background-color: var(--colord9d);
}
.search-close {
  	position: absolute;
  	display: block;
  	top: 0;
 	right: 0;
  	width: 28px;
  	height: 72px;
  	background: url(../images/close.png) no-repeat center;
  	background-size: 100% auto;
  	cursor: pointer;
  	z-index: 6;
  	transition-duration: .5s; 
}
.search-close:hover {
  	transform: rotate(90deg); 
}
.search .submit0 {
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 5;
  	width: 28px;
  	height: 75px;
  	background: url(../images/searchf.png) no-repeat center;
  	border: none;
  	background-size: 100% auto;
  	box-sizing: border-box;
  	display: block;
}
.search-header .search-input {
  	display: block;
  	text-indent: 80px;
 	line-height: 75px;
  	font-size: 24px;
  	color: var(--color333);
  	width: 100%;
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	border: 0;
  	border-bottom: 1px solid var(--colord9d);
}

/**/
.menubtn{
	display: none;
	position: relative;
    width: 30px;
    height: 50px;
    cursor: pointer;
}
.menubtn .menu-i{
	width: 23px;
	height: 2px;
    right: 0;
    position: absolute;
    font-style: normal;
    background-color: #333333;
    display: block;
    transition: all 0.5s;
    border-radius: 2px;
}
.menubtn .menu-i-1 {
    top: 15px;
}
.menubtn .menu-i-2 {
    top: 23px;
}
.menubtn .menu-i-3 {
    top: 31px;
}
.mbox .menubtn .menu-i-1,
.menubtn.on .menu-i-1 {
    transform: translateY(8px) rotate(45deg);
}
.mbox .menubtn .menu-i-2,
.menubtn.on .menu-i-2 {
    opacity: 0;
}
.mbox .menubtn .menu-i-3,
.menubtn.on .menu-i-3 {
    transform: translateY(-8px) rotate(-45deg);
}


.m-nav{
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	height: 0px;
	z-index: 99;
	background-color: #FFFFFF;
	overflow-y: scroll;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mbox .m-nav{
	height: calc(100vh - 70px);
}
.m-nav ul{
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
}
.m-nav>ul{
	padding-top: 25px;
	padding-left: 5%;
    padding-right: 5%;
}
.m-nav>ul>li{
	width: 100%;
    text-align: left;
    border-bottom: var(--colore5e) solid 1px;
    box-sizing: border-box;
    list-style: none;
}
.m-nav ul li a,
.m-nav ul li .headtitle{
	display: block;
	/*font-family: "SourceHanSansCN-Regular";*/
    line-height: 1.7;
    color: var(--color333);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.m-nav ul li .headtitle a{
	display: inline-block;
}
.m-nav>ul>li>a,
.m-nav>ul>li>.headtitle{
	font-size: 17px;
    padding: 14px 0px;
}
.m-nav ul li:hover>a,
.m-nav ul li .headtitle.on{
	color: var(--themecolor);
}

.m-nav ul li ul li .headtitle,
.m-nav>ul>li>ul>li>a{
	font-size: 16px;
    padding: 7px 0px;
}
.m-nav ul li .headtitle{
	position: relative;
	padding-right: 40px;
}
.m-nav>ul>li>a{
	position: relative;
}
.m-nav ul li .headtitle i,
.m-nav>ul>li>a i{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: url(../images/icon27a.png) center no-repeat;
    background-size: 7px auto;
    transition: all 0.4s ease;
}
.m-nav ul li .headtitle.on i{
    background: url(../images/icon27b.png) center no-repeat;
    background-size: 7px auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.m-nav ul li ul{
	display: none;
}
.m-nav>ul>li>ul{
	border-top: #e5e5e5 solid 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.m-nav ul li  ul li ul li a{
	font-size: 15px;
    padding: 8px 0px;
}
.msearch{
	display: flex;
    margin: 40px auto 0px;
    width: 90%;
    overflow: hidden;
    box-sizing: border-box;
}
.msearch form{
	display: flex;
	width: 100%;
	border-radius: 25px;
	padding: 0px 25px;
	background: #EEEEEE;
	box-sizing: border-box;
	overflow: hidden;
}
.msearch .text{
	border: none;
    outline: none;
    background: none;
    font-size: 15px;
    color: #00a6ca;
    width: calc(100% - 40px);
    height: 42px;
    box-sizing: border-box;
}
.msearch .btns{
	width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: inherit;
    background: none;
    border: none;
}
.msearch .btns img{
	max-width: 18px;
}


/**/
.footer{
	padding-top: 60px;
	background: var(--09347f);
}
.footer-logo img{
	max-height: 55px;
}
.footer .footer-top{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
	margin-top: 3.2%;
	padding-bottom: 11%;
}
.footer .footer-top .wrap{
	display: flex;
	align-items: flex-end;
	width: 45%;
}
.footer .footinfor{
	width: 62%;
	margin-right: 20px;
}
.footer .footinfor ul li{
	display: flex;
	align-items: flex-start;
	margin-bottom: 18px;
}
.footer .footinfor ul li .icon {
	flex-shrink: 0;
	margin-right: 12px;
}
.footer .footinfor ul li .icon img {
	max-width: 25px;
}
.footer .footinfor ul li .text{
	flex: 1;
	color: var(--coloraca);
	font-size: 16px;
}
.footer .qrcode ul{
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.footer .qrcode ul li{
	text-align: center;
}
.footer .qrcode ul li .img{
	width: 90px;
	overflow: hidden;
}
.footer .qrcode ul li .img img{
	display: block;
	width: 100%;
}
.footer .qrcode ul li .text{
	margin-top: 12px;
	font-size: 16px;
	color: var(--86aae0);
}
.footer .footernav{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 53%;
	gap: 10%;
}

.footer .title{
	font-size: 20px;
	color: var(--colorfff);
	margin-bottom: 30px;
}
.footer .footernav .title i {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	position: absolute;
	right: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	transition: all 0.5s;
	display: none;
}

.footer .footernav .item.on .title i {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.footer .footernav .title i::before {
	content: '';
	width: 12px;
	position: absolute;
	height: 2px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: var(--colorfff);
}

.footer .footernav .title i::after {
	content: '';
	height: 12px;
	position: absolute;
	width: 2px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: var(--colorfff);
}
.footer .footernav .item ul li {
	margin-bottom: 12px;
}

.footer .footernav .item ul li a {
	display: block;
	color: var(--5d82b9);
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.footer .footernav .item ul li a:hover {
	color: var(--colorfff);
}

.footer .footer-bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 2%;
	padding-bottom: 2%;
	border-top: rgba(255,255,255,0.15) solid 1px;
	color: var(--646464);
	font-size: 14px;
	line-height: 1.7;
}
.footer .copylink a {
	display: inline-block;
	color: var(--coloreee);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer .copylink a.name{
	margin-left: 8px;
	color: var(--colorb1b);
}
.footer .copylink a.copyright{
	margin-left: 12px;
	color: var(--646464);
}
.footer .copylink a.disclaimers{
	margin-left: 25px;
	color: var(--coloreee);
}
.footer .copylink a:hover {
	color: var(--colorfff);
}
.footer .poweredBy {
	margin-left: 3%;
}
.footer .poweredBy,
.footer .poweredBy a{
	color: var(--2052a9);
}
.footer .poweredBy:hover,
.footer .poweredBy:hover a {
	color: var(--colorfff03);
}

.istop{
	position: fixed;
	right: 2.604166666666667vw;
	bottom: 12vh;
	z-index: 99;
	display: none;
}
.istop a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: #022461;
}
.istop a img{
	width: 27.41935483870968%;
}














/*banner*/
.lunbotu{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.lunbotu .swiper-slide a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.lunbotu .swiper-slide>a>img,
.lunbotu .swiper-slide>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mImg{
	display: none;
}
.i-banner{
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}
.i-banner .box{
	width: 100%;
	text-align: left;
}
.i-banner .box .t1{
	font-family: "SourceHanSansCN-Bold";
	color: var(--colorfff);
	font-size: 58px;
	line-height: 1.2;
	word-break: break-word;
	text-transform: uppercase;
}
.i-banner .box .t2{
	margin-top: 10px;
	font-family: "SourceHanSansCN-Bold";
	color: var(--colorfff);
	font-size: 30px;
	word-break: break-word;
}
.i-banner .box .t3{
	margin-top: 36px;
	font-family: "SourceHanSansCN-Regular";
	color: var(--colorfff);
	font-size: 18px;
}
.viewmore{
	max-width: 330px;
	width: 100%;
	margin-top: 54px;
	padding-top: 24px;
	border-top: rgba(255,255,255,0.2) solid 1px;
}
.viewmore span{
	display: inline-flex;
	align-items: center;
	color: var(--f6a742);
	font-size: 16px;
}
.viewmore span i{
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-left: 18px;
	background: url(../images/icon1.png) center no-repeat;
	background-size: 100% auto;
}

.lunbotu .swiper-pagination{
  	position: absolute;
  	bottom: 100px;
  	left: 0;
  	width: 100%;
  	height: 50px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	box-sizing: border-box;
}
.lunbotu .swiper-pagination-bullet{
  	position: relative;
  	margin: 0 0.15rem;
  	cursor: pointer;
  	background: none;
  	width: auto;
  	height: auto;
  	opacity: 1;
}
.lunbotu .swiper-pagination-bullet svg {
  	display: block;
  	width: 38px;
  	height: 38px;
  	position: relative;
  	z-index: 5;
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
  	-moz-transform: rotate(-45deg);
  	-o-transform: rotate(-45deg);
  	-ms-transform: rotate(-45deg);
}
.lunbotu .swiper-pagination-bullet svg circle{
  	stroke-width: 1px;
 	stroke: #fff;
  	stroke-dasharray: 300%;
  	stroke-dashoffset: 300%;
  	transition: stroke-dashoffset 0.6s ease-out;
  	-webkit-transition: stroke-dashoffset 0.6s ease-out;
  	-moz-transition: stroke-dashoffset 0.6s ease-out;
  	-o-transition: stroke-dashoffset 0.6s ease-out;
  	-ms-transition: stroke-dashoffset 0.6s ease-out;
}
.lunbotu .swiper-pagination-bullet span{
  	position: absolute;
  	z-index: 4;
  	top: 0;
  	left: 0;
  	width: 38px;
  	height: 38px;
  	border: 1px solid transparent;
  	border-radius: 50%;
  	box-sizing: border-box;
  	transition: border-color 0.3s ease-out;
  	-webkit-transition: border-color 0.3s ease-out;
  	-moz-transition: border-color 0.3s ease-out;
  	-o-transition: border-color 0.3s ease-out;
  	-ms-transition: border-color 0.3s ease-out;
}
.lunbotu .swiper-pagination-bullet span:after {
  	content: "";
  	width: 7px;
  	height: 7px;
  	border-radius: 50%;
  	background: var(--colorfff06);
  	position: absolute;
 	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: auto;
}
.lunbotu .swiper-pagination-bullet-active span:after{
	background: var(--colorfff);
}
.lunbotu .swiper-pagination-bullet-active svg circle {
  	stroke-dashoffset: 0;
  	transition: stroke-dashoffset 5s ease-out;
  	-webkit-transition: stroke-dashoffset 5s ease-out;
  	-moz-transition: stroke-dashoffset 5s ease-out;
  	-o-transition: stroke-dashoffset 5s ease-out;
  	-ms-transition: stroke-dashoffset 5s ease-out;
}
.lunbotu .swiper-pagination-bullet-active span {
  	border-color: rgba(255, 255, 255, 0.3);
}


.obannerbox{
	position: relative;
}
.bannerbar{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 50px;
	z-index: 12;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 1700px;
	width: 88.54166666666667%;
}
.location{
	display: flex;
	align-items: center;
	width: 50%;
}
.location .box span, .location .box a{
	color: var(--6aadea);
	font-size: 16px;
	line-height: 1.7;
	margin: 0 2px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.location .box a:hover, 
.location .box a.on{
	color: var(--colorfff);
}
.location .box a i{
	display: inline-block;
	margin-right: 8px;
	width: 16px;
	height: 15px;
	background: url(../images/icon10.png) center no-repeat;
	background-size: 100% auto;
}
.location .box a:hover i{
	background: url(../images/icon10a.png) center no-repeat;
	background-size: 100% auto;
}


.obanner{
	position: relative;
}
.obanner:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/obannerbg1.png) left bottom no-repeat;
	background-size: 100% auto; 
}
.obanner.partybanner:before{
	background: url(../images/obannerbg2.png) left bottom no-repeat;
	background-size: 100% auto; 
}
.obanner.oth:before{
	background: url(../images/obannerbg3.png) left bottom no-repeat;
	background-size: 100% auto; 
}
.obanner .banner-title{
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1700px;
    width: 88.54166666666667%;
    display: flex;
    justify-content: flex-end;
}
.obannerbox.oth .obanner .banner-title{
	bottom: 145px;
}
.obanner .banner-title .text{
	width: 50%;
	text-align: right;
}
.obanner .banner-title .t1{ 
	font-family: "SourceHanSansCN-Regular";
	font-size: 36px;
	color: var(--colorfff);
}
.obanner .banner-title .t2{ 
	margin-top: 6px;
	font-size: 18px;
	color: rgba(255,255,255,0.72);
}
.obanner .b-title{
	position: absolute;
	top: 7.5vw;
	left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 88.54166666666667%;
    text-align: center;
}
.obanner .b-title h2{
	font-size: 48px;
    color: var(--c9170e);
    font-family: "SourceHanSansCN-Bold";
}
.obanner>img{
	width: 100%;
}
.mImg{
	display: none;
}
.obanner .obg {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.general_title.center{
	text-align: center;
}
.general_title.center span{
	display: inline-block;
}
.general_title .sp1{
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	font-size: 18px;
	color: var(--63adef);
}
.general_title .sp1 i{
	display: inline-block;
	margin-right: 10px;
	width: 16px;
	height: 16px;
	background: url(../images/icon6.png) center no-repeat;
	background-size: 100% auto;
}
.general_title .sp2{
	font-size: 42px;
	color: var(--color000);
}
.general_title.white .sp2{
	color: var(--colorfff);
}
.index_image .general_title{
	position: absolute;
	right: 0;
	top: 9%;
	width: 44.2%;
}
.general_title .sp3{
	margin-top: 30px;
	font-size: 16px;
	color: var(--color999);
	line-height: 1.7;
}

.more a{
	color: var(--themecolor);
	font-size: 18px;	
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.more a:hover{
	color: var(--63adef);
}

.columntab{
	width: 50%;
}
.columntab ul{
	display: flex;
	justify-content: flex-end;
}
.columntab ul li{
	position: relative;
	padding-right: 70px;
	margin-right: 70px;
}
.columntab ul li:last-child{
	padding-right: 0px;
	margin-right: 0px;
}
.columntab ul li:before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 15px;
	background: #519bdd;
}
.columntab ul li:last-child:before{
	background: none;
}
.columntab ul li a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	height: 45px;
	border-radius: 23px;
	padding: 0px 20px;
	box-sizing: border-box;
	color: #FFFFFF;
	font-size: 16px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.columntab ul li a.on,
.columntab ul li a:hover{
	background: var(--3d8ace);
}

.indexbox .section{
	overflow: hidden;
}
.section2{
	background: var(--colorfaf);
}
.index_sidebar{
	position: fixed;
	right: 4.58vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 15;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
#progress-bar{
	display: block;
	width: 4px;
	height: 420px;
	margin: auto;
	background: var(--colorf3f);
	border-radius: 2px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#progress-bar span{
	display: inline-block;
	width: 100%;
	/*height: 60px;*/
	height: 84px;
	border-radius: 2px;
	background: var(--2878f0);
}
.index_sidebar .nums{
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--colorc7c);
	font-size: 24px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transform-origin: 75% bottom; 
}
.index_sidebar .num_current{
	font-weight: bold;
	color: var(--color000);
}
.index_new .wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.index_new .box{
	margin-top: 50px;
}
.index_new .recommend{
	position: relative;
	display: flex;
	align-items: stretch;
}
.index_new .recommend .left_w{
	width: 50%;
	background: var(--colorfff);
}
.index_new .recommend .left_w ul{
	padding: 0px 38px;
}
.index_new .recommend .left_w ul li{
	padding: 38px 0px;
	box-sizing: border-box;
	border-bottom: var(--colorf3f) solid 1px;
}
.index_new .recommend .left_w ul li a{
	display: flex;
	align-items: flex-start;
	width: 100%;
}
.index_new .recommend .left_w ul li .date{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 86px;
	padding: 10px 0px;
	margin-right: 24px;
	background: var(--themecolor);
	box-sizing: border-box;
}
.index_new .recommend .left_w ul li .date .t1{
	display: block;
	color: var(--colorfff);
	font-size: 30px;
}
.index_new .recommend .left_w ul li .date .t2{
	display: block;
	color: var(--69a8e0);
	font-size: 16px;
}
.index_new .recommend .left_w ul li .text{
	flex: 1;
}
.index_new .recommend .left_w ul li .tag span{
	display: inline-block;
	min-width: 48px;
	height: 24px;
	border-radius: 12px;
	text-align: center;
	color: var(--colorfff);
	font-size: 16px;
	background: var(--f6a742);
	padding: 0px 6px;
	box-sizing: border-box;
}
.index_new .recommend .left_w ul li .title{
	font-family: "SourceHanSansCN-Regular";
	color: var(--color333);
	font-size: 20px;
	line-height: 1.5;
	margin-top: 6px;
	display: -webkit-box;   
    -webkit-line-clamp: 2;       
    -webkit-box-orient: vertical; 
    overflow: hidden;          
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index_new .recommend .left_w ul li.on .title{
	color: var(--themecolor);
}
.index_new .recommend .right_w{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.index_new .recommend .swiper{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index_new .recommend .swiper a{
	display: block;
	width: 100%;
	height: 100%;
}
.index_new .recommend .swiper a img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index_new .recommend .swiper a:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.index_newlist{
	margin-top: 20px;
}
.index_newlist ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
}
.index_newlist ul li{
	flex: 1;
	background: var(--colorfff);
}
.index_newlist ul li a{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index_newlist ul li .imgbox{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.index_newlist ul li .imgbox .img{
	position: relative;
	width: 100%;
	padding-bottom: 50%;
}
.index_newlist ul li .imgbox .img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index_newlist ul li:hover .imgbox .img img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.index_newlist ul li .imgbox .tag{
	position: absolute;
	left: 15px;
	top: 15px;
}
.index_newlist ul li .imgbox .tag span{
	display: inline-block;
	font-size: 14px;
	line-height: 1.7;
	color: var(--colorfff);
	padding: 2px 6px;
	background: var(--ee9829);
}
.index_newlist ul li .textbox{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px;
	box-sizing: border-box;
}
.index_newlist ul li .textbox .title{
	font-family: "SourceHanSansCN-Regular";
	font-size: 18px;
	color: var(--color333);
	display: -webkit-box;   
    -webkit-line-clamp: 2;   
    -webkit-box-orient: vertical; 
    overflow: hidden;          
    text-overflow: ellipsis;
}
.index_newlist ul li:hover .textbox .title{
	color: var(--themecolor);
}
.index_newlist ul li .textbox .date{
	margin-top: 12px;
	display: flex;
	align-items: center;
	font-family: "SourceHanSansCN-Regular";
	color: var(--colord3d);
	font-size: 14px;
}
.index_newlist ul li .textbox .date img{
	display: inline-block;
	margin-right: 10px;
	width: 15px;
}


.index_about{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
}
.index_about .textbox{
	margin-top: 8.8vh;
	width: 50%;
}
.index_about .textbox .text{
	color: var(--colorfff);
	font-size: 16px;
	line-height: 2.2;
}
.index_about .textbox .learnmore{
	margin-top: 40px;
}
.index_about .textbox .learnmore a{
	display: flex;
	align-items: center;
	color: var(--f6a742);
	font-size: 16px;
	text-decoration: underline;
}
.index_about .textbox .learnmore img{
	display: inline-block;
	margin-left: 18px;
	width: 38px;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index_about .textbox .learnmore a:hover img{
	transform: rotate(45deg);
}
.index_num{
	margin-top: 12vh;
}
.index_num ul{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.index_num ul li{
	text-align: center;
}
.index_num ul li .t1{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Montserrat-Regular";
	font-size: 30px;
	color: var(--colorfff);
}
.index_num ul li .timer{
	display: inline-block;
	margin-right: 12px;
	font-family: "Montserrat-Bold";
	font-size: 80px;
}
.index_num ul li .t2{
	font-size: 16px;
	color: var(--colorfff);
}
.index_num ul li .t3{
	width: 1px;
	height: 40px;
	margin-top: 28px;
	background:var(--colorfff);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
.animationbox{
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 54.89583333333333vw;
	height: 100vh;
}
.animationbox .line1{
	position: absolute;
	right: -0.3645833333333333vw;
	top: -10.18518518518519vh;
	width: 36.61458333333333vw;
	height: 21.875vw;
}
.animationbox .line1 img{
	width: 100%;
	clip-path: inset(100% 0 0 0);
}
/*.section.active .animationbox .line1 img{
	animation: line1 1s forwards linear;
	animation-delay: 5s;
}*/
.animationbox .line2{
	position: absolute;
	left: 8vw;
	bottom: 0.6770833333333333vw;
	width: 60vw;
}
.animationbox .line2 img{
	display: block;
	width: 100%;
	/*clip-path: inset(0 50% 0 50%);*/
	opacity: 0;
}
/*.section.active .animationbox .line2 img{
	animation: line2fadeIn 3s ease-out forwards, 
              line2zoomInOut 2s ease-in-out infinite 3s;
	animation-delay: 5s;
}*/
.animationbox .content{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 96.48148148148148vh;
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    perspective: 1500px;  /* 透视效果 */
}
.animationbox .content .earth {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d; /* 保持3D效果 */
}
/*.section.active .animationbox .content .earth {
    transform-origin: 15% 30%;	
    animation: rotateAndScale 4s forwards ease-in; 
}*/
.animationbox .content .earth img{
	position: absolute;
	bottom: -6.5vw;
	right: -8.59375vw;
	max-width: 54.27083333333333vw;
	max-height: 96.48148148148148vh;
}
.animationbox .content .sun{
	position: absolute;
	top: 5%;
    left: 27%;
	width: 57%;
}
.animationbox .content .sun img{
	display: block;
	width: 100%;
	opacity: 0;
}
/*.section.active .animationbox .content .sun img{
	animation: opacity 1s forwards linear;
	animation-delay: 4s;
}*/
/* 动画定义 */
@keyframes rotateAndScale {
    0% {
        transform: rotate(45deg) scale(0.2);  /*初始旋转45度，缩小到0.5倍 */
    }
    100% {
        transform: rotate(0deg) scale(1); /* 最终旋转0度，恢复原始大小 */
    }
}
@keyframes opacity{
    0% {
        opacity: 0;
        
    }
    100% {
        opacity: 1;
    }
}
@keyframes line1{
    0% {
        clip-path: inset(100% 0 0 0); /* 初始时完全不可见，底部部分被裁切 */
    }
    100% {
        clip-path: inset(0 0 0 0); /* 最终时完全显示，去除裁切 */
    }
}
/*@keyframes line2{
    0% {
        clip-path: inset(0 50% 0 50%);  初始时裁切两端，只显示中间部分
    }
    100% {
        clip-path: inset(0 0 0 0); 最终时完全显示
    }
}*/
@keyframes line2fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* 第二个动画 - 无限次缩放 */
@keyframes line2zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1); 
    }
}
/*@media screen and (min-width: 1025px){
	.section.active .animationbox .line1 img{
		animation: line1 1s forwards linear;
		animation-delay: 5s;
	}
	.section.active .animationbox .line2 img{
		animation: line2fadeIn 3s ease-out forwards, 
	              line2zoomInOut 2s ease-in-out infinite 3s;
		animation-delay: 5s;
	}
	.section.active .animationbox .content .earth {
	    transform-origin: 15% 30%;	
	    animation: rotateAndScale 4s forwards ease-in; 
	}
	.section.active .animationbox .content .sun img{
		animation: opacity 1s forwards linear;
		animation-delay: 4s;
	}
}
@media screen and (max-width: 1024px){
	.animationbox.animated .line1 img{
		animation: line1 1s forwards linear;
		animation-delay: 5s;
	}
	.animationbox.animated .line2 img{
		animation: line2fadeIn 3s ease-out forwards, 
	              line2zoomInOut 2s ease-in-out infinite 3s;
		animation-delay: 5s;
	}
	.animationbox.animated .content .earth {
	    transform-origin: 15% 30%;	
	    animation: rotateAndScale 4s forwards ease-in; 
	}
	.animationbox.animated .content .sun img{
		animation: opacity 1s forwards linear;
		animation-delay: 4s;
	}
}*/
@media screen and (min-width: 1025px){
	.section.active .animationbox .line1 img{
		animation: line1 1s forwards linear;
		animation-delay: 2s;
	}
	.section.active .animationbox .line2 img{
		animation: line2fadeIn 2.5s ease-out forwards, 
	              line2zoomInOut 1.5s ease-in-out infinite 2.5s;
		animation-delay: 2s;
	}
	.section.active .animationbox .content .earth {
	    transform-origin: 15% 30%;	
	    animation: rotateAndScale 1s forwards ease-in; 
	}
	.section.active .animationbox .content .sun img{
		animation: opacity 1s forwards linear;
		animation-delay: 1s;
	}
}
@media screen and (max-width: 1024px){
	.animationbox.animated .line1 img{
		animation: line1 1s forwards linear;
		animation-delay: 3.5s;
	}
	.animationbox.animated .line2 img{
		animation: line2fadeIn 3s ease-out forwards, 
	              line2zoomInOut 2s ease-in-out infinite 3s;
		animation-delay: 3.5s;
	}
	.animationbox.animated .content .earth {
	    transform-origin: 15% 30%;	
	    animation: rotateAndScale 2.5s forwards ease-in; 
	}
	.animationbox.animated .content .sun img{
		animation: opacity 1s forwards linear;
		animation-delay: 2.5s;
	}
}

.index_team .wrap{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.index_team .general_title{
	flex-shrink: 0;
}
.index_team .layui-form{
	flex: 1;
	display: flex;
	justify-content: flex-end;
	display: none;
}
.index_team .wrap .layui-form .layui-row{
	display: inline-flex;
	align-items: stretch;
	min-width: 610px;
	border-radius: 33px;
	background: var(--colorf6f);
}
.index_team .wrap .layui-form .selection{
	width: 23%;
}
.index_team .layui-form-select .layui-input{
	padding-left: 30px;
	padding-right: 45px;
	height: 65px;
	border-radius: 33px;
	color: var(--504e4e);
	font-size: 16px;
}
.index_team .layui-input,
.index_team .layui-input:hover,
.index_team .layui-textarea:hover,
.index_team .layui-form-select{
	border: none !important;
	background: none;
}
.index_team .layui-input:focus, 
.index_team .layui-textarea:focus{
	box-shadow: none;
}
.index_team .layui-form-select .layui-edge{
	border: none !important;
	right: 25px;
	width: 12px;
	height: 6px;
	background: url(../images/icon9.png) center no-repeat;
	background-size: 100% auto;
}
.index_team .layui-form-selected .layui-edge{
	margin-top: -3px;
}
.index_team .layui-form-select dl{
	top: 65px;
	padding: 0;
}
.index_team .layui-form-select dl dd, 
.index_team .layui-form-select dl dt{
	font-size: 16px;
	line-height: 1.5;
	padding: 10px 15px;
}
.index_team .layui-form-select dl dd.layui-this{
	color: var(--63adef);
}
.index_team .layui-search{
	flex: 1;
	position: relative;
	display: flex;
	align-items: stretch;
	border-radius: 33px;
	box-sizing: border-box;
	overflow: hidden;
}
.index_team .layui-search:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 46%;
	background: var(--colore9e);
}
.index_team .layui-search .layui-input{
	flex: 1;
	padding: 0px 30px;
	height: 100%;
	box-sizing: border-box;
	color: var(--504e4e);
	font-size: 16px;
}
.index_team .layui-search .layui-input::-webkit-input-placeholder{
	color: var(--c4c3c3);
}
.index_team .layui-search .layui-input:-moz-placeholder{
	color: var(--c4c3c3);
}
.index_team .layui-search .layui-input::-moz-placeholder{
	color: var(--c4c3c3);
}
.index_team .layui-search .layui-input:-ms-input-placeholder{
	color: var(--c4c3c3);
}

.index_team .layui-search .layui-btn{
	width: 86px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--f6a742);
	border-radius: 33px;
	padding: 0;
}
.index_team .layui-search .layui-btn img{
	width: 36%;
}

.index_team .box{
	background: url(../images/img7.png) left bottom -40px no-repeat;
	background-size: 60.88541666666667% auto;
}
.index_team .box .maincontainer{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 4.66666666666667%;
}
.index_team .box .textbox{
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	width: 43.33333333333333%;
	color: var(--color888);
	font-size: 18px;
	line-height: 2;
}
.index_team .box .textbox .text{
	order: 1;
	margin-bottom: 17%;
}
.index_team .box .swiper{
	position: relative;
	width: 50.66666666666667%;
	flex-shrink: 0;
	overflow: hidden;
}
.index_team .swiper-button-next, 
.index_team .swiper-button-prev{
	position: static;
	transform: none;
	display: inline-flex;
	width: 43px;
	height: 43px;
}
.index_team .swiper-button-next, 
.index_team .swiper-container-rtl .swiper-button-prev{
	background: url(../images/icon12.png) center no-repeat;
	background-size: 100% auto;
	order: 3;
	margin-left: 10px;
}
.index_team .swiper-button-prev, 
.index_team .swiper-container-rtl .swiper-button-next{
	order: 2;
	background: url(../images/icon11.png) center no-repeat;
	background-size: 100% auto;
}
.index_team .box .item{
	position: relative;
	display: block;
	width: 100%;
}
.index_team .box .item .img img{
	display: block;
	width: 100%;
}
.index_team .box .item .text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.index_team .box .item .text .part1,
.index_team .box .item .text .part2{
	padding-left: 45px;
	padding-right: 45px;
}
.index_team .box .item .text .part1{
	padding-top: 20px;
	padding-bottom: 20px;
	background: rgba(0,91,172,0.9);
}
.index_team .box .item .text .part2{
	padding-top: 15px;
	padding-bottom: 15px;
	background: var(--02396a);
}
.index_team .box .item .text .t1{
	color: var(--colorfff);
	font-size: 24px;
	font-weight: bold;
}
.index_team .box .item .text .t2{
	margin-top: 10px;
	font-size: 16px;
	color: var(--colorfff06);
	line-height: 1.7;
}
.index_team .box .item .text .t3{
	color: var(--colorfff);
	font-size: 22px;
}

.index_research{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	background: var(--colorf9f);
}
.index_research .box{
	margin-top: 4.2%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.index_research .box .left_w{
	width: 73.33333333333333%;
	display: flex;
	align-items: stretch;
	gap: 10px;
}
.index_research .box .left_w .item{
	flex: 1;
}
.index_research .box .left_w .a1{
	order: 1;
}
.index_research .box .left_w .a2{
	order: 3;
}
.index_research .box .left_w .a3{
	display: flex;
	flex-direction: column;
	gap: 10px;
	order: 2;
}
.index_research .box .left_w .a3 a{
	flex: 1;
}
.index_research .box .left_w ul{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 10px;
}
.index_research .box a{
	position: relative;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.index_research .box .left_w a .img:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.index_research .box .left_w a:hover .img:before{
	opacity: 0.8;
}
.index_research .box a .img{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index_research .box a .img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_research .box .left_w a .text{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 20px 20px 35px;
	width: 100%;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.index_research .box .left_w a:hover .text{
	bottom: 18px;
}
.index_research .box .left_w .icon{
	margin-bottom: 30px;
}
.index_research .box .left_w .icon img{
	max-width: 50px;
}
.index_research .box .left_w .txt .t1{
	color: var(--colorfff);
	font-size: 20px;
}
.index_research .box .left_w .txt .t2{
	margin-top: 18px;
	color: var(--colorfff05);
	font-size: 16px;
	line-height: 1.7;
	display: -webkit-box; 
    -webkit-line-clamp: 4;      
    -webkit-box-orient: vertical;
    overflow: hidden;     
    text-overflow: ellipsis;  
	max-height: 0px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.index_research .box .left_w a:hover .txt .t2{
	max-height: 120px;
}
.index_research .box .right_w{
	width: 24%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
}
.index_research .box .right_w a .text{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--colorfff);
	font-size: 18px;
	line-height: 1.5;
	width: 100%;
	padding: 10px 25px;
	box-sizing: border-box;
}

.index_image{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index_image .maincontainer{
	position: relative;
}
.index_image .box{
	position: relative;
}
.index_image .swiper{
	position: relative;
	width: 100%;
	max-height: 880px;
	height: 81.48148148148148vh;
	overflow: hidden;
}
/*.index_image .swiper-slide-active {
    pointer-events: auto;
}*/

.index_image .swiper .item,
.index_image .swiper a{
	display: block;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	z-index: 15;
}
.index_image .swiper .imgbox{
	position: relative;
	width: 100%;
}
.index_image .swiper .imgbox .img{
	position: relative;
	width: 100%;
}
.index_image .swiper .imgbox .img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (min-width: 1025px){
	.index_image .swiper .swiper-wrapper{
		align-items: flex-start;
	}
	
	.index_image .swiper .swiper-slide.on1,
	.index_image .swiper .swiper-slide.on2{
		display: flex;
		justify-content: flex-end;
	}
	.index_image .swiper .swiper-slide .item,
	.index_image .swiper .swiper-slide a{
		opacity: 0;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		transform-origin: center;
		-webkit-transition: all 1s ease;
		transition: all 1s ease;
	}
	.index_image .swiper .swiper-slide.on1 .item,
	.index_image .swiper .swiper-slide.on1 a,
	.index_image .swiper .swiper-slide.on2 .item,
	.index_image .swiper .swiper-slide.on2 a,
	.index_image .swiper .swiper-slide.on3 .item,
	.index_image .swiper .swiper-slide.on3 a{
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	.index_image .swiper .swiper-slide.on1 .item,
	.index_image .swiper .swiper-slide.on1 a{
		position: absolute;
		top: 0;
		left: 33.6%;
		display: flex;
		align-items: flex-start;
		width: 108%;
	}
	.index_image .swiper .swiper-slide.on2 .item,
	.index_image .swiper .swiper-slide.on2 a{
		position: absolute;
		bottom: 0;
		right: 58%;
		display: flex;
		align-items: flex-end;
		width: 126.6%;
	}
	.index_image .swiper .swiper-slide.on3 .item,
	.index_image .swiper .swiper-slide.on3 a{
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 132.6%;
	}
	.index_image .swiper .swiper-slide.on1 .imgbox .img{
		padding-bottom: 79.62962962962963%;
	}
	.index_image .swiper .swiper-slide.on2 .imgbox .img{
		padding-bottom: 60.82148499210111%;
	}
	.index_image .swiper .swiper-slide.on3 .imgbox .img{
		padding-bottom: 69.68325791855204%;
	}
}
/*.index_image .swiper .imgbox:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	opacity: 0.7;
}*/
.index_image .swiper .imgbox .playicon{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 62px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(21,93,200,0.7);
	border-radius: 50%;
}
.index_image .swiper .imgbox .playicon img{
	width: 50%;
}
.index_image .swiper .text{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	text-align: center;
	color: var(--colorfff);
	font-size: 20px;
	padding: 24px;
	box-sizing: border-box;
}
.index_image .swiper .text:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.index_image .swiper-button-next, .index_image .swiper-button-prev{
	top: auto;
	transform: none;
	bottom: 10%;
	width: 43px;
	height: 43px;
}
.index_image .swiper-button-next, .index_image .swiper-container-rtl .swiper-button-prev{
	background: url(../images/icon18a.png) center no-repeat;
	background-size: 100% auto;
}
.index_image .swiper-button-prev, .index_image .swiper-container-rtl .swiper-button-next{
	left: auto;
	right: 64px;
	background: url(../images/icon17a.png) center no-repeat;
	background-size: 100% auto;
}
.index_image .swiper-button-next.swiper-button-disabled{
	opacity: 1;
	background: url(../images/icon18.png) center no-repeat;
	background-size: 100% auto;
}
.index_image .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	background: url(../images/icon17.png) center no-repeat;
	background-size: 100% auto;
}
@media screen and (min-width: 1025px){
	.section .general_title,
	.section .more,
	.index_new .recommend .left_w ul li,
	.index_new .recommend .right_w,
	.index_newlist ul li,
	.index_about .textbox,
	.index_num ul,
	.index_team .layui-form,
	.index_team .box .textbox,
	.index_team .box .swiper,
	.index_research .box,
	.index_image .swiper{
	    opacity: 0;
	    -webkit-transform: translateY(2.5vw);
	    transform: translateY(2.5vw);
	}
	.section.active .general_title,
	.section.active .more,
	.section.active .index_new .recommend .right_w,
	.section.active .index_about .textbox,
	.section.active .index_num ul,
	.section.active .index_team .layui-form,
	.section.active .index_team .box .textbox,
	.section.active .index_team .box .swiper,
	.section.active .index_research .box,
	.section.active .index_image .swiper,
	.section.active .index_new .recommend .left_w ul li,
	.section.active .index_newlist ul li{
		-webkit-animation: topItem 1s forwards ease-in-out;
		animation: topItem 1s forwards ease-in-out;
	}
	/*.section.active .index_new .recommend .right_w,{
		-webkit-animation-delay: 0.6s;
		animation-delay: 0.6s;
	}*/
	/*.section.active .index_new .recommend .left_w ul li,
	.section.active .index_newlist ul li{
		-webkit-animation: topItem 0.8s forwards ease-in-out;
		-webkit-animation-delay: calc(0.1s * var(--i));
		animation: topItem 0.8s forwards ease-in-out;
		animation-delay: calc(0.1s * var(--i));
	}*/
	.index_image.on .swiper{
		opacity: 1 !important;
		-webkit-transform: none !important;
	    transform: none !important;
	}
	
	@-webkit-keyframes topItem {
	    0% {
	        pointer-events: none;
	        opacity: 0;
	        transform: translateY(2.5vw);
	        -webkit-filter: blur(2px);
	        filter: blur(2px);
	    }
	    100% {
	        pointer-events: auto;
	        opacity: 1;
	        transform: translateY(0);
	        -webkit-filter: blur(0);
	        filter: blur(0);
	    }
	}
	@keyframes topItem {
	    0% {
	        pointer-events: none;
	        opacity: 0;
	        transform: translateY(2.5vw);
	        -webkit-filter: blur(2px);
	        filter: blur(2px);
	    }
	    100% {
	        pointer-events: auto;
	        opacity: 1;
	        transform: translateY(0);
	        -webkit-filter: blur(0);
	        filter: blur(0);
	    }
	}
}

.bigPicLayer {
	display: none;
	justify-content: center;
	align-items: center;
	width: 100% !important;
	height: 100%;
	min-height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 17;
	background: rgba(0,0,0,0.6);
	padding-top: 60px;
	padding-bottom: 60px;
	box-sizing: border-box;
	overflow: auto;
}
.bigPicLayer .content{
	position: relative;
}

.bigPicLayer .content .box{
	max-width: 50vw;
}
.bigPicLayer .video-js {
	width: 50vw;
	max-height: 80vh;
	height: auto;
}

.bigPicLayer .close {
	position: absolute;
	right: -50px;
	top: -50px;
	z-index: 12;
	display: block;
	width: 38px;
	height: 38px;
	background: url(../images/closebtn.png) no-repeat;
	background-size: 100% auto;
}


@media screen and (max-width: 1920px) {
	.bigPicLayer {
		padding-top: 3.125vw;
		padding-bottom: 3.125vw;
	}
	.bigPicLayer .close {
		right: -2.604166666666667vw;
		top: -2.604166666666667vw;
		width: 1.979166666666667vw;
		height: 1.979166666666667vw;
	}
	

}

@media screen and (max-width: 1024px) {
	.bigPicLayer .content .box{
		max-width: 75vw;
	}
	.bigPicLayer .video-js{
		width: 70vw;
	}
	.bigPicLayer .close{
		right: -2.8rem;
		top: -2.8rem;
		width: 2.25rem;
        height: 2.25rem;
	}
}

@media only screen and (max-width: 767px) {
	.bigPicLayer .content .box{
		max-width: 90%;
		margin: auto;
	}
	.bigPicLayer .video-js{
		width: 100%;
	}
	.bigPicLayer .close{
		right: 0;
		top: -2.25rem;
	}
}

@media only screen and (max-width: 480px) {
	.bigPicLayer.indexexample .close {
		width: 36px;
		height: 36px;
	}
}

.transformation{
	padding-top: 6.770833333333333%;
	padding-bottom: 15.625%;
	background: var(--colorfff) url(../images/img21.png) left 40% bottom no-repeat;
	background-size: 71.04166666666667% auto;
}
.transformation .box{
	margin-top: 7.2%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.transformation .box .text{
	width: 42.26%;
	color: var(--color666);
	font-size: 16px;
	line-height: 2;
}
.transformation .box .img{
	width: 51.4%;
	overflow: hidden;
	border-radius: 10px;
}
.transformation .box .img img{
	display: block;
	width: 100%;
}

.p-title{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 18px;
	border-bottom: var(--colore5e) solid 1px;
}
.p-title .tit{
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 36px;
	color: var(--ed2c25);
}
.p-title .tit img{
	display: inline-block;
	margin-right: 20px;
	max-width: 38px;
}
.p-title a{
	color: var(--color333);
	font-size: 16px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.p-title a:hover{
	color: var(--ed2c25);
}
.work-dynamics{
	padding-top: 70px;
	padding-bottom: 130px;
}
.work-dynamics .box{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.work-dynamics .box .left_w{
	width: 50%;
}
.work-dynamics .box .right_w{
	width: 46.8%;
}
.work-dynamics .box .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.work-dynamics .box .swiper-slide a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.work-dynamics .box .swiper-slide .img{
	position: relative;
	width: 100%;
	padding-bottom: 77.33333333333333%;
	overflow: hidden;
}
.work-dynamics .box .swiper-slide .img img{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.work-dynamics .box .swiper-slide-active a:hover .img img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
/*.work-dynamics .box .swiper-slide .img:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	opacity: 0.77;
}*/
.work-dynamics .box .swiper-slide .text{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
}
.work-dynamics .box .swiper-slide .text:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.77));
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.77));
}
.work-dynamics .box .swiper-slide .text .t1{
	color: var(--colorfff);
	font-size: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.work-dynamics .box .swiper-slide .text .t2{
	margin-top: 10px;
	font-family: "SourceHanSansCN-Light";
	color: var(--colorb7b);
	font-size: 18px;
}
.work-dynamics .box .swiper-pagination{
	right: 0;
	bottom: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 24px;
	box-sizing: border-box;
}
.work-dynamics .box .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 0.2;
	background: var(--colorfff);
	margin: 0 6px;
}
.work-dynamics .box .swiper-pagination-bullet-active{
	background: var(--be1712);
	opacity: 1;
}
.work-dynamics .box .textbox ul li a{
	position: relative;
	display: block;
	width: 100%;
	color: var(--color888);
	font-size: 18px;
	line-height: 1.5;
	padding-left: 24px;
	padding-top: 22px;
	padding-bottom: 22px;
	border-bottom: var(--colorf1f) solid 1px;
	box-sizing: border-box;
	white-space: nowrap;
  	overflow: hidden;    
  	text-overflow: ellipsis; 
  	-webkit-transition: all 0.4s ease;
  	transition: all 0.4s ease;
}
.work-dynamics .box .textbox ul li a:hover{
	color: var(--color333);
}
.work-dynamics .box .textbox ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 30px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--be1712);
}

.learning-garden{
	padding-top: 90px;
	padding-bottom: 160px;
	background: var(--fff9f0);
}
.learning-garden .box{
	margin-top: 65px;
}
.learning-garden .box ul{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 44px;
}
.learning-garden .box ul li{
	width: 47.33333333333333%;
}
.learning-garden .box ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.learning-garden .box ul li .title a{
	font-family: "SourceHanSansCN-Medium";
	color: var(--f6e6b1);
	font-size: 18px;
	padding: 15px 25px;
	box-sizing: border-box;
	background: var(--be1c16);
}
.learning-garden .box ul li .content{
	display: flex;
	align-items: center;
	padding: 30px;
	box-sizing: border-box;
	background: var(--colorfff) url(../images/img27.png) right 40px bottom 54px no-repeat;
	background-size: 55px auto;
}
.learning-garden .box ul li .content .img{
	position: relative;
	width: 36.30769230769231%;
	padding-bottom: 30.15384615384615%;
	flex-shrink: 0;
	overflow: hidden;
}
.learning-garden .box ul li .content .img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.learning-garden .box ul li:hover .content .img img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.learning-garden .box ul li .content .text{
	flex: 1;
	margin-left: 5.2%;
}
.learning-garden .box ul li .content .text a{
	display: block;
	width: 100%;
	font-size: 16px;
	color: var(--color666);
	line-height:2;
	display: -webkit-box;         
    -webkit-box-orient: vertical; 
    overflow: hidden;          
    -webkit-line-clamp: 3;   
    text-overflow: ellipsis;  
    -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.learning-garden .box ul li:hover .content .text a{
	color: var(--be1c16);
}
.learning-garden .box ul li .content .text .date{
	margin-top: 24px;
	font-family: "SourceHanSansCN-Light";
	color: var(--colorB7B);
	font-size: 16px;
}


.union-activities{
	padding-top: 90px;
	padding-bottom: 160px;
}
.union-activities .box{
	margin-top: 70px;
}
.union-activities .box ul{
	display: grid;
  	grid-template-columns: repeat(3, 1fr); 
  	gap: 36px;
	align-items: stretch;
}
.union-activities .box ul li a{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.union-activities .box ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	opacity: 0.33;
	display: none;
}

.union-activities .box ul li .img{
	position: relative;
	width: 100%;
	padding-bottom: 66.94736842105263%;
	overflow: hidden;
}
.union-activities .box ul li .img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.union-activities .box ul li:hover .img img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.union-activities .box ul li .text{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	color: var(--colorfff);
	font-size: 22px;
	text-align: center;
	white-space: nowrap; 
  	overflow: hidden; 
  	text-overflow: ellipsis; 
}
.union-activities .box ul li .text:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.77));
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.77));
}

.party{
	padding-top: 70px;
	padding-bottom: 140px;
	background: var(--colorf8f);
}
.party .box{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.listpage .box{
	align-items: stretch;
}
.party .leftside{
	position: relative;
	z-index: 1;
	width: 17.33333333333333%;
	padding: 15px 28px 28px;
	border-radius: 15px;
	overflow: hidden;
	box-sizing: border-box;
}
.party .leftside:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(to bottom, rgba(234,63,55,1), rgba(173,14,8,1));
	background: linear-gradient(to bottom, rgba(234,63,55,1), rgba(173,14,8,1));
}
.party .leftside:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url(../images/img29.png) left top no-repeat;
	background-size: 100% auto;
	opacity: 0.34;
}
.party .leftside .title .icon img{
	max-width: 55px;
}
.party .leftside .title .sp{
	margin-top: 12px;
	color: var(--colorfff);
	font-size: 40px;
}
.side-column{
	margin-top: 45px;
	padding-bottom: 30px;
}
.side-column ul li{
	border-bottom: rgba(255,255,255,0.36) solid 1px;
}
.side-column ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--colorfff);
	font-size: 22px;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.side-column ul li.on a,
.side-column ul li:hover a{
	color: var(--ffe68e);
}
.side-column ul li a span{
	flex: 1;
	display: inline-block;
}
.side-column ul li a i{
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: var(--fccb30) solid 1px;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.side-column ul li.on a i,
.side-column ul li:hover a i{
	border: var(--colorfff) solid 1px;
	background: var(--colorfff);
}
.friendship-link .subtit{
	font-weight: bold;
	color: var(--ffe68e);
	font-size: 22px;
	padding: 20px 0px;
	border-bottom: rgba(255,255,255,0.36) solid 1px;
}
.friendship-link ul{
	padding-top: 30px;
}
.friendship-link ul li{
	margin-bottom: 12px;
}
.friendship-link ul li a{
	font-family: "SourceHanSansCN-Regular";
	color: var(--colorfff);
	font-size: 20px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.friendship-link ul li a:hover{
	color: var(--ffe68e);
}
.party .rightbox{
	width: 80%;
	/*padding:   8%;*/
	padding-left: 3.33333333333333%;
	padding-right: 3.33333333333333%;
	border-radius: 15px;
	overflow: hidden;
	box-sizing: border-box;
	background: var(--colorfff);
}
.listpage .box .listing{
	padding-top: 2.5%;
	padding-bottom: 10%;
}
.listpage .box .listing ul{
	margin-bottom: 70px;
}
.listpage .box .listing ul li{
	padding: 10px 0px;
	border-bottom: var(--colore9e) solid 1px;
}
.listpage .box .listing ul li a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 32px;
}
.listpage .box .listing ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 28px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--d72f28);
}
.listpage .box .listing ul li .text{
	color: var(--color888);
	font-size: 16px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.listpage .box .listing ul li a:hover .text{
	color: var(--color000);
}
.listpage .box .listing ul li .date{
	display: inline-block;
	margin-left: 15px;
	flex-shrink: 0;
	font-family: "SourceHanSansCN-Light";
	color: var(--colorB7B);
	font-size: 18px;
}
.page{
    width: 100%;
    text-align: center;
}
.page-list{
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-list a{
	display: flex;
	align-items: center;
	justify-content: center;
   	padding: 0px 10px;
   	min-width: 30px;
   	height: 30px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: var(--colorcdc);
    overflow: hidden;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.page-list a:last-child{
	margin-right: 0;
}
.page-list a:hover,
.page-list a.on{
	color: var(--colorfff);
	background: var(--themecolor);
}
.page-list a.fyprev,
.page-list a.fynext{
	min-width: 110px;
	height: 36px;
	line-height: 34px;
	border-radius: 18px;
	color: var(--colorfff);
	background: var(--themecolor);
	border: var(--themecolor) solid 1px;
}
.page-list a.fyprev.disabled,
.page-list a.fynext.disabled{
	border: var(--colorcdc) solid 1px;
	color: var(--color666);
	pointer-events:none;
	background: none;
	opacity: 0.5;
}
.page-list a.fyprev:hover,
.page-list a.fynext:hover{
	background: var(--themecolor);
}
.page-list a.fyprev{
	margin-right: 40px;
}
.page-list a.fynext{
	margin-left: 40px;
}


.party.listpage .page-list a:hover,
.party.listpage .page-list a.on{
	color: var(--colorfff);
	background: var(--d8302a);
}
.party.listpage .page-list a.fyprev,
.party.listpage .page-list a.fynext{
	color: var(--colorfff);
	background: var(--d8302a);
	border: var(--d8302a) solid 1px;
}
.party.listpage .page-list a.fyprev.disabled,
.party.listpage .page-list a.fynext.disabled{
	border: var(--colorcdc) solid 1px;
	color: var(--color666);
	background: none;
}
.party.listpage .page-list a.fyprev:hover,
.party.listpage .page-list a.fynext:hover{
	background: var(--d8302a);
}


.party .rightbox .article{
	padding-top: 60px;
	padding-bottom: 60px;
}
.new_details{
	padding-top: 120px;
	padding-bottom: 80px;
}
.article .title{
	text-align: center;
	padding-bottom: 30px;
	border-bottom: #eaeaea solid 1px;
}
.article .title .txt{
	font-size: 36px;
	color: var(--color000);
}
.article .title .othertxt{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-top: 30px;
}
.article .title .othertxt span{
	display: inline-block;
	margin: 0px 28px 10px;
	color: var(--color888);
	font-size: 14px;
}
.article .details{
	padding-top: 60px;
	color: var(--color666);
	font-size: 16px;
	line-height: 2;
}
.article .details img{
	display: block;
	margin: auto;
}
.article-operate{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 6%;
	padding-top: 4%;
	border-top: var(--colore9e) solid 1px;
}
.prvenext{
	flex: 1;
}
.prvenext ul li{
	margin-bottom: 12px;
}
.prvenext ul li a{
	display: flex;
	align-items: center;
	/*font-family: "SourceHanSansCN-Bold";*/
	font-weight: bold;
	font-size: 16px;
}
.prvenext ul li a .sp1{
	flex-shrink: 0;
	color: #111111;
}
.prvenext ul li a .sp2{
	flex: 1;
	margin-left: 10px;
	color: var(--themecolor);
	white-space: nowrap; 
    overflow: hidden; 
   	text-overflow: ellipsis; 
}
.article-return{
	flex-shrink: 0;
}
.article-return a{
	display: flex;
	align-items: flex-start;
	font-family: "SourceHanSansCN-Regular";
	color: var(--0a57a6);
	font-size: 18px;
}
.article-return a i{
	display: inline-block;
	width: 26px;
	height: 24px;
	margin-right: 18px;
	background: url(../images/icon21.png) center no-repeat;
	background-size: 100% auto;
}


.research-field .item{
	padding-top: 8.6%;
	padding-bottom: 8.6%;
}
.research-field .item:nth-child(odd){
	background: #FFFFFF url(../images/img37.png) bottom right no-repeat;
	/*background-size: 82.70833333333333% auto;*/
}
.research-field .item:nth-child(even){
	background: #f0f0f0 url(../images/img38.png) bottom left no-repeat;
	/*background-size: 82.70833333333333% auto;*/
}
.research-field .item .box{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	max-width: 1366px;
	width: 90%;
	/*width: 70.625%;*/
	margin: auto;
}
.research-field .item:nth-child(odd) .box{
	flex-direction: row-reverse;
}
.research-field .item .imgbox{
	width: 54%;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.research-field .item .imgbox img{
	display: block;
	width: 100%;
}
.research-field .item .textbox{
	display: flex;
	align-items: center;
	width: 39%;
}
.research-field .item .textbox .wrap{
	min-height: 71%;
}
.research-field .item .textbox .serial{
	position: relative;
	margin-bottom: 70px;
	color: var(--f6a742);
	font-size: 40px;
	font-weight: bold;
}
.research-field .item .textbox .serial:before{
	content: '';
	position: absolute;
	left: 24px;
	top: 100%;
	width: 2px;
	height: 50px;
	background: var(--colore7e);
}
.research-field .item .textbox .title{
	color: var(--155dc8);
	font-size: 26px;
	font-weight: bold;
}
.research-field .item .textbox .text{
	margin-top: 36px;
	font-size: 16px;
	color: var(--color888);
	line-height: 2;
}


.news,
.notice{
	padding-top: 4.166666666666667%;
	padding-bottom: 5.729166666666667%;
}
.news .box,
.notice .box{
	margin-top: 5.6%;
}
.news .box ul{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	width: 90%;
	margin: auto;
	gap: 100px;
	margin-bottom: 7.85%;
}
.news .box ul li{
	position: relative;
	display: flex;
	align-items: flex-start;
	width: calc((100% - 100px) / 2);
}
.news .box ul li:nth-child(2n){
	margin-right: 0;
}
.news .box ul li .date{
	width: 116px;
	text-align: center;
	padding: 15px 6px;
	box-sizing: border-box;
	background: var(--themecolor);
}
.news .box ul li .date .t1{
	color: var(--colorfff);
	font-size: 48px;
	font-weight: bold;
	line-height: 1.1;
}
.news .box ul li .date .t2{
	font-size: 18px;
	color: var(--69a8e0);
}
.news .box ul li a{
	flex: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--colorfff);
}
.news .box ul li .imgbox{
	display: block;
	width: 100%;
	overflow: hidden;
}
.news .box ul li .imgbox img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.news .box ul li a:hover .imgbox img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.news .box ul li .textbox{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	box-sizing: border-box;
}
.news .box ul li .textbox .text{
	flex: 1;
}
.news .box ul li .textbox .t1{
	font-family: "SourceHanSansCN-Regular";
	font-size: 20px;
	color: var(--color000);
	display: -webkit-box;  
  	-webkit-box-orient: vertical;   
  	overflow: hidden;         
  	-webkit-line-clamp: 2;        
  	text-overflow: ellipsis; 
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.news .box ul li a:hover .textbox .t1{
	color: var(--2f8bdc);
}
.news .box ul li .textbox .t2{
	margin-top: 10px;
	color: var(--color888);
	font-size: 16px;
	line-height: 1.7;
	display: -webkit-box;  
  	-webkit-box-orient: vertical;   
  	overflow: hidden;         
  	-webkit-line-clamp: 2;        
  	text-overflow: ellipsis; 
}
.news .box ul li .textbox .morebtn{
	margin-top: 20px;
	text-decoration: underline;
	color: var(--themecolor);
	font-size: 16px;
}
.news .box ul li .textbox .morebtn span{
	display: flex;
	align-items: center;
}
.news .box ul li .textbox .morebtn i{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin-left: 9px;
	border-radius: 50%;
	background: var(--themecolor) url(../images/icon22.png) center no-repeat;
	background-size: 39.28571428571429% auto;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.news .box ul li:hover .textbox .morebtn i{
	transform: rotate(45deg);
}
.notice .box ul{
	margin-bottom: 8%;
}
.notice .box ul li{
	border-bottom: var(--colore9e) solid 1px;
}
.notice .box ul li a{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 30px;
	box-sizing: border-box;
}
.notice .box ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: var(--themecolor);
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.notice .box ul li a:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url(../images/img45.png) bottom left no-repeat;
	background-size: 100% auto;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.notice .box ul li:hover a:before,
.notice .box ul li:hover a:after{
	opacity: 1;
}
.notice .box ul li .date{
	position: relative;
	width: 13.88888888888889%;
	text-align: center;
	margin-right: 4%;
}
.notice .box ul li .date:before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 90%;
	background: var(--colore9e);
}
.notice .box ul li .date .t1{
	color: var(--color333);
	font-size: 26px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.notice .box ul li:hover .date .t1{
	color: var(--colorfff);
}
.notice .box ul li .date .t2{
	color: var(--color999);
	font-size: 18px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.notice .box ul li:hover .date .t2{
	color: var(--colorbeb);
}
.notice .box ul li .text{
	flex: 1;
	font-family: "SourceHanSansCN-Light";
	color: var(--color000);
	font-size: 18px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.notice .box ul li:hover .text{
	color: var(--colorfff);
}
.notice .box ul li .icon{
	width: 40px;
	text-align: right;
}
.notice .box ul li .icon img{
	max-width: 10px;
	opacity: 0;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.notice .box ul li:hover .icon img{
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.colorbg{
	background: var(--colorf8f);
}
.academic-exchange{
	padding-top: 80px;
	padding-bottom: 120px;
}
.academic-exchange .box{
	margin-top: 5.6%;
}
.academic-exchange .box ul{
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 92.8%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:6.5%;
}
.academic-exchange .box ul li{
	width: 100%;
}
.academic-exchange .box ul li a{
	display: flex;
	align-items: center;
	width: 100%;
	background: var(--colorfff);
}
.academic-exchange .box ul li .imgbox{
	width: 25.86206896551724%;
	overflow: hidden;
}
.academic-exchange .box ul li .imgbox img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.academic-exchange .box ul li:hover .imgbox img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.academic-exchange .box ul li .textbox{
	width: 74.13793103448276%;
	padding: 1.5% 2.6%;
	box-sizing: border-box;
}
.academic-exchange .box ul li .title{
	color: var(--color000);
	font-size: 22px;
	white-space: nowrap; 
  	overflow: hidden;   
  	text-overflow: ellipsis;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.academic-exchange .box ul li:hover .title{
	color: var(--themecolor);
}
.academic-exchange .box ul li .text{
	margin-top: 18px;
	color: var(--color888);
	font-size: 16px;
	white-space: nowrap; 
  	overflow: hidden;   
  	text-overflow: ellipsis;
}
.academic-exchange .box ul li .other{
	margin-top: 36px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.academic-exchange .box ul li .other .view-d{
	color: var(--themecolor);
	font-size: 16px;
	text-decoration: underline;
}
.academic-exchange .box ul li .other .date{
	display: flex;
	align-items: center;
	font-family: "SourceHanSansCN-Light";
	color: var(--colord3d);
	font-size: 14px;
}
.academic-exchange .box ul li .other .date img{
	display: inline-block;
	margin-right: 9px;
	max-width: 15px;
}

.institute-image{
	padding-top: 80px;
	padding-bottom: 120px;
}
.imagetab{
	margin-top: 45px;
}
.imagetab ul{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 80px;
}
.imagetab ul li{
	display: flex;
	align-items: center;
}
.imagetab ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	height: 46px;
	padding: 0px 24px;
	box-sizing: border-box;
	font-size: 16px;
	color: var(--color666);
	background: var(--colorebe);
	border-radius: 23px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.imagetab ul li a.on,
.imagetab ul li a:hover{
	color: var(--colorfff);
	background: var(--3d8ace);
}
.institute-image .box{
	margin-top: 5.6%;
}


.institute-image .box ul{
	display: grid;
  	grid-template-columns: repeat(3, 1fr); 
  	align-items: flex-start;
  	grid-gap: 36px;
  	margin-bottom: 7.2%;
}
.institute-image .box ul li{
	background: var(--colorfff);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.institute-image .box ul li:hover{
	box-shadow: 0px 30px 35px rgba(0,0,0,0.05);
}
.institute-image .box ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.institute-image .box ul li .imgbox{
	position: relative;
	width: 100%;
	cursor: pointer;
}
.institute-image .box ul li .imgbox .img{
	position: relative;
	width: 100%;
	padding-bottom: 69.47368421052632%;
	overflow: hidden;
}
.institute-image .box ul li .imgbox .img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.institute-image .box ul li:hover .imgbox .img img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.institute-image .box ul li .imgbox:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	opacity: 0.45;
	display: none;
}
.institute-image .box ul li .imgbox .playicon{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 62px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(21,93,200,0.7);
	border-radius: 50%;
}
.institute-image .box ul li .imgbox .playicon img{
	width: 50%;
}
.institute-image .box ul li .text{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 90px;
	text-align: center;
	color: var(--color333);
	font-size: 20px;
	padding: 18px 24px;
	box-sizing: border-box;
}


.about{
	padding-top: 120px;
	padding-bottom: 170px;
	background: var(--colorfff) url(../images/img67.png) bottom center no-repeat;
	background-size: 75.3125% auto;
}
.about .box{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 6%;
}
.about .box .textbox{
	width: 54%;
	order: 1;
}
.about .box .textbox .text{
	color: var(--color666);
	font-size: 16px;
	line-height: 2;
}
.about .box .imgbox{
	position: relative;
	width: 40.4%;
	order: 2;
	border-radius: 10px;
	overflow: hidden;
}
/*.about .box .imgbox:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../images/img66.png) center bottom no-repeat;
	background-size: 100% auto;
}*/
.about .box .imgbox .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.about .box .imgbox .swiper:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(../images/img66.png) center bottom no-repeat;
	background-size: 100% auto;
	pointer-events: none;
}
.about .box .imgbox .swiper .swiper-pagination{
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
}
.about .box .imgbox .swiper .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0 6px;
}
.about .box .imgbox img{
	display: block;
	width: 100%;
}
.about_num{
	order: 3;
	width: 100%;
	margin-top: 11.33333333333333%;
}
.about_num ul{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.about_num ul li{
	text-align: center;
}
.about_num ul li .t1{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Montserrat-Regular";
	font-size: 20px;
	color: var(--themecolor);
}
.about_num ul li .timer{
	display: inline-block;
	margin-right: 12px;
	font-family: "Montserrat-Bold";
	font-size: 50px;
}
.about_num ul li .t2{
	font-size: 16px;
	color: var(--color000);
}
.about_num ul li .t3{
	width: 1px;
	height: 40px;
	margin-top: 28px;
	background:var(--colorcdc);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

.development{
	padding-top: 80px;
	padding-bottom: 120px;
	background: var(--colorfaf);
}
.development .box{
	margin-top: 4.427083333333333%;
}
.development .box .maincontainer{
	position: relative;
}
.development .box .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.development .box .swiper-wrapper{
	align-items: stretch;
}
.development .box .swiper-slide{
	height: auto;
}
.development .swiper-button-next, 
.development .swiper-button-prev{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: #eaeaea solid 1px;
    box-sizing: border-box;
}
.development .swiper-button-prev, 
.development .swiper-container-rtl .swiper-button-next {
	background: var(--themecolor) url(../images/icon24a.png) center no-repeat;
    background-size: 22% auto;
    left: -100px;
    right: auto;
}
.development .swiper-button-next, 
.development .swiper-container-rtl .swiper-button-prev {
    background: var(--themecolor) url(../images/icon25a.png) center no-repeat;
    background-size: 22% auto;
    right: -100px;
    left: auto;
}
.development .swiper-button-next.swiper-button-disabled{
	opacity: 1;
	background: url(../images/icon25.png) center no-repeat;
    background-size: 22% auto;
}
.development .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	background: url(../images/icon24.png) center no-repeat;
    background-size: 22% auto;
}
.development .swiper-scrollbar{
	width: 88.66666666666667%;
	height: 9px;
	border-radius: 5px;
	margin-top: 8%;
	margin-left: auto;
	margin-right: auto;
	background: var(--colorebe);
}
.development .swiper-scrollbar-drag{
	background: var(--themecolor);
}
.development .item{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	border-radius: 12px;
	padding: 0px 20px 25px;
	height: 100%;
	background-color: var(--colorfff);
	box-sizing: border-box;
	overflow: hidden;
}
.development .item .date{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.development .item .date span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 73.5632183908046%;
	min-height: 58px;
	color: var(--colorfff);
	font-size: 26px;
	background: url(../images/img71.png) top center no-repeat;
	background-size: 100% 100%;
}
.development .item .content{
	margin-top: 12.6%;
	flex: 1;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.development .item .content .text{
	color: var(--color000);
	font-size: 16px;
	line-height: 2;
	min-height: 96px;
	box-sizing: border-box;
}
.development .item .content .img{
	position: relative;
	width: 100%;
	padding-bottom: 72.18390804597701%;
	overflow: hidden;
	border-radius: 12px;
	margin-top: 20px;
}
.development .item .content .img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.development .item:hover .content .img img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
@media screen and (max-width: 1920px) and (min-width: 1025px){
	#interval{
		height: 5.208333333333333vw;
	}
	.header .box{
		max-width: 88.54166666666667vw;
	}
	.header .logo a img{
		max-height: 2.864583333333333vw;
	}
	.header .nav ul li{
		height: 5.208333333333333vw;
		padding-left: 0.4166666666666667vw;
		padding-right: 0.4166666666666667vw;
	}
	.header .nav ul li>a{
		min-width: 4.166666666666667vw;
		height: 2.083333333333333vw;
		line-height: 2.083333333333333vw;
		border-radius: 1.041666666666667vw;
		padding: 0 0.78125vw;
		font-size: 0.8333333333333333vw;
	}
	.header .navcell{
	    padding: 0.625vw 0;
	    min-width: 8.333333333333333vw;
	}
	.header .navcell a{
	    min-height: 2.083333333333333vw;
	    font-size: 0.8333333333333333vw;
	    padding: 0.3125vw 0.78125vw;
	}
	
	
	.searchdiv{
		margin-left: 1.302083333333333vw;
	}
	.header .show-search-btn {
	    width: 1.927083333333333vw;
	    height: 1.927083333333333vw;
	}
	.head-bottom .show-search-btn {
	    height: 4.6875vw;
	    line-height: 4.6875vw;
	}
	.header .search {
	  	top: 5.208333333333333vw;
	}
	.search-header{
	  	padding-top: 4.6875vw;
		padding-bottom: 6.25vw;
	}
	.search-header .search-loader{
	  	top: 0.8854166666666667vw;
		left:2.6vw;
	}
	.search-header .search-input{
	  	font-size:1.25vw;
	}
	.search-close {
	  	width: 1.458333333333333vw;
	  	height: 3.75vw;
	}
	.search .submit0 {
	  	width: 1.458333333333333vw;
	  	height: 3.90625vw;
	}
	.search-header .search-input {
	  	text-indent: 4.166666666666667vw;
	 	line-height: 3.90625vw;
	  	font-size: 1.25vw;
	}
	
	
	/**/
	.footer{
		padding-top: 3.125vw;
	}
	.footer-logo img{
		max-height: 2.864583333333333vw;
	}
	.footer .footinfor{
		margin-right: 1.041666666666667vw;
	}
	.footer .footinfor ul li{
		margin-bottom: 0.9375vw;
	}
	.footer .footinfor ul li .icon {
		margin-right: 0.625vw;
	}
	.footer .footinfor ul li .icon img {
		max-width: 1.302083333333333vw;
	}
	.footer .footinfor ul li .text{
		font-size: 0.8333333333333333vw;
	}
	.footer .qrcode ul{
		gap: 1.041666666666667vw;
	}
	.footer .qrcode ul li .img{
		width: 4.6875vw;
	}
	.footer .qrcode ul li .text{
		margin-top: 0.625vw;
		font-size: 0.8333333333333333vw;
	}
	
	.footer .title{
		font-size: 1.041666666666667vw;
		margin-bottom: 1.5625vw;
	}
	.footer .footernav .title i {
		width: 2.604166666666667vw;
		height: 2.604166666666667vw;
		right: -0.5208333333333333vw;
	}
	
	
	.footer .footernav .title i::before {
		width: 0.625vw;
		height: 0.1041666666666667vw;
	}
	
	.footer .footernav .title i::after {
		height: 0.625vw;
		width: 0.1041666666666667vw;
	}
	.footer .footernav .item ul li {
		margin-bottom: 0.625vw;
	}
	
	.footer .footernav .item ul li a {
		font-size: 0.8333333333333333vw;
	}
	
	.footer .footer-bottom{
		font-size: 0.7291666666666667vw;
	}
	.footer .copylink a.name{
		margin-left: 0.4166666666666667vw;
	}
	.footer .copylink a.copyright{
		margin-left: 0.625vw;
	}
	.footer .copylink a.disclaimers{
		margin-left: 1.302083333333333vw;
	}
	
	.istop{
		right: 2.604166666666667vw;
		bottom: 12vh;
	}
	.istop a{
		width: 3.229166666666667vw;
		height: 3.229166666666667vw;
	}
	
	
	
	
	
	
	
	/*banner*/
	.i-banner .box .t1{
		font-size: 3.020833333333333vw;
	}
	.i-banner .box .t2{
		margin-top: 0.5208333333333333vw;
		font-size: 1.5625vw;
	}
	.i-banner .box .t3{
		margin-top: 1.875vw;
		font-size: 0.9375vw;
	}
	.viewmore{
		max-width: 17.1875vw;
		margin-top: 2.8125vw;
		padding-top: 1.25vw;
	}
	.viewmore span{
		font-size: 0.8333333333333333vw;
	}
	.viewmore span i{
		width: 1.197916666666667vw;
		height: 1.197916666666667vw;
		margin-left: 0.9375vw;
	}
	
	.lunbotu .swiper-pagination{
	  	bottom: 5.208333333333333vw;
	  	padding: 0 0.78125vw;
	  	height: 2.604166666666667vw;
	}
	
	
	.bannerbar{
		bottom: 2.604166666666667vw;
		max-width: 88.54166666666667vw;
	}
	.location .box span, .location .box a{
		font-size: 0.8333333333333333vw;
	}
	.location .box a i{
		margin-right: 0.4166666666666667vw;
		width: 0.8333333333333333vw;
		height: 0.78125vw;
	}
	
	.obanner .banner-title{
	    bottom: 2.604166666666667vw;
	    max-width: 88.54166666666667vw;
	}
	.obannerbox.oth .obanner .banner-title{
		bottom: 7.552083333333333vw;
	}
	.obanner .banner-title .t1{ 
		font-size: 1.875vw;
	}
	.obanner .banner-title .t2{ 
		margin-top: 0.3125vw;
		font-size: 0.9375vw;
	}
	.obanner .b-title{
		top: 7.5vw;
	}
	.obanner .b-title h2{
		font-size: 2.5vw;
	}
	.general_title .sp1{
		font-size: 0.9375vw;
	}
	.general_title .sp1 i{
		margin-right: 0.5208333333333333vw;
		width: 0.8333333333333333vw;
		height: 0.8333333333333333vw;
	}
	.general_title .sp2{
		font-size: 2.1875vw;
	}
	.general_title .sp3{
		margin-top: 1.5625vw;
		font-size: 0.8333333333333333vw;
	}
	
	.more a{
		font-size: 0.9375vw;	
	}
	
	.columntab ul li{
		padding-right: 3.645833333333333vw;
		margin-right: 3.645833333333333vw;
	}
	.columntab ul li:before{
		height: 0.78125vw;
	}
	.columntab ul li a{
		min-width: 7.8125vw;
		height: 2.34375vw;
		border-radius: 1.197916666666667vw;
		padding: 0 1.041666666666667vw;
		font-size: 0.8333333333333333vw;
	}
	
	.index_sidebar{
		right: 4.58vw;
	}
	#progress-bar{
		width: 0.2083333333333333vw;
		height: 21.875vw;
		border-radius: 0.1041666666666667vw;
	}
	#progress-bar span{
		height: 4.375vw;
		border-radius: 0.1041666666666667vw;
	}
	.index_sidebar .nums{
		font-size: 1.25vw;
	}
	.index_new .box{
		margin-top: 2.604166666666667vw;
	}
	.index_new .recommend .left_w ul{
		/*padding: 0 1.979166666666667vw;*/
		padding: 0 1.2vw;
	}
	.index_new .recommend .left_w ul li{
		/*padding: 1.979166666666667vw 0;*/
		padding: 1.2vw 0;
	}
	.index_new .recommend .left_w ul li .date{
		width: 4.479166666666667vw;
		padding: 0.5208333333333333vw 0;
		margin-right: 1.25vw;
	}
	.index_new .recommend .left_w ul li .date .t1{
		font-size: 1.5625vw;
	}
	.index_new .recommend .left_w ul li .date .t2{
		font-size: 0.8333333333333333vw;
	}
	.index_new .recommend .left_w ul li .tag span{
		min-width: 2.5vw;
		height: 1.25vw;
		border-radius: 0.625vw;
		font-size: 0.8333333333333333vw;
		padding: 0 0.3125vw;
	}
	.index_new .recommend .left_w ul li .title{
		font-size: 1.041666666666667vw;
		margin-top: 0.3125vw;
	}
	.index_newlist{
		margin-top: 1.041666666666667vw;
	}
	.index_newlist ul{
		gap: 1.041666666666667vw;
	}
	.index_newlist ul li .imgbox .tag{
		left: 0.78125vw;
		top: 0.78125vw;
	}
	.index_newlist ul li .imgbox .tag span{
		font-size: 0.7291666666666667vw;
		padding: 0.1041666666666667vw 0.3125vw;
	}
	.index_newlist ul li .textbox{
		padding: 0.78125vw;
	}
	.index_newlist ul li .textbox .title{
		font-size: 0.9375vw;
	}
	.index_newlist ul li .textbox .date{
		margin-top: 0.625vw;
		font-size: 0.7291666666666667vw;
	}
	.index_newlist ul li .textbox .date img{
		margin-right: 0.5208333333333333vw;
		width: 0.78125vw;
	}
	
	.index_about .textbox{
		margin-top: 8.8vh;
	}
	.index_about .textbox .text{
		font-size: 0.8333333333333333vw;
	}
	.index_about .textbox .learnmore{
		margin-top: 2.083333333333333vw;
	}
	.index_about .textbox .learnmore a{
		font-size: 0.8333333333333333vw;
	}
	.index_about .textbox .learnmore img{
		margin-left: 0.9375vw;
		width: 1.979166666666667vw;
	}
	.index_num{
		margin-top: 12vh;
	}
	.index_num ul li .t1{
		font-size: 1.5625vw;
	}
	.index_num ul li .timer{
		margin-right: 0.625vw;
		font-size: 4.166666666666667vw;
	}
	.index_num ul li .t2{
		font-size: 0.8333333333333333vw;
	}
	.index_num ul li .t3{
		height: 2.083333333333333vw;
		margin-top: 1.458333333333333vw;
	}
	
	.index_team .wrap .layui-form .layui-row{
		min-width: 31.77083333333333vw;
		border-radius: 1.71875vw;
	}
	.index_team .layui-form-select .layui-input{
		padding-left: 1.5625vw;
		padding-right: 2.34375vw;
		height: 3.385416666666667vw;
		border-radius: 1.71875vw;
		font-size: 0.8333333333333333vw;
	}
	.index_team .layui-form-select .layui-edge{
		right: 1.302083333333333vw;
		width: 0.625vw;
		height: 0.3125vw;
	}
	.index_team .layui-form-selected .layui-edge{
		margin-top: -0.15625vw;
	}
	.index_team .layui-form-select dl{
		top: 3.385416666666667vw;
	}
	.index_team .layui-form-select dl dd, 
	.index_team .layui-form-select dl dt{
		font-size: 0.8333333333333333vw;
		padding: 0.5208333333333333vw 0.78125vw;
	}
	.index_team .layui-search{
		border-radius: 1.71875vw;
	}
	.index_team .layui-search .layui-input{
		padding: 0 1.5625vw;
		font-size: 0.8333333333333333vw;
	}
	
	.index_team .layui-search .layui-btn{
		width: 4.479166666666667vw;
		border-radius: 1.71875vw;
	}
	
	.index_team .box{
		background: url(../images/img7.png) left bottom -2.083333333333333vw no-repeat;
		background-size: 60.88541666666667% auto;
	}
	.index_team .box .textbox{
		font-size: 0.9375vw;
	}
	.index_team .swiper-button-next, 
	.index_team .swiper-button-prev{
		width: 2.239583333333333vw;
		height: 2.239583333333333vw;
	}
	.index_team .swiper-button-next, 
	.index_team .swiper-container-rtl .swiper-button-prev{
		margin-left: 0.5208333333333333vw;
	}
	.index_team .box .item .text .part1,
	.index_team .box .item .text .part2{
		padding-left: 2.34375vw;
		padding-right: 2.34375vw;
	}
	.index_team .box .item .text .part1{
		padding-top: 1.041666666666667vw;
		padding-bottom: 1.041666666666667vw;
	}
	.index_team .box .item .text .part2{
		padding-top: 0.78125vw;
		padding-bottom: 0.78125vw;
	}
	.index_team .box .item .text .t1{
		font-size: 1.25vw;
	}
	.index_team .box .item .text .t2{
		margin-top: 0.5208333333333333vw;
		font-size: 0.8333333333333333vw;
	}
	.index_team .box .item .text .t3{
		font-size: 1.145833333333333vw;
	}
	
	.index_research .box .left_w{
		gap: 0.5208333333333333vw;
	}
	.index_research .box .left_w .a3{
		gap: 0.5208333333333333vw;
	}
	.index_research .box .left_w ul{
		gap: 0.5208333333333333vw;
	}
	.index_research .box .left_w a .text{
		padding: 1.041666666666667vw 1.041666666666667vw 1.041666666666667vw 1.822916666666667vw;
	}
	.index_research .box .left_w a:hover .text{
		bottom: 0.9375vw;
	}
	.index_research .box .left_w .icon{
		margin-bottom: 1.5625vw;
	}
	.index_research .box .left_w .icon img{
		max-width: 2.604166666666667vw;
	}
	.index_research .box .left_w .txt .t1{
		font-size: 1.041666666666667vw;
	}
	.index_research .box .left_w .txt .t2{
		margin-top: 0.9375vw;
		font-size: 0.8333333333333333vw;
	}
	.index_research .box .left_w a:hover .txt .t2{
		max-height: 6.25vw;
	}
	.index_research .box .right_w{
		gap: 0.5208333333333333vw;
	}
	.index_research .box .right_w a .text{
		font-size: 0.9375vw;
		padding: 0.5208333333333333vw 1.302083333333333vw;
	}
	
	.index_image .swiper{
		max-height: 45.83333333333333vw;
		height: 81.48148148148148vh;
	}
	.index_image .swiper .imgbox .playicon{
		width: 3.229166666666667vw;
		height: 3.229166666666667vw;
	}
	.index_image .swiper .text{
		font-size: 1.041666666666667vw;
		padding: 1.25vw;
	}
	.index_image .swiper-button-next, .index_image .swiper-button-prev{
		width: 2.239583333333333vw;
		height: 2.239583333333333vw;
	}
	.index_image .swiper-button-prev, .index_image .swiper-container-rtl .swiper-button-next{
		right: 3.333333333333333vw;
	}

	
	.transformation .box .text{
		font-size: 0.8333333333333333vw;
	}
	.transformation .box .img{
		border-radius: 0.5208333333333333vw;
	}
	
	.p-title{
		padding-bottom: 0.9375vw;
	}
	.p-title .tit{
		font-size: 1.875vw;
	}
	.p-title .tit img{
		margin-right: 1.041666666666667vw;
		max-width: 1.979166666666667vw;
	}
	.p-title a{
		font-size: 0.8333333333333333vw;
	}
	.work-dynamics{
		padding-top: 3.645833333333333vw;
		padding-bottom: 6.770833333333333vw;
	}
	.work-dynamics .box{
		margin-top: 2.604166666666667vw;
	}
	.work-dynamics .box .swiper-slide .text{
		padding: 1.5625vw;
	}
	.work-dynamics .box .swiper-slide .text .t1{
		font-size: 1.041666666666667vw;
	}
	.work-dynamics .box .swiper-slide .text .t2{
		margin-top: 0.5208333333333333vw;
		font-size: 0.9375vw;
	}
	.work-dynamics .box .swiper-pagination{
		bottom: 1.5625vw;
		padding-right: 1.25vw;
	}
	.work-dynamics .box .swiper-pagination-bullet{
		width: 0.5208333333333333vw;
		height: 0.5208333333333333vw;
		margin: 0 0.3125vw;
	}
	.work-dynamics .box .textbox ul li a{
		font-size: 0.9375vw;
		padding-left: 1.25vw;
		padding-top: 1.145833333333333vw;
		padding-bottom: 1.145833333333333vw;
	}
	.work-dynamics .box .textbox ul li a:before{
		top: 1.5625vw;
		width: 0.5208333333333333vw;
		height: 0.5208333333333333vw;
	}
	
	.learning-garden{
		padding-top: 4.6875vw;
		padding-bottom: 8.333333333333333vw;
	}
	.learning-garden .box{
		margin-top: 3.385416666666667vw;
	}
	.learning-garden .box ul{
		gap: 2.291666666666667vw;
	}
	.learning-garden .box ul li .title a{
		font-size: 0.9375vw;
		padding: 0.78125vw 1.302083333333333vw;
	}
	.learning-garden .box ul li .content{
		padding: 1.5625vw;
		background: var(--colorfff) url(../images/img27.png) right 2.083333333333333vw bottom 2.8125vw no-repeat;
		background-size: 2.864583333333333vw auto;
	}
	.learning-garden .box ul li .content .text a{
		font-size: 0.8333333333333333vw;
	}
	.learning-garden .box ul li .content .text .date{
		margin-top: 1.25vw;
		font-size: 0.8333333333333333vw;
	}
	
	
	.union-activities{
		padding-top: 4.6875vw;
		padding-bottom: 8.333333333333333vw;
	}
	.union-activities .box{
		margin-top: 3.645833333333333vw;
	}
	.union-activities .box ul{
	  	gap: 1.875vw;
	}
	.union-activities .box ul li a{
		border-radius: 0.5208333333333333vw;
	}
	.union-activities .box ul li .text{
		padding: 1.5625vw;
		font-size: 1.145833333333333vw;
	}
	
	
	.party{
		padding-top: 3.645833333333333vw;
		padding-bottom: 7.291666666666667vw;
	}
	.party .leftside{
		padding: 0.78125vw 1.458333333333333vw 1.458333333333333vw;
		border-radius: 0.78125vw;
	}
	.party .leftside .title .icon img{
		max-width: 2.864583333333333vw;
	}
	.party .leftside .title .sp{
		margin-top: 0.625vw;
		font-size: 2.083333333333333vw;
	}
	.side-column{
		margin-top: 2.34375vw;
		padding-bottom: 1.5625vw;
	}
	.side-column ul li a{
		font-size: 1.145833333333333vw;
		padding-top: 1.041666666666667vw;
		padding-bottom: 1.041666666666667vw;
	}
	.side-column ul li a i{
		width: 0.7291666666666667vw;
		height: 0.7291666666666667vw;
	}
	.friendship-link .subtit{
		font-size: 1.145833333333333vw;
		padding: 1.041666666666667vw 0;
	}
	.friendship-link ul{
		padding-top: 1.5625vw;
	}
	.friendship-link ul li{
		margin-bottom: 0.625vw;
	}
	.friendship-link ul li a{
		font-size: 1.041666666666667vw;
	}
	.party .rightbox{
		border-radius: 0.78125vw;
	}
	.listpage .box .listing ul{
		margin-bottom: 3.645833333333333vw;
	}
	.listpage .box .listing ul li{
		padding: 0.5208333333333333vw 0;
	}
	.listpage .box .listing ul li a{
		padding-top: 0.9375vw;
		padding-bottom: 0.9375vw;
		padding-left: 1.666666666666667vw;
	}
	.listpage .box .listing ul li a:before{
		top: 1.458333333333333vw;
		width: 0.4166666666666667vw;
		height: 0.4166666666666667vw;
	}
	.listpage .box .listing ul li .text{
		font-size: 0.8333333333333333vw;
	}
	.listpage .box .listing ul li .date{
		margin-left: 0.78125vw;
		font-size: 0.9375vw;
	}
	.page-list a{
	   	padding: 0 0.5208333333333333vw;
	   	min-width: 1.5625vw;
	   	height: 1.5625vw;
		margin-bottom: 0.5208333333333333vw;
		margin-right: 0.5208333333333333vw;
	    font-size: 0.8333333333333333vw;
	}
	.page-list a.fyprev,
	.page-list a.fynext{
		min-width: 5.729166666666667vw;
		height: 1.875vw;
		line-height: 1.770833333333333vw;
		border-radius: 0.9375vw;
	}
	.page-list a.fyprev{
		margin-right: 2.083333333333333vw;
	}
	.page-list a.fynext{
		margin-left: 2.083333333333333vw;
	}
	
	
	
	
	.party .rightbox .article{
		padding-top: 3.125vw;
		padding-bottom: 3.125vw;
	}
	.new_details{
		padding-top: 6.25vw;
		padding-bottom: 4.166666666666667vw;
	}
	.article .title{
		padding-bottom: 1.5625vw;
	}
	.article .title .txt{
		font-size: 1.875vw;
	}
	.article .title .othertxt{
		margin-top: 1.5625vw;
	}
	.article .title .othertxt span{
		margin: 0 1.458333333333333vw 0.5208333333333333vw;
		font-size: 0.7291666666666667vw;
	}
	.article .details{
		padding-top: 3.125vw;
		font-size: 0.8333333333333333vw;
	}
	.prvenext ul li{
		margin-bottom: 0.625vw;
	}
	.prvenext ul li a{
		font-size: 0.8333333333333333vw;
	}
	.prvenext ul li a .sp2{
		margin-left: 0.5208333333333333vw;
	}
	.article-return a{
		font-size: 0.9375vw;
	}
	.article-return a i{
		width: 1.354166666666667vw;
		height: 1.25vw;
		margin-right: 0.9375vw;
	}
	
	
	.research-field .item .box{
		max-width: 71.14583333333333vw;
	}
	.research-field .item .textbox .serial{
		margin-bottom: 3.645833333333333vw;
		font-size: 2.083333333333333vw;
	}
	.research-field .item .textbox .serial:before{
		left: 1.25vw;
		width: 0.1041666666666667vw;
		height: 2.604166666666667vw;
	}
	.research-field .item .textbox .title{
		font-size: 1.354166666666667vw;
	}
	.research-field .item .textbox .text{
		margin-top: 1.875vw;
		font-size: 0.8333333333333333vw;
	}
	
	
	.news .box ul{
		gap: 5.208333333333333vw;
	}
	.news .box ul li .date{
		width: 6.041666666666667vw;
		padding: 0.78125vw 0.3125vw;
	}
	.news .box ul li .date .t1{;
		font-size: 2.5vw;
	}
	.news .box ul li .date .t2{
		font-size: 0.9375vw;
	}
	.news .box ul li .textbox{
		padding: 1.041666666666667vw;
	}
	.news .box ul li .textbox .t1{
		font-size: 1.041666666666667vw;
	}
	.news .box ul li .textbox .t2{
		margin-top: 0.5208333333333333vw;
		font-size: 0.8333333333333333vw;
	}
	.news .box ul li .textbox .morebtn{
		margin-top: 1.041666666666667vw;
		font-size: 0.8333333333333333vw;
	}
	.news .box ul li .textbox .morebtn i{
		width: 1.458333333333333vw;
		height: 1.458333333333333vw;
		margin-left: 0.46875vw;
	}
	.notice .box ul li a{
		padding: 1.041666666666667vw 1.5625vw;
	}
	.notice .box ul li .date .t1{
		font-size: 1.354166666666667vw;
	}
	.notice .box ul li .date .t2{
		font-size: 0.9375vw;
	}
	.notice .box ul li .text{
		font-size: 0.9375vw;
	}
	.notice .box ul li .icon{
		width: 2.083333333333333vw;
	}
	.notice .box ul li .icon img{
		max-width: 0.5208333333333333vw;
		-webkit-transform: translateX(-1.5625vw);
		transform: translateX(-1.5625vw);
	}
	
	.academic-exchange{
		padding-top: 4.166666666666667vw;
		padding-bottom: 6.25vw;
	}
	.academic-exchange .box ul{
		gap: 1.5625vw;
	}
	.academic-exchange .box ul li .title{
		font-size: 1.145833333333333vw;
	}
	.academic-exchange .box ul li .text{
		margin-top: 0.9375vw;
		font-size: 0.8333333333333333vw;
	}
	.academic-exchange .box ul li .other{
		margin-top: 1.875vw;
	}
	.academic-exchange .box ul li .other .view-d{
		font-size: 0.8333333333333333vw;
	}
	.academic-exchange .box ul li .other .date{
		font-size: 0.7291666666666667vw;
	}
	.academic-exchange .box ul li .other .date img{
		margin-right: 0.46875vw;
		max-width: 0.78125vw;
	}
	
	.institute-image{
		padding-top: 4.166666666666667vw;
		padding-bottom: 6.25vw;
	}
	.imagetab{
		margin-top: 2.34375vw;
	}
	.imagetab ul{
		gap: 4.166666666666667vw;
	}
	.imagetab ul li a{
		min-width: 7.8125vw;
		height: 2.395833333333333vw;
		padding: 0 1.25vw;
		font-size: 0.8333333333333333vw;
		border-radius: 1.197916666666667vw;
	}
	
	.institute-image .box ul{
	  	grid-gap: 1.875vw;
	}
	.institute-image .box ul li .imgbox .playicon{
		width: 3.229166666666667vw;
		height: 3.229166666666667vw;
	}
	.institute-image .box ul li .text{
		min-height: 4.6875vw;
		font-size: 1.041666666666667vw;
		padding: 0.9375vw 1.25vw;
	}
	
	
	.about{
		padding-top: 6.25vw;
		padding-bottom: 8.854166666666667vw;
	}
	.about .box{
		font-size: 0.8333333333333333vw;
	}
	.about .box .imgbox{
		border-radius: 0.5208333333333333vw;
	}
	.about .box .imgbox .swiper .swiper-pagination{
		bottom: 1.041666666666667vw;
	}
	.about .box .imgbox .swiper .swiper-pagination-bullet{
		width: 0.5208333333333333vw;
		height: 0.5208333333333333vw;
		margin: 0 0.3125vw;
	}
	.about_num ul li .t1{
		font-size: 1.041666666666667vw;
	}
	.about_num ul li .timer{
		margin-right: 0.625vw;
		font-size: 2.604166666666667vw;
	}
	.about_num ul li .t2{
		font-size: 0.8333333333333333vw;
	}
	.about_num ul li .t3{
		height: 2.083333333333333vw;
		margin-top: 1.458333333333333vw;
	}
	
	.development{
		padding-top: 4.166666666666667vw;
		padding-bottom: 6.25vw;
	}
	.development .swiper-button-next, 
	.development .swiper-button-prev{
	    width: 2.604166666666667vw;
	    height: 2.604166666666667vw;
	}
	.development .swiper-button-prev, 
	.development .swiper-container-rtl .swiper-button-next {
	    left: -5.208333333333333vw;
	}
	.development .swiper-button-next, 
	.development .swiper-container-rtl .swiper-button-prev {
	    right: -5.208333333333333vw;
	}
	.development .swiper-scrollbar{
		height: 0.46875vw;
		border-radius: 0.2604166666666667vw;
	}
	.development .item{
		border-radius: 0.625vw;
		padding: 0 1.041666666666667vw 1.302083333333333vw;
	}
	.development .item .date span{
		min-height: 3.020833333333333vw;
		font-size: 1.354166666666667vw;
	}
	.development .item .content .text{
		font-size: 0.8333333333333333vw;
		min-height: 5vw;
	}
	.development .item .content .img{
		border-radius: 0.625vw;
		margin-top: 1.041666666666667vw;
	}
	
}
@media screen and (max-width: 1920px) and (min-width: 1025px){
	.lunbotu .swiper-pagination{
		bottom: 3vw;
		transform: scale(0.8);
	}
	.section.spacing .index_new{
		padding-top: 5vw;
	}
	.section.spacing .index_team,
	.section.spacing .index_research .maincontainer{
		padding-top: 3.5vw;
	}
	.index_new .box{
		display: flex;
		flex-direction: column;
		margin-top: 2vw;
	}
	.index_new .recommend{
		position: relative;
	}
	.index_new .recommend .left_w ul li{
		padding: 1.2vw 0;
	}
	.index_new .recommend .right_w{
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
	}
	.index_newlist{
		flex-shrink: 0;
	}
	/*.index_newlist ul li .imgbox .img{
		padding-bottom: 40%;
	}*/
	/*.index_new .recommend .left_w ul li .title,
	.index_newlist ul li .textbox .title{
		display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}*/
	.animationbox .line1{
		right: -3vw;
	}
	.animationbox .line2{
		left: 10vw;
	}
	
	.index_team .box .maincontainer{
		margin-top: 3.5%;
	}
	.index_research .box{
		margin-top: 3%;
		max-height: 68vh;
	}
	.index_research .box .left_w .icon img{
		max-width: 2.4vw;
	}
	.index_research .box .left_w .a3 a,
	.index_research .box .right_w a{
		position: relative;
		height: auto;
		flex: 1;
	}
	.index_research .box .left_w .a3 a .img,
	.index_research .box .right_w a .img{
		position: absolute;
		left: 0;
		top: 0;
	}
	.index_image .general_title{
		top: 12%;
		/*width: 37.8%;*/
		width: 36%;
	}
	.index_image .swiper{
		margin-top: 3vw;
		max-height: 36vw;
	}
	.index_image .swiper .swiper-slide.on1 .item,
	.index_image .swiper .swiper-slide.on1 a{
		width: 82%;
		left: 60%;
	}
	.index_image .swiper .swiper-slide.on2 .item,
	.index_image .swiper .swiper-slide.on2 a{
		width: 100.6%;
	}
	.index_image .swiper .swiper-slide.on3 .item,
	.index_image .swiper .swiper-slide.on3 a{
		width: 106.6%;
	}
}
@media screen and (max-width: 1024px){
	.mImg{
		display: block;
	}
	.pImg{
		display: none;
	}
	.obanner:before{
		top: auto;
		bottom: 0;
		height: 50%;
		/*background: url(../images/m-obannerbg1.png) left bottom no-repeat;
		background-size: 100% auto; */
		background: -webkit-linear-gradient(to bottom, rgba(16,86,149,0), rgba(16,86,149,1));
		background: linear-gradient(to bottom, rgba(16,86,149,0), rgba(16,86,149,1));
	}
	.obanner.partybanner:before{
		/*background: url(../images/obannerbg2.png) left bottom no-repeat;
		background-size: 100% auto; */
		background: -webkit-linear-gradient(to bottom, rgba(190,28,22,0), rgba(190,28,22,1));
		background: linear-gradient(to bottom, rgba(190,28,22,0), rgba(190,28,22,1));
	}
	.obanner.oth:before{
		/*background: url(../images/obannerbg3.png) left bottom no-repeat;
		background-size: 100% auto; */
		background: -webkit-linear-gradient(to bottom, rgba(16,86,149,0), rgba(16,86,149,1));
		background: linear-gradient(to bottom, rgba(16,86,149,0), rgba(16,86,149,1));
	}
	.obannerbox.oth .obanner .banner-title{
		bottom: 50px;
	}
	.obanner .banner-title .text{
		width: 100%;
	}
	.obanner .banner-title .t1{
		font-size: 30px;
	}
	.obanner .banner-title .t2{
		font-size: 14px;
	}
	
	.header .box{
		width: 90%;
	}
	.header .logo a{
		display: flex;
		align-items: center;
		height: 70px;
	}
	.header .logo a img{
		max-height: 45px;
	}
	.header .nav{
		display: none;
	}
	#interval{
		height: 70px;
	}
	.menubtn{
		display: block;
	}
	.searchdiv{
		display: none;
	}
	.maincontainer{
		width: 90%;
	}
	.footer-logo img{
		max-height: 45px;
	}
	.footer .footer-top{
		margin-top: 40px;
		padding-bottom: 40px;
	}
	.footer .footernav{
		display: none;
	}
	.footer .footer-top .wrap{
		width: 100%;
		justify-content: space-between;
	}
	.footer .footinfor{
		flex: 1;
	}
	.footer .footer-bottom{
		display: block;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 2;
	}
	.footer .footer-bottom .copylink,
	.footer .footer-bottom .poweredBy{
		display: inline;
	}
	.footer .footinfor ul li:last-child{
		margin-bottom: 0;
	}
	.istop a{
		width: 50px;
		height: 50px;
	}
	
	.bannerbar{
		position: static;
		transform: none;
		display: block;
		width: 90%;
		margin: auto;
	}
	.lunbotu .swiper-pagination{
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		bottom: 50px;
	}
	.location{
		width: 100%;
	}
	.location .box span, .location .box a{
		padding: 15px 0px;
	}
	.location .box a:hover, .location .box a.on{
		color: var(--themecolor);
	}
	.columntab{
		width: 100%;
		margin-top: 30px;
	}
	.columntab ul{
		display: block;
		text-align: center;
		font-size: 0;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.columntab ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.columntab ul::-webkit-scrollbar-button {
		background-color: rgba(0, 0, 0, 0);
	}
	.columntab ul::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}
	.columntab ul::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
	}
	.columntab ul::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0);
	}
	.columntab ul::-webkit-scrollbar-corner {
		background-color: rgba(0, 0, 0, 0);
	}
	.columntab ul::-webkit-scrollbar-resizer {
		background-color: rgba(0, 0, 0, 0);
	}
	.columntab ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.columntab ul li{
		display: inline-block;
		padding-right: 30px;
    	margin-right: 30px;
	}
	.columntab ul li a{
		background: var(--coloraaa);
	}
	.general_title .sp1{
		font-size: 16px;
	}
	.general_title .sp2{
		margin-top: 4px;
		font-size: 32px;
	}
	.about{
		padding-top: 70px;
    	padding-bottom: 100px;
	}
	.about .box{
		display: block;
		margin-top: 30px;
	}
	.about .box .textbox{
		width: 100%;
	}
	.about_num{
		margin-top: 40px;
	}
	.about_num ul{
		flex-wrap: wrap;
	}
	.about_num ul li .t3{
		height: 30px;
	}
	.about_num ul li .timer{
		font-size: 45px;
	}
	.about .box .imgbox{
		margin-top: 50px;
		width: 100%;
	}
	.development {
	    padding-top: 70px;
	    padding-bottom: 100px;
    }
    .development .box{
    	margin-top: 40px;
    }
    .development .box .swiper{
    	width: 90%;
    	margin: auto;
    }
    .development .swiper-button-prev, 
	.development .swiper-container-rtl .swiper-button-next {
	    left: -20px;
	}
	.development .swiper-button-next, 
	.development .swiper-container-rtl .swiper-button-prev {
	    right: -20px;
	}
	.development .swiper-scrollbar{
		margin-top: 50px;
		height: 7px;
	}
	.development .item .date span{
		font-size: 18px;
		min-height: 45px;
	}
	.development .item .content{
		margin-top: 20px;
	}
	.development .item .content .text{
		min-height: 64px;
	}
	.academic-exchange{
		padding-top: 70px;
	    padding-bottom: 100px;
	}
	.academic-exchange .box ul{
		width: 100%;
	}
	.academic-exchange .box ul li .imgbox{
		width: 35%;
	}
	.academic-exchange .box ul li .textbox{
		width: 65%;
	}
	.news, .notice{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.news .box ul{
		width: 100%;
		gap: 50px;
		margin-bottom: 50px;
	}
	.news .box ul li{
		width: calc((100% - 50px) / 2);
	}
	.news .box ul li .date{
		width: 90px;
	}
	.news .box ul li .date .t1{
		font-size: 30px;
	}
	.news .box ul li .date .t2{
		font-size: 14px;
	}
	.news .box ul li .textbox .t1{
		font-size: 18px;
	}
	.news .box ul li .textbox .t2{
		font-size: 14px;
	}
	.news .box ul li .textbox .morebtn{
		margin-top: 15px;
		font-size: 14px;
	}
	.news .box ul li .textbox .morebtn i{
		width: 24px;
    	height: 24px;
	}
	.notice .box ul{
		margin-bottom: 50px;
	}
	.notice .box ul li a{
		padding-left: 0;
	}
	.notice .box ul li .date .t1{
		font-size: 24px;
	}
	.notice .box ul li .date .t2{
		font-size: 16px;
	}
	.new_details{
		padding-top: 60px;
		padding-bottom: 70px;
	}
	.article .title{
		padding-bottom: 20px;
	}
	.article .title .txt{
		font-size: 28px;
	}
	.article .title .othertxt{
		margin-top: 20px;
	}
	.article .details{
		padding-top: 40px;
	}
	.party .rightbox .article{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.article-operate{
		display: block;
	}
	.article-return{
		display: none;
	}
	.article-return a i{
		width: 20px;
		margin-right: 12px;
	}
	.transformation{
		background: var(--colorfff) url(../images/img21.png) left bottom no-repeat;
    	background-size: 100% auto;
	}
	.transformation .box{
		margin-top: 40px;
		display: block;
	}
	.transformation .box .text{
		width: 100%;
	}
	.transformation .box .img{
		width: 100%;
		margin-top: 40px;
	}
	.obanner .b-title h2{
		font-size: 36px;
	}
	.p-title .tit{
		font-size: 28px;
	}
	.p-title .tit img{
		margin-right: 15px;
		max-width: 30px;
	}
	.work-dynamics{
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.work-dynamics .box{
		display: block;
	}
	.work-dynamics .box .left_w{
		width: 100%;
	}
	.work-dynamics .box .right_w{
		width: 100%;
		margin-top: 30px;
	}
	.work-dynamics .box .textbox ul li a{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.work-dynamics .box .textbox ul li a:before{
		top: 27px;
	}
	.learning-garden{
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.learning-garden .box{
		margin-top: 50px;
	}
	.learning-garden .box ul{
		gap: 30px;
	}
	.learning-garden .box ul li{
		width: calc((100% - 30px) / 2);
	}
	.learning-garden .box ul li .content .text .date{
		margin-top: 15px;
	}
	.learning-garden .box ul li .content .text a{
		line-height: 1.7;
	}
	.union-activities{
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.union-activities .box{
		margin-top: 50px;
	}
	.union-activities .box ul{
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
	.union-activities .box ul li .text{
		font-size: 20px;
	}
	.listpage .box,
	.party .box{
		flex-wrap: wrap;
	}
	.party{
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.party .leftside{
		width: 100%;
	}
	.party .rightbox{
		width: 100%;
	}
	.party .leftside .title .icon img{
		max-width: 40px;
	}
	.party .leftside .title .sp{
		font-size: 28px;
	}
	.side-column{
		margin-top: 20px;
    	padding-bottom: 20px;
	}
	.side-column ul li a{
		padding-top: 18px;
		padding-bottom: 18px;
		font-size: 18px;
	}
	.side-column ul li a i{
		width: 10px;
		height: 10px;
	}
	.party .rightbox{
		margin-top: 35px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.listpage .box .listing{
		padding-top: 25px;
		padding-bottom: 60px;
	}
	.listpage .box .listing ul{
		margin-bottom: 50px;
	}
	.listpage .box .listing ul li{
		padding: 0;
	}
	.listpage .box .listing ul li .date{
		font-size: 16px;
	}
	.listpage .box .listing ul li a{
		padding-left: 24px;
	}
	.listpage .box .listing ul li a:before{
		top: 25px;
	}
	.friendship-link .subtit{
		font-size: 20px;
	}
	.friendship-link ul{
		display: flex;
		flex-wrap: wrap;
		column-gap: 24px;
	}
	.friendship-link ul li a{
		font-size: 16px;
	}
	.research-field .item{
		padding-top: 6%;
		padding-bottom: 6%;
	}
	.research-field .item:nth-child(odd){
		background: #FFFFFF url(../images/img37.png) bottom right no-repeat;
		background-size: 82.70833333333333% auto;
	}
	.research-field .item:nth-child(even){
		background: #f0f0f0 url(../images/img38.png) bottom left no-repeat;
		background-size: 82.70833333333333% auto;
	}
	.research-field .item .textbox{
		width: 41%;
	}
	.research-field .item .textbox .serial{
		margin-bottom: 50px;
	    font-size: 32px;
	}
	.research-field .item .textbox .serial:before{
		left: 20px;
		height: 35px;
	}
	.research-field .item .textbox .title{
		font-size: 22px;
	}
	.research-field .item .textbox .text{
		margin-top: 20px;
		font-size: 14px;
	}
	.institute-image{
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.imagetab ul{
		gap: 30px;
	}
	.institute-image .box ul{
		grid-gap: 28px;
	}
	.institute-image .box ul li .imgbox .playicon{
		width: 56px;
		height: 56px;
	}
	.institute-image .box ul li .text{
		min-height: 1px;
		font-size: 18px;
	}
	.index_sidebar{
		display: none;
	}
	.i-banner .box .t1{
		font-size: 40px;
	}
	.i-banner .box .t2{
		font-size: 24px;
	}
	.i-banner .box .t3{
		margin-top: 24px;
		font-size: 16px;
	}
	.viewmore {
	    margin-top: 35px;
	    padding-top: 20px;
	}
	.index_new{
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.index_new .recommend .left_w ul{
		padding: 0 25px;
	}
	.index_new .recommend .left_w ul li{
		padding: 25px 0px;
	}
	.index_new .recommend .left_w ul li .date{
		margin-right: 20px;
	}
	.index_new .recommend .left_w ul li .tag span{
		font-size: 14px;
	}
	.index_new .recommend .left_w ul li .title{
		font-size: 18px;
	}
	.index_newlist{
		margin-top: 30px;
	}
	.index_newlist ul{
		flex-wrap: wrap;
		gap: 30px;
	}
	.index_newlist ul li{
		flex: auto;
		width: calc((100% - 30px) / 2);
	}
	.index_newlist ul li .textbox{
		padding: 25px;
	}
	.index_about{
		padding-top: 70px;
		padding-bottom: 80px;
		height: auto;
	}
	.animationbox{
		width: 560px;
		height: 550px;
	}
	.animationbox .content{
		height: 100%;
	}
	.animationbox .content .sun{
		top: 0;
	}
	.animationbox .line1{
		top: -10%;
		width: 67%;
	}
	.animationbox .line2{
		width: 128%;
		left: 3%;
	}
	.animationbox .content .earth img{
		max-width: 100%;
	}
	.index_about .textbox{
		margin-top: 40px;
		width: 56%;
	}
	.index_about .textbox .learnmore img{
		width: 32px;
	}
	
	.index_num{
		margin-top: 5%;
	}
	.index_num ul{
		flex-wrap: wrap;
	}
	.index_num ul li .timer{
		font-size: 45px;
	}
	.index_num ul li .t3{
		height: 30px;
	}
	.index_team{
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.index_team .layui-form-select .layui-input{
		padding-left: 25px;
		padding-right: 30px;
		height: 60px;
		border-radius: 30px;
	}
	.index_team .layui-search{
		border-radius: 30px;
	}
	.index_team .layui-form-select .layui-edge{
		right: 15px;
	}
	.index_team .layui-search .layui-input{
		padding: 0px 20px;
	}
	.index_team .layui-search .layui-btn {
	    width: 86px;
	    border-radius: 30px;
	}
	.index_team .box {
	    background: url(../images/img7.png) left bottom -40px no-repeat;
	    background-size: 100% auto;
	}
	.index_team .box .textbox{
		width: 100%;
		font-size: 16px;
	}
	.index_team .box .textbox .text{
		margin-bottom: 50px;
	}
	.index_team .box .swiper{
		width: 100%;
		margin-top: 50px;
	}
	.index_research{
		padding-top: 70px;
		padding-bottom: 80px;
		height: auto;
	}
	.index_research .box{
		margin-top: 50px;
		flex-wrap: wrap;
	}
	.index_research .box .left_w{
		width: 100%;
	}
	.index_research .box .right_w{
		flex-direction: row;
		width: 100%;
		gap: 10px;
		margin-top: 10px;
	}
	.index_research .box .left_w a .text{
		padding: 20px 15px 20px 25px;
	}
	.index_research .box .left_w .icon{
		margin-bottom: 16px;
	}
	.index_research .box .left_w .icon img{
		max-width: 30px;
	}
	.index_research .box .left_w .txt .t1{
		font-size: 18px;
	}
	.index_research .box .left_w .txt .t2{
		margin-top: 15px;
		font-size: 14px;
	}
	.index_research .box .right_w a .text{
		font-size: 16px;
	}
	.index_image{
		padding-top: 70px;
		padding-bottom: 80px;
		height: auto;
	}
	.index_image .general_title{
		position: static;
		width: 100%;
	}
	.index_image .swiper-button-next, 
	.index_image .swiper-button-prev{
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
	}
	.index_image .swiper{
		margin-top: 50px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		height: auto;
		max-height: 100%;
	}
	.index_image .swiper-wrapper{
		align-items: center;
	}
	.index_image .swiper .imgbox .img img{
		position: static;
	}
	.index_image .swiper-button-prev, .index_image .swiper-container-rtl .swiper-button-next{
		left: -20px;
	}
	.index_image .swiper-button-next, .index_image .swiper-container-rtl .swiper-button-prev{
		right: -20px;
	}
	
}
@media screen and (max-width: 768px){
	.obannerbox.oth .obanner .banner-title{
		bottom: 35px;
	}
	.obanner .banner-title .t1{
		font-size: 26px;
	}
	.obanner .banner-title .t2{
		margin-top: 4px;
	}
	.location .box span, .location .box a{
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 14px;
	}
	.general_title .sp1{
		font-size: 14px;
	}
	.general_title .sp1 i{
		margin-right: 8px;
	    width: 12px;
	    height: 12px;
	}
	.general_title .sp2{
		font-size: 26px;
	}
	.general_title .sp3{
    	margin-top: 20px;
    	font-size: 14px;
    }
	.columntab{
		margin-top: 20px;
	}
	.columntab ul li{
		padding-right: 25px;
        margin-right: 25px;
	}
	.columntab ul li a,
	.imagetab ul li a{
		min-width: 130px;
		height: 40px;
    	border-radius: 20px;
    	font-size: 15px;
	}
	.imagetab ul{
		gap: 24px;
	}
	.about{
		padding-top: 50px;
		padding-bottom: 70px;
	}
	.about .box{
		margin-top: 20px;
	}
	.about .box .textbox .text{
		font-size: 14px;
	}
	.about_num ul li .t1{
		font-size: 18px;
	}
	.about_num ul li .timer{
		font-size: 36px;
	}
	.about_num ul li .t2{
		margin-top: 4px;
		font-size: 14px;
	}
	.about_num ul li .t3{
		height: 20px;
	}
	.development {
        padding-top: 50px;
		padding-bottom: 70px;
    }
    .development .swiper-button-next, .development .swiper-button-prev{
    	width: 40px;
    	height: 40px;
    }
    .development .item .date span {
        font-size: 16px;
        min-height: 40px;
    }
    .development .item .content .text{
    	font-size: 14px;
    }
  	.development .swiper-scrollbar {
        margin-top: 40px;
        height: 6px;
    }
    .academic-exchange{
		padding-top: 50px;
	    padding-bottom: 70px;
	}
	.academic-exchange .box{
		margin-top: 40px;
	}
	.academic-exchange .box ul{
		margin-bottom: 50px;
	}
	.academic-exchange .box ul li .title{
		font-size: 18px;
	}
	.academic-exchange .box ul li .text{
		margin-top: 10px;
		font-size: 14px;
	}
	.academic-exchange .box ul li .other{
		margin-top: 20px;
	}
	.academic-exchange .box ul li .other .view-d{
		font-size: 14px;
	}
	.page-list a{
	   	padding: 0px 10px;
	   	min-width: 28px;
	   	height: 28px;
		margin-bottom: 5px;
		margin-right: 5px;
	    font-size: 14px;
	}
	.page-list a.fyprev,
	.page-list a.fynext{
		min-width: 80px;
		height: 32px;
		line-height: 30px;
		border-radius: 16px;
	}
	.page-list a.fyprev{
		margin-right: 20px;
	}
	.page-list a.fynext{
		margin-left: 20px;
	}
	.news, .notice{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.news .box, .notice .box{
		margin-top: 40px;
	}
	.news .box ul{
		gap: 30px;
	}
	.news .box ul li{
		width: calc((100% - 30px) / 2);
	}
	.news .box ul li .date{
		position: absolute;
		left: 0;
		top: 0;
		width: auto;
		padding: 10px;
	}
	.news .box ul li .date .t1{
		display: block;
		font-size: 24px;
	}
	.news .box ul li .date .t2{
		display: block;
	}
	.notice .box ul li a{
		padding: 15px 20px 15px 0px;
	}
	.notice .box ul li .text{
		font-size: 16px;
	}
	.notice .box ul li .date{
		width: 100px;
		margin-right: 20px;
	}
	.notice .box ul li .date .t1{
		font-size: 20px;
	}
	.notice .box ul li .date .t2{
		font-size: 14px;
	}
	.notice .box ul li .icon{
		width: 25px;
	}
	.notice .box ul li .icon img{
		max-width: 8px;
	}
	.new_details{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.article .title .txt{
		font-size: 24px;
	}
	.article .title .othertxt span{
    	margin: 0px 15px 10px;
    }
	.article .details{
		padding-top: 30px;
		font-size: 14px;
	}
	.article-operate{
		margin-top: 30px;
    	padding-top: 30px;
	}
	.party .rightbox .article{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.prvenext ul li a{
		font-size: 14px;
	}
	.transformation{
		padding-top: 40px;
		padding-bottom: 100px;
	}
	.transformation .box{
		margin-top: 30px;
	}
	.transformation .box .text{
		font-size: 14px;
	}
	
	.obanner .b-title h2{
		font-size: 30px;
	}
	.p-title .tit{
		font-size: 24px;
	}
	.p-title .tit img{
		margin-right: 10px;
		max-width: 24px;
	}
	.p-title a{
		font-size: 14px;
	}
	.work-dynamics{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.work-dynamics .box{
		margin-top: 40px;
	}
	.work-dynamics .box .swiper-slide .text .t2{
		font-size: 16px;
	}
	.work-dynamics .box .textbox ul li a{
		padding-top: 16px;
		padding-bottom: 16px;
		padding-left: 20px;
		font-size: 16px;
	}
	.work-dynamics .box .textbox ul li a:before{
		top: 24px;
		width: 8px;
		height: 8px;
	}
	.learning-garden{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.learning-garden .box{
		margin-top: 40px;
	}
	.learning-garden .box ul li{
		width: 100%;
	}
	.union-activities{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.union-activities .box{
		margin-top: 40px;
	}
	.union-activities .box ul{
		grid-template-columns: repeat(1, 1fr);
	}
	
	.party .leftside .title .icon img{
		max-width: 32px;
	}
	.party .leftside .title .sp{
		font-size: 24px;
	}
	.side-column{
		margin-top: 10px;
        padding-bottom: 10px;
	}
	.side-column ul li a{
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 16px;
	}
	.side-column ul li a i{
		width: 8px;
		height: 8px;
	}
	.friendship-link .subtit{
		font-size: 18px;
	}
	.friendship-link ul{
		padding-top: 20px;
	}
	.research-field .item{
		padding-top: 8%;
		padding-bottom: 8%;
	}
	.research-field .item .box{
		display: block;
	}
	.research-field .item .textbox{
		width: 100%;
	}
	.research-field .item .imgbox{
		width: 100%;
		margin-top: 30px;
	}
	.institute-image .box{
		margin-top: 40px;
	}
	.institute-image .box ul{
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 50px;
	}
	
	.i-banner .box .t1{
		font-size: 34px;
	}
	.i-banner .box .t2{
		font-size: 20px;
	}
	.i-banner .box .t3{
		margin-top: 15px;
		font-size: 14px;
	}
	.viewmore {
        margin-top: 30px;
        padding-top: 18px;
    }
	.viewmore span{
		font-size: 14px;
	}
	.viewmore span i {
	    width: 20px;
	    height: 20px;
	    margin-left: 12px;
	}
	.lunbotu .swiper-pagination{
		-webkit-transform: scale(0.8);
        transform: scale(0.8);
	}
	.more a{
		font-size: 16px;
	}
	.index_new .box{
		margin-top: 40px;
	}
	.index_new .recommend{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.index_new .recommend .left_w{
		width: 100%;
	}
	.index_new .recommend .right_w{
		width: 100%;
	}
	.index_about .textbox .text{
		font-size: 14px;
	}
	.index_num ul li .timer{
		font-size: 36px;
	}
	.index_num ul li .t2{
		font-size: 14px;
	}
	.index_num ul li .t3{
		height: 20px;
	}
	.animationbox {
        width: 380px;
        height: 373px;
    }
    
    .index_about .textbox{
    	width: 63%;
    }
    .index_about .textbox .learnmore{
    	margin-top: 30px;
    }
    .index_about .textbox .learnmore a{
    	font-size: 14px;
    }
    .index_about .textbox .learnmore img{
    	width: 24px;
    	margin-left: 12px;
    }
    .index_team {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .index_team .wrap{
    	flex-wrap: wrap;
    }
    .index_team .layui-form{
    	width: 100%;
    	margin-top: 30px;
    	flex: auto;
    }
    .index_team .wrap .layui-form .layui-row{
    	min-width: 100%;
    	width: 100%;
    }
	.index_team .layui-form-select dl{
		top: 50px;
	}
	.index_team .layui-form-select dl dd, .index_team .layui-form-select dl dt{
		font-size: 14px;
	}
    .index_team .layui-form-select .layui-input{
		padding-left: 20px;
		padding-right: 30px;
		height: 50px;
		border-radius: 25px;
		font-size: 14px;
	}
	.index_team .layui-search{
		border-radius: 25px;
	}
	.index_team .layui-search .layui-input{
		font-size: 14px;
	}
	.index_team .layui-search .layui-btn {
	    width: 80px;
	    border-radius: 25px;
	}
	.index_team .layui-search .layui-btn img{
		width: 32%;
	}
	.index_team .box {
	    background: url(../images/img7.png) left bottom -40px no-repeat;
	    background-size: 100% auto;
	}
	.index_team .box .maincontainer{
		margin-top: 30px;
	}
	.index_team .box .textbox{
		font-size: 14px;
	}
	.index_team .box .textbox .text{
		margin-bottom: 30px;
	}
	.index_team .swiper-button-next, .index_team .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
	.index_team .box .item .text .part1, .index_team .box .item .text .part2{
		padding-left: 30px;
    	padding-right: 30px;
	}
	.index_team .box .item .text .t1{
		font-size: 20px;
	}
	.index_team .box .item .text .t2{
		font-size: 14px;
	}
	.index_team .box .item .text .t3{
		font-size: 18px;
	}
	.index_research{
		padding-top: 60px;
        padding-bottom: 70px;
	}
	.index_research .box{
		margin-top: 40px;
	}
	.index_research .box .left_w{
		flex-wrap: wrap;
	}
	.index_research .box .left_w .a1,
	.index_research .box .left_w .a2{
		flex: auto;
		width: calc((100% - 10px) / 2);
	}
	.index_research .box .left_w .a2{
		order: 2;
	}
	.index_research .box .left_w .a3{
		order: 3;
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 10px;
	}
	.index_research .box .left_w .a3 a{
		flex: auto;
		width: calc((100% - 10px) / 2);
	}
	.index_research .box .right_w{
		flex-wrap: wrap;
	}
	.index_research .box .right_w a{
		width: calc((100% - 10px) / 2);
		height: auto;
	}
	.index_image {
        padding-top: 60px;
        padding-bottom: 70px;
    }
	.index_image .swiper .text{
		font-size: 18px;
	}
	.index_image .swiper-button-next, .index_image .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
	
}
@media screen and (max-width: 640px){
	.obannerbox.oth .obanner .banner-title{
		bottom: 30px;
	}
	.obanner .banner-title .t1{
		font-size: 22px;
	}
	.header .logo a{
		height: 60px;
	}
	#interval{
		height: 60px;
	}
	.header .logo a img {
        max-height: 36px;
    }
    .m-nav{
    	top: 60px;
    }
    .mbox .m-nav {
	    height: calc(100vh - 60px);
	}
	.footer{
		padding-top: 50px;
	}
	.footer-logo img {
        max-height: 36px;
    }
    .footer .copylink a.disclaimers{
    	margin-left: 15px;
    }
    .footer .footinfor ul li .text,
    .footer .qrcode ul li .text{
    	font-size: 14px;
    }
    .footer .footinfor ul li .icon img{
    	max-width: 21px;
    }
    .footer .footer-bottom{
    	padding-top: 16px;
    	padding-bottom: 16px;
    }
    .columntab ul li{
    	padding-right: 20px;
        margin-right: 20px;
    }
    .columntab ul li a,
    .imagetab ul li a{
    	min-width: 120px;
        height: 36px;
        border-radius: 18px;
        font-size: 14px;
    }
    .imagetab{
    	margin-top: 35px;
    }
    .imagetab ul{
    	gap: 18px;
    }
    .about {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .about .box .imgbox .swiper .swiper-pagination{
    	bottom: 16px;
    }
	.about .box .imgbox .swiper .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
		margin: 0 5px;
	}
    .general_title .sp2{
    	font-size: 24px;
    }
    .about_num ul{
    	justify-content: flex-start;
    	row-gap: 30px;
    }
    .about_num ul li:nth-child(odd){
    	min-width: 28%;
    }
    .about_num ul li:nth-child(even){
    	min-width: 8%;
    }
    .about_num ul li:nth-child(6){
    	min-width: 1px;
    	opacity: 0;
    	width: 1px;
    }
    .about_num ul li .t3{
    	margin-top: 20px;
    	margin-left: 10px;
    }
    .academic-exchange .box ul li a{
    	display: block;
    }
    .academic-exchange .box ul li .imgbox{
    	width: 100%;
    }
    .academic-exchange .box ul li .textbox{
    	width: 100%;
    	padding: 25px;
    }
    .news .box ul li{
    	width: 100%;
    }
    .news .box ul li .textbox{
    	padding: 25px;
    }
    .new_details{
    	padding-top: 40px;
    	padding-bottom: 50px;
    }
    .article .title{
    	padding-bottom: 10px;
    }
    .article .title .txt{
    	font-size: 22px;
    }
    .article .title .othertxt{
    	margin-top: 15px;
    }
    .article .title .othertxt span{
    	margin: 0px 12px 10px;
    }
    
    .obanner .b-title h2{
		font-size: 28px;
	}
    .p-title .tit{
    	font-size: 22px;
    }
    .work-dynamics .box,
    .learning-garden .box,
    .union-activities .box{
    	margin-top: 30px;
    }
    .work-dynamics .box .right_w{
    	margin-top: 20px;
    }
    .work-dynamics .box .swiper-slide .text{
    	padding: 25px;
    }
    .work-dynamics .box .swiper-slide .text .t1{
    	font-size: 18px;
    }
    .work-dynamics .box .swiper-slide .text .t2{
    	font-size: 14px;
    }
    .work-dynamics .box .swiper-pagination-bullet{
    	width: 8px;
    	height: 8px;
    	margin: 0 3px;
    }
    .work-dynamics .box .textbox ul li a{
    	font-size: 14px;
    }
    .work-dynamics .box .textbox ul li a:before{
    	top: 22px;
    	width: 7px;
    	height: 7px;
    }
    .learning-garden .box ul li .title a{
    	font-size: 16px;
    }
    .learning-garden .box ul li .content{
    	padding: 25px;
    }
    .union-activities .box ul li .text{
    	padding: 25px;
    	font-size: 18px;
    }
    .learning-garden .box ul li .content .text a{
    	font-size: 14px;
    }
    .learning-garden .box ul li .content .text .date{
    	font-size: 14px;
    }
    .party{
    	padding-bottom: 80px;
    }
    .party .leftside .title .icon img{
    	max-width: 27px;
    }
    .party .leftside .title .sp{
    	font-size: 22px;
    }
    .listpage .box .listing{
    	padding-bottom: 50px;
    }
    .listpage .box .listing ul{
    	margin-bottom: 40px;
    }
    .listpage .box .listing ul li a{
    	display: block;
    }
    .listpage .box .listing ul li .text{
    	font-size: 14px;
    }
    .listpage .box .listing ul li .date{
    	margin-left: 0;
    	font-size: 14px;
    	margin-top: 6px;
    }
    .listpage .box .listing ul li a:before{
    	top: 20px;
    	width: 7px;
    	height: 7px;
    }
    .research-field .item .textbox .serial{
    	font-size: 28px;
    	margin-bottom: 36px;
    }
    .research-field .item .textbox .serial:before {
        left: 16px;
        height: 25px;
    }
    .research-field .item .textbox .title{
    	font-size: 20px;
    }
    .research-field .item .textbox .text{
    	margin-top: 15px;
    }
    .institute-image{
    	padding-top: 60px;
    	padding-bottom: 60px;
    }
    .institute-image .box ul{
    	grid-template-columns: repeat(1, 1fr);
    }
    .institute-image .box ul li .imgbox .playicon{
    	width: 50px;
    	height: 50px;
    }
    
    .i-banner .box .t1{
		font-size: 30px;
	}
	.i-banner .box .t2{
		font-size: 18px;
	}
	.lunbotu .swiper-pagination{
		bottom: 30px;
	}
	.viewmore {
        margin-top: 25px;
    }
	.lunbotu .swiper-pagination{
		-webkit-transform: scale(0.7);
        transform: scale(0.7);
	}
	.more a{
		font-size: 14px;
	}
	.index_new{
    	padding-top: 60px;
    	padding-bottom: 70px;
    }
    .index_new .box{
    	margin-top: 30px;
    }
    .index_newlist ul{
    	gap: 25px;
    }
    .index_about {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .index_about .textbox{
    	margin-top: 30px;
    }
    .index_num ul{
    	justify-content: flex-start;
    	row-gap: 30px;
    }
    .index_num ul li:nth-child(odd){
    	min-width: 28%;
    }
    .index_num ul li:nth-child(even){
    	min-width: 8%;
    }
    .index_num ul li:nth-child(6){
    	min-width: 1px;
    	opacity: 0;
    	width: 1px;
    }
    .index_num ul li .t3{
    	margin-top: 20px;
    	margin-left: 10px;
    }
    .index_new .recommend .left_w ul li .date{
    	width: 75px;
    }
    .index_new .recommend .left_w ul li .date .t1{
    	font-size: 24px;
    }
    .index_new .recommend .left_w ul li .date .t2{
    	font-size: 14px;
    }
    .index_research .box .left_w .a1, 
    .index_research .box .left_w .a2,
    .index_research .box .left_w .a3 a,
    .index_research .box .right_w a{
    	width: 100%;
    	height: auto;
    }
    .index_image .swiper{
    	margin-top: 40px;
    }
    .index_image .swiper .imgbox .playicon{
    	width: 54px;
    	height: 54px;
    }
    .index_newlist ul li{
    	width: 100%;
    }
    .index_about .textbox{
    	width: 100%;
    }
    .index_team .box .item .text{
    	position: static;
    }
    .index_team .box .item .text .part1, .index_team .box .item .text .part2{
		padding-left: 25px;
    	padding-right: 25px;
	}
}
@media screen and (max-width: 540px){
	.msearch{
		margin-top: 20px;
	}
	.m-nav>ul{
		padding-top: 10px;
	}
	.obanner .banner-title .t1{
		font-size: 20px;
	}
	.notice .box ul{
		margin-bottom: 40px;
	}
	.notice .box ul li .date{
		width: 80px;
	}
	.notice .box ul li .date .t1{
		font-size: 18px;
	}
	.notice .box ul li .text{
		font-size: 14px;
	}
	.obanner .b-title h2{
		font-size: 26px;
	}
	.i-banner .box .t1{
		font-size: 28px;
	}
	.lunbotu .swiper-pagination{
		bottom: 20px;
	}
	.index_new {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .index_new .recommend .left_w ul{
    	padding: 0px 20px;
    }
    .index_new .recommend .left_w ul li{
    	padding: 20px 0px;
    }
    .index_new .recommend .left_w ul li .title{
    	font-size: 16px;
    }
    .index_newlist ul li .textbox{
    	padding: 20px;
    }
    .index_newlist ul li .textbox .title{
    	font-size: 16px;
    }
    .index_research{
    	padding-top: 50px;
        padding-bottom: 60px;
    }
    .index_research .box{
    	margin-top: 30px;
    }
    .index_research .box .left_w a .text{
    	padding: 20px 15px 10px 20px;
    }
    .index_research .box .left_w .icon{
    	margin-bottom: 12px;
    }
    .index_research .box .left_w .icon img{
    	max-width: 24px;
    }
    .index_research .box .left_w .txt .t1{
    	font-size: 16px;
    }
    .index_team {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .index_team .wrap .layui-form .selection{
		width: 120px;
	}
	.index_team .swiper-button-next, .index_team .swiper-button-prev,
	.index_image .swiper-button-next, .index_image .swiper-button-prev{
		width: 36px;
		height: 36px;
	}
	.index_image {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .index_image .swiper{
    	width: 85%;
    }
    .index_image .swiper .text{
    	font-size: 16px;
    	padding: 20px;
    }
    .index_image .swiper-button-prev, .index_image .swiper-container-rtl .swiper-button-next{
		left: -15px;
	}
	.index_image .swiper-button-next, .index_image .swiper-container-rtl .swiper-button-prev{
		right: -15px;
	}
	.index_image .swiper .imgbox .playicon{
		width: 50px;
		height: 50px;
	}
	.animationbox{
    	right: -3%;
    }
}
@media screen and (max-width: 480px){
	.obannerbox.oth .obanner .banner-title{
		bottom: 25px;
	}
	.general_title .sp2{
		font-size: 22px;
	}
	.header .logo a img {
        max-height: 8.5vmin;
    }
    .footer .footer-bottom .poweredBy{
    	display: block;
    }
    .footer-logo img {
        max-height: 8.5vmin;
    }
    .istop a{
		width: 45px;
		height: 45px;
	}
	.development .box .swiper{
		width: 85%;
	}
	.development .swiper-button-next, .development .swiper-button-prev{
		width: 36px;
		height: 36px;
	}
	.development .swiper-button-prev, 
	.development .swiper-container-rtl .swiper-button-next {
	    left: -15px;
	}
	.development .swiper-button-next, 
	.development .swiper-container-rtl .swiper-button-prev {
	    right: -15px;
	}
	.development .swiper-scrollbar {
        margin-top: 30px;
        height: 4px;
    }
    .page-list a{
	   	padding: 0 2vmin;
	   	min-width: 5.6vmin;
	   	height: 5.6vmin;
	    font-size: 2.8vmin;
	}
	.page-list a.fyprev,
	.page-list a.fynext{
		min-width: 15vmin;
		height: 6vmin;
		line-height: 6vmin;
		border-radius: 3vmin;
	}
	.page-list a.fyprev{
		margin-right: 4vmin;
	}
	.page-list a.fynext{
		margin-left: 4vmin;
	}
	.academic-exchange .box{
		margin-top: 30px;
	}
	.academic-exchange .box ul li .textbox{
    	padding: 25px 20px;
    }
    .transformation{
    	padding-top: 30px;
    }
    .news .box, .notice .box{
    	margin-top: 35px;
    }
    .news .box ul li .textbox{
    	padding: 25px 20px;
    }
    .notice .box ul li .icon{
    	width: 15px;
    }
    .notice .box ul li .icon img{
    	max-width: 6px;
    }
    .obanner .b-title h2{
		font-size: 22px;
	}
    .work-dynamics,
    .learning-garden{
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .work-dynamics .box .swiper-slide .text .t1{
    	font-size: 16px;
    }
    .learning-garden .box ul li .title a{
    	padding: 15px 20px;
    }
    .learning-garden .box ul li .content{
    	padding: 20px;
    }
    .learning-garden .box ul li .content .text .date{
    	margin-top: 10px;
    }
    .union-activities{
    	padding-top: 40px;
    }
    .union-activities .box ul li .text{
    	padding: 20px;
    	font-size: 16px;
    }
    .party{
    	padding-top: 50px;
    	padding-bottom: 70px;
    }
    .party .leftside{
    	padding: 20px 20px 28px;
    }
    .party .leftside .title .sp{
    	font-size: 20px;
    }
    .party .rightbox{
    	padding-left: 20px;
    	padding-right: 20px;
    }
    .friendship-link ul li a{
    	font-size: 14px;
    }
    .listpage .box .listing{
    	padding-top: 15px;
    	padding-bottom: 40px;
    }
    .listpage .box .listing ul li a{
    	padding-left: 20px;
    	padding-top: 15px;
    	padding-bottom: 15px;
    }
    .article .title .txt{
    	font-size: 20px;
    }
    
    .research-field .item{
    	padding-top: 10%;
    	padding-bottom: 10%;
    }
    .research-field .item .textbox .serial{
    	margin-bottom: 32px;
    	font-size: 24px;
    }
    .research-field .item .textbox .title{
    	font-size: 18px;
    }
    .research-field .item .imgbox{
    	margin-top: 25px;
    }
    .institute-image .box ul li .text{
    	font-size: 16px;
    }
    .index_new,
    .index_team{
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .index_team .layui-form-select .layui-input{
		height: 48px;
	}
	.index_team .layui-search .layui-btn{
		width: 70px;
	}
	.index_team .layui-search .layui-btn img{
		width: 30%;
	}
	.index_team .box .maincontainer{
		margin-top: 25px;
	}
	.index_team .wrap .layui-form .selection{
		width: 100px;
	}
	.index_team .box .item .text .part1, .index_team .box .item .text .part2{
		padding-left: 20px;
    	padding-right: 20px;
	}
	.index_team .box .item .text .part1{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.index_team .box .item .text .t1{
		font-size: 18px;
	}
	.index_team .box .item .text .t2{
		margin-top: 5px;
	}
	.index_team .box .item .text .t3{
		font-size: 16px;
	}
	.about_num ul li .timer,
	.index_num ul li .timer{
		font-size: 32px;
	}
	.animationbox{
    	right: -8%;
    }
}


/*搜索*/
.search-results{
	padding-top: 70px;
	padding-bottom: 70px;
}
.searchtit{
	text-align: right;
	font-family: "SourceHanSansCN-Regular";
	font-size: 16px;
	color: #111111;
}
.searchtit span{
	display: inline-block;
	font-size: 24px;
	color: #eb1111;
}
.searchlist{
	margin-top: 50px;
}
.searchlist ul li{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: #e9e9e9 solid 1px;
}
.searchlist ul li .t1{
	font-family: "SourceHanSansCN-Regular";
	color: #949494;
	font-size: 16px;
	text-transform: uppercase;
}
.searchlist ul li .t2{
	position: relative;
	padding-left: 15px;
	margin-top: 12px;
	font-family: "SourceHanSansCN-Regular";
	color: #000000;
	font-size: 22px;
	transition: all 0.4s ease;
}
.searchlist ul li:hover .t2{
	color: #107bd2;
}
.searchlist ul li .t2 i{
	position: absolute;
	left: 0;
	top: 9px;
	display: inline-block;
	width: 8px;
	height: 14px;
	background: url("../images/icon27b.png") left center no-repeat;
	background-size: 100%;
}
.searchlist ul li .t3{
	font-family: "SourceHanSansCN-Light";
	color: #666666;
	font-size: 16px;
	line-height: 1.7;
	margin-top: 18px;
}
@media screen and (max-width: 1920px) and (min-width: 1025px) {
	.search-results{
		padding-top: 3.645833333333333vw;
		padding-bottom: 3.645833333333333vw;
	}
	.searchtit{
		font-size: 0.8333333333333333vw;
	}
	.searchtit span{
		font-size: 1.25vw;
	}
	.searchlist{
		margin-top: 2.604166666666667vw;
	}
	.searchlist ul li{
		padding-bottom: 2.083333333333333vw;
		margin-bottom: 2.083333333333333vw;
	}
	.searchlist ul li .t1{
		font-size: 0.8333333333333333vw;
	}
	.searchlist ul li .t2{
		padding-left: 0.78125vw;
		margin-top: 0.625vw;
		font-size: 1.145833333333333vw;
	}
	.searchlist ul li .t2 i{
		top: 0.46875vw;
		width: 0.4166666666666667vw;
		height: 0.7291666666666667vw;
	}
	.searchlist ul li .t3{
		font-size: 0.8333333333333333vw;
		margin-top: 0.9375vw;
	}
}
@media screen and (max-width: 1024px) {
	.search-results {
	    padding-top: 40px;
	    padding-bottom: 60px;
	}
	.searchlist ul li{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.searchlist ul li .t2{
		font-size: 20px;
	}
	.searchlist ul li .t2 i{
		width: 7px;
	}
}
@media screen and (max-width: 768px) {
	.search-results {
	    padding-top: 20px;
	    padding-bottom: 50px;
	}
	.searchtit{
		font-size: 14px;
	}
	.searchtit span{
		font-size: 22px;
	}
	.searchlist{
		margin-top: 25px;
	}
	.searchlist ul li{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.searchlist ul li .t1{
		font-size: 14px;
	}
	.searchlist ul li .t2{
		margin-top: 8px;
		padding-left: 12px;
		font-size: 18px;
	}
	.searchlist ul li .t2 i{
		top: 6px;
	}
	.searchlist ul li .t3{
		font-size: 14px;
		margin-top: 12px;
	}
}


/*20241123*/
.footer .footinfor ul li.showmap{
	cursor: pointer;
}
.no-scroll {
    overflow: hidden;
}
.map-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.694vw);
    -webkit-backdrop-filter: blur(0.694vw);
    top: 0;
    left: 0;
    z-index: 21;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /*overflow: auto;*/
    padding-top: 5%;
    padding-bottom: 5%;
    box-sizing: border-box;
}
.map-popup.active {
    opacity: 1;
    visibility: visible;
}
.map-popup .box{
	display: flex;
	justify-content: center;
	max-width: 1600px;
	width: 80%;
	margin: auto;
}
.map-popup .body {
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.6s, opacity 0.6s, transform 0.6s;
    transform: translateY(100%);
    /*display: flex;
    align-items: flex-start;
    max-width: 1600px;
    width: 80%;*/
    padding: 2.5vw;
    background-color: #fff;
    box-sizing: border-box;
}
.map-popup.active .body {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.map-popup.active .body .img{
	max-height: 100%;
}
.map-popup.active .body .img img{
	max-width: 100%;
	max-height: 70vh;
}
.map-popup .body .close {
    width: 1.8vw;
    height: 1.8vw;
    position: absolute;
    top: 0.75vw;
    right: 0.75vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.389vw;
    border-radius: 100%;
    cursor: pointer;
    z-index: 3;
    transition: all 0.4s;
}
.map-popup .body .close:after {
    content: "";
    display: block;
    background: url(../images/closebtn1.png) no-repeat center;
    background-size: 100%;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1024px) {
	.map-popup{
		flex-direction: column;
	}
	.map-popup .box{
		align-items: center;
		flex: 1;
		width: 90%;
	}
	.map-popup .body{
		padding: 0px;
		background: none;
	}
	.map-popup .body .close{
		width: 32px;
		height: 32px;
		top: -30px;
        right: -40px;
	}
	.map-popup.active .body .img img{
		max-height: 100%;
	}
}
@media screen and (max-width: 540px) {
	.map-popup.active .body{
		width: 90%;
	}
	.map-popup .body .close{
		width: 6.4vmin;
		height: 6.4vmin;
		top: -10vmin;
        right: 0;
	}
}

.lunbotu .video-box{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.lunbotu .video-box video{
	width:100%;
	height:100%;
	object-fit:cover;
}


.fancybox-bg{
	background: rgba(0, 0, 0, 0.6) !important;
}
