@charset "utf-8";

/*======================
  Name:main.css
  Update:2025.06.09
  Author:skyline
  Notes:页面主样式
  =====================*/
html {
	font-size: 62.5%;
	/*1rem=10px*/
}

.int-box {
	width: 128rem;
	margin: 0 auto;
	position: relative;
}

#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	background: var(--main-color-5);
}

#loading .roof {
	width: 37.4rem;
	height: 37.4rem;
}

#top,
#top-bg {
	height: 12rem;
	z-index: 998;
	top: 0;
}

#top-bg {
	z-index: 1;
	background-color: var(--main-color-1);
	opacity: 0;
}

#top::after {
	content: "";
	display: block;
	width: 100%;
	height: 12rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(3, 59, 166, .24);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
}

#top h1 {
	width: 25.6rem;
	height: 12rem;
	overflow: hidden;
	line-height: 12rem;
	font-size: 4.6rem;
	color: var(--main-color-3);
}

#top-nav {
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
}

#top-nav ul {
	position: absolute;
	top: 0;
	right: 0;
	height: 12rem;
}

#top-nav ul li {
	position: relative;
	display: inline-block;
	padding: 1rem;
}

#top-nav ul li a {
	display: inline-block;
	padding: 0 2rem;
	font-size: 2rem;
	text-align: center;
	color: var(--main-color-3);
	line-height: 10rem;
	border-radius: 1.6rem;
}

#top-nav ul li a:hover {
	background-color: rgba(255, 255, 255, .16);
	font-weight: bold;
}

#top-nav ul li.active {
	font-weight: bold;
}

#top-nav ul li.active::after {
	content: "";
	display: block;
	position: absolute;
	left: 1rem;
	bottom: 0;
	width: calc(100% - 2rem);
	height: 0.4rem;
	background: var(--main-color-3);
	border-radius: 0.4rem;
}

.section .int-box {
	position: absolute;
	top: 12rem;
	left: 0;
	right: 0;
	height: calc(100vh - 12rem);
}

.section .icon-mouse {
	font-size: 2rem;
	position: absolute;
	bottom: 3rem;
	left: 0;
	right: 0;
	display: inline-block;
	height: 2.8rem;
	width: 2.8rem;
	margin: auto;
	color: var(--main-color-3);
}

.section .grey {
	color: #747474;
}

#section0 {
	overflow: hidden;
}

#section0 #video1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	object-fit: cover;
	height: 100%;
	width: 100%;
}

.section h2 {
	width: 100%;
	height: 5.8rem;
	font-size: 4rem;
	font-weight: bold;
	color: var(--main-color-1);
	position: absolute;
	top: 18rem;
	text-align: center;
}

.section h2 small {
	display: block;
	height: 3.5rem;
	font-size: 2.4rem;
	color: var(--main-color-6);
}

.section h2.light {
	color: var(--main-color-3);
}

.section h2.light small {
	color: var(--main-color-4);
}


#section0 h2 {
	font-size: 10rem;
	color: var(--main-color-3);
	text-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.4);
	height: 14.5rem;
	z-index: 2;
	top: 45.74%;
	white-space: pre
}

#section0 .en {
	font-size: 7.2rem;
	font-weight: 800;
	color: var(--main-color-3);
	text-shadow: 0 0.6rem 1.2rem rgba(166, 97, 3, 0.8);
	height: 10.5rem;
	z-index: 2;
	top: 60.09%;
}

#section1 {
	background: url(../img/home-about.jpg) no-repeat center center;
	background-size: cover;
}

#section1 #video2 {
	width: 63.6rem;
	height: 42.4rem;
	border: 0.1rem solid var(--main-color-6);
	border-radius: 1.6rem;
	object-fit: cover;
	right: auto;
}

#section1 .about {
	width: 58.4rem;
	height: 42.4rem;
	left: auto;
}

#section1 .about h3 {
	line-height: 3.5rem;
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--main-color-title);
	height: 6.9rem;
	border-bottom: 1px solid var(--main-color-5);
	margin-bottom: 1rem;
}

#section1 .about h3 small {
	display: block;
	line-height: 2.4rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #747474;
}

#section1 .about p {
	font-size: 2rem;
	line-height: 1.4;
	color: var(--main-color-title);
	text-indent: 4rem;
	margin-bottom: 1rem;
}

.read-more {
	display: inline-block;
	width: 18.6rem;
	height: 5rem;
	line-height: 5rem;
	background: var(--main-color-3);
	border: 0.1rem solid var(--main-color-1);
	border-radius: 3rem;
	font-size: 1.6rem;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--main-color-1);
	padding-left: 2.4rem;
	bottom: 0;
}

.read-more i {
	right: 2.4rem;
	font-size: 1.2rem;
}

