.w1280 {
	width: 12.8rem;
	max-width: 94%;
	margin: 0 auto;
}

.w1320 {
	width: 13.2rem;
	max-width: 94%;
	margin: 0 auto;
}

.w1600 {
	width: 16rem;
	max-width: 94%;
	margin: 0 auto;
}

.md-md {
	position: absolute;
	top: -1rem;
}

section {
	position: relative;
}

div.sbtn {
	outline: none !important;
}

.my-disabled {
	pointer-events: none;
}

.bg-cover {
	background-repeat: no-repeat;
	background-size: cover;
}

.md-head {
	height: 1rem;
}

.md-head.home {
	height: 0;
}

.md-head.home .head_pc {
	background-color: transparent;
}

.md-head.home .head_pc .logo {
	filter: none;
}

.md-head.m_show .md-mob_sideNav {
	right: 0;
	opacity: 1;
}

.md-head.m_show .mob_mask {
	display: block;
}

.md-head.is-fixed .head_pc,
.md-head.white .head_pc {
	background-color: #0f818e;
	background-color: #fff;
}

.md-head.is-fixed .head_pc::before,
.md-head.white .head_pc::before {
	opacity: 0;
}

.md-head.is-fixed .head_pc .logo .pi,
.md-head.white .head_pc .logo .pi {
	display: none;
}

.md-head.is-fixed .head_pc .logo .mi,
.md-head.white .head_pc .logo .mi {
	display: block;
}

.md-head.is-fixed .head_pc .ul1 .a1,
.md-head.white .head_pc .ul1 .a1 {
	color: #222;
}

.md-head.is-fixed .head_pc .ul1 .a1::before,
.md-head.white .head_pc .ul1 .a1::before {
	background-color: #0f818e;
}

.md-head.is-fixed .head_pc .h-lang .hd,
.md-head.white .head_pc .h-lang .hd {
	color: #333;
}

.md-head.is-fixed .head_pc .h-lang .ic,
.md-head.white .head_pc .h-lang .ic {
	background-image: url(../images/h-lang-b.png);
}

.md-head.is-fixed .head_pc .h-search .hic,
.md-head.white .head_pc .h-search .hic {
	background-image: url(../images/h-mag-b.png);
}

.md-head.white {
	height: 1rem;
}

.md-head .mob_mask {
	display: none;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-backdrop-filter: blur(0.1rem);
	backdrop-filter: blur(0.1rem);
}

@media screen and (max-width: 750px) {
	.md-head {
		height: 0.9rem !important;
	}
}
.head_pc {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: #fff;
	transition: all 0.3s;
}

@media screen and (max-width: 750px) {
	.head_pc {
		background-color: #fff !important;
		box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	}
}
.head_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 5;
}

.head_box .logo {
	flex-shrink: 0;
}

.head_box .logo .la {
	display: inline-flex;
	align-items: center;
}

.head_box .logo img {
	height: 0.62rem;
}

.head_box .logo .mi {
	display: none;
}

.head_box .bd_ul {
	position: absolute;
	top: 95%;
	right: 0;
	min-width: 80px;
	width: 1rem;
	display: none;
	background-color: #fff;
	box-shadow: 0px 8px 7px 1px rgba(132, 132, 132, 0.5);
	border-radius: 5px;
	overflow: hidden;
}

.head_box .bd_ul .bd_li {
	padding: 0 0.06rem;
	transition: all 0.3s;
}

.head_box .bd_ul .bd_li:hover {
	background-color: #e4e4e4;
	transition: all 0.3s;
}

.head_box .bd_ul .bd_a {
	display: block;
	text-align: center;
	padding: 0.13rem 0;
	box-sizing: border-box;
	letter-spacing: 0.03rem;
	transition: all 0.3s;
	line-height: 1;
	border-bottom: 1px solid #e4e4e4;
}

.head_box .hd_le {
	display: flex;
	align-items: center;
}

.head_box .hb_ri {
	display: flex;
	align-items: center;
}

.head_box .h-ul {
	display: flex;
	color: #fff;
	margin-right: 0.24rem;
}

.head_box .h-ul .h_li {
	padding: 0 0.24rem;
	position: relative;
}

