.txet-over1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.fixed {
	position: fixed;
}

.flex {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
}

.flex-wrap {
	flex-flow: wrap;
}

.flex-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.inline-block {
	display: inline-block;
}

.block {
	display: block;
}

.hide {
	display: none;
}

.bold {
	font-weight: 700;
}

.txt-center {
	text-align: center;
}

.txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.middle {
	vertical-align: middle;
}

.background {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.before {
	opacity: 0;
	visibility: hidden;
}

.after {
	opacity: 1;
	visibility: visible;
}

.regular {
	font-family: "思源黑体 CN REGULAR";
}

.light {
	font-family: "思源黑体 CN LIGHT";
}

section {
	overflow: hidden;
}

nav {
	position: relative;
	width: 100%;
	height: auto;
}

nav .nav-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	z-index: 59;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

nav .nav-main .main-cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 15.38rem;
	height: 100%;
	margin: 0 auto;
}

nav .nav-main .main-cont .main-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 167px;
	height: auto;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

nav .nav-main .main-cont .main-logo img {
	position: absolute;
	top: -50%;
	left: 0;
	width: 100%;
	transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

nav .nav-main .main-cont .main-logo .img2 {
	opacity: 0;
}

nav .nav-main .main-cont .cont-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}

nav .nav-main .main-cont .cont-box .box-serach {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 72px;
	height: 100%;
	cursor: pointer;
}

nav .nav-main .main-cont .cont-box .box-serach .serach-icon {
	position: relative;
	width: 20px;
	height: 22px;
}

nav .nav-main .main-cont .cont-box .box-serach .serach-icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

nav .nav-main .main-cont .cont-box .box-serach .serach-icon .img2 {
	opacity: 0;
}

nav .nav-main .main-cont .cont-box .box-serach .serach-text {
	font-size: 18px;
	color: #fff;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

nav .nav-main .main-cont .cont-box .box-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: auto;
	height: 100%;
}

nav .nav-main .main-cont .cont-box .box-right .box-lang {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 48px;
	height: 100%;
	cursor: pointer;
}

nav .nav-main .main-cont .cont-box .box-right .box-lang .lang-cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 40px;
}

nav .nav-main .main-cont .cont-box .box-right .box-lang .lang-cont .cont-icon {
	position: relative;
	width: 20px;
	height: 20px;
}

nav .nav-main .main-cont .cont-box .box-right .box-lang .lang-cont .cont-icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

nav .nav-main .main-cont .cont-box .box-right .box-lang .lang-cont .cont-icon .img2 {
	opacity: 0;
}

nav .nav-main .main-cont .cont-box .box-right .box-lang .lang-cont .cont-text {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

nav .nav-main .main-cont .cont-box .box-right .box-lang .lang-subnav {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	position: absolute;
	top: 1.05rem;
	left: 50%;
	width: 150px;
	height: auto;
	padding: 0.2rem;
	border: solid 1px #d8dfe6;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.11);
	opacity: 0;
	visibility: hidden;
	z-index: 59;
	transform: translate(-50%, 0.2rem);
	-o-transform: translate(-50%, 0.2rem);
	-moz-transform: translate(-50%, 0.2rem);
	-webkit-transform: translate(-50%, 0.2rem);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

nav .nav-main .main-cont .cont-box .box-right .box-lang .lang-subnav::after {
	content: '';
	position: absolute;
	top: -13px;
	left: 50%;
	width: 22px;
	height: 13px;
	background: url(../images/icon/icon-subnav-arrow.png) no-repeat center;
	background-size: 100%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

nav .nav-main .main-cont .cont-box .box-right .box-lang .lang-subnav .subnav-link {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #1c1d21;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

nav .nav-main .main-cont .cont-box .box-right .box-lang .lang-subnav .subnav-link:hover {
	color: #0083cd;
}

nav .nav-main .main-cont .cont-box .box-right .box-lang:hover .lang-cont .cont-arrow img {
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

nav .nav-main .main-cont .cont-box .box-right .box-lang:hover .lang-subnav {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

nav .nav-main .main-cont .cont-box .box-right .box-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 88px;
	height: 100%;
	margin-left: 0.34rem;
	cursor: pointer;
}

nav .nav-main .main-cont .cont-box .box-right .box-menu .menu-text {
	font-size: 18px;
	color: #fff;
}

nav .nav-main .main-cont .cont-box .box-right .box-menu .menu-icon {
	position: relative;
	width: 22px;
	height: 15px;
}

nav .nav-main .main-cont .cont-box .box-right .box-menu .menu-icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

nav .nav-main .main-cont .cont-box .box-right .box-menu .menu-icon .img2 {
	opacity: 0;
}

nav .nav-main .main-cont .main-web-right {
	display: none;
}

nav .nav-main .main-cont .main-popup-suosou {
	position: absolute;
	top: 100px;
	left: 50%;
	display: none;
	width: 100%;
	height: auto;
	padding: 0.9rem 0 1.2rem;
	background: #fff;
	border-top: solid 1px #eee;
	z-index: 59;
	transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

nav .nav-main .main-cont .main-popup-suosou .sousuo-box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	width: 15.36rem;
	height: 0.75rem;
	margin: 0 auto;
	border-bottom: solid 1px #0083cd;
}

nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
	width: 16px;
	height: auto;
}

nav .nav-main .main-cont .main-popup-suosou .sousuo-box a img {
	width: 100%;
}

nav .nav-main .main-cont .main-popup-suosou .sousuo-box input {
	flex: 1;
	height: 0.75rem;
	padding: 0 0.5rem;
	font-size: 16px;
	color: #333;
	background: none;
}

nav .nav-main .main-cont .main-popup-suosou .sousuo-box input::placeholder {
	font-size: 16px;
	color: #999;
}

nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden {
	width: 22px;
	height: auto;
	cursor: pointer;
}

nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden img {
	width: 100%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden:hover img {
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

nav .nav-main:hover {
	opacity: 1;
}

nav .nav-main-active {
	box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.09);
	background: #fff;
}

nav .nav-main-active .main-cont .main-logo .img1 {
	opacity: 0;
}

nav .nav-main-active .main-cont .main-logo .img2 {
	opacity: 1;
}

nav .nav-main-active .main-cont .cont-box .box-serach .serach-icon .img1 {
	opacity: 0;
}

nav .nav-main-active .main-cont .cont-box .box-serach .serach-icon .img2 {
	opacity: 1;
}

nav .nav-main-active .main-cont .cont-box .box-serach .serach-text {
	color: #333;
}

nav .nav-main-active .main-cont .cont-box .box-right .box-lang .lang-cont .cont-icon .img1 {
	opacity: 0;
}

nav .nav-main-active .main-cont .cont-box .box-right .box-lang .lang-cont .cont-icon .img2 {
	opacity: 1;
}

nav .nav-main-active .main-cont .cont-box .box-right .box-lang .lang-cont .cont-text {
	color: #333;
}

nav .nav-main-active .main-cont .cont-box .box-right .box-menu .menu-text {
	color: #333;
}

nav .nav-main-active .main-cont .cont-box .box-right .box-menu .menu-icon .img1 {
	opacity: 0;
}

nav .nav-main-active .main-cont .cont-box .box-right .box-menu .menu-icon .img2 {
	opacity: 1;
}

nav .nav-main-active2 {
	box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.09);
	background: #fff;
}

nav .nav-main-active2 .main-cont .main-logo .img1 {
	opacity: 0;
}

nav .nav-main-active2 .main-cont .main-logo .img2 {
	opacity: 1;
}

nav .nav-main-active2 .main-cont .cont-box .box-serach .serach-icon .img1 {
	opacity: 0;
}

nav .nav-main-active2 .main-cont .cont-box .box-serach .serach-icon .img2 {
	opacity: 1;
}

nav .nav-main-active2 .main-cont .cont-box .box-serach .serach-text {
	color: #333;
}

nav .nav-main-active2 .main-cont .cont-box .box-right .box-lang .lang-cont .cont-icon .img1 {
	opacity: 0;
}

nav .nav-main-active2 .main-cont .cont-box .box-right .box-lang .lang-cont .cont-icon .img2 {
	opacity: 1;
}

nav .nav-main-active2 .main-cont .cont-box .box-right .box-lang .lang-cont .cont-text {
	color: #333;
}

nav .nav-main-active2 .main-cont .cont-box .box-right .box-menu .menu-text {
	color: #333;
}

nav .nav-main-active2 .main-cont .cont-box .box-right .box-menu .menu-icon .img1 {
	opacity: 0;
}

nav .nav-main-active2 .main-cont .cont-box .box-right .box-menu .menu-icon .img2 {
	opacity: 1;
}

nav .head-search {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	z-index: 59;
}

nav .head-search .search-box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30%;
	max-width: 1200px;
	height: auto;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

nav .head-search .search-box .box-cent {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
	border-bottom: solid 1px #555;
}

nav .head-search .search-box .box-cent input {
	width: calc(100% - 60px);
	height: 50px;
	padding: 0 20px;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #fff;
	background: none;
}

nav .head-search .search-box .box-cent input::placeholder {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #fff;
}

nav .head-search .search-box .box-cent .box-icon {
	display: block;
	width: 60px;
	height: 50px;
	text-align: right;
	line-height: 50px;
}

nav .head-search .search-box .box-cent .box-icon img {
	width: 20px;
	opacity: 0.6;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

nav .head-search .search-box .box-cent .box-icon:hover img {
	opacity: 1;
}

nav .head-search .search-box .box-hiden {
	width: 24px;
	margin: 50px auto 0;
}

nav .head-search .search-box .box-hiden img {
	width: 100%;
	opacity: 0.6;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

nav .head-search .search-box .box-hiden:hover img {
	opacity: 1;
}

nav .head-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #222;
	z-index: 599;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

nav .head-menu .menu-main {
	position: relative;
	width: 15.38rem;
	height: auto;
	margin: 0 auto;
}

nav .head-menu .menu-main .main-hide {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 44px;
	right: 0;
	width: 110px;
	height: auto;
	cursor: pointer;
}

nav .head-menu .menu-main .main-hide p {
	font-family: Arial;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}

nav .head-menu .menu-main .main-hide img {
	width: 13px;
	height: 13px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

nav .head-menu .menu-main .main-hide:hover img {
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

nav .head-menu .menu-main .main-cont {
	display: flex;
	justify-content: space-between;
	width: 12.1rem;
	height: auto;
	margin: 0 auto;
	padding: 1.96rem 0 0;
}

nav .head-menu .menu-main .main-cont .cont-nav {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 6.9rem;
	height: 80vh;
	overflow: auto;
	transform: translateX(-0.8rem);
	-o-transform: translateX(-0.8rem);
	-moz-transform: translateX(-0.8rem);
	-webkit-transform: translateX(-0.8rem);
	transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

nav .head-menu .menu-main .main-cont .cont-nav::-webkit-scrollbar {
	width: 3px;
}

nav .head-menu .menu-main .main-cont .cont-nav::-webkit-scrollbar-track {
	background-color: #0083cd;
}

nav .head-menu .menu-main .main-cont .cont-nav .nav-item {
	width: calc(100% / 3 - 0.5rem);
	height: auto;
	margin-left: 0.75rem;
	margin-bottom: 0.7rem;
}

nav .head-menu .menu-main .main-cont .cont-nav .nav-item:nth-child(3n + 1) {
	margin-left: 0;
}

nav .head-menu .menu-main .main-cont .cont-nav .nav-item .item-title {
	display: block;
	position: relative;
	padding-bottom: 0.2rem;
	font-size: 0.3rem;
	font-weight: bold;
	color: #0083cd;
	border-bottom: solid 1px #656565;
}

nav .head-menu .menu-main .main-cont .cont-nav .nav-item .item-title::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #0083cd;
}

nav .head-menu .menu-main .main-cont .cont-nav .nav-item .item-list {
	width: 100%;
	height: auto;
	margin-top: 0.3rem;
}

nav .head-menu .menu-main .main-cont .cont-nav .nav-item .item-list a {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	opacity: 0.3;
}

nav .head-menu .menu-main .main-cont .cont-nav .nav-item .item-list a:hover {
	opacity: 1;
}

nav .head-menu .menu-main .main-cont .cont-right {
	width: 3.5rem;
	height: auto;
	transform: translateX(0.8rem);
	-o-transform: translateX(0.8rem);
	-moz-transform: translateX(0.8rem);
	-webkit-transform: translateX(0.8rem);
	transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

nav .head-menu .menu-main .main-cont .cont-right .right-pic {
	width: 100%;
	height: auto;
}

nav .head-menu .menu-main .main-cont .cont-right .right-pic img {
	width: 100%;
}

nav .head-menu .menu-main .main-cont .cont-right .right-title {
	margin-top: 0.3rem;
	font-size: 0.3rem;
	color: #fefefe;
}

nav .head-menu .menu-main .main-cont .cont-right .right-English {
	margin-top: 0.1rem;
	font-size: 16px;
	line-height: 30px;
	color: #fefefe;
	opacity: 0.3;
}

nav .head-menu-active {
	opacity: 1;
	visibility: visible;
}

nav .head-menu-active .menu-main .main-cont .cont-nav,
nav .head-menu-active .menu-main .main-cont .cont-right {
	transform: translateX(0);
	-o-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}

nav .Whead-search,
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
	display: none;
}

header {
	position: relative;
	width: 100%;
	height: auto;
}

header .head-banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

header .head-banner .swiper-slide {
	width: 100%;
	height: auto;
}

header .head-banner .swiper-slide .slide-box {
	display: block;
	position: relative;
	width: 100%;
}

header .head-banner .swiper-slide .slide-box .box-pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

header .head-banner .swiper-slide .slide-box .box-pic img {
	width: 100%;
	height: auto;
}

header .head-banner .swiper-slide .slide-box .box-web-pic {
	display: none;
}

header .head-banner .swiper-slide .slide-box .box-cent {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 15.38rem;
	height: auto;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
	display: inline-block;
	width: 100%;
	height: auto;
	font-family: '优设标题黑';
	font-size: 0.6rem;
	line-height: 0.72rem;
	color: #fff;
	text-shadow: 4px 0 3px rgba(0, 0, 0, 0.25);
	opacity: 0;
	transform: translatey(30px);
	-o-transform: translatey(30px);
	-moz-transform: translatey(30px);
	-webkit-transform: translatey(30px);
	transition: all 0.5s 0.6s;
	-o-transition: all 0.5s 0.6s;
	-moz-transition: all 0.5s 0.6s;
	-webkit-transition: all 0.5s 0.6s;
}

header .head-banner .swiper-slide .slide-box .box-cent .cent-title span {
	font-size: 0.5rem;
}

header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
	display: inline-block;
	width: 100%;
	height: auto;
	font-family: '优设标题黑';
	font-size: 0.8rem;
	line-height: 0.9rem;
	text-align: right;
	color: #fff;
	text-shadow: 4px 0 3px rgba(0, 0, 0, 0.25);
	opacity: 0;
	transform: translatey(30px);
	-o-transform: translatey(30px);
	-moz-transform: translatey(30px);
	-webkit-transform: translatey(30px);
	transition: all 0.5s 0.6s;
	-o-transition: all 0.5s 0.6s;
	-moz-transition: all 0.5s 0.6s;
	-webkit-transition: all 0.5s 0.6s;
}

header .head-banner .swiper-slide .slide-box .box-cent .cent-title3 {
	display: inline-block;
	width: 100%;
	height: auto;
	font-family: '优设标题黑';
	font-size: 0.84rem;
	line-height: 0.72rem;
	text-align: center;
	color: #fff;
	text-shadow: 4px 0 3px rgba(0, 0, 0, 0.25);
	opacity: 0;
	transform: translatey(30px);
	-o-transform: translatey(30px);
	-moz-transform: translatey(30px);
	-webkit-transform: translatey(30px);
	transition: all 0.5s 0.8s;
	-o-transition: all 0.5s 0.8s;
	-moz-transition: all 0.5s 0.8s;
	-webkit-transition: all 0.5s 0.8s;
}

header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
	margin-top: 0.1rem;
	font-family: 'CormorantGaramond-Regular';
	font-size: 0.3rem;
	line-height: 0.5rem;
	text-align: right;
	color: #fff;
	opacity: 0;
	transform: translatey(30px);
	-o-transform: translatey(30px);
	-moz-transform: translatey(30px);
	-webkit-transform: translatey(30px);
	transition: all 0.5s 0.8s;
	-o-transition: all 0.5s 0.8s;
	-moz-transition: all 0.5s 0.8s;
	-webkit-transition: all 0.5s 0.8s;
}

header .head-banner .swiper-slide .slide-box .box-cent .cent-English2 {
	font-family: 'MONTSERRAT-BOLD';
	font-size: 1.2rem;
	line-height: 0.8rem;
	text-align: center;
	text-transform: uppercase;
	background-image: -webkit-linear-gradient(270deg, #fff, transparent);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0;
	transform: translatey(30px);
	-o-transform: translatey(30px);
	-moz-transform: translatey(30px);
	-webkit-transform: translatey(30px);
	transition: all 0.5s 0.6s;
	-o-transition: all 0.5s 0.6s;
	-moz-transition: all 0.5s 0.6s;
	-webkit-transition: all 0.5s 0.6s;
}

header .head-banner .swiper-slide .slide-box .box-cent .cent-web-title3 {
	display: none;
}

header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-title2,
header .head-banner .swiper-slide-active .box-cent .cent-title3,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-English2,
header .head-banner .swiper-slide-active .box-cent .cent-web-title3 {
	opacity: 1 !important;
	transform: translatey(0) !important;
	-o-transform: translatey(0) !important;
	-moz-transform: translatey(0) !important;
	-webkit-transform: translatey(0) !important;
}

header .head-banner .banner-pic {
	width: 100%;
}

header .head-banner .banner-pic img {
	width: 100%;
}

header .head-banner .banner-pic2 {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

header .head-banner .banner-pic2 img {
	width: auto;
	height: 100%;
}

header .head-banner .banner-cent {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15.38rem;
	height: auto;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

header .head-banner .banner-cent .cent-title {
	font-size: 0.3rem;
	color: #000;
}

header .head-banner .banner-cent .cent-text {
	margin-top: 0.1rem;
	font-size: 0.48rem;
	font-weight: bold;
	line-height: 0.72rem;
	color: #0083cd;
}

header .head-banner .swiper-pagination {
	bottom: 0.55rem;
	left: 50%;
	width: 15.37rem;
	text-align: center;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

header .head-banner .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: 0.12rem;
	height: 0.12rem;
	margin: 0 0.18rem;
	background: #fff;
	opacity: 0.5;
	border-radius: 50%;
}

header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
	width: 30px;
	height: 30px;
}

header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
	opacity: 0;
}

header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
	stroke-dasharray: 182 182;
	stroke-dashoffset: 182;
}

header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #0083cd;
}

header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__background {
	opacity: 0.2 !important;
}

header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__circle {
	stroke-dashoffset: 0 !important;
	transition: all 10.5s;
	-o-transition: all 10.5s;
	-moz-transition: all 10.5s;
	-webkit-transition: all 10.5s;
}

header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
	position: absolute;
	top: 50%;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #f6f6f6;
	opacity: 0;
	z-index: 9;
	cursor: pointer;
	outline: none;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
}

header .head-banner .banner-swiper-button-prev img,
header .head-banner .banner-swiper-button-next img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: auto;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

header .head-banner .banner-swiper-button-prev .img2,
header .head-banner .banner-swiper-button-next .img2 {
	opacity: 0;
}

header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
	border: solid 1px #0083cd;
	background: #0083cd;
}

header .head-banner .banner-swiper-button-prev:hover .img2,
header .head-banner .banner-swiper-button-next:hover .img2 {
	opacity: 1;
}

header .head-banner .banner-swiper-button-prev:hover .img1,
header .head-banner .banner-swiper-button-next:hover .img1 {
	opacity: 0;
}

header .head-banner .banner-swiper-button-prev {
	left: 0;
}

header .head-banner .banner-swiper-button-next {
	right: 0;
}

header .head-banner:hover .banner-swiper-button-prev {
	left: 0.9rem;
	opacity: 1;
}

header .head-banner:hover .banner-swiper-button-next {
	right: 0.9rem;
	opacity: 1;
}

header .head-strip {
	position: relative;
	width: 100%;
	height: 0.8rem;
	background: #f8f8f8;
	border-bottom: solid 1px #ebebeb;
	z-index: 29;
}

header .head-strip .strip-box {
	display: flex;
	justify-content: space-between;
	width: 15.38rem;
	height: 100%;
	margin: 0 auto;
}

header .head-strip .strip-box .box-left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	height: 100%;
}

header .head-strip .strip-box .box-left .left-list {
	position: relative;
	width: auto;
	height: 100%;
	padding: 0 0.1rem;
	margin-right: 0.2rem;
	font-size: 16px;
	line-height: 0.8rem;
	z-index: 9;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

header .head-strip .strip-box .box-left .left-list::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #0083cd;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

header .head-strip .strip-box .box-left .left-list:last-of-type {
	margin-right: 0;
}

header .head-strip .strip-box .box-left .left-list a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #191c22;
}

header .head-strip .strip-box .box-left .left-list:hover {
	background: #fff;
}

header .head-strip .strip-box .box-left .left-list:hover::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #0083cd;
}

header .head-strip .strip-box .box-left .left-list:hover a {
	color: #0083cd;
}

header .head-strip .strip-box .box-left .left-list-active {
	background: #fff;
}

header .head-strip .strip-box .box-left .left-list-active::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #0083cd;
}