.read-more:hover {
	background-color: var(--main-color-1);
	color: var(--main-color-3);
}

#section2 {
	background: linear-gradient(180deg, var(--main-color-1) 0%, #001F58 100%);
}

#section2 #container {
	width: 100vw;
	height: auto;
}

#section2 .swiper-container {
	position: absolute;
	height: 36.4rem;
}

#section2 .read-more,
#section3 .read-more {
	top: auto;
}

#section2 .swiper-wrapper {
	height: 36.4rem;
	width: 100%;
}

#section2 .swiper-slide {
	height: 36.4rem;
	padding: 2rem 2rem 0 2rem;
	border-radius: 1.6rem;
	overflow: hidden;
	background-color: rgba(123, 149, 196, 0.7);
	backdrop-filter: blur(7px) brightness(85%) opacity(85%);
	-webkit-backdrop-filter: blur(7px) brightness(85%) opacity(85%);
}

@keyframes imgtobig {
	0% {
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	100% {
		width: 120%;
		height: 120%;
		left: -10%;
		top: -10%;
	}
}

@-webkit-keyframes imgtobig {
	0% {
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	100% {
		width: 120%;
		height: 120%;
		left: -10%;
		top: -10%;
	}
}

@keyframes imgtosmall {
	0% {
		width: 120%;
		height: 120%;
		left: -10%;
		top: -10%;
	}

	100% {
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
}

@-webkit-keyframes imgtosmall {
	0% {
		width: 120%;
		height: 120%;
		left: -10%;
		top: -10%;
	}

	100% {
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
}

#section2 .swiper-slide span {
	width: 100%;
	height: 24.4rem;
	border-radius: 1.2rem;
	overflow: hidden;
	position: relative;
}

#section2 .swiper-slide span img {
	position: absolute;
	animation: imgtosmall 0.3s forwards;
	-webkit-animation: imgtosmall 0.3s forwards;

}

#section2 .swiper-slide:hover span img {
	animation: imgtobig 0.5s forwards;
	-webkit-animation: imgtobig 0.5s forwards;
}

#section2 .swiper-slide figcaption {
	color: var(--main-color-3);
	font-size: 2.4rem;
	line-height: 10rem;
	font-weight: bold;
}

#section2 .swiper-slide:hover figcaption {
	color: var(--main-color-2);
}

#section2 .swiper-button-next,
#section2 .swiper-button-prev {
	color: rgba(255, 255, 255, 0.4);
}

#section2 .swiper-button-next:hover,
#section2 .swiper-button-prev:hover {
	color: rgba(255, 255, 255, 1);
}

#section2 .swiper-button-next {
	right: -8rem;
}

#section2 .swiper-button-prev {
	left: -8rem;
}

#section2 .read-more {
	bottom: 12rem;
}

.news-list {
	height: 52rem;
}

.news-list ul {
	height: 44rem;
}

.news-list ul li {
	display: inline-block;
	width: 23.6rem;
	height: 44rem;
	border: 0.1rem solid var(--main-color-5);
	border-radius: 1.6rem;
	margin-left: 3rem;
	padding: 2rem;
	float: left;
	position: relative;
}

.news-list ul li span {
	width: 48.2rem;
	height: 32rem;
	border: 0.1rem solid var(--main-color-5);
	border-radius: 1.6rem;
	display: none;
	overflow: hidden;
	position: relative;
	background-color: #EDF3FF;
}

.news-list ul li span img {
	width: 100%;
	height: 100%;
	position: absolute;
}

.news-list time {
	display: inline-block;
	width: 9rem;
	height: 9rem;
	background: var(--main-color-5);
	border-radius: 1.2rem;
	color: var(--main-color-1);
	font-size: 1.6rem;
	text-align: center;
	padding: 0.8rem;
}

.news-list time i {
	display: block;
	line-height: 5.2rem;
	font-size: 2.8rem;
	font-weight: bold;
}

.news-list h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: var(--main-color-title);
	line-height: 2.4rem;
	margin: 1rem 0;
}

.news-list h3 small {
	display: block;
	line-height: 2rem;
	margin: 0 0 1rem 0;
	font-size: 1.4rem;
	font-weight: 400;
	color: #747474;
}

.news-list h3 small i {
	margin-right: 0.4rem;
}

.news-list ul li .abstract {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2rem;
	color: var(--main-color-title);
}

@keyframes arrow-rt {
	0% {
		left: 2rem;
	}

	100% {
		left: calc(100% - 6rem);
	}
}

@-webkit-keyframes arrow-rt {
	0% {
		left: 2rem;
	}

	100% {
		left: calc(100% - 6rem);
	}
}

@keyframes arrow-lt {
	0% {
		left: calc(100% - 6rem);
	}

	100% {
		left: 2rem;
	}
}