.head_box .h-ul .h_li::before {
	content: "";
	width: 2px;
	height: 1em;
	background-color: #fff;
	opacity: 0.2;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.head_box .h-ul .ha {
	opacity: 0.65;
}

.head_box .ul1 {
	display: flex;
	/* border-right: 1px solid #eee; */
	margin-right: 0.6rem;
}

.head_box .ul1 .li1 {
	position: relative;
	margin-right: 0.6rem;
}

.head_box .ul1 .li1:hover .ul2 {
	top: 100%;
	opacity: 1;
	transition: all 0.3s;
	pointer-events: auto;
}

.head_box .ul1 .li1:hover .pro_bd {
	opacity: 1;
	pointer-events: auto;
	transition: all 0.3s;
}

.head_box .ul1 .a1 {
	display: block;
	white-space: nowrap;
	position: relative;
	line-height: 1rem;
	text-align: center;
	transition: all 0.3s;
}

.head_box .ul1 .a1.on::before {
	opacity: 1;
}

.head_box .ul1 .pro_li {
	position: static;
}

.head_box .ul1 .pro_bd {
	position: absolute;
	left: 0%;
	top: 100%;
	width: 100%;
	height: calc(100vh - 1rem);
	opacity: 0;
	pointer-events: none;
	background-color: #f9f9f9;
	transition: opacity 0.3s;
}

.head_box .ul1 .pb_tit {
	padding-bottom: 0.14rem;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}

.head_box .ul1 .pb_tit::before {
	content: "";
	width: 0.2rem;
	height: 2px;
	background-color: #0f818e;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.head_box .ul1 .pbox {
	padding: 0.6rem 1.75rem;
	display: flex;
	background-color: #fff;
}

.head_box .ul1 .pb_li {
	width: 12.6717557252%;
	margin-right: 9.1603053435%;
}

.head_box .ul1 .pb_li:last-child {
	margin-bottom: 0;
}

.head_box .ul1 .pb_li .pb_ul {
	line-height: 2;
	margin-top: 0.3rem;
}

.head_box .ul1 .pb_li .pb_a {
	display: block;
	position: relative;
	padding-right: 1em;
}

.head_box .ul1 .pb_li .pb_a:hover {
	color: #0f818e;
}

.head_box .ul1 .pb_li .pb_a.on {
	color: #0f818e;
}

.head_box .ul1 .pb_li .pb_a.on::before {
	content: "";
	border-left: 0.25em solid #0f818e;
	border-top: 0.2em solid transparent;
	border-bottom: 0.2em solid transparent;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.head_box .ul1 .ul2 {
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translate(-50%);
	min-width: 100%;
	width: -moz-max-content;
	width: max-content;
	max-width: 300%;
	opacity: 0;
	box-shadow: 0px 0 0.2rem 0px rgba(0, 0, 0, 0.2);
	text-align: center;
	pointer-events: none;
	transition: all 0.3s;
}

.head_box .ul1 .a2 {
	display: block;
	text-align: center;
	padding: 0.15rem;
	background-color: #f4f4f4;
	color: #000;
	white-space: nowrap;
	position: relative;
	transition: all 0.3s;
}

.head_box .ul1 .a2:hover {
	background-color: #0f818e;
	color: #fff;
	transition: all 0.3s;
}

.head_box .h-lang {
	position: relative;
}

.head_box .h-lang:hover .bd {
	top: 100%;
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0%);
	transition: all 0.3s;
}

.head_box .h-lang .hd {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #222;
}

.head_box .h-lang .ic {
	width: 1em;
	height: 1em;
	background-image: url(../images/h-lang-b.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 0.5em;
}

.head_box .h-lang .on {
	color: #0f818e;
}

.head_box .h-lang .ar {
	width: 1em;
	height: 1em;
	background-image: url(../images/icon-23.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.head_box .h-lang .bord img {
	width: 0.1rem;
	min-width: auto;
}

.head_box .h-lang .bd {
	position: absolute;
	min-width: 100%;
	top: 150%;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 10%);
	transition: all 0.3s;
	padding-top: 0.2rem;
	z-index: 5;
}

.head_box .h-lang .b_a {
	display: block;
	text-align: center;
	padding: 0.1rem;
	white-space: nowrap;
	background-color: #0f818e;
	color: #fff;
}

.head_box .h-lang .b_a:hover {
	color: #0f818e;
	background-color: #fff;
}

.head_box .h-money {
	position: relative;
	margin-left: 0.4rem;
}

.head_box .h-money:hover .bd {
	top: 100%;
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0%);
	transition: all 0.3s;
}

.head_box .h-money .hd {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.head_box .h-money .ic {
	width: 1em;
	height: 1em;
	background-image: url(../images/h-money.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.head_box .h-money .sp {
	margin: 0 0.1rem;
}

.head_box .h-money .ar {
	width: 1em;
	height: 1em;
	background-image: url(../images/icon-23.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.head_box .h-money .bd {
	position: absolute;
	min-width: 100%;
	top: 150%;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 10%);
	transition: all 0.3s;
	padding-top: 0.2rem;
	z-index: 5;
}

.head_box .h-money .b_a {
	display: block;
	text-align: center;
	padding: 0.1rem;
	white-space: nowrap;
	background-color: #0f818e;
	color: #fff;
}

.head_box .h-money .b_a:hover {
	color: #0f818e;
	background-color: #fff;
}

.head_box .langs {
	display: flex;
	align-items: center;
}

.head_box .langs .aa {
	display: inline-flex;
	align-items: center;
}

.head_box .langs .i1 {
	margin-right: 4px;
}

.head_box .langs .line {
	width: 1px;
	height: 1em;
	background-color: #eee;
	margin: 0 0.5em;
}

.head_box .login {
	position: relative;
	margin-left: 0.45rem;
}

.head_box .login.has_login:hover .bd {
	display: block;
}

.head_box .login .hd {
	line-height: 1;
	padding: 0.1rem 0.22rem;
	background-color: #0f818e;
	color: #fff;
	border-radius: 0.1rem;
	display: block;
}

.head_box .login .bd {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	padding-top: 0.2rem;
	width: 1rem;
	min-width: 60px;
	display: none;
}

.head_box .login .btn {
	text-align: center;
	background-color: #fff;
	color: #0f818e;
	cursor: pointer;
	padding: 0.1rem 0;
}

.head_box .h-quote {
	line-height: 0.46rem;
	background-color: #0f818e;
	color: #fff;
	padding: 0 0.3rem;
	border-radius: 0.06rem;
	margin-right: 0.3rem;
	cursor: pointer;
	border: none;
}

.head_box .h-phone {
	display: inline-flex;
	align-items: center;
	color: #0f818e;
	font-family:
		apMedium,
		Arial,
		Microsoft Yahei;
}

.head_box .h-phone .ic {
	width: 0.26rem;
	height: 0.26rem;
	background-image: url(../images/h-phone.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	flex-shrink: 0;
	margin-right: 0.1rem;
}

.head_box .h-href {
	display: inline-flex;
}

.head_box .h-href .ic {
	height: 0.24rem;
}

.head_box .h-user {
	cursor: pointer;
	margin-left: 0.3rem;
}

.head_box .h-user .hd {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #222;
}

.head_box .h-user .hic {
	display: block;
	width: 1em;
	height: 1em;
	background-image: url(../images/h-user-b.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 0.5em;
}

.head_box .h-shop {
	cursor: pointer;
	margin-left: 0.4rem;
}

.head_box .h-shop .hic {
	cursor: pointer;
	display: block;
	width: 1em;
	height: 1em;
	background-image: url(../images/h-shop.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.head_box .h-search {
	position: relative;
	cursor: pointer;
	margin-right: 0.4rem;
}

.head_box .h-search .hic {
	display: block;
	width: 1em;
	height: 1em;
	background-image: url(../images/h-mag-w.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.head_box .h-more {
	cursor: pointer;
	display: none;
	margin-left: 0.3rem;
}

.head_box .h-more .ic {
	display: block;
	width: 1em;
	height: 1em;
	background-image: url(../images/h-more-b.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

@media (max-width: 1280px) {
	.head_box .ul1 .li1 {
		margin-right: 0.2rem;
	}
}
@media screen and (max-width: 750px) {
	.head_box {
		height: 1rem;
	}
	.head_box .logo .pi {
		display: none;
	}
	.head_box .logo .mi {
		display: block;
	}
	.head_box .ul1 {
		display: none;
	}
	.head_box .h-money {
		display: none;
	}
	.head_box .h-shop {
		filter: brightness(0) invert(1);
	}
	.head_box .h-search .hic {
		background-image: url(../images/h-mag-b.png);
	}
	.head_box .h-more {
		display: block;
	}
	.head_box .h-lang {
		display: none;
	}
	.head_box .h-user {
		display: none;
	}
}
.md-mob_sideNav {
	position: fixed;
	right: -100%;
	top: 0;
	width: 8rem;
	max-width: 70%;
	height: 100vh;
	background-color: #fff;
	transition: all 0.4s linear;
	z-index: 300;
}

.md-mob_sideNav .ul1 .li1 {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	margin: auto;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}

.md-mob_sideNav .ul1 .a1 {
	position: relative;
	display: block;
	line-height: 50px;
	padding-left: 20px;
	font-size: 16px;
}

.md-mob_sideNav .ul1 .ul2 {
	display: none;
}

.md-mob_sideNav .ul1 .ul2 .li2 .a2 {
	max-width: 90%;
	margin: 5px 0;
	padding-left: 30px;
	line-height: 30px;
	font-size: 14px;
	display: block;
}

.md-mob_sideNav .ul1 .ul2 .li2 .a2:hover {
	color: #0f818e;
}

.md-mob_sideNav .ul1 .dt {
	position: relative;
}

.md-mob_sideNav .ul1 .dt::after {
	content: "";
	width: 0.6em;
	height: 0.6em;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/16.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.md-mob_sideNav .ul1 .has_nav > .dt::after {
	content: "";
	width: 0.3rem;
	height: 0.3rem;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/hm_3.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.md-mob_sideNav .ul1 .has_nav.show > .dt::after {
	background-image: url(../images/hm_4.png);
}

.md-mob_sideNav .hmob_off {
	padding: 10px 20px;
	height: 50px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: flex-end;
}

.md-mob_sideNav .m_off {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #000;
	background-image: url(../images/m_off1.png);
	background-size: 50% auto;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 0.8;
}

.md-mob_sideNav .hmob_top {
	height: calc(100% - 50px);
	overflow-y: auto;
	scrollbar-width: thin;
}

.md-mob_sideNav .hmob_top::-webkit-scrollbar {
	width: 5px;
	height: 1px;
}

.md-mob_sideNav .hmob_top::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #fff;
}

.md-mob_sideNav .hmob_top::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ededed;
}

.md-mob_sideNav .hmob_bot {
	height: 0.7rem;
	display: flex;
	justify-content: center;
	border-top: 1px solid rgba(51, 51, 51, 0.3);
}

.md-mob_sideNav .hmob_bot .btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	cursor: pointer;
}

.md-mob_sideNav .hmob_bot img {
	width: 20px;
	margin-right: 5px;
}

.md-mob_sideNav .hmob_lang {
	position: absolute;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	padding-top: 0;
	background-color: #fff;
	transition: all 0.2s;
}

.md-mob_sideNav .hmob_lang.show {
	right: 0;
	transition: all 0.2s;
}

.md-mob_sideNav .hmob_back {
	display: flex;
	align-items: center;
	line-height: 1;
	padding: 20px 0;
	cursor: pointer;
}

.md-mob_sideNav .hmob_back img {
	margin-right: 10px;
}

.md-mob_sideNav .ul3 {
	display: none;
}

.md-mob_sideNav .ul3 li {
	padding: 5px 0;
}

.md-mob_sideNav .hmob-money {
	padding: 0 20px;
	margin-top: 10px;
}

.md-mob_sideNav .hmob-money.show .ar {
	transform: translateY(-50%) rotate(180deg);
}

.md-mob_sideNav .hmob-money .hd {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 10px 0;
}

.md-mob_sideNav .hmob-money .ic {
	width: 1em;
	height: 1em;
	background-image: url(../images/h-money.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.md-mob_sideNav .hmob-money .sp {
	margin-left: 0.3rem;
}

.md-mob_sideNav .hmob-money .ar {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: center;
	transition: transform 0.3s;
	width: 1em;
	height: 1em;
	background-image: url(../images/icon-23.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.md-mob_sideNav .hmob-money .bd {
	margin-top: 5px;
	display: none;
}

.md-mob_sideNav .hmob-money .b_a {
	display: block;
	padding: 10px 0;
	color: #333;
	border-bottom: 1px dashed #666;
}

.md-mob_sideNav .hm-lang .hd {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #222;
}

.md-mob_sideNav .hm-lang .ic {
	width: 1em;
	height: 1em;
	background-image: url(../images/h-lang-b.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 0.5em;
}

.md-mob_sideNav .hm-lang .on {
	color: #0f818e;
}

.md-mob_sideNav .hm-user {
	cursor: pointer;
	margin-left: 0.3rem;
}

.md-mob_sideNav .hm-user .hd {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #222;
}

.md-mob_sideNav .hm-user .hic {
	display: block;
	width: 1em;
	height: 1em;
	background-image: url(../images/h-user-b.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 0.5em;
}

.md-mob_sideNav .hm-edits {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0.2rem;
}

@media (min-width: 901px) {
	.md-mob_sideNav .hmob-money {
		display: none;
	}
}
.md-search_form {
	position: fixed;
	top: 0rem;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
	transform-origin: top;
	transition: all 0.2s;
}

.md-search_form .h_form {
	width: 100%;
	position: relative;
	z-index: 402;
	padding: 0.4rem 0;
	background-color: #fff;
}

.md-search_form .h_form .inp {
	width: 6rem;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ccc;
}

.md-search_form .h_form .inp input {
	width: 100%;
	height: 0.5rem;
	min-height: 40px;
	border: none;
	outline: none;
	font-family: unset;
}

.md-search_form .h_form .h_sub {
	position: absolute;
	right: 0rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.4rem;
	min-width: 30px;
	height: 0.4rem;
	min-height: 30px;
	border-radius: 50%;
	background-color: #0f818e;
	background-image: url(../images/h-mag-w.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% auto;
	cursor: pointer;
	z-index: 10;
	border: none;
	outline: none;
}

.md-search_form.show {
	transform: scaleY(1);
	transition: all 0.2s;
	display: block;
	opacity: 1;
	pointer-events: auto;
}

.md-search_form .mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.md-foot {
	position: relative;
	overflow: hidden;
	background-color: #222;
}

.md-foot .ul1 {
	display: flex;
}

.md-foot .ul1 .li1 {
	margin-right: 0.65rem;
}

.md-foot .ul1 .li1:last-child {
	margin-right: 0;
}

.md-foot .ul1 .a1 {
	color: #fff;
	transition: all 0.3s;
}

.md-foot .ul1 .a1:hover {
	opacity: 0.6;
	transition: all 0.3s;
}

.md-foot .ul1 .ul2 {
	margin-top: 0.32rem;
	position: relative;
}

.md-foot .ul1 .li2 {
	margin-bottom: 0.16rem;
}

.md-foot .ul1 .li2:last-child {
	margin-bottom: 0;
}

.md-foot .ul1 .a2 {
	color: #767676;
	transition: color 0.3s;
}

.md-foot .ul1 .a2:hover {
	text-decoration: underline;
	transition: color 0.3s;
}

.md-foot .shares {
	display: flex;
	flex-wrap: wrap;
}

.md-foot .shares .si {
	position: relative;
	margin-right: 0.2rem;
}

.md-foot .shares .si:hover .hi {
	opacity: 1;
	filter: none;
}

.md-foot .shares .si:hover .bd {
	opacity: 1;
	pointer-events: auto;
}

.md-foot .shares .hd {
	position: relative;
	display: inline-flex;
	transition: all 0.3s;
}

.md-foot .shares .hi {
	height: 1em;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	filter: brightness(0) invert(1);
	opacity: 1;
}

.md-foot .shares .bd {
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translate(-50%);
	opacity: 0;
	pointer-events: none;
	padding-top: 0.18rem;
	z-index: 5;
}

.md-foot .shares .bd .bbox {
	background-color: #fff;
	position: relative;
}

.md-foot .shares .bd img {
	width: 1.2rem;
	min-width: 80px;
	max-width: none;
}

@media (max-width: 1280px) {
	.md-foot .ul1 .li1 {
		margin-right: 0.2rem;
	}
}
@media screen and (max-width: 900px) {
	.md-foot .ul1 .li1 {
		display: none;
		width: 100%;
		max-width: none;
	}
	.md-foot .ul1 .cti {
		display: block;
	}
	.md-foot .shares {
		/* justify-content: center; */
	}
	.md-foot .shares .hd {
		width: 0.4rem;
		height: 0.4rem;
	}
}
.foot-0 {
	pointer-events: none;
}

.foot-0 img {
	width: 100%;
	position: relative;
	z-index: 2;
}

.foot-1 {
	position: relative;
}

.foot-1 .box {
	padding-top: 1rem;
	padding-bottom: 0.8rem;
	display: flex;
	justify-content: space-between;
}

.foot-1 .logo {
	display: inline-block;
}

.foot-1 .logo img {
	height: 0.82rem;
}

.foot-1 .le {
	flex-grow: 1;
	padding-right: 0.2rem;
}

.foot-1 .le .ul1 {
	width: 100%;
}

.foot-1 .ri {
	width: 26.875%;
	display: flex;
}

.foot-1 .text {
	flex-grow: 1;
	color: #fff;
	padding-right: 0.36rem;
}

.foot-1 .ti {
	display: flex;
	align-items: flex-start;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 0.5em;
}

.foot-1 .ti:last-child {
	margin-bottom: 0;
}

.foot-1 .ti .t11 {
	flex-shrink: 0;
	margin-right: 0.5em;
}

.foot-1 .ti .ic {
	width: 1em;
	height: 1em;
	-o-object-fit: contain;
	object-fit: contain;
	flex-shrink: 0;
	margin-right: 1em;
}

.foot-1 .ti .tt {
	line-height: 1.6;
}

.foot-1 .ph {
	align-items: center;
}

.foot-1 .shares {
	margin-top: 0.2rem;
}

.foot-1 .code {
	width: 1.14rem;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	flex-shrink: 0;
}

.foot-1 .code .ii {
	width: 100%;
}

.foot-1 .code .ct {
	margin-top: 0.24rem;
}

@media screen and (max-width: 750px) {
	.foot-1 .box {
		flex-wrap: wrap;
	}
	.foot-1 .le {
		width: 100%;
		text-align: center;
	}
	.foot-1 .text {
		width: 100%;
		text-align: center;
		border: none;
	}
	.foot-1 .ri {
		width: 100%;
		text-align: center;
		flex-wrap: wrap;
	}
	.foot-1 .shares {
		justify-content: center;
	}
	.foot-1 .shares .si {
		margin: 0.1rem;
	}
	.foot-1 .code {
		width: 2rem;
		margin: 0 auto;
	}
}
.foot-2 {
	padding-top: 0.72rem;
	padding-bottom: 0.95rem;
	position: relative;
	z-index: 2;
	color: #fff;
}

.foot-2 .box {
	display: flex;
	justify-content: space-between;
}

.foot-2 .text {
	width: 20%;
}

.foot-2 .text .te {
	line-height: 1.7142857143;
	margin-top: 0.32rem;
	color: #888;
}

.foot-2 .ph {
	margin-right: 1.1rem;
	padding-bottom: 0.06rem;
}

.foot-2 .ph .ph1 {
	color: #666;
}

.foot-2 .ph .ph2 {
	margin-top: 0.08rem;
}

.foot-2 .form {
	width: 4.45rem;
}

.foot-2 .form .inp {
	position: relative;
	margin-top: 0.32rem;
}

.foot-2 .form .ip {
	width: 100%;
	height: 0.5rem;
	min-height: 40px;
	border: none;
	background-color: #313131;
	color: #fff;
	padding: 0 0.2rem;
}

.foot-2 .form .ip::-moz-placeholder {
	color: #888;
}

.foot-2 .form .ip::placeholder {
	color: #888;
}

.foot-2 .form .btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 1.2rem;
	min-height: 40px;
	height: 100%;
	border: none;
	background-color: #0f818e;
	color: #fff;
	cursor: pointer;
}

.foot-2 .ri {
	width: 4.3rem;
}

.foot-2 .shares {
	margin-top: 0.38rem;
}

@media (max-width: 900px) {
	.foot-2 .box {
		flex-wrap: wrap;
		text-align: center;
	}
	.foot-2 .cen {
		width: 100%;
		margin: 0.5rem 0;
	}
	.foot-2 .text {
		width: 100%;
		margin: 0.2rem 0;
	}
	.foot-2 .ri {
		width: 100%;
		margin: 0.2rem 0;
	}
	.foot-2 .form {
		width: 100%;
	}
	.foot-2 .form .btn {
		width: 0.8rem;
	}
}
.foot-3 {
	line-height: 2;
	position: relative;
}

.foot-3 .box {
	border-top: 1px solid #313131;
	color: rgba(251, 251, 251, 0.2);
	display: flex;
	justify-content: space-between;
	padding-top: 0.3rem;
	padding-bottom: 1rem;
	position: relative;
}

.foot-3 .ri {
	text-align: right;
}

.foot-3 .te {
	margin-top: 0.12rem;
}

.foot-3 .href a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 900px) {
	.foot-3 .box {
		flex-wrap: wrap;
		padding: 0.2rem 0;
	}
	.foot-3 .href {
		width: 100%;
		/* text-align: center; */
		order: 2;
	}
	.foot-3 .href  em{
		display: block;
	}
	.foot-3 .shares {
		width: 100%;
		order: 1;
	}
}
.foot-btn {
	position: absolute;
	bottom: 100%;
	right: 0.2rem;
	width: 0.46rem;
	height: 0.46rem;
	background-image: url(../images/a12.png);
	background-repeat: no-repeat;
	background-size: 30.4347826087% auto;
	background-position: center;
	background-color: #0f818e;
	cursor: pointer;
	z-index: 90;
}

.com-banner {
	position: relative;
	z-index: 30;
}

.com-banner .cb_ban {
	position: relative;
}

.com-banner .cb_bg {
	position: relative;
	/* padding-top: 31.25%; */
	overflow: hidden;
	background-color: #999;
}

.com-banner .cb_bg img {
	width: 100%;
	/* height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   -o-object-fit: cover;
   object-fit: cover; */
}

.com-banner .cb_bg .mob {
  display: none;
}


.com-banner .cb_text {
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	color: #fff;
}

.com-banner .cb_text .cbp1 {
	position: relative;
	font-family:
		apMedium,
		Arial,
		Microsoft Yahei;
}

.com-banner .cb_text .cbp2 {
	margin-top: 0.1rem;
	line-height: 1.3;
	opacity: 0.4;
}

.com-banner .cb_text .cbp3 {
	margin-top: 0.41rem;
}

.com-banner .cb_text .cbp4 {
	display: inline-block;
	padding: 0.2rem;
	border-radius: 0 0.1rem 0 0.1rem;
	background-color: #0f818e;
	color: #fff;
	margin-top: 0.1rem;
}

.com-banner .cb_text .cpa {
	display: inline-block;
	line-height: 2.875em;
	border-radius: 1rem;
	color: #0f818e;
	background-color: #fff;
	padding: 0 0.3rem;
	border-radius: 1rem;
	min-width: 1.7rem;
	margin-right: 0.2rem;
	text-align: center;
}

.com-banner .cb_text .cpa:hover {
	background-color: #0f818e;
	color: #fff;
}

.com-banner .cb_text.cent {
	text-align: center;
}

.com-banner .pro_txt .t1 {
	color: #222;
	font-family:
		apMedium,
		Arial,
		Microsoft Yahei;
	line-height: 1;
}

.com-banner .pro_txt .t2 {
	display: inline-block;
	line-height: 2.0909090909;
	background-color: #0f818e;
	color: #fff;
	padding: 0 0.21rem;
	border-radius: 1rem;
	margin-top: 0.36rem;
}

.com-banner .pro_txt .t3 {
	color: #222;
	opacity: 0.8;
	margin-top: 0.27rem;
}

.com-banner .cb_img2 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 7.5rem;
	max-width: 60%;
}

.com-banner .cb_ti {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 8.4rem;
	max-width: 60%;
}

.com-banner .cb_mouse {
	position: absolute;
	bottom: 0.2rem;
	left: 50%;
	transform: translate(-50%);
	z-index: 30;
	cursor: pointer;
}

.com-banner .cb_mouse img {
	animation: jump 1s linear infinite;
	width: 0.22rem;
	min-width: 16px;
}

.com-banner .down {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	color: #fff;
	background-color: #0f818e;
	padding: 0.21rem 0.43rem;
	border-radius: 1rem;
	margin-top: 0.4rem;
	transition: all 0.3s;
}

.com-banner .down:hover {
	box-shadow:
		0 -2px 0 0 #0f818e inset,
		0 2px 0.1rem #0f818e;
	transform: translateY(-3px);
	transition: all 0.3s;
}

.com-banner .down img {
	margin-right: 0.1rem;
}

.com-banner .video video {
	width: 100%;
}

.com-banner .cb_nav {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%);
	border-radius: 0.1rem 0.1rem 0 0;
	display: flex;
	align-items: center;
	line-height: 1;
	background-color: #fff;
	overflow: hidden;
}

.com-banner .cb_nav .home {
	display: inline-flex;
	align-items: center;
}

.com-banner .cb_nav a:hover {
	color: #0f818e;
}

.com-banner .cb_nav .cb_a {
	flex-grow: 1;
	text-align: center;
	line-height: 0.7rem;
}

.com-banner .cb_nav .cb_a.on {
	background-image: linear-gradient(-90deg, #007ac8 0%, #1daceb 100%);
	color: #fff !important;
}

.com-banner .cb_mask {
	pointer-events: none;
}

.com-banner .cb_mask .cm1 {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.com-banner .cb_mask .cm1 img {
	width: 100%;
}

.com-banner .cb_mask .cm2 {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	-webkit-mask-image: url(../images/icon-m2.png);
	mask-image: url(../images/icon-m2.png);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: bottom;
	mask-position: bottom;
}

.com-banner .cb_mask .cm2 img {
	width: 100%;
	opacity: 0;
}

.com-banner .bg1 .cm2 {
	background-color: #fff !important;
}

.com-banner .bg2 .cm2 {
	background-color: #f3f3f3 !important;
}

@media screen and (max-width: 900px) {
	.com-banner {
		background-color: #eee;
	}
	.com-banner .pro_txt .t3 {
		display: none;
	}
	.com-banner .txt {
    display: none;
  }
  .com-banner .cb_bg .pc {
    display: none;
  }
  .com-banner .cb_bg .mob {
    display: block;
  }
}
.com-breadnav.bgfff {
	background-color: #fff;
	position: relative;
	z-index: 10;
}

.com-breadnav.bgfff {
	background-color: #eee;
	position: relative;
	z-index: 10;
}

.com-breadnav.has_bn {
	box-shadow: 0 -1px 0px #e3e3e3 inset;
}

.com-breadnav .bn_box {
	display: flex;
	justify-content: space-between;
	font-size: 0;
}

.com-breadnav .bn_a {
	line-height: 0.9rem;
	display: inline-block;
	color: #333;
	position: relative;
	transition: color 0.3s;
	padding: 0 0.28rem;
}

.com-breadnav .bn_a:hover {
	color: #0f818e;
	transition: color 0.3s;
}

.com-breadnav .bn_a.on {
	color: #0f818e;
}

.com-breadnav .zone_nav {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	color: #666;
	line-height: 0.9rem;
}

.com-breadnav .icon {
	margin-right: 0.1rem;
	display: inline-flex;
	align-items: center;
}

.com-breadnav .icon img {
	height: 1em;
}

.com-breadnav .sp1 {
	margin: 0 0.5em;
	position: relative;
	width: 0.5em;
	height: 1em;
	background-image: url(../images/z_a8.png);
	background-repeat: no-repeat;
	background-size: auto 55.5555555556%;
	background-position: center;
}

.com-breadnav .z_a {
	color: #666;
	position: relative;
	transition: all 0.3s;
}

.com-breadnav .z_a:last-child {
	color: #999;
}

.com-breadnav .z_a.on,
.com-breadnav .z_a:hover {
	color: #0f818e;
	transition: all 0.3s;
}

.com-breadnav .page-tit {
	font-family:
		apMedium,
		Arial,
		Microsoft Yahei;
	margin-top: 0.12rem;
}

@media screen and (max-width: 900px) {
	.com-breadnav .bn_box {
		flex-wrap: wrap;
	}
	.com-breadnav .bread_nav {
		max-width: 100%;
	}
	.com-breadnav .bn_a {
		margin-right: 0.3rem;
	}
	.com-breadnav .zone_nav {
		width: 100%;
	}
	.com-breadnav .sp1 {
		margin: 0 0.5em;
	}
}
.bn-swiper {
	max-width: 70%;
	font-size: 0;
}

.bn-swiper .bsa {
	position: relative;
	line-height: 0.9rem;
	width: auto;
	margin-right: 0.48rem;
	white-space: nowrap;
	text-align: center;
	color: #333;
}

.bn-swiper .bsa::after {
	content: "";
	background-color: #ccc;
	position: absolute;
	left: calc(100% + 0.24rem);
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 1em;
	text-align: center;
}

.bn-swiper .bsa:last-child {
	margin-right: 0;
}

.bn-swiper .bsa:last-child::after {
	display: none;
}

.bn-swiper .bsa .sp {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.bn-swiper .bsa:hover {
	color: #0f818e;
}

.bn-swiper .bsa.on {
	color: #0f818e !important;
}

.bn-swiper .bsa.on::before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #0f818e;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media (max-width: 900px) {
	.bn-swiper {
		max-width: 100%;
	}
}
.c-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 1s cubic-bezier(0, 0.2, 0.2, 1);
}

.com-pag {
	display: flex;
	justify-content: center;
}

.com-pag.border .p_a {
	box-shadow: 0 0 0 1px inset #e3e3e3;
}

.com-pag.bgfff .p_a {
	background-color: #fff;
}

.com-pag .p_a {
	width: 0.48rem;
	height: 0.48rem;
	min-width: 32px;
	min-height: 32px;
	margin: 0 0.05rem;
	line-height: 1;
	color: #666;
	border-radius: 50%;
}

.com-pag .btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-size: 16.6666666667% auto;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s;
}

.com-pag .btn span {
	display: block;
	text-align: center;
	width: 1em;
	height: 1em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 43.75% auto;
}

.com-pag .num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}

.com-pag .num:hover,
.com-pag .num.on {
	color: #fff;
	background-color: #0f818e;
	box-shadow: none;
	transition: all 0.3s;
}

.com-pag .prev {
	background-image: url(../images/z_a11.png);
}

.com-pag .prev:hover {
	background-image: url(../images/z_a12.png);
}

.com-pag .next {
	background-image: url(../images/z_a13.png);
}

.com-pag .next:hover {
	background-image: url(../images/z_a14.png);
}

.com-pag .prev1 {
	background-image: url(../images/icon-p11.png);
}

.com-pag .prev1:hover {
	background-image: url(../images/icon-p12.png);
}

.com-pag .next1 {
	background-image: url(../images/icon-p21.png);
}

.com-pag .next1:hover {
	background-image: url(../images/icon-p22.png);
}

.com-pag .te {
	width: auto;
	padding: 0 0.2rem;
	display: inline-flex;
	align-items: center;
}

.com-pag .ip {
	width: 0.44rem;
	height: 0.44rem;
	min-width: 30px;
	min-height: 30px;
	background-color: #fff;
	border: 1px solid #e9ecf2;
	text-align: center;
	margin: 0 0.5em;
	padding: 0 5px;
}

.com-pag input::-webkit-outer-spin-button,
.com-pag input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.com-pag input[type="number"] {
	-moz-appearance: textfield;
}

.com-tit.cent {
	text-align: center;
}

.com-tit .ct1 {
	font-family:
		apMedium,
		Arial,
		Microsoft Yahei;
	position: relative;
	color: #222;
}

.com-tit .ct2 {
	margin-top: 0.15rem;
	line-height: 1.6666666667;
	color: #444444;
}

.com-tt {
	font-family:
		apMedium,
		Arial,
		Microsoft Yahei;
	color: #333;
	position: relative;
}

.com-tt.cent {
	text-align: center;
}

.com-tt.fff {
	color: #fff;
}

.com-tt .sp {
	font-size: 1.5em;
	color: #0f818e;
}

.guidance-1 {
	padding-bottom: 1rem;
}

.guidance-1 .txt {
	color: #666;
	line-height: 1.875;
	padding-top: 0.3rem;
	border-top: 1px solid #ddd;
	margin-top: 0.36rem;
}

.ho-ban {
	position: relative;
	overflow: hidden;
}

.ho-ban .ho_sw {
	overflow: hidden;
}

.ho-ban .ho_sw .img {
	position: relative;
	/* padding-top: 39.5833333333%; */
	overflow: hidden;
	transition: all 0.3s;
	display: block;
	background-color: #999;
}

.ho-ban .ho_sw .img img {
	width: 100%;
	/* height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover; */
}

.ho-ban .ho_sw .text {
	width: 100%;
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	opacity: 0;
}

.ho-ban .ho_sw .d1 {
	position: relative;
}

.ho-ban .ho_sw .d2 {
	font-family:
		apMedium,
		Arial,
		Microsoft Yahei;
	margin-top: 0.1rem;
}

.ho-ban .ho_sw .d3 {
	opacity: 0.4;
	margin-top: 0.1rem;
}

.ho-ban .ho_sw .d4 {
	margin-top: 0.4rem;
}

.ho-ban .ho_sw .aa {
	display: inline-flex;
	align-items: center;
	padding: 0.2rem 0.25rem;
	line-height: 1;
	background-color: #0f818e;
	border-radius: 8px;
	transition: all 0.3s;
}

.ho-ban .ho_sw .aa:hover {
	transform: translateY(5px);
}

.ho-ban .ho_sw .aa .ic {
	margin-left: 0.7rem;
	width: 0.5em;
	height: 1em;
	background-image: url(../images/z_a5.png);
	background-repeat: no-repeat;
	background-position: center;
}

.ho-ban .swiper-slide-active .text {
	opacity: 1;
	transition: opacity 1s 0.5s;
}

.ho-ban .ho_bot {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0.58rem;
	left: 50%;
	transform: translate(-50%);
	z-index: 30;
	color: #fff;
}

.ho-ban .hb_mask {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(0.1rem);
	width: 100%;
	z-index: 30;
}

.ho-ban .hb_mask img {
	width: 100%;
}

.ho-ban .mouse {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}

.ho-ban .mouse img {
	width: 1em;
	margin-right: 0.1rem;
	animation: jump 1s linear infinite;
}

.ho-ban .anim::after {
	animation: indicator-loading 4.5s linear forwards;
}

.ho-ban .btns {
	display: flex;
	align-items: center;
	position: absolute;
	right: 1rem;
	bottom: 0.45rem;
	z-index: 30;
}

.ho-ban .sbtn {
	width: 2em;
	height: 2em;
	background-size: auto 50%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 0.5;
	z-index: 30;
}

.ho-ban .sbtn:hover {
	opacity: 1;
}

.ho-ban .prev {
	background-image: url(../images/icon-11.png);
}

.ho-ban .next {
	background-image: url(../images/icon-12.png);
}

.ho-ban .nums {
	width: 0.6rem;
	height: 0.6rem;
	color: white;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #eee inset;
	white-space: nowrap;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
	position: relative;
}

.ho-ban .nums.on svg {
	animation: circleLoad 5s linear;
	opacity: 1;
}

.ho-ban svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	opacity: 0;
	transform-origin: top left;
}

.ho-ban svg circle {
	transform: rotate(-90deg);
	transform-origin: center;
}

.ho-ban .pag {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0.75rem;
	left: 0;
	width: 100%;
	z-index: 30;
}

.ho-ban .pi {
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.5);
	margin: 0 0.1rem;
}

.ho-ban .pi.on {
	color: white;
}

.ho-ban .pi.on .line {
	display: block;
}

.ho-ban .pi.on .line::after {
	animation: wd 4.5s linear;
	animation-fill-mode: forwards;
}

.ho-ban .bots {
	position: absolute;
	bottom: 0.66rem;
	left: 50%;
	transform: translate(-50%);
	z-index: 30;
}

.ho-ban .swiper-pagination-bullet {
	margin: 0 0.05rem;
}

.ho-ban .m-pagination {
	position: relative;
	width: auto;
	display: flex;
}

.ho-ban .m-pagination .loading {
	width: 26px;
	height: 26px;
	border: 1px solid transparent;
	position: relative;
	background: transparent;
	margin: 0 0.06rem 0 0 !important;
	opacity: 1;
}

.ho-ban .m-pagination .loading:last-of-type {
	margin-right: 0;
}

.ho-ban .m-pagination .loading .dot {
	position: absolute;
	left: 8px;
	top: 8px;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	line-height: 120px;
	text-align: center;
}

.ho-ban .m-pagination .loading .left,
.ho-ban .m-pagination .loading .right {
	position: absolute;
	left: -1px;
	top: -1px;
	opacity: 0;
	width: 13px;
	height: 26px;
	overflow: hidden;
}

.ho-ban .m-pagination .loading .left:after,
.ho-ban .m-pagination .loading .right:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 13px;
	height: 26px;
	border: 1px solid white;
	border-right: 0;
	border-radius: 13px 0 0 13px;
	box-sizing: border-box;
}

.ho-ban .m-pagination .loading .right {
	left: auto;
	right: -1px;
}

.ho-ban .m-pagination .loading .right:after {
	content: "";
	position: absolute;
	display: block;
	border-radius: 0 13px 13px 0;
	border: 1px solid white;
	border-left: 0;
}

.ho-ban .m-pagination .swiper-pagination-bullet-active {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.ho-ban .m-pagination .swiper-pagination-bullet-active .left,
.ho-ban .m-pagination .swiper-pagination-bullet-active .right {
	opacity: 1;
}

.ho-ban .m-pagination .swiper-pagination-bullet-active .left:after {
	transform-origin: right center;
	animation: spin-left 4s linear forwards;
}

.ho-ban .m-pagination .swiper-pagination-bullet-active .right:after {
	transform-origin: left center;
	animation: spin-right 4s linear;
}

.ho-ban .ho_sw .mob {
	display: none;
}

@media screen and (max-width: 750px) {
	.ho-ban .mouse {
		opacity: 0;
	}
	.ho-ban .ho_sw .d1 {
		font-size: 24px;
	}
	.ho-ban .ho_sw .d4 {
		margin-top: 0.2rem;
	}
	.ho-ban .btns {
		right: 2%;
	}
	.ho-ban .ho_sw .img {
 
	}
	.ho-ban .ho_sw .pc {
		display: none;
	}
	.ho-ban .ho_sw .mob {
		display: block;
	}
	.ho-ban .bots {
		bottom: 0.3rem;
	}
	.ho-ban .ho_sw .text{
		display: none;
	}
}
@media (max-width: 500px) {
	.ho-ban .ho_sw .d1 {
		font-size: 20px;
	}
	.ho-ban .btns {
		display: none;
	}
}
@keyframes spin-right {
	0% {
		transform: rotate(180deg);
	}
	50% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes spin-left {
	0% {
		transform: rotate(180deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.home-1 {
	padding-top: 1rem;
	padding-bottom: 1.1rem;
}

.home-1 .ul {
	display: flex;
	margin-top: 0.53rem;
}

.home-1 .li {
	width: 2.68rem;
	margin-right: 0.08rem;
	transition: width 0.3s cubic-bezier(0, 0.2, 0.2, 1);
}

.home-1 .li:last-child {
	margin-right: 0;
}

.home-1 .li.show {
	width: 7.12rem;
}

.home-1 .li.show .dd::before {
	opacity: 1;
}

.home-1 .li.show .hd {
	opacity: 0;
	pointer-events: none;
}

.home-1 .li.show .text {
	opacity: 1;
}

.home-1 .li .dd {
	height: 5.47rem;
	overflow: hidden;
	border-radius: 0.16rem;
	position: relative;
}

.home-1 .li .dd::before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: linear-gradient(
		180deg,
		rgba(34, 34, 34, 0) 0%,
		rgba(34, 34, 34, 0) 50%,
		rgba(34, 34, 34, 0.05) 51%,
		rgba(34, 34, 34, 0.9)
	);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s;
}

.home-1 .li .hd {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0.45rem 1em;
	color: #fff;
	font-family:
		apMedium,
		Arial,
		Microsoft Yahei;
	text-align: center;
}

.home-1 .li .hd2 {
	opacity: 0.5;
	margin-top: 0.1rem;
}

.home-1 .li .text {
	width: 7.12rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	padding: 0.45rem 0.5rem;
	color: #fff;
	opacity: 0;
}

.home-1 .li .tle {
	width: 4.4rem;
}

.home-1 .li .t1 {
	font-family:
		apMedium,
		Arial,
		Microsoft Yahei;
}

.home-1 .li .t2 {
	line-height: 1.75;
	margin-top: 0.18rem;
	color: rgba(255, 255, 255, 0.7);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.home-1 .swiper {
	margin-top: 0.3rem;
	border-radius: 0.16rem;
	overflow: hidden;
}

.home-1 .sw {
	position: relative;
}

.home-1 .sw .img {
	position: relative;
	padding-top: 60%;
}

.home-1 .sw .text {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	padding: 0.4rem;
	color: #fff;
	display: flex;
	align-items: flex-end;
}

.home-1 .sw .tle {
	flex-grow: 1;
}

.home-1 .sw .tri {
	flex-shrink: 0;
	margin-left: 0.4rem;
}

.home-1 .sw .t1 {
	font-family:
		apMedium,
		Arial,
		Microsoft Yahei;
}

.home-1 .sw .t2 {
	line-height: 1.875;
	margin-top: 0.18rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.home-1 .sw .btn {
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background-color: #fff;
	background-image: url(../images/a3.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 34% auto;
}

.home-1 .ho1-pc {
	width: 100%;
}

.home-1 .ho1-mob {
	width: 100%;
}

.ho1-mob .sw.tshow .t2{
display: block;
}

@media (min-width: 751px) {
	.home-1 .ho1-mob {
		position: absolute;
		left: -200vw;
		top: 0;
	}
}
@media (max-width: 750px) {
	.home-1 .ho1-pc {
		position: absolute;
		left: -200vw;
		top: 0;
	}
}
.home-2 {
	padding-top: 1.5rem;
	padding-bottom: 1.4rem;
}

.home-2 .ct1 {
	color: #fff;
}

.home-2 .swiper {
	margin-top: 0.45rem;
}

.home-2 .sw {
	padding: 0.6rem;
	height: auto;
	border-radius: 0.16rem;
	background-image: linear-gradient(180deg, rgba(0, 30, 76, 0.3) 0%, rgba(0, 30, 76, 0.1) 100%);
}

.home-2 .top {
	color: #fff;
	display: flex;
	align-items: center;
}

.home-2 .ic {
	width: 0.9em;
	margin-right: 0.25rem;
	flex-shrink: 0;
	display: inline-flex;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(../images/z_a1.png);
}

.home-2 .ic img {
	width: 100%;
}

.home-2 .t1 {
	font-family:
		apMedium,
		Arial,
		Microsoft Yahei;
}

.home-2 .t2 {
	margin-top: 0.12rem;
}

.home-2 .bot {
	color: #fff;
	opacity: 0.38;
	line-height: 1.625;
	margin-top: 0.2rem;
}

.home-2 .li {
	margin-top: 0.4rem;
}
.home-2 .dd {
	padding: 0.6rem;
	height: auto;
	border-radius: 0.16rem;
	background-image: linear-gradient(180deg, rgba(0, 30, 76, 0.3) 0%, rgba(0, 30, 76, 0.1) 100%);
}

.home-2 .pc {
	position: relative;
}

.home-2 .swiper {
	width: 100%;
}

.home-2 .mob {
	display: none;
}
@media (max-width: 750px) {
	.home-2 {
		padding-top: 0.8rem;
		padding-bottom: 0.8rem;
	}
	.home-2 .ic {
		width: 1.5em;
	}
	.home-2 .bot {
		opacity: 0.9;
	}
	.home-2 .swiper {
		position: absolute;
		left: -200vw;
		top: 0;
	}
	.home-2 .mob {
		display: block;
	}
}

.home-3 {
	padding-top: 1.02rem;
	padding-bottom: 1.04rem;
	background-color: #f3f3f3;
}

.home-3 .swiper {
	margin-top: 0.48rem;
}

.home-3 .sw:hover .img img {
	transform: scale(1.1);
}

.home-3 .sw:hover .h3 {
	color: #0f818e;
}

.home-3 .sw:hover .ic {
	background-image: url(../images/z_a3.png);
}

.home-3 .img {
	position: relative;
	padding-top: 126.1904761905%;
	overflow: hidden;
	border-radius: 0.16rem;
}

.home-3 .te {
	margin-top: 0.2rem;
}

.home-3 .h3 {
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

.home-3 .ic {
	width: 1em;
	height: 1em;
	background-repeat: no-repeat;
	background-size: auto 57.6923076923%;
	background-position: center;
	background-image: url(../images/z_a2.png);
}

.home-3 .btns {
	text-align: center;
	margin-top: 0.5rem;
}

.home-3 .more:hover {
	color: #0f818e;
}

@media (max-width: 750px) {
	.home-3 {
		padding-top: 0.6rem;
		padding-bottom: 0.6rem;
	}
}

.home-4 {
	padding-top: 1rem;
	padding-bottom: 0.9rem;
	overflow: hidden;
}

.home-4 .swiper {
	position: relative;
	margin-top: 0.45rem;
}

.home-4 .swiper-container {
	overflow: visible;
}

.home-4 .sw {
	border-radius: 0.16rem;
	padding: 0.6rem;
	box-shadow: 0.1rem 0 0.36rem rgba(0, 0, 0, 0.12);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	opacity: 0.2;
	height: auto;
}

.home-4 .swiper-slide-active {
	opacity: 1;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}
.home-4 .text {
	font-size: 0;
	display: flex;
	align-items: center;
	width: 51.724137931%;
	padding-left: 0.9rem;
	padding-right: 0.3rem;
}

.home-4 .tbox {
	width: 100%;
}

.home-4 .d2 {
	line-height: 1.625;
	color: #000;
	margin-top: 0.18rem;
}

.home-4 .dlist {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.48rem;
}

.home-4 .di {
	margin-right: 0.5rem;
	text-align: center;
	color: #666;
}

.home-4 .di .ii {
	width: 1em;
	height: 1em;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.home-4 .di .dt {
	margin-top: 0.1rem;
}

.home-4 .imgs {
	width: 48.275862069%;
	padding-bottom: 0.3rem;
	position: relative;
}

.home-4 .img {
	position: relative;
	padding-top: 56.25%;
	border-radius: 0.16rem;
	overflow: hidden;
}

.home-4 .img2 {
	position: absolute;
	bottom: -0.1rem;
	left: 50%;
	transform: translate(-50%);
	width: 3.5rem;
	height: 2.1rem;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.home-4 .sbtn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1em;
	height: 1em;
	background-color: #f3f3f3;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 30;
	cursor: pointer;
}

.home-4 .prev {
	right: calc(100% + 0.15rem);
	background-image: url(../images/z_a11.png);
}

.home-4 .prev:hover {
	background-image: url(../images/z_a12.png);
}

.home-4 .next {
	left: calc(100% + 0.15rem);
	background-image: url(../images/z_a13.png);
}

.home-4 .next:hover {
	background-image: url(../images/z_a14.png);
}

.home-4 .btns {
	text-align: center;
	margin-top: 0.5rem;
}

.home-4 .more:hover {
	color: #0f818e;
}

@media (max-width: 750px) {
	.home-4 .sw {
		padding: 0.3rem;
	}
	.home-4 .text {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.home-4 .dlist {
		justify-content: center;
	}
	.home-4 .di {
		margin: 0.1rem 0.2rem;
	}
	.home-4 .imgs {
		width: 100%;
		margin-top: 0.45rem;
	}
}
.home-5 {
	padding-top: 1.02rem;
	padding-bottom: 0.9rem;
	background-image: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
	overflow: hidden;
}

.home-5 .swiper {
	width: calc(100% + 0.4rem);
	margin-left: -0.2rem;
	margin-top: 0.45rem;
}

.home-5 .swiper .swiper-container {
	padding: 0.2rem;
}

.home-5 .sw {
	background-color: #fff;
	border-radius: 0.16rem;
	padding: 0.5rem 0.4rem;
	box-shadow: 0 0 0.2rem #eeeeee;
}

.home-5 .sw:hover .h3 {
	color: #0f818e;
}

.home-5 .h3 {
	font-family:
		apMedium,
		Arial,
		Microsoft Yahei;
}

.home-5 .d2 {
	color: #444;
	line-height: 1.875;
	height: 3.75em;
	margin-top: 0.1rem;
}

.home-5 .d3 .ic {
	width: 1em;
}

.home-5 .img {
	position: relative;
	padding-top: 66.6666666667%;
}

.home-5 .img img {
	-o-object-fit: contain;
	object-fit: contain;
}

.home-5 .btns {
	text-align: center;
	margin-top: 0.5rem;
}

.home-5 .more:hover {
	color: #0f818e;
}

.home-5 .bots {
	display: flex;
	align-items: center;
}

.home-5 .swiper-scrollbar {
	flex-grow: 1;
	height: 3px;
	background-color: #f2f2f2;
}

.home-5 .swiper-scrollbar-drag {
	background-color: #0f818e;
}

.home-5 .sbtns {
	display: flex;
}

.home-5 .sbtn {
	width: 0.6em;
	height: 1em;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-left: 0.25rem;
	cursor: pointer;
}

.home-5 .prev {
	background-image: url(../images/z_a11.png);
}

.home-5 .prev:hover {
	background-image: url(../images/z_a12.png);
}

.home-5 .next {
	background-image: url(../images/z_a13.png);
}

.home-5 .next:hover {
	background-image: url(../images/z_a14.png);
}

@media (max-width: 750px) {
	.home-5 {
		padding-top: 0.6rem;
		padding-bottom: 0.6rem;
	}
}

.home-6 {
	padding-top: 1rem;
	padding-bottom: 1.1rem;
	color: #fff;
}

.home-6 .ct1,
.home-6 .ct2 {
	color: #fff;
}

.home-6 .btns {
	margin-top: 0.38rem;
}

.home-6 .btn {
	display: inline-flex;
	align-items: center;
	padding: 0.2rem 0.25rem;
	line-height: 1;
	background-color: #0f818e;
	border-radius: 8px;
	transition: all 0.3s;
}

.home-6 .btn:hover {
	transform: translateY(5px);
}

.home-6 .btn .ic {
	margin-left: 0.7rem;
	width: 0.5em;
	height: 1em;
	background-image: url(../images/z_a5.png);
	background-repeat: no-repeat;
	background-position: center;
}

.home-7 {
	padding-top: 1rem;
	padding-bottom: 1.1rem;
}

.home-7 .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* align-items: flex-start; */
	margin-top: 0.42rem;
}

.home-7 .le {
	width: 48.125%;
}

.home-7 .swiper {
	position: relative;
	width: 48.125%;
	border-bottom: 1px solid #e9e9e9;
}

.home-7 .swiper-container {
	height: 100%;
}

.home-7 .sw:hover .img2 img {
	transform: scale(1.1);
}

.home-7 .sw {
	display: flex;
	flex-direction: column;
}

.home-7 .sw .top {
	position: relative;
	flex-grow: 1;
}

.home-7 .sw .img2 {
	position: relative;
	padding-top: 56.2337662338%;
	border-radius: 0.16rem;
	overflow: hidden;
	height: 100%;
}

.home-7 .sw .bot {
	padding: 0.3rem 0;
	padding-right: 1rem;
}

.home-7 .sw .h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.home-7 .sw .time {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	filter: brightness(0) invert(1);
	position: absolute;
	left: 0.28rem;
	bottom: 0.3rem;
}

.home-7 .sw .ic2 {
	width: 1em;
	height: 1em;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(../images/z_a7.png);
}

.home-7 .sbtns {
	display: flex;
	position: absolute;
	bottom: 0.3rem;
	right: 0;
	z-index: 30;
}

.home-7 .sbtn {
	width: 0.6em;
	height: 1em;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-left: 0.25rem;
	cursor: pointer;
}

.home-7 .prev {
	background-image: url(../images/z_a11.png);
}

.home-7 .prev:hover {
	background-image: url(../images/z_a12.png);
}

.home-7 .next {
	background-image: url(../images/z_a13.png);
}

.home-7 .next:hover {
	background-image: url(../images/z_a14.png);
}

.home-7 .li {
	margin-bottom: 0.25rem;
}

.home-7 .li:last-child {
	margin-bottom: 0;
}

.home-7 .li.on .imgs {
	display: block;
}

.home-7 .li.on .time {
	margin-top: 0.2rem;
}

.home-7 .li.on .aa {
	padding-bottom: 0.3rem;
}

.home-7 .aa {
	display: flex;
	align-items: center;
	box-shadow: 0 -1px 0 0 inset #e9e9e9;
	padding-bottom: 0.3rem;
	padding-bottom: 0.24rem;
}

.home-7 .aa .imgs {
	width: 2.85rem;
	flex-shrink: 0;
	margin-right: 0.4rem;
	display: none;
}

.home-7 .aa .img {
	position: relative;
	padding-top: 56.1403508772%;
	border-radius: 0.16rem;
	overflow: hidden;
}

.home-7 .aa .te {
	flex-grow: 1;
}

.home-7 .aa .h3 {
	line-height: 1.6666666667;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.home-7 .aa .time {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	color: #999;
	margin-top: 0.2rem;
	margin-top: 0.12rem;
}

.home-7 .aa .ic1 {
	width: 1em;
	height: 1em;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(../images/z_a7.png);
}

@media (max-width: 750px) {
	.home-7 .le {
		width: 100%;
		order: 2;
	}
	.home-7 .aa .imgs {
		display: block !important;
	}
	.home-7 .swiper {
		width: 100%;
		margin-top: 0.3rem;
		order: 1;
	}
}
.company-1 {
	padding-top: 1.1rem;
	padding-bottom: 1rem;
}

.company-1 .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.company-1 .text {
	width: 46.9696969697%;
}

.company-1 .imgs {
	width: 46.9696969697%;
}

.company-1 .img {
	position: relative;
	padding-top: 70.9677419355%;
	border-radius: 0.16rem;
	overflow: hidden;
}

.company-1 .img:hover img {
	transform: scale(1.05);
}

.company-1 .txt {
	line-height: 1.6666666667;
	color: #444;
	margin-top: 0.38rem;
}

@media (max-width: 900px) {
	.company-1 {
		padding-top: 0.6rem;
	}
	.company-1 .imgs {
		width: 100%;
		margin-top: 0.4rem;
	}
	.company-1 .text {
		width: 100%;
	}
}
.company-2 {
	padding-top: 1rem;
	padding-bottom: 1.1rem;
}

.company-2 .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.company-2 .le {
	width: 46.9696969697%;
}

.company-2 .img {
	position: relative;
	padding-top: 72.0967741935%;
	margin-top: 0.44rem;
	border-radius: 0.16rem;
	overflow: hidden;
}

.company-2 .img:hover img {
	transform: scale(1.05);
}

.company-2 .swiper {
	position: relative;
	width: 47.7272727273%;
	padding-top: 0.5rem;
}

.company-2 .swiper .swiper-container {
	height: 5.5rem;
}

.company-2 .sw {
	height: auto;
}

.company-2 .wbox {
	width: 3.85rem;
	display: inline-flex;
	align-items: flex-start;
}

.company-2 .year {
	margin: 0 0.19rem;
	font-weight: bold;
	color: #0f818e;
	line-height: 1;
	position: relative;
	flex-shrink: 0;
}

.company-2 .t1 {
	line-height: 1.5;
}

.company-2 .t2 {
	line-height: 1.625;
	color: #999;
	height: 4.875em;
	margin-top: 0.08rem;
}

.company-2 .line {
	width: 1.04rem;
	min-height: calc(100% + 0.4rem);
	position: absolute;
	left: 50%;
	top: -0.4rem;
	transform: translate(-50%);
	pointer-events: none;
}

.company-2 .ri {
	position: relative;
	width: 47.7272727273%;
	padding-top: 0.5rem;
	min-height: 5.4rem;
}

.company-2 .list {
	height: 100%;
}

/* @media (min-width: 751px) {
  .company-2 .sw {
    display: flex;
  }
  .company-2 .sw:nth-child(2n-1) {
    justify-content: flex-end;
  }
  .company-2 .sw:nth-child(2n-1) .wbox {
    flex-direction: row;
  }
  .company-2 .sw:nth-child(2n-1) .year::before {
    right: calc(100% + 0.16rem);
  }
  .company-2 .sw:nth-child(2n) {
    justify-content: flex-start;
  }
  .company-2 .sw:nth-child(2n) .wbox {
    flex-direction: row-reverse;
  }
  .company-2 .sw:nth-child(2n) .text {
    text-align: right;
  }
  .company-2 .sw:nth-child(2n) .year::before {
    left: calc(100% + 0.16rem);
  }
  .company-2 .year::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    background-color: #e06925;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .company-2 .li {
    display: flex;
    align-items: flex-start;
  }
  .company-2 .li:nth-child(2n-1) {
    justify-content: flex-end;
  }
  .company-2 .li:nth-child(2n-1) .wbox {
    flex-direction: row;
  }
  .company-2 .li:nth-child(2n-1) .year::before {
    right: calc(100% + 0.2rem);
  }
  .company-2 .li:nth-child(2n) {
    justify-content: flex-start;
  }
  .company-2 .li:nth-child(2n) .wbox {
    flex-direction: row-reverse;
  }
  .company-2 .li:nth-child(2n) .text {
    text-align: right;
  }
  .company-2 .li:nth-child(2n) .year::before {
    left: calc(100% + 0.16rem);
  }
} */
@media (min-width: 901px) {
	.company-2 .sw {
		display: flex;
	}
	.company-2 .sw:nth-child(2n-1) {
		justify-content: flex-end;
	}
	.company-2 .sw:nth-child(2n-1) .wbox {
		flex-direction: row;
	}
	.company-2 .sw:nth-child(2n-1) .year::before {
		right: calc(100% + 0.16rem);
	}
	.company-2 .sw:nth-child(2n) {
		justify-content: flex-start;
	}
	.company-2 .sw:nth-child(2n) .wbox {
		flex-direction: row-reverse;
	}
	.company-2 .sw:nth-child(2n) .text {
		text-align: left;
	}
	.company-2 .sw:nth-child(2n) .year::before {
		left: calc(100% + 0.16rem);
	}
	.company-2 .text {
		padding: 0 0.15rem;
	}
	.company-2 .year::before {
		content: "";
		width: 6px;
		height: 6px;
		border: 2px solid #fff;
		background-color: #e06925;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.company-2 .li {
		display: flex;
		align-items: flex-start;
	}
	.company-2 .li:nth-child(2n) {
		justify-content: flex-end;
	}
	.company-2 .li:nth-child(2n-1) .wbox {
		flex-direction: row-reverse;
	}
	.company-2 .li:nth-child(2n-1) .year::before {
		right: calc(100% + 0.2rem);
	}
	.company-2 .li:nth-child(2n-1) {
		justify-content: flex-start;
	}
	.company-2 .li:nth-child(2n-1) .text {
		text-align: right;
	}
	.company-2 .li:nth-child(2n) .wbox {
		flex-direction: row;
	}
	.company-2 .li:nth-child(2n) .text {
		text-align: right;
	}
	.company-2 .li:nth-child(2n) .year::before {
		left: calc(100% + 0.16rem);
	}
}
@media (max-width: 900px) {
	.company-2 .le {
		width: 100%;
	}
	.company-2 .swiper {
		width: 100%;
	}
	.company-2 .sw {
		margin: 0 auto;
	}
	.company-2 .line {
		display: none;
	}
	.company-2 .text {
		width: auto;
	}
	.company-2 .t2 {
		height: auto;
	}
	.company-2 .ri {
		width: 100%;
	}
	.company-2 .li {
		width: 100%;
		margin-bottom: 0.16rem;
	}
	.company-2 .li .wbox {
		width: 100%;
	}
}
.company-3 {
	padding-top: 1rem;
	padding-bottom: 1.1rem;
	overflow: hidden;
}

.company-3 .tops {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.company-3 .btns {
	display: flex;
}

.company-3 .sbtn {
	width: 1em;
	height: 1em;
	box-shadow: 0 0 0.4rem #eee;
	border-radius: 50%;
	margin-left: 0.12rem;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17.8571428571%;
}

.company-3 .prev {
	background-image: url(../images/z_a21.png);
}

.company-3 .next {
	background-image: url(../images/z_a22.png);
}

.company-3 .swiper {
	position: relative;
	margin-top: 0.4rem;
	padding: 0 0.4rem;
}

.company-3 .swiper::before {
	content: "";
	width: 13.3rem;
	height: 1.11rem;
	position: absolute;
	top: 2.5rem;
	left: 50%;
	transform: translate(-50%);
	background-image: url(../images/cp3_0.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.company-3 .sw {
	height: auto;
}

.company-3 .sw:hover .img {
	transform: scale(1);
}

.company-3 .img {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 3.1rem;
	transform: scale(0.95);
	transition: transform 0.3s cubic-bezier(0, 0.2, 0.2, 1);
}

.company-3 .ibox {
	position: relative;
	background-color: #626262;
	border: 3px solid #434343;
	padding: 0.1rem;
	cursor: pointer;
}

.company-3 .ibox::before {
	content: "";
	width: 0.22rem;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	background-image: url(../images/cp3_01.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.company-3 .ii {
	width: 100%;
}

.company-3 .tt {
	text-align: center;
	margin-top: 0.28rem;
	line-height: 1.5;
	min-height: 3em;
}

.company-3 .swiper-scrollbar {
	margin-top: 0.28rem;
	height: 3px;
	background-color: rgba(233, 233, 233, 0.6);
}

.company-3 .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #0f818e;
}

@media (max-width: 750px) {
	.company-3 .swiper::before {
		display: none;
	}
	.company-3 .swiper-wrapper {
		align-items: flex-end;
	}
	.company-3 .img {
		height: auto;
	}
}
.pswp__bg {
	background-color: rgba(0, 0, 0, 0.8) !important;
}

.person-page {
	padding: 0.8rem 0;
}

.ps-page {
	padding-bottom: 0.8rem;
}

.ps-page.pshow .ps-mask {
	display: block;
}

@media screen and (max-width: 900px) {
	.ps-page.pshow .ps-le {
		left: 0;
		transition: left 0.3s;
	}
}
.ps-flex {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 900px) {
	.ps-flex {
		flex-wrap: wrap;
	}
}
.ps-le {
	width: 18.6046511628%;
	width: 2.1rem;
	position: relative;
	background-color: #fff;
	border-radius: 0.16rem;
}

@media screen and (max-width: 900px) {
	.ps-le {
		position: fixed;
		top: 0;
		left: -100%;
		width: 4rem;
		max-width: 100%;
		height: 100%;
		transition: left 0.3s;
		z-index: 200;
		overflow-y: auto;
	}
}
.ps-ri {
	width: 80.2325581395%;
	width: 10.7rem;
	background-color: #fff;
}

@media screen and (max-width: 900px) {
	.ps-ri {
		width: 100%;
	}
}
.ps-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 35;
	display: none;
}

@media screen and (min-width: 901px) {
	.ps-mask {
		display: none !important;
	}
}
.ps-sbtn {
	position: fixed;
	top: 150px;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	background-color: #f8f8f8;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
	cursor: pointer;
	z-index: 40;
	background-image: url(../images/h-more-b.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50% auto;
}

@media screen and (min-width: 901px) {
	.ps-sbtn {
		display: none;
	}
}
.ps-tit {
	font-weight: 600;
	padding-top: 0.36rem;
	padding-bottom: 0.16rem;
	border-bottom: 1px solid #eee;
}

.ps-info {
	padding: 0.8rem 0.1rem;
	text-align: center;
	background-color: #fff;
	border-radius: 0.1rem;
	position: relative;
}

.ps-info .avator {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.ps-info .avator::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 0 0 0 5px inset #0f818e;
	z-index: 2;
	border-radius: 50%;
}

.ps-info .avator .ava {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.ps-info .te {
	margin-top: 0.27rem;
}

.ps-info .t1 {
	color: #333;
	font-weight: 600;
}

.ps-info .t2 {
	color: #666;
	margin-top: 0.32rem;
}

.ps-nav {
	height: 100%;
	min-height: 5.5rem;
	padding: 0.4rem;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ps-nav .pi {
	position: relative;
	margin-bottom: 0.24rem;
}

.ps-nav .pa {
	display: flex;
	align-items: center;
	padding-bottom: 0.24rem;
	position: relative;
	box-shadow: 0 -1px 0 0 inset #f5f5f5;
}

.ps-nav .pa:hover {
	color: #0f818e;
}

.ps-nav .pa.on {
	color: #0f818e;
}

.ps-nav .pa.on .ic1 {
	opacity: 0;
}

.ps-nav .pa.on .ic2 {
	opacity: 1;
}

.ps-nav .pa.on::before {
	opacity: 1;
}

.ps-nav .ic {
	width: 1em;
	height: 1em;
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	position: relative;
	margin-right: 0.3em;
}

.ps-nav .ic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.ps-nav .ic2 {
	opacity: 0;
}

.ps-nav .ea {
	display: block;
	line-height: 0.7rem;
	background-color: #bbb;
	border-radius: 0.1rem;
	color: #fff;
	text-align: center;
}

.ps-nav .ea:hover {
	background-color: #0f818e;
}

.ps-nav .btn {
	display: block;
	line-height: 3;
	background-color: #f6f6f6;
	border-radius: 0.08rem;
	color: #999;
	text-align: center;
}

.ps-nav .btn:hover {
	color: #fff;
	background-color: #0f818e;
}

.ps-exit {
	margin-top: 0.31rem;
}

@media screen and (max-width: 900px) {
	.ps-exit .btn {
		width: 100%;
	}
}
.ps-cont {
	padding: 0 0.5rem;
}

@media (max-width: 900px) {
	.ps-cont {
		padding: 0 0.25rem;
	}
}
.com-ps-form {
	width: 5.4rem;
	max-width: 100%;
	margin: 0 auto;
}

.com-ps-form .fbox {
	margin-bottom: 0.6rem;
}

.com-ps-form .fi {
	margin-bottom: 0.26rem;
}

.com-ps-form .ft {
	margin-bottom: 0.2rem;
	padding: 0 0.1rem;
}

.com-ps-form .inp {
	position: relative;
}

.com-ps-form .ip {
	width: 100%;
	height: 0.6rem;
	min-height: 40px;
	background-color: #fff;
	border-radius: 0.1rem;
	border: solid 1px #eee;
	padding: 0 0.3rem;
}

.com-ps-form .ip::-moz-placeholder {
	color: #bbb;
}

.com-ps-form .ip::placeholder {
	color: #bbb;
}

.com-ps-form .change-success {
	text-align: center;
	margin-bottom: 1.15rem;
}

.com-ps-form .change-success .ii {
	height: 0.9rem;
}

.com-ps-form .change-success .ste {
	margin-top: 0.38rem;
	font-weight: bold;
}

.bgf5 {
	background-color: #f5f5f5;
}

.person-1 .form {
	padding-top: 0.5rem;
	padding-bottom: 0.6rem;
}

.person-1 .fcont {
	width: 5.7rem;
	margin: 0 auto;
}

.person-1 .fitem {
	display: flex;
	align-items: center;
	margin-bottom: 0.2rem;
	color: #444;
}

.person-1 .tip {
	min-width: 6em;
	flex-shrink: 0;
	text-align: right;
	color: #666;
}

.person-1 .tip span {
	color: #ec6000;
}

.person-1 .fri {
	width: 4.66rem;
	margin-left: 0.2rem;
}

.person-1 .ip {
	width: 100%;
	height: 0.4rem;
	background-color: #fff;
	border-radius: 0.08rem;
	border: solid 1px #e3e3e3;
	color: #999;
	padding: 0 0.14rem;
	font-family: unset;
}

.person-1 .lev {
	display: inline-flex;
	align-items: center;
	color: #0f818e;
	line-height: 1;
}

.person-1 .lev .ii {
	width: 1.25em;
	margin-right: 0.25em;
}

.person-1 .btns {
	display: flex;
	justify-content: center;
}

.person-1 .submit {
	height: 3em;
	background-color: #0f818e;
	color: #fff;
	border-radius: 0.08rem;
	padding: 0 0.55rem;
	border: none;
	cursor: pointer;
	font-family: unset;
}

@media (max-width: 900px) {
	.person-1 .ip {
		height: 30px;
	}
}
.my-select {
	width: 100%;
	position: relative;
}

.my-select.show .mbd {
	opacity: 1;
	pointer-events: auto;
}

.my-select .mhd {
	display: flex;
	align-items: center;
	height: 0.4rem;
	cursor: pointer;
	color: #999;
	border: solid 1px #e3e3e3;
	position: relative;
	padding: 0 0.14rem;
	border-radius: 0.08rem;
	padding-right: 0.45rem !important;
}

.my-select .mhd::before {
	content: "";
	width: 1em;
	height: 1em;
	background-image: url(../images/z_a27.png);
	background-repeat: no-repeat;
	background-size: 62.5% auto;
	background-position: center;
	position: absolute;
	top: 50%;
	right: 0.12rem;
	transform: translateY(-50%);
	pointer-events: none;
}

.my-select .mhd span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.my-select .mbd {
	position: absolute;
	top: calc(100% + 0.06rem);
	left: 0;
	min-width: 100%;
	opacity: 0;
	pointer-events: none;
	z-index: 60;
}

.my-select .blist {
	max-height: 2.4rem;
	overflow-y: auto;
	box-shadow: 0px 0px 6px 0px rgba(167, 172, 184, 0.5);
	background-color: #fff;
}

.my-select .bitem {
	background-color: #fff;
	color: #333;
	padding: 0.1rem 0.2rem;
	cursor: pointer;
}

.my-select .bitem:hover {
	background-color: #f1f4f9;
}

.my-select .bitem.selected {
	background-color: #f1f4f9;
}

@media (max-width: 900px) {
	.my-select .mhd {
		height: 30px;
	}
}
.person-2 {
	padding-bottom: 0.5rem;
}

.person-2 .d-hd {
	margin-top: 0.32rem;
}

.person-2 .d-td1 {
	width: 75%;
	/* display: flex;
	align-items: center; */
}

.person-2 .d-td4 {
	width: 25%;
	text-align: center;
}

.person-2 .d-lock {
	position: static;
	transform: translate(0);
	margin-right: 0.5em;
}

.person-2 .d-td {
	border: none;
}

.person-2 .d-tr {
	border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 900px) {
	.person-2 .d-td1{
		width: 60%;
	}
	.person-2 .d-td4{
		width: 40%;
	}
}

.person-3 .form {
	width: 5.4rem;
	max-width: 100%;
	margin: 0 auto;
	padding-top: 0.75rem;
	padding-bottom: 1rem;
}

.person-3 .fitem {
	position: relative;
	color: #444;
	margin-bottom: 0.2rem;
}

.person-3 .icon {
	position: absolute;
	left: 0.1rem;
	top: 50%;
	transform: translateY(-50%);
}

.person-3 .ip {
	width: 100%;
	height: 0.4rem;
	min-height: 30px;
	background-color: #fff;
	border-radius: 0.08rem;
	border: solid 1px #e3e3e3;
	color: #999;
	padding: 0 0.36rem;
	font-family: unset;
}

.person-3 .btns {
	display: flex;
	justify-content: center;
}

.person-3 .submit {
	height: 3em;
	background-color: #0f818e;
	color: #fff;
	border-radius: 0.08rem;
	padding: 0 0.55rem;
	border: none;
	cursor: pointer;
	font-family: unset;
}

.person-3 .btns {
	margin-top: 0.1rem;
}

.person-3 .get-code {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	width: 6em;
	cursor: pointer;
	background-color: #f5f5f5;
	color: #999;
	border: solid 1px #eee;
	border-radius: 0 0.08rem 0.08rem 0;
}

.person-3 .get-code.gray {
	cursor: not-allowed;
}

.login-page {
	display: flex;
	flex-wrap: wrap;
}

.log-ri {
	width: 59.8958333333%;
	display: flex;
	align-items: center;
}

@media (max-width: 900px) {
	.log-ri {
		width: 100%;
		padding: 0.5rem 0;
	}
}
.log-imgs {
	width: 40%;
	position: relative;
}

.log-imgs .img {
	position: relative;
	padding-top: 91.9270833333%;
}

.log-imgs .te {
	position: absolute;
	left: 0;
	top: 0%;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 600;
}

.log-imgs .d2 {
	margin-top: 0.1rem;
}

@media (max-width: 900px) {
	.log-imgs {
		display: none;
	}
}
.login-1 {
	width: 100%;
}

.com-form {
	width: 5.1rem;
	padding: 0.55rem 0.5rem;
	background-color: #fff;
	box-shadow: 0px 8px 0.16rem 0px rgba(0, 0, 0, 0.06);
	border-radius: 0.16rem;
	margin: 0 auto;
}

.com-form .tit {
	text-align: center;
	margin-bottom: 0.27rem;
}

.com-form .fi {
	margin-bottom: 0.2rem;
}

.com-form .input {
	position: relative;
}

.com-form .ip {
	width: 100%;
	height: 0.48rem;
	background-color: #fff;
	border-radius: 8px;
	border: solid 1px #e1e1e1;
	padding: 0 0.4rem;
	font-family: unset;
}

.com-form .pic {
	position: absolute;
	top: 50%;
	left: 0.13rem;
	transform: translateY(-50%);
	width: 1em;
}

.com-form .submit {
	width: 100%;
	height: 0.48rem;
	color: #fff;
	background-color: #0f818e;
	border-radius: 8px;
	border: none;
	font-family: unset;
	cursor: pointer;
}

.com-form .get-code {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	width: 6em;
	cursor: pointer;
	background-color: #f5f5f5;
	color: #999;
	border: solid 1px #eee;
	border-radius: 0 0.08rem 0.08rem 0;
}

.com-form .get-code.gray {
	cursor: not-allowed;
}

.com-form .log1 .txt {
	text-align: center;
	margin-top: 0.32rem;
	color: #000;
	opacity: 0.7;
}

.com-form .log1 .txt a {
	color: #0f818e;
}

.com-form .log1_top {
	display: flex;
	align-items: center;
	color: rgba(0, 0, 0, 0.7);
	line-height: 1;
}

.com-form .log1_top .lab {
	display: inline-flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	margin-right: 0.5em;
}

.com-form .log1_top .selected .ic {
	background-color: #0f818e;
	background-image: url(../images/z_a24.png);
	background-repeat: no-repeat;
	background-size: 56.25% auto;
	background-position: center;
}

.com-form .log1_top .ic {
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	box-shadow: 0 0 0 1px #0f818e inset;
	border-radius: 4px;
	position: relative;
	margin-right: 0.4em;
}

.com-form .log1_top .rdo {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}

.com-form .log3 {
	text-align: center;
	opacity: 0.7;
	color: #000;
}

.com-form .log3 a {
	color: #0f818e;
}

.log-success {
	width: 5.1rem;
	padding: 0.55rem 0.5rem;
	background-color: #fff;
	box-shadow: 0px 8px 0.16rem 0px rgba(0, 0, 0, 0.06);
	border-radius: 0.16rem;
	margin: 0 auto;
	text-align: center;
}

.log-success .icon {
	width: 2em;
	height: 2em;
	background-color: #c9dddf;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.log-success .ii {
	width: 48.8888888889%;
}

.log-success .te {
	margin-top: 0.27rem;
	margin-bottom: 0.25rem;
}

.log-success .aa {
	display: inline-block;
	line-height: 3;
	background-color: #0f818e;
	color: #fff;
	padding: 0 0.38rem;
	border-radius: 0.08rem;
}

.d-mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100;
}

.dlg-cont {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 101;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 0.16rem;
	width: 5rem;
}

.prompt-dialog {
	display: none;
}

.prompt-dialog * {
	box-sizing: border-box;
}

.prompt-dialog.show {
	display: block;
}

.prompt-dialog .dlg-cont {
	padding: 0.3rem;
	min-height: 2.44rem;
	background-color: #fff;
}

.prompt-dialog .off {
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0.3rem;
	right: 0.3rem;
	background-image: url(../images/z_a26.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
}

.prompt-dialog .d-tit {
	display: inline-flex;
	align-items: center;
	color: #444;
}

.prompt-dialog .d-tit .ic {
	width: 1em;
	height: 1em;
	background-image: url(../images/z_a25.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 0.3em;
}

.prompt-dialog .te {
	text-align: center;
	margin-top: 0.34rem;
}

.prompt-dialog .bots {
	display: flex;
	justify-content: center;
	margin-top: 0.27rem;
}

.prompt-dialog .aa {
	padding: 0 0.35rem;
	line-height: 3;
	border-radius: 0.08rem;
	text-align: center;
	margin: 0 0.1rem;
	color: #fff;
}

.prompt-dialog .btn1 {
	background-color: #bbb;
}

.prompt-dialog .btn2 {
	background-color: #0f818e;
}

.md-contact .com-tit2 {
	font-weight: 600;
}

.md-contact .com-tit2 .ct2 {
	color: #0f818e;
}

.ctc-1 {
	padding-top: 1.1rem;
	padding-bottom: 0.5rem;
	background-repeat: no-repeat;
	background-size: cover;
}

.ctc-1 .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ctc-1 .le {
	width: 49.2424242424%;
}

.ctc-1 .imgs {
	width: 44.2424242424%;
}

.ctc-1 .img {
	position: relative;
	padding-top: 64.5547945205%;
	border-radius: 0.16rem;
	overflow: hidden;
}

.ctc-1 .d1 {
	margin-top: 0.4rem;
	color: #222;
	font-weight: 600;
}

.ctc-1 .txt {
	color: #444;
	line-height: 1.875;
	margin-top: 0.18rem;
}

@media (max-width: 750px) {
	.ctc-1 {
		padding-top: 0.5rem;
	}
	.ctc-1 .imgs {
		width: 100%;
		margin-top: 0.2rem;
	}
	.ctc-1 .le {
		width: 100%;
	}
}
.ctc-2 {
	padding-bottom: 1.06rem;
}

.ctc-2 .tit .t1 {
	color: #222;
	font-weight: 600;
}

.ctc-2 .tit .t2 {
	margin-top: 0.12rem;
	color: #444;
}

.ctc-2 .form {
	margin-top: 0.27rem;
}

.ctc-2 .fbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ctc-2 .fbox2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 0;
}

.ctc-2 .fb2 {
	width: 48.8636363636%;
}

.ctc-2 .fb2 .fi:last-child {
	margin-bottom: 0;
}

.ctc-2 .fi {
	width: 48.8636363636%;
	margin-bottom: 0.12rem;
}

.ctc-2 .w100 {
	width: 100%;
}

.ctc-2 .ip {
	width: 100%;
	height: 0.4rem;
	min-height: 36px;
	background-color: #fff;
	border-radius: 0.08rem;
	border: solid 1px #e3e3e3;
	padding: 0 1em;
	color: #999;
	font-family: unset;
}

.ctc-2 .ip::-moz-placeholder {
	color: #999;
}

.ctc-2 .ip::placeholder {
	color: #999;
}

.ctc-2 .ta {
	width: 100%;
	height: 100%;
	min-height: 1.4rem;
	background-color: #fff;
	border-radius: 0.08rem;
	border: solid 1px #e3e3e3;
	padding: 1em 1em;
	color: #999;
	font-family: unset;
}

.ctc-2 .ta::-moz-placeholder {
	color: #999;
}

.ctc-2 .ta::placeholder {
	color: #999;
}

.ctc-2 .te {
	margin-top: 0.14rem;
	color: #999;
}

.ctc-2 .btns {
	display: flex;
	justify-content: center;
	margin-top: 0.18rem;
}

.ctc-2 .button {
	height: 2.6666666667em;
	margin: 0 0.15rem;
	color: #fff;
	min-width: 1.4rem;
	padding: 0 0.5rem;
	text-align: center;
	font-family: unset;
	border: none;
	cursor: pointer;
}

.ctc-2 .btn1 {
	background-color: #0f818e;
	border-radius: 8px;
}

.ctc-2 .btn2 {
	background-color: #bbbbbb;
	border-radius: 8px;
}

@media (max-width: 750px) {
	.ctc-2 .fi {
		width: 100%;
	}
	.ctc-2 .fb2 {
		width: 100%;
	}
	.ctc-2 .fi {
		margin-bottom: 15px !important;
	}
}
.ctc-3 {
	padding-top: 1rem;
	padding-bottom: 1.2rem;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.ctc-3 .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ctc-3 .le {
	width: 57.2727272727%;
}

.ctc-3 .ri {
	width: 40.1515151515%;
}

.ctc-3 .txt {
	line-height: 1.875;
	color: #444;
	margin-top: 0.32rem;
}

.ctc-3 .sw {
	text-align: center;
	color: #666;
	height: auto;
	padding: 0 0.15rem;
}

.ctc-3 .sw::before {
	content: "";
	width: 1px;
	height: 0.3rem;
	background-color: #e5e5e5;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.ctc-3 .sw .icon {
	width: 2em;
	display: inline-flex;
	align-items: center;
}

.ctc-3 .sw .icon img {
	width: 2em;
	height: 2em;
}

.ctc-3 .sw .te {
	margin-top: 0.1rem;
}

.ctc-3 .swiper-scrollbar {
	height: 3px;
	background-color: #e7e7e7;
	margin-top: 0.27rem;
}

.ctc-3 .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #0f818e;
}

@media (max-width: 900px) {
	.ctc-3 .le {
		width: 100%;
	}
	.ctc-3 .ri {
		width: 100%;
		margin-top: 0.4rem;
	}
}
.foot-11 {
	padding-top: 0.8rem;
	padding-bottom: 0.2rem;
}

.foot-11 .logo {
	display: inline-block;
}

.foot-11 img {
	height: 1em;
}

.foot-12 {
	padding-bottom: 0.6rem;
}

.foot-12 .box {
	display: flex;
	justify-content: space-between;
}

.foot-12 .le {
	width: 35%;
	padding-top: 0.2rem;
	border-top: 2px solid #666;
	flex-shrink: 0;
}

.foot-12 .li1 {
	width: 1.3rem;
	margin-right: 0.3rem;
	padding-top: 0.2rem;
	border-top: 2px solid #666;
}

.foot-12 .li1 .ul2 {
	margin-top: 0;
}

.foot-12 .li1 .li2 {
	margin-bottom: 0;
	margin-top: 0.22rem;
}

.foot-12 .txt {
	color: #fff;
	line-height: 1.2;
}

.foot-12 .shares {
	margin-top: 0.2rem;
}

.foot-12 .shares .si {
	margin-right: 0.1rem;
}

.foot-12 .shares .hd {
	background-color: transparent;
	border-radius: 50%;
	width: 1em;
	height: 1em;
	position: relative;
}

.foot-12 .shares .hd img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	filter: none;
	opacity: 1;
}

@media (max-width: 900px) {
	.foot-12 {
		margin-top: 0.3rem;
	}
	.foot-12 .le {
		width: 100%;
		padding-top: 0.3rem;
	}
	.foot-12 .ri {
		display: none;
	}
	.foot-12 .shares .hd {
		width: 1.5em;
		height: 1.5em;
	}
}
.com-form .privacy {
	margin: 0.1rem 0;
	position: relative;
}

.com-form .privacy .lab {
	display: inline-flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.com-form .privacy .lab.selected .ck-icon {
	background-color: #0f818e;
	background-image: url(../images/z_a24.png);
}

.com-form .privacy .ck-icon {
	width: 1em;
	height: 1em;
	box-shadow: 0 0 0 1px inset #ddd;
	flex-shrink: 0;
	margin-right: 0.1rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60% auto;
}

.com-form .privacy .ck-sp {
	color: #666;
}

.com-form .privacy .ck-sp a {
	color: #0f818e;
}

.com-form .privacy input {
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

.ctc-2 .privacy {
	margin: 0.1rem 0;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.ctc-2 .privacy .lab {
	display: inline-flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.ctc-2 .privacy .lab.selected .ck-icon {
	background-color: #0f818e;
	background-image: url(../images/z_a24.png);
}

.ctc-2 .privacy .ck-icon {
	width: 1em;
	height: 1em;
	box-shadow: 0 0 0 1px inset #ddd;
	flex-shrink: 0;
	margin-right: 0.1rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60% auto;
}

.ctc-2 .privacy .ck-sp {
	color: #666;
}

.ctc-2 .privacy .ck-sp a {
	color: #0f818e;
}

.ctc-2 .privacy input {
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

@media (max-width: 900px) {
	.ctc-2 .privacy {
		flex-wrap: wrap;
	}
	.ctc-2 .privacy .te {
		width: 100%;
		order: 1;
	}
	.ctc-2 .privacy .lab {
		order: 2;
	}
}
.com-tit2 .ct2 {
	color: #0f818e;
}

.none {
	display: none !important;
}

.app-1 {
	padding-top: 0.45rem;
	padding-bottom: 1rem;
}

.app-list {
	display: flex;
	flex-wrap: wrap;
}
.app-list .li {
	width: 31.8181818182%;
	margin-right: 2.2727272727%;
	margin-bottom: 0.5rem;
}
.app-list .li:nth-child(3n) {
	margin-right: 0;
}
.app-list .dd {
	display: block;
	border-radius: 0.16rem;
	overflow: hidden;
	color: #fff;
	text-align: center;
	position: relative;
}
.app-list .dd:hover .img img {
	transform: scale(1.1);
}
.app-list .img {
	position: relative;
	padding-top: 75%;
}
.app-list .img::before {
	content: "";
	width: 100%;
	height: 63.4920634921%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.6;
	z-index: 2;
	pointer-events: none;
}
.app-list .te1 {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 3;
}
.app-list .te2 {
	position: absolute;
	left: 0;
	bottom: 0%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 5;
}
.app-list .h3 {
	line-height: 1.3636363636;
	font-weight: 600;
}
@media (max-width: 900px) {
	.app-list {
		justify-content: space-between;
	}
	.app-list .li {
		width: 49%;
		margin-right: 0;
		margin-bottom: 2%;
	}
}

.app-11 {
	padding-top: 0.45rem;
	padding-bottom: 1rem;
}
.app-11 .box {
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */
}
.app-11 .le {
	width: 30.303030303%;
	float: left;
}
.app-11 .ri {
	width: 62.1212121212%;
	float: right;
}
.app-11 .img {
	position: relative;
	padding-top: 100%;
	border-radius: 0.16rem;
	overflow: hidden;
}
.app-11 .name {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.app-11 .line {
	height: 1px;
	background-color: #e5e5e5;
	margin-top: 0.2rem;
	margin-bottom: 0.3rem;
}
.app-11 .txt {
	line-height: 1.875;
	color: #444;
}
@media (max-width: 900px) {
	.app-11 .le {
		width: 100%;
		margin: 0 auto;
	}
	.app-11 .ri {
		width: 100%;
		margin-top: 0.4rem;
	}
}

.app-12 .box {
	padding-top: 0.45rem;
	padding-bottom: 0.3rem;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.app-12 .ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.35rem;
}
.app-12 .li {
	width: 32.2727272727%;
	margin-right: 1.5151515152%;
	margin-bottom: 0.2rem;
}
.app-12 .li:nth-child(3n) {
	margin-right: 0;
}
.app-12 .dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0.3rem 0.25rem;
}
.app-12 .dd:hover .h3 {
	color: #0f818e;
}
.app-12 .imgs {
	width: 1.1rem;
}
.app-12 .img {
	position: relative;
	padding-top: 61.8181818182%;
}
.app-12 .ii {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: contain;
	object-fit: contain;
}
.app-12 .text {
	width: 2.5rem;
}
.app-12 .h3 {
	font-weight: 600;
}
.app-12 .d2 {
	color: #666;
	line-height: 1.375;
	margin-top: 0.1rem;
}
@media (max-width: 900px) {
	.app-12 .ul {
		justify-content: space-between;
	}
	.app-12 .li {
		width: 48%;
		margin-right: 0;
	}
	.app-12 .dd {
		text-align: center;
	}
	.app-12 .imgs {
		width: 50%;
		margin: 0 auto;
	}
	.app-12 .text {
		width: 100%;
		margin-top: 0.2rem;
	}
}

.app-13 {
	padding-top: 0.88rem;
	padding-bottom: 0.3rem;
}
.app-13 .ul {
	margin-top: 0.46rem;
}
.app-13 .li {
	margin-bottom: 0.8rem;
}
.app-13 .dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.app-13 .dd:hover .img img {
	transform: scale(1.1);
}
.app-13 .dd:hover .h3 {
	color: #0f818e;
}
.app-13 .imgs {
	width: 47.2727272727%;
}
.app-13 .img {
	position: relative;
	padding-top: 44.7115384615%;
	border-radius: 0.16rem;
	overflow: hidden;
}
.app-13 .text {
	width: 43.9393939394%;
	padding-top: 0.3rem;
}
.app-13 .line {
	width: 1.88rem;
	height: 2px;
	background-color: #0f818e;
	margin-top: 0.2rem;
	margin-bottom: 0.32rem;
}
.app-13 .h3 {
	color: #3f3f3f;
}
.app-13 .txt {
	line-height: 1.6666666667;
	color: #666;
}
.app-13 .d3 {
	margin-top: 0.52rem;
	color: #0f818e;
	font-weight: 600;
}
@media (min-width: 901px) {
	.app-13 .li:nth-child(2n) .dd {
		flex-direction: row-reverse;
	}
}
@media (max-width: 900px) {
	.app-13 .li {
		margin-bottom: 0.5rem;
	}
	.app-13 .imgs {
		width: 100%;
		order: 1;
	}
	.app-13 .text {
		width: 100%;
		order: 2;
		padding: 0.2rem;
	}
	.app-13 .d3 {
		margin-top: 0.2rem;
	}
}

.support-11 {
	padding-bottom: 1rem;
}
.support-11 .cont {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.support-11 .le {
	width: 12.1212121212%;
}
.support-11 .ri {
	width: 81.0606060606%;
}
.support-11 .ul {
	margin-bottom: 0.6rem;
}
.support-11 .li {
	margin-bottom: 0.2rem;
}
.support-11 .dd {
	display: flex;
	flex-wrap: wrap;
	background-color: #f9f9f9;
	border-radius: 0.16rem;
	padding: 0.2rem 0;
	transition: all 0.3s;
}
.support-11 .dd:hover {
	box-shadow: 0px 8px 0.16rem 0px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}
.support-11 .dd .imgs {
	width: 31.7757009346%;
	margin-left: 1.8691588785%;
}
.support-11 .dd .img {
	position: relative;
	padding-top: 56.5088757396%;
	border-radius: 0.16rem;
	overflow: hidden;
}
.support-11 .dd .text {
	width: 59.8130841121%;
	margin-left: 3.738317757%;
	padding-top: 0.2rem;
}
.support-11 .dd .h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.support-11 .dd .d2 {
	color: #666;
	line-height: 1.75;
	margin-top: 0.18rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.support-11 .dd .tags {
	font-size: 0;
	margin-top: 0.2rem;
}
.support-11 .dd .ti {
	display: inline-block;
	line-height: 1.875;
	line-height: calc(24 / 14);
	padding: 0 0.1rem;
	background-color: #d7f0f3;
	color: #0f818e;
	border-radius: 0.06rem;
	margin-right: 0.06rem;
	font-weight: 300;
}
.support-11 .nav {
	position: sticky;
	top: 1rem;
}
.support-11 .ni {
	margin-top: 0.38rem;
	padding-bottom: 0.36rem;
	border-bottom: 1px solid #ddd;
}
.support-11 .ni:first-child {
	margin-top: 0;
}
.support-11 .ni:last-child {
	border-bottom: none;
}
.support-11 .ni.show .hic {
	transform: translateY(-50%) rotate(180deg);
}
.support-11 .ni .hd {
	position: relative;
	cursor: pointer;
}
.support-11 .ni .ha {
	display: block;
	/* font-weight: 600; */
}
.support-11 .ni .hic {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/z_a28.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all 0.3s;
}
.support-11 .ni .bd {
	margin-top: 0.2rem;
	display: none;
}
.support-11 .ni .bli {
	margin-bottom: 0.18rem;
}
.support-11 .ni .bli:last-child {
	margin-bottom: 0;
}
.support-11 .ni .ba {
	display: block;
	color: #444;
	line-height: 1.5;
}
.support-11 .ni .ba:hover {
	color: #0f818e;
}
.support-11 .ni .ba.on {
	font-weight: 600;
	color: #0f818e;
}
@media (max-width: 900px) {
	.support-11 .le {
		width: 100%;
	}
	.support-11 .ri {
		width: 100%;
	}
	.support-11 .dd {
		padding: 0.2rem;
	}
	.support-11 .dd .imgs {
		width: 100%;
		margin: 0;
	}
	.support-11 .dd .text {
		width: 100%;
		margin: 0;
	}
}

.support-12 {
	padding-top: 0.4rem;
	padding-bottom: 1.08rem;
}
.support-12 .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.26rem;
}

.sup12-1 {
	width: 72.7272727273%;
}
.sup12-1 .img {
	position: relative;
	padding-top: 54.2887029289%;
	border-radius: 0.16rem;
	overflow: hidden;
}
.sup12-1 .info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.17rem;
}
.sup12-1 .txt1 {
	color: #999;
	line-height: 1.7142857143;
	margin-top: 0.24rem;
}
.sup12-1 .txt2 {
	color: #444;
	line-height: 1.875;
	margin-top: 0.22rem;
}
.sup12-1 .tit {
	font-weight: 600;
	margin-top: 0.68rem;
	margin-bottom: 0.36rem;
}
.sup12-1 .pag {
	margin-top: 0.58rem;
}
.sup12-1 .pag .pi {
	margin-bottom: 0.24rem;
}
.sup12-1 .pag .pi:last-child {
	margin-bottom: 0;
}
.sup12-1 .pag .pa {
	display: block;
	color: #222;
}
.sup12-1 .pag .pa:hover {
	color: #0f818e;
}
@media (max-width: 750px) {
	.sup12-1 {
		width: 100%;
	}
}

.sup12-2 {
	width: 24.2424242424%;
}
.sup12-2 .swiper {
	border-radius: 0.16rem;
	overflow: hidden;
}
.sup12-2 .sw:hover .img img {
	transform: scale(1.1);
}
.sup12-2 .sw .img {
	position: relative;
	padding-top: 105.3125%;
}
.sup12-2 .swiper-pagination {
	bottom: 0.2rem;
	display: flex;
	justify-content: center;
}
.sup12-2 .swiper-pagination-bullet {
	width: 0.16rem;
	height: 0.06rem;
	border-radius: 1rem;
	background-color: #aaaaaa;
	opacity: 0.3;
	margin: 0 2px;
}
.sup12-2 .swiper-pagination-bullet-active {
	width: 0.32rem;
	background-color: #0f818e;
	opacity: 1;
}
.sup12-2 .ul {
	margin-top: 0.14rem;
}
.sup12-2 .ul .li {
	padding-top: 0.24rem;
	padding-bottom: 0.25rem;
	border-bottom: 1px dashed #ddd;
}
.sup12-2 .ul .aa {
	display: block;
}
.sup12-2 .ul .aa:hover .h3 {
	color: #0f818e;
}
.sup12-2 .ul .h3 {
	font-weight: 600;
	color: #444;
	transition: color 0.3s;
}
.sup12-2 .ul .bot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.08rem;
}
.sup12-2 .ul .te {
	flex-grow: 1;
	color: #999;
	padding-right: 0.2rem;
}
.sup12-2 .ul .ic {
	width: 1.3571428571em;
	height: 1em;
	background-image: url(../images/z_a31.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.sup12-2 .tags {
	margin-top: 0.37rem;
}
.sup12-2 .tags .d1 {
	font-weight: 600;
}
.sup12-2 .tags .tlist {
	font-size: 0;
	margin-top: 0.08rem;
}
.sup12-2 .tags .ti {
	display: inline-block;
	margin: 3px;
	background-color: #efefef;
	border-radius: 8px;
	padding: 0 8px;
	line-height: 1.5;
	box-shadow: 0 0 0 1px #d2d2d2;
}
@media (max-width: 750px) {
	.sup12-2 {
		width: 100%;
		padding-top: 0.6rem;
	}
}
.support-21 {
	padding-bottom: 1rem;
}
.support-21 .cont {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.support-21 .le {
	width: 12.1212121212%;
}
.support-21 .ri {
	width: 81.0606060606%;
}
.support-21 .ul {
	margin-bottom: 0.6rem;
}
.support-21 .li {
	margin-bottom: 0.2rem;
}
.support-21 .dd {
	background-color: #f9f9f9;
	border-radius: 0.16rem;
	padding: 0.07rem 0.4rem;
	transition: all 0.3s;
}
.support-21 .dd:hover {
	box-shadow: 0px 8px 0.16rem 0px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}
.support-21 .dd:hover .hic {
	background-image: url(../images/z_a30.png);
}
.support-21 .dd.show {
	box-shadow: 0px 8px 0.16rem 0px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}
.support-21 .dd.show .hic {
	background-image: url(../images/z_a30.png);
	transform: translateY(-50%) rotate(-90deg);
}
.support-21 .dd .hd {
	position: relative;
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	padding: 0.18rem 0;
}
.support-21 .dd .sp {
	width: 1.6666666667em;
	height: 1.6666666667em;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	margin-right: 0.12rem;
	flex-shrink: 0;
}
.support-21 .dd .ht {
	line-height: 1.6666666667;
	font-weight: 600;
}
.support-21 .dd .hic {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	background-image: url(../images/z_a29.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50% auto;
}
.support-21 .dd .bd {
	display: none;
}
.support-21 .dd .bbox {
	display: flex;
	padding-top: 0.15rem;
	padding-bottom: 0.35rem;
	border-top: 1px solid #eee;
}
.support-21 .dd .bt1 {
	color: #666;
	line-height: 1.75;
}
.support-21 .dd .sp1 {
	background-color: #d7f0f3;
	color: #0f818e;
}
.support-21 .dd .sp2 {
	background-color: #f2f2f2;
	color: #999999;
}
.support-21 .dd .bt2 {
	margin-top: 0.2rem;
}
.support-21 .dd .aa {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	padding: 0.12rem 0.15rem;
	background-color: #0f818e;
	border-radius: 0.08rem;
	color: #fff;
}
.support-21 .dd .ic {
	width: 0.5em;
	height: 1em;
	background-image: url(../images/z_a29.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: 0.2rem;
	filter: brightness(0) invert(1);
}
.support-21 .nav {
	position: sticky;
	top: 1rem;
}
.support-21 .ni {
	margin-bottom: 0.38rem;
	padding-bottom: 0.36rem;
	border-bottom: 1px solid #ddd;
}
.support-21 .ni:last-child {
	border-bottom: none;
}
.support-21 .ni.show .hic {
	transform: translateY(-50%) rotate(180deg);
}
.support-21 .ni .hd {
	position: relative;
	cursor: pointer;
}
.support-21 .ni .ha {
	display: block;
	/* font-weight: 600; */
}
.support-21 .ni .hic {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/z_a28.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all 0.3s;
}
.support-21 .ni .bd {
	margin-top: 0.2rem;
	display: none;
}
.support-21 .ni .bli {
	margin-bottom: 0.18rem;
}
.support-21 .ni .bli:last-child {
	margin-bottom: 0;
}
.support-21 .ni .ba {
	display: block;
	color: #444;
	line-height: 1.5;
}
.support-21 .ni .ba:hover {
	color: #0f818e;
}
.support-21 .ni .ba.on {
	font-weight: 600;
	color: #0f818e;
}
@media (max-width: 900px) {
	.support-21 .le {
		width: 100%;
	}
	.support-21 .ri {
		width: 100%;
	}
	.support-21 .dd {
		padding: 0.2rem;
	}
	.support-21 .dd .imgs {
		width: 100%;
		margin: 0;
	}
	.support-21 .dd .text {
		width: 100%;
		margin: 0;
	}
}

.sup21-1 {
	padding-bottom: 0.4rem;
}
.sup21-1 .h2 {
	font-weight: 600;
}
.sup21-1 .line {
	height: 1px;
	background-color: #ddd;
	margin-top: 0.3rem;
	margin-bottom: 0.32rem;
}
.sup21-1 .txt {
	line-height: 1.875;
	color: #444;
}
.sup21-1 .img {
	border-radius: 0.16rem;
	overflow: hidden;
	margin-top: 0.32rem;
}

.sup21-2 {
	padding-top: 0.35rem;
}

.support-31 {
	padding-bottom: 1rem;
}
.support-31 .cont {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.support-31 .le {
	width: 12.1212121212%;
}
.support-31 .ri {
	width: 81.0606060606%;
}
.support-31 .ul {
	margin-bottom: 0.6rem;
}
.support-31 .li {
	margin-bottom: 0.2rem;
}
.support-31 .dd {
	background-color: #f9f9f9;
	border-radius: 0.16rem;
	padding: 0.07rem 0.4rem;
	transition: all 0.3s;
}
.support-31 .dd:hover {
	box-shadow: 0px 8px 0.16rem 0px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}
.support-31 .dd:hover .hic {
	background-image: url(../images/z_a30.png);
}
.support-31 .dd.show {
	box-shadow: 0px 8px 0.16rem 0px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}
.support-31 .dd.show .hic {
	background-image: url(../images/z_a30.png);
	transform: translateY(-50%) rotate(-90deg);
}
.support-31 .dd .hd {
	position: relative;
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	padding: 0.18rem 0;
}
.support-31 .dd .sp {
	width: 1.6666666667em;
	height: 1.6666666667em;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	margin-right: 0.12rem;
	flex-shrink: 0;
}
.support-31 .dd .ht {
	line-height: 1.6666666667;
	font-weight: 600;
}
.support-31 .dd .hic {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	background-image: url(../images/z_a29.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50% auto;
}
.support-31 .dd .bd {
	display: none;
}
.support-31 .dd .bbox {
	display: flex;
	padding-top: 0.15rem;
	padding-bottom: 0.35rem;
	border-top: 1px solid #eee;
}
.support-31 .dd .bt1 {
	color: #666;
	line-height: 1.75;
}
.support-31 .dd .sp1 {
	background-color: #d7f0f3;
	color: #0f818e;
}
.support-31 .dd .sp2 {
	background-color: #f2f2f2;
	color: #999999;
}
.support-31 .dd .bt2 {
	margin-top: 0.2rem;
}
.support-31 .dd .aa {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	padding: 0.12rem 0.15rem;
	background-color: #0f818e;
	border-radius: 0.08rem;
	color: #fff;
}
.support-31 .dd .ic {
	width: 0.5em;
	height: 1em;
	background-image: url(../images/z_a29.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: 0.2rem;
	filter: brightness(0) invert(1);
}
.support-31 .nav {
	position: sticky;
	top: 1rem;
}
.support-31 .ni {
	margin-bottom: 0.38rem;
	padding-bottom: 0.36rem;
	border-bottom: 1px solid #ddd;
}
.support-31 .ni:last-child {
	border-bottom: none;
}
.support-31 .ni.show .hd1 .hic {
	transform: translateY(-50%) rotate(180deg);
}
.support-31 .ni .hd {
	position: relative;
	cursor: pointer;
}
.support-31 .ni .ha1 {
	display: block;
	/* font-weight: 600; */
}
.support-31 .ni .hic {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/z_a28.png);
	background-repeat: no-repeat;
	background-size: 75% auto;
	background-position: center;
	transition: all 0.3s;
}
.support-31 .ni .bd {
	margin-top: 0.2rem;
	display: none;
}
.support-31 .ni .ha2 {
	color: #666;
}
.support-31 .ni .blist2 {
	margin-top: 0.24rem;
	padding-left: 0.14rem;
	border-left: 1px solid #e5e5e5;
	display: none;
}
.support-31 .ni .bli2 {
	margin-bottom: 0.18rem;
}
.support-31 .ni .bli2:last-child {
	margin-bottom: 0;
}
.support-31 .ni .bli2.show .hd2 .hic {
	transform: translateY(-50%) rotate(-180deg);
}
.support-31 .ni .ba {
	display: block;
	color: #444;
	line-height: 1.5;
}
.support-31 .ni .ba:hover {
	color: #0f818e;
}
.support-31 .ni .ba.on {
	font-weight: 600;
	color: #0f818e;
}
.support-31 .ni .blist3 {
	margin-top: 0.2rem;
	display: none;
}
.support-31 .ni .bli3 {
	margin-bottom: 0.1rem;
}
.support-31 .ni .bli3:last-child {
	margin-bottom: 0;
}
.support-31 .ni .ba3 {
	line-height: 1.7142857143;
	color: #666;
}
.support-31 .ni .ba3:hover,
.support-31 .ni .ba3.on {
	color: #0f818e;
}
.support-31 .d-table {
	width: 100%;
	border: none;
	text-align: left;
	display: none;
}
.support-31 .d-table.show {
	display: table;
}
.support-31 .d-tr-th {
	width: 100%;
	background-color: #eee;
}
.support-31 .d-date-th {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}
.support-31 th.d-td {
	font-weight: normal;
	border: none;
	color: #222;
}
.support-31 td.d-td {
	border: none;
	border-bottom: 1px solid #e5e5e5;
	color: #666;
}
.support-31 td.d-td:first-child {
	border-left: 1px solid #e5e5e5;
}
.support-31 td.d-td:last-child {
	border-right: 1px solid #e5e5e5;
}
.support-31 .d-order {
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 0.9375em;
	background-image: url(../images/6.png);
	background-size: 100% 100%;
	margin-left: 0.05rem;
}
.support-31 .d-tit {
	color: #0f818e;
	line-height: 1.5;
}
.support-31 .d-lock {
	width: 0.9375em;
	margin-left: -0.46875em;
	position: absolute;
	left: 0.2rem;
	top: 50%;
	transform: translate(0, -50%);
}
.support-31 .d-td {
	line-height: 1.5;
	padding: 0.27rem 0;
	word-break: break-all;
	position: relative;
}
.support-31 .d-td1 {
	padding-left: 0.39rem;
	padding-right: 0.1rem;
}
.support-31 .d-td2 {
	width: 1.4rem;
}
.support-31 .d-td3 {
	width: 1.4rem;
}
.support-31 .d-td4 {
	width: 10em;
}
.support-31 .d-file {
	display: inline-block;
	vertical-align: top;
	height: 1.25em;
	margin-right: 0.1rem;
}
.support-31 .d-file:last-child {
	margin-right: 0;
}
.support-31 .d-file-icon {
	height: 100%;
	vertical-align: top;
}
.support-31 td.d-td2 {
	font-size: 0;
	white-space: nowrap;
}
.support-31 .d-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.support-31 .d-cur {
	line-height: 2;
	cursor: pointer;
}
.support-31 .d-cur:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0.8125em;
	height: 0.5em;
	background-image: url(../images/29.png);
	background-size: 100% 100%;
	margin-left: 0.5em;
	transform: rotate(180deg);
}
.support-31 .d-select-list {
	width: 5em;
	position: absolute;
	left: -0.1rem;
	top: 100%;
	background-color: #fff;
	z-index: 123;
	padding: 0.05rem 0;
	display: none;
	text-align: left;
}
.support-31 .d-one {
	line-height: 2;
	color: #666;
	padding: 0 0.1rem;
	transition: all 0.3s;
	cursor: pointer;
}
.support-31 .d-one.active {
	color: #0f818e;
}
.support-31 .d-select.show .d-select-list {
	display: block;
}
.support-31 .d-select.show .d-cur:after {
	transform: rotate(0deg);
}
.support-31 .d-td-one {
	display: none;
}
.support-31 .d-td-one.show {
	display: block;
}
.support-31 .d-one:hover {
	background-color: #eee;
}
@media (max-width: 750px) {
	.support-31 .d-main {
		padding-bottom: 0.6rem;
	}
	.support-31 .d-td2 {
		width: 4em;
		text-align: center;
	}
	.support-31 .d-td3 {
		width: 4em;
		text-align: center;
	}
	.support-31 .d-td4 {
		width: 8em;
		text-align: center;
	}
}
@media (max-width: 900px) {
	.support-31 .le {
		width: 100%;
	}
	.support-31 .ri {
		width: 100%;
	}
	.support-31 .dd {
		padding: 0.2rem;
	}
	.support-31 .dd .imgs {
		width: 100%;
		margin: 0;
	}
	.support-31 .dd .text {
		width: 100%;
		margin: 0;
	}
}



.support-0 {
	padding-top: 0.3rem;
}
.support-0 .i-main {
	padding-bottom: 0.4rem;
}

.head-sub {
	position: fixed;
	left: 0;
	top: 1rem;
	background-color: #f5f5f5;
	z-index: 30;
	width: 100%;
	display: none;
}
.head-sub .hs-off {
	position: absolute;
	top: 0.3rem;
	right: 0.3rem;
	width: 1em;
	height: 1em;
	background-image: url(../images/z_a32.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 30;
	cursor: pointer;
}
.head-sub .hs-box {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}
.head-sub .hs-list {
	display: flex;
	flex-wrap: wrap;
}
.head-sub .hs-item {
	width: 31.4393939394%;
	margin-right: 2.6515151515%;
}
.head-sub .hs-item:nth-child(3n) {
	margin-right: 0;
}
.head-sub .hs-item.show .hs-top {
	color: #0f818e;
}
.head-sub .hs-item.show .hs-top .hic {
	background-image: url(../images/z_a34.png);
	transform: translateY(-50%) rotate(180deg);
}
.head-sub .hs-top {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding: 0.14rem 0;
	cursor: pointer;
}
.head-sub .hs-top .hic {
	width: 1em;
	height: 1em;
	background-image: url(../images/z_a33.png);
	background-repeat: no-repeat;
	background-size: 75% auto;
	background-position: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}
.head-sub .hs-bot {
	margin-top: 0.3rem;
	display: none;
}
.head-sub .hs-li1 {
	margin-bottom: 0.2rem;
}
.head-sub .hs-dd {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
}
.head-sub .hs-ul2 {
	margin-top: 0.2rem;
	display: none;
}
.head-sub .hs-li2 {
	width: 2.7rem;
	padding: 0.1rem 0.2rem;
	position: relative;
}
.head-sub .hs-li2 .hic {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.head-sub .ha2 {
	display: inline-block;
}
.head-sub .hs-ul3 {
	display: none;
	width: -moz-max-content;
	width: max-content;
	margin-top: 0.1rem;
}
.head-sub .ha3 {
	line-height: 2;
	display: block;
	padding-right: 0.4rem;
}
.head-sub .hic {
	width: 1em;
	height: 1em;
	background-image: url(../images/z_a33.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 0.1rem;
}
.head-sub .hs-list2 {
	display: flex;
	flex-wrap: wrap;
}
.head-sub .hs-item2 {
	width: 31.4393939394%;
	margin-right: 2.6515151515%;
	border-bottom: 1px solid #e5e5e5;
}
.head-sub .hs-item2:nth-child(3n) {
	margin-right: 0;
}
.head-sub .hs-item2 .hsa {
	display: block;
	position: relative;
	padding: 0.15rem 0;
}
.head-sub .hs-item2 .hsa:hover {
	color: #0f818e;
}
.head-sub .hs-item2 .hsa:hover::before {
	background-image: url(../images/z_a36.png);
}
.head-sub .hs-item2 .hsa::before {
	content: "";
	width: 0.5em;
	height: 1em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/z_a35.png);
	background-repeat: no-repeat;
	background-size: 66.6666666667% auto;
	background-position: center;
}

/* .news-1 {
	padding-top: 0.43rem;
	padding-bottom: 0.2rem;
}
.news-1 .swipers {
	display: flex;
	flex-wrap: wrap;
	background-color: #f9f9f9;
	border-radius: 0.16rem;
	overflow: hidden;
}
.news-1 .swiper1 {
	width: 40.1515151515%;
}
.news-1 .swiper2 {
	width: 59.8484848485%;
}
.news-1 .img {
	display: block;
	position: relative;
	padding-top: 56.0377358491%;
}
.news-1 .sw2 {
	padding: 0.56rem 0.75rem 0.3rem;
}
.news-1 .time {
	display: inline-flex;
	align-items: center;
	color: #999;
	line-height: 1;
}
.news-1 .ic {
	width: 1em;
	height: 1em;
	background-image: url(../images/z_a7.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 5px;
}
.news-1 .h3 {
	color: #222;
	font-weight: 600;
	margin-top: 0.21rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news-1 .d2 {
	line-height: 1.75;
	color: #666;
	margin-top: 0.19rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-1 .swiper-container {
	height: 100%;
}
.news-1 .swiper-pagination {
	width: auto;
	display: flex;
	left: 0.75rem;
	bottom: 0.3rem;
}
.news-1 .swiper-pagination-bullet {
	width: 0.1rem;
	height: 0.1rem;
	background-color: #ddd;
	margin: 0 0.06rem;
	opacity: 1;
}
.news-1 .swiper-pagination-bullet-active {
	background-color: #0f818e;
}
@media (max-width: 750px) {
	.news-1 .swiper1 {
		width: 100%;
	}
	.news-1 .swiper2 {
		width: 100%;
	}
	.news-1 .sw2 {
		padding: 0.4rem 0.4rem 0.75rem;
	}
  .news-1 .imgs {
    width: 100%;
  }
  .news-1 .ri {
    width: 100%;
    padding: 0.4rem;
  }
} */

.news-1 {
  padding-top: 0.43rem;
  padding-bottom: 0.2rem;
}
.news-1 .swipers {
  display: flex;
  flex-wrap: wrap;
  background-color: #f9f9f9;
  border-radius: 0.16rem;
  overflow: hidden;
}
.news-1 .swiper1 {
  width: 40.1515151515%;
}
.news-1 .swiper2 {
  width: 59.8484848485%;
}
.news-1 .img {
  display: block;
  position: relative;
  padding-top: 56.0377358491%;
}
.news-1 .sw2 {
  padding: 0.56rem 0.75rem 0.3rem;
}
.news-1 .time {
  display: inline-flex;
  align-items: center;
  color: #999;
  line-height: 1;
}
.news-1 .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/z_a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 5px;
}
.news-1 .h3 {
  color: #222;
  font-weight: 600;
  margin-top: 0.21rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-1 .d2 {
  line-height: 1.75;
  color: #666;
  margin-top: 0.19rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-1 .swiper-container {
  height: 100%;
}
.news-1 .swiper-pagination {
  width: auto;
  display: flex;
  left: 0.75rem;
  left: 50%;
  bottom: 0.2rem;
  transform: translate(-50%);
}
.news-1 .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #ddd;
  margin: 0 0.06rem;
  opacity: 1;
}
.news-1 .swiper-pagination-bullet-active {
  background-color: #0f818e;
}
.news-1 .swiper {
  position: relative;
}
.news-1 .sw {
  display: flex;
  flex-wrap: wrap;
  background-color: #f9f9f9;
  border-radius: 0.16rem;
  overflow: hidden;
}
.news-1 .imgs {
  width: 40.1515151515%;
}
.news-1 .ri {
  width: 59.8484848485%;
  padding: 0.56rem 0.75rem 0.3rem;
}
@media (max-width: 750px) {
  .news-1 .swiper1 {
    width: 100%;
  }
  .news-1 .swiper2 {
    width: 100%;
  }
  .news-1 .sw2 {
    padding: 0.4rem 0.4rem 0.75rem;
  }
  .news-1 .imgs {
    width: 100%;
  }
  .news-1 .ri {
    width: 100%;
    padding: 0.4rem;
  }
}

.news-2 {
	padding-bottom: 1rem;
}

.news-list {
	margin-bottom: 0.6rem;
}
.news-list .li {
	padding: 0.3rem 0;
	border-bottom: 1px solid #e5e5e5;
}
.news-list .dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news-list .dd:hover .img img {
	transform: scale(1.1);
}
.news-list .dd:hover .h3 {
	color: #0f818e;
}
.news-list .text {
	width: 70.4545454545%;
	display: flex;
	align-items: center;
}
.news-list .imgs {
	width: 25%;
}
.news-list .img {
	position: relative;
	padding-top: 56.0606060606%;
	border-radius: 0.16rem;
	overflow: hidden;
}
.news-list .tbox {
	width: 100%;
}
.news-list .time {
	display: inline-flex;
	align-items: center;
	color: #999;
	line-height: 1;
}
.news-list .tic {
	width: 1em;
	height: 1em;
	background-image: url(../images/z_a7.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 5px;
}
.news-list .h3 {
	color: #222;
	font-weight: 600;
	margin-top: 0.21rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news-list .d2 {
	line-height: 1.75;
	color: #666;
	margin-top: 0.18rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media (max-width: 750px) {
	.news-list .text {
		width: 100%;
		order: 2;
		padding: 0.3rem;
		padding-bottom: 0;
	}
	.news-list .imgs {
		width: 100%;
		order: 1;
	}
}

.news-10 {
	padding-top: 0.4rem;
	padding-bottom: 1.08rem;
}
.news-10 .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.26rem;
	margin-top: 0.46rem;
}

.news10-1 {
	width: 72.7272727273%;
}
.news10-1 .img {
	position: relative;
	padding-top: 54.2887029289%;
	border-radius: 0.16rem;
	overflow: hidden;
}
.news10-1 .info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.16rem;
}
.news10-1 .txt1 {
	color: #999;
	line-height: 1.7142857143;
	margin-top: 0.27rem;
}
.news10-1 .txt2 {
	color: #444;
	line-height: 1.875;
	margin-top: 0.27rem;
}
.news10-1 .tit {
	font-weight: 600;
	margin-top: 0.72rem;
	margin-bottom: 0.36rem;
}
.news10-1 .pag {
	margin-top: 0.58rem;
}
.news10-1 .pag .pi {
	margin-bottom: 0.24rem;
}
.news10-1 .pag .pi:last-child {
	margin-bottom: 0;
}
.news10-1 .pag .pa {
	display: block;
	color: #222;
}
.news10-1 .pag .pa:hover {
	color: #0f818e;
}
.news10-1 .shares {
	margin-top: 0.48rem;
	display: flex;
	align-items: center;
	line-height: 1;
	color: #666;
}
.news10-1 .shares .si {
	position: relative;
	margin-left: 0.2rem;
	display: inline-flex;
	align-items: center;
}
.news10-1 .shares .si:hover .hd {
	opacity: 1;
}
.news10-1 .shares .si:hover .bd {
	display: block;
}
.news10-1 .shares .hd {
	height: 1em;
	display: inline-flex;
	opacity: 0.5;
}
.news10-1 .shares .hi {
	height: 100%;
}
.news10-1 .shares .bd {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%);
	padding-top: 0.1rem;
	display: none;
}
.news10-1 .shares .bimg {
	width: 1.2rem;
	max-width: none;
}
.news10-1 .line {
	height: 1px;
	background-color: #ddd;
	margin-top: 0.25rem;
}
@media (max-width: 750px) {
	.news10-1 {
		width: 100%;
	}
}

.news10-2 {
	width: 24.2424242424%;
}
.news10-2 .more {
	display: block;
	background-color: #0f818e;
	color: #fff;
	border-radius: 0.08rem;
	line-height: 2.6666666667;
	text-align: center;
}
.news10-2 .ul {
	margin-top: 0.09rem;
}
.news10-2 .ul .li {
	padding-top: 0.24rem;
	padding-bottom: 0.18rem;
	border-bottom: 1px solid #ddd;
}
.news10-2 .ul .aa {
	display: block;
}
.news10-2 .ul .aa:hover .h3 {
	color: #0f818e;
}
.news10-2 .ul .h3 {
	line-height: 1.5;
	font-weight: 600;
	color: #444;
	transition: color 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news10-2 .ul .bot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.17rem;
}
.news10-2 .ul .te {
	flex-grow: 1;
	color: #999;
	padding-right: 0.2rem;
}
.news10-2 .ul .ic {
	width: 1.3571428571em;
	height: 1em;
	background-image: url(../images/z_a31.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.news10-2 .tags {
	margin-top: 0.38rem;
}
.news10-2 .tags .d1 {
	font-weight: 600;
}
.news10-2 .tags .tlist {
	font-size: 0;
	margin-top: 0.1rem;
}
.news10-2 .tags .ti {
	display: inline-block;
	margin: 3px;
	background-color: #efefef;
	border-radius: 8px;
	padding: 0 8px;
	line-height: 1.5;
	box-shadow: 0 0 0 1px #d2d2d2;
}
@media (max-width: 750px) {
	.news10-2 {
		width: 100%;
		padding-top: 0.6rem;
	}
}

.join-1 {
	padding-top: 0.37rem;
	padding-bottom: 0.5rem;
}
.join-1 .tops {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 0.43rem;
}
.join-1 .form {
	width: 50%;
	position: relative;
}
.join-1 .form .ip {
	width: 100%;
	height: 0.4rem;
	min-height: 30px;
	background-color: #fff;
	border-radius: 0.1rem;
	border: solid 1px #e3e3e3;
	padding: 0 0.2rem;
	font-family: unset;
}
.join-1 .form .submit {
	width: 1em;
	height: 1em;
	background-image: url(../images/15.png);
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	background-color: #fff;
	position: absolute;
	right: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
}
.join-1 .tags {
	display: flex;
	align-items: center;
}
.join-1 .tab {
	border-radius: 0.16rem;
	overflow: hidden;
	margin-top: 0.3rem;
	margin-bottom: 0.6rem;
}
.join-1 .ti {
	background-color: #f9f9f9;
	border-radius: 0.08rem;
	padding: 0 0.25rem;
	line-height: 2.5;
	margin-left: 0.06rem;
	color: #666;
}
.join-1 .ti:hover {
	color: #0f818e;
}
.join-1 .ti.on {
	color: #fff;
	background-color: #0f818e;
}
.join-1 .li {
	margin-bottom: 4px;
}
.join-1 .li:first-child .hd {
	background-color: #0f818e;
	color: #fff;
}
.join-1 .li.show .hd {
  background-color: #d8ecee;
  color: #0f818e;
}
.join-1 .hd {
	display: flex;
	text-align: center;
	padding: 0.3rem 0;
	background-color: #f9f9f9;
	color: #666;
	cursor: pointer;
}
.join-1 .td {
	width: 16.6666666667%;
	width: 20%;
}
.join-1 .w1 {
	padding-left: 0.5rem;
	text-align: left;
}
.join-1 .more {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.join-1 .more .mic {
	width: 1em;
	height: 1em;
	background-image: url(../images/z_a33.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 62.5% auto;
}
.join-1 .bd {
	background-color: #f9f9f9;
	border-top: 1px solid #e5e5e5;
	display: none;
}
.join-1 .bbox {
	padding: 0.48rem 0.5rem 0.6rem;
}
.join-1 .mte {
	display: none;
	margin-bottom: 0.3rem;
}
.join-1 .mte span {
	margin-right: 1em;
}
.join-1 .blist {
	display: flex;
	flex-wrap: wrap;
}
.join-1 .bitem {
	width: 50%;
	padding-right: 1%;
}
.join-1 .bitem .t1 {
	color: #222;
}
.join-1 .bitem .t2 {
	line-height: 1.625;
	color: #666;
	margin-top: 0.12rem;
}
.join-1 .btns {
	text-align: center;
	margin-top: 0.44rem;
}
.join-1 .button {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	padding: 0.16rem 0.22rem;
	background-color: #0f818e;
	color: #fff;
	border-radius: 0.08rem;
	cursor: pointer;
}
.join-1 .button .ic {
	width: 1em;
	height: 1em;
	background-image: url(../images/z_a40.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 81.25%;
	margin-left: 1em;
}
.join-1 .w6 {
  display: none;
}
@media (max-width: 1280px) {
	.join-1 .w3 {
		display: none;
	}
	.join-1 .w4 {
		display: none;
	}
	.join-1 .w5 {
		display: none;
	}
	.join-1 .w1 {
		width: 50%;
		padding-left: 0.3rem;
	}
	.join-1 .w2 {
		width: 30%;
	}
	.join-1 .w3 {
		width: 20%;
	}
	.join-1 .mte {
		display: block;
	}
}
@media (max-width: 750px) {
	.join-1 .bbox {
		padding: 0.3rem;
	}
	.join-1 .bitem {
		width: 100%;
		margin-bottom: 0.3rem;
	}
	.join-1 .form {
		width: 100%;
	}
	.join-1 .tags {
		margin-top: 0.2rem;
	}
	.join-1 .ti {
		margin: 0.1rem;
	}
}

.join-2 {
	padding-top: 0.55rem;
	padding-bottom: 0.8rem;
}
.join-2 .ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.42rem;
}
.join-2 .li {
	width: 31.8181818182%;
	margin-right: 2.2727272727%;
	margin-bottom: 0.3rem;
}
.join-2 .li:nth-child(3n) {
	margin-right: 0;
}
.join-2 .dd {
	height: 100%;
	min-height: 2.63rem;
	background-color: #f9f9f9;
	border-radius: 0.16rem;
	overflow: hidden;
	position: relative;
}
.join-2 .dd:hover .bg {
	opacity: 1;
}
.join-2 .dd:hover .d1 {
	color: #fff;
}
.join-2 .dd:hover .d2 {
	color: #fff;
}
.join-2 .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s;
}
.join-2 .text {
	position: relative;
	padding: 0.32rem 0.4rem;
}
.join-2 .d1 {
	display: flex;
	align-items: center;
	transition: color 0.3s;
}
.join-2 .ic {
	display: inline-flex;
	height: 2.2em;
	background-image: url(../images/jo2_00.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.join-2 .ic .ii {
	height: 100%;
}
.join-2 .sp {
	font-weight: 600;
	margin-left: 0.12rem;
}
.join-2 .d2 {
	line-height: 1.875;
	color: #666;
	margin-top: 0.13rem;
	transition: color 0.3s;
}
@media (max-width: 1280px) {
	.join-2 .ul {
		justify-content: space-between;
	}
	.join-2 .li {
		width: 48%;
		margin-right: 0%;
		margin-bottom: 4%;
	}
}
@media (max-width: 750px) {
	.join-2 .li {
		width: 100%;
		margin-right: 0;
	}
}

.dlg-mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 100;
}

.dlg-cont {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 101;
	transform: translate(-50%, -50%);
}

.my-dialog {
	display: none;
}
.my-dialog * {
	box-sizing: border-box;
}
.my-dialog.show {
	display: block;
}
.my-dialog .dlg-cont {
	width: 9rem;
	max-width: calc(100% - 0.48rem);
	padding: 0.55rem 0.5rem 0.6rem;
	background-color: #fff;
	border-radius: 0.16rem;
}
.my-dialog .f_off {
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0.3rem;
	right: 0.3rem;
	background-image: url(../images/z_a26.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
}
.my-dialog .ftit {
	font-weight: 600;
	text-align: center;
}
.my-dialog .fbox {
	margin-top: 0.22rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.my-dialog .fi {
	width: 47.5%;
	margin-bottom: 0.27rem;
	position: relative;
}
.my-dialog .fi:last-child {
	margin-bottom: 0;
}
.my-dialog .ww100 {
	width: 100% !important;
}
.my-dialog .ft {
	color: #444;
}
.my-dialog .ft span {
	color: #ec6000;
}
.my-dialog .fb {
	margin-top: 0.12rem;
	font-size: 0;
}
.my-dialog .inp {
	position: relative;
}
.my-dialog .ip {
	width: 100%;
	height: 0.4rem;
	min-height: 30px;
	padding: 0 0.12rem;
	background-color: #fff;
	border: solid 1px #e3e3e3;
	font-family: unset;
	border-radius: 0.08rem;
}
.my-dialog .ip::-moz-placeholder {
	color: #999;
}
.my-dialog .ip::placeholder {
	color: #999;
}
.my-dialog .ta {
	width: 100%;
	height: 1.2rem;
	padding: 0.12rem;
	border: solid 1px #e3e3e3;
	background-color: #fff;
	border-radius: 0.08rem;
}
.my-dialog .ta::-moz-placeholder {
	color: #bbb;
}
.my-dialog .ta::placeholder {
	color: #bbb;
}
.my-dialog .file {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}
.my-dialog .fbtn {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-flex;
	align-items: center;
	height: 100%;
	color: #666;
	background-color: #f5f5f5;
	border-radius: 0px 0.08rem 0.08rem 0px;
	border: solid 1px #e3e3e3;
	padding: 0 0.2rem;
	font-family: unset;
}
.my-dialog .fbtn .fic {
	width: 1em;
	height: 1em;
	background-image: url(../images/z_a41.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 4px;
}
.my-dialog .block {
	width: 100%;
	height: 0.4rem;
	min-height: 30px;
	padding: 0 0.12rem;
	color: #999;
	background-color: #fff;
	border: solid 1px #e3e3e3;
	font-family: unset;
	border-radius: 0.08rem;
	display: flex;
	align-items: center;
}
.my-dialog .fbtns {
	margin-top: 0.4rem;
	display: flex;
	justify-content: center;
}
.my-dialog .btn {
	width: 1.4rem;
	line-height: 1;
	height: 0.48rem;
	border-radius: 0.08rem;
	color: #fff;
	font-family: unset;
	border: none;
	cursor: pointer;
	margin: 0 0.1rem;
}
.my-dialog .b1 {
	background-color: #0f818e;
}
.my-dialog .b2 {
	background-color: #bbbbbb;
}
@media (max-width: 750px) {
	.my-dialog .dlg-cont {
		padding: 0.4rem;
		max-height: calc(100% - 0.48rem);
		overflow-y: auto;
	}
	.my-dialog .fi {
		width: 100%;
	}
}