header .head-strip .strip-box .box-left .left-list-active a {
	color: #0083cd;
}

header .head-strip .strip-box .box-right {
	display: flex;
	justify-content: flex-end;
	width: 28%;
	text-align: right;
	line-height: 0.8rem;
}

header .head-strip .strip-box .box-right .right-icon1 {
	width: 15px;
}

header .head-strip .strip-box .box-right .right-icon1 img {
	margin-top: -0.04rem;
}

header .head-strip .strip-box .box-right .right-icon1 a {
	transition: none;
	-webkit-transition: none;
}

header .head-strip .strip-box .box-right .right-text {
	width: auto;
	font-size: 14px;
}

header .head-strip .strip-box .box-right .right-text a {
	color: #6f7275;
}

header .head-strip .strip-box .box-right .right-text a:hover {
	color: #0083cd;
	text-decoration: underline;
}

header .head-strip .strip-box .box-right .right-text img {
	width: 3px;
	margin: -0.04rem 0.1rem 0;
}

header .head-strip .strip-box .box-right .right-text span {
	color: #0083cd;
}

header .head-substrip {
	width: 100%;
	height: 0.8rem;
	background: #e6e6e6;
}

header .head-substrip .substrip-cont {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 15.38rem;
	height: 100%;
	margin: 0 auto;
}

header .head-substrip .substrip-cont a {
	position: relative;
	padding-left: 20px;
	margin-right: 0.6rem;
	font-size: 16px;
	color: #666666;
}

header .head-substrip .substrip-cont a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: solid 2px #999;
	transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

header .head-substrip .substrip-cont a:hover {
	font-weight: bold;
	color: #0083cd;
}

header .head-substrip .substrip-cont a:hover::after {
	border: solid 2px #0083cd;
}

header .head-substrip .substrip-cont .active {
	font-weight: bold;
	color: #0083cd;
}

header .head-substrip .substrip-cont .active::after {
	border: solid 2px #0083cd;
}

header .background {
	background: #f5f7f9;
}

header .m110 {
	margin-top: 110px;
}

header .head-Wnav {
	display: none;
}

footer {
	width: 100%;
	height: auto;
	border-top: solid 1px #dedede;
}

footer .foot-main {
	display: flex;
	justify-content: space-between;
	width: 15.38rem;
	height: auto;
	margin: 0 auto;
	padding: 1.4rem 0 1.3rem;
}

footer .foot-main .main-left {
	width: 7rem;
	height: auto;
}

footer .foot-main .main-left .left-top {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
}

footer .foot-main .main-left .left-top .top-logo {
	width: 2.07rem;
}

footer .foot-main .main-left .left-top .top-logo img {
	width: 100%;
}

footer .foot-main .main-left .left-top .top-relevant {
	position: relative;
	width: 3.5rem;
	height: 0.56rem;
	border: solid 1px #ececec;
}

footer .foot-main .main-left .left-top .top-relevant .relevant-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 0.3rem 0 0.2rem;
	border-radius: 0.45rem;
	border: solid 1px #fff;
	cursor: pointer;
}

footer .foot-main .main-left .left-top .top-relevant .relevant-title .title-font {
	font-size: 14px;
	color: #999;
}