@-webkit-keyframes arrow-lt {
	0% {
		left: calc(100% - 6rem);
	}

	100% {
		left: 2rem;
	}
}

.news-list ul li .icon-more-arrow1 {
	width: 2.4rem;
	height: 1.6rem;
	color: var(--main-color-1);
	font-size: 2.4rem;
	position: absolute;
	bottom: 3.7rem;
	animation: arrow-lt 0.3s forwards;
	-webkit-animation: arrow-lt 0.3s forwards;
}

.news-list ul li:hover {
	background-color: var(--main-color-1);
}

.news-list ul li:hover h3,
.news-list ul li:hover h3 small,
.news-list ul li:hover .abstract,
.news-list ul li:hover .icon-more-arrow1 {
	color: var(--main-color-3);
}

.news-list ul li:hover .icon-more-arrow1 {
	animation: arrow-rt 0.5s forwards;
	-webkit-animation: arrow-rt 0.5s forwards;
}

.news-list ul li.hot {
	width: 48.2rem;
	margin-left: 0;
	border: none;
	padding: 0;
}

.news-list ul li.hot span {
	display: block;
	margin-bottom: 3rem;
}

.news-list ul li.hot span img {
	animation: imgtosmall 0.3s forwards;
	-webkit-animation: imgtosmall 0.3s forwards;
}

.news-list ul li.hot time {
	background-color: var(--main-color-1);
	color: var(--main-color-3);
	margin-right: 2rem;
	float: left;
}

.news-list ul li.hot h3 {
	width: 37.2rem;
	height: 9rem;
	border: 0.1rem solid var(--main-color-5);
	border-radius: 1.6rem;
	float: left;
	margin: 0;
	padding: 1rem;
}

.news-list ul li.hot h3 small {
	margin: 0;
}

.news-list ul li.hot:hover {
	background-color: var(--main-color-3);
}

.news-list ul li.hot:hover span {
	border: 1px var(--main-color-1) solid;
}

.news-list ul li.hot:hover span img {
	animation: imgtobig 0.5s forwards;
	-webkit-animation: imgtobig 0.5s forwards;
}

.news-list ul li.hot:hover time {
	background: var(--main-color-5);
	color: var(--main-color-1);
}

.news-list ul li.hot:hover h3 {
	background-color: var(--main-color-1);
	color: var(--main-color-3);
}

.news-list ul li.hot .abstract,
.news-list ul li.hot .icon-more-arrow1 {
	display: none;
}

#section4 {
	background: url(../img/home-Join.jpg) no-repeat center center;
	background-size: cover;
}

#section4 .join-slogan {
	height: 8.1rem;
	font-size: 5.6rem;
	font-weight: bold;
	color: var(--main-color-3);
	text-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.45);
	top: 45.7rem;
}

#section4 .join-slogan-en {
	height: 5.2rem;
	font-size: 3.6rem;
	font-weight: bold;
	color: var(--main-color-5);
	top: 53.8rem;
}

#section4 .read-more {
	top: auto;
	bottom: 12rem;
}

#section5 {
	background: var(--main-color-title) url(../img/map1.jpg) no-repeat center center;
	background-size: cover;
}

#section5 h2 {
	z-index: 2;
	text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.6);
}

.bot {
	bottom: 0;
	background-color: var(--main-color-title);
	height: 6rem;
	line-height: 6rem;
	font-size: 1.4rem;
	color: var(--main-color-5);
	overflow: hidden;
}

.totop {
	right: 0;
	line-height: 6rem;
	height: 6rem;
	width: 13rem;
	padding-left: 1.2rem;
	background-color: var(--main-color-title);
	border: none;
	color: var(--main-color-5);
}

.totop i {
	float: right;
	font-size: 1.2rem;
}

/*下级页面*/
.banner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: calc(100vw * (734/1920));
	position: relative;
}

.banner h2 {
	width: 100%;
	height: 13.9rem;
	line-height: 8rem;
	font-size: 5.6rem;
	font-weight: bold;
	color: var(--main-color-1);
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	margin: auto;
}

.banner h2 small {
	display: block;
	height: 5.8rem;
	line-height: 5.8rem;
	font-size: 4rem;
	color: var(--main-color-6);
}

.banner h2.light {
	color: var(--main-color-3);
}

.banner h2.light small {
	color: var(--main-color-4);
}

.banner #container2 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.information-banner h2 {
	color: var(--main-color-3);
	z-index: 2;
}

.information-banner h2 small {
	color: var(--main-color-4);
}

.sub-box {
	min-height: 60rem;
}

.sub-box:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	foverflow: hidden;
	visibility: hidden;
}

#sidebar {
	width: 22rem;
	height: auto;
	top: 7rem;
	left: 0;
}

