@import url("font.css");
* {
	outline: none
}
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form, button, input, textarea, th, td {
	font-weight: normal;
	margin: 0;
	padding: 0
}
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6, i {
	font: normal 14px 'Open Sans', 'Nim', 'Helvetica Neue', Arial, 'Microsoft YaHei', 'PingFang SC', 'Source Han Sans SC', sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}
ul, ol, li {
	list-style: none
}
a {
	text-decoration: none;
	color: inherit
}
a:hover {
	text-decoration: none
}
img {
	vertical-align: top;
	border: 0
}
button, input, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	margin: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse
}
div, a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}
html {
	font-size: 100px
}
@media screen and (min-width: 320px) {
	html {
		font-size: 85.33333px
	}
}
@media screen and (min-width: 360px) {
	html {
		font-size: 96px
	}
}
@media screen and (min-width: 375px) {
	html {
		font-size: 100px
	}
}
@media screen and (min-width: 480px) {
	html {
		font-size: 128px
	}
}
@media screen and (min-width: 640px) {
	html {
		font-size: 170.66667px
	}
}
@media screen and (min-width: 750px) {
	html {
		font-size: 200px
	}
}
.clearfloat:after {
	font-size: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ' '
}
.clearfloat {
	*zoom: 1
}
.clearboth {
	clear: both
}
.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}
.checkBrowser {
	font-size: 14px;
	line-height: 40px;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 50%;
	width: 700px;
	height: 40px;
	margin-left: -360px;
	padding: 0 10px;
	color: #fff;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #e6212a
}
.checkBrowser a {
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	top: 10px;
	right: 5px;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	text-align: center;
	color: #333;
	border-radius: 50%;
	background-color: #fff
}
.paged {
	padding-top: 20px;
	text-align: center
}
@media screen and (max-width: 768px) {
	.paged {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: .05rem
	}
}
.paged a, .paged .current {
	display: inline-block;
	margin: 0 5px;
	width: 46px;
	font-size: 16px;
	text-align: center;
	background: #fff;
	color: #8b8b8b;
	border-radius: 50%;
	height: 46px;
	line-height: 46px;
	white-space: nowrap;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 4px;
}
.paged a:hover, .paged .current:hover {
	background: #e50012;
	color: #fff
}
@media screen and (max-width: 768px) {
	.paged a, .paged .current {
		font-size: 15px;
		height: 30px;
		line-height: 30px;
		margin: 0 2px;
	}
}
.paged .current {
	background: #e50012;
	color: #fff
}
.paged .total {
	width: 180px;
	border-radius: 23px
}
.paged .prev, .paged .next {
	width: 90px;
	border-radius: 23px
}
@media screen and (max-width: 1024px) {
	.paged .prev, .paged .next {
		width: 50px;
		display: block
	}
}
.article-swiper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	-ms-touch-action: none;
	touch-action: none;
	z-index: 8888
}
.article-swiper .swiper-zoom-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100%
}
.article-swiper .swiper-pagination {
	bottom: 1em;
	color: #fff
}
.article-swiper .swiper-slide img {
	max-width: 95%;
	max-height: -moz-calc(100% - 6em);
	max-height: calc(100% - 6em);
	vertical-align: middle
}
.article-swiper .swiper-slide p {
	position: absolute;
	top: 1em;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	z-index: 22
}
.article-swiper .swiper-close-icon {
	position: absolute;
	top: .5rem;
	right: .3rem;
	z-index: 9999;
	width: 40px;
	height: 40px;
	cursor: pointer
}
.article-swiper .swiper-close-icon .iconfont {
	color: #fff;
	font-size: .25rem
}
.article-swiper .swiper-close-icon::after {
	width: 100%;
	position: absolute;
	height: 3px;
	background: #fff;
	content: "";
	top: 0;
	left: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.article-swiper .swiper-close-icon::before {
	width: 100%;
	position: absolute;
	height: 3px;
	background: #fff;
	content: "";
	top: 0;
	right: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg)
}
.wp {
	max-width: 1680px;
	margin: 0 auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
@media screen and (max-width: 1720px) {
	.wp {
		padding: 0 .2rem
	}
}
@media screen and (max-width: 1024px) {
	.wp {
		padding: 0 .15rem
	}
}
.page-wp {
	max-width: 1440px;
	margin: 0 auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
@media screen and (max-width: 1480px) {
	.page-wp {
		padding: 0 .2rem
	}
}
@media screen and (max-width: 1024px) {
	.page-wp {
		padding: 0 .15rem
	}
}
.info-page {
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	padding-top: .5rem;
	padding-bottom: .5rem
}
.info-page img, .info-page video, .info-page iframe {
	max-width: 100%
}
@-webkit-keyframes matrix {
	0% {
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0;
		-webkit-transform: matrix(1, -0.1, 0, 1, 0, -30);
		transform: matrix(1, -0.1, 0, 1, 0, -30)
	}
	100% {
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1;
		-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
		transform: matrix(1, 0, 0, 1, 0, 0)
	}
}
@-moz-keyframes matrix {
	0% {
		-moz-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0;
		-moz-transform: matrix(1, -0.1, 0, 1, 0, -30);
		transform: matrix(1, -0.1, 0, 1, 0, -30)
	}
	100% {
		-moz-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1;
		-moz-transform: matrix(1, 0, 0, 1, 0, 0);
		transform: matrix(1, 0, 0, 1, 0, 0)
	}
}
@keyframes matrix {
	0% {
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0;
		-webkit-transform: matrix(1, -0.1, 0, 1, 0, -30);
		-moz-transform: matrix(1, -0.1, 0, 1, 0, -30);
		transform: matrix(1, -0.1, 0, 1, 0, -30)
	}
	100% {
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1;
		-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
		-moz-transform: matrix(1, 0, 0, 1, 0, 0);
		transform: matrix(1, 0, 0, 1, 0, 0)
	}
}
@-webkit-keyframes line {
	0% {
		top: 0;
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	10% {
		opacity: 1
	}
	100% {
		top: 100%;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		display: none
	}
}
@-moz-keyframes line {
	0% {
		top: 0;
		opacity: 0;
		-moz-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	10% {
		opacity: 1
	}
	100% {
		top: 100%;
		-moz-transform: translateY(0);
		transform: translateY(0);
		display: none
	}
}
@keyframes line {
	0% {
		top: 0;
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	10% {
		opacity: 1
	}
	100% {
		top: 100%;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
		display: none
	}
}
.svg-img:hover .img-box::after {
	opacity: 1
}
.svg-img:hover svg {
	stroke-dasharray: var(--length) 0 !important
}
.svg-img .img-box {
	position: relative
}
.svg-img .img-box::after {
	content: '';
	width: 2px;
	height: 2px;
	background-color: #e50012;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	transition: .8s;
	opacity: 0
}
@media screen and (max-width: 1024px) {
	.svg-img .img-box::after {
		display: none
	}
}
.svg-img svg {
	fill: none;
	stroke: #e50012;
	stroke-width: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	stroke-dasharray: 0 var(--length);
	-webkit-transition: .8s;
	-moz-transition: .8s;
	transition: .8s
}
.page {
	border-width: 12px 0 0;
	border-style: solid;
	border-color: #072F75;
	background-color: #f0f3fa;
	position: relative;
	padding-right: 12px
}
@media screen and (max-width: 1024px) {
	.page {
		padding-right: .05rem;
		border-width: .05rem 0 0
	}
}
.page::before {
	content: '';
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	border-right: 12px solid #072F75;
	z-index: 5
}
@media screen and (max-width: 1024px) {
	.page::before {
		border-right: .05rem solid #072F75
	}
}
.page::after {
	content: '';
	position: absolute;
	width: 12px;
	height: 10%;
	right: 0;
	z-index: 10;
	top: 0;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(transparent));
	background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.5), transparent);
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0.5), transparent);
	-webkit-animation: line 10s linear forwards;
	-moz-animation: line 10s linear forwards;
	animation: line 10s linear forwards;
	border-radius: 0 0 6px 6px;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%)
}
@media screen and (max-width: 1024px) {
	.page::after {
		width: .05rem
	}
}
.wow {
	visibility: hidden;
	-webkit-animation: fadeInUp .8s both;
	-moz-animation: fadeInUp .8s both;
	animation: fadeInUp .8s both
}
.wow.scale-anime {
	-webkit-animation: scale .8s both;
	-moz-animation: scale .8s both;
	animation: scale .8s both
}
.wow.matrix {
	-webkit-animation: matrix .8s both;
	-moz-animation: matrix .8s both;
	animation: matrix .8s both;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate(0, 50px);
		transform: translate(0, 50px)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0);
		transform: translate3d(0, 0)
	}
}
@-moz-keyframes fadeInUp {
	from {
		opacity: 0;
		-moz-transform: translate(0, 50px);
		transform: translate(0, 50px)
	}
	to {
		opacity: 1;
		-moz-transform: translate3d(0, 0);
		transform: translate3d(0, 0)
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate(0, 50px);
		-moz-transform: translate(0, 50px);
		transform: translate(0, 50px)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0);
		-moz-transform: translate3d(0, 0);
		transform: translate3d(0, 0)
	}
}
@-webkit-keyframes scale {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) translateZ(80px);
		transform: perspective(400px) translateZ(80px)
	}
	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) translateZ(0);
		transform: perspective(400px) translateZ(0)
	}
}
@-moz-keyframes scale {
	0% {
		opacity: 0;
		-moz-transform: perspective(400px) translateZ(80px);
		transform: perspective(400px) translateZ(80px)
	}
	100% {
		opacity: 1;
		-moz-transform: perspective(400px) translateZ(0);
		transform: perspective(400px) translateZ(0)
	}
}
@keyframes scale {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) translateZ(80px);
		-moz-transform: perspective(400px) translateZ(80px);
		transform: perspective(400px) translateZ(80px)
	}
	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) translateZ(0);
		-moz-transform: perspective(400px) translateZ(0);
		transform: perspective(400px) translateZ(0)
	}
}
.page-banner {
	position: relative
}
.page-banner .banner-img .img-box {
	height: 400px;
	width: 100%;
	overflow: hidden
}
.page-banner .banner-img .img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.page-banner .banner-img .img-box img:last-of-type {
	display: none
}
@media screen and (max-width: 1024px) {
	.page-banner .banner-img .img-box img:first-of-type {
		display: none
	}
	.page-banner .banner-img .img-box img:last-of-type {
		display: inline-block
	}
}
@media screen and (max-width: 1024px) {
	.page-banner .banner-img .img-box {
		height: auto;
		position: relative;
		padding-bottom: 60%
	}
	.page-banner .banner-img .img-box img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		transition: .4s
	}
}
.page-banner .banner-word {
	position: absolute;
	top: 143px;
	left: 0;
	right: 0;
	max-width: 1440px;
	margin: 0 auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 60px
}
@media screen and (max-width: 1480px) {
	.page-banner .banner-word {
		padding: 0 90px
	}
}
@media screen and (max-width: 1024px) {
	.page-banner .banner-word {
		left: 0;
		max-width: auto;
		width: 100%;
		top: .3rem;
		padding: 0 .15rem;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
}
.page-banner .banner-word .desc {
	font-size: 18px;
	line-height: 2;
	color: #333;
	margin-top: 11px;
	max-width: 540px
}
@media screen and (max-width: 1024px) {
	.page-banner .banner-word .desc {
		font-size: .13rem
	}
}
.page-nav {
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
	margin-top: -55px;
	margin-bottom: -35px;
	z-index: 99
}
@media screen and (max-width: 1024px) {
	.page-nav {
		width: -moz-calc(100vw - .05rem);
		width: calc(100vw - .05rem);
		margin-top: -.275rem;
		margin-bottom: -.225rem;
		top: .6rem
	}
}
.page-nav .nav-bg {
	position: absolute;
	width: 100%;
	left: 0;
	top: -moz-calc(100% + 1px);
	top: calc(100% + 1px);
	background-color: #fcfcfc;
	height: 70px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: none;
	z-index: -1
}
.page-nav-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
	background-color: #e50012;
	position: relative;
	padding: 0 40px 0 20px;
	-webkit-box-shadow: 0px .06rem .12rem 0px rgba(0, 0, 0, 0.21);
	box-shadow: 0px .06rem .12rem 0px rgba(0, 0, 0, 0.21)
}
@media screen and (max-width: 1024px) {
	.page-nav-wrapper {
		height: .5rem;
		padding: 0 .2rem 0 .1rem
	}
}
.page-nav .nav-title {
	color: #fff;
	font-size: 32px;
	position: relative;
	z-index: 10;
	padding-left: 20px
}
.page-nav .nav-title::after {
	content: '';
	width: 48px;
	height: 48px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
	border-radius: 50%
}
.page-nav-right {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px
}
.page-nav-right .crumbs {
	color: #999;
	font-size: 14px
}
.page-nav-right .crumbs a {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.page-nav-right .crumbs a:hover {
	color: #e50012
}
@media screen and (max-width: 1024px) {
	.page-nav-right .crumbs {
		display: none
	}
}
.page-nav-right .mb-nav .iconfont {
	display: none
}
.page-nav-right .mb-nav span {
	font-family: 'Montserrat';
	font-weight: 700;
	color: #fff;
	font-size: 32px;
	position: relative;
	z-index: 10;
	padding-left: 20px;
	display: block
}
@media screen and (max-width: 1024px) {
	.page-nav-right .mb-nav span {
		font-size: .17rem;
		padding-left: .1rem
	}
}
.page-nav-right .mb-nav span::after {
	content: '';
	width: 48px;
	height: 48px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
	border-radius: 50%
}
@media screen and (max-width: 1024px) {
	.page-nav-right .mb-nav span::after {
		width: .25rem;
		height: .25rem;
		border-width: .03rem
	}
}
@media screen and (max-width: 1024px) {
	.page-nav-right .mb-nav {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: .15rem;
		color: #fff;
		height: 100%;
		width: 100%;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.page-nav-right .mb-nav .iconfont {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
		font-size: .14rem;
		margin-left: .075rem;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		transition: .4s;
		display: block
	}
	.page-nav-right .mb-nav.active .iconfont {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
}
.page-nav-right .nav-content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}
@media screen and (max-width: 1024px) {
	.page-nav-right .nav-content {
		position: absolute;
		width: 100%;
		top: 100%;
		z-index: 30;
		left: 0;
		background-color: #e50012;
		display: none;
		padding-bottom: .15rem;
		height: auto
	}
	.page-nav-right .nav-content::before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh
	}
}
.page-nav-right .sub {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	white-space: nowrap;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	width: 100%;
	left: 0;
	top: -moz-calc(100% - 1px);
	top: calc(100% - 1px);
	background-color: #fcfcfc;
	height: 70px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	z-index: 5;
	text-align: center;
	border-top: 1px solid #e5e5e5
}
@media screen and (max-width: 1024px) {
	.page-nav-right .sub {
		opacity: 1;
		visibility: visible;
		position: static;
		height: auto;
		display: none;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none
	}
}
.page-nav-right .sub.show {
	visibility: visible;
	opacity: 1
}
.page-nav-right .sub.right, .page-nav-right .sub.left {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0)
}
.page-nav-right .sub.left {
	left: 0
}
.page-nav-right .sub.right {
	right: 0;
	left: auto
}
.page-nav-right .sub a {
	font-size: 14px;
	color: #333;
	height: 80px;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
@media screen and (max-width: 1024px) {
	.page-nav-right .sub a {
		font-size: .13rem;
		height: .5rem;
		padding-left: .25rem;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex
	}
}
.page-nav-right .sub a.on, .page-nav-right .sub a:hover {
	color: #e50012
}
.page-nav-right .sub a:not(:last-child) {
	margin-right: 58px
}
@media screen and (max-width: 1024px) {
	.page-nav-right .sub a:not(:last-child) {
		margin-right: 0;
		border-bottom: 1px solid #e5e5e5
	}
}
.page-nav-right .nav-item .head {
	color: #fff;
	height: 100%;
}
.page-nav-right .nav-item .head.srch {
	font-size: .08rem;
	letter-spacing: .5px;
	line-height: .4rem;
}
@media screen and (max-width: 1024px) {
	.page-nav-right .nav-item .head {
		position: relative;
		z-index: 10;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 .15rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2)
	}
}
.page-nav-right .nav-item .head > a {
	font-family: 'Montserrat';
	font-weight: 500;
	z-index: 10;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .9vw;
	color: #fff;
	height: 100%;
	line-height: 1;
	position: relative;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 4px;
	text-align: center
}
@media screen and (min-width: 1920px) {
	.page-nav-right .nav-item .head > a {
		font-size: 18px;
	}
}
.page-nav-right .nav-item .head > a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #fff;
	bottom: 0;
	left: 0;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	-moz-transition: transform .4s, -moz-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s, -moz-transform .4s
}
@media screen and (max-width: 1024px) {
	.page-nav-right .nav-item .head > a::after {
		display: none
	}
}
@media screen and (max-width: 1024px) {
	.page-nav-right .nav-item .head > a {
		text-align: right;
		font-size: .15rem;
		height: .5rem;
		line-height: .5rem;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		border: none
	}
}
.page-nav-right .nav-item .head > a:hover::after, .page-nav-right .nav-item .head > a.on::after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	transform-origin: left center
}
.page-nav-right .nav-item .mb-more-btn {
	display: none
}
@media screen and (max-width: 1024px) {
	.page-nav-right .nav-item .mb-more-btn {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 15%;
		height: .5rem;
		color: #fff
	}
	.page-nav-right .nav-item .mb-more-btn .iconfont {
		-webkit-transition: .3s;
		-moz-transition: .3s;
		transition: .3s;
		font-size: .13rem
	}
}
.page-nav-right .nav-item .mb-more-btn.active .iconfont {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg)
}
.page-nav-right .nav-item:not(:last-child) {
	margin-right: 2.08333vw
}
@media screen and (min-width: 1920px) {
	.page-nav-right .nav-item:not(:last-child) {
		margin-right: 25px
	}
}
@media screen and (max-width: 1024px) {
	.page-nav-right .nav-item:not(:last-child) {
		margin-right: 0
	}
}
@media screen and (min-width: 1024px) {
	.page-nav-right .nav-item:hover .sub {
		visibility: visible;
		opacity: 1
	}
}
.common-title {
	font-family: 'Montserrat';
	font-size: 2.8vw;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	overflow: hidden
}
@media screen and (min-width: 1920px) {
	.common-title {
		font-size: 2.5vw
	}
}
.common-title.black {
	color: #333
}
.common-title.center {
	text-align: center
}
.section-title {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 30px;
	color: #000;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-moz-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	-webkit-animation: matrix .8s both;
	-moz-animation: matrix .8s both;
	animation: matrix .8s both
}
@media screen and (max-width: 1024px) {
	.section-title {
		font-size: .2rem
	}
}
.section-title.start {
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.section-title.white {
	color: #fff
}
.section-title.small {
	font-size: 36px
}
@media screen and (max-width: 1024px) {
	.section-title.small {
		font-size: .21rem
	}
}
.section-title.small::before {
	-webkit-transform: translateY(-10%);
	-moz-transform: translateY(-10%);
	transform: translateY(-10%)
}
.section-title.xs {
	font-size: 1.72vw;
	font-weight: 700;
}
.section-title.xs::before {
	width: 20px;
	height: 20px;
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	transform: translateY(-5%);
	border: 4px solid #e50012
}
.section-title::before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 5px solid #e50012;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 14px;
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	transform: translateY(-5%);
	-ms-flex-negative: 0;
	flex-shrink: 0
}
@media screen and (max-width: 1024px) {
	.section-title::before {
		width: .13rem;
		height: .13rem;
		border-width: .03rem;
		margin-right: .05rem;
		-webkit-transform: translateY(-18%);
		-moz-transform: translateY(-18%);
		transform: translateY(-18%)
	}
	.section-title.xs::before {
		width: .13rem;
		height: .13rem;
		border: 3px solid #e50012;
	}
}
.align {
	padding-left: 34px
}
@media screen and (max-width: 1024px) {
	.align {
		padding-left: .2rem
	}
}
.more-btn {
	font-size: 16px;
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 140px;
	height: 40px;
	line-height: 1;
	position: relative;
	z-index: 10;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	cursor: pointer
}
@media screen and (max-width: 1024px) {
	.more-btn {
		font-size: .14rem;
		height: .25rem;
		width: 1.1rem
	}
}
.more-btn.black {
	color: #666
}
.more-btn:hover {
	color: #fff !important
}
.more-btn:hover::after {
	left: 100%;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 100%;
	height: 100%;
	background-color: #e50012;
	border-radius: 20px;
	border-color: transparent;
	-webkit-transition: width .4s .1s, height .4s .1s, border-radius .4s .1s, left .2s, background-color .4s .1s, border-color .3s .1s, -webkit-transform .2s;
	transition: width .4s .1s, height .4s .1s, border-radius .4s .1s, left .2s, background-color .4s .1s, border-color .3s .1s, -webkit-transform .2s;
	-moz-transition: width .4s .1s, height .4s .1s, border-radius .4s .1s, left .2s, transform .2s, background-color .4s .1s, border-color .3s .1s, -moz-transform .2s;
	transition: width .4s .1s, height .4s .1s, border-radius .4s .1s, left .2s, transform .2s, background-color .4s .1s, border-color .3s .1s;
	transition: width .4s .1s, height .4s .1s, border-radius .4s .1s, left .2s, transform .2s, background-color .4s .1s, border-color .3s .1s, -webkit-transform .2s, -moz-transform .2s
}
.more-btn::after {
	content: '';
	width: 40px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #e50012;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	-webkit-transition: width .4s, height .4s, border-radius .4s, left .2s .2s, background-color .4s, border-color .4s, -webkit-transform .2s .2s;
	transition: width .4s, height .4s, border-radius .4s, left .2s .2s, background-color .4s, border-color .4s, -webkit-transform .2s .2s;
	-moz-transition: width .4s, height .4s, border-radius .4s, left .2s .2s, transform .2s .2s, background-color .4s, border-color .4s, -moz-transform .2s .2s;
	transition: width .4s, height .4s, border-radius .4s, left .2s .2s, transform .2s .2s, background-color .4s, border-color .4s;
	transition: width .4s, height .4s, border-radius .4s, left .2s .2s, transform .2s .2s, background-color .4s, border-color .4s, -webkit-transform .2s .2s, -moz-transform .2s .2s
}
@media screen and (max-width: 1024px) {
	.more-btn::after {
		width: .25rem;
		height: .25rem
	}
}
.more-btn .iconfont {
	font-size: 12px;
	position: relative;
	top: 0;
	margin-left: 5px;
}
@media screen and (max-width: 1024px) {
	.more-btn .iconfont {
		font-size: 10px;
		top: 1px
	}
}
:root {
	--searchSize: 40px;
	--headerHeight: 100px
}
@media screen and (max-width: 1024px) {
	:root {
		--searchSize: .25rem;
		--headerHeight: .6rem
	}
}
.header-placeholder {
	height: var(--headerHeight)
}
@-webkit-keyframes headerAnime {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@-moz-keyframes headerAnime {
	0% {
		-moz-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes headerAnime {
	0% {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: inherit;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15)
}
@media screen and (min-width: 1024px) {
	.header {
		-webkit-animation: headerAnime .8s forwards;
		-moz-animation: headerAnime .8s forwards;
		animation: headerAnime .8s forwards
	}
}
@media screen and (min-width: 1024px) {
	.header.header-small .header-wrapper {
		height: 70px
	}
	.header.header-small .header-logo img {
		height: .135rem
	}
}
.header-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: var(--headerHeight);
	border-radius: 10px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	position: relative
}
@media screen and (max-width: 1024px) {
	.header-wrapper {
		border-radius: 0;
		height: var(--headerHeight);
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}
.header-logo {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%)
}
.header-logo a {
	display: block
}
@media screen and (max-width: 1024px) {
	.header-logo {
		position: static;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
}
.header-logo img {
	height: .175rem;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.header-logo img {
		height: .22rem;
	}
}
.header-right {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}
@media screen and (min-width: 1024px) {
	.header-right {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}
.header .lang {
	position: relative;
	height: 40px;
	margin-right: 10px
}
@media screen and (max-width: 1024px) {
	.header .lang {
		height: .3rem;
		margin-right: .1rem
	}
}
.header .lang-box {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	border-radius: 20px;
	background-color: #e50012;
	overflow: hidden;
	z-index: 10
}
@media screen and (max-width: 1024px) {
	.header .lang-box {
		height: .3rem;
		border-radius: 0;
		background-color: transparent;
	}
	.header .lang-box img {
		height: .3rem;
	}
}
.header .lang-box:hover .lang-btn {
	border-radius: 20px 20px 0 0
}
@media screen and (max-width: 1024px) {
	.header .lang-box:hover .lang-btn {
		border-radius: .125rem .125rem 0 0
	}
}
.header .lang-box .lang-hover-menu {
	width: 100%;
	top: 100%;
	left: 0;
	background-color: #e50012;
	-webkit-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 20px 20px;
	padding-bottom: 15px
}
@media screen and (max-width: 1024px) {
	.header .lang-box .lang-hover-menu {
		padding-bottom: .075rem;
		border-radius: 0 0 .125rem .125rem
	}
}
.header .lang-box .lang-hover-menu a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #333;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	height: 40px;
	padding: 0 10px;
	white-space: nowrap
}
@media screen and (max-width: 1024px) {
	.header .lang-box .lang-hover-menu a {
		font-size: .09rem;
		height: .25rem
	}
}
.header .lang-box .lang-hover-menu a:hover, .header .lang-box .lang-hover-menu a.on {
	color: #fff
}
.header .lang-box .lang-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
	height: 40px;
	background-color: #e50012;
	border-radius: 20px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	line-height: 1;
	white-space: nowrap;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
header .lang-box .mlang-btn {
	display: none;
}
@media screen and (max-width: 1024px) {
	.header .lang-box .lang-btn {
    	display: none;
		font-size: .09rem;
		height: .25rem;
		padding: 0 .05rem;
	}
}
.header .lang-box .lang-btn .icon-wangluo {
	font-size: 19px
}
@media screen and (max-width: 1440px) {
	.header .lang-box .lang-btn .icon-wangluo {
		font-size: 20px
	}
}
@media screen and (max-width: 1024px) {
	.header .lang-box .lang-btn .icon-wangluo {
		font-size: .15rem
	}
}
.header .lang-box .lang-btn p {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 14px;
	padding: 0 6px
}
.header .lang-box .lang-btn .icon-xiangxiajiantou {
	font-size: 12px
}
.header-nav {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}
@media screen and (max-width: 1024px) {
	.header-nav {
		display: none
	}
}
.header-nav li {
	position: relative;
	height: 100%;
}
.header-nav li > a {
	font-family: 'Montserrat';
	font-size: 1.2vw;
	font-weight: 600;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333;
	padding: 0 1.30208vw;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	text-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.header.header-small .header-nav li > a {
    font-size: 1.1vw;
}
.header-nav li > a.on, .header-nav li > a:hover {
	color: #e50012
}
.header-nav li:hover .hover-menu {
	opacity: 1;
	visibility: visible
}
.header .hover-menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: -moz-box;
	display: -ms-flexbox;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 3px 15px 0;
	box-shadow: rgba(0, 0, 0, 0.08) 0 3px 15px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	line-height: 2;
	padding: 0 20px;
}
.header-nav li:nth-child(2) .hover-menu {
	width: 125%;
}
.header-nav li:nth-child(4) .hover-menu {
	width: 110%;
}
.header-nav li:nth-child(6) .hover-menu {
	width: 150%;
}
@media screen and (max-width: 1720px) {
	.header .hover-menu {
		left: -.2rem
	}
}
.header .hover-menu a {
	float: left;
	font-size: 15px;
	width: 100%;
	color: #333;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.header .hover-menu a:first-child {
	padding-top: 14px
}
.header .hover-menu a:last-child {
	padding-bottom: 15px
}
.header .hover-menu a.on, .header .hover-menu a:hover {
	color: #e50012
}
.header-right-mb {
	display: none
}
@media screen and (max-width: 1024px) {
	.header-right-mb {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}
.header-right-mb .nav-menu .iconfont {
	color: #333;
	font-size: .23rem
}
.header-right-mb .nav-menu .close {
	display: none
}
.header-right-mb .nav-menu img {
	width: .22rem
}
.header-right-mb .menu-btn-active .menu-icon {
	display: none
}
.header-right-mb .menu-btn-active .close {
	display: block
}
.header-right-mb .menu-unfold {
	position: fixed;
	display: none;
	top: -moz-calc(.5rem);
	top: calc(.5rem);
	right: 0;
	z-index: 20;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.header-right-mb .menu-unfold::after {
	content: '';
	position: fixed;
	width: 100%;
	height: 100%;
	top: -moz-calc(.5rem);
	top: calc(.5rem);
	left: 0;
	z-index: 19;
	background-color: rgba(0, 0, 0, 0.56)
}
.header-right-mb .menu-unfold .menu-box {
	position: fixed;
	top: -moz-calc(.5rem);
	top: calc(.5rem);
	right: 0;
	display: none;
	z-index: 20;
	max-height: 90vh;
	overflow-y: auto
}
.header-right-mb .menu-unfold .menu-box::-webkit-scrollbar {
	display: none
}
.header-right-mb .menu-unfold .menu-box .nav-mobile-search {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: .2rem .25rem;
	width: 2.4rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f0f0f0
}
.header-right-mb .menu-unfold .menu-box .nav-mobile-search .input-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: .1rem .15rem;
	border-radius: .25rem;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff
}
.header-right-mb .menu-unfold .menu-box .nav-mobile-search .input-box input {
	width: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	border: none;
	font-size: .13rem
}
.header-right-mb .menu-unfold .menu-box .nav-mobile-search .input-box input::-webkit-input-placeholder {
	color: #666;
	font-size: .13rem
}
.header-right-mb .menu-unfold .menu-box .nav-mobile-search .input-box input:-moz-placeholder {
	color: #666;
	font-size: .13rem
}
.header-right-mb .menu-unfold .menu-box .nav-mobile-search .input-box input::-moz-placeholder {
	color: #666;
	font-size: .13rem
}
.header-right-mb .menu-unfold .menu-box .nav-mobile-search .input-box input:-ms-input-placeholder {
	color: #666;
	font-size: .13rem
}
.header-right-mb .menu-unfold .menu-box .nav-mobile-search .input-box input::-ms-input-placeholder {
	color: #666;
	font-size: .13rem
}
.header-right-mb .menu-unfold .menu-box .nav-mobile-search .input-box input::placeholder {
	color: #666;
	font-size: .13rem
}
.header-right-mb .menu-unfold .menu-box .nav-mobile-search .input-box button {
	background-color: transparent;
	border: none;
	font-size: .2rem
}
.header-right-mb .menu-unfold .menu-box .menu-item {
	width: 2.4rem;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	color: #333;
	font-size: .16rem;
	line-height: .5rem;
	background-color: #fff;
	border-top: .005rem solid rgba(149, 149, 149, 0.254902);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto
}
.header-right-mb .menu-unfold .menu-box .menu-item .item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 .15rem 0 .35rem
}
.header-right-mb .menu-unfold .menu-box .menu-item a {
	color: #333;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.header-right-mb .menu-unfold .menu-box .menu-item .iconfont {
	font-size: .2rem;
	color: #333;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: inline-block;
	width: .15rem;
	text-align: center;
	padding-left: .4rem
}
.header-right-mb .menu-unfold .menu-box .menu-item .menu-2 {
	display: none
}
.header-right-mb .menu-unfold .menu-box .menu-item .menu-2 a {
	padding: 0 .15rem 0 .35rem;
	border-top: .005rem solid rgba(149, 149, 149, 0.254902);
	display: block;
	color: #666;
	font-size: .14rem
}
.header .search-box {
	width: var(--searchSize);
	height: var(--searchSize);
	position: relative;
	z-index: 999;
}
@media screen and (max-width: 1024px) {
	.header .search-box {
		margin-right: .2rem
	}
}
.header .search-box.focus .search-form input {
	width: 270px;
	padding-right: var(--searchSize)
}
@media screen and (max-width: 1024px) {
	.header .search-box.focus .search-form input {
		width: 150px
	}
}
.header .search-box.focus .search-form input::-webkit-input-placeholder {
	color: #fff
}
.header .search-box.focus .search-form input:-moz-placeholder {
	color: #fff
}
.header .search-box.focus .search-form input::-moz-placeholder {
	color: #fff
}
.header .search-box.focus .search-form input:-ms-input-placeholder {
	color: #fff
}
.header .search-box.focus .search-form input::-ms-input-placeholder {
	color: #fff
}
.header .search-box.focus .search-form input::placeholder {
	color: #fff
}
.header .search-box.focus .search-form .header-search-btn {
	display: inline-block
}
.header .search-box.focus .search-form .header-search-btn .icon-sousuo {
	color: #fff
}
.header .search-box.focus .search-form > .icon-sousuo {
	display: none;
	color: #000
}
.header .search-box .search-form {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	min-width: var(--searchSize);
	height: var(--searchSize);
	line-height: var(--searchSize);
	background-color: #e50012;
	border-radius: 22px;
	z-index: 10;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.header .search-box .search-form:hover {
	-webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1)
}
.header .search-box .search-form:hover input {
	width: 270px;
	padding-right: var(--searchSize)
}
@media screen and (max-width: 1024px) {
	.header .search-box .search-form:hover input {
		padding-right: .25rem;
		width: 150px
	}
}
.header .search-box .search-form:hover input::-webkit-input-placeholder {
	color: #fff
}
.header .search-box .search-form:hover input:-moz-placeholder {
	color: #fff
}
.header .search-box .search-form:hover input::-moz-placeholder {
	color: #fff
}
.header .search-box .search-form:hover input:-ms-input-placeholder {
	color: #fff
}
.header .search-box .search-form:hover input::-ms-input-placeholder {
	color: #fff
}
.header .search-box .search-form:hover input::placeholder {
	color: #fff
}
.header .search-box .search-form:hover .header-search-btn {
	display: inline-block
}
@-webkit-keyframes pointer {
	100% {
		pointer-events: auto
	}
}
@-moz-keyframes pointer {
	100% {
		pointer-events: auto
	}
}
@keyframes pointer {
	100% {
		pointer-events: auto
	}
}
@media screen and (max-width: 1024px) {
	.header .search-box .search-form:hover .header-search-btn {
		-webkit-animation: pointer .3s .3s forwards;
		-moz-animation: pointer .3s .3s forwards;
		animation: pointer .3s .3s forwards
	}
}
.header .search-box .search-form:hover .header-search-btn .icon-sousuo {
	color: #fff
}
.header .search-box .search-form:hover > .icon-sousuo {
	display: none;
	color: #000
}
.header .search-box .search-form .header-search-btn {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	width: var(--searchSize);
	height: var(--searchSize);
	border-radius: 50%
}
@media screen and (max-width: 1024px) {
	.header .search-box .search-form .header-search-btn {
		pointer-events: none
	}
}
.header .search-box .search-form .header-search-btn .icon-sousuo {
	font-size: 22px;
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	position: static
}
@media screen and (max-width: 1024px) {
	.header .search-box .search-form .header-search-btn .icon-sousuo {
		font-size: .16rem
	}
}
.header .search-box .search-form input {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	padding-left: 20px;
	height: var(--searchSize);
	width: var(--searchSize);
	line-height: var(--searchSize);
	font-size: 14px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	background-color: transparent
}
.header .search-box .search-form input::-webkit-input-placeholder {
	color: transparent;
	font-size: 14px;
	-webkit-transition: .3s;
	transition: .3s
}
.header .search-box .search-form input:-moz-placeholder {
	color: transparent;
	font-size: 14px;
	-moz-transition: .3s;
	transition: .3s
}
.header .search-box .search-form input::-moz-placeholder {
	color: transparent;
	font-size: 14px;
	-moz-transition: .3s;
	transition: .3s
}
.header .search-box .search-form input:-ms-input-placeholder {
	color: transparent;
	font-size: 14px;
	-ms-transition: .3s;
	transition: .3s
}
.header .search-box .search-form input::-ms-input-placeholder {
	color: transparent;
	font-size: 14px;
	-ms-transition: .3s;
	transition: .3s
}
.header .search-box .search-form input::placeholder {
	color: transparent;
	font-size: 14px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.header .search-box .search-box-active .header-search-btn {
	pointer-events: auto
}
.footer {
	background-color: #072F75;
	position: relative;
	z-index: 10;
	border-top: 12px solid #072F75
}
.footer.index-footer {
	border-top: none
}
@media screen and (max-width: 1024px) {
	.footer {
		border-top: .05rem solid #072F75
	}
}
@media screen and (max-width: 1024px) {
	.footer.index-footer {
		border-left: 15px solid #fff
	}
}
.footer-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 10;
	overflow: hidden
}
@media screen and (max-width: 1024px) {
	.footer-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column
	}
}
.footer-wrapper .left {
	padding: 94px 50px 0 90px;
	background-color: #fff;
	width: 25.74882%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url("../img/footer_bg.png");
	background-repeat: no-repeat;
	background-size: cover
}
.footer-wrapper .left .logo img {
	width: 8vw
}
@media screen and (min-width: 1024px) {
	.footer-wrapper .left {
		padding: 80px 50px 0 90px
	}
}
@media screen and (max-width: 1366px) {
	.footer-wrapper .left {
		padding: 4.89583vw 2.60417vw 0 4.6875vw
	}
}
@media screen and (max-width: 1024px) {
	.footer-wrapper .left {
		width: 100%;
		background-color: transparent;
		padding: .25rem .22rem .22rem
	}
}
@media screen and (max-width: 1024px) {
	.footer-wrapper .left .logo img {
		width: 1.425rem
	}
}
.footer-wrapper .left .title {
	font-family: 'Montserrat';
	font-size: 22px;
	font-weight: 600;
	color: #000;
	margin-top: 15px
}
@media screen and (max-width: 1366px) {
	.footer-wrapper .left .title {
		font-size: 22px
	}
}
@media screen and (max-width: 1024px) {
	.footer-wrapper .left .title {
		font-size: .18rem;
		color: #333
	}
}
.footer-wrapper .left .concact-box {
	margin-top: 30px
}
.footer-wrapper .left .concact-box .item {
	font-size: 16px;
	line-height: 1.6;
	color: #333
}
@media screen and (max-width: 1366px) {
	.footer-wrapper .left .concact-box .item {
		font-size: 14px
	}
}
@media screen and (max-width: 1024px) {
	.footer-wrapper .left .concact-box .item {
		color: #333
	}
}
.footer-wrapper .left .concact-box .item:not(:last-child) {
	margin-bottom: 20px
}
.footer-wrapper .left .concact-box .item p:nth-child(1) {
	color: rgba(51, 51, 51, 0.5);
	margin-bottom: 12px
}
@media screen and (max-width: 1024px) {
	.footer-wrapper .left .concact-box .item:not(:last-child) {
		margin-bottom: 10px;
	}
	.footer-wrapper .left .concact-box .item p:nth-child(1) {
		color: rgba(0, 0, 0, 0.5);
		margin-bottom: .04rem
	}
}
.footer-wrapper .right {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 94px 7.65625vw 0 0
}
@media screen and (min-width: 1920px) {
	.footer-wrapper .right {
		padding: 90px 120px 0 0
	}
}
@media screen and (max-width: 1366px) {
	.footer-wrapper .right {
		padding: 60px 7.65625vw 0 0
	}
}
@media screen and (max-width: 1024px) {
	.footer-wrapper .right {
		padding: 0
	}
}
.footer-wrapper .right .link-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 10.108%;
	padding-bottom: 70px
}
@media screen and (max-width: 1500px) {
	.footer-wrapper .right .link-box {
		padding-left: 100px
	}
}
@media screen and (max-width: 1400px) {
	.footer-wrapper .right .link-box {
		padding-left: 80px
	}
}
@media screen and (max-width: 1024px) {
	.footer-wrapper .right .link-box {
		display: none
	}
}
.footer-wrapper .right .link-item {
	-webkit-animation: matrix .8s both;
	-moz-animation: matrix .8s both;
	animation: matrix .8s both
}
.footer-wrapper .right .link-item.col2 {
	width: 100%;
}
.footer-wrapper .right .link-item.col2 a {
	float: left;
	width: 50%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.footer-wrapper .right .link-item.col2 h3 {
	float: left;
	width: 100%;
}
.footer-wrapper .right .link-item:not(:last-child) {
	margin-right: 5.92417%
}
.footer-wrapper .right .link-item.col2 {
	margin-right: 0;
}
@media screen and (max-width: 1500px) {
	.footer-wrapper .right .link-item:not(:last-child) {
		margin-right: 50px
	}
}
@media screen and (max-width: 1400px) {
	.footer-wrapper .right .link-item:not(:last-child) {
		margin-right: 36px
	}
}
.footer-wrapper .right .link-item a {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.5);
	display: block;
	line-height: 35px;
	white-space: nowrap
}
@media screen and (max-width: 1366px) {
	.footer-wrapper .right .link-item a {
		font-size: 13px;
		line-height: 2
	}
}
.footer-wrapper .right .link-item a:hover {
	color: #fff
}
.footer-wrapper .right .link-item h3 a {
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	white-space: nowrap;
	margin-bottom: 25px;
}
.footer-wrapper .copyright {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 15px;
	letter-spacing: .5px;
	color: #fff;
	padding: 40px 0 40px 14.0625vw;
	border-top: 1px solid rgba(255, 255, 255, 0.1)
}
.footer-wrapper .copyright span {
	font-size: 14px;
	padding: 0 8px 0 9px;
}
@media screen and (min-width: 1920px) {
	.footer-wrapper .copyright {
		padding: 40px 0 40px 180px
	}
}
@media screen and (max-width: 1366px) {
	.footer-wrapper .copyright {
		padding: 30px 0 30px 4.6875vw
	}
}
@media screen and (max-width: 1024px) {
	.footer-wrapper .copyright {
		font-size: .13rem;
    	text-align: center;
		padding: .2rem .1rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
	}
}
.footer-wrapper .copyright .icon-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}
@media screen and (max-width: 1024px) {
	.footer-wrapper .copyright .icon-box {
		margin-bottom: .15rem
	}
}
.footer-wrapper .copyright .icon-box .btn-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	position: relative;
	z-index: 10
}
.footer-wrapper .copyright .icon-box .btn-box:not(:last-child) {
	margin-right: 16px
}
.footer-wrapper .copyright .icon-box .btn-box::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	background-color: #fff;
	left: 0;
	top: 0;
	border-radius: inherit;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.footer-wrapper .copyright .icon-box .btn-box:hover::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1)
}
.footer-wrapper .copyright .icon-box .btn-box:hover .qrcode-box {
	-webkit-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
	visibility: visible;
	opacity: 1
}
.footer-wrapper .copyright .icon-box .btn-box:hover .btn-item img {
	-webkit-filter: drop-shadow(40px 0px #072F75);
	filter: drop-shadow(40px 0px #072F75);
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	transform: translateX(-40px)
}
.footer-wrapper .copyright .icon-box .btn-item {
	overflow: hidden
}
.footer-wrapper .copyright .icon-box .btn-item img {
	width: 24px;
	height: 24px;
	padding: 7px;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	-moz-transition: transform .4s, -moz-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s, -moz-transform .4s;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
	-webkit-filter: drop-shadow(40px 0px #fff);
	filter: drop-shadow(40px 0px #fff)
}
.footer-wrapper .copyright .icon-box .qrcode-box {
	position: absolute;
	bottom: 150%;
	width: 110px;
	height: 110px;
	-webkit-transform: translateX(-50%) translateY(30%);
	-moz-transform: translateX(-50%) translateY(30%);
	transform: translateX(-50%) translateY(30%);
	visibility: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	left: 50%
}
.footer-wrapper .copyright .icon-box .qrcode-box img {
	border: 1px solid #d2d8db;
	border-radius: 10px;
	max-width: 100%;
	width: 100%;
	height: 100%
}
.footer-wrapper .copyright .icon-box .qrcode-box::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 10px 0;
	border-color: #fff transparent transparent;
	position: absolute;
	top: -moz-calc(100% + 1px);
	top: calc(100% + 1px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%)
}
.footer-wrapper .copyright .icon-box .qrcode-box::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 11px 0;
	border-color: #d2d8db transparent transparent;
	position: absolute;
	top: -moz-calc(100% + 1px);
	top: calc(100% + 1px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%)
}
.contact-form-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff
}
@media screen and (max-width: 1024px) {
	.contact-form-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column
	}
}
.contact-form-wrapper.border {
	border-top: .05rem solid #072F75
}
.contact-form-wrapper.investor-form .img {
	width: 39.93694%;
	height: 850px
}
.contact-form-wrapper.investor-form .img .img-box {
	height: 850px;
	width: 100%;
	overflow: hidden
}
.contact-form-wrapper.investor-form .img .img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.contact-form-wrapper.no-icon .img {
	width: 44.66632%
}
.contact-form-wrapper .img {
	width: 36.25854%;
	height: 600px
}
@media screen and (max-width: 1024px) {
	.contact-form-wrapper .img {
		width: 100% !important;
		height: auto !important
	}
}
.contact-form-wrapper .img .img-box {
	height: 600px;
	width: 100%;
	overflow: hidden
}
.contact-form-wrapper .img .img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.contact-form-wrapper .img .img-box {
		height: auto !important;
		position: relative;
		padding-bottom: 92%
	}
	.contact-form-wrapper .img .img-box img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		transition: .4s
	}
}
.contact-form-wrapper .icon-box {
	width: 8.40778%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column
}
@media screen and (max-width: 1024px) {
	.contact-form-wrapper .icon-box {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
		width: 100%
	}
}
.contact-form-wrapper .icon-box .item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #fff;
	font-size: 20px;
	letter-spacing: .5px;
}
@media screen and (max-width: 1600px) {
	.header-nav li > a {
		padding: 0 1vw;
	}
	.contact-form-wrapper .icon-box .item {
		font-size: 22px;
	}
}
@media screen and (max-width: 1440px) {
	.header-nav li > a {
		padding: 0 .8vw;
	}
	.contact-form-wrapper .icon-box .item {
		font-size: 20px;
	}
}
@media screen and (max-width: 1366px) {
	.contact-form-wrapper .icon-box .item {
		font-size: 16px
	}
}
@media screen and (max-width: 1024px) {
	.contact-form-wrapper .icon-box .item {
		font-size: .15rem;
		-webkit-box-pack: start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: .15rem 0
	}
}
.contact-form-wrapper .icon-box .item:hover .icon {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
.contact-form-wrapper .icon-box .item .icon {
	margin-bottom: 10px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.contact-form-wrapper .icon-box .item .icon img {
	width: 0.2rem;
}
.contact-form-wrapper .icon-box .item p {
	font-family: 'Open Sans Condensed';
	font-weight: 500;
}
@media screen and (max-width: 1024px) {
	.contact-form-wrapper .icon-box .item .icon {
		margin-bottom: .1rem
	}
	.contact-form-wrapper .icon-box .item .icon img {
		width: .3rem
	}
}
.contact-form-wrapper .icon-box .item:nth-child(1) {
	background-color: #e61010
}
.contact-form-wrapper .icon-box .item:nth-child(2) {
	background-color: #f74140
}
.contact-form-wrapper .icon-box .item:nth-child(3) {
	background-color: #ff8214
}
.contact-form-wrapper .contact-form {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #fff;
	padding: 0 8%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.contact .contact-form-wrapper .contact-form {
	padding: 0 5%;
}
@media screen and (max-width: 1024px) {
	.contact-form-wrapper .contact-form {
		padding: .2rem .15rem .36rem
	}
}
.contact-form-wrapper .contact-form .list {
	margin-top: .225rem;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap
}
.contact-form-wrapper .contact-form .list li {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: .1rem
}
@media screen and (min-width: 1024px) {
	.contact-form-wrapper .contact-form .list li:nth-child(odd) {
		padding-right: 10px
	}
	.contact-form-wrapper .contact-form .list li:nth-child(even) {
		padding-left: 10px
	}
}
.contact-form-wrapper .contact-form .list li.line-100 {
	padding-right: 0;
	width: 100%
}
@media screen and (max-width: 1024px) {
	.contact-form-wrapper .contact-form .list li {
		width: 100%
	}
}
.contact-form-wrapper .contact-form .input-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(182, 192, 210, 0.5);
	padding: 0 10px;
	background-color: #fbfcfd;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s
}
.contact-form-wrapper .contact-form .input-box.focus {
	border-color: #072F75
}
.contact-form-wrapper .contact-form .input-box .label {
	font-size: 16px;
	color: #999
}
@media screen and (max-width: 1024px) {
	.contact-form-wrapper .contact-form .input-box .label {
		font-size: .13rem
	}
}
.contact-form-wrapper .contact-form .input-box input {
	height: 60px;
	width: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #333;
	font-size: 16px;
	padding: 0 10px;
	border: none;
	outline: none;
	background-color: transparent
}
@media screen and (max-width: 1024px) {
	.contact-form-wrapper .contact-form .input-box input {
		font-size: .13rem;
    	height: .42rem;
	}
}
.contact-form-wrapper .contact-form .input-box textarea {
	width: 100%;
	background-color: transparent;
	resize: none;
	border: none;
	outline: none;
	padding: 10px 0;
	height: 115px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.contact-form-wrapper .contact-form .input-box textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #999
}
.contact-form-wrapper .contact-form .input-box textarea:-moz-placeholder {
	font-size: 16px;
	color: #999
}
.contact-form-wrapper .contact-form .input-box textarea::-moz-placeholder {
	font-size: 16px;
	color: #999
}
.contact-form-wrapper .contact-form .input-box textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #999
}
.contact-form-wrapper .contact-form .input-box textarea::-ms-input-placeholder {
	font-size: 16px;
	color: #999
}
.contact-form-wrapper .contact-form .input-box textarea::placeholder {
	font-size: 16px;
	color: #999
}
@media screen and (max-width: 1024px) {
	.contact-form-wrapper .contact-form .input-box textarea {
		height: 1rem;
	}
	.contact-form-wrapper .contact-form .input-box textarea::-webkit-input-placeholder {
		font-size: .13rem
	}
	.contact-form-wrapper .contact-form .input-box textarea:-moz-placeholder {
		font-size: .13rem
	}
	.contact-form-wrapper .contact-form .input-box textarea::-moz-placeholder {
		font-size: .13rem
	}
	.contact-form-wrapper .contact-form .input-box textarea:-ms-input-placeholder {
		font-size: .13rem
	}
	.contact-form-wrapper .contact-form .input-box textarea::-ms-input-placeholder {
		font-size: .13rem
	}
	.contact-form-wrapper .contact-form .input-box textarea::placeholder {
		font-size: .13rem
	}
}
.contact-form-wrapper .contact-form .submit-btn {
	text-align: center;
	margin-top: 10px;
}
@media screen and (max-width: 1024px) {
	.contact-form-wrapper .contact-form .submit-btn {
		margin-top: .1rem
	}
}
.contact-form-wrapper .contact-form .submit-btn button {
	height: 56px;
	background-color: #e50012;
	color: #fff;
	font-size: 20px;
	width: 550px;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	position: relative;
	z-index: 10
}
@media screen and (max-width: 1024px) {
	.contact-form-wrapper .contact-form .submit-btn button {
		width: 100%;
		height: .42rem;
		font-size: .15rem
	}
}
.contact-form-wrapper .contact-form .submit-btn button::after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	bottom: 0;
	right: 0;
	z-index: -1;
	background-color: #f00000;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.contact-form-wrapper .contact-form .submit-btn button:hover:after {
	left: 0;
	width: 100%
}
.contact-form-wrapper .contact-form .geetest_holder.geetest_wind {
	height: 60px
}
@media screen and (max-width: 1024px) {
	.contact-form-wrapper .contact-form .geetest_holder.geetest_wind {
		height: .5rem
	}
}
.contact-form-wrapper .contact-form .geetest_holder.geetest_wind .geetest_radar {
	margin: 14px
}
@media screen and (max-width: 1024px) {
	.contact-form-wrapper .contact-form .geetest_holder.geetest_wind .geetest_radar {
		margin: .09rem
	}
}
.contact-form-wrapper .contact-form .geetest_holder.geetest_wind .geetest_radar_tip {
	height: 60px;
	line-height: 60px;
	padding: 0 46px 0 55px
}
@media screen and (max-width: 1024px) {
	.contact-form-wrapper .contact-form .geetest_holder.geetest_wind .geetest_radar_tip {
		height: .5rem;
		line-height: .5rem;
		padding: 0 .23rem 0 .5rem
	}
}
.contact-form-wrapper .contact-form .geetest_holder.geetest_wind .geetest_wait {
	margin: 25px 12px
}
@media screen and (max-width: 1024px) {
	.contact-form-wrapper .contact-form .geetest_holder.geetest_wind .geetest_wait {
		margin: 0 .12rem;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}
.contact-form-wrapper .contact-form .geetest_holder.geetest_wind .geetest_radar_tip, .contact-form-wrapper .contact-form .geetest_holder.geetest_wind .geetest_success_radar_tip {
	height: 60px;
	line-height: 60px
}
@media screen and (max-width: 1024px) {
	.contact-form-wrapper .contact-form .geetest_holder.geetest_wind .geetest_radar_tip, .contact-form-wrapper .contact-form .geetest_holder.geetest_wind .geetest_success_radar_tip {
		height: .5rem;
		line-height: .5rem
	}
}
.contact-form-wrapper .contact-form .geetest_holder.geetest_wind .geetest_success_btn .geetest_success_box {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 12px
}
.contact-form-wrapper .contact-form .geetest_holder.geetest_wind.geetest_radar_click_ready .geetest_radar_btn {
	background-color: #fff
}
.contact-form-wrapper .contact-form .geetest_holder.geetest_wind .geetest_radar_btn {
	background-image: none
}
.contact-form-wrapper .contact-form .geetest_holder.geetest_wind * {
	font-family: 'Nim';
	font-size: 18px;
	letter-spacing: 1px;
	color: #999;
	text-transform: uppercase
}
@media screen and (max-width: 1024px) {
	.contact-form-wrapper .contact-form .geetest_holder.geetest_wind * {
		font-size: .16rem
	}
}
.page-head {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid rgba(193, 195, 199, 0.3);
	-webkit-box-align: baseline;
	-moz-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}
@media screen and (max-width: 1024px) {
	.page-head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column
	}
}
.page-head .head-tab {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}
@media screen and (max-width: 1024px) {
	.page-head .head-tab {
		margin-top: .3rem;
		overflow-x: auto;
		width: 100%
	}
	.page-head .head-tab::-webkit-scrollbar {
		display: none
	}
}
.page-head .head-tab a {
	font-size: 18px;
	line-height: 60px;
	color: #333;
	position: relative;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.page-head .head-tab a {
		font-size: .15rem;
		line-height: 1.5;
		text-align: center;
		padding-bottom: .05rem;
		white-space: nowrap
	}
}
.page-head .head-tab a:not(:last-child) {
	margin-right: .15rem
}
.page-head .head-tab a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #e50012;
	bottom: 0;
	left: 0;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	-moz-transition: transform .4s, -moz-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s, -moz-transform .4s
}
.page-head .head-tab a:hover, .page-head .head-tab a.on {
	color: #e50012
}
.page-head .head-tab a:hover::after, .page-head .head-tab a.on::after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	transform-origin: left center
}
.backTop {
	position: fixed;
	z-index: 30;
	right: 12px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #e50012;
	width: 75px;
	height: 75px;
	cursor: pointer;
	color: #fff;
	font-size: 12px
}
@media screen and (max-width: 1024px) {
	.backTop {
		width: .35rem;
		height: .35rem;
		right: 0;
		bottom: 0 !important;
	}
}
@media screen and (max-width: 1024px) {
	.backTop p {
		display: none
	}
}
.backTop .iconfont {
	font-size: 30px;
	margin-bottom: 5px
}
@media screen and (max-width: 1024px) {
	.backTop .iconfont {
		font-size: .2rem;
		margin-bottom: 0
	}
}
.nav-mobile {
	position: absolute;
	width: 100%;
	top: .5rem;
	left: 0;
	bottom: 0;
	z-index: 103;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-moz-transition: transform .4s ease, -moz-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.nav-mobile.anim {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
	height: 100%
}
.nav-mobile-con {
	display: none;
	position: fixed;
	top: 0px;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 8889;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-moz-transition: transform .4s ease, -moz-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}
.nav-mobile-con .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1
}
.nav-mobile-con.anim .nav-mobile-search {
	-webkit-transform: translateX(0) !important;
	-moz-transform: translateX(0) !important;
	transform: translateX(0) !important
}
.nav-mobile-back {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 .25rem;
	width: 100%;
	height: .5rem;
	background-color: #e50012;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.nav-mobile-back span {
	position: relative;
	z-index: 1;
	font-size: .14rem;
	line-height: .5rem;
	color: #fff
}
@media screen and (max-width: 500px) {
	.nav-mobile-back span {
		line-height: 50px
	}
}
.nav-mobile-back .fh {
	margin-left: .1rem
}
@media screen and (max-width: 500px) {
	.nav-mobile-back .fh {
		margin-left: 5px
	}
}
.nav-mobile .sub {
	display: none;
	border-top: 1px solid #e2e2e2
}
.nav-mobile .sub li {
	position: relative;
	overflow: hidden
}
.nav-mobile .sub li:not(:last-child) a {
	border-bottom: 1px solid #e2e2e2
}
.nav-mobile .sub li a {
	display: block;
	padding: 0 .15rem 0 .325rem;
	line-height: .5rem;
	height: .5rem;
	font-size: .14rem;
	color: #666;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.nav-mobile .menu-search {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #ebebeb;
	height: .4rem;
	line-height: .4rem
}
.nav-mobile .menu-search input {
	width: 80%;
	line-height: .4rem;
	background: #ebebeb;
	border: none;
	padding-left: .15rem
}
.nav-mobile .menu-search button {
	display: inline-block;
	width: 20%;
	height: 100%;
	text-align: center;
	border: none;
	background-color: #ebebeb
}
.nav-mobile .menu-search button span {
	color: #555;
	font-size: .25rem
}
.nav-mobile :root {
	--searchSize: 44px;
	--headerHeight: 70px
}
@media screen and (max-width: 1024px) {
	.nav-mobile :root {
		--searchSize: .3rem;
		--headerHeight: .6rem
	}
}
.nav-mobile .menu-unfold {
	top: -moz-calc(.5rem + .15rem);
	top: calc(.5rem + .15rem);
	right: 0;
	z-index: 20;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	height: 100%
}
.nav-mobile .menu-unfold .menu-box {
	top: -moz-calc(.5rem + .15rem);
	top: calc(.5rem + .15rem);
	right: 0;
	z-index: 20;
	overflow-y: auto;
	height: 100%;
	background-color: #fff;
	display: inline-block;
	width: 100%
}
.nav-mobile .menu-unfold .menu-box::-webkit-scrollbar {
	display: none
}
.nav-mobile .menu-unfold .menu-box .nav-mobile-search {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: .2rem .25rem;
	width: 2.4rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f0f0f0
}
.nav-mobile .menu-unfold .menu-box .nav-mobile-search .input-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: .1rem .15rem;
	border-radius: .25rem;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff
}
.nav-mobile .menu-unfold .menu-box .nav-mobile-search .input-box input {
	width: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	border: none;
	font-size: .13rem
}
.nav-mobile .menu-unfold .menu-box .nav-mobile-search .input-box input::-webkit-input-placeholder {
	color: #666;
	font-size: .13rem
}
.nav-mobile .menu-unfold .menu-box .nav-mobile-search .input-box input:-moz-placeholder {
	color: #666;
	font-size: .13rem
}
.nav-mobile .menu-unfold .menu-box .nav-mobile-search .input-box input::-moz-placeholder {
	color: #666;
	font-size: .13rem
}
.nav-mobile .menu-unfold .menu-box .nav-mobile-search .input-box input:-ms-input-placeholder {
	color: #666;
	font-size: .13rem
}
.nav-mobile .menu-unfold .menu-box .nav-mobile-search .input-box input::-ms-input-placeholder {
	color: #666;
	font-size: .13rem
}
.nav-mobile .menu-unfold .menu-box .nav-mobile-search .input-box input::placeholder {
	color: #666;
	font-size: .13rem
}
.nav-mobile .menu-unfold .menu-box .nav-mobile-search .input-box button {
	background-color: transparent;
	border: none;
	font-size: .2rem
}
.nav-mobile .menu-unfold .menu-box .menu-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	color: #333;
	font-size: .16rem;
	line-height: .5rem;
	background-color: #fff;
	border-bottom: .005rem solid rgba(149, 149, 149, 0.254902);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.nav-mobile .menu-unfold .menu-box .menu-item .item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 .15rem 0 .35rem
}
.nav-mobile .menu-unfold .menu-box .menu-item a {
	color: #333;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.nav-mobile .menu-unfold .menu-box .menu-item .iconfont {
	font-size: .2rem;
	color: #333;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: inline-block;
	width: .15rem;
	text-align: center;
	padding-left: .4rem
}
.nav-mobile .menu-unfold .menu-box .menu-item .menu-2 {
	display: none
}
.nav-mobile .menu-unfold .menu-box .menu-item .menu-2 a {
	padding: 0 .15rem 0 .35rem;
	border-top: .005rem solid rgba(149, 149, 149, 0.254902);
	display: block;
	color: #666;
	font-size: .14rem
}
.nav-mobile .flex-box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: rgba(0, 0, 0, 0.3)
}
.cookie-dialog {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100000;
	background-color: rgba(0, 0, 0, 0.5);
	display: none
}
.cookie-dialog .container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.cookie-dialog-box {
	width: 700px;
	background-color: #fff;
	padding: 30px 40px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
@media (max-width: 1024px) {
	.cookie-dialog-box {
		width: 90vw;
		padding: .15rem .2rem
	}
}
.cookie-dialog-box i {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 20px;
	cursor: pointer
}
.cookie-dialog-box .title {
	font-size: 18px;
	color: #333
}
@media (max-width: 1024px) {
	.cookie-dialog-box .title {
		font-size: .15rem
	}
}
.cookie-dialog-box .info {
	margin-top: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-bottom: 35px
}
@media (max-width: 1024px) {
	.cookie-dialog-box .info {
		font-size: .13rem;
		line-height: .2rem
	}
}
.cookie-dialog-box .button {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (max-width: 1024px) {
	.cookie-dialog-box .button {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-moz-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		gap: .1rem
	}
}
.cookie-dialog-box .button .link {
	font-size: 14px;
	text-decoration: underline;
	color: #e50012
}
@media (max-width: 1024px) {
	.cookie-dialog-box .button .link {
		font-size: .12rem
	}
}
.cookie-dialog-box .button .btn-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px
}
.cookie-dialog-box .button .btn-box .btn {
	min-width: .6rem;
	padding: .075rem .1rem;
	font-size: 14px;
	color: #fff;
	background-color: #e50012;
	border: 1Px solid #e50012;
	border-radius: 35px;
	cursor: pointer;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	transition: .6s
}
@media (max-width: 1024px) {
	.cookie-dialog-box .button .btn-box .btn {
		font-size: .12rem;
		line-height: 1
	}
}
.cookie-dialog-box .button .btn-box .btn:hover {
	background-color: #f00000;
	border-color: #f00000
}
.cookie-dialog-box .button .btn-box .btn-deny {
	background-color: #fff;
	color: #e50012
}
.cookie-dialog-box .button .btn-box .btn-deny:hover {
	color: #fff
}
.cookie-dialog.show {
	display: block
}
.uweb-search {
	width: 1200px;
	max-width: 100%;
	margin: .42rem auto .5rem
}
@media (max-width: 1200px) {
	.uweb-search {
		width: auto;
		margin-right: .15rem;
		margin-left: .15rem
	}
}
.uweb-search-input-con {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 25px
}
.uweb-search-select-con {
	float: left;
	width: 37%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 25px
}
@media screen and (max-width: 750px) {
	.uweb-search-input-con, .uweb-search-select-con {
		float: none;
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px
	}
}
.uweb-search-top {
	position: relative;
	margin-bottom: 40px;
	height: 44px;
	width: 100%
}
.uweb-search-top-s .uweb-search-input-con {
	float: left;
	width: 87%
}
@media screen and (max-width: 750px) {
	.uweb-search-top {
		height: auto
	}
	.uweb-search-top-s .uweb-search-input-con {
		width: 100%
	}
}
.uweb-search-top-text {
	float: left;
	width: 80px;
	font-size: 14px;
	color: #666;
	line-height: 44px
}
.uweb-search-top-input {
	margin: 0 0 0 80px;
	height: 44px;
	border: 1px solid #e9e9e9
}
.uweb-search-top-input input {
	width: 100%;
	height: 100%;
	border: 0;
	font-size: 14px;
	padding: 0 20px
}
.uweb-search-top-button {
	float: left;
	width: 13%;
	height: 46px;
	background: #e50012;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	line-height: 46px;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	padding: 0
}
.uweb-search-top-button:hover {
	opacity: .7
}
@media screen and (max-width: 750px) {
	.uweb-search-top-button {
		float: none;
		width: 100%
	}
}
.uweb-search-top-input2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 80px;
	height: 44px;
	border: 1px solid #e9e9e9
}
.uweb-search-top-input2 input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 0;
	font-size: 14px;
	padding: 0 20px
}
.uweb-search-top-text1 {
	float: left;
	width: 70px;
	font-size: 14px;
	color: #666;
	line-height: 44px
}
.uweb-search-top-select {
	position: relative;
	margin-left: 70px;
	height: 44px;
	border: 1px solid #e9e9e9;
	font-size: 14px;
	color: #999
}
.uweb-search-top-select:after {
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #999
}
.uweb-search-top-select select {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100% !important;
	border: 0px;
	padding: 0 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.uweb-search-top-select .customSelect {
	width: 100%;
	height: 100%;
	line-height: 42px;
	padding: 0 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
@media screen and (max-width: 1200px) {
	.uweb-search-top-select {
		float: none;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: auto
	}
}
.uweb-search-content {
	margin: 40px -12px;
	font-size: 0
}
.uweb-search-content li {
	display: inline-block;
	vertical-align: top;
	padding: 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	height: 156px;
	margin-bottom: 30px
}
.uweb-search-content li a {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #e9e9e9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 40px 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.uweb-search-content li a:hover {
	background: #f1f1f1
}
.uweb-search-content li a:hover .text {
	color: #e50012
}
.uweb-search-content li a:hover .btn {
	background: #e50012
}
.uweb-search-content li a .text {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden
}
.uweb-search-content li a .time {
	margin-top: 5px;
	font-size: 14px;
	font-family: "Arial";
	color: #999
}
.uweb-search-content li a .btn {
	margin-top: 20px;
	width: 95px;
	height: 28px;
	background: #999;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
@media screen and (max-width: 1200px) {
	.uweb-search-content {
		margin-right: 0;
		margin-left: 0
	}
	.uweb-search-content li:nth-child(2n+1) {
		padding: 0 12px 0 0
	}
	.uweb-search-content li:nth-child(2n) {
		padding: 0 0 0 12px
	}
}
@media screen and (max-width: 480px) {
	.uweb-search-content li {
		float: none;
		width: 100%;
		height: auto
	}
	.uweb-search-content li:nth-child(2n+1), .uweb-search-content li:nth-child(2n) {
		padding: 0
	}
	.uweb-search-content li a .text {
		max-height: none
	}
}
.uweb-search-tip-con {
	margin: 40px auto;
	width: 1200px;
	max-width: 100%;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5rem;
	text-align: center
}
.uweb-search-tip-con .title {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px
}
.uweb-search-tip-con .tips {
	font-size: 14px;
	color: orange;
	font-weight: bold;
	line-height: 28px;
	width: 900px;
	margin: 0 auto 10px;
	max-width: 100%
}
.uweb-search-tip-con .p {
	font-size: 14px;
	color: #333;
	line-height: 28px;
	margin-bottom: 10px
}
.uweb-search-tip-con .num {
	color: red;
	padding: 0 3px;
	text-decoration: underline
}
.uweb-search-tip-con .tip-btn {
	display: block;
	width: 140px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background: #999;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 auto;
	cursor: pointer
}
.uweb-search-tip-con .tip-btn:hover {
	background: #b3b3b3
}
.tips-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9000
}
.tips-popup.init {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}
.tips-popup.show .tips-popup-mask {
	opacity: 1
}
.tips-popup.show .tips-popup-box {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1)
}
.tips-popup-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.tips-popup-box {
	position: relative;
	padding: 18px 24px 8px;
	width: 320px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	z-index: 9;
	opacity: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
@media screen and (max-width: 414px) {
	.tips-popup-box {
		max-width: -moz-calc(100% - .4rem);
		max-width: calc(100% - .4rem);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
}
.tips-popup-head {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 10px
}
.tips-popup-head .title {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	padding-top: 1px;
	line-height: 22px;
	font-size: 16px;
	color: #000
}
.tips-popup-close {
	margin: 5px 0 0 10px;
	width: 14px;
	height: 14px;
	background: url("../img/tips_icon.png") top -130px left no-repeat;
	opacity: .7;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.tips-popup-close:hover {
	opacity: 1
}
.tips-popup-content {
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #666
}
.tips-popup-footer {
	padding: 4px 0;
	text-align: right;
	font-size: 0
}
.tips-popup-footer li {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	padding: 8px 15px;
	line-height: 1;
	font-size: 12px;
	white-space: nowrap;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.tips-popup-footer li:hover {
	opacity: .8
}
.tips-popup-footer .cancel-btn {
	color: #666;
	background-color: #fff;
	border-color: #dcdfe6
}
.tips-popup-footer .submit-btn {
	color: #fff
}
.tips-popup .tips-icon {
	margin-right: 10px;
	width: 24px;
	height: 24px;
	background-image: url("../img/tips_icon.png");
	background-repeat: no-repeat
}
.tips-popup .tips-icon-success {
	background-position: 0 -104px
}
.tips-popup .tips-icon-question {
	background-position: 0 -78px
}
.tips-popup .tips-icon-info {
	background-position: 0 -52px
}
.tips-popup .tips-icon-error {
	background-position: 0 -26px
}
.tips-popup .tips-icon-alert {
	background-position: 0 0
}
.tips-popup-icon {
	padding-left: 20px;
	padding-right: 20px
}
.tips-popup-icon .tips-popup-content {
	padding-left: 34px
}
.captcha-title {
	height: 60px;
	width: 100%;
	text-align: center;
	border-radius: 2px;
	background-color: #f3f3f3;
	color: #bbb;
	font-size: 14px;
	letter-spacing: .1px;
	line-height: 60px
}
@media screen and (max-width: 1024px) {
	.captcha-title {
		height: .5rem;
		line-height: .5rem
	}
}
.captcha-show {
	display: none;
	height: 60px;
	width: 100%;
	text-align: center;
	border-radius: 2px;
	background-color: #f3f3f3
}
@media screen and (max-width: 1024px) {
	.captcha-show {
		height: .5rem
	}
}
.captcha-loading {
	margin: auto;
	width: 70px;
	height: 20px
}
.captcha-loading-dot {
	float: left;
	width: 8px;
	height: 8px;
	margin: 26px 4px;
	background: #ccc;
	border-radius: 50%;
	opacity: 0;
	-webkit-box-shadow: 0 0 2px black;
	box-shadow: 0 0 2px black;
	-webkit-animation: loadingFade 1s infinite;
	-moz-animation: loadingFade 1s infinite;
	animation: loadingFade 1s infinite
}
.captcha-loading-dot:nth-child(2) {
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	animation-delay: .1s
}
.captcha-loading-dot:nth-child(3) {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	animation-delay: .2s
}
.captcha-loading-dot:nth-child(4) {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	animation-delay: .3s
}
.captcha .geetest_holder.geetest_wind .geetest_logo, .captcha .geetest_holder.geetest_wind .geetest_success_logo {
	display: none
}
@-webkit-keyframes loadingFade {
	0% {
		opacity: 0
	}
	50% {
		opacity: .8
	}
	100% {
		opacity: 0
	}
}
@-moz-keyframes loadingFade {
	0% {
		opacity: 0
	}
	50% {
		opacity: .8
	}
	100% {
		opacity: 0
	}
}
@keyframes loadingFade {
	0% {
		opacity: 0
	}
	50% {
		opacity: .8
	}
	100% {
		opacity: 0
	}
}
.error-con {
	padding: .5rem 0;
	background: #fff
}
.error-box {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .25rem;
	text-align: center;
	width: 1360px;
	max-width: 100%;
	margin: 0 auto
}
.error-box img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%
}
.error-box .tips {
	margin: 20px auto;
	font-size: 18px;
	color: #666
}
.error-box .btn a {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	height: 40px;
	margin: 0 2px;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background: #999;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	line-height: 40px;
	max-width: 45%
}
.error-box .btn a:hover {
	background: #a6a6a6
}
.share-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: .1rem;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.share-box-item {
	cursor: pointer;
	background-color: #181818;
	color: #fff;
	margin-right: 15px;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%
}
.share-box-item .iconfont {
	font-size: 20px;
	line-height: 40px
}
.share-box .share-to-wechat {
	position: relative
}
.share-box .share-to-wechat .wechat-ewm {
	position: absolute;
	border-radius: 5px;
	border: 1px solid #eee;
	background: #fff;
	left: 50%;
	top: 32px;
	padding: 10px 10px 5px;
	display: none;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%)
}
.share-box .share-to-wechat .wechat-ewm p {
	font-size: 12px;
	color: #333;
	text-align: center;
	margin-top: 5px
}
.share-box .share-to-wechat:hover {
	background-color: #3dbe5b
}
.share-box .share-to-wechat:hover .wechat-ewm {
	display: block
}
.share-box .share-to-qq, .share-box .share-to-qzone, .share-box .share-to-weibo, .share-box .share-to-wechat {
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	transition: background-color .3s
}
.share-box .share-to-qq:hover {
	background-color: #21b3f7
}
.share-box .share-to-qzone:hover {
	background-color: #f8c514
}
.share-box .share-to-weibo:hover {
	background-color: #ff5757
}
.wechat-tip-mask {
	top: 0;
	left: 0;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	background-image: url("../img/share_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto
}
@-webkit-keyframes scaleUp {
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-filter: brightness(8);
		filter: brightness(8);
		opacity: 0
	}
}
@-moz-keyframes scaleUp {
	to {
		-moz-transform: scale(1.1);
		transform: scale(1.1);
		filter: brightness(8);
		opacity: 0
	}
}
@keyframes scaleUp {
	to {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-filter: brightness(8);
		filter: brightness(8);
		opacity: 0
	}
}
@-webkit-keyframes scaleDownUp {
	from {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@-moz-keyframes scaleDownUp {
	from {
		opacity: 0;
		-moz-transform: scale(1.1);
		transform: scale(1.1)
	}
	to {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes scaleDownUp {
	from {
		opacity: 0;
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		transform: scale(1.1)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}
.index-banner {
	width: 100%
}
.index-banner .out {
	-webkit-animation: scaleUp 1.5s forwards ease-in;
	-moz-animation: scaleUp 1.5s forwards ease-in;
	animation: scaleUp 1.5s forwards ease-in
}
.index-banner .in {
	-webkit-animation: scaleDownUp 1.5s forwards ease;
	-moz-animation: scaleDownUp 1.5s forwards ease;
	animation: scaleDownUp 1.5s forwards ease
}
.index-banner-swiper {
	overflow: hidden;
	position: relative
}
.index-banner-pagination {
	position: absolute;
	bottom: .2rem;
	z-index: 20;
	text-align: center
}
.index-banner-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 1;
	margin: 0 .05rem;
	border-radius: 50%;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.index-banner-pagination .swiper-pagination-bullet.disable {
	pointer-events: none
}
.index-banner-pagination .swiper-pagination-bullet-active {
	background-color: #e50012;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 32px;
	border-radius: 6px
}
@media screen and (max-width: 1024px) {
	.index-banner-pagination .swiper-pagination-bullet-active {
		width: .28rem;
		border-radius: .045rem
	}
}
.index-banner-img {
	display: block;
	position: relative;
	padding-bottom: 42%;
}
.index-banner-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.index-banner-img {
		position: relative;
		padding-bottom: 116.5%
	}
	.index-banner-img img {
		position: absolute;
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		transition: .4s
	}
}
.index-banner-img img:last-of-type {
	display: none
}
@media screen and (max-width: 1024px) {
	.index-banner-img img:first-of-type {
		display: none
	}
	.index-banner-img img:last-of-type {
		display: inline-block
	}
}
.normal-pagination {
	text-align: center
}
.normal-pagination .swiper-pagination-bullet {
	width: .05rem;
	height: .05rem;
	background-color: #888;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 1;
	margin: 0 .05rem;
	border-radius: 50%;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.normal-pagination .swiper-pagination-bullet-active {
	background-color: #e50012;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 32px;
	border-radius: 6px
}
@media screen and (max-width: 1024px) {
	.normal-pagination .swiper-pagination-bullet-active {
		width: .16rem;
		border-radius: .045rem
	}
}
.index-body {
	position: relative;
	overflow: hidden;
	padding-right: 12px
}
@media screen and (max-width: 1024px) {
	.index-body {
		padding-right: 0
	}
}
.index-body::before {
	content: '';
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	border-right: 12px solid #072F75;
	z-index: 5
}
@media screen and (max-width: 1024px) {
	.index-body::before {
		display: none
	}
}
.index-body::after {
	content: '';
	position: absolute;
	width: 12px;
	height: 10%;
	right: 0;
	z-index: 10;
	top: 0;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(transparent));
	background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.5), transparent);
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0.5), transparent);
	-webkit-animation: line 10s linear;
	-moz-animation: line 10s linear;
	animation: line 10s linear;
	border-radius: 0 0 6px 6px;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%)
}
@media screen and (max-width: 1024px) {
	.index-body::after {
		display: none
	}
}
.index-body .index-section-1 {
	background-color: #072F75;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#072F75), color-stop(50%, #072F75), color-stop(50%, #f0f3fa));
	background-image: -moz-linear-gradient(top, #072F75 0%, #072F75 50%, #f0f3fa 50%);
	background-image: linear-gradient(to bottom, #072F75 0%, #072F75 50%, #f0f3fa 50%);
	padding-top: .45rem;
	padding-bottom: .4rem
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-1 {
		background-image: -webkit-gradient(linear, left top, left bottom, from(#072F75), color-stop(56%, #072F75), color-stop(56%, #f0f3fa));
		background-image: -moz-linear-gradient(top, #072F75 0%, #072F75 56%, #f0f3fa 56%);
		background-image: linear-gradient(to bottom, #072F75 0%, #072F75 56%, #f0f3fa 56%)
	}
}
.index-body .index-section-1 .wp {
	max-width: 1440px;
	margin: 0 auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: 100% 10%
}
@media screen and (max-width: 1480px) {
	.index-body .index-section-1 .wp {
		padding: 0 .2rem
	}
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-1 .wp {
		padding: 0 .15rem
	}
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-1 .wp {
		background-image: none !important
	}
}
.index-body .index-section-1 .pro-head .top {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.index-body .index-section-1 .pro-head .desc {
	color: #fff;
	font-size: 16px;
	line-height: 1.9;
	max-width: 910px;
	margin-top: 15px;
	margin-bottom: 20px
}
@media screen and (max-width: 1024px) {
	.common-title {
  		font-size: .24rem;
  	}
	.index-body .index-section-1 .pro-head .desc {
		font-size: .14rem;
		line-height: 1.5
	}
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-1 .pro-head .more-btn {
		display: none
	}
}
.index-body .index-section-1 .pro-swiper-container {
	position: relative
}
.index-body .index-section-1 .pro-swiper-container .pro-prev-btn, .index-body .index-section-1 .pro-swiper-container .pro-next-btn {
	position: absolute;
	color: #999;
	font-size: 40px;
	top: -moz-calc((100% - 53px) / 2);
	top: calc((100% - 53px) / 2);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-1 .pro-swiper-container .pro-prev-btn, .index-body .index-section-1 .pro-swiper-container .pro-next-btn {
		font-size: .17rem;
		top: -moz-calc((100% - 36px) / 2);
		top: calc((100% - 36px) / 2)
	}
}
.index-body .index-section-1 .pro-swiper-container .pro-prev-btn:hover, .index-body .index-section-1 .pro-swiper-container .pro-next-btn:hover {
	color: #e50012
}
.index-body .index-section-1 .pro-swiper-container .pro-prev-btn {
	right: 100%
}
.index-body .index-section-1 .pro-swiper-container .pro-next-btn {
	left: 100%
}
.index-body .index-section-1 .pro-swiper-container .normal-pagination {
	margin-top: 30px
}
.index-body .index-section-1 .pro-swiper {
	overflow: hidden;
	padding-top: 30px
}
.index-body .index-section-1 .pro-swiper .item {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	display: block
}
.index-body .index-section-1 .pro-swiper .item:hover {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px)
}
.index-body .index-section-1 .pro-swiper .item:hover .img-box::after {
	border-color: #e50012
}
.index-body .index-section-1 .pro-swiper .item .img-box {
	position: relative;
	background: rgba(255, 255, 255, 0.8);
	padding-bottom: 75%;
	-webkit-box-shadow: 0px .025rem .075rem 0px rgba(87, 87, 87, 0.2);
	box-shadow: 0px .025rem .075rem 0px rgba(87, 87, 87, 0.2)
}
.index-body .index-section-1 .pro-swiper .item .img-box img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.index-body .index-section-1 .pro-swiper .item .img-box img {
	-o-object-fit: contain;
	object-fit: contain
}
.index-body .index-section-1 .pro-swiper .item .title {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 20px;
	color: #333;
	text-align: center;
	margin-top: 28px
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-1 .pro-swiper .item .title {
		font-size: .16rem;
		margin-top: .2rem
	}
}
.index-body .index-section-2 {
	padding-top: .4rem;
	padding-bottom: .45rem
}
.index-body .index-section-2 .desc {
	text-align: center;
	font-size: 16px;
	line-height: 1.9;
	color: #666;
	max-width: 1000px;
	margin: 15px auto 25px;
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-2 .desc {
		font-size: .14rem;
		line-height: 1.5;
		max-width: auto;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 .15rem;
		margin: .05rem 0 .1rem
	}
}
.index-body .index-section-2 .solutions-swiper-container {
	position: relative
}
.index-body .index-section-2 .solutions-swiper-container .solutions-prev-btn, .index-body .index-section-2 .solutions-swiper-container .solutions-next-btn {
	position: absolute;
	color: #fff;
	font-size: 48px;
	top: -moz-calc((100% - 53px) / 2);
	top: calc((100% - 53px) / 2);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	z-index: 10
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-2 .solutions-swiper-container .solutions-prev-btn, .index-body .index-section-2 .solutions-swiper-container .solutions-next-btn {
		font-size: .2rem;
		top: -moz-calc((100% - 29px) / 2);
		top: calc((100% - 29px) / 2)
	}
}
.index-body .index-section-2 .solutions-swiper-container .solutions-prev-btn:hover, .index-body .index-section-2 .solutions-swiper-container .solutions-next-btn:hover {
	color: #e50012
}
.index-body .index-section-2 .solutions-swiper-container .solutions-prev-btn {
	left: 100px
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-2 .solutions-swiper-container .solutions-prev-btn {
		left: .075rem
	}
}
.index-body .index-section-2 .solutions-swiper-container .solutions-next-btn {
	right: 100px
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-2 .solutions-swiper-container .solutions-next-btn {
		right: .075rem
	}
}
.index-body .index-section-2 .solutions-swiper {
	overflow: hidden;
	margin-top: 30px
}
.index-body .index-section-2 .solutions-swiper .swiper-slide-prev .img-box img, .index-body .index-section-2 .solutions-swiper .swiper-slide-next .img-box img, .index-body .index-section-2 .solutions-swiper .swiper-slide-duplicate-prev .img-box img, .index-body .index-section-2 .solutions-swiper .swiper-slide-duplicate-next .img-box img {
	opacity: .5
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-2 .solutions-swiper .swiper-slide-prev .inset-title, .index-body .index-section-2 .solutions-swiper .swiper-slide-next .inset-title, .index-body .index-section-2 .solutions-swiper .swiper-slide-duplicate-prev .inset-title, .index-body .index-section-2 .solutions-swiper .swiper-slide-duplicate-next .inset-title {
		opacity: 0
	}
}
.index-body .index-section-2 .solutions-swiper .swiper-slide-prev .title span, .index-body .index-section-2 .solutions-swiper .swiper-slide-duplicate-prev .title span {
	left: 100%;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%)
}
.index-body .index-section-2 .solutions-swiper .swiper-slide-next .title span, .index-body .index-section-2 .solutions-swiper .swiper-slide-duplicate-next .title span {
	left: 0;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0)
}
.index-body .index-section-2 .solutions-swiper .swiper-slide-active .title span {
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-100%);
	-moz-transform: translateX(-50%) translateY(-100%);
	transform: translateX(-50%) translateY(-100%);
	opacity: 0;
	visibility: hidden
}
.index-body .index-section-2 .solutions-swiper .swiper-slide-active .inset-title {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}
.index-body .index-section-2 .solutions-swiper .item {
	display: block
}
.index-body .index-section-2 .solutions-swiper .item:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05)
}
.index-body .index-section-2 .solutions-swiper .img-box {
	background-color: #000;
	overflow: hidden;
	position: relative;
	padding-bottom: 56.12245%
}
.index-body .index-section-2 .solutions-swiper .img-box img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.index-body .index-section-2 .solutions-swiper .inset-title {
	position: absolute;
	width: 100%;
	height: .35rem;
	line-height: .35rem;
	text-align: center;
	color: #fff;
	left: 0;
	bottom: 0;
	font-size: 20px;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	transition: .6s
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-2 .solutions-swiper .inset-title {
		font-size: .14rem
	}
}
.index-body .index-section-2 .solutions-swiper .title {
	font-size: 18px;
	text-align: center;
	color: rgba(51, 51, 51, 0.5);
	margin-top: 20px;
	position: relative;
	height: 25px
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-2 .solutions-swiper .title {
		display: none
	}
}
.index-body .index-section-2 .solutions-swiper .title span {
	-webkit-transition: .6s;
	-moz-transition: .6s;
	transition: .6s;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-100%);
	-moz-transform: translateX(-50%) translateY(-100%);
	transform: translateX(-50%) translateY(-100%)
}
.index-body .index-section-2 .solutions-pagination {
	position: relative;
	top: -14px
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-2 .solutions-pagination {
		position: static;
		margin-top: .15rem
	}
}
.index-body .index-section-3 {
	min-height: 102.45464vh;
	max-height: 960px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 8.64583vw
}
@media screen and (min-width: 1920px) {
	.index-body .index-section-3 {
		padding-top: 100px;
		min-height: 960px
	}
}
@media screen and (max-width: 1366px) {
	.index-body .index-section-3 {
		padding-top: 60px;
		padding-bottom: 60px
	}
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-3 {
		min-height: auto;
		padding-top: .2rem
	}
}
.index-body .index-section-3 .wp {
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
@media screen and (max-width: 1440px) {
	.index-body .index-section-3 .wp {
		padding: 0 .2rem
	}
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-3 .wp {
		padding: 0 .15rem
	}
}
.index-body .index-section-3 .container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-3 .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column
	}
}
.index-body .index-section-3 .container .left {
	width: 50%
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-3 .container .left {
		width: 100%
	}
}
.index-body .index-section-3 .container .left .box {
	padding-bottom: 57.14286%;
	position: relative
}
.index-body .index-section-3 .container .left .box .img {
	position: absolute;
	bottom: 0;
	overflow: hidden;
	height: 100%;
	width: 100%
}
@-webkit-keyframes height {
	0% {
		height: 0
	}
	100% {
		height: 100%
	}
}
@-moz-keyframes height {
	0% {
		height: 0
	}
	100% {
		height: 100%
	}
}
@keyframes height {
	0% {
		height: 0
	}
	100% {
		height: 100%
	}
}
.index-body .index-section-3 .container .left .img-box {
	position: relative;
	padding-bottom: 57.14286%;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}
.index-body .index-section-3 .container .left .img-box img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.index-body .index-section-3 .container .title-box {
	background-color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 22px 30px;
	border-bottom: .025rem solid #072F75
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-3 .container .title-box {
		padding: .11rem .05rem .11rem .15rem
	}
}
.index-body .index-section-3 .container .title-box .title {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 24px;
	color: #333
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-3 .container .title-box .title {
		font-size: .17rem
	}
}
.index-body .index-section-3 .container .right {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 70px
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-3 .container .right {
		padding: .25rem .1rem 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
}
.index-body .index-section-3 .container .right .title {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: .2rem;
	color: #333;
	line-height: .24rem
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-3 .container .right .title {
		font-size: .26rem;
		line-height: .28rem
	}
}
.index-body .index-section-3 .container .right .desc {
	font-size: 16px;
	color: #666;
	line-height: 1.9;
	margin-top: 20px
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-3 .container .right .desc {
		font-size: .14rem;
		line-height: .24rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 10;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-top: .15rem;
	}
}
.index-body .index-section-3 .container .right .btn-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	margin-top: .325rem
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-3 .container .right .btn-box {
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}
.index-body .index-section-3 .container .right .btn-box a {
	font-family: 'Montserrat';
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 45%;
	height: 60px;
	background-color: #e50012;
	color: #fff;
	border-radius: 30px;
	font-size: 18px;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 23px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	position: relative;
	z-index: 10;
	overflow: hidden
}
.index-body .index-section-3 .container .right .btn-box a::after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #072F75;
	left: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	-moz-transition: transform .4s, -moz-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s, -moz-transform .4s
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-3 .container .right .btn-box a {
		width: -moz-calc(50% - 10px);
		width: calc(50% - 10px);
		margin-bottom: .1rem;
		font-size: .12rem;
		height: .38rem;
		padding: 0 .1rem
	}
}
.index-body .index-section-3 .container .right .btn-box a:hover {
	background-color: #e10000
}
.index-body .index-section-3 .container .right .btn-box a:hover::after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	transform-origin: left center
}
@media screen and (min-width: 1024px) {
	.index-body .index-section-3 .container .right .btn-box a:nth-child(odd) {
		margin-right: 25px
	}
}
.index-body .index-section-3 .container .right .btn-box a .iconfont {
	font-size: 16px
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-3 .container .right .btn-box a .iconfont {
		font-size: .12rem
	}
}
.index-body .index-section-4 .container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 14px solid #072F75;
	height: 96.05123vh;
	max-height: 900px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-4 .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		border-left: 15px solid #072F75;
		border-top: none;
		height: auto
	}
}
.index-body .index-section-4 .left {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 25.91222%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12.07577vh 3.48958vw 0 4.16667vw;
	background-color: #072F75
}
@media screen and (max-height: 800px) {
	.index-body .index-section-4 .left {
		padding: 12.80683vh 3.48958vw 0 4.16667vw
	}
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-4 .left {
		width: 100%;
		padding: .3rem .43rem .25rem .15rem;
		background-image: none !important;
		background-color: #072F75;
		height: auto;
		margin-left: -1px
	}
}
.index-body .index-section-4 .left .desc {
	color: #fff;
	font-size: 16px;
	line-height: 1.9;
	margin-top: 20px;
	margin-bottom: 50px
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-4 .left .desc {
		font-size: .15rem;
		line-height: 1.5;
		margin-bottom: .2rem;
		margin-top: .15rem
	}
}
.index-body .index-section-4 .right {
	width: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-4 .right {
		width: 100%;
		padding: 0
	}
}
.index-body .index-section-4 .right .index-new-swiper {
	overflow: hidden;
	height: 100%
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-4 .right .index-new-swiper {
		height: auto
	}
}
.index-body .index-section-4 .right .index-new-swiper .swiper-slide {
	border-right: 1px solid rgba(229, 223, 223, 0.5)
}
.index-body .index-section-4 .right .index-new-swiper .item {
	height: 100%;
	padding: 0 .15rem;
	display: block;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-4 .right .index-new-swiper .item {
		padding: .22rem .2rem .12rem;
		height: auto;
		border-bottom: 1px solid rgba(229, 223, 223, 0.5)
	}
}
.index-body .index-section-4 .right .index-new-swiper .item .more-box {
	position: relative
}
.index-body .index-section-4 .right .index-new-swiper .item:hover {
	background-color: #fff4f4
}
.index-body .index-section-4 .right .index-new-swiper .item:hover .date {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0)
}
.index-body .index-section-4 .right .index-new-swiper .item:hover .more-btn {
	color: #fff
}
.index-body .index-section-4 .right .index-new-swiper .item:hover .more-btn::after {
	left: 100%;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 100%;
	height: 100%;
	background-color: #e50012;
	border-radius: 20px;
	border-color: transparent;
	-webkit-transition: width .4s .1s, height .4s .1s, border-radius .4s .1s, left .2s, background-color .4s .1s, border-color .3s .1s, -webkit-transform .2s;
	transition: width .4s .1s, height .4s .1s, border-radius .4s .1s, left .2s, background-color .4s .1s, border-color .3s .1s, -webkit-transform .2s;
	-moz-transition: width .4s .1s, height .4s .1s, border-radius .4s .1s, left .2s, transform .2s, background-color .4s .1s, border-color .3s .1s, -moz-transform .2s;
	transition: width .4s .1s, height .4s .1s, border-radius .4s .1s, left .2s, transform .2s, background-color .4s .1s, border-color .3s .1s;
	transition: width .4s .1s, height .4s .1s, border-radius .4s .1s, left .2s, transform .2s, background-color .4s .1s, border-color .3s .1s, -webkit-transform .2s, -moz-transform .2s
}
.index-body .index-section-4 .right .index-new-swiper .item .date {
	font-size: 22px;
	color: #e50012;
	padding: 11.73959vh 0 4.26894vh;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1366px) {
	.index-body .index-section-4 .right .index-new-swiper .item .date {
		font-size: 30px;
		padding: 5.33618vh 0 3.20171vh
	}
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-4 .right .index-new-swiper .item .date {
		display: none
	}
}
.index-body .index-section-4 .right .index-new-swiper .item .title {
	font-family: 'Open Sans Condensed';
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 60px;
	margin-bottom: 10px
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-4 .right .index-new-swiper .item .title {
		font-size: .2rem;
		height: 46px
	}
}
.index-body .index-section-4 .right .index-new-swiper .item .info {
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
	height: 80px
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-4 .right .index-new-swiper .item .info {
		font-size: .14rem;
		line-height: .22rem;
		height: 44px
	}
}
.index-body .index-section-4 .right .index-new-swiper .item .img-box {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 66.6667%;
	margin-bottom: 5.23703vh;
}
.index-body .index-section-4 .right .index-new-swiper .item .img-box img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-4 .right .index-new-swiper .item .img-box {
		margin-bottom: .17rem
	}
}
.index-body .index-section-4 .right .index-new-swiper .index-news-pagination {
	display: none
}
@media screen and (max-width: 1024px) {
	.index-body .index-section-4 .right .index-new-swiper .index-news-pagination {
		display: block;
		padding: .15rem 0 .25rem
	}
}
.project {
	padding-top: .5rem;
	padding-bottom: .4rem
}
.project-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.project-list li {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 53px
}
.project-list li:nth-child(odd) {
	padding-right: 20px
}
@media screen and (max-width: 1024px) {
	.project-list li:nth-child(odd) {
		padding-right: .05rem
	}
}
.project-list li:nth-child(even) {
	padding-left: 20px
}
@media screen and (max-width: 1024px) {
	.project-list li:nth-child(even) {
		padding-left: .05rem
	}
}
@media screen and (max-width: 1024px) {
	.project-list li {
		margin-bottom: .18rem
	}
}
.project-list .item {
	display: block;
	border-bottom: .015rem solid #d8d8d8;
	padding-bottom: 40px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.project-list .item {
		padding-bottom: .12rem
	}
}
.project-list .item .img-box {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 66.6667%;
}
.project-list .item .img-box img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.project-list .item:hover {
	border-color: #e50012;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px)
}
.project-list .title {
	font-family: 'Open Sans Condensed';
	font-size: 22px;
	font-weight: 600;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px
}
@media screen and (max-width: 1024px) {
	.project-list .title {
		font-size: .16rem;
		margin-top: .1rem
	}
}
.project-list .info {
	font-size: 18px;
	color: #666;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 14px
}
@media screen and (max-width: 1024px) {
	.project-list .info {
		font-size: .12rem;
		margin-top: .1rem;
		line-height: 1.8
	}
}
.news .news-releases {
	padding: .65rem 0 .4rem;
	background-color: #fff
}
@media screen and (max-width: 1024px) {
	.news .news-releases {
		padding: .65rem 0 .25rem
	}
}
.news .news-releases .releases-swiper {
	margin-top: 34px;
	position: relative;
	overflow: hidden
}
.news .news-releases .releases-swiper .releases-pagination {
	position: absolute;
	right: 40px;
	bottom: 25px;
	z-index: 10;
	left: auto;
	width: 145px;
	overflow: hidden;
	font-size: 26px;
	color: rgba(254, 254, 254, 0.7)
}
.news .news-releases .releases-swiper .releases-pagination .swiper-slide {
	-webkit-transform: scale(0.66);
	-moz-transform: scale(0.66);
	transform: scale(0.66);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	pointer-events: auto;
	cursor: pointer
}
.news .news-releases .releases-swiper .releases-pagination .swiper-slide-active {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	color: #fff
}
.news .news-releases .releases-swiper .nav-btn {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 28px;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
@media screen and (max-width: 1024px) {
	.news .news-releases .releases-swiper .nav-btn {
		font-size: .18rem;
		top: -moz-calc((100% - 3.96rem) / 2);
		top: calc((100% - 3.96rem) / 2)
	}
}
.news .news-releases .releases-swiper .nav-btn:hover {
	color: #e50012
}
.news .news-releases .releases-swiper .nav-btn.releases-next-btn {
	right: 22px
}
@media screen and (max-width: 1024px) {
	.news .news-releases .releases-swiper .nav-btn.releases-next-btn {
		right: .1rem
	}
}
.news .news-releases .releases-swiper .nav-btn.releases-prev-btn {
	left: -moz-calc(33.33333% + 22px);
	left: calc(33.33333% + 22px)
}
@media screen and (max-width: 1024px) {
	.news .news-releases .releases-swiper .nav-btn.releases-prev-btn {
		left: .1rem
	}
}
.news .news-releases .releases-swiper .item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff
}
@media screen and (max-width: 1024px) {
	.news .news-releases .releases-swiper .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse
	}
}
.news .news-releases .releases-swiper .item .left {
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 62px 0 53px
}
@media screen and (max-width: 1024px) {
	.news .news-releases .releases-swiper .item .left {
		width: 100%;
		padding: .2rem .15rem .4rem
	}
}
.news .news-releases .releases-swiper .item .left .title {
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 37px;
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
@media screen and (max-width: 1024px) {
	.news .news-releases .releases-swiper .item .left .title {
		font-size: .2rem;
		line-height: 1.4;
		margin-bottom: .2rem;
		height: .56rem
	}
}
.news .news-releases .releases-swiper .item .left .desc {
	font-size: 16px;
	color: #f0f3fa;
	line-height: 36px;
	margin-bottom: 40px;
	height: 252px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical
}
@media screen and (max-width: 1024px) {
	.news .news-releases .releases-swiper .item .left .desc {
		font-size: .15rem;
		line-height: 2;
		height: 2.1rem;
		margin-bottom: .25rem
	}
}
.news .news-releases .releases-swiper .item .right {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0
}
@media screen and (max-width: 1024px) {
	.news .news-releases .releases-swiper .item .right {
		width: 100%
	}
}
@media screen and (min-width: 1024px) {
	.news .news-releases .releases-swiper .item .right .img-box {
		height: 624px;
		width: 100%;
		overflow: hidden
	}
	.news .news-releases .releases-swiper .item .right .img-box img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		transition: .4s
	}
}
@media screen and (max-width: 1024px) {
	.news .news-releases .releases-swiper .item .right .img-box {
		position: relative;
		padding-bottom: 64.79751%
	}
	.news .news-releases .releases-swiper .item .right .img-box img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		transition: .4s
	}
}
.news .news-wrapper {
	padding: .4rem 0
}
@media screen and (max-width: 1024px) {
	.news .news-wrapper {
		padding: .25rem 0
	}
}
.news .news-list {
	--bgc: #fff;
	--titleColor: #000;
	--descColor: #666;
	--dateBg: #072F75;
	--dateColor: #fff;
	margin-bottom: 2vw;
}
.news .news-list li {
	margin-bottom: 20px
}
.news .news-list .item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.news .news-list .item:hover {
	--titleColor: #fff;
	--descColor: #fff;
	--dateBg: #fff;
	--dateColor: #e50012
}
.news .news-list .item:hover .more-btn {
	color: #fff
}
.news .news-list .item:hover .more-btn::after {
	border-color: #fff
}
.news .news-list .item:hover .info-box::after {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1)
}
@media screen and (max-width: 1024px) {
	.news .news-list .item .more-btn {
		display: none
	}
}
.news .news-list .info-box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: var(--bgc);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 50px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	position: relative;
	z-index: 10
}
@media screen and (max-width: 1024px) {
	.news .news-list .info-box {
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}
.news .news-list .info-box::after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #e50012;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.news .news-list .info-box {
		padding: .1rem .1rem
	}
}
.news .news-list .info-box .left {
	width: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative
}
.news .news-list .info-box .left .more-btn {
	position: absolute;
	left: 0;
	bottom: 0
}
.news .news-list .info-box .left .mb-date {
	display: none
}
@media screen and (max-width: 1024px) {
	.news .news-list .info-box .left .mb-date {
		display: block;
		color: var(--descColor);
		font-size: .12rem
	}
}
.news .news-list .info-box .left .title {
	font-family: 'Open Sans Condensed';
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
	color: var(--titleColor);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.news .news-list li {
		margin-bottom: 12px;
	}
	.news .news-list .info-box .left .title {
		font-size: .16rem;
		line-height: 1.2;
		margin-bottom: .1rem
	}
}
.news .news-list .info-box .left .desc {
	font-size: 15px;
	color: var(--descColor);
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.news .news-list .info-box .left .desc {
		display: none
	}
}
.news .news-list .info-box .right {
	width: 1.315rem;
	margin-left: 50px
}
@media screen and (max-width: 1024px) {
	.news .news-list .info-box .right {
		margin-left: .1rem
	}
}
.news .news-list .info-box .right .img-box {
	width: 100%;
	overflow: hidden
}
.news .news-list .info-box .right .img-box img {
	width: 100%;
	aspect-ratio: 3 / 2;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.news .news-list .info-box .right .img-box {
		height: auto;
		position: relative;
		padding-bottom: 71.42857%
	}
	.news .news-list .info-box .right .img-box img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		transition: .4s
	}
}
.news .news-list .date {
	width: 110px;
	height: 110px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--dateBg);
	color: var(--dateColor);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.news .news-list .date {
		display: none
	}
}
.news .news-list .date .day {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 1px
}
.news .news-list .date .month {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 0.5px
}
.recru .section-1 {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 750px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 160px;
	background-position: center
}
@media screen and (max-width: 1024px) {
	.recru .section-1 {
		min-height: auto;
		padding-top: .7rem;
		padding-bottom: .5rem
	}
}
.recru .section-1 .desc {
	font-size: 18px;
	color: #333;
	line-height: 42px;
	width: 690px;
	margin-top: 30px;
	padding-left: .185rem
}
@media screen and (max-width: 1024px) {
	.recru .section-1 .desc {
		width: auto;
		font-size: .15rem;
		line-height: 2;
		margin-top: .15rem
	}
}
.recru .section-2 {
	background-color: #fff;
	padding: .45rem 0 .5rem
}
.recru .section-2 .page-wp {
	max-width: 1452px;
	margin: 0 auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
@media screen and (max-width: 1492px) {
	.recru .section-2 .page-wp {
		padding: 0 .2rem
	}
}
@media screen and (max-width: 1024px) {
	.recru .section-2 .page-wp {
		padding: 0 .15rem
	}
}
.recru .section-2 .list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	margin-top: 35px
}
.recru .section-2 .list li {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 6px;
	margin-bottom: 12px
}
@media screen and (max-width: 1024px) {
	.recru .section-2 .list li {
		width: 100%;
		padding: 0
	}
}
.recru .section-2 .list li:nth-child(1) .item, .recru .section-2 .list li:nth-child(5) .item {
	background-color: #e50012
}
.recru .section-2 .list li:nth-child(2) .item, .recru .section-2 .list li:nth-child(8) .item {
	background-color: #ff8214
}
.recru .section-2 .list li:nth-child(4) .item, .recru .section-2 .list li:nth-child(7) .item {
	background-color: #072F75
}
.recru .section-2 .list li:first-child .item, .recru .section-2 .list li:last-child .item {
	position: relative
}
.recru .section-2 .list li:first-child .item::after, .recru .section-2 .list li:last-child .item::after {
	content: '';
	width: 150px;
	height: 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	border: 30px solid rgba(255, 255, 255, 0.3);
	position: absolute;
	right: 0
}
.recru .section-2 .list li:first-child .item::after {
	bottom: 0;
	-webkit-transform: translate(35%, 35%);
	-moz-transform: translate(35%, 35%);
	transform: translate(35%, 35%)
}
.recru .section-2 .list li:last-child .item::after {
	top: 0;
	-webkit-transform: translate(35%, -35%);
	-moz-transform: translate(35%, -35%);
	transform: translate(35%, -35%)
}
.recru .section-2 .list .item {
	height: 260px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 68px 30px 0 42px;
	background-color: #e50012;
	overflow: hidden
}
@media screen and (max-width: 1024px) {
	.recru .section-2 .list .item {
		height: 200px;
		padding: .6rem .2rem
	}
}
@media screen and (max-width: 1024px) {
	.recru .section-2 .list .item .icon img {
		width: .45rem
	}
}
.recru .section-2 .list .item.img-item {
	padding: 0
}
.recru .section-2 .list .item.img-item .img-box {
	height: 260px;
	width: 100%;
	overflow: hidden
}
.recru .section-2 .list .item.img-item .img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.recru .section-2 .list .item.img-item .img-box {
		height: 200px;
		width: 100%;
		overflow: hidden
	}
	.recru .section-2 .list .item.img-item .img-box img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		transition: .4s
	}
}
.recru .section-2 .list .item .p {
	font-size: 26px;
	color: #fff;
	line-height: 36px;
	margin-top: 11px
}
@media screen and (max-width: 1024px) {
	.recru .section-2 .list .item .p {
		font-size: .21rem;
		line-height: 1.5
	}
}
.recru .section-3 {
	padding: .39rem 0 .5rem;
	overflow: hidden
}
.recru .section-3 .recru-search {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 38px
}
@media screen and (max-width: 1024px) {
	.recru .section-3 .recru-search {
		display: block
	}
}
.recru .section-3 .recru-search .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.recru .section-3 .recru-search .box:not(:last-child) {
	margin-right: 12px
}
@media screen and (max-width: 1024px) {
	.recru .section-3 .recru-search .box:not(:last-child) {
		margin-right: 0;
		margin-bottom: .1rem
	}
}
.recru .section-3 .recru-search .box input, .recru .section-3 .recru-search .box select {
	width: 100%;
	height: 60px;
	border: 1px solid #b6c0d2;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	padding: 0 16px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
@media screen and (max-width: 1024px) {
	.recru .section-3 .recru-search .box input, .recru .section-3 .recru-search .box select {
		height: .5rem;
		font-size: .14rem
	}
}
.recru .section-3 .recru-search .box select {
	cursor: pointer
}
.recru .section-3 .recru-search .box .select-box {
	position: relative
}
.recru .section-3 .recru-search .box .select-box::after {
	content: '\e65e';
	font-family: 'iconfont';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	right: 15px;
	font-size: 16px;
	font-weight: bold
}
.recru .section-3 .recru-search .box button {
	width: 100%;
	background-color: #e50012;
	color: #fff;
	font-size: 22px;
	border: none;
	height: 100%;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	cursor: pointer
}
@media screen and (max-width: 1024px) {
	.recru .section-3 .recru-search .box button {
		height: .5rem
	}
}
.recru .section-3 .recru-search .box button:hover {
	background-color: #d70000
}
.recru .section-3 .recru-list {
	--color1: #333;
	--color2: #666;
	--color3: #0082d2;
	--color4: #fff;
	--bgc: #fff;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 34px
}
.recru .section-3 .recru-list li {
	margin-bottom: 1px
}
.recru .section-3 .recru-list .item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100px;
	padding: 0 50px;
	background-color: var(--bgc);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	position: relative;
	overflow: hidden;
	z-index: 10
}
@media screen and (max-width: 1024px) {
	.recru .section-3 .recru-list .item {
		padding: 0 .15rem;
		height: .6rem
	}
}
.recru .section-3 .recru-list .item::after {
	content: '';
	width: .75rem;
	height: .75rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	border: .15rem solid rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translate(-35%, -35%);
	-moz-transform: translate(-35%, -35%);
	transform: translate(-35%, -35%);
	opacity: 0;
	z-index: -1;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.recru .section-3 .recru-list .item:hover {
	--color1: #fff;
	--color2: #fff;
	--color3: #fff;
	--color4: #000;
	--bgc: #e50012
}
.recru .section-3 .recru-list .item:hover::after {
	opacity: 1
}
.recru .section-3 .recru-list .item .left {
	font-size: 22px;
	color: var(--color1);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
@media screen and (max-width: 1024px) {
	.recru .section-3 .recru-list .item .left {
		font-size: .13rem
	}
}
.recru .section-3 .recru-list .item .left .iconfont {
	color: var(--color3);
	font-size: 22px;
	margin-right: 20px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
@media screen and (max-width: 1024px) {
	.recru .section-3 .recru-list .item .left .iconfont {
		font-size: .16rem;
		margin-right: .1rem
	}
}
.recru .section-3 .recru-list .item .right {
	font-size: 16px;
	color: var(--color2);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
@media screen and (max-width: 1024px) {
	.recru .section-3 .recru-list .item .right {
		font-size: .11rem
	}
}
.recru .section-3 .recru-list .item .right span:nth-child(1) {
	margin-right: 76px
}
@media screen and (max-width: 1024px) {
	.recru .section-3 .recru-list .item .right span:nth-child(1) {
		margin-right: .15rem
	}
}
@media screen and (max-width: 1024px) {
	.recru .section-3 .recru-list .item .right span:last-of-type {
		display: none
	}
}
.recru .section-3 .recru-list .item .right .iconfont {
	width: 28px;
	height: 28px;
	background-color: var(--color3);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--color4);
	border-radius: 50%;
	margin-left: 30px;
	font-size: 14px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
@media screen and (max-width: 1024px) {
	.recru .section-3 .recru-list .item .right .iconfont {
		width: .21rem;
		height: .21rem;
		font-size: .13rem;
		margin-left: .1rem
	}
}
.recru .join-dialog {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100000;
	background-color: rgba(0, 0, 0, 0.5);
	display: none
}
.recru .join-dialog .container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%
}
.recru .join-dialog-box {
	width: 800px;
	height: 870px;
	max-width: 100%;
	max-height: 95%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	overflow: hidden
}
@media screen and (max-width: 1024px) {
	.recru .join-dialog-box {
		max-width: 92vw;
		max-height: 70vh
	}
}
.recru .join-dialog-title {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #072F75;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: .6rem;
	padding: 0 .15rem 0 .38rem;
	color: #fff;
	margin-bottom: .25rem
}
.recru .join-dialog-title strong {
	font-size: 26px
}
.recru .join-dialog-title .close-btn {
	font-size: 35px;
	cursor: pointer
}
.recru .join-dialog-con {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 .21rem 0 .37rem
}
.recru .join-dialog-scroll {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 36px;
	color: #666
}
@media screen and (max-width: 1024px) {
	.recru .join-dialog-scroll {
		font-size: .13rem;
		line-height: 2
	}
}
.recru .join-dialog-scroll-wp {
	padding-right: .16rem
}
.recru .join-dialog-scroll-wp p {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.recru .join-dialog-scroll-wp p:nth-child(1) strong, .recru .join-dialog-scroll-wp p:nth-child(1) b {
	margin-top: 0
}
.recru .join-dialog-scroll .bscroll-indicator {
	background: #e5eaea !important;
	cursor: pointer
}
.recru .join-dialog-btn {
	padding: 0 .15rem 0 .4rem;
	margin-bottom: .25rem;
	margin-top: .25rem
}
.recru .join-dialog-btn a {
	display: inline-block;
	vertical-align: top;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	padding: 0 26px 0 16px;
	background: #424242;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}
@media screen and (max-width: 1024px) {
	.recru .join-dialog-btn a {
		height: .4rem;
		line-height: 2;
		font-size: .12rem;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		padding: 0 .15rem
	}
}
.recru .join-dialog-btn a:hover {
	background: #000
}
@media (max-width: 1024px) {
	.recru .join-dialog-title {
		padding: 0 .15rem
	}
	.recru .join-dialog-title strong {
		font-size: 18px
	}
	.recru .join-dialog-con {
		padding: 0 .15rem
	}
	.recru .join-dialog-btn {
		padding: 0 .15rem;
		text-align: center
	}
}
.about .section-1 .content-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff
}
@media screen and (max-width: 1024px) {
	.about .section-1 .content-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column
	}
}
.about .section-1 .content-box:nth-child(odd) .left {
	padding: 124px 63px 0 var(--autoMargin)
}
@media screen and (max-width: 1024px) {
	.about .section-1 .content-box:nth-child(odd) .left {
		padding: .45rem .15rem .2rem
	}
}
.about .section-1 .content-box:nth-child(odd) .img-box {
	height: 635px;
	width: 100%;
	overflow: hidden
}
.about .section-1 .content-box:nth-child(odd) .img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.about .section-1 .content-box:nth-child(odd) .img-box {
		height: auto;
		position: relative;
		padding-bottom: 106.66667%
	}
	.about .section-1 .content-box:nth-child(odd) .img-box img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		transition: .4s
	}
}
.about .section-1 .content-box:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse
}
@media screen and (max-width: 1024px) {
	.about .section-1 .content-box:nth-child(even) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse
	}
}
.about .section-1 .content-box:nth-child(even) .img-box {
	width: 100%;
	overflow: hidden;
	background-color: #f0f3fa;
}
.about .section-1 .content-box:nth-child(even) .img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.about .section-1 .content-box:nth-child(even) .img-box {
		height: auto;
		position: relative;
		padding-bottom: 98.66667%;
		display: none;
	}
	.about .section-1 .content-box:nth-child(even) .img-box img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		transition: .4s;
		display: none;
	}
	.about .section-1 .content-box:nth-child(even) .right .section-title {
		display: none;
	}
}
.about .section-1 .content-box:nth-child(even) .img-box img {
	-o-object-fit: contain !important;
	object-fit: contain !important
}
.about .section-1 .content-box:nth-child(even) .left {
	padding: 40px calc(var(--autoMargin) - 100px) 40px 63px;
}
@media screen and (min-width: 1920px) {
	.about .section-1 .content-box:nth-child(even) .left {
		padding: 40px calc(var(--autoMargin) - 100px) 40px 63px;
	}
}
@media screen and (max-width: 1024px) {
	.about .section-1 .content-box:nth-child(even) .left {
		padding: .08rem .15rem
	}
}
.about .section-1 .content-box:nth-child(even) .right {
	position: relative
}
.about .section-1 .content-box:nth-child(even) .right .section-title {
	position: absolute;
	width: 100%;
	top: 130px;
	left: 0;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.about .section-1 .left, .about .section-1 .right {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
@media screen and (max-width: 1024px) {
	.about .section-1 .left, .about .section-1 .right {
		width: 100%
	}
}
.about .section-1 .left .desc {
	font-size: 16px;
	line-height: 2;
	color: #666;
	padding-top: 40px;
}
@media screen and (max-width: 1024px) {
	.about .section-1 .left .desc {
		font-size: .15rem;
		line-height: 1.7;
		padding-top: 15px;
    	padding-bottom: .15rem;
		padding-left: 0;
	}
}
.about .section-1 .address .item:not(:last-child) {
	margin-bottom: .3rem
}
.about .section-1 .address .head {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	font-size: 26px;
	color: #333;
	margin-bottom: 7px
}
@media screen and (max-width: 1024px) {
	.about .section-1 .address .head {
		font-size: .2rem
	}
}
.about .section-1 .address .head .iconfont {
	color: #072F75;
	font-size: 24px;
	margin-right: 5px
}
@media screen and (max-width: 1024px) {
	.about .section-1 .address .head .iconfont {
		font-size: .17rem
	}
}
.about .section-1 .address .info {
	font-size: 16px;
	color: #666;
	line-height: 30px
}
@media screen and (max-width: 1024px) {
	.about .section-1 .address .info {
		font-size: .14rem;
		line-height: 2
	}
}
.about .section-2 {
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-position: center
}
@media screen and (max-width: 1024px) {
	.about .section-2 {
		height: auto;
		padding: .5rem .15rem
	}
}
.about .section-2 .desc {
	color: #fff;
	font-size: 16px;
	line-height: 2;
	width: 55%;
	margin-top: 13px;
	padding-left: 34px
}
@media screen and (max-width: 1024px) {
	.about .section-2 .desc {
		width: 100%;
		padding-left: .17rem;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
}
.about .section-3 {
	background-color: #fff;
	padding: .215rem 0 .525rem
}
.about .section-3 .counter-section {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px
}
@media screen and (max-width: 1024px) {
	.about .section-3 .counter-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column
	}
}
.about .section-3 .counter-section:nth-child(1) .icon-box {
	color: #e51010
}
.about .section-3 .counter-section:nth-child(1) .section:nth-child(2) {
	background-color: #e51010
}
.about .section-3 .counter-section:nth-child(1) .section:nth-child(3) {
	background-color: #f00
}
.about .section-3 .counter-section:nth-child(1) .section:nth-child(4) {
	background-color: #f74141
}
.about .section-3 .counter-section:nth-child(2) .icon-box {
	color: #ff8214
}
.about .section-3 .counter-section:nth-child(2) .section:nth-child(2) {
	background-color: #ff8214
}
.about .section-3 .counter-section:nth-child(2) .section:nth-child(3) {
	background-color: #f0892f
}
.about .section-3 .counter-section:nth-child(2) .section:nth-child(4) {
	background-color: #ffb43c
}
.about .section-3 .counter-section:nth-child(3) .icon-box {
	color: #005ab4
}
.about .section-3 .counter-section:nth-child(3) .section:nth-child(2) {
	background-color: #005ab4
}
.about .section-3 .counter-section:nth-child(3) .section:nth-child(3) {
	background-color: #0082d2
}
.about .section-3 .counter-section:nth-child(3) .section:nth-child(4) {
	background-color: #2f9de0
}
.about .section-3 .counter-section .section {
	width: 25%;
	min-height: 180px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
@media screen and (max-width: 1024px) {
	.about .section-3 .counter-section .section {
		width: 100%;
		min-height: 1.5rem;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}
.about .section-3 .counter-section .section:not(:last-child) {
	margin-right: 1px
}
@media screen and (max-width: 1024px) {
	.about .section-3 .counter-section .section:not(:last-child) {
		margin-right: 0
	}
}
.about .section-3 .counter-section .icon-box {
	font-size: 24px;
	background-color: #f0f3fa;
	padding: 34px 80px 0 30px;
	position: relative;
	z-index: 10;
	overflow: hidden
}
@media screen and (max-width: 1024px) {
	.about .section-3 .counter-section .icon-box {
		font-size: .21rem;
		padding: .25rem .3rem
	}
}
.about .section-3 .counter-section .icon-box::after {
	content: '';
	width: 150px;
	height: 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	border: 30px solid rgba(255, 0, 0, 0.05);
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translate(50%, -35%);
	-moz-transform: translate(50%, -35%);
	transform: translate(50%, -35%);
	z-index: -1
}
.about .section-3 .counter-section .icon-box .icon {
	margin-bottom: 10px
}
.about .section-3 .counter-section .counter-box {
	color: #fff;
	text-align: center;
	padding: 40px 20px 0
}
@media screen and (max-width: 1024px) {
	.about .section-3 .counter-section .counter-box {
		padding: .25rem .3rem
	}
}
.about .section-3 .counter-section .counter-box .prefix, .about .section-3 .counter-section .counter-box .num {
	font-size: 36px;
	display: inline-block;
	line-height: 1
}
@media screen and (max-width: 1024px) {
	.about .section-3 .counter-section .counter-box .prefix, .about .section-3 .counter-section .counter-box .num {
		font-size: .3rem
	}
}
.about .section-3 .counter-section .counter-box .prefix {
	vertical-align: top
}
.about .section-3 .counter-section .counter-box .symbol {
	font-size: 36px;
	vertical-align: super;
	margin-left: 5px
}
@media screen and (max-width: 1024px) {
	.about .section-3 .counter-section .counter-box .symbol {
		font-size: .13rem
	}
}
.about .section-3 .counter-section .counter-box .desc {
	font-size: 22px;
	margin-top: 5px
}
@media screen and (max-width: 1024px) {
	.about .section-3 .counter-section .counter-box .desc {
		font-size: .2rem
	}
}
.about .section-4 {
	padding: .45rem 0 .5rem
}
.about .section-4 .milestone {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 36px
}
@media screen and (max-width: 1024px) {
	.about .section-4 .milestone {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column
	}
}
.about .section-4 .left {
	width: 250px;
	background-color: #072F75;
	height: 500px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column
}
@media screen and (max-width: 1024px) {
	.about .section-4 .left {
		height: auto;
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row
	}
}
.about .section-4 .left .nav-btn {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(255, 255, 255, 0.5);
	font-size: 22px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	cursor: pointer
}
@media screen and (max-width: 1024px) {
	.about .section-4 .left .nav-btn {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0);
		font-size: .15rem;
		padding: 0 .05rem
	}
}
.about .section-4 .left .milestone-thums-swiper {
	width: 100%;
	height: 399px;
	overflow: hidden;
	position: relative;
	z-index: 10
}
@media screen and (max-width: 1024px) {
	.about .section-4 .left .milestone-thums-swiper {
		height: .7rem
	}
}
.about .section-4 .left .milestone-thums-swiper .swiper-slide {
	text-align: center;
	cursor: pointer;
	height: auto
}
@media screen and (max-width: 1024px) {
	.about .section-4 .left .milestone-thums-swiper .swiper-slide {
		height: 100%
	}
}
.about .section-4 .left .milestone-thums-swiper .swiper-slide-thumb-active .item::after, .about .section-4 .left .milestone-thums-swiper .swiper-slide-thumb-active .item::before {
	width: 20px
}
@media screen and (max-width: 1024px) {
	.about .section-4 .left .milestone-thums-swiper .year-item {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%
	}
}
.about .section-4 .left .milestone-thums-swiper .item {
	font-size: 22px;
	color: #fff;
	height: 54px;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	line-height: 1;
	position: relative
}
@media screen and (max-width: 1024px) {
	.about .section-4 .left .milestone-thums-swiper .item {
		width: 25%;
		margin-bottom: 0;
		height: 100%
	}
}
.about .section-4 .left .milestone-thums-swiper .item.active {
	background-color: #e50012
}
.about .section-4 .left .milestone-thums-swiper .item.active span::after, .about .section-4 .left .milestone-thums-swiper .item.active span::before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1)
}
.about .section-4 .left .milestone-thums-swiper .item span {
	display: inline-block;
	position: relative
}
.about .section-4 .left .milestone-thums-swiper .item span::after, .about .section-4 .left .milestone-thums-swiper .item span::before {
	content: '';
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	width: 20px;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.about .section-4 .left .milestone-thums-swiper .item span::after, .about .section-4 .left .milestone-thums-swiper .item span::before {
		display: none
	}
}
.about .section-4 .left .milestone-thums-swiper .item span::after {
	left: 100%;
	margin-left: 35px
}
.about .section-4 .left .milestone-thums-swiper .item span::before {
	margin-right: 35px;
	right: 100%
}
@media screen and (max-width: 1024px) {
	.about .section-4 .left .milestone-thums-swiper .item {
		font-size: .18rem
	}
}
.about .section-4 .right {
	width: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 24px;
	background-color: #fff
}
@media screen and (max-width: 1024px) {
	.about .section-4 .right {
		width: 100%;
		margin-left: 0
	}
}
.about .section-4 .milestone-swiper {
	overflow: hidden
}
.about .section-4 .milestone-swiper .swiper-slide-active .item .info-box, .about .section-4 .milestone-swiper .swiper-slide-active .item .img-box {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}
.about .section-4 .milestone-swiper .item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	padding: 55px 5.1458% 55px 7.20412%
}
@media screen and (max-width: 1024px) {
	.about .section-4 .milestone-swiper .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		padding: .3rem .15rem
	}
}
.about .section-4 .milestone-swiper .item .info-box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 7.82779%;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: .6s .3s;
	-moz-transition: .6s .3s;
	transition: .6s .3s;
	opacity: 0;
	padding-top: 30px
}
@media screen and (max-width: 1024px) {
	.about .section-4 .milestone-swiper .item .info-box {
		padding-right: 0;
		padding-top: 0
	}
}
.about .section-4 .milestone-swiper .item .year {
	font-size: 50px;
	color: #333;
	margin-bottom: 25px
}
@media screen and (max-width: 1024px) {
	.about .section-4 .milestone-swiper .item .year {
		font-size: .4rem;
		margin-bottom: .15rem
	}
}
.about .section-4 .milestone-swiper .item .desc {
	font-size: 16px;
	color: #666;
	line-height: 36px
}
@media screen and (max-width: 1024px) {
	.about .section-4 .milestone-swiper .item .desc {
		font-size: .16rem;
		line-height: 2
	}
}
.about .section-4 .milestone-swiper .item .img-box {
	height: 390px;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
	width: 63.60078%;
	-webkit-transition: .6s .3s;
	-moz-transition: .6s .3s;
	transition: .6s .3s;
	opacity: 0
}
@media screen and (max-width: 1024px) {
	.about .section-4 .milestone-swiper .item .img-box {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
		position: relative;
		padding-bottom: 60%;
		margin-top: .15rem
	}
	.about .section-4 .milestone-swiper .item .img-box img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		transition: .4s
	}
}
.about .section-4 .milestone-swiper .item .img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.brand .section-1 {
	height: 800px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width: 1024px) {
	.brand .section-1 {
		height: auto;
		padding: .6rem 0
	}
}
.brand .section-1 .title-box {
	width: 720px
}
@media screen and (max-width: 1024px) {
	.brand .section-1 .title-box {
		width: 100%
	}
}
.brand .section-1 .title-box .section-title {
	font-size: 70px
}
@media screen and (max-width: 1024px) {
	.brand .section-1 .title-box .section-title {
		font-size: .3rem
	}
}
.brand .section-1 .desc {
	color: #fff;
	font-size: 24px;
	line-height: 42px;
	width: 800px;
	padding-left: 34px;
	margin-top: 26px
}
@media screen and (max-width: 1024px) {
	.brand .section-1 .desc {
		padding-left: .2rem;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: .18rem;
		line-height: 1.6;
		margin-top: .15rem
	}
}
.brand .section-2 {
	padding: .45rem 0 .59rem
}
.brand .section-2 .head-desc {
	font-size: 18px;
	color: #666;
	line-height: 2;
	text-align: center
}
@media screen and (max-width: 1024px) {
	.brand .section-2 .head-desc {
		font-size: .17rem
	}
}
.brand .section-2 .list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	margin-top: 40px
}
.brand .section-2 .list li {
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 11px;
	margin-bottom: 22px;
	position: relative
}
@media screen and (max-width: 1024px) {
	.brand .section-2 .list li {
		padding: 0 0 20%;
		height: auto;
		margin-bottom: 0
	}
}
.brand .section-2 .list li:nth-child(odd) .item {
	background-color: #e50012;
	height: 270px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 10
}
@media screen and (max-width: 1024px) {
	.brand .section-2 .list li:nth-child(odd) .item {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0
	}
}
.brand .section-2 .list li:nth-child(odd) .item::after {
	content: attr(bg-word);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	color: rgba(136, 51, 0, 0.1);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 250px
}
@media screen and (max-width: 1024px) {
	.brand .section-2 .list li:nth-child(odd) .item::after {
		font-size: .75rem
	}
}
.brand .section-2 .list li:nth-child(odd) .item .b {
	font-size: 80px;
	color: #fff;
	margin-bottom: 26px
}
@media screen and (max-width: 1024px) {
	.brand .section-2 .list li:nth-child(odd) .item .b {
		font-size: .35rem;
		margin-bottom: 0
	}
}
.brand .section-2 .list li:nth-child(odd) .item .s {
	font-size: 40px;
	color: #edcccc
}
@media screen and (max-width: 1024px) {
	.brand .section-2 .list li:nth-child(odd) .item .s {
		font-size: .12rem
	}
}
@media screen and (max-width: 1024px) {
	.brand .section-2 .list li .item {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0
	}
}
.brand .section-2 .list li .item .img-box {
	height: 270px;
	width: 100%;
	overflow: hidden
}
.brand .section-2 .list li .item .img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.brand .section-2 .list li .item .img-box {
		height: auto;
		position: relative;
		padding-bottom: 100%
	}
	.brand .section-2 .list li .item .img-box img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		transition: .4s
	}
}
@media screen and (min-width: 1024px) {
	.brand .section-2 .list li:nth-child(1)::after, .brand .section-2 .list li:nth-child(3)::after, .brand .section-2 .list li:nth-child(5)::after {
		content: '';
		width: 80px;
		height: 1px;
		background-color: #e50012;
		position: absolute;
		right: -34px;
		bottom: -5px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.brand .section-2 .list li:nth-child(3)::before {
		content: '';
		width: 80px;
		height: 1px;
		background-color: #e50012;
		position: absolute;
		right: -34px;
		bottom: -5px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg)
	}
}
.brand .section-2 .list li:nth-child(3)::before {
	left: -35px;
	bottom: -5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.brand .section-2 .list li:nth-child(5)::after {
	left: -34px;
	bottom: -5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.brand .section-3 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}
@media screen and (max-width: 1024px) {
	.brand .section-3 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column
	}
}
.brand .section-3 .left {
	width: 46.24277%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 850px
}
@media screen and (max-width: 1024px) {
	.brand .section-3 .left {
		width: 100%;
		min-height: auto;
		position: relative;
		padding-bottom: 96.59091%
	}
	.brand .section-3 .left img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		transition: .4s
	}
}
.brand .section-3 .right {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #072F75;
	background-repeat: no-repeat;
	background-position: -24px center
}
@media screen and (max-width: 1024px) {
	.brand .section-3 .right {
		background-size: contain
	}
}
.brand .section-3 .right .info-box {
	font-size: 18px;
	color: #fff;
	line-height: 42px;
	padding-top: 140px
}
@media screen and (max-width: 1024px) {
	.brand .section-3 .right .info-box {
		font-size: .17rem;
		line-height: 2;
		padding: .4rem 0
	}
}
.brand .section-3 .right .item {
	padding: 2.60417vw 11.45833vw 2.60417vw 4.16667vw
}
.brand .section-3 .right .item:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}
.brand .section-4 {
	padding: .6rem 0 .64rem;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(60%, #fff), color-stop(60%, #f0f3fa));
	background-image: -moz-linear-gradient(top, #fff 0%, #fff 60%, #f0f3fa 60%);
	background-image: linear-gradient(to bottom, #fff 0%, #fff 60%, #f0f3fa 60%)
}
@media screen and (max-width: 1024px) {
	.brand .section-4 {
		padding: .4rem 0 .5rem
	}
}
.brand .section-4 .title {
	font-size: 50px;
	color: #333;
	line-height: 70px;
	text-align: center;
	padding: 0 100px;
	margin-bottom: 20px
}
@media screen and (max-width: 1024px) {
	.brand .section-4 .title {
		padding: 0;
		font-size: .19rem;
		line-height: 1.8
	}
}
.brand .section-4 .img-box img {
	max-width: 100%
}
.brand .section-5 {
	height: 850px;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width: 1024px) {
	.brand .section-5 {
		height: auto;
		padding: .5rem 0;
		background-position: center
	}
}
.brand .section-5 .desc {
	font-size: 18px;
	color: #fff;
	line-height: 42px;
	max-width: 560px;
	margin-top: 30px
}
@media screen and (max-width: 1024px) {
	.brand .section-5 .desc {
		margin-top: .15rem;
		line-height: 2;
		font-size: .17rem
	}
}
.brand .section-6 {
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-position: center
}
@media screen and (max-width: 1024px) {
	.brand .section-6 {
		height: auto;
		padding: .5rem .15rem
	}
}
.brand .section-6 .desc {
	color: #fff;
	font-size: 16px;
	line-height: 2;
	width: 55%;
	margin-top: 13px;
	padding-left: 34px
}
@media screen and (max-width: 1024px) {
	.brand .section-6 .desc {
		width: 100%;
		padding-left: .17rem;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
}
.brand .section-7 {
	background-color: #fff;
	padding: .215rem 0 .525rem
}
.brand .section-7 .counter-section {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px
}
@media screen and (max-width: 1024px) {
	.brand .section-7 .counter-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column
	}
}
.brand .section-7 .counter-section:nth-child(1) .icon-box {
	color: #e51010
}
.brand .section-7 .counter-section:nth-child(1) .section:nth-child(2) {
	background-color: #e51010
}
.brand .section-7 .counter-section:nth-child(1) .section:nth-child(3) {
	background-color: #f00
}
.brand .section-7 .counter-section:nth-child(1) .section:nth-child(4) {
	background-color: #f74141
}
.brand .section-7 .counter-section:nth-child(2) .icon-box {
	color: #ff8214
}
.brand .section-7 .counter-section:nth-child(2) .section:nth-child(2) {
	background-color: #ff8214
}
.brand .section-7 .counter-section:nth-child(2) .section:nth-child(3) {
	background-color: #f0892f
}
.brand .section-7 .counter-section:nth-child(2) .section:nth-child(4) {
	background-color: #ffb43c
}
.brand .section-7 .counter-section:nth-child(3) .icon-box {
	color: #005ab4
}
.brand .section-7 .counter-section:nth-child(3) .section:nth-child(2) {
	background-color: #005ab4
}
.brand .section-7 .counter-section:nth-child(3) .section:nth-child(3) {
	background-color: #0082d2
}
.brand .section-7 .counter-section:nth-child(3) .section:nth-child(4) {
	background-color: #2f9de0
}
.brand .section-7 .counter-section .section {
	width: 25%;
	min-height: 180px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
@media screen and (max-width: 1024px) {
	.brand .section-7 .counter-section .section {
		width: 100%;
		min-height: 1.5rem;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}
.brand .section-7 .counter-section .section:not(:last-child) {
	margin-right: 1px
}
@media screen and (max-width: 1024px) {
	.brand .section-7 .counter-section .section:not(:last-child) {
		margin-right: 0
	}
}
.brand .section-7 .counter-section .icon-box {
	font-size: 24px;
	background-color: #f0f3fa;
	padding: 34px 80px 0 30px;
	position: relative;
	z-index: 10;
	overflow: hidden
}
@media screen and (max-width: 1024px) {
	.brand .section-7 .counter-section .icon-box {
		font-size: .21rem;
		padding: .25rem .3rem
	}
}
.brand .section-7 .counter-section .icon-box::after {
	content: '';
	width: 150px;
	height: 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	border: 30px solid rgba(255, 0, 0, 0.05);
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translate(50%, -35%);
	-moz-transform: translate(50%, -35%);
	transform: translate(50%, -35%);
	z-index: -1
}
.brand .section-7 .counter-section .icon-box .icon {
	margin-bottom: 10px
}
.brand .section-7 .counter-section .counter-box {
	color: #fff;
	text-align: center;
	padding: 40px 20px 0
}
@media screen and (max-width: 1024px) {
	.brand .section-7 .counter-section .counter-box {
		padding: .25rem .3rem
	}
}
.brand .section-7 .counter-section .counter-box .num-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.brand .section-7 .counter-section .counter-box .prefix, .brand .section-7 .counter-section .counter-box .num {
	font-size: 36px;
	display: inline-block;
	line-height: 1
}
@media screen and (max-width: 1024px) {
	.brand .section-7 .counter-section .counter-box .prefix, .brand .section-7 .counter-section .counter-box .num {
		font-size: .3rem
	}
}
.brand .section-7 .counter-section .counter-box .symbol {
	font-size: 36px;
	margin-left: 5px
}
@media screen and (max-width: 1024px) {
	.brand .section-7 .counter-section .counter-box .symbol {
		font-size: .13rem
	}
}
.brand .section-7 .counter-section .counter-box .desc {
	font-size: 22px;
	margin-top: 5px
}
@media screen and (max-width: 1024px) {
	.brand .section-7 .counter-section .counter-box .desc {
		font-size: .2rem
	}
}
.brand .section-8 {
	padding: .45rem 0 .5rem
}
.brand .section-8 .milestone {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 36px
}
@media screen and (max-width: 1024px) {
	.brand .section-8 .milestone {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column
	}
}
.brand .section-8 .left {
	width: 250px;
	background-color: #072F75;
	height: 500px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column
}
@media screen and (max-width: 1024px) {
	.brand .section-8 .left {
		height: auto;
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row
	}
}
.brand .section-8 .left .nav-btn {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(255, 255, 255, 0.5);
	font-size: 22px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	cursor: pointer
}
@media screen and (max-width: 1024px) {
	.brand .section-8 .left .nav-btn {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0);
		font-size: .15rem;
		padding: 0 .05rem
	}
}
.brand .section-8 .left .milestone-thums-swiper {
	width: 100%;
	height: 399px;
	overflow: hidden;
	position: relative;
	z-index: 10
}
@media screen and (max-width: 1024px) {
	.brand .section-8 .left .milestone-thums-swiper {
		height: .7rem
	}
}
.brand .section-8 .left .milestone-thums-swiper .swiper-slide {
	text-align: center;
	cursor: pointer;
	height: auto
}
@media screen and (max-width: 1024px) {
	.brand .section-8 .left .milestone-thums-swiper .swiper-slide {
		height: 100%
	}
}
.brand .section-8 .left .milestone-thums-swiper .swiper-slide-thumb-active .item::after, .brand .section-8 .left .milestone-thums-swiper .swiper-slide-thumb-active .item::before {
	width: 20px
}
@media screen and (max-width: 1024px) {
	.brand .section-8 .left .milestone-thums-swiper .year-item {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%
	}
}
.brand .section-8 .left .milestone-thums-swiper .item {
	font-size: 22px;
	color: #fff;
	height: 54px;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	line-height: 1;
	position: relative
}
@media screen and (max-width: 1024px) {
	.brand .section-8 .left .milestone-thums-swiper .item {
		width: 25%;
		margin-bottom: 0;
		height: 100%
	}
}
.brand .section-8 .left .milestone-thums-swiper .item.active {
	background-color: #e50012
}
.brand .section-8 .left .milestone-thums-swiper .item.active span::after, .brand .section-8 .left .milestone-thums-swiper .item.active span::before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1)
}
.brand .section-8 .left .milestone-thums-swiper .item span {
	display: inline-block;
	position: relative
}
.brand .section-8 .left .milestone-thums-swiper .item span::after, .brand .section-8 .left .milestone-thums-swiper .item span::before {
	content: '';
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	width: 20px;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.brand .section-8 .left .milestone-thums-swiper .item span::after, .brand .section-8 .left .milestone-thums-swiper .item span::before {
		display: none
	}
}
.brand .section-8 .left .milestone-thums-swiper .item span::after {
	left: 100%;
	margin-left: 35px
}
.brand .section-8 .left .milestone-thums-swiper .item span::before {
	margin-right: 35px;
	right: 100%
}
@media screen and (max-width: 1024px) {
	.brand .section-8 .left .milestone-thums-swiper .item {
		font-size: .18rem
	}
}
.brand .section-8 .right {
	width: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 24px;
	background-color: #fff
}
@media screen and (max-width: 1024px) {
	.brand .section-8 .right {
		width: 100%;
		margin-left: 0
	}
}
.brand .section-8 .milestone-swiper {
	overflow: hidden
}
.brand .section-8 .milestone-swiper .swiper-slide-active .item .info-box, .brand .section-8 .milestone-swiper .swiper-slide-active .item .img-box {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}
.brand .section-8 .milestone-swiper .item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	padding: 55px 5.1458% 55px 7.20412%
}
@media screen and (max-width: 1024px) {
	.brand .section-8 .milestone-swiper .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		padding: .3rem .15rem
	}
}
.brand .section-8 .milestone-swiper .item .info-box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 7.82779%;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: .6s .3s;
	-moz-transition: .6s .3s;
	transition: .6s .3s;
	opacity: 0;
	padding-top: 30px
}
@media screen and (max-width: 1024px) {
	.brand .section-8 .milestone-swiper .item .info-box {
		padding-right: 0;
		padding-top: 0
	}
}
.brand .section-8 .milestone-swiper .item .year {
	font-size: 50px;
	color: #333;
	margin-bottom: 25px
}
@media screen and (max-width: 1024px) {
	.brand .section-8 .milestone-swiper .item .year {
		font-size: .4rem;
		margin-bottom: .15rem
	}
}
.brand .section-8 .milestone-swiper .item .desc {
	font-size: 16px;
	color: #666;
	line-height: 36px
}
@media screen and (max-width: 1024px) {
	.brand .section-8 .milestone-swiper .item .desc {
		font-size: .16rem;
		line-height: 2
	}
}
.brand .section-8 .milestone-swiper .item .img-box {
	height: 390px;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
	width: 63.60078%;
	-webkit-transition: .6s .3s;
	-moz-transition: .6s .3s;
	transition: .6s .3s;
	opacity: 0
}
@media screen and (max-width: 1024px) {
	.brand .section-8 .milestone-swiper .item .img-box {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
		position: relative;
		padding-bottom: 60%;
		margin-top: .15rem
	}
	.brand .section-8 .milestone-swiper .item .img-box img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		transition: .4s
	}
}
.brand .section-8 .milestone-swiper .item .img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.dev .section-1 {
	background-color: #fff;
	font-size: 18px;
	color: #666;
	line-height: 1.8;
	padding: .35rem 0 .42rem
}
.dev .section-1 h3 {
	position: relative;
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 26px;
    margin-bottom: 25px;
}
.dev .section-1 h3.tit:before {
	content: "";
	width: 50px;
	height: 5px;
	background: #DE2B33;
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
}
@media screen and (max-width: 1024px) {
	.dev .section-1 {
		font-size: .19rem;
		line-height: 2
	}
}
.dev .section-2 li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #f0f3fa;
	padding: 50px 0;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width: 1024px) {
	.dev .section-2 li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		padding: .5rem 0 0
	}
}
.dev .section-2 li.start {
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: start
}
.dev .section-2 li.start .info-box {
	padding-top: 17px
}
@media screen and (max-width: 1024px) {
	.dev .section-2 li.start .info-box {
		padding-top: 0
	}
}
@media screen and (min-width: 1024px) {
	.dev .section-2 li:nth-child(even) {
		background-color: #fff;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-moz-box-orient: horizontal;
		-moz-box-direction: reverse;
		-ms-flex-flow: row-reverse;
		flex-flow: row-reverse
	}
	.dev .section-2 li:nth-child(even) .title-box {
		padding-right: 50px
	}
	.dev .section-2 li:nth-child(even) .info-box {
		padding-right: var(--autoMargin);
		padding-left: 73px
	}
	.dev .section-2 li:nth-child(odd) .title-box {
		padding-right: 120px
	}
	.dev .section-2 li:nth-child(odd) .info-box {
		padding-left: var(--autoMargin)
	}
	.dev .section-2 li:nth-child(odd) .info-box .desc {
		padding-right: 100px
	}
}
.dev .section-2 li .img {
	width: 50%
}
@media screen and (max-width: 1024px) {
	.dev .section-2 li .img {
		width: 100%
	}
}
.dev .section-2 li .img .img-box {
	height: 600px;
	width: 100%;
	overflow: hidden
}
.dev .section-2 li .img .img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.dev .section-2 li .img .img-box {
		height: auto;
		position: relative;
		padding-bottom: 80%
	}
	.dev .section-2 li .img .img-box img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		transition: .4s
	}
}
.dev .section-2 li .info-box {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
@media screen and (max-width: 1024px) {
	.dev .section-2 li .info-box {
		width: 100%;
		padding: 0 .15rem .3rem
	}
}
.dev .section-2 li .info-box .desc {
	font-size: 18px;
	color: #666;
	line-height: 42px;
	margin-top: 24px
}
@media screen and (max-width: 1024px) {
	.dev .section-2 li .info-box .desc {
		font-size: .15rem;
		line-height: 2;
		margin-top: .15rem
	}
}
.dev .section-2 li .info-box .desc.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical
}
.dev .section-2 li .info-box .desc.show-btn ~ .fold-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}
.dev .section-2 li .fold-btn {
	font-size: 16px;
	color: #e50012;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	line-height: 42px;
	display: none
}
@media screen and (max-width: 1024px) {
	.dev .section-2 li .fold-btn {
		font-size: .15rem;
		line-height: 2
	}
}
.dev .section-2 li .fold-btn.isFold .iconfont {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg)
}
.dev .section-2 li .fold-btn .iconfont {
	font-weight: bold;
	font-size: 20px;
	margin-left: 15px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.dev .section-2 li .fold-btn .iconfont {
		font-size: .17rem
	}
}
.dev .section-3 {
	background-color: #fff;
	padding: .5rem 0 .45rem
}
.dev .section-3 .page-wp {
	max-width: 1480px;
	margin: 0 auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
@media screen and (max-width: 1520px) {
	.dev .section-3 .page-wp {
		padding: 0 .2rem
	}
}
@media screen and (max-width: 1024px) {
	.dev .section-3 .page-wp {
		padding: 0 .15rem
	}
}
.dev .section-3 .reports-pagination {
	margin-top: 45px
}
@media screen and (max-width: 1024px) {
	.dev .section-3 .reports-pagination {
		margin-top: .2rem
	}
}
.dev .section-3 .reports-swiper-container {
	position: relative
}
.dev .section-3 .nav-btn {
	position: absolute;
	color: #999;
	font-size: 38px;
	top: -moz-calc((50px + ((100% - 100px) / 2)));
	top: calc((50px + ((100% - 100px) / 2)));
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.dev .section-3 .nav-btn {
		font-size: .2rem;
		top: -moz-calc((30px + ((100% - 70px) / 2)));
		top: calc((30px + ((100% - 70px) / 2)))
	}
}
.dev .section-3 .nav-btn:hover {
	color: #e50012
}
.dev .section-3 .nav-btn.reports-prev-btn {
	right: 100%
}
@media screen and (max-width: 1024px) {
	.dev .section-3 .nav-btn.reports-prev-btn {
		right: 98%
	}
}
.dev .section-3 .nav-btn.reports-next-btn {
	left: 100%
}
@media screen and (max-width: 1024px) {
	.dev .section-3 .nav-btn.reports-next-btn {
		left: 98%
	}
}
.dev .section-3 .reports-swiper {
	padding: 50px .1rem 0;
	overflow: hidden
}
@media screen and (max-width: 1024px) {
	.dev .section-3 .reports-swiper {
		padding: 30px .1rem 0
	}
}
.dev .section-3 .reports-swiper .item {
	display: block;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.dev .section-3 .reports-swiper .item:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px)
}
.dev .section-3 .reports-swiper .item:hover .title {
	color: #e50012
}
.dev .section-3 .reports-swiper .item:hover .img-box::after {
	opacity: 1
}
.dev .section-3 .reports-swiper .item:hover svg {
	stroke-dasharray: var(--length) 0
}
.dev .section-3 .reports-swiper .item .img-box {
	position: relative;
	-webkit-box-shadow: 0px 1px .1rem 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px .1rem 0px rgba(0, 0, 0, 0.25);
	position: relative;
	padding-bottom: 139.39394%
}
.dev .section-3 .reports-swiper .item .img-box img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.dev .section-3 .reports-swiper .item .img-box::after {
	content: '';
	width: .01rem;
	height: .01rem;
	background-color: #e50012;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	transition: .8s;
	opacity: 0
}
@media screen and (max-width: 1024px) {
	.dev .section-3 .reports-swiper .item .img-box::after {
		display: none
	}
}
.dev .section-3 .reports-swiper .item svg {
	fill: none;
	stroke: #e50012;
	stroke-width: 3px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	stroke-dasharray: 0 var(--length);
	-webkit-transition: .8s;
	-moz-transition: .8s;
	transition: .8s
}
@media screen and (max-width: 1024px) {
	.dev .section-3 .reports-swiper .item svg {
		stroke-width: .02rem
	}
}
.dev .section-3 .reports-swiper .item .title {
	text-align: center;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 50px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.dev .section-3 .reports-swiper .item .title {
		font-size: 14px;
		line-height: 40px
	}
}
.investor .section-1 {
	background-color: #fff;
	font-size: 18px;
	color: #666;
	line-height: 42px;
	padding: .5rem 0
}
@media screen and (max-width: 1024px) {
	.investor .section-1 {
		font-size: .15rem;
		line-height: 2
	}
}
.investor .section-1 img, .investor .section-1 video, .investor .section-1 iframe {
	max-width: 100%
}
.investor .section-2 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background-repeat: no-repeat;
	background-size: cover
}
@media screen and (max-width: 1024px) {
	.investor .section-2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column
	}
}
.investor .section-2 .left {
	width: 60.95638%
}
@media screen and (max-width: 1024px) {
	.investor .section-2 .left {
		width: 100%;
		padding: .5rem 0
	}
}
.investor .section-2 .top {
	padding-left: var(--autoMargin);
	padding-right: 138px;
	padding-top: 80px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
@media screen and (max-width: 1024px) {
	.investor .section-2 .top {
		padding: 0 .2rem
	}
}
.investor .section-2 .right {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.investor .section-2 .right .img-box {
	height: 900px;
	width: 100%;
	overflow: hidden
}
.investor .section-2 .right .img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.investor .section-2 .right .img-box {
		height: auto;
		position: relative;
		padding-bottom: 120%
	}
	.investor .section-2 .right .img-box img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		transition: .4s
	}
}
.investor .section-2 .right img {
	max-width: 100%
}
.investor .section-2 .swiper-box {
	position: relative;
	margin-left: 42px
}
@media screen and (max-width: 1024px) {
	.investor .section-2 .swiper-box {
		margin-left: 0
	}
}
.investor .section-2 .nav-btn {
	position: absolute;
	color: #fff;
	font-size: 30px;
	top: -moz-calc(((100% - 48px) / 2));
	top: calc(((100% - 48px) / 2));
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.investor .section-2 .nav-btn {
		font-size: .25rem;
		top: -moz-calc(((100% - .3rem) / 2));
		top: calc(((100% - .3rem) / 2))
	}
}
.investor .section-2 .nav-btn:hover {
	color: #e50012
}
.investor .section-2 .nav-btn.reports-prev {
	right: -moz-calc(100% + 12px);
	right: calc(100% + 12px)
}
@media screen and (max-width: 1024px) {
	.investor .section-2 .nav-btn.reports-prev {
		right: 100%
	}
}
.investor .section-2 .nav-btn.reports-next {
	left: -moz-calc(100% + 12px);
	left: calc(100% + 12px)
}
@media screen and (max-width: 1024px) {
	.investor .section-2 .nav-btn.reports-next {
		left: 100%
	}
}
.investor .section-2 .nav-btn.reports-thumbs-prev {
	left: -moz-calc(var(--autoMargin) + 35px);
	left: calc(var(--autoMargin) + 35px);
	-webkit-transform: translateX(calc(-100% - 12px)) translateY(-50%);
	-moz-transform: translateX(-moz-calc(-100% - 12px)) translateY(-50%);
	transform: translateX(calc(-100% - 12px)) translateY(-50%)
}
@media screen and (max-width: 1024px) {
	.investor .section-2 .nav-btn.reports-thumbs-prev {
		left: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}
.investor .section-2 .nav-btn.reports-thumbs-next {
	right: 138px;
	-webkit-transform: translateX(calc(100% + 12px)) translateY(-50%);
	-moz-transform: translateX(-moz-calc(100% + 12px)) translateY(-50%);
	transform: translateX(calc(100% + 12px)) translateY(-50%)
}
@media screen and (max-width: 1024px) {
	.investor .section-2 .nav-btn.reports-thumbs-next {
		right: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}
.investor .section-2 .thumbs-swiper-box {
	position: relative;
	padding-left: -moz-calc(var(--autoMargin) + 35px);
	padding-left: calc(var(--autoMargin) + 35px);
	padding-right: 138px;
	margin-top: 55px
}
@media screen and (max-width: 1024px) {
	.investor .section-2 .thumbs-swiper-box {
		padding: 0;
		margin-top: .3rem
	}
}
.investor .section-2 .thumbs-swiper-box::after {
	content: '';
	background-color: rgba(255, 255, 255, 0.2);
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: -moz-calc((100% - 50px) / 2);
	top: calc((100% - 50px) / 2);
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	transform: translateY(-1px)
}
@media screen and (max-width: 1024px) {
	.investor .section-2 .thumbs-swiper-box::after {
		top: -moz-calc((100% - .3rem) / 2);
		top: calc((100% - .3rem) / 2)
	}
}
.investor .section-2 .thumbs-swiper-box .reports-thumbs-swiper {
	overflow: hidden
}
.investor .section-2 .thumbs-swiper-box .reports-thumbs-swiper .swiper-slide-thumb-active .item .dot {
	width: 20px;
	height: 20px;
	background-color: #e50012;
	border: 3px solid #fff
}
@media screen and (max-width: 1024px) {
	.investor .section-2 .thumbs-swiper-box .reports-thumbs-swiper .swiper-slide-thumb-active .item .dot {
		width: .15rem;
		height: .15rem;
		border-width: .02rem
	}
}
.investor .section-2 .thumbs-swiper-box .reports-thumbs-swiper .swiper-slide-thumb-active .item .year {
	color: #e50012
}
.investor .section-2 .thumbs-swiper-box .reports-thumbs-swiper .item {
	padding-bottom: 50px;
	position: relative;
	cursor: pointer;
	height: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media screen and (max-width: 1024px) {
	.investor .section-2 .thumbs-swiper-box .reports-thumbs-swiper .item {
		padding-bottom: .3rem
	}
}
.investor .section-2 .thumbs-swiper-box .reports-thumbs-swiper .item .dot {
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: 1px solid #e50012;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%
}
@media screen and (max-width: 1024px) {
	.investor .section-2 .thumbs-swiper-box .reports-thumbs-swiper .item .dot {
		width: .125rem;
		height: .125rem
	}
}
.investor .section-2 .thumbs-swiper-box .reports-thumbs-swiper .item .year {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 26px;
	left: 0;
	bottom: 0
}
@media screen and (max-width: 1024px) {
	.investor .section-2 .thumbs-swiper-box .reports-thumbs-swiper .item .year {
		font-size: .21rem
	}
}
.investor .section-2 .reports-swiper {
	overflow: hidden;
	margin-top: .31rem
}
.investor .section-2 .reports-swiper .item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}
.investor .section-2 .reports-swiper .item .title {
	text-align: center;
	font-size: 17px;
	color: #fff;
	line-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
@media screen and (max-width: 1024px) {
	.investor .section-2 .reports-swiper .item .title {
		font-size: .15rem;
		line-height: .3rem
	}
}
.investor .section-2 .reports-swiper .item .img-box {
	position: relative;
	position: relative;
	padding-bottom: 136.44578%
}
.investor .section-2 .reports-swiper .item .img-box img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.investor .section-2 .reports-swiper .item svg {
	fill: none;
	stroke: #e50012;
	stroke-width: 3px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	stroke-dasharray: 0 var(--length);
	-webkit-transition: .8s;
	-moz-transition: .8s;
	transition: .8s
}
.investor .section-2 .reports-swiper .item a {
	display: block;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.investor .section-2 .reports-swiper .item a:nth-child(odd) {
	padding-right: .2rem
}
.investor .section-2 .reports-swiper .item a:nth-child(even) {
	padding-left: .2rem
}
.pro-item {
	display: block;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.pro-item:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px)
}
.pro-item:hover .img-box {
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.25)
}
.pro-item .img-box {
	position: relative;
	padding-bottom: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	background-color: #fff;
	box-shadow: rgba(17, 17, 26, 0.03) 0 1px 0, rgba(17, 17, 26, 0.06) 0 0 5px;
}
.pro-item .img-box img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.pro-item .img-box img {
	width: -moz-calc(100% - 24.24242%);
	width: calc(100% - 24.24242%);
	height: -moz-calc(100% - 24.24242%);
	height: calc(100% - 24.24242%);
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover
}
.pro-item .img-box .desc {
	display: none;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.pro-item .img-box:hover .desc {
	position: absolute;
	bottom: 0;
	display: block;
	line-height: 1.6;
	width: calc(100% - 40px);
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
	color: #fff;
	letter-spacing: 0.5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.pro-item .title {
	font-family: 'Open Sans Condensed';
	font-weight: 500;
	text-align: center;
	font-size: 19px;
	color: #333;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-word;
	margin-top: 18px;
}
@media screen and (max-width: 1024px) {
	.pro-item .title {
		font-size: .14rem;
		line-height: 1.8;
		margin-top: .07rem
	}
	.pro-item .img-box:hover .desc {
		font-size: 13px;
		line-height: 1.5;
		width: calc(100% - 20px);
		padding: 10px;
	}
}
.product .section-1 {
	padding-top: .45rem;
	padding-bottom: .375rem
}
.product .section-1 .page-wp:nth-child(2) {
	max-width: 1480px;
	margin: 0 auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
@media screen and (max-width: 1520px) {
	.product .section-1 .page-wp:nth-child(2) {
		padding: 0 .2rem
	}
}
@media screen and (max-width: 1024px) {
	.product .section-1 .page-wp:nth-child(2) {
		padding: 0 .15rem
	}
}
.product .section-1 .product-filter {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	flex-wrap: wrap;
	background-color: #fff;
	border-top: 2px solid #072F75;
	padding: 20px 40px
}
@media screen and (max-width: 1024px) {
	.product .section-1 .product-filter {
		padding: .1rem .15rem
	}
}
.product .section-1 .product-filter .box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	width: 100%;
}
.product .section-1 .product-filter a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	font-size: 16px;
	color: #333;
	padding-right: 23px;
	padding-left: 15px;
	border-bottom: 1px solid #dddedf;
}
.product .section-1 .product-filter a:not(:last-child)::after {
	content: '|';
	color: #999;
	font-size: 16px;
	position: absolute;
	top: 47%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%)
}
@media screen and (max-width: 1024px) {
	.product .section-1 .product-filter a {
    	font-size: .13rem;
    	width: calc(50% - 0.15rem);
    	white-space: nowrap;
    	text-overflow: ellipsis;
    	-webkit-box-orient: vertical;
    	overflow: hidden;
    	display: block;
    	float: left;
    	padding: .12rem .15rem .1rem 0;
	}
	.product .section-1 .product-filter a:nth-child(even) {
		width: calc(50% - 0.06rem);
    	padding: .12rem 0 .1rem .06rem;
	}
	.product .section-1 .product-filter a:not(:last-child)::after {
    	content: '';
	}
}
.product .section-1 .product-filter a span {
	font-family: 'Montserrat';
	font-weight: 500;
	border-bottom: 2px solid transparent;
	padding: 17px 0 15px;
}
@media screen and (max-width: 1024px) {
	.product .section-1 .product-filter a span {
		padding: .12rem 0 .1rem
	}
}
.product .section-1 .product-filter a:hover span, .product .section-1 .product-filter a.on span {
	border-color: #e50012;
	display: inline-block
}
.product .section-1 .product-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	margin-top: 38px
}
.product .section-1 .product-list li {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 36px
}
@media screen and (min-width: 1024px) {
	.product .section-1 .product-list li {
		padding: 0 20px
	}
}
@media screen and (max-width: 1024px) {
	.product .section-1 .product-list {
		margin-top: 20px;
	}
	.product .section-1 .product-list li {
		margin-bottom: .2rem;
		width: 50%
	}
	.product .section-1 .product-list li:nth-child(odd) {
		padding-right: .1rem
	}
	.product .section-1 .product-list li:nth-child(even) {
		padding-left: .1rem
	}
}
.product .section-2 {
	background-color: #fff;
	padding: .4rem 0
}
.product .section-2 .info-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 18px;
	line-height: 42px;
	color: #333
}
@media screen and (max-width: 1024px) {
	.product .section-2 .info-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		font-size: .15rem;
		line-height: 2
	}
}
.product .section-2 .info-box img {
	max-width: 100%
}
.product .section-2 .info-box .desc {
	margin-top: 34px
}
.product .section-2 .info-box .desc a {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	cursor: pointer
}
.product .section-2 .info-box .desc a:hover {
	color: #e50012
}
@media screen and (max-width: 1024px) {
	.product .section-2 .info-box .desc {
		margin-top: .25rem;
		margin-bottom: .25rem
	}
}
.product-detail {
	padding: .315rem 0 0
}
.product-detail .crumbs {
	font-family: Montserrat;
	text-align: right;
	font-size: 16px;
	color: #666
}
.product-detail .crumbs a {
	line-height: 2
}
.product-detail .crumbs a:hover {
	color: #e50012
}
.product-detail .section-1 {
	margin-top: 20px
}
.product-detail .section-1 .product-data {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}
@media screen and (max-width: 1024px) {
	.product-detail .section-1 .product-data {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column
	}
}
.product-detail .section-1 .product-data .left {
	width: 40%;
	background-color: #fff
}
@media screen and (max-width: 1024px) {
	.product-detail .section-1 .product-data .left {
		width: 100%
	}
}
.product-detail .section-1 .product-data .left .product-data-swiper {
	overflow: hidden;
	position: relative
}
.product-detail .section-1 .product-data .left .product-data-swiper:hover .nav-btn {
	opacity: 1;
	visibility: visible
}
.product-detail .section-1 .product-data .left .product-data-swiper .nav-btn {
	position: absolute;
	top: 50%;
	z-index: 5;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 24px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.product-detail .section-1 .product-data .left .product-data-swiper .nav-btn.product-data-next {
	right: .05rem
}
.product-detail .section-1 .product-data .left .product-data-swiper .nav-btn.product-data-prev {
	left: .05rem
}
.product-detail .section-1 .product-data .left .img-box {
	width: 72%;
	padding: 0 14%;
	overflow: hidden
}
.product-detail .section-1 .product-data .left .img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.product-detail .section-1 .product-data .left .img-box img {
	-o-object-fit: contain;
	object-fit: contain
}
@media screen and (max-width: 1024px) {
	.product-detail .section-1 .product-data .left .img-box {
		height: auto;
		position: relative;
		padding-bottom: 100%
	}
	.product-detail .section-1 .product-data .left .img-box img {
		position: absolute;
		width: 80%;
		height: 80%;
		top: 0;
		left: 0;
		padding: 5% 10%;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		transition: .4s
	}
}
.product-detail .section-1 .product-data .right {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #fff;
	margin-left: 20px;
	padding: 40px 80px 40px 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 0
}
@media screen and (max-width: 1024px) {
	.product-detail .section-1 .product-data .right {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
		-ms-flex: none;
		flex: none;
		margin-left: 0;
		padding: 0 0 .2rem .1rem;
		width: auto
	}
	.product-detail .section-1 .product-data .right h1.section-title.xs {
		font-size: 18px;
    	font-weight: 600;
    	margin: 0 auto;
	}
}
.product-detail .section-1 .features {
	width: 100%;
    border-top: 1px solid rgb(0, 0, 0, 0.3);
	border-bottom: 1px solid rgb(0, 0, 0, 0.3);
	padding: 10px 0 8px;
	margin-top: 20px;
}
.product-detail .section-1 .features .item {
    float: left;
    margin-right: 20px;
}
.product-detail .section-1 .features .item img.product-icon {
    display: inline-block;
    width: 24px;
    vertical-align: middle;
    margin-right: 5px;
}
.product-detail .section-1 .features .item .product-text {
    display: inline-block;
    font-size: 15px;
    color: #777;
}
.product-detail .section-1 .product-table-box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 0;
	position: relative;
	padding-right: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column
}
@media screen and (max-width: 1024px) {
	.product-detail .section-1 .product-table-box {
		padding-right: .15rem
	}
	.product-detail .section-1 .features {
		width: calc(100% - 20px);
		margin: 20px 10px 0;
	}
	.product-detail .section-1 .features .item {
		margin-right: 10px;
	}
	.product-detail .section-1 .features .item:last-child {
		margin-right: 0;
	}
	.product-detail .section-1 .features .item img.product-icon {
		width: 15px;
		margin-right: 0;
	}
	.product-detail .section-1 .features .item .product-text {
		font-size: 11px;
	}
}
.product-detail .section-1 .product-table-box > .clone-table {
	height: 60px;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 10
}
.product-detail .section-1 .product-table-box > .clone-table .table {
	position: relative;
	z-index: 10;
	margin-bottom: -1px
}
.product-detail .section-1 .product-table-box > .clone-table .table thead {
	display: table-header-group;
	-webkit-transform: scaleY(1) !important;
	-moz-transform: scaleY(1) !important;
	transform: scaleY(1) !important
}
.product-detail .section-1 .product-table-box > .clone-table .table tbody {
	height: 0;
	overflow: hidden
}
.product-detail .section-1 .product-table-box .tip {
	font-size: 18px;
	color: #333;
	padding: 20px 0;
	white-space: normal;
	word-break: break-word
}
@media screen and (max-width: 1024px) {
	.product-detail .section-1 .product-table-box .tip {
		font-size: .16rem
	}
}
.product-detail .section-1 .product-table {
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 2;
	color: #777;
	margin-top: 25px;
}
.product-detail .section-1 .pro_btn {
	font-family: 'Montserrat';
	font-weight: 500;
	letter-spacing: 0.5px;
	width: 66.6667%;
	padding: 2vw 0 0;
	overflow: hidden
}
.product-detail .section-1 .pro_btn1 {
	display: block;
	width: 50%;
	height: 50px;
	line-height: 51px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #e1231a !important;
	border: 1px solid #fff;
	border-radius: 5px;
	float: left;
	margin-right: 20px;
}
.product-detail .section-1 .pro_btn1:hover {
	cursor: pointer
}
.product-detail .section-1 .pro_btn2 {
	display: block;
	width: 40%;
	height: 50px;
	line-height: 51px;
	text-align: center;
	font-size: 16px;
	background: #25d366;
	border: 1px solid #fff;
	color: #101010;
	border-radius: 5px;
	float: left;
	margin-right: 0;
}
.product-detail .section-1 .pro_btn2 em {
	display: block
}
.product-detail .section-1 .pro_btn1:hover {
	background: #fff;
	border: 1px solid #fbc333;
	color: #eee
}
.product-detail .section-1 .pro_btn2:hover {
	background: #fbc333;
	border: 1px solid #fbc333;
	color: #101010
}
.product-detail .section-1 .product-detail-content {
	background-color: #fff;
	margin: 20px 0 0;
	padding: 50px 75px;
	font-size: 18px;
	line-height: 1.8;
	color: #666
}
.product-detail .section-1 .product-detail-content ul, .product-detail .section-1 .product-detail-content ol, .product-detail .section-1 .product-detail-content li {
	list-style: initial;
	padding: revert
}
.product-detail .section-1 .product-detail-content img, .product-detail .section-1 .product-detail-content video, .product-detail .section-1 .product-detail-content iframe {
	max-width: 100%
}
.product-detail .section-1 .detail-navigation {
	background-color: #fff;
	font-size: 16px;
	color: #333;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	margin-top: 20px
}
@media screen and (max-width: 1024px) {
	.product-detail .section-1 .product-table {
		font-size: 14px;
		line-height: 1.8;
		margin: 10px 0;
	}
	.product-detail .section-1 .detail-navigation {
		padding: 0 .1rem;
		font-size: .14rem
	}
	.product-detail .section-1 .pro_btn {
		width: 100%;
	}
	.product-detail .section-1 .pro_btn1, .product-detail .section-1 .pro_btn2 {
		font-size: .14rem;
		height: .4rem;
		line-height: .4rem;
	}
}
.product-detail .section-1 .detail-navigation .iconfont {
	color: #6a6a6a;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.product-detail .section-1 .detail-navigation a {
	padding: .09rem .15rem .08rem;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.product-detail .section-1 .detail-navigation a span {
	font-family: 'Montserrat';
	font-size: 0.085rem;
	font-weight: 500;
}
@media screen and (max-width: 1024px) {
	.product-detail .section-1 .detail-navigation a {
		padding: .09rem 0;
		font-size: .14rem
	}
}
.product-detail .section-1 .detail-navigation a:hover {
	color: #fff;
	background-color: #e50012
}
.product-detail .section-1 .detail-navigation a:hover .iconfont {
	color: #fff
}
.product-detail .section-1 .detail-navigation .detail-back-btn {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	white-space: nowrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
}
.product-detail .section-1 .detail-navigation .detail-back-btn p {
	font-family: 'Montserrat';
	font-size: 0.085rem;
	font-weight: 500;
}
.product-detail .section-1 .detail-navigation .detail-back-btn .iconfont {
	font-size: 24px;
	margin-right: .1rem;
	color: #072F75
}
@media screen and (max-width: 1024px) {
	.product-detail .section-1 .detail-navigation a:first-child {
		flex: none;
		-webkit-box-flex: none;
		-moz-box-flex: none;
		-ms-flex: none;
		width: 32%;
	} 
	.product-detail .section-1 .detail-navigation a:last-child {
		flex: none;
		-webkit-box-flex: none;
		-moz-box-flex: none;
		-ms-flex: none;
		width: 25%;
	}
	.product-detail .section-1 .detail-navigation .detail-back-btn .iconfont {
		font-size: .21rem
	}
	.product-detail .section-1 .detail-navigation .detail-back-btn p {
		font-size: 14px;
	}
}
.product-detail .section-1 .detail-navigation .detail-prev-btn, 
.product-detail .section-1 .detail-navigation .detail-next-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.product-detail .section-1 .detail-navigation .detail-prev-btn p, 
.product-detail .section-1 .detail-navigation .detail-next-btn p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 50%
}
.product-detail .section-1 .detail-navigation .detail-prev-btn p i, 
.product-detail .section-1 .detail-navigation .detail-next-btn p i {
	display: none
}
@media screen and (max-width: 1024px) {
	.product-detail .section-1 .detail-navigation .detail-prev-btn p i, 
	.product-detail .section-1 .detail-navigation .detail-next-btn p i {
		display: inline-block
	}
	.product-detail .section-1 .detail-navigation .detail-prev-btn p span, 
	.product-detail .section-1 .detail-navigation .detail-next-btn p span {
		display: none
	}
}
.product-detail .section-1 .detail-navigation .detail-prev-btn .iconfont {
	margin-right: .075rem
}
.product-detail .section-1 .detail-navigation .detail-next-btn {
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.product-detail .section-1 .detail-navigation .detail-next-btn .iconfont {
	margin-left: .075rem
}
@media screen and (max-width: 1024px) {
	.product-detail .section-1 .detail-navigation .detail-next-btn {
		text-align: right
	}
	.product-detail .section-1 .detail-navigation .detail-next-btn .iconfont {
		margin-left: .1rem
	}
}
.product-detail .section-1 .more-pro {
	padding: .35rem 0 .25rem
}
.product-detail .section-1 .more-pro-box {
	position: relative
}
.product-detail .section-1 .more-pro-box .more-pro-swiper {
	overflow: hidden;
	padding: 30px 0 0;
	margin-bottom: 15px
}
.product-detail .section-1 .more-pro-box .more-pro-swiper .swiper-slide {
	width: 330px
}
.product-detail .section-1 .more-pro-box .more-pro-swiper .item {
	display: block
}
.product-detail .section-1 .more-pro-box .more-pro-swiper .img-box {
	position: relative;
	padding-bottom: 66.6667%;
}
.product-detail .section-1 .more-pro-box .more-pro-swiper .img-box img {
	position: absolute;
	width: 100%;
	height: 100%;
	aspect-ratio: 3 / 2;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.product-detail .section-1 .more-pro-box .more-pro-swiper .img-box img {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	-o-object-fit: contain;
	object-fit: contain
}
.product-detail .section-1 .more-pro-box .nav-btn {
	position: absolute;
	color: #999;
	font-size: 34px;
	top: -moz-calc(((100% - 48px) / 2));
	top: calc(((100% - 48px) / 2));
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.product-detail .section-1 .more-pro-box .nav-btn:hover {
	color: #e50012
}
.product-detail .section-1 .more-pro-box .nav-btn.more-pro-prev {
	right: -moz-calc(100% + 12px);
	right: calc(100% + 12px)
}
.product-detail .section-1 .more-pro-box .nav-btn.more-pro-next {
	left: -moz-calc(100% + 12px);
	left: calc(100% + 12px)
}
.product-detail .section-2 {
	background-color: #fff;
	padding: .3rem 0 .35rem;
}
.product-detail .section-2 .info-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 18px;
	line-height: 42px;
	color: #333
}
@media screen and (max-width: 1024px) {
	.product-detail .section-1 .more-pro {
		padding: .25rem 0 .2rem;
	}
	.product-detail .section-1 .more-pro-box .more-pro-swiper {
		padding: 18px 0 0;
		margin-bottom: 8px;
	}
	.product-detail .section-1 .more-pro-box .nav-btn.more-pro-prev, 
	.product-detail .section-1 .more-pro-box .nav-btn.more-pro-next {
		display: none;
	}
	.product-detail .section-2 {
		padding: .25rem 0 .1rem;
	}
	.product-detail .section-2 .info-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		font-size: .15rem;
		line-height: 2
	}
}
.product-detail .section-2 .info-box img {
	max-width: 100%
}
.product-detail .section-2 .info-box .desc, .product-detail .section-2 .info-box .desc p, .product-detail .section-2 .info-box .desc span {
	max-width: 100% !important;
	font-size: 16px;
	line-height: 1.9;
	word-break: normal !important;
    white-space: normal !important;
}
.product-detail .section-2 .info-box .desc a {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	cursor: pointer
}
.product-detail .section-2 .info-box .desc a:hover {
	color: #e50012
}
.product-detail .section-2 .info-box .desc img {
	max-width: 100% !important;
	margin: 15px 0;
}
@media screen and (max-width: 1024px) {
	.product-detail .section-2 .info-box .desc {
		font-size: 15px !important;
		line-height: 1.7 !important;
		padding-left: 0;
		margin-top: .1rem;
	}
	.product-detail .section-2 .info-box .desc p {
		width: 100% !important;
	}
	.product-detail .section-2 .info-box .desc img {
		margin: 10px 0;
	}
}
.product-detail .section-2 .info-box .desc table {
	--border: 1px solid #e6eaf3;
	border-color: #e6eaf3;
	width: 80%;
	border: var(--border);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 15px auto;
}
.product-detail .section-2 .info-box .desc table thead {
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0)
}
.product-detail .section-2 .info-box .desc table tr.firstRow {
	background-color: #eff2f9;
	border: var(--border);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.product-detail .section-2 .info-box .desc table tr.firstRow td {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	letter-spacing: 0.5px;
	padding: 8px 10px 7px;
}
@media screen and (max-width: 1024px) {
	.product-detail .section-2 .info-box .desc table {
		width: 100%;
	}
	.product-detail .section-2 .info-box .desc table th {
		font-size: .13rem;
		padding: 0 .05rem
	}
}
.product-detail .section-2 .info-box .desc table td {
	font-size: 15px;
	color: #666;
	text-align: center;
	border: var(--border);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 10px;
}
@media screen and (max-width: 1024px) {
	.product-detail .section-2 .info-box .desc table tr.firstRow td {
		font-size: .15rem;
		padding: .06rem
	}
	.product-detail .section-2 .info-box .desc table td {
		font-size: .14rem;
		padding: .05rem
	}
}
.plan .section-1 {
	background-color: #fff;
	padding-top: .7rem
}
.plan .section-1 .desc {
	font-size: 18px;
	line-height: 42px;
	color: #666;
	margin-top: 22px
}
.plan .section-1 .img-box {
	margin-top: 50px
}
.plan .section-1 img {
	max-width: 100%
}
.plan .section-2 {
	padding: .56rem 0 .4rem
}
.plan .section-2 .list {
	margin-top: 30px
}
.plan .section-2 .list li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px
}
@media screen and (min-width: 1024px) {
	.plan .section-2 .list li:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-moz-box-orient: horizontal;
		-moz-box-direction: reverse;
		-ms-flex-flow: row-reverse;
		flex-flow: row-reverse
	}
	.plan .section-2 .list li:nth-child(even) .right {
		margin-left: 0;
		margin-right: 20px
	}
}
@media screen and (max-width: 1024px) {
	.plan .section-2 .list li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column
	}
}
.plan .section-2 .list .left {
	width: 62.5%
}
@media screen and (max-width: 1024px) {
	.plan .section-2 .list .left {
		width: 100%
	}
}
.plan .section-2 .list .left .img-box {
	height: 480px;
	width: 100%;
	overflow: hidden
}
.plan .section-2 .list .left .img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.plan .section-2 .list .left .img-box {
		height: auto;
		position: relative;
		padding-bottom: 53.33333%
	}
	.plan .section-2 .list .left .img-box img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		transition: .4s
	}
}
.plan .section-2 .list .right {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #fff;
	padding: 140px 30px 30px 5.20833vw;
	margin-left: 20px
}
@media screen and (min-width: 1920px) {
	.plan .section-2 .list .right {
		padding: 140px 30px 30px 100px
	}
}
@media screen and (max-width: 1024px) {
	.plan .section-2 .list .right {
		margin-left: 0;
		padding: .25rem .15rem
	}
}
.plan .section-2 .list .right .desc {
	font-size: 22px;
	color: #333;
	line-height: 1.6;
	margin-top: 28px
}
.plan .section-2 .list .right .desc a {
	display: block;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.plan .section-2 .list .right .desc a:hover {
	color: #e50012
}
@media screen and (max-width: 1024px) {
	.plan .section-2 .list .right .desc {
		font-size: .18rem;
		line-height: 2;
		margin-top: .15rem
	}
}
.plan .section-3 .contact-form-wrapper, .plan .section-3 .contact-form {
	background-color: transparent
}
.plan .section-4 {
	padding: 100px 0;
	background-color: #fff
}
.plan .section-4 .list-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 54px;
	margin-top: 55px
}
@media (max-width: 1024px) {
	.plan .section-4 .list-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}
}
.plan .section-4 .list-grid .list-item {
	background-color: #f0f3fa;
	border: solid 1px #d8ddea;
	padding: 55px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
@media (max-width: 1024px) {
	.plan .section-4 .list-grid .list-item {
		height: auto
	}
}
.plan .section-4 .list-grid .list-item .icon {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background-color: #fd0002;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.plan .section-4 .list-grid .list-item .t {
	text-align: center;
	font-size: 22px;
	color: #333;
	line-height: 30px;
	margin-top: 30px
}
.plan .section-4 .list-grid .list-item .info {
	font-size: 18px;
	line-height: 30px;
	color: #666;
	margin-top: 25px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical
}
.plan .section-5 {
	padding: 100px 0
}
.plan .section-5 .list-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 33px;
	margin-top: 45px
}
@media (max-width: 1024px) {
	.plan .section-5 .list-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}
}
@media (max-width: 1024px) {
	.plan .section-5 .list-grid .list-item {
		height: auto
	}
}
.plan .section-5 .list-grid .list-item .img {
	position: relative;
	padding-bottom: 45.71429%
}
.plan .section-5 .list-grid .list-item .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.plan .section-5 .list-grid .list-item .t {
	font-size: 22px;
	color: #333;
	line-height: 30px;
	margin-top: 20px
}
.plan .section-5 .list-grid .list-item .info {
	font-size: 18px;
	line-height: 36px;
	color: #666;
	margin-top: 10px;
	font-weight: normal
}
.plan .section-6 {
	background-color: #fff
}
.plan .section-6 .project-list {
	margin-top: 40px
}
@media (max-width: 1024px) {
	.plan .section-6 .project-list {
		display: block
	}
}
.plan-desc {
	color: #000;
	font-size: 36px;
	position: relative
}
@media screen and (max-width: 1024px) {
	.plan-desc {
		font-size: .26rem
	}
}
.plan-desc::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 5px solid #e50012;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 14px;
	-webkit-transform: translateY(-40%);
	-moz-transform: translateY(-40%);
	transform: translateY(-40%);
	-ms-flex-negative: 0;
	flex-shrink: 0
}
@media screen and (max-width: 1024px) {
	.plan-desc::before {
		width: .13rem;
		height: .13rem;
		border-width: .03rem;
		margin-right: .05rem;
		-webkit-transform: translateY(-18%);
		-moz-transform: translateY(-18%);
		transform: translateY(-18%)
	}
}
.download {
	padding: .6rem 0 .5rem
}
.download.download-2 .list-head {
	height: 70px;
	background-color: #737373;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 .15rem;
	margin-top: 50px
}
@media screen and (max-width: 1024px) {
	.download.download-2 .list-head {
		display: none
	}
}
.download.download-2 .list-head .item {
	color: #fff;
	font-size: 20px;
	padding-left: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.download.download-2 .list-head .item:nth-child(1) {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.download.download-2 .list-head .item:not(:first-child) {
	width: 250px
}
.download.download-2 .list {
	--color2: #999;
	margin-top: 10px
}
@media screen and (max-width: 1024px) {
	.download.download-2 .list {
		margin-top: .4rem
	}
}
.download.download-2 .list .item {
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 0 0 .15rem
}
@media screen and (max-width: 1024px) {
	.download.download-2 .list .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		height: auto;
		padding: .2rem .15rem .1rem;
		-webkit-box-align: start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
.download.download-2 .list .item::after {
	display: none
}
.download.download-2 .list .item:hover {
	--color1: #333;
	--color2: #999;
	--color3: #e50012
}
.download.download-2 .list .item:hover::after {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1)
}
.download.download-2 .list .item .title {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
@media screen and (max-width: 1024px) {
	.download.download-2 .list .item .title {
		font-size: .17rem;
		max-width: 100%
	}
}
.download.download-2 .list .item .file-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}
@media screen and (max-width: 1024px) {
	.download.download-2 .list .item .file-box {
		margin-top: .1rem;
		display: block;
		width: 100%
	}
}
.download.download-2 .list .item .file-item {
	width: 250px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
@media screen and (max-width: 1024px) {
	.download.download-2 .list .item .file-item {
		width: auto;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-right: 0;
		border-top: 1px solid #e5ebf4
	}
}
.download.download-2 .list .item .file-item a {
	display: inline-block;
	padding: 10px 28px;
	background-color: transparent;
	border-radius: 30px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	position: relative
}
@media screen and (max-width: 1024px) {
	.download.download-2 .list .item .file-item a {
		padding: .11rem .25rem .11rem 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}
@media screen and (min-width: 1024px) {
	.download.download-2 .list .item .file-item a:hover {
		background-color: #e50012;
		--color2: #fff;
		--color3: #fff
	}
	.download.download-2 .list .item .file-item a:hover .name {
		color: #fff
	}
}
.download.download-2 .list .item .file-item .name {
	font-size: 18px;
	margin-bottom: 2px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.download.download-2 .list .item .file-item .name .mb-text {
	display: none
}
@media screen and (max-width: 1024px) {
	.download.download-2 .list .item .file-item .name {
		font-size: .13rem;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex
	}
	.download.download-2 .list .item .file-item .name span:nth-of-type(1) {
		display: none
	}
	.download.download-2 .list .item .file-item .name .mb-text {
		display: inline-block
	}
}
.download.download-2 .list .item .file-item .name .iconfont {
	font-size: 18px;
	margin-left: 28px
}
@media screen and (max-width: 1024px) {
	.download.download-2 .list .item .file-item .name .iconfont {
		font-size: .13rem;
		margin-left: .05rem;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}
.download .list {
	margin-top: 50px;
	margin-bottom: 30px;
	--color1: #333;
	--color2: #666;
	--color3: #e50012
}
.download .list li {
	margin-bottom: 10px
}
.download .list .item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	height: 80px;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 .15rem;
	position: relative;
	z-index: 10
}
@media screen and (max-width: 1024px) {
	.download .list .item {
		height: .6rem
	}
}
.download .list .item::after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #e50012;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.download .list .item:hover {
	--color1: #fff;
	--color2: #fff;
	--color3: #fff
}
.download .list .item:hover::after {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1)
}
.download .list .item .title {
	font-size: 22px;
	color: var(--color1);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.download .list .item .title {
		font-size: .13rem;
		max-width: 64%
	}
}
.download .list .item .date {
	font-size: 16px;
	color: var(--color2);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.download .list .item .date {
		font-size: .11rem;
		margin-left: .2rem
	}
}
.download .list .item .iconfont {
	color: var(--color3);
	font-size: 30px;
	margin-left: 36px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.download .list .item .iconfont {
		margin-left: .1rem;
		font-size: .2rem
	}
}
.locations {
	padding: .6rem 0 .3rem
}
.locations .list {
	margin-top: 50px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap
}
@media screen and (max-width: 1024px) {
	.locations .list {
		margin-bottom: 0
	}
}
.locations .list li {
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%
}
@media screen and (max-width: 1024px) {
	.locations .list li {
		width: 100%
	}
}
@media screen and (min-width: 1024px) {
	.locations .list li:nth-child(odd) {
		padding-right: 20px
	}
	.locations .list li:nth-child(even) {
		padding-left: 20px
	}
}
.locations .list .item {
	background-color: #fff;
	height: 100%
}
.locations .list .item .img-box {
	position: relative;
	padding-bottom: 45.71429%
}
.locations .list .item .img-box img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.locations .list .item .title {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-moz-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	font-size: 26px;
	color: #333;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	margin-bottom: 17px
}
@media screen and (max-width: 1024px) {
	.locations .list .item .title {
		font-size: .19rem
	}
}
.locations .list .item .title .iconfont {
	color: #072F75;
	font-size: 28px;
	margin-right: 13px
}
@media screen and (max-width: 1024px) {
	.locations .list .item .title .iconfont {
		font-size: .19rem
	}
}
.locations .list .item .info-box {
	background-color: #fff;
	padding: 43px 58px 48px
}
@media screen and (max-width: 1024px) {
	.locations .list .item .info-box {
		padding: .3rem .2rem
	}
}
.locations .list .item .address {
	font-size: 18px;
	color: #666;
	line-height: 2
}
@media screen and (max-width: 1024px) {
	.locations .list .item .address {
		font-size: .15rem
	}
}
.contact {
	padding: .3rem 0
}
.contact .contact-form-wrapper {
	margin: 60px 0 20px;
}
.contact .map {
	margin-top: 50px;
	margin-bottom: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff
}
@media screen and (max-width: 1024px) {
	.contact .map {
		margin: .15rem 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column
	}
}
.contact .map .left {
	width: calc(40% - 120px);
	padding: 60px;
}
@media screen and (max-width: 1024px) {
	.contact .map .left {
		width: calc(100% - .3rem);
		padding: .2rem .15rem .1rem
	}
}
.contact .map .left .head {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 30px;
	color: #b00;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	margin-bottom: .2rem
}
@media screen and (max-width: 1024px) {
	.contact .map .left .head {
		font-size: .22rem;
		font-weight: 600;
		margin-bottom: .15rem;
	}
}
.contact .map .left .head::after {
	content: '';
	height: 4px;
	background-color: #072F75;
	border-left: .5rem solid #e50012;
	margin-top: .2rem
}
.contact .map .left .item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 17px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 20px;
	-webkit-box-align: baseline;
	-moz-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.contact .map .left .item span {
	font-size: 18px;
	font-weight: 500;
}
@media screen and (max-width: 1024px) {
	.contact .map .left .head::after {
		height: 3px;
		margin-top: .15rem
}
	.contact .map .left .item {
		font-size: .14rem;
		margin-bottom: .1rem;
		white-space: normal;
	}
	.contact .map .left .item p {
		padding: 0;
	}
	.contact .map .left .item span {
		font-size: .15rem;
	}
}
.contact .map .left .item img {
	width: 24px;
	margin-right: .06rem;
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	transform: translateY(20%)
}
@media screen and (max-width: 1024px) {
	.contact .map .left .item img {
		width: .17rem
	}
}
.contact .map .right {
	width: 60%
}
@media screen and (max-width: 1024px) {
	.contact .contact-form-wrapper {
		margin: 15px 0 20px;
	}
	.contact .contact-form-wrapper .contact-form .section-title {
		padding-top: .2rem;
	}
	.contact .map .right {
		width: 100%
	}
}
.contact .map .right img {
	max-width: 100%
}
@media screen and (max-width: 1024px) {
	.contact .map .right img:first-of-type {
		display: none
	}
	.contact .map .right img:last-of-type {
		display: inline-block
	}
}
.contact .contact-list > li {
	margin-top: 30px
}
.contact .contact-list .list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	margin-top: 24px;
	padding-bottom: 60px;
	--nameColor: #333;
	--infoColor: #666;
	--bg: #fff;
	--circleColor: rgba(255, 36, 36, 0.1)
}
.contact .contact-list .list li {
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px
}
@media screen and (max-width: 1024px) {
	.contact .contact-list .list li {
		width: 100%;
		margin-bottom: .2rem
	}
}
@media screen and (min-width: 1024px) {
	.contact .contact-list .list li:nth-child(3n+1) {
		padding-right: 20px
	}
	.contact .contact-list .list li:nth-child(3n+2) {
		padding: 0 10px
	}
	.contact .contact-list .list li:nth-child(3n+3) {
		padding-left: 20px
	}
}
.contact .contact-list .list .item {
	height: 250px;
	background-color: var(--bg);
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding: 58px 58px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.contact .contact-list .list .item {
		padding: .25rem .15rem .2rem;
		height: auto
	}
}
.contact .contact-list .list .item:hover {
	--nameColor: #fff;
	--infoColor: #fff;
	--bg: #e50012;
	--circleColor: rgba(255, 255, 255, 0.2)
}
.contact .contact-list .list .item::after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 30px solid var(--circleColor);
	right: 0;
	bottom: 0;
	-webkit-transform: translate(22px, 22px);
	-moz-transform: translate(22px, 22px);
	transform: translate(22px, 22px);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.contact .contact-list .list .item .name {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 24px;
	color: var(--nameColor);
	margin-bottom: 17px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.contact .contact-list .list .item .name {
		font-size: .21rem;
		margin-bottom: .1rem
	}
}
.contact .contact-list .list .item .info {
	font-size: 18px;
	color: var(--infoColor);
	line-height: 2;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.contact .contact-list .list .item .info {
		font-size: .15rem
	}
}
.faq {
	padding: .6rem 0 .4rem
}
.faq .list {
	margin-top: 50px;
	--titleColor: #010101;
	--descColor: #666;
	--bg: #fff
}
.faq .list li {
	margin-bottom: 20px
}
.faq .list .item {
	background-color: var(--bg);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 35px 35px 35px 46px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	position: relative;
	z-index: 10
}
@media screen and (max-width: 1024px) {
	.faq .list .item {
		padding: .15rem
	}
}
.faq .list .item::after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #e50012;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.faq .list .item:hover {
	--titleColor: #fff;
	--descColor: #fff
}
.faq .list .item:hover::after {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1)
}
.faq .list .item .info-box {
	width: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 18px
}
@media screen and (max-width: 1024px) {
	.faq .list .item .info-box {
		padding-top: 0
	}
}
.faq .list .item .info-box:last-child {
	padding-bottom: 12px
}
@media screen and (max-width: 1024px) {
	.faq .list .item .info-box:last-child {
		padding-bottom: 0
	}
}
.faq .list .item .title {
	font-size: 26px;
	color: var(--titleColor);
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.faq .list .item .title {
		font-size: .18rem;
		line-height: 1;
		margin-bottom: .08rem
	}
}
.faq .list .item .desc {
	font-size: 16px;
	color: var(--descColor);
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.faq .list .item .desc {
		font-size: .12rem;
		line-height: 1.5
	}
}
.faq .list .item .img {
	width: 280px;
	margin-left: 94px
}
@media screen and (max-width: 1024px) {
	.faq .list .item .img {
		margin-left: 0;
		width: 1.4rem
	}
}
.faq .list .item .img .img-box {
	height: 160px;
	width: 100%;
	overflow: hidden
}
.faq .list .item .img .img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
@media screen and (max-width: 1024px) {
	.faq .list .item .img .img-box {
		height: auto;
		position: relative;
		padding-bottom: 57.14286%
	}
	.faq .list .item .img .img-box img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		transition: .4s
	}
}
.detail {
	padding-top: .57rem;
	padding-bottom: .47rem
}
.detail .section-title {
	font-size: 28px
}
@media screen and (max-width: 1024px) {
	.detail {
		padding-top: .45rem;
		padding-bottom: .25rem;
	}
	.detail .section-title {
		font-size: .24rem
	}
}
.detail .section-title::before {
	-webkit-transform: translateY(-20%);
	-moz-transform: translateY(-20%);
	transform: translateY(-20%)
}
.detail.faq-detail .detail-box {
	background-color: #fff
}
.detail.case-detail .detail-box {
	background-color: #fff
}
.detail.case-detail .detail-box .left {
	padding: .32rem 2.60417vw .4rem 3.4375vw;
	width: 66.31944%
}
@media screen and (max-width: 1024px) {
	.detail.case-detail .detail-box .left {
		padding: 0 .15rem 0
	}
}
.detail.case-detail .detail-box .right {
	background-color: #fff;
	padding: .315rem 2.70833vw 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.detail.case-detail .detail-box .newest .item {
	margin-bottom: 30px
}
.detail.case-detail .detail-box .newest .item .img {
	margin-left: 0;
	border: none;
	padding-bottom: 0
}
.detail.case-detail .detail-box .newest .item .img-box {
	position: relative;
	padding-bottom: 65.78947%
}
.detail.case-detail .detail-box .newest .item .img-box img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.detail.case-detail .detail-box .newest .item .title {
	text-align: center;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
	padding: 0 .1rem
}
.detail.case-detail .detail-box .newest .item .title span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.detail.case-detail .detail-box .newest .item .title::before {
	display: none
}
.detail.case-detail .detail-box .detail-head .section-title {
	font-size: 26px
}
@media screen and (max-width: 1024px) {
	.detail.case-detail .detail-box .detail-head .section-title {
		font-size: .2rem
	}
}
.detail.case-detail .detail-box .detail-head .section-title::before {
	-webkit-transform: translateY(-10%);
	-moz-transform: translateY(-10%);
	transform: translateY(-10%)
}
.detail.case-detail .detail-box .case-detail-content {
	border-top: 1px solid rgba(193, 195, 199, 0.3);
}
.detail.case-detail .detail-box .case-detail-content .img-box img {
	max-width: 100%
}
.detail.case-detail .detail-box .case-detail-content .info-box {
	background-color: #f0f3fa;
	padding: 35px 45px
}

.detail.case-detail .detail-box .case-detail-info .info-box {
	color: #666;
	font-size: 17px;
	line-height: 2;
	padding-top: 40px;
}
.detail.case-detail .detail-box .case-detail-info .info-box p {
	margin-bottom: 10px
}
.detail.case-detail .detail-box .case-detail-info .info-box img {
	max-width: 100%;
	height: auto !important
}
.detail.case-detail .detail-box .case-detail-info .info-box video, .detail.case-detail .detail-box .case-detail-info .info-box iframe {
	max-width: 100%
}
.detail.case-detail .detail-box .case-detail-info .info-box ul {
	list-style: disc
}
.detail.case-detail .detail-box .case-detail-info .info-box ul li {
	list-style: disc
}
.detail.case-detail .detail-box .case-detail-info .info-box ol {
	list-style: decimal
}
.detail.case-detail .detail-box .case-detail-info .info-box ol li {
	list-style: decimal
}
.detail.case-detail .detail-box .case-detail-info .info-box .title {
	font-size: 20px;
	color: #333;
	line-height: 2
}
@media screen and (max-width: 1024px) {
	.detail.case-detail .detail-box .case-detail-content .info-box {
		font-size: .15rem;
		line-height: 1.7;
		padding-top: 0;
		padding: .2rem .15rem
	}
}

.detail.case-detail .detail-box .case-detail-content .info-box .item {
	font-size: 18px;
	line-height: 2;
	color: #333;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-moz-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}
.detail.case-detail .detail-box .case-detail-content .info-box .item:not(:last-child) {
	margin-bottom: 20px
}
.detail.case-detail .detail-box .case-detail-content .info-box .item::before {
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 3px solid #e50012;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.detail.case-detail .detail-box .case-detail-info .head {
	height: 70px;
	background-image: -moz-linear-gradient(25deg, #e50012 0%, #e50012 40%, #ff8282, 40%, #ff8282, 42%, #ffabab, 42%, #ffabab 44%, #ffabab 44%, #ffe5e5 44%);
	background-image: linear-gradient(65deg, #e50012 0%, #e50012 40%, #ff8282, 40%, #ff8282, 42%, #ffabab, 42%, #ffabab 44%, #ffabab 44%, #ffe5e5 44%);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 18px
}
@media screen and (max-width: 1024px) {
	.detail.case-detail .detail-box .case-detail-info .head {
		height: .5rem;
		background-image: -moz-linear-gradient(25deg, #e50012 0%, #e50012 50%, #ff8282, 50%, #ff8282, 54%, #ffabab, 54%, #ffabab 58%, #ffabab 58%, #ffe5e5 58%);
		background-image: linear-gradient(65deg, #e50012 0%, #e50012 50%, #ff8282, 50%, #ff8282, 54%, #ffabab, 54%, #ffabab 58%, #ffabab 58%, #ffe5e5 58%)
	}
}
.detail.case-detail .detail-box .case-detail-info .head .section-title {
	font-size: 26px
}
@media screen and (max-width: 1024px) {
	.detail.case-detail .detail-box .case-detail-info .head .section-title {
		font-size: .18rem
	}
}
.detail.case-detail .detail-box .case-detail-info .head .section-title::before {
	border-color: #fff;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0)
}

.detail.news-detail {
	padding: 0
}
.detail.news-detail .detail-box .right {
	background-color: transparent;
	padding: .5rem 0 0 2.35vw
}
@media screen and (max-width: 1024px) {
	.detail.news-detail .detail-box .right {
		border-top: 1px solid #bbb;
		padding: .2rem 0 0
	}
	.detail.news-detail .detail-box .right .newest-box {
		padding: 0
	}
}
.detail.news-detail .detail-box .left {
	padding: .5rem 3.6667vw .4rem 0;
	width: 75%
}
@media screen and (max-width: 1024px) {
	.detail.news-detail .detail-box .left {
		padding: .25rem 0 0
	}
}
.detail.news-detail .detail-box .news-detail-title {
	color: #333
}
.detail.news-detail .detail-box .newest .item .img {
	margin-left: 0;
	margin-top: 11px;
	border-bottom: 1px solid rgba(193, 195, 199, 0.3);
	padding-bottom: 32px
}
.detail.news-detail .detail-box .newest .item .img-box {
	overflow: hidden;
	position: relative;
	padding-bottom: 66.6667%
}
.detail.news-detail .detail-box .newest .item .img-box img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.detail.news-detail .detail-box .newest .item .title {
	font-size: 17px;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
@media screen and (max-width: 1024px) {
	.detail.news-detail .detail-box .newest .item .title {
		font-size: .15rem
	}
}
.detail.news-detail .detail-box .newest .item .title:before {
	display: none
}
.detail .detail-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}
@media screen and (max-width: 1024px) {
	.detail .detail-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		padding-top: .2rem;
		padding-bottom: .2rem
	}
}
.detail .detail-box .left {
	width: 68.05556%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .32rem 2.60417vw .27rem 3.33333vw;
	border-right: 1px solid rgba(193, 195, 199, 0.3)
}
@media screen and (max-width: 1600px) {
	.detail .detail-box .left {
		padding-left: 2.60417vw
	}
}
@media screen and (max-width: 1366px) {
	.detail .detail-box .left {
		width: 68.05556%
	}
}
@media screen and (max-width: 1024px) {
	.detail .detail-box .left {
		width: 100% !important;
		padding: 0 .15rem;
		border-right: none
	}
}
.detail .detail-box .right {
	width: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: .315rem 3.125vw 0;
	background-color: #fafbfd
}
@media screen and (max-width: 1600px) {
	.detail .detail-box .right {
		padding-right: 5.20833vw
	}
}
@media screen and (max-width: 1440px) {
	.detail .detail-box .right {
		padding-right: 6.25vw
	}
}
@media screen and (max-width: 1024px) {
	.detail .detail-box .right {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}
	.detail.case-detail .detail-box .right {
		padding: .2rem 0 0;
	}
}
.detail .detail-box .detail-head {
	padding-bottom: 30px
}
@media screen and (max-width: 1024px) {
	.detail .detail-box .detail-head {
		padding-bottom: .2rem
	}
}
.detail .detail-box .news-detail-title {
	font-family: 'Open Sans Condensed';
	font-weight: 600;
	font-size: 30px;
	color: #000;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
@media screen and (max-width: 1024px) {
	.detail .detail-box .news-detail-title {
		font-size: .21rem;
		margin-bottom: .05rem;
		text-align: center;
		line-height: 1.5
	}
}
.detail .detail-box .news-detail-data {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #999;
	margin-top: 12px
}
@media screen and (max-width: 1024px) {
	.detail .detail-box .news-detail-data {
		font-size: .13rem;
		text-align: center;
		margin-top: 6px;
	}
}
.detail .detail-box .news-detail-data span {
	margin-right: 15px
}
@media screen and (max-width: 1024px) {
	.detail .detail-box .news-detail-data span {
		margin-right: .075rem
	}
}
.detail .detail-box .news-detail-content {
	color: #444;
	font-size: 16px;
	line-height: 1.9;
	border-top: 1px solid rgba(102, 102, 102, 0.3);
	border-bottom: 1px solid rgba(102, 102, 102, 0.3);
	padding-top: 25px;
	padding-bottom: 50px;
}
.detail .detail-box .news-detail-content img {
	max-width: 100%;
	height: auto !important;
	margin: 15px auto;
}
.detail .detail-box .news-detail-content video, .detail .detail-box .news-detail-content iframe {
	max-width: 100%
}
.detail .detail-box .news-detail-content ul {
	list-style: disc
}
.detail .detail-box .news-detail-content ul li {
	list-style: disc
}
.detail .detail-box .news-detail-content ol {
	list-style: decimal
}
.detail .detail-box .news-detail-content ol li {
	list-style: decimal
}
@media screen and (max-width: 1024px) {
	.detail .detail-box .news-detail-content {
		font-size: .15rem;
		line-height: 1.7;
		padding-bottom: .2rem
	}
	.detail .detail-box .news-detail-content img {
		margin: 10px auto;
	}
}
.detail .detail-box .newest-box {
	padding-bottom: 30px
}
@media screen and (max-width: 1024px) {
	.detail .detail-box .newest-box {
		padding: 0 .15rem
	}
}
.detail .detail-box .newest {
	border-top: 1px solid rgba(193, 195, 199, 0.3);
	padding-top: 20px;
	margin-top: 16px;
}
.detail .detail-box .newest .item {
	display: block;
	margin-bottom: 20px;
	position: relative
}
@media screen and (max-width: 1024px) {
	.detail .detail-box .newest {
    	padding-top: 0.15rem;
		margin-top: 12px;
	}
	.detail .detail-box .newest .item {
		margin-bottom: .15rem
	}
	.detail.case-detail .detail-box .newest .item {
		margin-bottom: 10px;
	}
	.detail.case-detail .detail-box .newest .item .title {
		font-size: 15px;
		padding: 0;
	}
	.detail.news-detail .detail-box .newest .item .img {
		padding-bottom: 20px;
		margin-top: 12px;
	}
	.detail.news-detail .detail-box .newest .item .img:last-child {
		border-bottom: none;
		padding-bottom: 8px;
	}
}
.detail .detail-box .newest .item:hover .img-box img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05)
}
.detail .detail-box .newest .item .img {
	margin-left: 23px;
	margin-top: 11px;
	border-bottom: 1px solid rgba(193, 195, 199, 0.3);
	padding-bottom: 32px
}
.detail .detail-box .newest .item .img-box {
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%
}
.detail .detail-box .newest .item .img-box img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.detail .detail-box .newest .item .title {
	font-size: 18px;
	line-height: 32px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-moz-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}
.detail .detail-box .newest .item .title:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #072F75;
	margin-right: 13px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
@media screen and (max-width: 1024px) {
	.detail .detail-box .newest .item .title {
		font-size: .17rem
	}
}
.detail .detail-box .news-detail-navigation {
	display: block;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px
}
@media screen and (max-width: 1024px) {
	.detail .detail-box .news-detail-navigation {
		margin-top: .15rem;
		margin-bottom: .2rem
	}
}
.detail .detail-box .news-detail-navigation .box {
	display: block;
	width: 100%;
}
.detail .detail-box .news-detail-navigation .box a {
	display: block;
	font-size: 15px;
	color: #666;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.detail .detail-box .news-detail-navigation .box a strong {
	font-weight: 500;
}
@media screen and (max-width: 1024px) {
	.detail .detail-box .news-detail-navigation .box a {
		font-size: .14rem;
		line-height: 1.8;
	}
}
.detail .detail-box .news-detail-navigation .box a:hover {
	color: #e50012
}
.detail .detail-box .news-detail-navigation .box .iconfont {
	font-size: 12px
}
/* Form */
.msgbg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}
.msg-form {
	position: fixed;
	max-width: 760px;
	height: 430px;
	top: 50%;
	left: 50%;
	width: 90%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1000;
	/* height: 80%; */
	overflow-x: auto;
	display: none;
	-webkit-overflow-scrolling: touch;
}
.m-msg-table {
	background: #F4F4F4;
	border-top: 5px solid #e50113;;
	padding: 25px 40px 35px;
}
.formtitle {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
	padding-right: 60px;
	margin-bottom: 10px;
}
.form-text {
	font-size: 15px;
	color: rgba(47, 47, 47, 0.7);
}
.msg-formtable {
	margin-top: 20px;
	border-top: 1px solid #D2D2D2;
	padding: 18px 0 0;
}
.input-item {
	position: relative;
}
.name-tit {
	font-size: 16px;
	margin-bottom: 10px;
	color: #373737;
}
.name-tit em {
	font-style: normal;
	color: #d91921;
}
.quote-box {
	position: relative;
	background: #fff;
}
.quote-box span {
	position: absolute;
	width: 55px;
	top: 0;
	left: 0;
	height: 100%;
	background: #cacaca;
	text-align: center;
}
.quote-box span img {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.quote-box input, .quote-box textarea, .quote-box select {
	font-size: 15px;
	height: 50px;
	width: 100%;
	padding: 10px 0;
	line-height: 1.4;
}
.quote-box input {
	padding: 0;
}
.quote-box textarea {
	height: 90px;
}
.quote-box select {
	background: url("../img/wicon20.png") right center no-repeat;
}
.sign-text {
	color: rgba(47, 47, 47, 0.7);
	font-size: 16px;
	padding-top: 20px;
}
.sign-text .check-icon {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: -7px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #eee;
}
.sign-text.cur .check-icon {
	background: rgba(255, 255, 255, 0.8) url("../img/icon_star.png") 4px 3px no-repeat;
	background-size: 68%;
}
.contact-submit {
	margin-top: 28px;
	margin-bottom: 0;
}
.contact-submit input {
	display: block;
	width: 240px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #fff;
	background: #e50113;
	cursor: pointer;
	-webkit-appearance: button;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.popclose-btn {
	width: 40px;
	height: 40px;
	background: #e50113;
	border-radius: 4px;
	display: block;
	position: absolute;
	top: 25px;
	right: 30px;
	cursor: pointer;
}
.popclose-btn:after, .popclose-btn:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 2px;
	left: 8px;
	top: 20px;
	background-color: #FFF;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.popclose-btn:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.message h4 {
	height: 58px;
	background: #03a207;
	color: #fff;
	line-height: 58px;
	text-align: center;
	font-size: 18px;
}
.message .request-list {
	margin-top: 7px;
	background: #EEE;
	border-top: 5px solid #DB0F19;
}
.message .request-list .reitem {
	position: relative;
	padding: 15px 40px 15px 50px;
	line-height: 24px;
	border-bottom: 1px solid #F4F4F4;
}
.message .request-list .reitem:before {
	content: "";
	width: 6px;
	height: 6px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #DB0F19;
	display: block;
	position: absolute;
	left: 25px;
	top: 28px;
}
.request-table {
	margin-top: 35px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-right: 1px solid #D7D7D7;
}
.request-table table {
	min-width: 640px;
	width: 100%;
}
.request-table thead tr {
	background: url("../img/wimg30.jpg") center 0 no-repeat;
	-moz-background-size: 100% 70px;
	-o-background-size: 100% 70px;
	background-size: 100% 70px;
	text-align: center;
}
.request-table thead tr td {
	height: 60px;
	color: #fff;
	font-size: 18px;
}
.request-table tbody tr td {
	border-left: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	padding: 10px 24px;
}
.formtitle {
	font-family: 'Montserrat';
	font-size: 28px;
	margin-bottom: 10px;
}
.msg-formtable ul li.sgitem {
	margin: 0 -10px 20px;
}
.msg-formtable ul li.sgitem .input-item {
	float: left;
	width: calc(50% - 20px);
	padding: 0 10px;
	margin-bottom: 0;
}
.name-tit {
	font-size: 16px;
	margin-bottom: 15px;
}
.quote-box {
	padding-left: 75px;
}
.quote-box span {
	width: 55px;
}
.quote-box textarea {
	height: 85px;
}
#translate {
	position: absolute;
	right: .9rem;
	top: 2px;
	cursor: pointer;
	z-index: 999
}
#translate > .translateSelectLanguage {
	width: 130px;
	font-size: 14px;
	padding: 7px 8px 6px;
	border: 2px solid #e50012;	
	border-radius: 18px;
}

@media screen and (max-width: 768px) {
	.index-body .index-section-1 {
		padding-top: .28rem;
		padding-bottom: .3rem;
	}
	.index-body .index-section-1 .pro-swiper {
		padding-top: 0;
	}
	.index-body .index-section-1 .pro-swiper-container .normal-pagination {
		margin-top: 10px;
	}
	.normal-pagination .swiper-pagination-bullet {
		width: .1rem;
		height: .1rem;
	}
	.index-body .index-section-2 {
		padding-top: .28rem;
		padding-bottom: .3rem;
	}
	.index-body .index-section-2 .solutions-swiper {
		margin-top: 20px;
	}
	.footer-wrapper .left .title {
		margin-top: 6px;
	}
	.footer-wrapper .left .concact-box {
		margin-top: 20px;
	}
	.footer-wrapper .copyright .icon-box .btn-box {
		width: 34px;
		height: 34px;
	}
	.footer-wrapper .copyright .icon-box .btn-item img {
		width: 18px;
		height: 18px;
	}

	.msg-form {
		width: calc(99% - 40px);
		height: auto;
		padding: 10px 20px 20px;
	}
	.m-msg-table {
		border-top: 4px solid #e50113;
	}
	.popclose-btn {
		width: 28px;
		height: 28px;
		right: 20px;
		top: 20px;
	}
	.popclose-btn:after, .popclose-btn:before {
		width: 22px;
		left: 3px;
		top: 13px;
	}
	.formtitle {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.form-text {
		font-size: 15px;
		line-height: 1.5;
	}
	.msg-formtable ul li:last-child {
		padding-top: 5px;
	}
	.msg-formtable ul li.sgitem {
		margin: 0 -20px;
	}
	.msg-formtable ul li.sgitem .input-item {
		width: calc(100% - 40px);
		padding: 5px 20px;
		margin-bottom: 5px;
	}
	.quote-box {
		padding-left: 64px;
	}
	.quote-box input, .quote-box select {
		height: 46px;
	}
	.quote-box input, .quote-box textarea, .quote-box select {
		font-size: 15px;
		line-height: 1.5;
	}
	.quote-box span {
		width: 50px;
	}
	.quote-box span img {
		width: 50%;
	}
	.sign-text {
		font-size: 15px;
		padding-top: 15px;
	}
	.contact-submit {
		margin-top: 15px;
	}
	.contact-submit input {
		font-size: 15px;
		width: 180px;
		height: 42px;
		line-height: 42px;
	}
	#translate {
		right: .4rem;
		top: 1px;
	}
	#translate > .translateSelectLanguage {
		width: 100px;
		font-size: 12px;
		padding: 4px 5px;
		border: 1px solid #bbb;
		border-radius: 5px;
	}
}