footer .foot-main .main-left .left-top .top-relevant .relevant-title img {
	width: 8px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

footer .foot-main .main-left .left-top .top-relevant .relevant-show {
	position: absolute;
	top: 0.56rem;
	width: 100%;
	height: auto;
	border: solid 1px #ececec;
	opacity: 0;
	visibility: hidden;
}

footer .foot-main .main-left .left-top .top-relevant .relevant-show .show-box {
	width: 100%;
	height: auto;
	background: #fff;
}

footer .foot-main .main-left .left-top .top-relevant .relevant-show .show-box .box-link {
	display: block;
	width: 100%;
	height: 0.4rem;
	padding: 0 0.2rem;
	font-size: 14px;
	line-height: 0.4rem;
	color: #999;
}

footer .foot-main .main-left .left-top .top-relevant .relevant-show .show-box .box-link:hover {
	color: #0083cd;
}

footer .foot-main .main-left .left-top .top-relevant:hover .relevant-title img {
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

footer .foot-main .main-left .left-top .top-relevant:hover .relevant-show {
	top: 0.56rem;
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

footer .foot-main .main-left .left-link {
	font-size: 11px;
	margin-top: 0.5rem;
	color: #666;
}

footer .foot-main .main-left .left-link a {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

footer .foot-main .main-left .left-link a:hover {
	color: #0083cd;
}

footer .foot-main .main-left .left-link span {
	margin: 0 0.1rem;
}

footer .foot-main .main-left .left-zizhi {
	margin-top: 0.5rem;
	font-size: 12px;
	color: #999;
}

footer .foot-main .main-left .left-zizhi a {
	color: #999;
}

footer .foot-main .main-left .left-zizhi a:hover {
	color: #0083cd;
}

footer .foot-main .main-right {
	display: flex;
	justify-content: space-between;
	width: 7.15rem;
	height: auto;
}

footer .foot-main .main-right .right-cent {
	width: auto;
	height: auto;
}

footer .foot-main .main-right .right-cent .cent-title {
	font-size: 14px;
	line-height: 30px;
	color: #999;
}

footer .foot-main .main-right .right-cent .cent-text {
	margin-bottom: 0.2rem;
	font-size: 18px;
	line-height: 30px;
	color: #666;
}

footer .foot-main .main-right .right-cent .cent-text:last-of-type {
	margin-bottom: 0;
}

footer .foot-main .main-right .right-cont {
	width: auto;
	height: auto;
}

footer .foot-main .main-right .right-cont .cont-ewm {
	width: 130px;
	height: 130px;
	background: #c5c5c5;
}

footer .foot-main .main-right .right-cont .cont-ewm img {
	width: 100%;
}

footer .foot-main .main-right .right-cont .cont-share {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
	margin-top: 0.8rem;
}

footer .foot-main .main-right .right-cont .cont-share a {
	width: 21px;
	height: auto;
}

footer .foot-main .main-right .right-cont .cont-share a img {
	width: 100%;
	opacity: 0.6;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

footer .foot-main .main-right .right-cont .cont-share a:hover img {
	opacity: 1;
}

footer .foot-wen-main {
	display: none;
}

.container {
	width: 100%;
	height: auto;
}

.container .cont-plate1 {
	width: 100%;
	height: auto;
	padding: 1.2rem 0 1.4rem;
}

.container .cont-plate1 .plate1-top {
	display: flex;
	justify-content: space-between;
	width: 15.38rem;
	height: auto;
	margin: 0 auto;
}

.container .cont-plate1 .plate1-top .top-left {
	width: auto;
	height: auto;
}

.container .cont-plate1 .plate1-top .top-left .left-English {
	font-family: 'HarmonyOS_Sans_Bold';
	font-size: 0.48rem;
	text-transform: uppercase;
	color: #000;
}

.container .cont-plate1 .plate1-top .top-left .left-title {
	margin-top: 0.25rem;
	font-size: 0.3rem;
	color: #333;
}

.container .cont-plate1 .plate1-top .top-right {
	display: flex;
	justify-content: flex-end;
	width: auto;
	height: auto;
}

.container .cont-plate1 .plate1-top .top-right .right-item {
	position: relative;
	width: auto;
	height: auto;
	margin-left: 0.65rem;
	cursor: pointer;
}

.container .cont-plate1 .plate1-top .top-right .right-item .item-icon {
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: solid 1px #e5e5e5;
}

.container .cont-plate1 .plate1-top .top-right .right-item .item-icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.container .cont-plate1 .plate1-top .top-right .right-item .item-icon .img2 {
	opacity: 0;
}

.container .cont-plate1 .plate1-top .top-right .right-item .item-title {
	margin-top: 0.1rem;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #000;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.container .cont-plate1 .plate1-top .top-right .right-item .item-bottom {
	width: 100%;
	height: auto;
	text-align: center;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.container .cont-plate1 .plate1-top .top-right .right-item .item-bottom img {
	width: 12px;
}

.container .cont-plate1 .plate1-top .top-right .right-item:hover .item-icon {
	background: #0083cd;
}

.container .cont-plate1 .plate1-top .top-right .right-item:hover .item-icon .img1 {
	opacity: 0;
}

.container .cont-plate1 .plate1-top .top-right .right-item:hover .item-icon .img2 {
	opacity: 1;
}

.container .cont-plate1 .plate1-top .top-right .right-item:hover .item-title {
	font-weight: bold;
	color: #0083cd;
}

.container .cont-plate1 .plate1-top .top-right .right-item-active .item-icon {
	background: #0083cd;
}

.container .cont-plate1 .plate1-top .top-right .right-item-active .item-icon .img1 {
	opacity: 0;
}

.container .cont-plate1 .plate1-top .top-right .right-item-active .item-icon .img2 {
	opacity: 1;
}

.container .cont-plate1 .plate1-top .top-right .right-item-active .item-title {
	font-weight: bold;
	color: #0083cd;
}

.container .cont-plate1 .plate1-top .top-right .right-item-active .item-bottom {
	opacity: 1;
}

.container .cont-plate1 .plate1-main {
	position: relative;
	width: 15.4rem;
	height: auto;
	margin: 0.7rem auto 0;
}

.container .cont-plate1 .plate1-main .main-cont {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transform: translatey(0.5rem);
	-o-transform: translatey(0.5rem);
	-moz-transform: translatey(0.5rem);
	-webkit-transform: translatey(0.5rem);
}

.container .cont-plate1 .plate1-main .main-cont .cont-box {
	display: block;
	position: relative;
	width: calc(100% / 3 - 0.28rem);
	height: auto;
	margin-right: 0.42rem;
	margin-bottom: 0.4rem;
	overflow: hidden;
}

.container .cont-plate1 .plate1-main .main-cont .cont-box:nth-child(3n) {
	margin-right: 0;
}

.container .cont-plate1 .plate1-main .main-cont .cont-box .box-pic {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	background: #ececec;
}

.container .cont-plate1 .plate1-main .main-cont .cont-box .box-pic img {
	width: 100%;
}

.container .cont-plate1 .plate1-main .main-cont .cont-box .box-cent {
	position: absolute;
	bottom: -1.4rem;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0.8rem 0.55rem 0.4rem;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.container .cont-plate1 .plate1-main .main-cont .cont-box .box-cent .cent-title {
	font-size: 0.3rem;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.container .cont-plate1 .plate1-main .main-cont .cont-box .box-cent .cent-text {
	display: flex;
	justify-content: flex-start;
	margin-top: 0.1rem;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.container .cont-plate1 .plate1-main .main-cont .cont-box .box-cent .cent-text span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.container .cont-plate1 .plate1-main .main-cont .cont-box .box-cent .cent-link {
	display: inline-block;
	position: relative;
	margin-top: 0.1rem;
	font-size: 16px;
	color: #fff;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.container .cont-plate1 .plate1-main .main-cont .cont-box .box-cent .cent-link::after {
	content: '';
	position: absolute;
	bottom: -0.06rem;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.container .cont-plate1 .plate1-main .main-cont .cont-box .box-cent .cent-link:hover {
	color: #0083cd;
}

.container .cont-plate1 .plate1-main .main-cont .cont-box .box-cent .cent-link:hover::after {
	background: #0083cd;
}

.container .cont-plate1 .plate1-main .main-cont .cont-box:hover .box-cent {
	bottom: 0;
}

.container .cont-plate1 .plate1-main .main-cont .cont-box:hover .box-cent .cent-text,
.container .cont-plate1 .plate1-main .main-cont .cont-box:hover .box-cent .cent-link {
	opacity: 1;
}

.container .cont-plate1 .plate1-main .main-cont-active {
	position: static;
	opacity: 1;
	visibility: visible;
	transform: translatey(0);
	-o-transform: translatey(0);
	-moz-transform: translatey(0);
	-webkit-transform: translatey(0);
	transition: all 0.8s;
	-o-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
}

.container .cont-plate2 {
	position: relative;
	width: 100%;
	height: auto;
}

.container .cont-plate2 .plate2-main {
	position: relative;
	width: 100%;
	height: auto;
}

.container .cont-plate2 .plate2-main .main-cont {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0;
	visibility: hidden;
}

.container .cont-plate2 .plate2-main .main-cont .cont-pic {
	width: 100%;
	height: auto;
	background: #000;
}

.container .cont-plate2 .plate2-main .main-cont .cont-pic img {
	width: 100%;
	opacity: 0.7;
}

.container .cont-plate2 .plate2-main .main-cont .cont-cent {
	position: absolute;
	top: 0;
	left: 50%;
	width: 15.38rem;
	height: auto;
	padding-top: 1.2rem;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.container .cont-plate2 .plate2-main .main-cont .cont-cent .cent-English {
	font-family: 'HarmonyOS_Sans_Bold';
	font-size: 0.48rem;
	text-transform: uppercase;
	color: #fff;
}

.container .cont-plate2 .plate2-main .main-cont .cont-cent .cent-title {
	margin-top: 0.2rem;
	font-size: 0.3rem;
	color: #fff;
}

.container .cont-plate2 .plate2-main .main-cont .cont-cent .cent-subtitle {
	margin-top: 1.1rem;
	font-size: 0.36rem;
	color: #fff;
}

.container .cont-plate2 .plate2-main .main-cont .cont-cent .cent-heng {
	width: 30px;
	height: 4px;
	margin-top: 0.2rem;
	background: #fff;
}

.container .cont-plate2 .plate2-main .main-cont .cont-cent .cent-text {
	width: 6.1rem;
	margin-top: 0.4rem;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.container .cont-plate2 .plate2-main .main-cont .cont-cent a {
	display: inline-block;
	position: relative;
	margin-top: 0.4rem;
	padding-bottom: 0.1rem;
	font-size: 16px;
	color: #fff;
	border-bottom: solid 1px #ddd;
}

.container .cont-plate2 .plate2-main .main-cont .cont-cent a:hover {
	color: #0083cd;
	border-bottom: solid 1px #0083cd;
}

.container .cont-plate2 .plate2-main .main-cont-active {
	position: static;
	opacity: 1;
	visibility: visible;
	transition: all 0.8s;
	-o-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
}

.container .cont-plate2 .plate2-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2.33rem;
	padding: 0.4rem 1.2rem 0;
	background: rgba(0, 0, 0, 0.45);
}

.container .cont-plate2 .plate2-bottom .bottom-main {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.container .cont-plate2 .plate2-bottom .bottom-main::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
}

.container .cont-plate2 .plate2-bottom .bottom-main .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 20%;
	height: 1.42rem;
	cursor: pointer;
}

.container .cont-plate2 .plate2-bottom .bottom-main .swiper-slide::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #0083cd;
	transform: scale(0, 0) rotate(0deg) translate(0, -50%);
	-o-transform: scale(0, 0) rotate(0deg) translate(0, -50%);
	-moz-transform: scale(0, 0) rotate(0deg) translate(0, -50%);
	-webkit-transform: scale(0, 0) rotate(0deg) translate(0, -50%);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.container .cont-plate2 .plate2-bottom .bottom-main .swiper-slide .slide-box {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: solid 2px #fff;
	background: #fff;
	overflow: hidden;
	z-index: 9;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.container .cont-plate2 .plate2-bottom .bottom-main .swiper-slide .slide-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.container .cont-plate2 .plate2-bottom .bottom-main .swiper-slide .slide-title {
	position: absolute;
	top: 0.9rem;
	left: 0;
	width: 100%;
	height: auto;
	font-size: 16px;
	text-align: center;
	color: #fff;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.container .cont-plate2 .plate2-bottom .bottom-main .swiper-slide-active .slide-box {
	width: 1.42rem;
	height: 1.42rem;
}

.container .cont-plate2 .plate2-bottom .bottom-main .swiper-slide-active .slide-box img {
	opacity: 1;
}

.container .cont-plate2 .plate2-bottom .bottom-main .swiper-slide-active .slide-title {
	opacity: 0;
}

.container .cont-plate2 .plate2-bottom .bottom-main .swiper-slide-active::before {
	transform: scale(1, 1) rotate(0deg) translate(0, -50%);
	-o-transform: scale(1, 1) rotate(0deg) translate(0, -50%);
	-moz-transform: scale(1, 1) rotate(0deg) translate(0, -50%);
	-webkit-transform: scale(1, 1) rotate(0deg) translate(0, -50%);
}

.container .cont-plate2 .plate2-swiper-button-prev,
.container .cont-plate2 .plate2-swiper-button-next {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 15px;
	background: rgba(0, 0, 0, 0.15);
	cursor: pointer;
	outline: none;
	transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.container .cont-plate2 .plate2-swiper-button-prev img,
.container .cont-plate2 .plate2-swiper-button-next img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.container .cont-plate2 .plate2-swiper-button-prev .img2,
.container .cont-plate2 .plate2-swiper-button-next .img2 {
	opacity: 0;
}

.container .cont-plate2 .plate2-swiper-button-prev:hover,
.container .cont-plate2 .plate2-swiper-button-next:hover {
	background: #0083cd;
}

.container .cont-plate2 .plate2-swiper-button-prev:hover .img1,
.container .cont-plate2 .plate2-swiper-button-next:hover .img1 {
	opacity: 0;
}

.container .cont-plate2 .plate2-swiper-button-prev:hover .img2,
.container .cont-plate2 .plate2-swiper-button-next:hover .img2 {
	opacity: 1;
}

.container .cont-plate2 .plate2-swiper-button-prev {
	left: 0.7rem;
}

.container .cont-plate2 .plate2-swiper-button-next {
	right: 0.7rem;
}

.container .cont-web-plate2 {
	display: none;
}

.container .cont-plate3 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
}

.container .cont-plate3 .plate3-cent {
	width: 39.6%;
	height: auto;
	padding: 1.4rem 1rem 1rem 9.8%;
}

.container .cont-plate3 .plate3-cent .cent-English {
	font-family: 'HarmonyOS_Sans_Bold';
	font-size: 0.48rem;
	text-transform: uppercase;
	color: #000;
}

.container .cont-plate3 .plate3-cent .cent-title {
	margin-top: 0.2rem;
	font-size: 0.3rem;
	color: #333;
}

.container .cont-plate3 .plate3-cent .cent-subtitle {
	margin-top: 0.4rem;
	font-size: 0.3rem;
	font-weight: bold;
	color: #0083cd;
}

.container .cont-plate3 .plate3-cent .cent-text {
	margin-top: 0.25rem;
	font-size: 16px;
	line-height: 30px;
	color: #999;
}

.container .cont-plate3 .plate3-cent a {
	display: block;
	width: 150px;
	height: 50px;
	margin-top: 1.1rem;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border-radius: 45px;
	border: solid 2px #0083cd;
	background: #0083cd;
}

.container .cont-plate3 .plate3-cent a:hover {
	color: #0083cd;
	background: transparent;
}

.container .cont-plate3 .plate3-video {
	position: relative;
	width: 60.4%;
	height: auto;
}

.container .cont-plate3 .plate3-video .video-pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.container .cont-plate3 .plate3-video .video-pic img {
	width: 100%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.container .cont-plate3 .plate3-video .video-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.8rem;
	height: auto;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.container .cont-plate3 .plate3-video .video-icon img {
	width: 100%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.container .cont-plate3 .plate3-video .video-icon:hover img {
	transform: rotate(120deg);
	-o-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
}

.container .cont-plate3 .plate3-video:hover .video-pic img {
	transform: scale(1.05, 1.05) translateZ(0);
	-o-transform: scale(1.05, 1.05) translateZ(0);
	-moz-transform: scale(1.05, 1.05) translateZ(0);
	-webkit-transform: scale(1.05, 1.05 translateZ(0));
}

.container .cont-plate4 {
	width: 100%;
	height: auto;
	padding: 1.2rem 0 1.4rem;
	background: #f5f5f5 url(../images/plate4-bg.jpg) no-repeat bottom left;
	background-size: 100%;
}

.container .cont-plate4 .plate4-main {
	width: 15.38rem;
	height: auto;
	margin: 0 auto;
}

.container .cont-plate4 .plate4-main .main-title {
	font-size: 0.36rem;
	font-weight: bold;
	text-align: center;
	color: #0083cd;
}

.container .cont-plate4 .plate4-main .main-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
	margin-top: 1rem;
	padding: 0 1.4rem;
}

.container .cont-plate4 .plate4-main .main-box .box-item {
	width: 20%;
	height: auto;
}

.container .cont-plate4 .plate4-main .main-box .box-item .item-title {
	width: auto;
	height: auto;
}

.container .cont-plate4 .plate4-main .main-box .box-item .item-title .num1 {
	font-family: 'DIN-BOLD';
	font-size: 0.72rem;
	color: #c8a16c;
}

.container .cont-plate4 .plate4-main .main-box .box-item .item-title em {
	position: relative;
	font-size: 0.3rem;
	color: #c8a16c;
}

.container .cont-plate4 .plate4-main .main-box .box-item .item-title em i {
	position: absolute;
	top: -0.3rem;
	left: 0;
	font-size: 0.3rem;
	font-weight: bold;
	color: #c8a16c;
}

.container .cont-plate4 .plate4-main .main-box .box-item .item-text {
	margin-top: 0.1rem;
	font-size: 16px;
	color: #333;
}

.container .cont-plate4 .plate4-main .main-box .box-item:first-of-type {
	width: 1.5rem;
}

.container .cont-plate4 .plate4-main .main-box .box-item:nth-child(2) {
	width: 1.7rem;
}

.container .cont-plate4 .plate4-main .main-box .box-item:nth-child(3) {
	width: 2.5rem;
}

.container .cont-plate4 .plate4-main .main-box .box-item:nth-child(4) {
	width: 1.8rem;
}

.container .cont-plate4 .plate4-main .main-box .box-item:last-of-type {
	width: 1rem;
}

.container .video-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.container .cont-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 13.72rem;
	height: auto;
	background: #000;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.container .cont-popup .popup-icon {
	position: absolute;
	top: -50px;
	right: -10px;
	width: 24px;
	cursor: pointer;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.container .cont-popup .popup-icon:hover {
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.container .cont-popup video {
	width: 100%;
	height: auto;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.container .cont-plate5 {
	width: 100%;
	height: auto;
	padding: 1.4rem 0;
}

.container .cont-plate5 .plate5-main {
	width: 15.38rem;
	height: auto;
	margin: 0 auto;
}

.container .cont-plate5 .plate5-main .main-English {
	font-family: 'HarmonyOS_Sans_Bold';
	font-size: 0.48rem;
	text-align: center;
	text-transform: uppercase;
	color: #333;
}

.container .cont-plate5 .plate5-main .main-title {
	margin-top: 0.2rem;
	font-size: 0.3rem;
	text-align: center;
	color: #666;
}

.container .cont-plate5 .plate5-main .main-box {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	height: auto;
	margin-top: 1rem;
}

.container .cont-plate5 .plate5-main .main-box .box-item {
	position: relative;
	width: calc(100% / 3 - 0.8rem);
	height: auto;
	padding: 1.4rem 0.35rem 1.1rem;
	margin-left: 1.2rem;
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	overflow: hidden;
}

.container .cont-plate5 .plate5-main .main-box .box-item:first-of-type {
	margin-left: 0;
}

.container .cont-plate5 .plate5-main .main-box .box-item .item-time {
	font-family: 'HarmonyOS_Sans_Bold';
	font-size: 14px;
	color: #666;
}

.container .cont-plate5 .plate5-main .main-box .box-item .item-title {
	margin-top: 0.2rem;
	font-size: 0.24rem;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.container .cont-plate5 .plate5-main .main-box .box-item .item-text {
	margin-top: 0.5rem;
	font-size: 16px;
	line-height: 32px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.container .cont-plate5 .plate5-main .main-box .box-item .item-cent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 1;
	transform: translatey(0);
	-o-transform: translatey(0);
	-moz-transform: translatey(0);
	-webkit-transform: translatey(0);
	transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-pic {
	width: 100%;
	height: 100%;
}

.container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-lump {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0 0.6rem;
}

.container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-lump .lump-title {
	font-size: 0.24rem;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-lump .lump-time {
	padding: 0.6rem 0 0.35rem;
	font-family: 'HarmonyOS_Sans_Bold';
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
}

.container .cont-plate5 .plate5-main .main-box .box-item:hover .item-cent {
	opacity: 0;
	transform: translatey(100%);
	-o-transform: translatey(100%);
	-moz-transform: translatey(100%);
	-webkit-transform: translatey(100%);
}

.container .cont-plate5 .plate5-main .main-web-box {
	display: none;
}

.container .cont-plate6 {
	width: 100%;
	height: auto;
	padding-top: 1.4rem;
	background: #f8f8f8;
}

.container .cont-plate6 .plate6-English {
	font-family: 'HarmonyOS_Sans_Bold';
	font-size: 0.48rem;
	text-align: center;
	text-transform: uppercase;
	color: #333;
}

.container .cont-plate6 .plate6-title {
	margin-top: 0.2rem;
	font-size: 0.36rem;
	text-align: center;
	color: #666;
}

.container .cont-plate6 .plate6-main {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 1rem;
}

.container .cont-plate6 .plate6-main .main-pic {
	position: relative;
	width: 100%;
	height: auto;
	background: #000;
}

.container .cont-plate6 .plate6-main .main-pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}

.container .cont-plate6 .plate6-main .main-pic .active {
	position: static;
	opacity: 0.7;
	transition: all 0.8s;
	-o-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
}

.container .cont-plate6 .plate6-main .main-cont {
	display: flex;
	justify-content: flex-start;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.container .cont-plate6 .plate6-main .main-cont .cont-item {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	width: calc(100% / 3);
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.container .cont-plate6 .plate6-main .main-cont .cont-item .item-icon {
	width: 56px;
	height: auto;
}

.container .cont-plate6 .plate6-main .main-cont .cont-item .item-icon img {
	width: 100%;
}

.container .cont-plate6 .plate6-main .main-cont .cont-item .item-title {
	width: 100%;
	margin-top: 0.2rem;
	font-size: 0.24rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.container .cont-plate6 .plate6-main .main-cont .cont-item .item-English {
	width: 100%;
	margin-top: 0.15rem;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.container .cont-plate6 .plate6-main .main-cont .cont-item .item-cent {
	display: none;
	margin-top: 0.7rem;
	padding: 0 1.2rem;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.container .cont-plate6 .plate6-main .main-cont .cont-item-active {
	background: rgba(0, 131, 204, 0.9);
}

.container .cont-plate6 .plate6-main .main-cont .cont-item-active .item-cent {
	display: block;
}

.container .cont-plate6 .plate6-web-main {
	display: none;
}

.product {
	width: 100%;
	height: auto;
	background: #f2f2f2;
}

.product .product-main {
	width: 15.38rem;
	height: auto;
	margin: 0 auto;
}

.product .product-main .main-top {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 0.4rem 0 0.45rem;
	margin-bottom: 0.5rem;
	border-bottom: solid 1px #d9d9d9;
}

.product .product-main .main-top .top-left {
	width: auto;
	height: auto;
}

.product .product-main .main-top .top-left .left-English {
	font-family: 'HarmonyOS_Sans_Bold';
	font-size: 0.48rem;
	text-transform: uppercase;
	color: #000;
}

.product .product-main .main-top .top-left .left-title {
	margin-top: 0.15rem;
	font-size: 0.3rem;
	color: #333;
}

.product .product-main .main-top .top-serach {
	display: flex;
	justify-content: flex-end;
	width: 380px;
	height: 65px;
}

.product .product-main .main-top .top-serach input {
	width: 315px;
	height: 100%;
	padding: 0 0.3rem;
	font-size: 16px;
	color: #333;
	background: #fff;
	border: solid 1px #e2e2e2;
	border-right: none;
}

.product .product-main .main-top .top-serach input::placeholder {
	font-size: 16px;
	color: #999;
}

.product .product-main .main-top .top-serach a {
	width: 65px;
	height: 65px;
	text-align: center;
	line-height: 65px;
	background: #0083cd;
}

.product .product-main .main-top .top-serach a img {
	width: 20px;
}

.product .product-main .main-cont {
	width: 100%;
	height: auto;
	margin-bottom: 0.6rem;
}

.product .product-main .main-cont .cont-top {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.product .product-main .main-cont .cont-top .top-left {
	width: auto;
	height: auto;
}

.product .product-main .main-cont .cont-top .top-left .left-title {
	font-size: 0.24rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}

.product .product-main .main-cont .cont-top .top-left .left-heng {
	width: 24px;
	height: 4px;
	margin: 0.25rem 0 0.4rem;
	background: #0083cd;
}

.product .product-main .main-cont .cont-top a {
	width: 150px;
	height: 50px;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	color: #666;
	border-radius: 10px;
	border: solid 1px #666;
}

.product .product-main .main-cont .cont-top a:hover {
	color: #fff;
	border: solid 1px transparent;
	background: #0083cd;
}

.product .product-main .main-cont .cont-box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}

.product .product-main .main-cont .cont-box .box-item {
	width: calc(100% / 4 - 0.285rem);
	height: auto;
	margin-left: 0.38rem;
	margin-bottom: 0.4rem;
	background: #fff;
}

.product .product-main .main-cont .cont-box .box-item:nth-child(4n + 1) {
	margin-left: 0;
}

.product .product-main .main-cont .cont-box .box-item .item-pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.product .product-main .main-cont .cont-box .box-item .item-pic img {
	width: 100%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.product .product-main .main-cont .cont-box .box-item .item-heng {
	width: 2.25rem;
	height: 1px;
	margin: 0 auto;
	background: #f7f7f7;
}

.product .product-main .main-cont .cont-box .box-item .item-cent {
	width: 100%;
	height: auto;
	padding: 0.4rem 0.3rem;
}

.product .product-main .main-cont .cont-box .box-item .item-cent .cent-title {
	font-size: 16px;
	text-align: center;
	color: #333;
}

.product .product-main .main-cont .cont-box .box-item .item-cent .cent-button {
	width: 22px;
	height: 22px;
	margin: 0.1rem auto 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
	color: #ccc;
	border-radius: 50%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.product .product-main .main-cont .cont-box .box-item .item-cent .cent-text {
	margin-top: 0.1rem;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.product .product-main .main-cont .cont-box .box-item:hover .item-pic img {
	transform: scale(1.1, 1.1) translateZ(0);
	-o-transform: scale(1.1, 1.1) translateZ(0);
	-moz-transform: scale(1.1, 1.1) translateZ(0);
	-webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.product .product-main .main-cont .cont-box .box-item:hover .item-cent .cent-title {
	font-weight: bold;
}

.product .product-main .main-cont .cont-box .box-item:hover .item-cent .cent-button {
	color: #fff;
	background: #0083cd;
}

.productDetails {
	width: 100%;
	height: auto;
}

.productDetails .productDetails-plate1 {
	display: flex;
	justify-content: space-between;
	width: 15.38rem;
	height: auto;
	margin: 0 auto;
	padding: 1.2rem 0;
}

.productDetails .productDetails-plate1 .plate1-pic {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: auto;
	background: #fafafa;
	overflow: hidden;
}

.productDetails .productDetails-plate1 .plate1-pic img {
	width: 100%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.productDetails .productDetails-plate1 .plate1-pic:hover img {
	transform: scale(1.1, 1.1) translateZ(0);
	-o-transform: scale(1.1, 1.1) translateZ(0);
	-moz-transform: scale(1.1, 1.1) translateZ(0);
	-webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.productDetails .productDetails-plate1 .plate1-cent {
	width: 50%;
	height: auto;
	padding: 0.4rem 0 0 0.9rem;
}

.productDetails .productDetails-plate1 .plate1-cent .cent-title {
	font-size: 0.3rem;
	font-weight: bold;
	color: #333;
}

.productDetails .productDetails-plate1 .plate1-cent .cent-heng {
	width: 40px;
	height: 3px;
	margin: 0.3rem 0 0;
	background: #0083cd;
}

.productDetails .productDetails-plate1 .plate1-cent .cent-text {
	display: flex;
	justify-content: space-between;
	margin-top: 0.36rem;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	color: #666;
}

.productDetails .productDetails-plate1 .plate1-cent .cent-text span {
	width: calc(100% - 0.7rem);
	color: #999;
}

.productDetails .productDetails-plate1 .plate1-cent .cent-bottom {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	height: auto;
	margin-top: 0.9rem;
}

.productDetails .productDetails-plate1 .plate1-cent .cent-bottom .bottom-item {
	position: relative;
	width: 1.04rem;
	height: 0.64rem;
	margin-right: 4px;
	border: solid 1px #e9e9e9;
}

.productDetails .productDetails-plate1 .plate1-cent .cent-bottom .bottom-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 23px;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.productDetails .productDetails-plate1 .plate1-cent .cent-bottom .bottom-item .img2 {
	opacity: 0;
}

.productDetails .productDetails-plate1 .plate1-cent .cent-bottom .bottom-item:hover {
	width: 2.54rem;
	background: #0083cd;
}

.productDetails .productDetails-plate1 .plate1-cent .cent-bottom .bottom-item:hover .img1 {
	opacity: 0;
}

.productDetails .productDetails-plate1 .plate1-cent .cent-bottom .bottom-item:hover .img2 {
	opacity: 1;
}

.productDetails .productDetails-plate2 {
	width: 15.38rem;
	height: auto;
	margin: 0 auto;
}

.productDetails .productDetails-plate2 .plate2-title {
	font-size: 0.3rem;
	font-weight: bold;
	color: #333;
}

.productDetails .productDetails-plate2 .plate2-main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	margin-top: 0.6rem;
}

.productDetails .productDetails-plate2 .plate2-main .main-item {
	width: calc(50% - 0.3rem);
	height: auto;
}

.productDetails .productDetails-plate2 .plate2-main .main-item .item-pic {
	width: 100%;
	height: auto;
	background: #e3e6ee;
	overflow: hidden;
}

.productDetails .productDetails-plate2 .plate2-main .main-item .item-pic img {
	width: 100%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.productDetails .productDetails-plate2 .plate2-main .main-item .item-pic:hover img {
	transform: scale(1.1, 1.1) translateZ(0);
	-o-transform: scale(1.1, 1.1) translateZ(0);
	-moz-transform: scale(1.1, 1.1) translateZ(0);
	-webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.productDetails .productDetails-plate2 .plate2-main .main-item .item-title {
	margin-top: 0.4rem;
	font-size: 18px;
	text-align: center;
	color: #393435;
}

.productDetails .productDetails-plate3 {
	width: 15.38rem;
	height: auto;
	margin: 1.1rem auto 0;
	padding-bottom: 1.2rem;
}

.productDetails .productDetails-plate3 .plate3-title {
	font-size: 0.3rem;
	font-weight: bold;
	color: #333;
}

.productDetails .productDetails-plate3 .plate3-main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	margin-top: 0.6rem;
}

.productDetails .productDetails-plate3 .plate3-main .main-item {
	width: calc(50% - 0.3rem);
	height: auto;
	border: solid 1px #e3e6ee;
}

.productDetails .productDetails-plate3 .plate3-main .main-item .item-pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.productDetails .productDetails-plate3 .plate3-main .main-item .item-pic img {
	width: 100%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.productDetails .productDetails-plate3 .plate3-main .main-item .item-pic:hover img {
	transform: scale(1.1, 1.1) translateZ(0);
	-o-transform: scale(1.1, 1.1) translateZ(0);
	-moz-transform: scale(1.1, 1.1) translateZ(0);
	-webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.productDetails .productDetails-plate3 .plate3-list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 0.9rem;
	margin-top: 0.3rem;
	padding: 0 0.3rem 0 0.36rem;
	background: #f6f7f9;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.productDetails .productDetails-plate3 .plate3-list .list-left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: calc(100% - 1.4rem);
}

.productDetails .productDetails-plate3 .plate3-list .list-left .left-icon {
	position: relative;
	width: 0.6rem;
	height: 100%;
}

.productDetails .productDetails-plate3 .plate3-list .list-left .left-icon img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 0.27rem;
	transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.productDetails .productDetails-plate3 .plate3-list .list-left .left-icon .icon2 {
	opacity: 0;
}

.productDetails .productDetails-plate3 .plate3-list .list-left .left-title {
	width: calc(100% - 0.6rem);
	height: auto;
	font-size: 16px;
	color: #333;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.productDetails .productDetails-plate3 .plate3-list .list-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90px;
	height: 100%;
}

.productDetails .productDetails-plate3 .plate3-list .list-right .right-text {
	width: auto;
	height: auto;
	font-size: 14px;
	color: #333;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.productDetails .productDetails-plate3 .plate3-list .list-right .right-icon {
	position: relative;
	width: 18px;
	height: 100%;
}

.productDetails .productDetails-plate3 .plate3-list .list-right .right-icon img {
	position: absolute;
	top: 50%;
	right: 0;
	width: 18px;
	transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.productDetails .productDetails-plate3 .plate3-list .list-right .right-icon .pic-iocn2 {
	opacity: 0;
}

.productDetails .productDetails-plate3 .plate3-list:hover {
	background: #0083cd;
}

.productDetails .productDetails-plate3 .plate3-list:hover .icon2,
.productDetails .productDetails-plate3 .plate3-list:hover .pic-iocn2 {
	opacity: 1 !important;
}

.productDetails .productDetails-plate3 .plate3-list:hover .icon1,
.productDetails .productDetails-plate3 .plate3-list:hover .pic-iocn1 {
	opacity: 0 !important;
}

.productDetails .productDetails-plate3 .plate3-list:hover .left-title,
.productDetails .productDetails-plate3 .plate3-list:hover .right-text {
	color: #fff !important;
}

.productDetails .productDetails-plate4 {
	width: 100%;
	height: auto;
}

.productDetails .productDetails-plate4 .plate4-title {
	font-size: 0.3rem;
	font-weight: bold;
	text-align: center;
	color: #333;
}

.productDetails .productDetails-plate4 .plate4-main {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	height: auto;
	margin-top: 0.6rem;
}

.productDetails .productDetails-plate4 .plate4-main .main-item {
	width: calc(100% / 3 - 2px);
	height: auto;
	margin-left: 3px;
	background: #fafafa;
}

.productDetails .productDetails-plate4 .plate4-main .main-item:first-of-type {
	margin-left: 0;
}

.productDetails .productDetails-plate4 .plate4-main .main-item .item-pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.productDetails .productDetails-plate4 .plate4-main .main-item .item-pic img {
	width: 100%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.productDetails .productDetails-plate4 .plate4-main .main-item .item-cent {
	width: 100%;
	height: auto;
	padding: 0.2rem 0.3rem 0.6rem;
}

.productDetails .productDetails-plate4 .plate4-main .main-item .item-cent .cent-title {
	font-size: 0.3rem;
	font-weight: bold;
	text-align: center;
	color: #333;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.productDetails .productDetails-plate4 .plate4-main .main-item .item-cent .cent-text {
	margin-top: 0.05rem;
	font-size: 16px;
	text-align: center;
	color: #999;
}

.productDetails .productDetails-plate4 .plate4-main .main-item:hover .item-pic img {
	transform: scale(1.1, 1.1) translateZ(0);
	-o-transform: scale(1.1, 1.1) translateZ(0);
	-moz-transform: scale(1.1, 1.1) translateZ(0);
	-webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.productDetails .productDetails-plate4 .plate4-main .main-item:hover .item-cent .cent-title {
	color: #0083cd;
}

.solution {
	width: 100%;
	height: auto;
	padding: 1.2rem 0 0.9rem;
}

.solution .solution-main {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 15.38rem;
	height: auto;
	margin: 0 auto;
}

.solution .solution-main .main-item {
	width: calc(100% / 3 - 0.32rem);
	height: auto;
	margin-left: 0.48rem;
	margin-bottom: 0.3rem;
}

.solution .solution-main .main-item:nth-child(3n + 1) {
	margin-left: 0;
}

.solution .solution-main .main-item .item-pic {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
}

.solution .solution-main .main-item .item-pic img {
	width: 100%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.solution .solution-main .main-item .item-pic .item-cont {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0.35rem 0.8rem 0;
	background: rgba(0, 131, 205, 0.8);
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.solution .solution-main .main-item .item-pic .item-cont a {
	position: relative;
	width: 50%;
	padding-left: 0.18rem;
	padding-right: 0.1rem;
	font-size: 16px;
	line-height: 0.48rem;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.solution .solution-main .main-item .item-pic .item-cont a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
}

.solution .solution-main .main-item .item-pic .item-cont a:hover {
	text-decoration: underline;
}

.solution .solution-main .main-item .item-cent {
	display: block;
	width: 100%;
	height: auto;
	padding: 0.25rem 0.3rem 0.35rem;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.solution .solution-main .main-item .item-cent .cent-title {
	font-size: 18px;
	font-weight: bold;
	color: #222;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.solution .solution-main .main-item .item-cent .cent-title:hover {
	color: #0083cd;
}

.solution .solution-main .main-item .item-cent .cent-text {
	margin-top: 0.2rem;
	font-size: 16px;
	line-height: 36px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.solution .solution-main .main-item:hover .item-pic img {
	transform: scale(1.1, 1.1) translateZ(0);
	-o-transform: scale(1.1, 1.1) translateZ(0);
	-moz-transform: scale(1.1, 1.1) translateZ(0);
	-webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.solution .solution-main .main-item:hover .item-pic .item-cont {
	opacity: 1;
}

.solution .solution-main .main-item:hover .item-cent {
	background: #f9f9f9;
}

.solutioninfo-wrapper>div {
	margin-top: 1.2rem;
}

.solutioninfo-wrapper .line {
	width: 0.4rem;
	height: 0.03rem;
	background-color: #e0e0e0;
}

.solutioninfo-wrapper .caption-box {
	text-align: center;
	margin-bottom: 0.6rem;
}

.solutioninfo-wrapper .caption-box h4 {
	font-size: var(--fs36);
	color: #333;
	line-height: 0.48rem;
}

.solutioninfo-wrapper .caption-box .line {
	margin: 0.22rem auto 0;
}

.solutioninfo-wrapper .box-1 .box-container {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.solutioninfo-wrapper .box-1 .pic {
	width: 50%;
}

.solutioninfo-wrapper .box-1 .pic:hover img {
	transform: scale(1.05, 1.05) translateZ(0);
	-o-transform: scale(1.05, 1.05) translateZ(0);
	-moz-transform: scale(1.05, 1.05) translateZ(0);
	-webkit-transform: scale(1.05, 1.05 translateZ(0));
}

.solutioninfo-wrapper .box-1 .info {
	width: 37.76%;
	padding-top: 0.15rem;
}

.solutioninfo-wrapper .box-1 h3 {
	font-size: var(--fs48);
	color: #000;
	line-height: 0.6rem;
}

.solutioninfo-wrapper .box-1 .en {
	font-size: var(--fs24);
	color: #000;
	text-transform: uppercase;
	line-height: 0.3rem;
	margin: 0.17rem auto 0.34rem;
}

.solutioninfo-wrapper .box-1 .desc {
	font-size: 14px;
	line-height: 0.36rem;
	text-align: justify;
	margin-top: 0.28rem;
}

.solutioninfo-wrapper .box-2 {
	padding: 1.17rem 0 1.15rem;
	background-color: #f6f6f6;
}

.solutioninfo-wrapper .box-2 ul {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	flex-flow: wrap;
}

.solutioninfo-wrapper .box-2 ul li {
	width: 23.18%;
	margin-right: 2.426%;
	margin-top: 2.426%;
	text-align: center;
	background: #fff;
}

.solutioninfo-wrapper .box-2 ul li:nth-child(-n+4) {
	margin-top: 0;
}

.solutioninfo-wrapper .box-2 ul li:nth-child(4n),
.solutioninfo-wrapper .box-2 ul li:last-child {
	margin-right: 0;
}

.solutioninfo-wrapper .box-2 ul li:hover .pic img {
	transform: scale(1.05, 1.05) translateZ(0);
	-o-transform: scale(1.05, 1.05) translateZ(0);
	-moz-transform: scale(1.05, 1.05) translateZ(0);
	-webkit-transform: scale(1.05, 1.05 translateZ(0));
}

.solutioninfo-wrapper .box-2 ul li:hover .name {
	font-weight: 700;
}

.solutioninfo-wrapper .box-2 ul li:hover .icon {
	background-color: #0083cd;
	background-image: url(../images/solution/dot2.png);
}

.solutioninfo-wrapper .box-2 ul li a {
	display: block;
}

.solutioninfo-wrapper .box-2 .info {
	margin-top: 0.15rem;
	padding: 0.32rem 0.66rem 0.44rem;
	position: relative;
}

.solutioninfo-wrapper .box-2 .info:before {
	content: "";
	position: absolute;
	left: 0.66rem;
	top: 0;
	z-index: 1;
	width: calc(100% - 1.32rem);
	height: 1px;
	background: #f0f0f0;
}

.solutioninfo-wrapper .box-2 .name {
	font-size: var(--fs16);
	color: #333;
	line-height: 0.3rem;
	height: 0.3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition: color 0.3s;
	-o-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	margin-bottom: 3px;
}

.solutioninfo-wrapper .box-2 .icon {
	width: 0.22rem;
	height: 0.22rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 50%;
	margin: 0 auto;
	background-image: url(../images/solution/dot.png);
	transition: background 0.3s;
	-o-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-webkit-transition: background 0.3s;
}

.support {
	width: 100%;
	height: auto;
	padding: 1.2rem 0;
}

.support .support-plate1 {
	width: 15.38rem;
	height: auto;
	margin: 0 auto;
}

.support .support-plate1 .plate1-English {
	font-family: 'HarmonyOS_Sans_Bold';
	font-size: 0.48rem;
	text-transform: uppercase;
	color: #000;
}

.support .support-plate1 .plate1-title {
	margin-top: 0.06rem;
	font-size: 0.3rem;
	color: #333;
}

.support .support-plate1 .plate1-text {
	margin-top: 0.48rem;
	font-size: 16px;
	line-height: 36px;
	color: #666;
}

.support .support-plate2 {
	width: 100%;
	height: auto;
	margin-top: 0.5rem;
	padding-left: 9.9%;
}

.support .support-plate2 .plate2-main {
	width: 100%;
	height: auto;
}

.support .support-plate2 .plate2-main .main-title {
	font-size: 0.24rem;
	color: #333;
}

.support .support-plate2 .plate2-main .main-box {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 0.64rem;
	margin-top: 0.4rem;
	overflow: hidden;
}

.support .support-plate2 .plate2-main .main-box .swiper-slide {
	width: 7rem;
	height: auto;
}

.support .support-plate2 .plate2-main .main-box .swiper-slide .slide-pic {
	width: 100%;
	height: auto;
}

.support .support-plate2 .plate2-main .main-box .swiper-slide .slide-pic img {
	width: 100%;
}

.support .support-plate2 .plate2-main .main-box .swiper-scrollbar {
	width: 100%;
	height: 4px;
}

.support .support-plate2 .plate2-main .main-box .swiper-scrollbar .swiper-scrollbar-drag {
	background: #0083cd;
}

.newsDetails {
	width: 100%;
	height: auto;
	padding: 1.2rem 0;
}

.newsDetails .newsDetail-box {
	display: flex;
	justify-content: space-between;
	width: 15.4rem;
	height: auto;
	margin: 0 auto;
}

.newsDetails .newsDetail-box .box-left {
	width: 10.3rem;
	height: auto;
}

.newsDetails .newsDetail-box .box-left .left-title {
	font-size: 0.3rem;
	font-weight: bold;
	color: #231e37;
}

.newsDetails .newsDetail-box .box-left .left-top {
	width: 100%;
	height: auto;
	margin-top: 0.24rem;
}

.newsDetails .newsDetail-box .box-left .left-top span {
	font-size: 14px;
	color: #999;
	margin-right: 0.2rem;
}

.newsDetails .newsDetail-box .box-left .left-top span img {
	width: 16px;
	margin: -0.02rem 0.06rem 0 0;
}

.newsDetails .newsDetail-box .box-left .left-box {
	width: 100%;
	height: auto;
	margin-top: 0.3rem;
	font-size: 16px;
	line-height: 32px;
	color: #666;
}

.newsDetails .newsDetail-box .box-left .left-box img {
	display: block;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}

.newsDetails .newsDetail-box .box-right {
	width: 4rem;
	height: 100%;
}

.newsDetails .newsDetail-box .box-right .right-top {
	width: 100%;
	height: auto;
	padding: 0.4rem 0.48rem 0.2rem;
	background: #fafafa;
}

.newsDetails .newsDetail-box .box-right .right-top .top-title {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #0083cd;
}

.newsDetails .newsDetail-box .box-right .right-top .top-English {
	margin-top: 0.1rem;
	font-size: 14px;
	color: #353744;
	opacity: 0.3;
}

.newsDetails .newsDetail-box .box-right .right-top .top-heng {
	width: 24px;
	height: 4px;
	margin: 0.25rem 0 0.3rem;
	background: #0083cd;
}

.newsDetails .newsDetail-box .box-right .right-top .top-cont {
	width: 100%;
	height: auto;
}

.newsDetails .newsDetail-box .box-right .right-top .top-cont .cont-list {
	width: 100%;
	height: auto;
	padding-bottom: 0.4rem;
}

.newsDetails .newsDetail-box .box-right .right-top .top-cont .cont-list .list-pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.newsDetails .newsDetail-box .box-right .right-top .top-cont .cont-list .list-pic img {
	width: 100%;
	height: auto;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.newsDetails .newsDetail-box .box-right .right-top .top-cont .cont-list .list-title {
	margin-top: 0.2rem;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.newsDetails .newsDetail-box .box-right .right-top .top-cont .cont-list .list-botton {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	height: auto;
	margin-top: 0.2rem;
	font-size: 14px;
	color: #999;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.newsDetails .newsDetail-box .box-right .right-top .top-cont .cont-list .list-botton img {
	width: 14px;
	margin-left: 0.1rem;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.newsDetails .newsDetail-box .box-right .right-top .top-cont .cont-list:hover .list-pic img {
	transform: scale(1.1, 1.1) translateZ(0);
	-o-transform: scale(1.1, 1.1) translateZ(0);
	-moz-transform: scale(1.1, 1.1) translateZ(0);
	-webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.newsDetails .newsDetail-box .box-right .right-top .top-cont .cont-list:hover .list-title {
	color: #0083cd;
}

.newsDetails .newsDetail-box .box-right .right-top .top-cont .cont-list:hover .list-botton img {
	margin-left: 0.2rem;
}

.newsDetails .newsDetail-box .box-right .right-bottom {
	width: 100%;
	height: auto;
	padding: 0.5rem;
	margin-top: 0.2rem;
	background: #fafafa;
}

.newsDetails .newsDetail-box .box-right .right-bottom .bottom-title {
	margin-bottom: 0.16rem;
	font-size: 16px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsDetails .newsDetail-box .box-right .right-bottom .bottom-title a {
	font-size: 16px;
	color: #333;
}

.newsDetails .newsDetail-box .box-right .right-bottom .bottom-title a:hover {
	color: #0083cd;
}

.newsDetails .newsDetail-box .box-right .right-bottom .bottom-share {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	height: auto;
	margin-top: 0.12rem;
}

.newsDetails .newsDetail-box .box-right .right-bottom .bottom-share a {
	display: block;
	position: relative;
	width: 36px;
	height: 36px;
	margin-right: 0.15rem;
	border-radius: 50%;
	border: solid 1px #e8e8e8;
}

.newsDetails .newsDetail-box .box-right .right-bottom .bottom-share a img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.newsDetails .newsDetail-box .box-right .right-bottom .bottom-share a .img2 {
	opacity: 0;
}

.newsDetails .newsDetail-box .box-right .right-bottom .bottom-share a:hover {
	border: solid 1px transparent;
	background: #0083cd;
}

.newsDetails .newsDetail-box .box-right .right-bottom .bottom-share a:hover .img2 {
	opacity: 1;
}

.newsDetails .newsDetail-box .box-right .right-bottom .bottom-share a:hover .img1 {
	opacity: 0;
}

.newsDetails .newsDetail-box .box-right .right-bottom .bottom-botton {
	display: block;
	width: 100%;
	height: 0.5rem;
	margin-top: 0.45rem;
	font-size: 16px;
	line-height: 0.5rem;
	text-align: center;
	color: #fff;
	background: #0083cd;
}

.newsDetails .newsDetail-box .box-right .right-bottom .bottom-botton img {
	width: 14px;
	margin: -0.04rem 0 0 0.1rem;
}

.newsDetails .newsDetail-box .box-right .right-bottom .bottom-botton:hover {
	transform: translatey(-8px);
	-o-transform: translatey(-8px);
	-moz-transform: translatey(-8px);
	-webkit-transform: translatey(-8px);
}

.news {
	width: 100%;
	height: auto;
	padding: 1.2rem 0;
}

.news .news-main {
	width: 15.38rem;
	height: auto;
	margin: 0 auto;
}

.news .news-main .main-English {
	font-family: 'HarmonyOS_Sans_Bold';
	font-size: 0.48rem;
	text-transform: uppercase;
	color: #000;
}

.news .news-main .main-title {
	margin-top: 0.05rem;
	font-size: 0.3rem;
	color: #333;
}

.news .news-main .main-cont {
	width: 100%;
	height: auto;
	margin-top: 0.75rem;
}

.news .news-main .main-cont .cont-item {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 0.3rem;
}

.news .news-main .main-cont .cont-item .item-time {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	width: 0.95rem;
	height: auto;
	background: #f0f0f0;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.news .news-main .main-cont .cont-item .item-time .time-one {
	width: 100%;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	color: #999;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.news .news-main .main-cont .cont-item .item-time .time-date {
	width: 100%;
	font-family: Arial;
	font-size: 0.3rem;
	font-weight: bold;
	text-align: center;
	color: #999;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.news .news-main .main-cont .cont-item .item-time .time-year {
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	color: #999;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.news .news-main .main-cont .cont-item .item-pic {
	width: 5.3rem;
	height: auto;
	overflow: hidden;
}

.news .news-main .main-cont .cont-item .item-pic img {
	width: 100%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.news .news-main .main-cont .cont-item .item-cent {
	width: 9.1rem;
	height: auto;
	padding: 0.6rem 2rem 0 1.4rem;
	border: solid 1px #e9e9e9;
}

.news .news-main .main-cont .cont-item .item-cent .cent-title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .news-main .main-cont .cont-item .item-cent .cent-text {
	margin-top: 0.2rem;
	font-size: 16px;
	line-height: 26px;
	color: #8b9195;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news .news-main .main-cont .cont-item .item-cent .cent-button {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 2.15rem;
	height: 0.62rem;
	margin-top: 0.6rem;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.news .news-main .main-cont .cont-item .item-cent .cent-button .button-title {
	display: none;
	margin-right: 0.2rem;
	font-size: 16px;
	color: #fff;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.news .news-main .main-cont .cont-item .item-cent .cent-button span {
	position: relative;
	width: 0.4rem;
	height: 0.15rem;
}

.news .news-main .main-cont .cont-item .item-cent .cent-button span img {
	position: absolute;
	width: 100%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.news .news-main .main-cont .cont-item .item-cent .cent-button span .img2 {
	opacity: 0;
}

.news .news-main .main-cont .cont-item:hover .item-time {
	background: #0083cd;
}

.news .news-main .main-cont .cont-item:hover .item-time .time-one,
.news .news-main .main-cont .cont-item:hover .item-time .time-date,
.news .news-main .main-cont .cont-item:hover .item-time .time-year {
	color: #fff;
}

.news .news-main .main-cont .cont-item:hover .item-pic img {
	transform: scale(1.1, 1.1) translateZ(0);
	-o-transform: scale(1.1, 1.1) translateZ(0);
	-moz-transform: scale(1.1, 1.1) translateZ(0);
	-webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.news .news-main .main-cont .cont-item:hover .item-cent .cent-button {
	justify-content: center;
	background: #0083cd;
}

.news .news-main .main-cont .cont-item:hover .item-cent .cent-button .button-title {
	display: block;
}

.news .news-main .main-cont .cont-item:hover .item-cent .cent-button span .img1 {
	opacity: 0;
}

.news .news-main .main-cont .cont-item:hover .item-cent .cent-button span .img2 {
	opacity: 1;
}

.contact {
	width: 100%;
	height: auto;
}

.contact .contact-plate1 {
	display: flex;
	justify-content: space-between;
	width: 15.38rem;
	height: auto;
	margin: 0 auto;
	padding: 1.2rem 0;
}

.contact .contact-plate1 .plate1-cent {
	width: 46.7%;
	height: auto;
	padding-right: 0.5rem;
}

.contact .contact-plate1 .plate1-cent .cent-English {
	font-family: 'HarmonyOS_Sans_Bold';
	font-size: 0.48rem;
	text-transform: uppercase;
	color: #000;
}

.contact .contact-plate1 .plate1-cent .cent-title {
	margin-bottom: 0.7rem;
	font-size: 0.3rem;
	color: #333;
}

.contact .contact-plate1 .plate1-cent .cent-subtitle {
	font-size: 14px;
	color: #999;
}

.contact .contact-plate1 .plate1-cent .cent-tel {
	margin-bottom: 0.45rem;
	font-size: 0.36rem;
	font-weight: bold;
	color: #333;
}

.contact .contact-plate1 .plate1-cent .cent-tel span {
	font-family: 'MONTSERRAT-BOLD';
}

.contact .contact-plate1 .plate1-cent .cent-text {
	margin-top: 0.1rem;
	margin-bottom: 0.45rem;
	font-size: 18px;
	color: #48413e;
}

.contact .contact-plate1 .plate1-cent .cent-ewm {
	width: 120px;
	height: 120px;
}

.contact .contact-plate1 .plate1-cent .cent-ewm img {
	width: 100%;
}

.contact .contact-plate1 .plate1-map {
	width: 53.3%;
	height: auto;
}

.contact .contact-plate1 .plate1-map img {
	width: 100%;
}

.contact .contact-plate2 {
	width: 100%;
	height: auto;
	padding: 1.2rem 0 0.9rem;
	background: #f7f7f7;
}

.contact .contact-plate2 .plate2-main {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 15.38rem;
	height: auto;
	margin: 0 auto;
}

.contact .contact-plate2 .plate2-main .main-item {
	width: calc(100% / 3 - 0.2rem);
	height: auto;
	margin-left: 0.3rem;
	margin-bottom: 0.3rem;
	padding: 0.5rem 1.2rem 0.55rem 0.4rem;
	background: #fff url(../images/contact/bg.jpg) no-repeat left bottom;
	background-size: 100%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.contact .contact-plate2 .plate2-main .main-item:nth-child(3n + 1) {
	margin-left: 0;
}

.contact .contact-plate2 .plate2-main .main-item .item-title {
	margin-bottom: 0.3rem;
	font-size: 18px;
	color: #0083cd;
}

.contact .contact-plate2 .plate2-main .main-item .item-text {
	display: flex;
	justify-content: flex-start;
	font-size: 14px;
	line-height: 30px;
	color: #989898;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.contact .contact-plate2 .plate2-main .main-item:hover {
	box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.11);
}

.recruit {
	width: 100%;
	height: auto;
	padding: 1.2rem 0;
}

.recruit .recruit-main {
	width: 15.38rem;
	height: auto;
	margin: 0 auto;
}

.recruit .recruit-main .main-English {
	font-family: 'HarmonyOS_Sans_Bold';
	font-size: 0.48rem;
	text-transform: uppercase;
	color: #000;
}

.recruit .recruit-main .main-title {
	font-size: 0.3rem;
	color: #333;
}

.recruit .recruit-main .main-list {
	width: 100%;
	height: auto;
	margin-top: 0.7rem;
	padding-bottom: 0.1rem;
}

.recruit .recruit-main .main-list .list-dt {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 60px;
	padding-left: 0.6rem;
	margin-bottom: 0.2rem;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	background: #f6f6f6;
}

.recruit .recruit-main .main-list .list-dt span:first-of-type {
	width: 3.2rem;
}

.recruit .recruit-main .main-list .list-dt span:nth-child(2) {
	width: 1rem;
	text-align: center;
}

.recruit .recruit-main .main-list .list-dt span:nth-child(3) {
	width: 1rem;
	text-align: center;
}

.recruit .recruit-main .main-list .list-dt span:nth-child(4) {
	width: 1.2rem;
	text-align: center;
}

.recruit .recruit-main .main-list .list-dt span:nth-child(5) {
	width: 1.2rem;
	text-align: center;
}

.recruit .recruit-main .main-list .list-dt span:nth-child(6) {
	width: 1rem;
}

.recruit .recruit-main .main-list .list-dd {
	width: 100%;
	height: auto;
	margin-bottom: 0.2rem;
}

.recruit .recruit-main .main-list .list-dd .dd-top {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 90px;
	padding-left: 0.6rem;
	line-height: 90px;
	font-size: 14px;
	color: #333;
	background: #f0f0f0;
	cursor: pointer;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.recruit .recruit-main .main-list .list-dd .dd-top span:first-of-type {
	width: 3.2rem;
	font-size: 18px;
	font-weight: bold;
	color: #252525;
}

.recruit .recruit-main .main-list .list-dd .dd-top span:nth-child(2) {
	width: 1rem;
	text-align: center;
}

.recruit .recruit-main .main-list .list-dd .dd-top span:nth-child(3) {
	width: 1rem;
	text-align: center;
}

.recruit .recruit-main .main-list .list-dd .dd-top span:nth-child(4) {
	width: 1.2rem;
	text-align: center;
}

.recruit .recruit-main .main-list .list-dd .dd-top span:nth-child(5) {
	width: 1.2rem;
	text-align: center;
}

.recruit .recruit-main .main-list .list-dd .dd-top span:nth-child(6) {
	width: 1rem;
	background: url(../images/icon/icon-recruit-jia.png) no-repeat center center;
	background-size: 21px;
}

.recruit .recruit-main .main-list .list-dd .top-active {
	background: #0083cd;
}

.recruit .recruit-main .main-list .list-dd .top-active span {
	color: #fff !important;
}

.recruit .recruit-main .main-list .list-dd .top-active span:nth-child(6) {
	background: url(../images/icon/icon-recruit-jian.png) no-repeat center center !important;
	background-size: 21px;
}

.recruit .recruit-main .main-list .list-dd .dd-cent {
	display: none;
	width: 100%;
	padding: 0.4rem;
	background: #f5f5f5;
}

.recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty {
	width: 100%;
}

.recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-title {
	width: 100%;
	padding-bottom: 0.2rem;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-text {
	width: 100%;
	padding-bottom: 0.5rem;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
}

.recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-bottom {
	display: flex;
	justify-content: flex-start;
	width: auto;
	height: auto;
}

.recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-bottom span {
	margin-right: 0.6rem;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
}

.about {
	width: 100%;
	height: auto;
}

.about .about-plate1 {
	width: 100%;
	height: auto;
	padding-top: 1rem;
}

.about .about-plate1 .plate1-top {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 0 10% 1rem;
}

.about .about-plate1 .plate1-top .top-cent {
	width: 44.2%;
	height: auto;
	background: #fff;
}

.about .about-plate1 .plate1-top .top-cent .cent-English {
	font-family: 'HarmonyOS_Sans_Bold';
	font-size: 0.48rem;
	text-transform: uppercase;
	color: #000;
}

.about .about-plate1 .plate1-top .top-cent .cent-title {
	margin-top: 0.1rem;
	font-size: 0.3rem;
	color: #333;
}

.about .about-plate1 .plate1-top .top-cent .cent-subtitle {
	margin-top: 0.5rem;
	font-size: 0.4rem;
	font-weight: bold;
	color: #0083cd;
}

.about .about-plate1 .plate1-top .top-cent .cent-subEnglish {
	margin-top: 0.1rem;
	font-family: 'MyriadPro-Regular';
	font-size: 0.24rem;
	color: #b2b2b2;
}

.about .about-plate1 .plate1-top .top-cent .cent-text {
	margin-top: 0.35rem;
	font-size: 16px;
	line-height: 36px;
	color: #656565;
}

.about .about-plate1 .plate1-top .top-pic {
	position: relative;
	width: 50%;
	height: auto;
}

.about .about-plate1 .plate1-top .top-pic .pic-year {
	position: absolute;
	top: -0.2rem;
	left: 0;
	font-family: 'MONTSERRAT-BOLD';
	font-size: 2.4rem;
	color: rgba(0, 0, 0, 0.08);
	z-index: -1;
}

.about .about-plate1 .plate1-top .top-pic .pic-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.about .about-plate1 .plate1-top .top-pic .pic-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about .about-plate1 .plate1-bottom {
	width: 100%;
	height: auto;
	padding: 0.5rem 0 1.3rem;
	background: #f2f4f6 url(../images/bg.jpg) no-repeat left bottom;
}

.about .about-plate1 .plate1-bottom .bottom-box {
	display: flex;
	justify-content: space-between;
	width: 15.38rem;
	height: auto;
	margin: 1rem auto 0;
	padding: 0 0.8rem;
}

.about .about-plate1 .plate1-bottom .bottom-box .box-item {
	width: 20%;
	height: auto;
}

.about .about-plate1 .plate1-bottom .bottom-box .box-item .item-title {
	width: auto;
	height: auto;
}

.about .about-plate1 .plate1-bottom .bottom-box .box-item .item-title .num1 {
	font-family: 'DIN-BOLD';
	font-size: 0.72rem;
	color: #c8a16c;
}

.about .about-plate1 .plate1-bottom .bottom-box .box-item .item-title em {
	position: relative;
	font-size: 0.3rem;
	color: #c8a16c;
}

.about .about-plate1 .plate1-bottom .bottom-box .box-item .item-title em i {
	position: absolute;
	top: -0.3rem;
	left: 0;
	font-size: 0.3rem;
	font-weight: bold;
	color: #c8a16c;
}

.about .about-plate1 .plate1-bottom .bottom-box .box-item .item-text {
	margin-top: 0.1rem;
	font-size: 16px;
	color: #333;
}

.about .about-plate1 .plate1-bottom .bottom-box .box-item:first-of-type {
	width: 1.5rem;
}

.about .about-plate1 .plate1-bottom .bottom-box .box-item:nth-child(2) {
	width: 1.7rem;
}

.about .about-plate1 .plate1-bottom .bottom-box .box-item:nth-child(3) {
	width: 2.5rem;
}

.about .about-plate1 .plate1-bottom .bottom-box .box-item:nth-child(4) {
	width: 1.8rem;
}

.about .about-plate1 .plate1-bottom .bottom-box .box-item:last-of-type {
	width: 1rem;
}

.about .about-plate2 {
	width: 100%;
	height: auto;
	padding: 1.2rem 0;
	background: url(../images/bg2.jpg) no-repeat top left;
	background-size: cover;
}

.about .about-plate2 .plate2-main {
	width: 15.38rem;
	height: auto;
	margin: 0 auto;
}

.about .about-plate2 .plate2-main .main-English {
	font-family: 'HarmonyOS_Sans_Bold';
	font-size: 0.48rem;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.about .about-plate2 .plate2-main .main-title {
	font-size: 0.3rem;
	text-align: center;
	color: #fff;
}

.about .about-plate2 .plate2-main .main-box {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	height: auto;
	margin-top: 0.9rem;
}

.about .about-plate2 .plate2-main .main-box .box-item {
	width: calc(100% / 3 - 0.32rem);
	height: auto;
	padding: 0.78rem 0.65rem 0.3rem;
	margin-left: 0.48rem;
	border-radius: 0.15rem;
	background: #fff url(../images/bg3.png) no-repeat center center;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about .about-plate2 .plate2-main .main-box .box-item:first-of-type {
	margin-left: 0;
}

.about .about-plate2 .plate2-main .main-box .box-item .item-icon {
	position: relative;
	width: 53px;
	height: 51px;
	margin: 0 auto;
}

.about .about-plate2 .plate2-main .main-box .box-item .item-icon img {
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about .about-plate2 .plate2-main .main-box .box-item .item-icon .img2 {
	opacity: 0;
}

.about .about-plate2 .plate2-main .main-box .box-item .item-title {
	margin-top: 0.4rem;
	font-size: 0.3rem;
	font-weight: bold;
	text-align: center;
	color: #333;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about .about-plate2 .plate2-main .main-box .box-item .item-text {
	margin-top: 0.25rem;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #666;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about .about-plate2 .plate2-main .main-box .box-item:hover {
	background: #bd0221 url(../images/bg3.png) no-repeat center center;
}

.about .about-plate2 .plate2-main .main-box .box-item:hover .item-icon .img1 {
	opacity: 0;
}

.about .about-plate2 .plate2-main .main-box .box-item:hover .item-icon .img2 {
	opacity: 1;
}

.about .about-plate2 .plate2-main .main-box .box-item:hover .item-title {
	color: #fff;
}

.about .about-plate2 .plate2-main .main-box .box-item:hover .item-text {
	color: #fff;
}

.about .about-plate3 {
	width: 100%;
	height: auto;
	padding: 1.2rem 0;
}

.about .about-plate3 .plate3-main {
	width: 15.38rem;
	height: auto;
	margin: 0 auto;
}

.about .about-plate3 .plate3-main .main-English {
	font-family: 'HarmonyOS_Sans_Bold';
	font-size: 0.48rem;
	text-transform: uppercase;
	text-align: center;
	color: #000;
}

.about .about-plate3 .plate3-main .main-title {
	margin-top: 0.1rem;
	font-size: 0.3rem;
	text-align: center;
	color: #333;
}

.about .about-plate3 .plate3-main .main-text {
	margin-top: 0.45rem;
	font-size: 16px;
	text-align: center;
	line-height: 28px;
	color: #666;
}

.about .about-plate3 .plate3-main .main-box {
	width: 100%;
	height: auto;
	margin-top: 0.6rem;
}

.about .about-plate3 .plate3-main .main-box .box-top {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.about .about-plate3 .plate3-main .main-box .box-top::after {
	content: '';
	position: absolute;
	top: 80%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #b2b2b2;
	transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
}

.about .about-plate3 .plate3-main .main-box .box-top .swiper-slide {
	width: calc(100% / 7);
	height: auto;
}

.about .about-plate3 .plate3-main .main-box .box-top .swiper-slide .slide-box {
	width: 100%;
	height: auto;
}

.about .about-plate3 .plate3-main .main-box .box-top .swiper-slide .slide-box .box-year {
	height: 0.35rem;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #666;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about .about-plate3 .plate3-main .main-box .box-top .swiper-slide .slide-box span {
	display: block;
	position: relative;
	width: 1px;
	height: 0.3rem;
	margin: 0.1rem auto 0;
	background: #b2b2b2;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about .about-plate3 .plate3-main .main-box .box-top .swiper-slide .slide-box span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 1px;
	background: #0083cd;
	z-index: 9;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about .about-plate3 .plate3-main .main-box .box-top .swiper-slide .slide-box:hover .box-year {
	color: #0083cd;
}

.about .about-plate3 .plate3-main .main-box .box-top .swiper-slide .slide-box:hover span {
	width: 3px;
	background: #0083cd;
}

.about .about-plate3 .plate3-main .main-box .box-top .swiper-slide .slide-box-first .box-year {
	font-size: 0.34rem;
	color: #000;
}

.about .about-plate3 .plate3-main .main-box .box-top .swiper-slide-active .slide-box .box-year {
	color: #0083cd;
}

.about .about-plate3 .plate3-main .main-box .box-top .swiper-slide-active .slide-box span {
	width: 3px;
	background: #0083cd;
}

.about .about-plate3 .plate3-main .main-box .box-top .swiper-slide-active .slide-box span::after {
	width: 60vw;
}

.about .about-plate3 .plate3-main .main-box .box-cont {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0.8rem;
}

.about .about-plate3 .plate3-main .main-box .box-cont .swiper-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0.1rem;
	left: 50%;
	width: 5.3rem;
	height: auto;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.about .about-plate3 .plate3-main .main-box .box-cont .swiper-button .plate3-swiper-button-prev,
.about .about-plate3 .plate3-main .main-box .box-cont .swiper-button .plate3-swiper-button-next {
	width: 45px;
	height: 20px;
	line-height: 20px;
	outline: none;
	cursor: pointer;
}

.about .about-plate3 .plate3-main .main-box .box-cont .swiper-button .plate3-swiper-button-prev img,
.about .about-plate3 .plate3-main .main-box .box-cont .swiper-button .plate3-swiper-button-next img {
	width: 100%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about .about-plate3 .plate3-main .main-box .box-cont .cont-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0;
	visibility: hidden;
}

.about .about-plate3 .plate3-main .main-box .box-cont .cont-item .item-year {
	font-family: 'MONTSERRAT-BOLD';
	font-size: 0.48rem;
	text-align: center;
	color: #0083cd;
}

.about .about-plate3 .plate3-main .main-box .box-cont .cont-item .item-heng {
	width: 20px;
	height: 2px;
	margin: 0.4rem auto;
	background: #000;
}

.about .about-plate3 .plate3-main .main-box .box-cont .cont-item .item-text {
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #666;
}

.about .about-plate3 .plate3-main .main-box .box-cont .cont-item .item-pic {
	width: 100%;
	height: auto;
	margin-top: 0.3rem;
	text-align: center;
}

.about .about-plate3 .plate3-main .main-box .box-cont .cont-item .item-pic img {
	max-width: 100%;
	width: auto;
}

.about .about-plate3 .plate3-main .main-box .box-cont .cont-item-active {
	position: static;
	opacity: 1;
	visibility: visible;
	transition: all 0.8s;
	-o-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
}

.about .about-plate4 {
	width: 100%;
	height: auto;
	padding: 1.2rem 0;
	background: #f8f8f8;
}

.about .about-plate4 .plate4-main {
	width: 15.38rem;
	height: auto;
	margin: 0 auto;
}

.about .about-plate4 .plate4-main .main-English {
	font-family: 'HarmonyOS_Sans_Bold';
	font-size: 0.48rem;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}

.about .about-plate4 .plate4-main .main-title {
	margin-top: 0.1rem;
	font-size: 0.3rem;
	text-align: center;
	color: #333;
}

.about .about-plate4 .plate4-main .main-box {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 1rem;
}

.about .about-plate4 .plate4-main .main-box .box-swiper {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide {
	width: calc(100% / 4 - 33.75px);
	height: auto;
}

.about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box {
	width: 100%;
	height: auto;
	padding: 0.3rem;
	border: solid 1px #f3f3f3;
	background: #fff;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-pic {
	width: 100%;
	height: auto;
	line-height: 3.7rem;
}

.about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-pic img {
	width: 100%;
}

.about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-title {
	width: 100%;
	font-size: 16px;
	text-align: center;
	color: #666;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box:hover {
	box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.06);
}

.about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-title {
	color: #0083cd;
}

.about .about-plate4 .plate4-main .main-box .plate4-swiper-button-prev,
.about .about-plate4 .plate4-main .main-box .plate4-swiper-button-next {
	position: absolute;
	top: 50%;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: solid 2px #b6b6b6;
	cursor: pointer;
	outline: none;
	transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about .about-plate4 .plate4-main .main-box .plate4-swiper-button-prev img,
.about .about-plate4 .plate4-main .main-box .plate4-swiper-button-next img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: auto;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about .about-plate4 .plate4-main .main-box .plate4-swiper-button-prev .img2,
.about .about-plate4 .plate4-main .main-box .plate4-swiper-button-next .img2 {
	opacity: 0;
}

.about .about-plate4 .plate4-main .main-box .plate4-swiper-button-prev:hover,
.about .about-plate4 .plate4-main .main-box .plate4-swiper-button-next:hover {
	border: solid 2px #0083cd;
}

.about .about-plate4 .plate4-main .main-box .plate4-swiper-button-prev:hover .img1,
.about .about-plate4 .plate4-main .main-box .plate4-swiper-button-next:hover .img1 {
	opacity: 0;
}

.about .about-plate4 .plate4-main .main-box .plate4-swiper-button-prev:hover .img2,
.about .about-plate4 .plate4-main .main-box .plate4-swiper-button-next:hover .img2 {
	opacity: 1;
}

.about .about-plate4 .plate4-main .main-box .plate4-swiper-button-prev {
	left: -1.1rem;
}

.about .about-plate4 .plate4-main .main-box .plate4-swiper-button-next {
	right: -1.1rem;
}

.about .about-palte5 {
	width: 100%;
	height: auto;

}

.about .about-palte5 .plate5-main {
	width: 15.38rem;
	height: auto;
	margin: 0 auto;
}

.about .about-palte5 .plate5-main .main-English {
	font-family: 'HarmonyOS_Sans_Bold';
	font-size: 0.48rem;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}

.about .about-palte5 .plate5-main .main-title {
	margin-top: 0.1rem;
	font-size: 0.3rem;
	text-align: center;
	color: #333;
}

.about .about-palte5 .plate5-main .main-box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	margin: 0.5rem 0;
}

.about .about-palte5 .plate5-main .main-box .box-item {
	width: calc(100% / 5 - 0.12rem);
	height: auto;
	margin-left: 0.15rem;
	margin-bottom: 0.15rem;
	text-align: center;
	line-height: 1.4rem;
	border-radius: 5px;
	box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.11);
	background: #fff;
}

.about .about-palte5 .plate5-main .main-box .box-item img {
	max-width: 100%;
	width: auto;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about .about-palte5 .plate5-main .main-box .box-item:nth-child(5n + 1) {
	margin-left: 0;
}

.about .about-palte5 .plate5-main .main-box .box-item:hover img {
	transform: scale(1.1, 1.1) translateZ(0);
	-o-transform: scale(1.1, 1.1) translateZ(0);
	-moz-transform: scale(1.1, 1.1) translateZ(0);
	-webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.mr {
	margin-top: 100px;
}

.transition_none,
.transition_none * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.page-number {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 0.45rem;
}

.page-number .page-left,
.page-number .page-right {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 40px;
	margin: 0 5px;
	font-size: 12px;
	color: #999;
	border: solid 1px #efefef;
	border-radius: 0.45rem;
}

.page-number .page-left span,
.page-number .page-right span {
	position: relative;
	width: 6px;
	height: 10px;
}

.page-number .page-left span img,
.page-number .page-right span img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.page-number .page-left span .img2,
.page-number .page-right span .img2 {
	opacity: 0;
}

.page-number .page-left:hover,
.page-number .page-right:hover {
	color: #fff;
	border: solid 1px #0083cd;
	background: #0083cd;
}

.page-number .page-left:hover span .img1,
.page-number .page-right:hover span .img1 {
	opacity: 0;
}

.page-number .page-left:hover span .img2,
.page-number .page-right:hover span .img2 {
	opacity: 1;
}

.page-number .page-left span {
	margin-right: 0.1rem;
}

.page-number .page-right span {
	margin-left: 0.1rem;
}

.page-number .page-item {
	width: 46px;
	height: 38px;
	margin: 0 5px;
	font-size: 12px;
	text-align: center;
	line-height: 38px;
	color: #999;
	border: solid 1px #efefef;
	border-radius: 0.45rem;
}

.page-number .page-item:hover {
	color: #fff;
	border: solid 1px #0083cd;
	background: #0083cd;
}

.page-number .page-item-active {
	color: #fff;
	border: solid 1px #0083cd;
	background: #0083cd;
}

.Wpage-number {
	display: none;
}

@keyframes run {
	from {
		transform: translatey(-130%);
		-o-transform: translatey(-130%);
		-moz-transform: translatey(-130%);
		-webkit-transform: translatey(-130%);
	}

	to {
		transform: translatey(130%);
		-o-transform: translatey(130%);
		-moz-transform: translatey(130%);
		-webkit-transform: translatey(130%);
	}
}

@keyframes turn {
	from {
		transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@keyframes zoom {
	0% {
		transform: scale(1.1, 1.1) translateZ(0);
		-o-transform: scale(1.1, 1.1) translateZ(0);
		-moz-transform: scale(1.1, 1.1) translateZ(0);
		-webkit-transform: scale(1.1, 1.1 translateZ(0));
		opacity: 1;
	}

	100% {
		transform: scale(0.9, 0.9) translateZ(0);
		-o-transform: scale(0.9, 0.9) translateZ(0);
		-moz-transform: scale(0.9, 0.9) translateZ(0);
		-webkit-transform: scale(0.9, 0.9 translateZ(0));
		opacity: 0.4;
	}
}

a:link,
a:visited,
a:active,
a:focus {
	outline: none;
}

.box-container {
	margin: 0 auto;
	width: 15.36rem;
}

.header-wrapper {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 40;
	padding-left: calc((100% - 15.36rem) / 2);
	background: #fff;
}

.header-wrapper.shadow {
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

.header-wrapper .box {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	align-items: center;
	height: 1.1rem;
}

.header-wrapper .logo-box {
	width: 1.5rem;
}

.header-wrapper .logo-box a {
	display: block;
	width: 100%;
}

.header-wrapper .logo-box img {
	display: block;
	width: 100%;
}

.header-wrapper .other-box {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	align-items: center;
}

.header-wrapper .lang,
.header-wrapper .search {
	width: 1.1rem;
	height: 1.1rem;
	line-height: 1.1rem;
}

.header-wrapper .lang {
	background-color: #f1f1f1;
	text-align: center;
	font-size: 14px;
	color: #000;
}

.header-wrapper .lang i {
	display: inline-block;
	width: 0.2rem;
	height: 0.2rem;
	background-image: url(../images/lang.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 0.1rem;
}

.header-wrapper .search {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0083cd;
	background-image: url(../images/search.png);
}

.pc-nav-box {
	flex: 1;
	margin: 0 0.5rem;
}

.pc-nav-box>ul {
	text-align: right;
}

.pc-nav-box>ul>li {
	position: relative;
	display: inline-block;
	margin-right: 0.6rem;
}

.pc-nav-box>ul>li:last-child {
	margin-right: 0;
}

.pc-nav-box>ul>li:hover>a,
.pc-nav-box>ul>li.on>a {
	color: #0083cd;
}

.pc-nav-box>ul>li:hover>a:after,
.pc-nav-box>ul>li.on>a:after {
	transform: scale(1, 1) translateZ(0);
	-o-transform: scale(1, 1) translateZ(0);
	-moz-transform: scale(1, 1) translateZ(0);
	-webkit-transform: scale(1, 1 translateZ(0));
}

.pc-nav-box>ul>li:hover .hidebox {
	display: block;
	animation: fadeIn 0.6s ease;
}

.pc-nav-box>ul>li:hover .left {
	animation: fadeInRight50 0.6s ease;
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
}

.pc-nav-box>ul>li:hover .right {
	animation: fadeInLeft50 0.6s ease;
	display: block;
}

.pc-nav-box>ul>li:hover .nav {
	opacity: 1;
	visibility: visible;
	transform: translatey(0);
	-o-transform: translatey(0);
	-moz-transform: translatey(0);
	-webkit-transform: translatey(0);
}

.pc-nav-box>ul>li>a {
	position: relative;
	display: block;
	color: #333;
	font-size: var(--fs18);
	line-height: 1.1rem;
	height: 1.1rem;
	font-family: "思源黑体 CN REGULAR";
}

.pc-nav-box>ul>li>a:after {
	content: "";
	width: 100%;
	height: 0.03rem;
	background-color: #0083cd;
	position: absolute;
	left: 0;
	bottom: 0.25rem;
	z-index: 10;
	transform: scale(0, 0) translateZ(0);
	-o-transform: scale(0, 0) translateZ(0);
	-moz-transform: scale(0, 0) translateZ(0);
	-webkit-transform: scale(0, 0 translateZ(0));
	transition: all 0.35s;
	-o-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.pc-nav-box .nav {
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 10;
	width: 2.6rem;
	margin-left: -1.3rem;
	background-color: #fff;
	text-align: left;
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.35s;
	-o-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	transform: translatey(0.2rem);
	-o-transform: translatey(0.2rem);
	-moz-transform: translatey(0.2rem);
	-webkit-transform: translatey(0.2rem);
	opacity: 0;
	visibility: hidden;
}

.pc-nav-box .nav a {
	display: block;
	font-size: var(--fs15);
	line-height: 0.26rem;
	border-bottom: 1px solid #eee;
	padding: 0.1rem 0.2rem;
	transition: color 0.3s;
	-o-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.pc-nav-box .nav a:hover {
	color: #0083cd;
}

.pc-nav-box .hidebox {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	width: 100%;
	padding: 0.96rem 0 1.16rem;
	background-color: #f6f6f6;
}

.pc-nav-box .hidebox .main {
	width: 12rem;
	margin: 0 auto;
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.pc-nav-box .left,
.pc-nav-box .right {
	display: none;
}

.pc-nav-box .left {
	width: 63%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.pc-nav-box .pic {
	width: 41.5%;
}

.pc-nav-box .pic:hover img {
	transform: scale(1.05, 1.05) translateZ(0);
	-o-transform: scale(1.05, 1.05) translateZ(0);
	-moz-transform: scale(1.05, 1.05) translateZ(0);
	-webkit-transform: scale(1.05, 1.05 translateZ(0));
}

.pc-nav-box .info {
	flex: 1;
	padding-left: 0.76rem;
	padding-right: 0.7rem;
	text-align: left;
	padding-top: 0.15rem;
}

.pc-nav-box h4 {
	font-size: var(--fs24);
	color: #000;
	line-height: 0.3rem;
	font-family: "思源黑体 CN LIGHT";
}

.pc-nav-box .en {
	font-size: var(--fs18);
	color: #dbdada;
	line-height: 20px;
	font-family: 'DIN-BOLD';
	margin: 0.14rem auto 0.26rem;
}

.pc-nav-box .learn {
	display: block;
	color: #fff;
	text-align: center;
	background-color: #0083cd;
	line-height: 35px;
	width: 1.3rem;
	position: relative;
	font-size: var(--fs14);
}

.pc-nav-box .learn:hover {
	border-color: #129ff0;
}

.pc-nav-box .learn:hover:before {
	width: 100%;
}

.pc-nav-box .learn:before {
	content: "";
	width: 0;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 0;
	position: absolute;
	top: 0;
	transition: all 0.35s;
	-o-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	background-color: #129ff0;
}

.pc-nav-box .learn span {
	position: relative;
	z-index: 10;
}

.pc-nav-box .right {
	width: 37%;
	padding-left: 0.7rem;
	border-left: 1px solid #eaeaea;
}

.pc-nav-box .right ul {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: wrap;
}

.pc-nav-box .right ul.max li {
	width: 100%;
}

.pc-nav-box .right ul.max li:nth-child(2) {
	margin-top: 0.22rem;
}

.pc-nav-box .right ul li {
	position: relative;
	padding-left: 0.16rem;
	width: 49%;
	text-align: left;
	margin-top: 0.22rem;
}

.pc-nav-box .right ul li:nth-child(-n+2) {
	margin-top: 0;
}

.pc-nav-box .right ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #bfbfbf;
	position: absolute;
	left: 0;
	top: 8px;
	opacity: 0.5;
	transition: background 0.3s;
	-o-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-webkit-transition: background 0.3s;
}

.pc-nav-box .right ul li:hover:before {
	background-color: #0083cd;
	opacity: 1;
}

.pc-nav-box .right ul li:hover a {
	color: #4f4f4f;
}

.pc-nav-box .right ul li a {
	display: inline-block;
	font-size: var(--fs14);
	color: #666;
	line-height: 20px;
	transition: color 0.3s;
	-o-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.search-form {
	width: 100%;
	position: fixed;
	left: 0;
	top: 1.1rem;
	background: #fff;
	z-index: 30;
	padding: 0.7rem 0;
	display: none;
	border-top: 1px solid #f7f8f9;
	box-shadow: 0 24px 30px rgba(0, 0, 0, 0.04);
	/* input placeholder  */
}

.search-form .main {
	position: relative;
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	width: 9.6rem;
	margin: 0 auto;
	align-items: center;
	border-bottom: 1px solid #f7f8f9;
}

.search-form .keywords {
	flex: 1;
	overflow: hidden;
	line-height: 0.56rem;
	margin-left: 20px;
	font-size: 15px;
	color: #999;
}

.search-form ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
	font-size: 15px;
}

.search-form :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
	font-size: 15px;
}

.search-form ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
	font-size: 15px;
}

.search-form :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
	font-size: 15px;
}

.search-form .close {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 10;
	color: #999;
	margin-top: -0.15rem;
	width: 0.2rem;
	height: 0.2rem;
	background: url(../images/close.png) no-repeat;
	background-size: contain;
	transition: transform 0.3s;
	-o-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
}

.search-form .close:hover {
	color: #0083cd;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.phone-nav {
	display: none;
}

:root {
	--fs14: 14px;
	--fs15: 15px;
	--fs16: 0.16rem;
	--fs18: 0.18rem;
	--fs20: 0.2rem;
	--fs24: 0.24rem;
	--fs28: 0.28rem;
	--fs30: 0.3rem;
	--fs36: 0.36rem;
	--fs40: 0.4rem;
	--fs48: 0.48rem;
}

.footer-wrapper {
	padding: 1.24rem 0 1.15rem;
	background: #262626;
}

.footer-wrapper .box-container {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
}

.footer-wrapper .logo {
	width: 1.68rem;
	display: block;
	margin-bottom: 0.3rem;
}

.footer-wrapper .logo img {
	display: block;
	width: 100%;
}

.footer-wrapper .contact-box {
	width: 300px;
}

.footer-wrapper .contact-box li {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	line-height: 0.3rem;
}
.footer-wrapper .contact-box li a{
    	color: #fff;
}
.footer-wrapper .contact-box span {
	font-size: 14px;
	color: #fff;
}

.footer-wrapper .contact-box b {
	flex: 1;
	font-size: 14px;
	color: #fff;
	font-family: 'HarmonyOS_Sans_Bold';
}

.footer-wrapper .box-2 {
	margin-top: 0.74rem;
}

.footer-wrapper .box-2 .box-container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.footer-wrapper .other-box {
	width: 2.46rem;
}

.footer-wrapper .qrcode {
	width: 1.4rem;
	margin-right: 0;
	margin-left: auto;
	margin-bottom: 0.62rem;
}

.footer-wrapper .qrcode img {
	display: block;
	width: 100%;
}

.footer-wrapper .share {
	text-align: right;
}

.footer-wrapper .share.phone {
	display: none;
}

.footer-wrapper .share a {
	display: inline-block;
	width: 0.38rem;
	vertical-align: middle;
	margin-right: 0.25rem;
}

.footer-wrapper .share a:last-child {
	margin-right: 0;
}

.footer-wrapper .share a:hover .init {
	display: none;
}

.footer-wrapper .share a:hover .on {
	display: block;
	animation: fadeIn 0.5s ease;
}

.footer-wrapper .share a img {
	width: 100%;
}

.footer-wrapper .share .on {
	display: none;
}

.footer-wrapper .copyright,
.footer-wrapper .copyright a {
	font-size: 12px;
	color: #fff;
	line-height: 24px;
}

.footer-nav-box {
	margin: 0 1rem 0 0.86rem;
	flex: 1;
}

.footer-nav-box ul {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.footer-nav-box li>a {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	line-height: 0.3rem;
}

.footer-nav-box .nav {
	margin-top: 0.3rem;
}

.footer-nav-box .nav a {
	font-size: 14px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 0.12rem;
}

.footer-nav-box .nav a:last-child {
	margin-bottom: 0;
}

.footer-nav-box .nav a:hover {
	color: #fff;
}

.footer-nav-box .nav a:hover span {
	background-size: 100% 1px;
	background-position: 0 100%;
}

.footer-nav-box a {
	display: block;
}

.footer-nav-box span {
	background: url(../images/line.jpg) no-repeat;
	background-size: 0 1px;
	background-position: 100% 100%;
	transition: background-size 0.7s ease;
}

.link {
	font-size: 0;
}

.link a {
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	color: #d1d1d1;
	margin-right: 0.32rem;
}

.link a:last-child {
	margin-right: 0;
}

.link a:hover {
	color: #fff;
}

.link a:hover span {
	background-size: 100% 1px;
	background-position: 0 100%;
}

.link span {
	background: url(../images/line.jpg) no-repeat;
	background-size: 0 1px;
	background-position: 100% 100%;
	transition: background-size 0.7s ease;
}

.friendlink {
	width: 100%;
	position: relative;
	margin-top: 0.6rem;
}

.friendlink .caption {
	cursor: pointer;
	height: 0.42rem;
	line-height: 0.4rem;
	font-size: 12px;
	color: #797979;
	transition: color 0.3s;
	-o-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	border: solid 1px #dadada;
	padding: 0 0.4rem 0 16px;
	background: url(../images/up.png) no-repeat center right 16px;
	background-size: 12px;
}

.friendlink .list {
	display: none;
	position: absolute;
	left: 0;
	bottom: 100%;
	z-index: 10;
	width: 100%;
	max-height: 2.52rem;
	overflow-y: auto;
	background: #262626;
	border: solid 1px #dadada;
	border-bottom: none;
}

.friendlink .list::-webkit-scrollbar {
	width: 4px;
	background-color: rgba(255, 255, 255, 0.1);
}

.friendlink .list::-webkit-scrollbar-thumb {
	background-color: #fff;
}

.friendlink .list a {
	display: block;
	font-size: 12px;
	color: #797979;
	line-height: 0.41rem;
	border-bottom: solid 1px #dadada;
	transition: color 0.3s;
	-o-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	padding: 0 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.friendlink .list a:last-child {
	border-bottom: none;
}

.friendlink .list a:hover {
	color: #fff;
}

.pic {
	font-size: 0;
	overflow: hidden;
	display: block;
	width: 100%;
}

.pic img {
	width: 100%;
	display: block;
	transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
}

.pic img.phone {
	display: none;
}

.padding {
	padding: 1.2rem 0 1.3rem;
}

.index-title-box {
	margin-bottom: 0.9rem;
}

.index-title-box.center {
	text-align: center;
}

.index-title-box.white h3,
.index-title-box.white .en {
	color: #fff;
}

.index-title-box h3 {
	font-size: var(--fs30);
	color: #404758;
	line-height: 0.36rem;
}

.index-title-box .en {
	font-size: var(--fs48);
	font-weight: 700;
	line-height: 0.48rem;
	text-transform: uppercase;
	color: #333;
	margin-top: 0.26rem;
}

.index-more {
	display: block;
	width: 1.72rem;
	line-height: 0.51rem;
	background-color: #0083cd;
	font-size: var(--fs16);
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	font-family: "思源黑体 CN REGULAR";
	border: 1px solid #0083cd;
}

.index-more.phone {
	display: none;
}

.index-more:hover {
	border-color: #129ff0;
}

.index-more:hover:before {
	width: 100%;
}

.index-more:before {
	content: "";
	width: 0;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 0;
	position: absolute;
	top: 0;
	transition: all 0.35s;
	-o-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	background-color: #129ff0;
}

.index-more.white {
	border-color: #fff;
	background-color: transparent;
}

.index-more.white:before {
	background-color: #fff;
}

.index-more.white:hover {
	color: #0083cd;
}

.index-more span {
	position: relative;
	z-index: 10;
}

.index-box-1 {
	background: url(../images/indexbg.png) no-repeat center bottom;
	background-size: 100%;
}

.index-box-1 .box-container {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.index-box-1 .left {
	width: 38%;
}

.index-box-1 .left>h3 {
	font-size: var(--fs30);
	color: #333;
	font-weight: 700;
	font-family: "思源黑体 CN REGULAR";
	line-height: 0.36rem;
	margin-bottom: 0.22rem;
}

.index-box-1 .left p {
	font-size: var(--fs16);
	color: #474e5d;
	line-height: 0.24rem;
	opacity: 0.4;
	letter-spacing: 1px;
}

.index-box-1 .index-more {
	margin-top: 0.5rem;
}

.index-box-1 .content {
	font-size: var(--fs16);
	color: rgba(0, 0, 0, 0.6);
	line-height: 0.36rem;
}

.index-box-1 .right {
	width: 51.43%;
}

.index-box-1 .data {
	margin-top: 0.62rem;
}

.index-box-1 .data ul {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.index-box-1 .data li {
	text-align: center;
}

.index-box-1 .data p {
	font-size: var(--fs14);
	color: #919191;
	font-family: "思源黑体 CN REGULAR";
	line-height: 0.24rem;
	margin-bottom: 0.04rem;
}

.index-box-1 .data p:first-child {
	margin-bottom: 0.08rem;
}

.index-box-1 .data .num span {
	display: inline-block;
	font-family: 'MONTSERRAT-BOLD';
	color: #0083cd;
	font-size: 0.5rem;
	line-height: 0.5rem;
	height: 0.5rem;
}

.index-box-1 .data .num i {
	font-size: var(--fs30);
	display: inline-block;
	color: #0083cd;
}

.index-box-2 {
	padding-bottom: 1.1rem;
	background: url(../images/7ae83840-e1d3-4ef0-a8ec-f8ca21c09957.jpg);
}
.hzkf{
   	background: rgb(0, 131, 205) !important; 
}
.hzkf .index-title-box h3{color:#fff !important;}


.hzkf .list{display: flex;
    justify-content: space-between;
    align-items: center;flex-wrap: wrap;}
    .hzkf .list .pics{
        width:24%;
        text-align: center;
        margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
        box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
       
    }
     .hzkf .list .pics img{
         transition: transform 0.5s ease;  
         width: 100%;
     }
  .hzkf .list .pics img:hover   {
        
        	transform: scale(1.1);
    }
    
     .hzkf  .index-more {
    margin: 0.8rem auto 0;
   border: 1px solid #fff;
}

 .index-box-2  .index-more {
    margin: 0.8rem auto 0;

}
    
.index-box-2 .top {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.index-box-2 .index-title-box {
	margin-bottom: 0.6rem;
}

.index-box-2 .cat-box {
	margin-top: 0.5rem;
}

.index-box-2 .cat-box a {
	display: inline-block;
	font-size: var(--fs18);
	color: #999;
	margin-right: 0.7rem;
}

.index-box-2 .cat-box a:last-child {
	margin-right: 0;
}

.index-box-2 .cat-box a:hover,
.index-box-2 .cat-box a.on {
	color: #339cd7;
}

.index-box-2 .cat-box a:hover span,
.index-box-2 .cat-box a.on span {
	background-size: 100% 0.03rem;
	background-position: 0 100%;
}

.index-box-2 .cat-box a.on {
	font-weight: 700;
}

.index-box-2 .cat-box a span {
	display: inline-block;
	line-height: 0.3rem;
	padding-bottom: 0.17rem;
	background: url(../images/line2.jpg) no-repeat;
	background-size: 0 0.03rem;
	background-position: 100% 100%;
	transition: background-size 0.7s ease;
}

.index-box-2 .item {
	display: none;
	position: relative;
}

.index-box-2 .item.swiper .swiper-btn {
	display: block;
}

.index-box-2 .swiper-container {
	padding: 0.2rem;
	margin: 0 -0.2rem;
}

.index-box-2 .swiper-slide {
	text-align: center;
	width: 23.05%;
	margin-right: 2.6%;
	transition: all 0.35s;
	-o-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.index-box-2 .swiper-slide:hover {
	box-shadow: 2px 2px 30px rgba(0, 131, 205, 0.45);
}

.index-box-2 .swiper-slide:hover .pic:before {
	opacity: 1;
	visibility: visible;
}

.index-box-2 .swiper-slide:hover .info {
	background-color: #0083cd;
}

.index-box-2 .swiper-slide:hover .name,
.index-box-2 .swiper-slide:hover p {
	color: #fff;
}

.index-box-2 .pic {
	position: relative;
}

.index-box-2 .pic:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: rgba(0, 131, 205, 0.8);
	background-position: center center;
	background-size: 0.5rem;
	background-repeat: no-repeat;
	background-image: url(../images/search3.png);
	opacity: 0;
	visibility: hidden;
	transition: all 0.35s;
	-o-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.index-box-2 .info {
	box-sizing: border-box;
	padding: 0.22rem 0.3rem 0.28rem;
	transition: all 0.35s;
	-o-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.index-box-2 .name,
.index-box-2 p {
	transition: color 0.35s;
	-o-transition: color 0.35s;
	-moz-transition: color 0.35s;
	-webkit-transition: color 0.35s;
}

.index-box-2 .name {
	font-size: var(--fs18);
	color: #575757;
	line-height: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-box-2 p {
	font-size: var(--fs14);
	color: #adadad;
	line-height: 0.24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0.06rem;
}

.index-box-2 .swiper-btn {
	display: none;
	width: 0.4rem;
	height: 0.4rem;
	background-position: center center;
	background-size: 0.26rem;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	z-index: 10;
	margin-top: -0.55rem;
}

.index-box-2 .prev {
	left: -0.7rem;
	background-image: url(../images/prev.png);
}

.index-box-2 .prev:hover {
	background-image: url(../images/prev2.png);
}

.index-box-2 .next {
	right: -0.7rem;
	background-image: url(../images/next.png);
}

.index-box-2 .next:hover {
	background-image: url(../images/next2.png);
}

.index-box-3 {
	position: relative;
}

.index-box-3 .main {
	position: absolute;
	top: 1.3rem;
	left: calc((100% - 15.36rem) / 2);
	z-index: 10;
	width: 50%;
}

.index-box-3 .cat-box li {
	position: relative;
	cursor: pointer;
	margin-bottom: 0.24rem;
}

.index-box-3 .cat-box li:last-child {
	margin-bottom: 0;
}

.index-box-3 .cat-box li:hover:before,
.index-box-3 .cat-box li.on:before {
	opacity: 1;
	visibility: visible;
	width: 0.35rem;
}

.index-box-3 .cat-box li:before {
	content: "";
	display: inline-block;
	margin-right: 0.12rem;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: all 0.35s;
	-o-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	opacity: 0;
	visibility: hidden;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.index-box-3 .cat-box a {
	display: inline-block;
	font-size: var(--fs18);
	color: #fff;
	line-height: 0.36rem;
	font-family: "思源黑体 CN MEDIUM";
}

.index-box-3 .info {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	width: 50%;
	background-color: #0083cd;
	padding: 0.54rem calc((100% - 15.36rem) / 2) 0.62rem 1rem;
}

.index-box-3 .key {
	font-size: 3rem;
	color: rgba(255, 255, 255, 0.05);
	font-family: 'MONTSERRAT-BOLD';
	line-height: 2.2rem;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.index-box-3 h5 {
	font-size: var(--fs24);
	color: #fff;
	line-height: 0.36rem;
	font-family: "思源黑体 CN REGULAR";
}

.index-box-3 .desc {
	font-size: var(--fs16);
	line-height: 0.36rem;
	color: #fff;
	margin: 0.24rem auto 0.28rem;
	text-align: justify;
	height: 1.44rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	font-family: "思源黑体 CN REGULAR";
}

.index-box-3 .swiper-slide-active .top,
.index-box-3 .swiper-slide-active .bottom {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	-o-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}

.index-box-3 .top,
.index-box-3 .bottom {
	position: relative;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 1.5s;
	-o-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	transition-delay: 0.35s;
}

.index-box-3 .top {
	transform: translateX(-1rem);
	-o-transform: translateX(-1rem);
	-moz-transform: translateX(-1rem);
	-webkit-transform: translateX(-1rem);
}

.index-box-3 .bottom {
	transform: translateX(1rem);
	-o-transform: translateX(1rem);
	-moz-transform: translateX(1rem);
	-webkit-transform: translateX(1rem);
}

.index-box-4 {
	background: #f6f6f6;
}

.index-box-4 .swiper-slide {
	width: 30.14%;
	margin-right: 4.79%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.index-box-4 .swiper-slide:last-child {
	margin-right: 0;
}

.index-box-4 .swiper-slide:hover .hidebox {
	opacity: 1;
	visibility: visible;
	transform: translatey(0);
	-o-transform: translatey(0);
	-moz-transform: translatey(0);
	-webkit-transform: translatey(0);
}

.index-box-4 .swiper-slide:hover .info {
	opacity: 0;
	visibility: hidden;
}

.index-box-4 .swiper-slide:hover .pic {
	opacity: 1;
	visibility: visible;
}

.index-box-4 .pic {
	opacity: 0;
	visibility: hidden;
}

.index-box-4 .title {
	font-size: var(--fs24);
	line-height: 0.36rem;
	color: #333;
	font-weight: 700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 0.72rem;
}

.index-box-4 .date {
	font-size: 14px;
	font-family: 'HarmonyOS_Sans_Bold';
	color: #666;
	opacity: 0.5;
	line-height: 24px;
}

.index-box-4 .brief {
	font-size: var(--fs16);
	line-height: 0.32rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	height: 1.6rem;
	color: #666;
	margin-top: 0.18rem;
}

.index-box-4 .info,
.index-box-4 .hidebox {
	position: absolute;
	left: 0;
	z-index: 1;
}

.index-box-4 .info,
.index-box-4 .hidebox {
	padding-left: 0.6rem;
	padding-right: 0.6rem;
}

.index-box-4 .info {
	top: 0;
	height: 100%;
	background: #f6f6f6;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	align-items: center;
}

.index-box-4 .info .title {
	margin-bottom: 0.1rem;
}

.index-box-4 .info .date {
	margin-bottom: 0.18rem;
}

.index-box-4 .inner {
	width: 100%;
}

.index-box-4 .hidebox {
	bottom: 0.65rem;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: translatey(0.5rem);
	-o-transform: translatey(0.5rem);
	-moz-transform: translatey(0.5rem);
	-webkit-transform: translatey(0.5rem);
	opacity: 0;
	visibility: hidden;
}

.index-box-4 .hidebox .title {
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 0.22rem;
}

.index-box-4 .hidebox .date {
	color: #fff;
}

.index-box-4 .index-more {
	margin: 0.8rem auto 0;
}

.index-box-5 {
	margin-top: 1.2rem;
}

.video-box {
	position: relative;
	overflow: hidden;
}

.video-box:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.video-box.on .pic {
	opacity: 0;
	visibility: hidden;
}

.video-box.on .video {
	opacity: 1;
	visibility: visible;
}

.video-box .play {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -0.48rem;
	margin-top: -0.48rem;
	width: 0.96rem;
	height: 0.96rem;
	cursor: pointer;
	background-image: url(../images/play.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10;
}

.video-box .play:before,
.video-box .play:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 0.04rem solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	box-sizing: border-box;
	opacity: 0;
}

.video-box .play:before {
	animation: iconScale 2.4s linear infinite;
}

.video-box .play:after {
	animation: iconScale 2.4s 1.2s linear infinite;
}

.video-box .pic {
	position: relative;
	transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}

.video-box .pic:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.video-box video {
	width: 100%;
}

.video-box .video {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}

.video-box .video video {
	display: block;
	margin: 0 auto;
}

@keyframes iconScale {
	from {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		opacity: 1;
	}

	to {
		transform: scale(1.9);
		-webkit-transform: scale(1.9);
		-moz-transform: scale(1.9);
		-ms-transform: scale(1.9);
		-o-transform: scale(1.9);
		opacity: 0;
	}
}

.fadeInLeft50 {
	-webkit-animation-name: fadeInLeft50;
	-moz-animation-name: fadeInLeft50;
	-ms-animation-name: fadeInLeft50;
	animation-name: fadeInLeft50;
}

@-webkit-keyframes fadeInLeft50 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		-moz-transform: translate3d(-50px, 0, 0);
		-ms-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-moz-keyframes fadeInLeft50 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		-moz-transform: translate3d(-50px, 0, 0);
		-ms-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-o-keyframes fadeInLeft50 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		-moz-transform: translate3d(-50px, 0, 0);
		-ms-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft50 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		-moz-transform: translate3d(-50px, 0, 0);
		-ms-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRight50 {
	-webkit-animation-name: fadeInRight50;
	-moz-animation-name: fadeInRight50;
	-ms-animation-name: fadeInRight50;
	animation-name: fadeInRight50;
}

@-webkit-keyframes fadeInRight50 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		-moz-transform: translate3d(50px, 0, 0);
		-ms-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-moz-keyframes fadeInRight50 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		-moz-transform: translate3d(50px, 0, 0);
		-ms-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-o-keyframes fadeInRight50 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		-moz-transform: translate3d(50px, 0, 0);
		-ms-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight50 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		-moz-transform: translate3d(50px, 0, 0);
		-ms-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}