#sidebar h3 {
	font-size: 3.2rem;
	font-weight: bold;
	color: #747474;
	border-bottom: 2px solid var(--main-color-4);
	line-height: 4.6rem;
	height: 5.9rem;
	margin-bottom: 1rem;
}

#sidebar ul li {
	height: 5rem;
	line-height: 5rem;
	font-size: 1.4rem;
}

#sidebar ul li a {
	color: #4D4D4D;
}

#sidebar ul li a:hover {
	color: var(--main-color-1);
}

#sidebar ul li.active a {
	color: var(--main-color-1);
	font-weight: bold;
}

/*文章页*/
.article-box {
	min-height: calc(100vh - 6rem);
	margin-top: 12rem;
}

.article-box #sidebar {
	height: calc(100vh - 24rem);
	width: 24.8rem;
	position: fixed;
	top: 19rem;
	left: calc((100vw - 128rem)/2);
}

#sidebar .return {
	display: block;
	line-height: 5.9rem;
	color: var(--main-color-1);
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 0.2rem solid var(--main-color-6);
}

#sidebar .return i {
	display: inline-block;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	margin-right: 0.8rem;
	font-size: 1.2rem;
}

#sidebar h1 {
	font-size: 2.6rem;
	font-weight: bold;
	color: var(--main-color-title);
	margin: 2rem 0;
	line-height: 3.6rem;
	height: 21.8rem;
	border-bottom: 0.2rem solid var(--main-color-6);
}

#sidebar .info,
#sidebar .info a {
	color: #747474;
	font-size: 1.4rem;
}

#sidebar .info a:hover {
	color: var(--main-color-1);
}

#sidebar .info i {
	font-size: 1.2rem;
	margin-right: 0.5rem;
}

#sidebar .info .icon-shijian1 {
	margin-left: 2rem;
}

#sidebar .pagenav {
	position: absolute;
	bottom: 5rem;
	height: 5rem;
	width: 24.8rem;
}

#sidebar .pagenav a {
	display: inline-block;
	width: calc(50% - 2rem);
	height: 5rem;
	line-height: 5rem;
	position: absolute;
	color: #747474;
}

#sidebar .pagenav a:hover {
	color: var(--main-color-1);
}

#sidebar .pagenav a.disable {
	opacity: 0.5;
	cursor: default;
}

#sidebar .pagenav a.disable:hover {
	color: #747474;
}

#sidebar .pagenav a i {
	display: inline-block;
	height: 5rem;
	width: 5rem;
	border: 1px solid #747474;
	border-radius: 1.2rem;
	text-align: center;
	position: absolute;
	font-size: 2rem;
}

#sidebar .pagenav a:hover i {
	border: 1px solid var(--main-color-1);
}

#sidebar .page-prev {
	text-align: right;
}

#sidebar .page-prev i {
	left: 0;
}

#sidebar .page-next {
	right: 0;
}

#sidebar .page-next i {
	right: 0;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.inner-box {
	margin: 7rem 0;
	float: right;
	width: 98rem;
	color: var(--main-color-title);
}

.inner-box .son-title {
	font-size: 4.6rem;
	font-weight: bold;
	line-height: 6.6rem;
	margin-bottom: 2rem;
}

.text-box {
	font-size: 2rem;
	line-height: 1.8;
}

.text-box p {
	margin-bottom: 1rem;
	text-indent: 2em;
	width: 100%;
}

.text-box img {
	width: 100%;
	max-width: 100% !important;
	height: auto !important;
	margin-left: -2em;
}

.sub-contact,
.sub-contact .map {
	width: 100vw;
	height: calc(100vw * (674/1920));
	position: relative;
}

.sub-contact h2 {
	width: 100%;
	height: 5.8rem;
	font-size: 4rem;
	font-weight: bold;
	color: var(--main-color-3);
	position: absolute;
	top: 6rem;
	text-align: center;
	z-index: 1;
}

.sub-contact h2 small {
	display: block;
	height: 3.5rem;
	font-size: 2.4rem;
	color: var(--main-color-4);
}

.inner-list {
	height: auto;
}

.inner-list ul {
	height: auto;
}

.inner-list ul li {
	width: 100%;
	height: auto;
	margin: 0 0 6rem 0;
}

.inner-list ul li span {
	display: inline-block;
	float: left;
	margin-bottom: 2rem;
	width: calc((100% - 2rem)/2);
	border-radius: 1.1rem;
}

.inner-list ul li span:first-child {
	margin-right: 2rem;
}

.inner-list ul li span img {
	animation: imgtosmall 0.3s forwards;
	-webkit-animation: imgtosmall 0.3s forwards;
}

.inner-list .info {
	width: 100%;
	height: 16rem;
	float: left;
	position: relative;
	padding: 0 0 0 9rem;
}

.inner-list .info time {
	position: absolute;
	left: 0;
}

.inner-list .info-details {
	position: relative;
	height: 16rem;
	padding: 0 0 0 2rem;
}

.inner-list .info h3 {
	font-size: 2rem;
	margin: 0 0 1rem 0;
	line-height: 2.4rem;
}

.inner-list .info h3 small {
	margin: 1rem 0;
	font-size: 1.2rem;
}

.news-list h3 small i {
	font-size: 1.2rem;
}


.inner-list ul li:hover .info {
	background-color: var(--main-color-1);
	color: var(--main-color-3);
}

.inner-list ul li:hover span {
	border: 1px var(--main-color-3) solid;
}

.inner-list ul li:hover span img {
	animation: imgtobig 0.5s forwards;
	-webkit-animation: imgtobig 0.5s forwards;
}

.inner-list .info .icon-more-arrow1 {
	bottom: 2rem;
	left: 11rem;
}

.inner-list .pagelist {
	width: 100%;
	height: 5rem;
	border: 0.1rem solid var(--main-color-5);
	border-radius: 1.2rem;
	text-align: center;
	overflow: hidden;
}

.inner-list .pagelist li {
	display: inline-block;
	color: var(--main-color-6);
	font-size: 1.4rem;
	width: auto;
	height: 5rem;
	line-height: 5rem;
	margin: 0;
	overflow: hidden;
	float: none;
	border: 0;
	padding: 0;
}

.inner-list .pagelist li a,
.inner-list .pagelist li.noclass {
	display: block;
	padding: 0 1.6rem;
	color: var(--main-color-title);
}

.inner-list .pagelist li span {
	padding: 0 1.6rem;
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	border: 0;
	color: #747474;
}

.inner-list .pagelist li:hover span {
	border: 0;
}

.inner-list .pagelist li:hover a,
.inner-list .pagelist li.thisclass {
	padding: 0 1.6rem;
	color: var(--main-color-1);
	background-color: var(--main-color-5);
	border-radius: 0.8rem;
	font-weight: bold;
}

.inner-list .pagelist li:hover a {
	font-weight: normal;
}

.inner-list .pagelist li.noclass {
	display: inline-block;
	color: var(--main-color-6);
}

.join-list ul li {
	width: 100%;
	height: 20.2rem;
	border: 0.1rem solid var(--main-color-5);
	border-radius: 1.6rem;
	padding: 0 2rem;
	position: relative;
}

.join-list ul li h3 {
	position: relative;
	width: 100%;
	height: 8.2rem;
	line-height: 8.2rem;
	border-bottom: 0.1rem solid var(--main-color-6);
	margin: 0;
}

.join-list ul li h3 .icon-zhiwei {
	display: inline-block;
	font-size: 1.6rem;
	color: #747474;
	width: 2.4rem;
}

.join-list ul li:hover h3 .icon-zhiwei {
	color: var(--main-color-3);
}

.join-list ul li time {
	position: absolute;
	width: 11.4rem;
	height: 5rem;
	line-height: 5rem;
	right: 0;
	top: 1.6rem;
	padding: 0;
}

.join-list ul li .abstract {
	margin-top: 1rem;
	line-height: 2.6rem;
}

.join-list ul li .abstract strong {
	display: block;
}

.join-list ul li .icon-more-arrow1 {
	bottom: 2rem;
}

.contact-box {
	border-radius: 1.6rem;
	background-color: var(--main-color-5);
	padding: 2rem;
	height: 33.7rem;
	margin: 6rem 0;
}

.contact-logo {
	width: auto;
	height: 4rem;
	margin-bottom: 2rem;
}

.contact-box h3 {
	font-size: 2.6rem;
	font-weight: bold;
	color: var(--main-color-title);
	margin-bottom: 1rem;
}

.contact-list {
	line-height: 3rem;
	font-size: 1.6rem;
	color: var(--main-color-title);
}

.contact-list .iconfont {
	display: inline-block;
	color: #747474;
	width: 3rem;
	text-align: left;
}

.contact-qr {
	color: var(--main-color-1);
	font-size: 1.2rem;
	text-align: center;
	width: 16rem;
	height: 15rem;
	right: 2rem;
	bottom: 2rem;
}

.contact-qr img {
	width: 12rem;
	height: 12rem;
	margin-bottom: 0.8rem;
}

.contact-map {
	height: 64.3rem;
	width: 100%;
	border-radius: 1.6rem;
	margin-bottom: 6rem;
	background: var(--main-color-3) url(../img/map2.jpg) center center no-repeat;
	background-size: cover;
}

.about-pic {
	width: 100rem;
	margin-bottom: 2rem;
	border-bottom: 0.2rem solid var(--main-color-6);
	display: inline-block;
}

.about-pic li {
	width: calc((98rem - 4rem)/3);
	height: 30rem;
	box-shadow: 0 0 0 0.5px var(--main-color-6);
	float: left;
	position: relative;
	margin: 0 2rem 2rem 0;
	border-radius: 12px;
	display: inline-block;
	overflow: hidden;
}

.about-pic li img {
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.about-pic li:hover {
	box-shadow: 0 0 0 1px var(--main-color-1);
}

.client-title {
	font-weight: bold;
	color: var(--main-color-1);
	margin: 1rem 0;
}

.client-list {
	width: 100%;
	margin: 1rem 0;
	display: inline-block;
	font-size: 1.6rem;
}

.client-list li {
	width: calc(100%/3);
	height: 4rem;
	line-height: 4rem;
	color: var(--main-color-title);
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

@media (max-width:1921px) {
	html {
		font-size: 62.5%;
		/*1rem=10px*/
	}
}

@media (max-width:1681px) {
	html {
		font-size: 52.08333333%;
	}
}

@media (max-width:1367px) {
	html {
		font-size: 44.46614583%;
	}
}

@media (max-width:1281px) {
	html {
		font-size: 41.66666666%;
	}
}

@media (max-width:1000px) {
	html {
		font-size: 62.5%;
	}

	.icon-mouse::before {
		content: "\e725";
	}

	.section .icon-mouse {
		font-size: 1.4rem;
		bottom: 1.6rem;
		height: 1.4rem;
		width: 1.6rem;
	}

	.int-box {
		width: calc(100vw - 3.2rem);
		margin: 0 auto;
	}

	#top,
	#top-bg {
		height: 5rem;
	}

	#top::after {
		height: 5rem;
	}

	#top h1 {
		height: 5rem;
		line-height: 5rem;
		font-size: 3rem;
	}

	#top-nav {
		width: 100vw;
	}

	#top-nav .menu-switch {
		display: block;
		width: 5rem;
		height: 5rem;
		right: 0;
		top: 0;
		border: none;
		background-color: inherit;
		color: var(--main-color-3);
		font-size: 2rem;
		z-index: 2;
	}

	#top-nav ul {
		display: none;
	}

	#top-nav .top-menu {
		display: block;
		width: 100vw;
		height: 100vh;
	}

	#top-nav .top-menu::after {
		content: "";
		display: block;
		width: 100vw;
		height: 100vh;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		background-color: rgba(3, 59, 166, .24);
		backdrop-filter: blur(30px)brightness(84%);
		-webkit-backdrop-filter: blur(30px)brightness(84%);
	}

	#top-nav .top-menu {
		padding-top: 6.6rem;
	}

	#top-nav .top-menu li {
		width: 100vw;
		height: 6rem;
		margin-bottom: 1.6rem;
	}

	#top-nav .top-menu li a {
		display: inline-block;
		width: 22.1rem;
		height: 6rem;
		line-height: 6rem;
		background: rgba(255, 255, 255, .16);
		border-radius: 12px;
		float: right;
		margin-right: 1.6rem;
		font-size: 2.2rem;
		font-weight: 400;
		text-align: right;
		padding: 0 1.6rem;
	}

	#top-nav ul li.active::after {
		display: none;
	}

	#top-nav ul li.active a {
		background-color: inherit;
		font-size: 2.6rem;
		font-weight: bold;
	}

	.section h2 {
		width: 100%;
		height: 6.3rem;
		font-size: 2.6rem;
		top: 6.6rem;
	}

	.section h2 small {
		height: 2.6rem;
		font-size: 1.8rem;
	}

	#section0 h2 {
		font-size: 3.3rem;
		top: 55%;
	}

	#section0 .en {
		font-size: 2.3rem;
	}

	#section1 .int-box {
		height: calc(100vh - 24rem);
		top: 0;
		bottom: 0;
		margin: auto;
	}

	#section1 #video2 {
		width: calc(61vw);
		height: calc(61vw * (424/636));
		object-fit: cover;
		bottom: auto;
	}

	#section1 .about {
		width: calc(100vw - 3.2rem);
		height: auto;
		left: 0;
		top: calc(61vw * (424/636) + 1.6rem);
	}

	#section1 .about h3 {
		line-height: 2rem;
		font-size: 1.6rem;
		height: 5rem;
	}

	#section1 .about h3 small {
		font-size: 1.2rem;
	}

	#section1 .about p {
		font-size: 1.3rem;
		line-height: 1.8rem;
		text-indent: 2.6rem;
	}

	#section1 .about .read-more {
		top: auto;
		margin: auto;
		left: 0;
		right: 0;
	}

	#container1 {
		top: 6.6rem;
		position: absolute;
	}

	#section2 .swiper-container {
		margin: 0;
		height: 30.9rem;
		top: calc(40% - 30.9rem / 2 - 4.4rem);
	}

	#section2 .swiper-slide {
		height: 30.9rem;
	}

	#section2 .swiper-slide figcaption {
		font-size: 1.6rem;
		line-height: 4.4rem;
	}

	#section2 .swiper-button-next,
	#section2 .swiper-button-prev {
		top: calc(40% - 30.9rem / 2 + 30.9rem);
	}

	#section2 .swiper-button-next {
		right: 1.6rem;
	}

	#section2 .swiper-button-prev {
		left: 1.6rem;
	}

	#section2 .read-more,
	#section3 .read-more,
	#section4 .read-more {
		bottom: 5rem;
	}

	#section3 .news-list,
	#section3 .news-list ul {
		height: auto;
	}

	#section3 .news-list ul li {
		width: 100%;
		height: 7rem;
		margin: 0 0 1.6rem 0;
		padding: 0;
		float: none;
		border: none;
	}

	#section3 .news-list ul li:hover {
		background-color: inherit;
	}

	#section3 .news-list ul li:hover h3 {
		background-color: var(--main-color-1);
	}

	#section3 .news-list ul li span {
		width: 100%;
		height: calc((100vw - 3.2rem)*(320/482));
	}

	#section3 .news-list ul li .abstract,
	#section3 .news-list ul li .icon-more-arrow1 {
		display: none;
	}

	#section3 .news-list time {
		width: 7rem;
		height: 7rem;
		font-size: 1.2rem;
		margin-right: 1rem;
		float: left;
	}

	#section3 .news-list time i {
		line-height: 3.5rem;
		font-size: 2.4rem;
	}

	#section3 .news-list h3,
	#section3 .news-list ul li.hot h3 {
		width: calc(100% - 8rem);
		height: 7rem;
		float: left;
		font-size: 1.4rem;
		line-height: 1.6rem;
		margin: 0;
		padding: 0.8rem 1.2rem;
		border: 0.1rem solid var(--main-color-5);
		border-radius: 1.2rem;
	}

	#section3 .news-list h3 small {
		line-height: 1.7rem;
		margin: 0;
		font-size: 1.2rem;
	}

	#section3 .news-list h3 small i {
		font-size: 1.2rem;
	}

	#section3 .news-list ul li.hot {
		width: 100%;
		height: auto;
	}

	#section3 .news-list ul li.hot span {
		margin-bottom: 1rem;
	}

	#section3 .news-list ul li.hot time {
		margin-right: 1rem;
	}

	#section4 .join-slogan {
		height: 3.5rem;
		font-size: 2.4rem;
		line-height: 2.4rem;
		text-shadow: 0 0.6rem 1.2rem rgb(0 0 0 / 45%);
		top: calc(50vh - 3.5rem);
	}

	#section4 .join-slogan-en {
		height: 2.4rem;
		font-size: 1.6rem;
		top: calc(50vh);
	}

	.banner h2 {
		font-size: 3.6rem;
		height: 8.7rem;
		line-height: 5.2rem;
	}

	.banner h2 small {
		font-size: 2.4rem;
		line-height: 3.5rem;
	}

	#sidebar {
		height: 4.8rem;
		width: 100vw;
		background-color: var(--main-color-3);
		box-shadow: 0 1px 2px rgb(0, 0, 0, .1);
		top: 0;
		left: -1.6rem;
		z-index: 998;
	}

	#sidebar h3 {
		display: none;
	}

	#sidebar ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-around;
		justify-content: space-around;
		overflow: auto;
	}

	#sidebar ul li {
		display: inline-block;
		width: auto;
		min-width: fit-content;
		padding: 0 1.6rem;
		line-height: 4.8rem;
		text-align: center;
	}

	#sidebar ul li.active {
		border-bottom: 3px solid var(--main-color-1);
	}

	.inner-box {
		width: 100%;
		margin: 7rem 0 3rem 0;
		overflow: hidden;
	}

	.article-box .inner-box {
		margin: 3rem 0;
	}

	.inner-list ul li {
		height: auto;
		margin: 0 0 2rem 0;
		padding: 0.8rem;
	}

	.inner-list ul li span {
		width: calc(50% - 0.4rem);
		height: calc(((100vw - 3.2rem) / 2 - 1rem) * (32/48));
	}

	.inner-list ul li span:first-child {
		margin-right: 0.8rem;
	}

	.inner-list .info {
		width: 100%;
		padding: 0 0 0 7rem;
		height: auto;
	}

	.inner-list .info-details {
		height: auto;
		padding: 0 0 0 0.8rem;
	}

	.news-list time {
		width: 7rem;
		height: 7rem;
		font-size: 1.2rem;
	}

	.news-list time i {
		font-size: 2.4rem;
		line-height: 3.5rem;
	}

	.inner-list .info h3 {
		font-size: 1.4rem;
		line-height: 1.6rem;
	}

	.inner-box .info .icon-more-arrow1,
	.inner-box .son-title {
		display: none;
	}

	.sub-contact,
	.sub-contact .map {
		height: 60vh;
	}

	.sub-contact h2 {
		font-size: 2.6rem;
		height: 3.7rem;
		line-height: 3.7rem;
		top: 2rem;
	}

	.sub-contact h2 small {
		font-size: 1.8rem;
		height: 2.6rem;
		line-height: 2.6rem;
	}

	.sub-bot {
		margin-bottom: 4.8rem;
	}

	#article #top,
	#article #top-bg {
		display: none;
	}

	.article-box #sidebar {
		width: calc(100vw - 3.2rem);
		height: auto;
		top: 0;
		position: relative;
		padding-top: 5rem;
		left: 0;
		box-shadow: none;
	}

	#sidebar .return {
		height: 5rem;
		line-height: 5rem;
		position: fixed;
		width: 100vw;
		background-color: var(--main-color-3);
		left: 0;
		top: 0;
	}

	#sidebar .return i {
		margin-left: 1.6rem;
	}

	#sidebar h1 {
		font-size: 2.4rem;
		line-height: 3.6rem;
		height: auto;
		padding: 1.6rem 0;
		margin: 0 0 0.8rem 0;
		border-bottom: 0.1rem solid var(--main-color-6);
		text-align: center;
		width: calc(100vw - 3.2rem);
	}

	#sidebar .info {
		margin: 0 1.6rem;
	}

	#sidebar .pagenav {
		display: none;
	}

	#article .text-box {
		margin-top: 1.6rem;
	}


	.bot {
		height: 5rem;
		line-height: 5rem;
		font-size: 1.2rem;
		margin: 0;
	}

	.join-list ul li {
		height: 20.2rem;
	}

	.about-pic {
		width: 100vw;
		margin-bottom: 1.6rem;
	}

	.about-pic li {
		width: calc((100vw - 4.8rem)/2);
		height: calc((100vw - 4.8rem)/2);
		margin: 0 1.6rem 1.6rem 0;
	}

	.client-list {
		margin: 1.6rem 0;
	}

	.client-list li {
		width: calc(100%/2);
		height: 3.2rem;
		line-height: 3.2rem;
	}
}

@media (max-width:540px) {
	#section1 .int-box {
		height: 63rem;
	}

	#section1 #video2 {
		width: calc(100vw - 3.2rem);
		height: calc((100vw - 3.2rem)*(424/636));
		right: 0;
		top: 6rem;
	}

	#section1 .about {
		top: calc((100vw - 3.2rem)*(424/636) + 7rem);
	}

	#section3 .news-list ul li {
		height: 5rem;
		margin: 0 0 1.2rem 0;
	}

	#section3 .news-list time {
		height: 5rem;
	}

	#section3 .news-list time i {
		line-height: 2rem;
	}

	#section3 .news-list h3,
	#section3 .news-list ul li.hot h3 {
		height: 5rem;
		padding: 0.6rem 1.2rem;
	}

	.banner {
		height: 32.3rem;
	}

	.inner-list ul li {
		padding: 0.8rem;
		border: 0.1rem solid var(--main-color-5);
		border-radius: 1.6rem;
	}

	.inner-list ul li span {
		width: 100%;
		height: calc((100vw - 3.2rem) * (32/48));
		margin: 0 0 1rem 0;
	}

	.inner-list ul li span:first-child {
		margin-right: 0;
	}

	.inner-list .info time {
		position: relative;
	}

	.inner-list .info {
		width: 100%;
		height: auto;
		padding: 0;
		border: none;
		margin: 0;
	}

	.contact-qr {
		display: none;
	}

	.join-list ul li {
		height: 20.2rem;
		padding: 0 0.8rem;
	}

	.join-list ul li h3 {
		height: 6.2rem;
		line-height: 6.2rem;
	}

	.join-list ul li time {
		height: 4rem;
		line-height: 4rem;
		top: 1rem;
	}

	.join-list ul li .abstract {
		margin: 1rem 0;
	}

	.join-list ul li .icon-more-arrow1 {
		animation: none;
		-webkit-animation: none;
		right: 0.8rem;
		bottom: 1.6rem;
		font-size: 1.6rem;
		left: auto;
	}

	.about-pic li {
		width: calc(100vw - 3.2rem);
		height: calc(100vw - 3.2rem);
		margin: 0 0 1.6rem 0;
	}

	.client-list li {
		width: 100%;
	}
}

@media (max-width:376px) {
	html {
		font-size: 54.5%;
	}
}
