@charset "utf-8";
@font-face {
	font-family: 'Urbanist';
	src: local('Urbanist Light'), local('Urbanist-Light'), url('../fonts/urbanist/Urbanist-Light.woff2') format('woff2'), url('../fonts/urbanist/Urbanist-Light.woff') format('woff'), url('../fonts/urbanist/Urbanist-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Urbanist';
	src: local('Urbanist Regular'), local('Urbanist-Regular'), url('../fonts/urbanist/Urbanist-Regular.woff2') format('woff2'), url('../fonts/urbanist/Urbanist-Regular.woff') format('woff'), url('../fonts/urbanist/Urbanist-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Urbanist';
	src: local('Urbanist Medium'), local('Urbanist-Medium'), url('../fonts/urbanist/Urbanist-Medium.woff2') format('woff2'), url('../fonts/urbanist/Urbanist-Medium.woff') format('woff'), url('../fonts/urbanist/Urbanist-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Urbanist';
	src: local('Urbanist Bold'), local('Urbanist-Bold'), url('../fonts/urbanist/Urbanist-Bold.woff2') format('woff2'), url('../fonts/urbanist/Urbanist-Bold.woff') format('woff'), url('../fonts/urbanist/Urbanist-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

:root {
	--bs-body-color: #0a1f33;
	--bs-body-font-size: 14px;
	--Gray-2: #343434;
	--Gray-3: #4c4c4c;
	--Gray-4: #d9d9d9;
	--Gray-5: #f0f0f0;
	--ngy-margin-100: 100px;
	--ngy-margin-80: 80px;
	--ngy-margin-76: 76px;
	--ngy-margin-70: 70px;
	--ngy-margin-56: 56px;
	--ngy-margin-60: 60px;
	--ngy-margin-50: 50px;
	--ngy-margin-40: 40px;
	--ngy-margin-36: 36px;
	--ngy-header-color: #0a1f33;
	--ngy-slide-nav-radius: 12px;
	overflow-x: hidden;
}

@media (max-width: 767.98px) {
	 :root[class*='translated'] body.fixed .google-translate {
		top: 60px;
	}
}

:root[lang='zh-CN'] .map,
:root[lang='zh-Hans'] .map {
	display: block;
}

@media (max-width: 1469.98px) {
	 :root {
		--ngy-margin-100: 85px;
		--ngy-margin-80: 70px;
		--ngy-margin-76: 66px;
		--ngy-margin-70: 60px;
		--ngy-margin-56: 48px;
	}
}

@media (max-width: 1199.98px) {
	 :root {
		--ngy-margin-100: 70px;
		--ngy-margin-80: 60px;
		--ngy-margin-76: 56px;
		--ngy-margin-70: 50px;
		--ngy-margin-60: 45px;
		--ngy-margin-56: 40px;
		--ngy-margin-50: 40px;
	}
}

@media (max-width: 991.98px) {
	 :root {
		--ngy-margin-100: 55px;
		--ngy-margin-80: 50px;
		--ngy-margin-76: 46px;
		--ngy-margin-70: 40px;
		--ngy-margin-60: 35px;
		--ngy-margin-56: 32px;
		--ngy-margin-50: 30px;
		--ngy-margin-36: 26px;
	}
}

@media (max-width: 767.98px) {
	 :root {
		--ngy-margin-100: 40px;
		--ngy-margin-80: 38px;
		--ngy-margin-76: 36px;
		--ngy-margin-70: 30px;
		--ngy-margin-60: 28px;
		--ngy-margin-56: 24px;
		--ngy-margin-50: 20px;
		--ngy-margin-36: 16px;
	}
}

@media (max-width: 575.98px) {
	 :root {
		--ngy-margin-70: 25px;
	}
}

@media (min-width: 1200px) {
	.row.gy-xl-56 {
		margin-top: -webkit-calc(-1 * var(--ngy-margin-56));
		margin-top: calc(-1 * var(--ngy-margin-56));
	}
	.row.gy-xl-56>* {
		margin-top: var(--ngy-margin-56);
	}
}

body,
html {
	scroll-behavior: smooth;
	scroll-padding-top: 180px;
	font-size: var(--bs-body-font-size);
}

@media (max-width: 1199.98px) {
	body,
	html {
		scroll-padding-top: 90px;
	}
}

body {
	font-family: 'Urbanist', Arial, Helvetica, 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}

body.fixed {
	overflow: hidden;
}

@media (max-width: 767.98px) {
	body.fixed .google-translate {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		pointer-events: auto;
		-webkit-transition: 0.6s;
		transition: 0.6s;
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
}

@media (min-width: 1200px) {
	body.loaded .header .nav .nav-list1 .nav-list2,
	body.loaded .header .list .list2 {
		display: block;
	}
	body.loaded .nav-xl-pro,
	body.loaded .nav-xl-list2 {
		display: -webkit-box;
		display: flex;
	}
}

.skiptranslate[style='']~.header .fade-out {
	top: 40px;
}

@media (min-width: 1200px) {
	.skiptranslate[style='']~.header.always-fixed .header-box {
		top: 40px;
	}
}

.skiptranslate[style='']~.header.fixed:not(.always-fixed) .header-box {
	-webkit-transform: translateY(-webkit-calc(100% + 40px));
	-ms-transform: translateY(calc(100% + 40px));
	transform: translateY(calc(100% + 40px));
}

.skiptranslate[style='']~.mobie-fixed .header-box {
	margin-top: 110px;
}

.ff {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.obj-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.scrollbar::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #e7e7e7;
	border-radius: 5px;
}

.scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	background-color: #e7e7e7;
}

.scrollbar::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(0, 77, 153, 0.7);
}

.scrollbar::-webkit-scrollbar-thumb:hover {
	border-radius: 5px;
	background-color: #004d99;
}

.clamp {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

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

.ts {
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.mt-90 {
	margin-top: 90px;
}

@media (max-width: 1469.98px) {
	.mt-90 {
		margin-top: 70px;
	}
}

@media (max-width: 1199.98px) {
	.mt-90 {
		margin-top: 60px;
	}
}

@media (max-width: 991.98px) {
	.mt-90 {
		margin-top: 50px;
	}
}

@media (max-width: 767.98px) {
	.mt-90 {
		margin-top: 40px;
	}
}

.mt-76 {
	margin-top: var(--ngy-margin-76);
}

.mt-56 {
	margin-top: var(--ngy-margin-56);
}

.mt-36 {
	margin-top: var(--ngy-margin-36);
}

.ajax-icon-loader {
	display: inline-block;
	width: 40px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 5px solid #004d99;
	-webkit-animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
	animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@-webkit-keyframes l20-1 {
	0% {
		-webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
		clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
	}
	12.5% {
		-webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
		clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
	}
	25% {
		-webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
		clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
	}
	50% {
		-webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
		clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
	}
	62.5% {
		-webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
		clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
	}
	75% {
		-webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
		clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
	}
	100% {
		-webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
		clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
	}
}

@keyframes l20-1 {
	0% {
		-webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
		clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
	}
	12.5% {
		-webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
		clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
	}
	25% {
		-webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
		clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
	}
	50% {
		-webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
		clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
	}
	62.5% {
		-webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
		clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
	}
	75% {
		-webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
		clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
	}
	100% {
		-webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
		clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
	}
}

@-webkit-keyframes l20-2 {
	0% {
		-webkit-transform: scaleY(1) rotate(0deg);
		transform: scaleY(1) rotate(0deg);
	}
	49.99% {
		-webkit-transform: scaleY(1) rotate(135deg);
		transform: scaleY(1) rotate(135deg);
	}
	50% {
		-webkit-transform: scaleY(-1) rotate(0deg);
		transform: scaleY(-1) rotate(0deg);
	}
	100% {
		-webkit-transform: scaleY(-1) rotate(-135deg);
		transform: scaleY(-1) rotate(-135deg);
	}
}

@keyframes l20-2 {
	0% {
		-webkit-transform: scaleY(1) rotate(0deg);
		transform: scaleY(1) rotate(0deg);
	}
	49.99% {
		-webkit-transform: scaleY(1) rotate(135deg);
		transform: scaleY(1) rotate(135deg);
	}
	50% {
		-webkit-transform: scaleY(-1) rotate(0deg);
		transform: scaleY(-1) rotate(0deg);
	}
	100% {
		-webkit-transform: scaleY(-1) rotate(-135deg);
		transform: scaleY(-1) rotate(-135deg);
	}
}

@-webkit-keyframes rotateZ {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes rotateZ {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes scaleShadow {
	0% {
		box-shadow: 0 0 0 0 #fff;
		opacity: 0.7;
	}
	100% {
		box-shadow: 0 0 0 25px #fff;
		opacity: 0;
	}
}

@keyframes scaleShadow {
	0% {
		box-shadow: 0 0 0 0 #fff;
		opacity: 0.7;
	}
	100% {
		box-shadow: 0 0 0 25px #fff;
		opacity: 0;
	}
}

@media (max-width: 767.98px) {
	@-webkit-keyframes scaleShadow {
		0% {
			box-shadow: 0 0 0 0 #fff;
			opacity: 0.7;
		}
		100% {
			box-shadow: 0 0 0 20px #fff;
			opacity: 0;
		}
	}
	@keyframes scaleShadow {
		0% {
			box-shadow: 0 0 0 0 #fff;
			opacity: 0.7;
		}
		100% {
			box-shadow: 0 0 0 20px #fff;
			opacity: 0;
		}
	}
}

@-webkit-keyframes scaleShadowSm {
	0% {
		box-shadow: 0 0 0 0 #004d99;
		opacity: 0.7;
	}
	100% {
		box-shadow: 0 0 0 15px #004d99;
		opacity: 0;
	}
}

@keyframes scaleShadowSm {
	0% {
		box-shadow: 0 0 0 0 #004d99;
		opacity: 0.7;
	}
	100% {
		box-shadow: 0 0 0 15px #004d99;
		opacity: 0;
	}
}

@-webkit-keyframes scaleShadowBorder {
	0% {
		opacity: 0.7;
		-webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
		transform: translateX(-50%) translateY(-50%) scale(0.9);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(-50%) scale(1.9);
		transform: translateX(-50%) translateY(-50%) scale(1.9);
	}
}

@keyframes scaleShadowBorder {
	0% {
		opacity: 0.7;
		-webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
		transform: translateX(-50%) translateY(-50%) scale(0.9);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(-50%) scale(1.9);
		transform: translateX(-50%) translateY(-50%) scale(1.9);
	}
}

@media (min-width: 1200px) {
	.video-box img {
		-webkit-transition: transform 1.2s;
		-webkit-transition: -webkit-transform 1.2s;
		transition: -webkit-transform 1.2s;
		transition: transform 1.2s;
		transition: transform 1.2s, -webkit-transform 1.2s;
	}
	.video-box:hover img {
		-webkit-transform: scale(1.07);
		-ms-transform: scale(1.07);
		transform: scale(1.07);
	}
}

.video-box>div,
.video-box .img-box {
	display: block;
	position: relative;
	z-index: 2;
}

.video-box>div[data-src]:not([data-src='']),
.video-box .img-box[data-src]:not([data-src='']) {
	cursor: pointer;
}

.video-box>div[data-src]:not([data-src='']):before,
.video-box .img-box[data-src]:not([data-src='']):before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.video-box>div[data-src]:not([data-src='']) .v-btn-box,
.video-box .img-box[data-src]:not([data-src='']) .v-btn-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.video-box>div[data-src]:not([data-src='']) .mask-diffusion,
.video-box .img-box[data-src]:not([data-src='']) .mask-diffusion {
	-webkit-transition: 1.2s;
	transition: 1.2s;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
	content: '';
	background-color: #fff;
	-webkit-animation: scaleShadow 3000ms linear infinite;
	animation: scaleShadow 3000ms linear infinite;
}

.video-box>div[data-src]:not([data-src='']) .mask-diffusion:nth-child(2),
.video-box .img-box[data-src]:not([data-src='']) .mask-diffusion:nth-child(2) {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.video-box>div[data-src]:not([data-src='']) .mask-diffusion:nth-child(3),
.video-box .img-box[data-src]:not([data-src='']) .mask-diffusion:nth-child(3) {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

@media (min-width: 1200px) {
	.video-box>div[data-src]:not([data-src='']):hover:before,
	.video-box .img-box[data-src]:not([data-src='']):hover:before {
		opacity: 1;
	}
	.video-box>div[data-src]:not([data-src='']):hover .v-btn-box .v-btn:after,
	.video-box .img-box[data-src]:not([data-src='']):hover .v-btn-box .v-btn:after {
		-webkit-animation: rotateZ 8000ms linear infinite;
		animation: rotateZ 8000ms linear infinite;
	}
}

.video-box .v-btn-box {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	z-index: 3;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.video-box .v-btn-box>span {
	margin-top: 25px;
	font-size: 32px;
	color: #fff;
	font-weight: 600;
}

@media (max-width: 1469.98px) {
	.video-box .v-btn-box>span {
		font-size: 28px;
	}
}

@media (max-width: 1199.98px) {
	.video-box .v-btn-box>span {
		font-size: 24px;
	}
}

@media (max-width: 991.98px) {
	.video-box .v-btn-box>span {
		font-size: 20px;
	}
}

@media (max-width: 767.98px) {
	.video-box .v-btn-box>span {
		font-size: 16px;
	}
}

.video-box .v-btn {
	text-align: center;
	font-style: normal;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	line-height: 1;
	position: relative;
}

.video-box .v-btn,
.video-box .v-btn:before {
	border-radius: 50%;
}

.video-box .v-btn:before {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	position: relative;
	z-index: 10;
	width: 32px;
	height: 32px;
	font-size: 16px;
	background-color: #004d99;
	color: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.video-box .v-btn.mask-btn .mask-diffusion {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 95%;
	height: 95%;
	content: '';
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
	background: none;
}

.video-box .v-tit {
	font-size: 32px;
	font-weight: 500;
	text-transform: capitalize;
	color: #fff;
	margin-left: 42px;
}

@media (max-width: 1469.98px) {
	.video-box .v-tit {
		font-size: 30px;
	}
}

@media (max-width: 1399.98px) {
	.video-box .v-tit {
		font-size: 28px;
	}
}

@media (max-width: 1199.98px) {
	.video-box .v-tit {
		font-size: 26px;
	}
}

@media (max-width: 991.98px) {
	.video-box .v-tit {
		font-size: 24px;
	}
}

@media (max-width: 767.98px) {
	.video-box .v-tit {
		font-size: 22px;
	}
}

@media (max-width: 575.98px) {
	.video-box .v-tit {
		font-size: 20px;
	}
}

@media (max-width: 767.98px) {
	.video-box .v-tit {
		margin-left: 30px;
	}
}

.video-box>div:not(.img-box) {
	display: -webkit-box;
	display: flex;
	position: relative;
}

.alone-video-btn:before {
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background-color: #004d99;
	color: #fff;
	border-radius: 50%;
	font-size: 18px;
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e77b';
}

@media (max-width: 1399.98px) {
	.alone-video-btn:before {
		width: 50px;
		height: 50px;
		font-size: 16px;
	}
}

@media (max-width: 767.98px) {
	.alone-video-btn:before {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
}

.table-box {
	width: 100%;
	max-width: 100%;
	overflow: auto;
}

.table-box table {
	/* width: auto !important; */
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 16px;
	margin: 0 auto;
}

@media (max-width: 991.98px) {
	.table-box table {
		font-size: 15px;
	}
}

@media (max-width: 767.98px) {
	.table-box table {
		font-size: 14px;
	}
}

.table-box table.all {
	position: initial;
	height: auto;
}

.table-box table p,
.table-box table span {
	color: inherit !important;
	font-size: 1em !important;
}

@media (max-width: 575.98px) {
	.table-box table {
		font-size: 12px;
	}
}

.table-box table colgroup {
	display: none !important;
}


/* 新增 2025年7月29日14:30:03 */

.table-box table tr:nth-child(2n+2) {
	background: #F0F4F7 !important;
}

.table-box table tr,
.table-box table td,
.table-box table th {
	vertical-align: top;
	width: auto !important;
	height: auto !important;
	word-break: normal !important;
}

.table-box table td,
.table-box table th {
	padding: 10px 0 !important;
	background: none !important;
	/* border-bottom: 1px solid #d9d9d9 !important; */
	border: 1px solid #d9d9d9 !important;
	text-align: center;
}

.table-box table tr:first-child {
	/* font-weight: bold; */
	/* color: #004d99; */
}

.table-box table tr p,
.table-box table tr span {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.table-box table td:not(:last-child) {
	padding-right: 50px !important;
}

@media (max-width: 1199.98px) {
	.table-box table td:not(:last-child) {
		padding-right: 40px !important;
	}
}

@media (max-width: 991.98px) {
	.table-box table td:not(:last-child) {
		padding-right: 30px !important;
	}
}

@media (max-width: 767.98px) {
	.table-box table td:not(:last-child) {
		padding-right: 20px !important;
	}
}

.table-box table img {
	height: auto !important;
	max-width: 100%;
}

.bg-gray {
	background-color: #f0f4f7;
}

.bg-blue {
	background-color: #eef6ff;
}

.auto-adjust-img.is-mobile img {
	max-width: 100% !important;
	height: auto !important;
	padding: 2px;
}

.auto-adjust-img p.contains-pictures {
	padding: 0;
	margin: 0;
	font-size: 0;
	overflow-x: hidden;
}

.auto-adjust-img p.contains-pictures>img {
	display: inline-block;
	margin: 4px;
}

@media (min-width: 1470px) {
	.container {
		max-width: 1440px;
	}
}

.radius-lg {
	border-radius: 60px;
}

@media (max-width: 1469.98px) {
	.radius-lg {
		border-radius: 50px;
	}
}

@media (max-width: 1199.98px) {
	.radius-lg {
		border-radius: 40px;
	}
}

@media (max-width: 991.98px) {
	.radius-lg {
		border-radius: 30px;
	}
}

@media (max-width: 767.98px) {
	.radius-lg {
		border-radius: 20px;
	}
}

.radius-50 {
	border-radius: 50px;
}

@media (max-width: 1199.98px) {
	.radius-50 {
		border-radius: 40px;
	}
}

@media (max-width: 991.98px) {
	.radius-50 {
		border-radius: 30px;
	}
}

@media (max-width: 767.98px) {
	.radius-50 {
		border-radius: 20px;
	}
}

.radius {
	border-radius: 20px;
}

@media (max-width: 1199.98px) {
	.radius {
		border-radius: 15px;
	}
}

@media (max-width: 991.98px) {
	.radius {
		border-radius: 10px;
	}
}

@media (max-width: 767.98px) {
	.radius {
		border-radius: 5px;
	}
}

.radius-middle {
	border-radius: 26px;
}

@media (max-width: 1199.98px) {
	.radius-middle {
		border-radius: 21px;
	}
}

@media (max-width: 991.98px) {
	.radius-middle {
		border-radius: 16px;
	}
}

@media (max-width: 767.98px) {
	.radius-middle {
		border-radius: 11px;
	}
}

.radius-xs {
	border-radius: 5px;
}

@media (max-width: 767.98px) {
	.radius-xs {
		border-radius: 3px;
	}
}

.txt.txt-lg li,
.txt.txt-lg p {
	font-size: 20px;
}

@media (max-width: 1199.98px) {
	.txt.txt-lg li,
	.txt.txt-lg p {
		font-size: 19px;
	}
}

@media (max-width: 991.98px) {
	.txt.txt-lg li,
	.txt.txt-lg p {
		font-size: 18px;
	}
}

@media (max-width: 767.98px) {
	.txt.txt-lg li,
	.txt.txt-lg p {
		font-size: 17px;
	}
}

@media (max-width: 575.98px) {
	.txt.txt-lg li,
	.txt.txt-lg p {
		font-size: 16px;
	}
}

.txt.txt-xs li,
.txt.txt-xs p {
	font-size: 18px;
	line-height: 1.55555556;
}

@media (max-width: 1199.98px) {
	.txt.txt-xs li,
	.txt.txt-xs p {
		font-size: 17px;
	}
}

@media (max-width: 991.98px) {
	.txt.txt-xs li,
	.txt.txt-xs p {
		font-size: 16px;
	}
}

@media (max-width: 767.98px) {
	.txt.txt-xs li,
	.txt.txt-xs p {
		font-size: 15px;
	}
}

.txt.lh-lg p {
	line-height: 1.77777778;
}

.txt img {
	max-width: 100%;
	height: auto !important;
}

.txt li,
.txt p {
	margin: 0;
	color: #525c66;
	font-weight: 500;
	font-size: 16px;
}

@media (max-width: 991.98px) {
	.txt li,
	.txt p {
		font-size: 15px;
	}
}

@media (max-width: 767.98px) {
	.txt li,
	.txt p {
		font-size: 14px;
	}
}

.title-box,
.title {
	margin-bottom: 48px;
}

@media (max-width: 1469.98px) {
	.title-box,
	.title {
		margin-bottom: 36px;
	}
}

@media (max-width: 1199.98px) {
	.title-box,
	.title {
		margin-bottom: 30px;
	}
}

@media (max-width: 991.98px) {
	.title-box,
	.title {
		margin-bottom: 25px;
	}
}

@media (max-width: 767.98px) {
	.title-box,
	.title {
		margin-bottom: 20px;
	}
}

.title-box .title {
	margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
	.title-box .title {
		width: 1180px;
	}
}

.title-box>.inline-arrow,
.title-box>.link-box {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	margin-left: 15px;
}

.title.text-center,
.title.text-center h2 {
	width: 1170px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.title.has-color h2 {
	color: #004d99;
}

.title.color-white {
	color: #fff;
}

.title.color-white h1,
.title.color-white h2,
.title.color-white p {
	color: inherit;
}

.title.d-flex h2 {
	margin-bottom: 0;
}

.title .point-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.title .point-box:before,
.title .point-box:after {
	content: '';
	width: 20px;
	height: 20px;
	background-color: #004d99;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-animation: pointScale 2s infinite;
	animation: pointScale 2s infinite;
}

.title .point-box:after {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

@media (max-width: 767.98px) {
	.title .point-box {
		margin-bottom: 10px;
	}
	.title .point-box:before,
	.title .point-box:after {
		width: 14px;
		height: 14px;
	}
}

.title h1,
.title h2 {
	margin: 0;
	font-size: 48px;
	font-weight: bold;
}

@media (max-width: 1469.98px) {
	.title h1,
	.title h2 {
		font-size: 44px;
	}
}

@media (max-width: 1399.98px) {
	.title h1,
	.title h2 {
		font-size: 40px;
	}
}

@media (max-width: 1199.98px) {
	.title h1,
	.title h2 {
		font-size: 34px;
	}
}

@media (max-width: 991.98px) {
	.title h1,
	.title h2 {
		font-size: 28px;
	}
}

@media (max-width: 767.98px) {
	.title h1,
	.title h2 {
		font-size: 26px;
	}
}

@media (max-width: 575.98px) {
	.title h1,
	.title h2 {
		font-size: 24px;
	}
}

@media (min-width: 1400px) {
	.title h1+.txt,
	.title h2+.txt {
		margin-top: 15px;
	}
}

.title h1 span,
.title h2 span {
	color: #eef6ff;
}

.title-lg h1,
.title-lg h2 {
	font-size: 52px;
}

@media (max-width: 1469.98px) {
	.title-lg h1,
	.title-lg h2 {
		font-size: 44px;
	}
}

@media (max-width: 1199.98px) {
	.title-lg h1,
	.title-lg h2 {
		font-size: 38px;
	}
}

@media (max-width: 991.98px) {
	.title-lg h1,
	.title-lg h2 {
		font-size: 32px;
	}
}

@media (max-width: 767.98px) {
	.title-lg h1,
	.title-lg h2 {
		font-size: 26px;
	}
}

.title-sm h1,
.title-sm h2 {
	font-size: 32px;
}

@media (max-width: 1469.98px) {
	.title-sm h1,
	.title-sm h2 {
		font-size: 30px;
	}
}

@media (max-width: 1399.98px) {
	.title-sm h1,
	.title-sm h2 {
		font-size: 28px;
	}
}

@media (max-width: 1199.98px) {
	.title-sm h1,
	.title-sm h2 {
		font-size: 26px;
	}
}

@media (max-width: 991.98px) {
	.title-sm h1,
	.title-sm h2 {
		font-size: 24px;
	}
}

@media (max-width: 767.98px) {
	.title-sm h1,
	.title-sm h2 {
		font-size: 22px;
	}
}

@media (max-width: 575.98px) {
	.title-sm h1,
	.title-sm h2 {
		font-size: 20px;
	}
}

.title h3 {
	font-size: 40px;
	font-weight: bold;
	margin: 0;
}

@media (max-width: 1469.98px) {
	.title h3 {
		font-size: 36px;
	}
}

@media (max-width: 1199.98px) {
	.title h3 {
		font-size: 32px;
	}
}

@media (max-width: 991.98px) {
	.title h3 {
		font-size: 30px;
	}
}

@media (max-width: 767.98px) {
	.title h3 {
		font-size: 28px;
	}
}

@media (max-width: 575.98px) {
	.title h3 {
		font-size: 26px;
	}
}

.title .txt {
	margin-top: 15px;
}

@media (max-width: 767.98px) {
	.title .txt {
		margin-top: 10px;
	}
}

.pagination {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-top: 60px;
}

@media (max-width: 991.98px) {
	.pagination {
		font-size: 15px;
	}
}

@media (max-width: 767.98px) {
	.pagination {
		font-size: 14px;
	}
}

@media (max-width: 991.98px) {
	.pagination {
		margin-top: 45px;
	}
}

@media (max-width: 767.98px) {
	.pagination {
		margin-top: 35px;
	}
}

.pagination a,
.pagination span:not(.ellipsis) {
	min-width: 44px;
	height: 44px;
	text-align: center;
	cursor: pointer;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0 5px;
	margin: 0 3px;
	color: #000;
	background: #f0f4f7;
	vertical-align: middle;
	border-radius: 50px;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.pagination a,
	.pagination span:not(.ellipsis) {
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.pagination a:hover,
	.pagination span:not(.ellipsis):hover {
		background-color: #004d99;
		color: #fff;
		border-color: #004d99;
	}
}

@media (max-width: 1199.98px) {
	.pagination a:active,
	.pagination span:not(.ellipsis):active {
		background-color: #004d99;
		color: #fff;
		border-color: #004d99;
	}
}

@media (max-width: 575.98px) {
	.pagination a,
	.pagination span:not(.ellipsis) {
		min-width: 28px;
		min-width: max(28px, 7vw);
		height: 28px;
		height: max(28px, 7vw);
		font-size: 12px;
		margin: 0 3px;
	}
}

.pagination .ellipsis {
	margin: 0 5px;
}

@media (max-width: 767.98px) {
	.pagination .ellipsis {
		margin: 0 3px;
	}
}

.pagination span.current {
	background-color: #004d99;
	color: #fff;
	border-color: #004d99;
}

.pagination span.current.prev,
.pagination span.current.next {
	display: none;
}

.pagination .next:before,
.pagination .prev:before,
.pagination .next:after,
.pagination .prev:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.2em;
	font-weight: 600;
}

@media (min-width: 768px) {
	.pagination .prev {
		margin-right: 10px;
	}
}

.pagination .prev:before {
	content: '\e9b5';
}

@media (min-width: 768px) {
	.pagination .next {
		margin-left: 10px;
	}
}

.pagination .next:after {
	content: '\e72f';
}

.google-translate {
	min-width: 100px;
}

@media (min-width: 1200px) {
	.header-top {
		background-color: #eeeeee;
		position: relative;
	}
}

.header-bottom {
	position: relative;
	z-index: 5;
}

@media (max-width: 1199.98px) {
	.header-bottom .contact-btn,
	.header-bottom .quote-btn {
		display: none !important;
	}
}

.header {
	position: relative;
	z-index: 999;
}

@media (min-width: 1200px) {
	.header.always-fixed {
		height: 0 !important;
	}
}

@media (min-width: 1200px) {
	.header.always-fixed .header-box {
		border: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		color: #fff;
	}
	.header.always-fixed .header-box:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.43);
		opacity: 0.61;
		z-index: -1;
		backdrop-filter: blur(5px);
		-webkit-transition: 0.6s;
		transition: 0.6s;
	}
}

.header.mobie-fixed .header-box {
	position: fixed;
	left: 0;
	top: -70px;
	width: 100%;
	margin: 70px 0 0;
	-webkit-transition: margin 0.8s;
	transition: margin 0.8s;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.header.mobie-fixed .header-box:after {
	max-width: 100%;
}

@media (min-width: 1200px) {
	.header.fixed:not(.always-fixed) .header-box {
		position: fixed;
		left: 0;
		top: auto;
		bottom: 100%;
		width: 100%;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-transition: -webkit-transform 0.5s;
		transition: -webkit-transform 0.5s;
		transition: transform 0.5s;
		transition: transform 0.5s, -webkit-transform 0.5s;
		background: #fff;
		box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	}
}

.header .container {
	position: relative;
}

.header .header-box {
	z-index: 2;
	position: relative;
}

.header .header-box>.container {
	position: relative;
}

@media (min-width: 1740px) {
	.header .header-box>.container {
		max-width: 1710px;
	}
}

@media (min-width: 1200px) {
	.header .header-box {
		-webkit-perspective: 500;
		perspective: 500;
	}
}

@media (min-width: 1470px) {
	.header .header-box .container-fluid {
		padding: 0 2.14707461%;
	}
}

@media (min-width: 1200px) {
	.header .header-box .info-box {
		min-height: 100px;
	}
}

.header .header-r {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
	min-height: 60px;
}

@media (max-width: 1199.98px) {
	.header .header-r {
		min-height: 70px;
	}
}

.header .header-r>* {
	margin-left: 20px;
}

@media (min-width: 1200px) {
	.header .header-r>*:not(.nav) {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		white-space: nowrap;
	}
}

@media (max-width: 575.98px) {
	.header .header-r>* {
		margin-left: 15px;
		margin-left: 4vw;
	}
}

.header .header-r>*:first-child {
	margin-left: 0;
}

.header .logo {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
}

@media (max-width: 767.98px) {
	.header .google-translate {
		margin-left: 0 !important;
		position: fixed;
		top: 20px;
		left: -webkit-calc(100% - 405px);
		left: calc(100% - 405px);
		z-index: 99999999;
		opacity: 0;
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
		pointer-events: none;
	}
}

@media (max-width: 575.98px) {
	.header .google-translate {
		left: 85px;
	}
}

.header .cart a {
	position: relative;
}

.header .cart a:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e668';
}

.header .cart a:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
	width: 6px;
	height: 6px;
	background-color: #ff0008;
	border-radius: 50%;
	margin-left: 8px;
	margin-top: -7px;
}

.header .find {
	width: 48px;
	height: 48px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	font-size: 20px;
	background-color: #004d99;
	color: #fff;
}

.header .find:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e660';
}

@media (max-width: 767.98px) {
	.header .find span {
		display: none;
	}
}

@media (min-width: 1200px) {
	.header .find {
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.header .find:hover {
		background-color: #06396b;
		box-shadow: 0px 5px 10px 0px rgba(0, 77, 153, 0.2);
	}
}

@media (max-width: 1199.98px) {
	.header .find {
		width: 34px;
		height: 34px;
		font-size: 16px;
	}
}

.header .find:active {
	-webkit-transition: 0s;
	transition: 0s;
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

@media (max-width: 1199.98px) {
	.header .header-mail {
		display: none !important;
	}
}

.header .header-mail a:before {
	content: '\e7dc';
}

.header .nav-collapse {
	position: relative;
	display: none;
	background: none;
	padding: 0;
	cursor: pointer;
	padding: 16px 0;
	overflow: hidden;
}

@media (max-width: 1199.98px) {
	.header .nav-collapse {
		vertical-align: middle;
		display: inline-block;
	}
	.header .nav-collapse.nav-collapse-1 {
		border: none;
		display: block;
		position: absolute;
		right: 25px;
		top: 10px;
		z-index: 9999;
	}
}

.header .nav-collapse .btn-line {
	width: 28px;
	height: 2px;
	display: block;
	background-color: #222;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header .nav-collapse .btn-line:not(:first-child) {
	margin-top: 5px;
}

.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
	content: '';
	display: block;
}

.header .nav-collapse.active .btn-line:nth-child(1) {
	-webkit-transform: rotateZ(45deg) translateY(5px) translateX(5px);
	-ms-transform: rotate(45deg) translateY(5px) translateX(5px);
	transform: rotateZ(45deg) translateY(5px) translateX(5px);
}

.header .nav-collapse.active .btn-line:nth-child(2) {
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}

.header .nav-collapse.active .btn-line:nth-child(3) {
	-webkit-transform: rotateZ(-45deg) translateY(-5px) translateX(5px);
	-ms-transform: rotate(-45deg) translateY(-5px) translateX(5px);
	transform: rotateZ(-45deg) translateY(-5px) translateX(5px);
}

@media (min-width: 1200px) {
	.header .nav {
		border: 1px solid #CFDAE5;
		border-radius: 52px;
		padding: 0 4px;
		display: block !important;
	}
}

@media (max-width: 1199.98px) {
	.header .nav {
		color: #000;
		margin: 0;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		position: fixed;
		top: 0;
		right: 0;
		visibility: hidden;
		height: 100%;
		width: 420px;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		background: #fff;
		text-align: left;
		padding: 70px 0 50px;
		z-index: 99999998;
		-webkit-transition: visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.header .nav .nav-box,
	.header .nav .container {
		height: 100%;
		width: 100%;
	}
	.header .nav .container {
		padding: 0;
	}
	.header .nav .tbl,
	.header .nav .tbl-cell {
		display: -webkit-box;
		display: flex;
	}
	.header .nav .tbl {
		width: 100%;
		height: 100%;
		position: relative;
	}
	.header .nav .tbl:before,
	.header .nav .tbl:after {
		position: absolute;
		width: 100%;
		height: 25px;
		content: '';
		left: 0;
		pointer-events: none;
		z-index: 3;
	}
	.header .nav .tbl:before {
		top: 0;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(40%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
		background-image: linear-gradient(#fff, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0));
	}
	.header .nav .tbl:after {
		bottom: 0;
		background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(40%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
		background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0));
	}
	.header .nav .tbl-cell {
		position: relative;
		height: 100%;
		width: 100%;
	}
	.header .nav ul {
		text-align: left;
	}
	.header .nav ul li.more {
		position: relative;
	}
	.header .nav ul li.more.current>span:after {
		content: '\e640';
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.header .nav ul li.more.current>ul {
		display: block;
	}
	.header .nav ul li.more>span {
		padding-right: 25px;
		position: relative;
	}
	.header .nav ul li.more>span:after {
		position: absolute;
		right: 0;
		top: 5px;
		padding: 12px 5px;
		line-height: 1;
		font-family: 'iconfont';
		content: '\e641';
		font-size: 18px;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		display: block;
		z-index: 3;
	}
	.header .nav ul li.more>span>a {
		display: inline-block;
	}
	.header .nav ul li:not(.more) span>a {
		display: block;
	}
	.header .nav ul li span {
		position: relative;
		z-index: 2;
		display: block;
	}
	.header .nav ul.nav-list1 {
		opacity: 1;
		margin: 0;
		max-height: 100%;
		padding: 0 20px;
		overflow-y: auto;
		touch-action: pan-y;
		/*定义滚动条轨道 内阴影+圆角*/
		/*定义滑块 内阴影+圆角*/
		/*滑块效果*/
	}
	.header .nav ul.nav-list1::-webkit-scrollbar {
		border-radius: 4px;
		width: 4px;
		height: 4px;
	}
	.header .nav ul.nav-list1::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background-color: #dcdcdc;
	}
	.header .nav ul.nav-list1::-webkit-scrollbar-thumb:hover {
		border-radius: 4px;
		background: rgba(0, 0, 0, 0.4);
	}
	.header .nav ul.nav-list1 ul {
		padding-bottom: 10px;
	}
	.header .nav ul.nav-list1 a {
		text-transform: capitalize;
	}
	.header .nav ul.nav-list1>li {
		position: relative;
		font-size: 18px;
		border-bottom: 1px solid #ccc;
		line-height: 1.6;
	}
	.header .nav ul.nav-list1>li>span>a {
		padding: 15px 0;
	}
	.header .nav ul.nav-list1>li.act {
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	.header .nav ul.nav-list1>li:not(.hidden-lg)+.hidden-lg {
		border-top: 2px solid #ccc;
	}
	.header .nav ul.nav-list1 .nav-list2 {
		padding-left: 15px;
		font-size: 14px;
	}
	.header .nav ul.nav-list1 .nav-list2>li>span>a {
		padding: 10px 0;
	}
	.header .nav ul.nav-list1 .nav-list2 .active {
		color: #004d99;
	}
	.header .nav ul.nav-list1 .nav-list3 {
		margin: 10px 0 10px 8px;
		padding-left: 25px;
		padding-bottom: 0;
		border-left: 1px solid #444;
	}
	.header .nav ul.nav-list1 .nav-list3>li>span>a {
		padding: 5px 0;
	}
	.header .nav ul.nav-list1 .nav-list3 ul {
		padding-left: 10px;
		border-left: 1px solid #444;
	}
	.header .nav ul.nav-list1 .hidden-lg {
		color: #c5c5c5;
	}
	.header .nav ul.nav2-list2 h4 {
		line-height: 50px;
		font-size: 20px;
	}
}

@media (max-width: 1199.98px) and (max-width: 1199.98px) {
	.header .nav ul .pic {
		display: none !important;
	}
}

@media (max-width: 1199.98px) and (max-width: 767.98px) {
	.header .nav ul.nav-list1>li {
		font-size: 16px;
	}
}

@media (max-width: 1199.98px) and (max-width: 767.98px) {
	.header .nav.left-100~.google-translate {
		top: -30px;
		opacity: 0;
	}
}

@media (max-width: 575.98px) {
	.header .nav {
		width: -webkit-calc(100vw - 65px);
		width: calc(100vw - 65px);
		-webkit-transform: translateX(-webkit-calc(100vw + 65px));
		-ms-transform: translateX(calc(100vw + 65px));
		transform: translateX(calc(100vw + 65px));
	}
}

.header .nav.left-100 {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.header .nav.left-200 {
	-webkit-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	transform: translateX(-200%);
	-webkit-transform: translate3d(-200%, 0, 0);
	transform: translate3d(-200%, 0, 0);
}

.header .nav.left-300 {
	-webkit-transform: translateX(-300%);
	-ms-transform: translateX(-300%);
	transform: translateX(-300%);
	-webkit-transform: translate3d(-300%, 0, 0);
	transform: translate3d(-300%, 0, 0);
}

.header .nav.left-400 {
	-webkit-transform: translateX(-400%);
	-ms-transform: translateX(-400%);
	transform: translateX(-400%);
	-webkit-transform: translate3d(-400%, 0, 0);
	transform: translate3d(-400%, 0, 0);
}

.header .nav.left-500 {
	-webkit-transform: translateX(-500%);
	-ms-transform: translateX(-500%);
	transform: translateX(-500%);
	-webkit-transform: translate3d(-500%, 0, 0);
	transform: translate3d(-500%, 0, 0);
}

@media (min-width: 1200px) {
	.header .nav .nav-list1 {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.header .nav .nav-list1 li {
		-webkit-perspective: 500;
		perspective: 500;
	}
	.header .nav .nav-list1 li:hover>ul {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.header .nav .nav-list1>li {
		text-align: left;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.header .nav .nav-list1>li>span {
		display: block;
		width: 100%;
	}
	.header .nav .nav-list1>li>span>a {
		display: -webkit-box;
		display: flex;
		text-align: center;
		font-size: 18px;
		font-weight: 500;
		color: #525C66;
		padding: 0;
		min-height: 52px;
		position: relative;
		padding: 4px 0;
	}
	.header .nav .nav-list1>li>span>a>span {
		-webkit-transition: 0.3s;
		transition: 0.3s;
		border-radius: 50px;
		padding: 0 26px;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.header .nav .nav-list1>li:hover>span>a:after,
	.header .nav .nav-list1>li.active>span>a:after {
		width: 100%;
	}
	.header .nav .nav-list1>li:hover>span>a>span,
	.header .nav .nav-list1>li.active>span>a>span {
		background-color: #004d99;
		color: #fff;
	}
	.header .nav .nav-list1>li:hover>ul {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
	}
	.header .nav .nav-list1>li.active>span>a>span {
		box-shadow: 0px 5px 10px 0px rgba(0, 77, 153, 0.2);
	}
	.header .nav .nav-list1 ul[class^='nav-list'] {
		letter-spacing: 0;
		opacity: 0;
		text-transform: capitalize;
		visibility: hidden;
		position: absolute;
		text-align: left;
		color: #222;
		background-color: #fff;
		background-clip: padding-box;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		pointer-events: none;
		box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
		border-radius: 8px;
		font-weight: 500;
	}
	.header .nav .nav-list1 ul[class^='nav-list'] li:hover>span>a {
		color: #004d99;
		text-decoration: underline;
	}
	.header .nav .nav-list1 ul[class^='nav-list'] a {
		display: block;
		padding: 5px 25px;
		position: relative;
	}
	.header .nav .nav-list1 .nav-list2 {
		top: 100%;
		left: 0;
		padding: 15px 0;
		min-width: 100%;
		z-index: 10;
		-webkit-transform-origin: center top;
		-ms-transform-origin: center top;
		transform-origin: center top;
		-webkit-transform: rotateX(-50deg);
		transform: rotateX(-50deg);
		font-size: 15px;
	}
	.header .nav .nav-list1 .nav-list2 ul[class^='nav-list'] {
		font-size: 0.95em;
	}
	.header .nav .nav-list1 .nav-list2>li {
		white-space: nowrap;
		position: relative;
	}
	.header .nav .nav-list1 .nav-list2>li>span>a {
		display: block;
		padding: 5px 25px;
	}
	.header .nav .nav-list1 .nav-list2 ul {
		left: 100%;
		position: absolute;
		top: 0;
		padding: 10px 0;
		min-width: 120px;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
		border-left: 1px solid transparent;
		-webkit-transform: rotateY(50deg);
		transform: rotateY(50deg);
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	.header .nav .nav-list1 .nav-list2 li:hover>ul {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}
	.header .nav .nav-list1 .pro-nav-list2 .active>a {
		text-decoration: underline;
	}
}

@media (min-width: 1200px) and (max-width: 1469.98px) {
	.header .nav .nav-list1>li>span>a {
		font-size: 16px;
	}
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
	.header .nav .nav-list1>li>span>a>span {
		padding: 0 20px;
	}
}

@media (min-width: 1200px) and (min-width: 1200px) {
	.header .nav .nav-list1 .nav-list2 {
		display: none;
	}
}

@media (max-width: 1199.98px) {
	.header .nav .nav-list1 {
		width: 100%;
	}
	.header .nav .nav-list1 ul {
		display: none;
	}
	.header .nav .nav-list1>li.more>span:after {
		top: 7px;
	}
	.header .nav .nav-list1>a {
		font-size: 20px;
	}
	.header .nav .nav-list1 .nav-list2>li>span>span {
		font-weight: bold;
		border-top: 1px dashed #eee;
		padding: 10px 0 5px;
		margin-top: 5px;
	}
}

@media (max-width: 1199.98px) and (max-width: 767.98px) {
	.header .nav .nav-list1>li.more>span:after {
		top: 5px;
	}
}

.header .mask-nav {
	display: none;
}

@media (max-width: 1199.98px) {
	.header .mask-nav {
		overflow: hidden;
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background: #fafafa;
		text-align: left;
		padding: 20px;
		z-index: 9999;
		text-align: center;
		background: #000;
		color: #fff;
		-webkit-transition: left 0.3s;
		transition: left 0.3s;
	}
}

.header .mask-nav .nav-top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.header .mask-nav .nav-top .back-btn:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e9b5';
	font-size: 26px;
}

.header .mask-nav .nav-top .nav-title {
	margin: 0;
	text-transform: uppercase;
	font-size: 30px;
}

@media (max-width: 767.98px) {
	.header .mask-nav .nav-top .nav-title {
		font-size: 20px;
		font-size: 5vmin;
	}
}

.header .mask-nav .content {
	margin-top: 4%;
	position: relative;
	height: 85%;
	overflow: auto;
	touch-action: pan-y;
	/*定义滚动条轨道 内阴影+圆角*/
	/*定义滑块 内阴影+圆角*/
	/*滑块效果*/
}

.header .mask-nav .content::-webkit-scrollbar {
	border-radius: 5px;
	width: 5px;
	height: 5px;
	background-color: #fff;
}

.header .mask-nav .content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	background-color: #fff;
}

.header .mask-nav .content::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #666;
}

.header .mask-nav .content::-webkit-scrollbar-thumb:hover {
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.4);
}

.header .mask-nav .content ul li {
	text-align: left;
	font-size: 20px;
	line-height: 2;
	margin: 10px 0;
}

@media (max-width: 767.98px) {
	.header .mask-nav .content ul li {
		margin: 0;
		font-size: 4vmin;
		line-height: 1.6;
		margin-top: 10px;
	}
}

.header .mask-nav .content ul li.more {
	position: relative;
}

.header .mask-nav .content ul li.more:after {
	position: absolute;
	right: 0;
	top: 50%;
	font-family: 'iconfont' !important;
	content: '\e72f';
	color: #fff;
	font-size: 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header .mask-nav .content ul li a {
	display: inline-block;
	text-transform: capitalize;
}

.header .mask-nav .content ul ul {
	display: none;
}

.header .nav-2 {
	left: 100%;
}

.header .nav-3 {
	left: 200%;
}

.header .nav-4 {
	left: 300%;
}

.header .nav-5 {
	left: 400%;
}

.header .fade-out {
	visibility: visible;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.header .list {
	border-top: 1px solid #f0f4f7;
	position: relative;
	display: -webkit-box;
	display: flex;
	padding-right: 50px;
}

@media (max-width: 1199.98px) {
	.header .list {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.header .list li:hover>span>a>span {
		color: #004d99;
	}
}

.header .list>li {
	position: relative;
	font-size: 16px;
	-webkit-perspective: 500;
	perspective: 500;
	margin-left: 80px;
}

.header .list>li:first-child {
	margin-left: 0;
}

@media (max-width: 1469.98px) {
	.header .list>li {
		margin-left: 50px;
	}
}

@media (max-width: 1399.98px) {
	.header .list>li {
		margin-left: 40px;
	}
}

@media (min-width: 1200px) {
	.header .list>li:hover>span>a:after {
		width: 100%;
	}
}

.header .list>li>span {
	height: 100%;
	display: block;
}

.header .list>li>span>a {
	text-transform: capitalize;
	position: relative;
	text-align: center;
	height: 100%;
	min-height: 60px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.header .list>li>span>a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	height: 2px;
	background-color: #004d99;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header .list>li>span>a>span {
	display: block;
	position: relative;
	padding: 8px 0;
}

.header .list>li:hover>ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotateX(0) translateX(-50%);
	transform: rotateX(0) translateX(-50%);
}

.header .list ul {
	letter-spacing: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	text-align: left;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-size: 0.9em;
	color: #222;
	text-transform: capitalize;
	background-color: #fff;
	background-clip: padding-box;
	padding-top: 5px;
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
}

.header .list ul li:first-child {
	margin-top: 0;
}

.header .list ul li:hover>a {
	text-decoration: underline;
}

.header .list ul a {
	display: block;
	padding: 5px 15px;
	position: relative;
}

@media (min-width: 1200px) {
	.header .list ul a:hover {
		color: #004d99;
	}
}

.header .list .list2 {
	display: none;
	top: 100%;
	left: 50%;
	padding: 15px 0;
	min-width: 100%;
	z-index: 10;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: rotateX(-50deg) translateX(-50%);
	transform: rotateX(-50deg) translateX(-50%);
}

.header .list .list2>li {
	white-space: nowrap;
	position: relative;
}

.header .list .list2>li>span>a {
	display: block;
	padding: 5px 20px;
}

.header .list .list2 li:hover>ul {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1;
	visibility: visible;
}

.header .list .list2 ul {
	left: 100%;
	position: absolute;
	top: 0;
	padding: 10px 0;
	min-width: 120px;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	border-left: 1px solid transparent;
	-webkit-transform: rotateY(50deg);
	transform: rotateY(50deg);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.logo {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	white-space: nowrap;
}

.logo img {
	max-width: 100%;
}

.logo .pic {
	height: 44px;
}

.logo .pic img {
	height: 100%;
}

@media (max-width: 1199.98px) {
	.logo .pic {
		height: 38px;
	}
}

@media (max-width: 767.98px) {
	.logo .pic {
		height: auto;
		width: 190px;
		width: min(190px, 32vw);
	}
	.logo .pic img {
		width: 100%;
		height: auto;
	}
}

.logo .tit {
	font-size: 34px;
	color: #004d99;
	margin-left: 8px;
	letter-spacing: -1.6px;
}

@media (max-width: 1469.98px) {
	.logo .tit {
		font-size: 30px;
	}
}

@media (max-width: 1399.98px) {
	.logo .tit {
		font-size: 26px;
	}
}

@media (max-width: 767.98px) {
	.logo .tit {
		font-size: 22px;
	}
}

@media (max-width: 575.98px) {
	.logo .tit {
		font-size: 20px;
		font-size: min(20px, 5vw);
	}
}

.nav-product {
	position: initial !important;
	-webkit-perspective: none !important;
	perspective: none !important;
}

@media (min-width: 1200px) {
	.nav-product:hover .nav-xl-pro {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}
}

.nav-xl-pro {
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: rotateX(-50deg);
	transform: rotateX(-50deg);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-clip: padding-box;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	height: -webkit-calc(100vh - 80px);
	height: calc(100vh - 80px);
	display: none;
	color: #0a1f33;
	font-size: 22px;
	z-index: 10;
	background-color: #fff;
	pointer-events: none;
}

@media (max-width: 1469.98px) {
	.nav-xl-pro {
		font-size: 18px;
	}
}

@media (max-width: 1399.98px) {
	.nav-xl-pro {
		font-size: 16px;
	}
}

.nav-xl-pro .container {
	height: 100%;
}

.nav-xl-pro .nav-xl-list {
	height: 100%;
	background-color: #fff;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 25%;
}

.nav-xl-pro ul {
	border-right: 1px solid #dedede;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	padding: 20px 30px;
}

.nav-xl-pro ul::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #fefefe;
}

.nav-xl-pro ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	background-color: #fefefe;
}

.nav-xl-pro ul::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.2);
}

.nav-xl-pro ul::-webkit-scrollbar-thumb:hover {
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.3);
}

.nav-xl-pro li {
	-webkit-perspective: none !important;
	perspective: none !important;
}

.nav-xl-pro li[data-list-id]>a:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e72f';
	-webkit-box-flex: 0;
	flex: 0 0 auto;
}

.nav-xl-pro li.active>a {
	color: #004d99;
}

@media (min-width: 1200px) {
	.nav-xl-pro li:hover>a {
		color: #004d99;
	}
}

.nav-xl-pro a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #dedede;
	line-height: 1.27272727;
	padding: 23px 0;
}

@media (max-width: 1469.98px) {
	.nav-xl-pro a {
		padding: 18px 0;
	}
}

.nav-xl-pro1~.nav-xl-list ul {
	display: none;
}

.nav-xl-pro1>ul {
	padding-left: 0;
}

@media (min-width: 1200px) {
	.nav-xl-pro1 li:hover>.nav-xl-list {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}
}

.nav-xl-list2 {
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: rotateX(-50deg);
	transform: rotateX(-50deg);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #fff;
	background-clip: padding-box;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	min-height: 382px;
	max-height: 80vh;
	overflow: auto;
	display: none;
	padding: 30px 0;
	color: #0a1f33;
	font-size: 16px;
}

@media (max-width: 991.98px) {
	.nav-xl-list2 {
		font-size: 15px;
	}
}

@media (max-width: 767.98px) {
	.nav-xl-list2 {
		font-size: 14px;
	}
}

.nav-xl-list2 .container {
	gap: 30px;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.nav-xl-list2 .nav-xl-list2-box {
	padding: 0 0 50px;
	width: 33.33333%;
}

.nav-xl-list2 .nav2-tit>a {
	font-weight: 500;
	display: block;
	border-bottom: 1px solid #222;
	padding: 10px 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.nav-xl-list2 .nav2-tit>a:hover {
		text-decoration: underline;
		color: #004d99;
	}
}

.nav-xl-list3 {
	color: #666;
	text-transform: capitalize;
	padding-top: 10px;
}

.nav-xl-list3>span {
	display: block;
	margin-top: 15px;
}

.nav-xl-list3>span>a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.nav-xl-list3>span>a:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\ee30';
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	margin-right: 8px;
	font-size: 0.8em;
	color: #004d99;
}

@media (min-width: 1200px) {
	.nav-xl-list3>span>a:hover span {
		text-decoration: underline;
		color: #004d99;
	}
}

.touch-btn.has-width>a {
	min-width: 158px;
	height: 48px;
	padding: 0 24px;
}

@media (max-width: 1469.98px) {
	.touch-btn.has-width>a {
		min-width: 148px;
		height: 42px;
		padding: 0 20px;
	}
}

@media (max-width: 767.98px) {
	.touch-btn.has-width>a {
		min-width: 100px;
		height: 34px;
		padding: 0 15px;
	}
}

.language-btn a {
	display: none;
	min-width: 120px;
	height: 48px;
	padding: 0 15px;
	border: 1px solid #004d99;
	border-radius: 50px;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-size: 16px;
	color: #004d99;
}

@media (min-width: 1200px) {
	.language-btn a {
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.language-btn a:hover {
		background-color: #004d99;
		color: #fff;
	}
}

.language-btn a:active {
	background-color: #004d99;
	color: #fff;
}

@media (max-width: 1199.98px) {
	.language-btn a {
		height: 36px;
		min-width: 100px;
		font-size: 14px;
	}
}

.language-btn .active {
	display: -webkit-box;
	display: flex;
}

.language-box {
	position: relative;
	-webkit-perspective: 500;
	perspective: 500;
	white-space: nowrap;
	z-index: 8;
}

.language-box:hover .lang-select {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.language-box:hover>a {
	color: #004d99;
}

.language-box>a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	color: #444;
	font-size: 18px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media (max-width: 1199.98px) {
	.language-box>a {
		font-size: 17px;
	}
}

@media (max-width: 991.98px) {
	.language-box>a {
		font-size: 16px;
	}
}

@media (max-width: 767.98px) {
	.language-box>a {
		font-size: 15px;
	}
}

.language-box>a:before {
	margin-right: 12px;
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e657';
	font-size: 1.1em;
	color: #004d99;
}

@media (max-width: 767.98px) {
	.language-box>a:before {
		margin-right: 8px;
	}
}

.language-box>a:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e701';
	font-size: 0.5em;
	margin-left: 8px;
}

.language-box img {
	width: 26px;
	height: auto !important;
}

.language-box img+span {
	margin-left: 20px;
}

@media (max-width: 1199.98px) {
	.language-box img+span {
		margin-left: 10px;
	}
}

.language-box .active {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	height: 40px;
}

.language-box .lang-select {
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	position: absolute;
	top: 100%;
	width: 130px;
	min-width: 100%;
	padding: 10px 15px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	-webkit-transform: rotateX(-50deg);
	transform: rotateX(-50deg);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	pointer-events: none;
	left: 0;
	color: #000;
	font-size: 16px;
}

@media (max-width: 991.98px) {
	.language-box .lang-select {
		font-size: 15px;
	}
}

@media (max-width: 767.98px) {
	.language-box .lang-select {
		font-size: 14px;
	}
}

.language-box .lang-select li {
	padding: 5px 0;
}

.language-box .lang-select img {
	margin-right: 6px;
}

.language-box .lang-select a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

@media (min-width: 1200px) {
	.language-box .lang-select a:hover {
		color: #004d99;
	}
	.language-box .lang-select a:hover span {
		color: inherit;
		text-decoration: underline;
	}
}

.language-box .lang-select a:active {
	color: #004d99;
	-webkit-transition: 0s;
	transition: 0s;
}

.language-box .lang-select a:active span {
	color: inherit;
	text-decoration: underline;
}

@-webkit-keyframes avia_pop {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes avia_pop {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.search-wrap {
	width: 280px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
	-webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
	animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
	background-color: #fff;
	padding: 15px;
	display: none;
	position: absolute;
	top: 100%;
	z-index: 3;
	right: 15px;
}

@media (max-width: 575.98px) {
	.search-wrap {
		max-width: 90%;
		padding: 10px;
		right: 10px;
	}
}

.search-box {
	position: relative;
	display: -webkit-box;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 48px;
	overflow: hidden;
	z-index: 2;
	height: 44px;
	background: none;
}

@media (max-width: 767.98px) {
	.search-box {
		height: 40px;
	}
}

.search-box input::-webkit-input-placeholder,
.search-box textarea::-webkit-input-placeholder {
	color: #666;
}

.search-box input:-o-placeholder,
.search-box textarea:-o-placeholder {
	color: #666;
}

.search-box input::-moz-placeholder,
.search-box textarea::-moz-placeholder {
	color: #666;
}

.search-box input:-ms-input-placeholder,
.search-box textarea:-ms-input-placeholder {
	color: #666;
}

.search-box input:focus::-webkit-input-placeholder,
.search-box textarea:focus::-webkit-input-placeholder {
	color: #aaa;
}

.search-box input:focus::-o-placeholder,
.search-box textarea:focus::-o-placeholder {
	color: #aaa;
}

.search-box input:focus::-moz-placeholder,
.search-box textarea:focus::-moz-placeholder {
	color: #aaa;
}

.search-box input:focus::-ms-input-placeholder,
.search-box textarea:focus::-ms-input-placeholder {
	color: #aaa;
}

.search-box input {
	width: 100%;
	background: none;
	padding: 0 0 0 20px;
}

@media (max-width: 767.98px) {
	.search-box input {
		padding: 0 15px;
	}
}

.search-box .submit {
	color: #666;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	z-index: 2;
	padding: 0 18px;
	font-size: 18px;
	background: none;
	position: relative;
}

.search-box .submit:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e660';
	font-weight: bold;
}

@media (min-width: 1200px) {
	.search-box .submit {
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.search-box .submit:hover {
		color: #004d99;
	}
}

.search-box .submit:active {
	-webkit-transition: 0s;
	transition: 0s;
	color: #004d99;
}

.search-box .submit:active:before {
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

.xs-language {
	position: absolute;
	bottom: 30px;
	left: 35px;
	z-index: 9;
}

@media (min-width: 1200px) {
	.xs-language {
		display: none;
	}
}

.xs-language a {
	font-size: 16px;
	color: #fff;
}

.xs-language span {
	margin: 0 5px;
	color: #fff;
}

.slick-dots {
	text-align: center;
	margin-top: 10px;
	position: relative;
	z-index: 2;
}

@media (max-width: 767.98px) {
	.slick-dots {
		margin-top: 5px;
	}
}

.slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: #004d99;
	margin: 5px 9px 0;
	opacity: 0.2;
}

.slick-dots li:last-child {
	margin-right: 0;
}

@media (min-width: 1200px) {
	.slick-dots li:hover {
		opacity: 1;
	}
}

.slick-dots li.slick-active {
	opacity: 1;
}

@media (max-width: 767.98px) {
	.slick-dots li {
		margin: 5px 5px 0;
		width: 8px;
		height: 8px;
	}
}

.slick-dots li button {
	display: none;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #004d99;
	color: #fff;
	border: none;
	z-index: 5;
	text-align: center;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-size: 18px;
	border-radius: 50%;
	padding: 0;
}

.slick-arrow:before {
	display: block;
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
}

@media (min-width: 1200px) {
	.slick-arrow {
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.slick-arrow:hover {
		background: #ff6c3b;
		border-color: #ff6c3b;
	}
}

.slick-arrow:active {
	background: #ff6c3b;
	border-color: #ff6c3b;
	-webkit-transition: 0s;
	transition: 0s;
	-webkit-transform: translateY(-50%) scale(0.95);
	-ms-transform: translateY(-50%) scale(0.95);
	transform: translateY(-50%) scale(0.95);
}

.inline-arrow {
	position: relative;
}

.inline-arrow.white-arrow .slick-arrow {
	background: #fff;
}

.slick-prev {
	left: 0;
}

.slick-prev:before {
	content: '\ebf6';
}

.slick-next {
	right: 0;
}

.slick-next:before {
	content: '\e65d';
}

.fz15 {
	font-size: 15px;
}

@media (max-width: 767.98px) {
	.fz15 {
		font-size: 14px;
	}
}

.fz16 {
	font-size: 16px;
}

@media (max-width: 991.98px) {
	.fz16 {
		font-size: 15px;
	}
}

@media (max-width: 767.98px) {
	.fz16 {
		font-size: 14px;
	}
}

.fz17 {
	font-size: 17px;
}

@media (max-width: 1199.98px) {
	.fz17 {
		font-size: 16px;
	}
}

@media (max-width: 991.98px) {
	.fz17 {
		font-size: 15px;
	}
}

@media (max-width: 767.98px) {
	.fz17 {
		font-size: 14px;
	}
}

.fz18 {
	font-size: 18px;
}

@media (max-width: 1199.98px) {
	.fz18 {
		font-size: 17px;
	}
}

@media (max-width: 991.98px) {
	.fz18 {
		font-size: 16px;
	}
}

@media (max-width: 767.98px) {
	.fz18 {
		font-size: 15px;
	}
}

.fz19 {
	font-size: 19px;
}

@media (max-width: 1469.98px) {
	.fz19 {
		font-size: 18px;
	}
}

@media (max-width: 1199.98px) {
	.fz19 {
		font-size: 17px;
	}
}

@media (max-width: 991.98px) {
	.fz19 {
		font-size: 16px;
	}
}

@media (max-width: 767.98px) {
	.fz19 {
		font-size: 15px;
	}
}

.fz20 {
	font-size: 20px;
}

@media (max-width: 1199.98px) {
	.fz20 {
		font-size: 19px;
	}
}

@media (max-width: 991.98px) {
	.fz20 {
		font-size: 18px;
	}
}

@media (max-width: 767.98px) {
	.fz20 {
		font-size: 17px;
	}
}

@media (max-width: 575.98px) {
	.fz20 {
		font-size: 16px;
	}
}

.fz22 {
	font-size: 22px;
}

@media (max-width: 1469.98px) {
	.fz22 {
		font-size: 21px;
	}
}

@media (max-width: 1199.98px) {
	.fz22 {
		font-size: 20px;
	}
}

@media (max-width: 991.98px) {
	.fz22 {
		font-size: 19px;
	}
}

@media (max-width: 767.98px) {
	.fz22 {
		font-size: 18px;
	}
}

@media (max-width: 575.98px) {
	.fz22 {
		font-size: 17px;
	}
}

.fz24 {
	font-size: 24px;
}

@media (max-width: 1469.98px) {
	.fz24 {
		font-size: 22px;
	}
}

@media (max-width: 1199.98px) {
	.fz24 {
		font-size: 21px;
	}
}

@media (max-width: 991.98px) {
	.fz24 {
		font-size: 20px;
	}
}

@media (max-width: 767.98px) {
	.fz24 {
		font-size: 19px;
	}
}

@media (max-width: 575.98px) {
	.fz24 {
		font-size: 18px;
	}
}

.fz26 {
	font-size: 26px;
}

@media (max-width: 1469.98px) {
	.fz26 {
		font-size: 24px;
	}
}

@media (max-width: 1199.98px) {
	.fz26 {
		font-size: 23px;
	}
}

@media (max-width: 991.98px) {
	.fz26 {
		font-size: 22px;
	}
}

@media (max-width: 767.98px) {
	.fz26 {
		font-size: 20px;
	}
}

@media (max-width: 575.98px) {
	.fz26 {
		font-size: 19px;
	}
}

.fz28 {
	font-size: 28px;
}

@media (max-width: 1469.98px) {
	.fz28 {
		font-size: 26px;
	}
}

@media (max-width: 1199.98px) {
	.fz28 {
		font-size: 25px;
	}
}

@media (max-width: 991.98px) {
	.fz28 {
		font-size: 24px;
	}
}

@media (max-width: 767.98px) {
	.fz28 {
		font-size: 22px;
	}
}

@media (max-width: 575.98px) {
	.fz28 {
		font-size: 20px;
	}
}

.fz30 {
	font-size: 30px;
}

@media (max-width: 1199.98px) {
	.fz30 {
		font-size: 28px;
	}
}

@media (max-width: 991.98px) {
	.fz30 {
		font-size: 26px;
	}
}

@media (max-width: 767.98px) {
	.fz30 {
		font-size: 24px;
	}
}

@media (max-width: 575.98px) {
	.fz30 {
		font-size: 22px;
	}
}

.fz32 {
	font-size: 32px;
}

@media (max-width: 1469.98px) {
	.fz32 {
		font-size: 30px;
	}
}

@media (max-width: 1399.98px) {
	.fz32 {
		font-size: 28px;
	}
}

@media (max-width: 1199.98px) {
	.fz32 {
		font-size: 26px;
	}
}

@media (max-width: 991.98px) {
	.fz32 {
		font-size: 24px;
	}
}

@media (max-width: 767.98px) {
	.fz32 {
		font-size: 22px;
	}
}

@media (max-width: 575.98px) {
	.fz32 {
		font-size: 20px;
	}
}

.fz34 {
	font-size: 34px;
}

@media (max-width: 1199.98px) {
	.fz34 {
		font-size: 32px;
	}
}

@media (max-width: 991.98px) {
	.fz34 {
		font-size: 30px;
	}
}

@media (max-width: 767.98px) {
	.fz34 {
		font-size: 26px;
	}
}

@media (max-width: 575.98px) {
	.fz34 {
		font-size: 24px;
	}
}

.fz36 {
	font-size: 36px;
}

@media (max-width: 1199.98px) {
	.fz36 {
		font-size: 32px;
	}
}

@media (max-width: 991.98px) {
	.fz36 {
		font-size: 28px;
	}
}

@media (max-width: 767.98px) {
	.fz36 {
		font-size: 24px;
	}
}

@media (max-width: 575.98px) {
	.fz36 {
		font-size: 22px;
	}
}

.fz38 {
	font-size: 38px;
}

@media (max-width: 1199.98px) {
	.fz38 {
		font-size: 34px;
	}
}

@media (max-width: 991.98px) {
	.fz38 {
		font-size: 30px;
	}
}

@media (max-width: 767.98px) {
	.fz38 {
		font-size: 27px;
	}
}

@media (max-width: 575.98px) {
	.fz38 {
		font-size: 24px;
	}
}

.fz40 {
	font-size: 40px;
}

@media (max-width: 1469.98px) {
	.fz40 {
		font-size: 36px;
	}
}

@media (max-width: 1199.98px) {
	.fz40 {
		font-size: 32px;
	}
}

@media (max-width: 991.98px) {
	.fz40 {
		font-size: 30px;
	}
}

@media (max-width: 767.98px) {
	.fz40 {
		font-size: 28px;
	}
}

@media (max-width: 575.98px) {
	.fz40 {
		font-size: 26px;
	}
}

.fz42 {
	font-size: 42px;
}

@media (max-width: 1469.98px) {
	.fz42 {
		font-size: 38px;
	}
}

@media (max-width: 1199.98px) {
	.fz42 {
		font-size: 34px;
	}
}

@media (max-width: 991.98px) {
	.fz42 {
		font-size: 32px;
	}
}

@media (max-width: 767.98px) {
	.fz42 {
		font-size: 30px;
	}
}

@media (max-width: 575.98px) {
	.fz42 {
		font-size: 28px;
	}
}

.fz45 {
	font-size: 45px;
}

@media (max-width: 1469.98px) {
	.fz45 {
		font-size: 40px;
	}
}

@media (max-width: 1199.98px) {
	.fz45 {
		font-size: 36px;
	}
}

@media (max-width: 991.98px) {
	.fz45 {
		font-size: 32px;
	}
}

@media (max-width: 767.98px) {
	.fz45 {
		font-size: 28px;
	}
}

@media (max-width: 575.98px) {
	.fz45 {
		font-size: 26px;
	}
}

.fz48 {
	font-size: 48px;
}

@media (max-width: 1469.98px) {
	.fz48 {
		font-size: 44px;
	}
}

@media (max-width: 1399.98px) {
	.fz48 {
		font-size: 40px;
	}
}

@media (max-width: 1199.98px) {
	.fz48 {
		font-size: 34px;
	}
}

@media (max-width: 991.98px) {
	.fz48 {
		font-size: 28px;
	}
}

@media (max-width: 767.98px) {
	.fz48 {
		font-size: 26px;
	}
}

@media (max-width: 575.98px) {
	.fz48 {
		font-size: 24px;
	}
}

.fz50 {
	font-size: 50px;
}

@media (max-width: 1469.98px) {
	.fz50 {
		font-size: 46px;
	}
}

@media (max-width: 1199.98px) {
	.fz50 {
		font-size: 40px;
	}
}

@media (max-width: 991.98px) {
	.fz50 {
		font-size: 34px;
	}
}

@media (max-width: 767.98px) {
	.fz50 {
		font-size: 28px;
	}
}

@media (max-width: 575.98px) {
	.fz50 {
		font-size: 26px;
	}
}

.fz52 {
	font-size: 52px;
}

@media (max-width: 1469.98px) {
	.fz52 {
		font-size: 44px;
	}
}

@media (max-width: 1199.98px) {
	.fz52 {
		font-size: 38px;
	}
}

@media (max-width: 991.98px) {
	.fz52 {
		font-size: 32px;
	}
}

@media (max-width: 767.98px) {
	.fz52 {
		font-size: 26px;
	}
}

.fz54 {
	font-size: 54px;
}

@media (max-width: 1469.98px) {
	.fz54 {
		font-size: 50px;
	}
}

@media (max-width: 1199.98px) {
	.fz54 {
		font-size: 42px;
	}
}

@media (max-width: 991.98px) {
	.fz54 {
		font-size: 35px;
	}
}

@media (max-width: 767.98px) {
	.fz54 {
		font-size: 30px;
	}
}

.fz56 {
	font-size: 56px;
}

@media (max-width: 1469.98px) {
	.fz56 {
		font-size: 52px;
	}
}

@media (max-width: 1199.98px) {
	.fz56 {
		font-size: 44px;
	}
}

@media (max-width: 991.98px) {
	.fz56 {
		font-size: 36px;
	}
}

@media (max-width: 767.98px) {
	.fz56 {
		font-size: 30px;
	}
}

.fz58 {
	font-size: 58px;
}

@media (max-width: 1469.98px) {
	.fz58 {
		font-size: 52px;
	}
}

@media (max-width: 1199.98px) {
	.fz58 {
		font-size: 46px;
	}
}

@media (max-width: 991.98px) {
	.fz58 {
		font-size: 40px;
	}
}

@media (max-width: 767.98px) {
	.fz58 {
		font-size: 34px;
	}
}

@media (max-width: 575.98px) {
	.fz58 {
		font-size: 28px;
	}
}

.fz60 {
	font-size: 60px;
}

@media (max-width: 1469.98px) {
	.fz60 {
		font-size: 54px;
	}
}

@media (max-width: 1199.98px) {
	.fz60 {
		font-size: 48px;
	}
}

@media (max-width: 991.98px) {
	.fz60 {
		font-size: 42px;
	}
}

@media (max-width: 767.98px) {
	.fz60 {
		font-size: 36px;
	}
}

@media (max-width: 575.98px) {
	.fz60 {
		font-size: 30px;
	}
}

.fz64 {
	font-size: 64px;
}

@media (max-width: 1469.98px) {
	.fz64 {
		font-size: 58px;
	}
}

@media (max-width: 1399.98px) {
	.fz64 {
		font-size: 54px;
	}
}

@media (max-width: 1199.98px) {
	.fz64 {
		font-size: 51px;
	}
}

@media (max-width: 991.98px) {
	.fz64 {
		font-size: 44px;
	}
}

@media (max-width: 767.98px) {
	.fz64 {
		font-size: 37px;
	}
}

@media (max-width: 575.98px) {
	.fz64 {
		font-size: 30px;
	}
}

.fz75 {
	font-size: 75px;
}

@media (max-width: 1469.98px) {
	.fz75 {
		font-size: 68px;
	}
}

@media (max-width: 1199.98px) {
	.fz75 {
		font-size: 61px;
	}
}

@media (max-width: 991.98px) {
	.fz75 {
		font-size: 54px;
	}
}

@media (max-width: 767.98px) {
	.fz75 {
		font-size: 47px;
	}
}

@media (max-width: 575.98px) {
	.fz75 {
		font-size: 40px;
	}
}

.fz80 {
	font-size: 80px;
}

@media (max-width: 1469.98px) {
	.fz80 {
		font-size: 70px;
	}
}

@media (max-width: 1199.98px) {
	.fz80 {
		font-size: 60px;
	}
}

@media (max-width: 991.98px) {
	.fz80 {
		font-size: 50px;
	}
}

@media (max-width: 767.98px) {
	.fz80 {
		font-size: 35px;
	}
}

.tit-16 {
	font-size: 16px;
	line-height: 1.7;
}

@media (max-width: 991.98px) {
	.tit-16 {
		font-size: 15px;
	}
}

@media (max-width: 767.98px) {
	.tit-16 {
		font-size: 14px;
	}
}

.tit-18 {
	font-size: 18px;
	line-height: 1.22222222;
}

@media (max-width: 1199.98px) {
	.tit-18 {
		font-size: 17px;
	}
}

@media (max-width: 991.98px) {
	.tit-18 {
		font-size: 16px;
	}
}

@media (max-width: 767.98px) {
	.tit-18 {
		font-size: 15px;
	}
}

.tit-20 {
	font-size: 20px;
	line-height: 1.3;
}

@media (max-width: 1199.98px) {
	.tit-20 {
		font-size: 19px;
	}
}

@media (max-width: 991.98px) {
	.tit-20 {
		font-size: 18px;
	}
}

@media (max-width: 767.98px) {
	.tit-20 {
		font-size: 17px;
	}
}

@media (max-width: 575.98px) {
	.tit-20 {
		font-size: 16px;
	}
}

.tit-30 {
	font-size: 30px;
	line-height: 1.3;
}

@media (max-width: 1199.98px) {
	.tit-30 {
		font-size: 28px;
	}
}

@media (max-width: 991.98px) {
	.tit-30 {
		font-size: 26px;
	}
}

@media (max-width: 767.98px) {
	.tit-30 {
		font-size: 24px;
	}
}

@media (max-width: 575.98px) {
	.tit-30 {
		font-size: 22px;
	}
}

.tit-32 {
	font-size: 32px;
	line-height: 1.3;
}

@media (max-width: 1469.98px) {
	.tit-32 {
		font-size: 30px;
	}
}

@media (max-width: 1399.98px) {
	.tit-32 {
		font-size: 28px;
	}
}

@media (max-width: 1199.98px) {
	.tit-32 {
		font-size: 26px;
	}
}

@media (max-width: 991.98px) {
	.tit-32 {
		font-size: 24px;
	}
}

@media (max-width: 767.98px) {
	.tit-32 {
		font-size: 22px;
	}
}

@media (max-width: 575.98px) {
	.tit-32 {
		font-size: 20px;
	}
}

.tit-48 {
	font-size: 48px;
	line-height: 1.3;
}

@media (max-width: 1469.98px) {
	.tit-48 {
		font-size: 44px;
	}
}

@media (max-width: 1399.98px) {
	.tit-48 {
		font-size: 40px;
	}
}

@media (max-width: 1199.98px) {
	.tit-48 {
		font-size: 34px;
	}
}

@media (max-width: 991.98px) {
	.tit-48 {
		font-size: 28px;
	}
}

@media (max-width: 767.98px) {
	.tit-48 {
		font-size: 26px;
	}
}

@media (max-width: 575.98px) {
	.tit-48 {
		font-size: 24px;
	}
}

.fs-14-20 {
	line-height: 1.42857143;
}

.fs-14-22 {
	line-height: 1.57142857;
}

.fs-16-20 {
	font-size: 16px;
	line-height: 1.25;
}

@media (max-width: 991.98px) {
	.fs-16-20 {
		font-size: 15px;
	}
}

@media (max-width: 767.98px) {
	.fs-16-20 {
		font-size: 14px;
	}
}

.fs-16-24 {
	font-size: 16px;
	line-height: 1.5;
}

@media (max-width: 991.98px) {
	.fs-16-24 {
		font-size: 15px;
	}
}

@media (max-width: 767.98px) {
	.fs-16-24 {
		font-size: 14px;
	}
}

.fs-16-26 {
	font-size: 16px;
	line-height: 1.625;
}

@media (max-width: 991.98px) {
	.fs-16-26 {
		font-size: 15px;
	}
}

@media (max-width: 767.98px) {
	.fs-16-26 {
		font-size: 14px;
	}
}

.fs-18-28 {
	font-size: 18px;
	line-height: 1.55555556;
}

@media (max-width: 1199.98px) {
	.fs-18-28 {
		font-size: 17px;
	}
}

@media (max-width: 991.98px) {
	.fs-18-28 {
		font-size: 16px;
	}
}

@media (max-width: 767.98px) {
	.fs-18-28 {
		font-size: 15px;
	}
}

.fs-18-26-b {
	font-size: 18px;
	line-height: 1.44444444;
	font-weight: bold;
}

@media (max-width: 1199.98px) {
	.fs-18-26-b {
		font-size: 17px;
	}
}

@media (max-width: 991.98px) {
	.fs-18-26-b {
		font-size: 16px;
	}
}

@media (max-width: 767.98px) {
	.fs-18-26-b {
		font-size: 15px;
	}
}

.fs-20-30 {
	font-size: 20px;
	line-height: 1.5;
}

@media (max-width: 1199.98px) {
	.fs-20-30 {
		font-size: 19px;
	}
}

@media (max-width: 991.98px) {
	.fs-20-30 {
		font-size: 18px;
	}
}

@media (max-width: 767.98px) {
	.fs-20-30 {
		font-size: 17px;
	}
}

@media (max-width: 575.98px) {
	.fs-20-30 {
		font-size: 16px;
	}
}

.fs-20-24-m {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
}

@media (max-width: 1199.98px) {
	.fs-20-24-m {
		font-size: 19px;
	}
}

@media (max-width: 991.98px) {
	.fs-20-24-m {
		font-size: 18px;
	}
}

@media (max-width: 767.98px) {
	.fs-20-24-m {
		font-size: 17px;
	}
}

@media (max-width: 575.98px) {
	.fs-20-24-m {
		font-size: 16px;
	}
}

.fs-20-24-b {
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
}

@media (max-width: 1199.98px) {
	.fs-20-24-b {
		font-size: 19px;
	}
}

@media (max-width: 991.98px) {
	.fs-20-24-b {
		font-size: 18px;
	}
}

@media (max-width: 767.98px) {
	.fs-20-24-b {
		font-size: 17px;
	}
}

@media (max-width: 575.98px) {
	.fs-20-24-b {
		font-size: 16px;
	}
}

.fs-24-30-m {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 500;
}

@media (max-width: 1469.98px) {
	.fs-24-30-m {
		font-size: 22px;
	}
}

@media (max-width: 1199.98px) {
	.fs-24-30-m {
		font-size: 21px;
	}
}

@media (max-width: 991.98px) {
	.fs-24-30-m {
		font-size: 20px;
	}
}

@media (max-width: 767.98px) {
	.fs-24-30-m {
		font-size: 19px;
	}
}

@media (max-width: 575.98px) {
	.fs-24-30-m {
		font-size: 18px;
	}
}

.fs-24-36-b {
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
}

@media (max-width: 1469.98px) {
	.fs-24-36-b {
		font-size: 22px;
	}
}

@media (max-width: 1199.98px) {
	.fs-24-36-b {
		font-size: 21px;
	}
}

@media (max-width: 991.98px) {
	.fs-24-36-b {
		font-size: 20px;
	}
}

@media (max-width: 767.98px) {
	.fs-24-36-b {
		font-size: 19px;
	}
}

@media (max-width: 575.98px) {
	.fs-24-36-b {
		font-size: 18px;
	}
}

.fs-26-34-b {
	font-size: 26px;
	line-height: 1.30769231;
	font-weight: bold;
}

@media (max-width: 1469.98px) {
	.fs-26-34-b {
		font-size: 24px;
	}
}

@media (max-width: 1199.98px) {
	.fs-26-34-b {
		font-size: 23px;
	}
}

@media (max-width: 991.98px) {
	.fs-26-34-b {
		font-size: 22px;
	}
}

@media (max-width: 767.98px) {
	.fs-26-34-b {
		font-size: 20px;
	}
}

@media (max-width: 575.98px) {
	.fs-26-34-b {
		font-size: 19px;
	}
}

.fs-30-46-b {
	font-size: 30px;
	line-height: 1.53333333;
	font-weight: bold;
}

@media (max-width: 1199.98px) {
	.fs-30-46-b {
		font-size: 28px;
	}
}

@media (max-width: 991.98px) {
	.fs-30-46-b {
		font-size: 26px;
	}
}

@media (max-width: 767.98px) {
	.fs-30-46-b {
		font-size: 24px;
	}
}

@media (max-width: 575.98px) {
	.fs-30-46-b {
		font-size: 22px;
	}
}

.fs-32-38-b {
	font-size: 32px;
	line-height: 1.1875;
	font-weight: bold;
}

@media (max-width: 1469.98px) {
	.fs-32-38-b {
		font-size: 30px;
	}
}

@media (max-width: 1399.98px) {
	.fs-32-38-b {
		font-size: 28px;
	}
}

@media (max-width: 1199.98px) {
	.fs-32-38-b {
		font-size: 26px;
	}
}

@media (max-width: 991.98px) {
	.fs-32-38-b {
		font-size: 24px;
	}
}

@media (max-width: 767.98px) {
	.fs-32-38-b {
		font-size: 22px;
	}
}

@media (max-width: 575.98px) {
	.fs-32-38-b {
		font-size: 20px;
	}
}

.fs-36-40-b {
	font-size: 36px;
	line-height: 1.11111111;
	font-weight: bold;
}

@media (max-width: 1199.98px) {
	.fs-36-40-b {
		font-size: 32px;
	}
}

@media (max-width: 991.98px) {
	.fs-36-40-b {
		font-size: 28px;
	}
}

@media (max-width: 767.98px) {
	.fs-36-40-b {
		font-size: 24px;
	}
}

@media (max-width: 575.98px) {
	.fs-36-40-b {
		font-size: 22px;
	}
}

.fs-36-48-b {
	font-size: 36px;
	line-height: 1.33333333;
	font-weight: bold;
}

@media (max-width: 1199.98px) {
	.fs-36-48-b {
		font-size: 32px;
	}
}

@media (max-width: 991.98px) {
	.fs-36-48-b {
		font-size: 28px;
	}
}

@media (max-width: 767.98px) {
	.fs-36-48-b {
		font-size: 24px;
	}
}

@media (max-width: 575.98px) {
	.fs-36-48-b {
		font-size: 22px;
	}
}

.fs-48-64 {
	font-size: 48px;
	line-height: 1.33333333;
}

@media (max-width: 1469.98px) {
	.fs-48-64 {
		font-size: 44px;
	}
}

@media (max-width: 1399.98px) {
	.fs-48-64 {
		font-size: 40px;
	}
}

@media (max-width: 1199.98px) {
	.fs-48-64 {
		font-size: 34px;
	}
}

@media (max-width: 991.98px) {
	.fs-48-64 {
		font-size: 28px;
	}
}

@media (max-width: 767.98px) {
	.fs-48-64 {
		font-size: 26px;
	}
}

@media (max-width: 575.98px) {
	.fs-48-64 {
		font-size: 24px;
	}
}

.fs-54-80-b {
	font-size: 54px;
	line-height: 1.48148148;
	font-weight: bold;
}

@media (max-width: 1469.98px) {
	.fs-54-80-b {
		font-size: 50px;
	}
}

@media (max-width: 1199.98px) {
	.fs-54-80-b {
		font-size: 42px;
	}
}

@media (max-width: 991.98px) {
	.fs-54-80-b {
		font-size: 35px;
	}
}

@media (max-width: 767.98px) {
	.fs-54-80-b {
		font-size: 30px;
	}
}

.fs-64-80 {
	font-size: 64px;
	line-height: 1.25;
}

@media (max-width: 1469.98px) {
	.fs-64-80 {
		font-size: 58px;
	}
}

@media (max-width: 1399.98px) {
	.fs-64-80 {
		font-size: 54px;
	}
}

@media (max-width: 1199.98px) {
	.fs-64-80 {
		font-size: 51px;
	}
}

@media (max-width: 991.98px) {
	.fs-64-80 {
		font-size: 44px;
	}
}

@media (max-width: 767.98px) {
	.fs-64-80 {
		font-size: 37px;
	}
}

@media (max-width: 575.98px) {
	.fs-64-80 {
		font-size: 30px;
	}
}

@-webkit-keyframes jump {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	25% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	75% {
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes jump {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	25% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	75% {
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@-webkit-keyframes enlarge {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(3);
		transform: scale(3);
		opacity: 0;
	}
}

@keyframes enlarge {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(3);
		transform: scale(3);
		opacity: 0;
	}
}

@-webkit-keyframes turn {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes turn {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@-webkit-keyframes turn2 {
	0% {
		-webkit-transform: translateX(-52%) translateY(-38%) rotate(0deg);
		transform: translateX(-52%) translateY(-38%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-52%) translateY(-38%) rotate(-360deg);
		transform: translateX(-52%) translateY(-38%) rotate(-360deg);
	}
}

@keyframes turn2 {
	0% {
		-webkit-transform: translateX(-52%) translateY(-38%) rotate(0deg);
		transform: translateX(-52%) translateY(-38%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(-52%) translateY(-38%) rotate(-360deg);
		transform: translateX(-52%) translateY(-38%) rotate(-360deg);
	}
}

.title-intro .txt p {
	color: #000;
	font-size: 14px;
}

.banner {
	position: relative;
	z-index: 2;
	overflow: hidden;
	font-size: 0;
	-webkit-user-select: none;
	user-select: none;
}

@media (min-width: 1200px) {
	.banner .mose-icon {
		font-size: 18px;
		position: absolute;
		left: 50%;
		bottom: 6.25%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 3;
		color: #fff;
		-webkit-animation: jump 1s infinite;
		animation: jump 1s infinite;
		text-align: center;
	}
	.banner .mose-icon:before {
		display: block;
		font-family: 'iconfont' !important;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 2em;
		content: '\e677';
		line-height: 1;
	}
	.banner .mose-icon:after {
		font-family: 'iconfont' !important;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\e602';
		margin-top: 20px;
	}
}

.banner .swiper-slide {
	overflow: hidden;
}

.banner .swiper-pagination {
	position: absolute;
	z-index: 3;
	width: auto;
	bottom: 8%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 767.98px) {
	.banner .swiper-pagination {
		bottom: 15px;
	}
}

.banner .swiper-pagination-bullet {
	outline: none;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 10px !important;
	background: #fff;
	padding: 0;
	opacity: 0.2;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	vertical-align: middle;
	border: none;
}

@media (min-width: 1200px) {
	.banner .swiper-pagination-bullet:hover {
		opacity: 0.7;
	}
}

@media (max-width: 767.98px) {
	.banner .swiper-pagination-bullet {
		margin: 0 4px !important;
	}
}

@media (max-width: 575.98px) {
	.banner .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}
}

.banner .swiper-pagination-bullet-active {
	padding: 0;
	opacity: 1;
}

.banner .slick-arrow {
	outline: none;
	background: none !important;
	border: none;
	color: #fff;
	font-size: 40px;
	width: auto;
	height: auto;
}

.banner .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.banner .slick-arrow:after {
	display: none;
}

@media (min-width: 1200px) {
	.banner .slick-arrow:hover {
		color: #ff6c3b;
	}
}

@media (max-width: 1199.98px) {
	.banner .slick-arrow {
		display: none;
	}
}

.banner .banner-button-prev {
	left: 5%;
}

.banner .banner-button-prev:before {
	content: '\e9b5';
}

.banner .banner-button-next {
	right: 5%;
}

.banner .banner-button-next:before {
	content: '\e72f';
}

.banner .item {
	display: block;
	position: relative;
	overflow: hidden;
}

.banner .item>a {
	overflow: hidden;
	display: block;
	position: relative;
}

.banner .item>a>img.first-img,
.banner .item>a>img.swiper-lazy-loaded {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 100%;
}

.banner-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner.hide-video video {
	display: none !important;
}

.banner-video-box {
	display: block;
	overflow: hidden;
	padding-bottom: 39.79057592%;
	position: relative;
	-webkit-transform: translateZ(10px);
	transform: translateZ(10px);
}

.banner-video-box .fluid_video_wrapper {
	position: absolute;
	z-index: 10;
}

.banner-video-box .fluid_initial_play {
	background-color: #004d99 !important;
}

.banner-video-box .fluid_controls_container {
	display: none !important;
}

.banner .mobile-video {
	display: block;
	position: relative;
}

.banner .mobile-video:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
}

.banner .mobile-video:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 3;
	font-size: 50px;
	color: #fff;
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e644';
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 575.98px) {
	.banner .mobile-video:before {
		font-size: 10vw;
		text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	}
}

.banner .mobile-video img {
	width: 100%;
}

.banner.hide-arrow .swiper-pagination {
	display: none;
}

.banner-func {
	position: absolute;
	bottom: 5.10204082%;
	left: 0;
	z-index: 3;
	padding: 0 6.5625%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.banner-func,
.banner-func .swiper-pagination {
	height: auto;
}

@media (max-width: 767.98px) {
	.banner-func {
		bottom: 12px;
	}
}

.banner-func .banner-button-prev,
.banner-func .banner-button-next {
	height: auto;
	font-size: 26px;
	color: #fff;
}

.banner-func .banner-button-prev:before,
.banner-func .banner-button-next:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.banner-func .banner-button-prev:active,
.banner-func .banner-button-next:active {
	-webkit-transition: 0s;
	transition: 0s;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	color: #004d99;
}

@media (min-width: 1200px) {
	.banner-func .banner-button-prev,
	.banner-func .banner-button-next {
		-webkit-transition: 0.6s;
		transition: 0.6s;
	}
	.banner-func .banner-button-prev:hover,
	.banner-func .banner-button-next:hover {
		color: #004d99;
	}
}

@media (max-width: 1199.98px) {
	.banner-func .banner-button-prev,
	.banner-func .banner-button-next {
		display: none !important;
	}
}

.banner-func .banner-button-prev:before {
	content: '\e9b5';
}

.banner-func .banner-button-next:before {
	content: '\e72f';
}

.banner-func .swiper-pagination {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: initial;
}

@media (min-width: 1200px) {
	.banner-func .swiper-pagination {
		margin: 0 16px;
	}
}

.second-tit {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 24px;
	color: #ff6c3b;
	margin-bottom: 20px;
}

@media (max-width: 1469.98px) {
	.second-tit {
		font-size: 22px;
	}
}

@media (max-width: 1199.98px) {
	.second-tit {
		font-size: 21px;
	}
}

@media (max-width: 991.98px) {
	.second-tit {
		font-size: 20px;
	}
}

@media (max-width: 767.98px) {
	.second-tit {
		font-size: 19px;
	}
}

@media (max-width: 575.98px) {
	.second-tit {
		font-size: 18px;
	}
}

.second-tit:before {
	width: 28px;
	height: 25px;
	content: '';
	background: url(../imgs/icon-second-tit.png) no-repeat center;
	background-size: contain;
	margin-right: 20px;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

@media (max-width: 767.98px) {
	.second-tit {
		margin-bottom: 15px;
	}
	.second-tit:before {
		width: 22px;
		height: 21px;
		margin-right: 10px;
	}
}

.second-tit span {
	font-weight: 900;
}

@-webkit-keyframes pointScale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pointScale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.jb {
	background: -webkit-gradient(linear, left top, right top, from(#fe6e53), to(#cc0c1c));
	background: linear-gradient(90deg, #fe6e53, #cc0c1c 100%);
}

.link-box {
	text-transform: capitalize;
}

.link-box>a,
.link-box>span {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	color: #525c66;
}

.link-box>a>span,
.link-box>span>span {
	font-weight: 500;
	-webkit-box-flex: 1;
	flex: 1 0 0%;
	text-align: center;
}

@media (min-width: 1200px) {
	.link-box>a,
	.link-box>span {
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
}

.link-box>a:active,
.link-box>span:active {
	-webkit-transition: 0s;
	transition: 0s;
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

.link-box.submit {
	background: none;
	padding: 0;
	display: block;
}

@media (min-width: 1200px) {
	.link-box.has-normal>a,
	.link-box.has-normal>span {
		-webkit-transition: color 0.6s;
		transition: color 0.6s;
	}
	.link-box.has-normal>a:hover,
	.link-box.has-normal>span:hover {
		color: #004d99;
	}
	.link-box.has-normal>a:hover span,
	.link-box.has-normal>span:hover span {
		text-decoration: underline;
	}
}

.link-box.has-normal>a:active,
.link-box.has-normal>span:active {
	-webkit-transition: 0s;
	transition: 0s;
	color: #004d99;
}

.link-box.has-normal>a:active span,
.link-box.has-normal>span:active span {
	text-decoration: underline;
}

.link-box.has-width>a,
.link-box.has-width>span {
	min-width: 170px;
	font-size: 16px;
}

@media (max-width: 991.98px) {
	.link-box.has-width>a,
	.link-box.has-width>span {
		font-size: 15px;
	}
}

@media (max-width: 767.98px) {
	.link-box.has-width>a,
	.link-box.has-width>span {
		font-size: 14px;
	}
}

@media (max-width: 1199.98px) {
	.link-box.has-width>a,
	.link-box.has-width>span {
		min-width: 160px;
	}
}

@media (max-width: 991.98px) {
	.link-box.has-width>a,
	.link-box.has-width>span {
		min-width: 140px;
	}
}

@media (max-width: 767.98px) {
	.link-box.has-width>a,
	.link-box.has-width>span {
		min-width: 120px;
		font-size: 12px;
	}
}

.link-box.has-radius>a,
.link-box.has-radius>span {
	border-radius: 50px;
}

.link-box.has-icon.has-width>a>span,
.link-box.has-icon.has-width>span>span {
	padding: 0 16px;
}

@media (max-width: 767.98px) {
	.link-box.has-icon.has-width>a>span,
	.link-box.has-icon.has-width>span>span {
		padding: 0 10px;
	}
}

.link-box.has-icon>a,
.link-box.has-icon>span {
	padding-left: 8px;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.link-box.has-icon>a:after,
.link-box.has-icon>span:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 0 20px;
	line-height: 1;
	width: 40px;
	height: 40px;
	margin: 4px 4px 4px 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #CFDCE5;
	color: #004d99;
	font-size: 14px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 991.98px) {
	.link-box.has-icon>a:after,
	.link-box.has-icon>span:after {
		width: 36px;
		height: 36px;
		font-size: 13px;
	}
}

@media (max-width: 767.98px) {
	.link-box.has-icon>a:after,
	.link-box.has-icon>span:after {
		width: 32px;
		height: 32px;
		font-size: 12px;
	}
}

@media (min-width: 1200px) {
	.link-box.has-icon>a:after,
	.link-box.has-icon>span:after {
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
	}
}

.link-box.has-icon.more-box>a:after,
.link-box.has-icon.more-box>span:after {
	content: '\e664';
}

.link-box.has-icon.inquiry-btn>a:after,
.link-box.has-icon.inquiry-btn>span:after {
	content: '\e65b';
}

.link-box.has-icon.add-btn>a,
.link-box.has-icon.add-btn>span {
	position: relative;
}

.link-box.has-icon.add-btn>a:after,
.link-box.has-icon.add-btn>span:after {
	content: '\e664';
}

.link-box.has-icon.contact-btn>a:after,
.link-box.has-icon.contact-btn>span:after {
	content: '\e649';
}

.link-box.has-icon.about-btn>a:after,
.link-box.has-icon.about-btn>span:after {
	content: '\e66d';
}

.link-box.has-icon.test-btn>a:after,
.link-box.has-icon.test-btn>span:after {
	content: '\e813';
}

.link-box.has-icon.iso-btn>a:after,
.link-box.has-icon.iso-btn>span:after {
	content: '\e696';
}

.link-box.has-icon.write-btn>a:after,
.link-box.has-icon.write-btn>span:after {
	content: '\e64c';
}

.link-box.has-icon.uploading-btn>a:after,
.link-box.has-icon.uploading-btn>span:after {
	content: '\e64e';
}

.link-box.has-icon.submit {
	display: block;
	padding: 0;
	background: none;
}

.link-box.has-icon.submit>a:after,
.link-box.has-icon.submit>span:after {
	content: '\e65b';
	font-size: 0.9em;
}

.link-box.has-icon.download-btn>a>b,
.link-box.has-icon.download-btn>span>b {
	text-decoration: underline;
}

.link-box.has-icon.download-btn>a:after,
.link-box.has-icon.download-btn>span:after {
	content: '\e670';
}

@media (min-width: 1200px) {
	.link-box.has-icon.download-btn>a:hover:after,
	.link-box.has-icon.download-btn>span:hover:after {
		-webkit-animation: jump 1s infinite;
		animation: jump 1s infinite;
	}
}

.link-box.reverse-icon>a,
.link-box.reverse-icon>span {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}

.link-box.reverse-icon>a:after,
.link-box.reverse-icon>span:after {
	margin: 0 12px 0 0;
}

@media (min-width: 1200px) {
	.link-box.reverse-icon>a:hover:after,
	.link-box.reverse-icon>span:hover:after {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@media (max-width: 767.98px) {
	.link-box.reverse-icon>a:after,
	.link-box.reverse-icon>span:after {
		margin-right: 8px;
	}
}

.link-box.has-border>a,
.link-box.has-border>span {
	color: #004d99;
	border: 1px solid rgba(0, 77, 153, 0.5);
}

@media (min-width: 1200px) {
	.link-box.has-border>a,
	.link-box.has-border>span {
		-webkit-transition: 0.6s;
		transition: 0.6s;
	}
	.link-box.has-border>a:hover,
	.link-box.has-border>span:hover {
		background-color: #004d99;
		color: #fff;
	}
	.link-box.has-border>a:hover:after,
	.link-box.has-border>span:hover:after {
		color: inherit;
	}
}

.link-box.has-border>a:active,
.link-box.has-border>span:active {
	-webkit-transition: 0s;
	transition: 0s;
	background-color: #004d99;
	color: #fff;
}

.link-box.has-border>a:active:after,
.link-box.has-border>span:active:after {
	color: inherit;
}

.link-box.has-bg>a,
.link-box.has-bg>span {
	color: #004d99;
	background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 1200px) {
	.link-box.has-bg>a,
	.link-box.has-bg>span {
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}
	.link-box.has-bg>a:hover,
	.link-box.has-bg>span:hover {
		background-color: #004d99;
		color: #fff;
	}
	.link-box.has-bg>a:hover:after,
	.link-box.has-bg>span:hover:after {
		background-color: #fff;
		color: #004d99 !important;
	}
}

.link-box.has-bg>a:active,
.link-box.has-bg>span:active {
	-webkit-transition: 0s;
	transition: 0s;
	background-color: #004d99;
	color: #fff;
}

.link-box.has-bg>a:active:after,
.link-box.has-bg>span:active:after {
	background-color: #fff;
	color: #004d99 !important;
}

.link-box.bg-normal>a,
.link-box.bg-normal>span {
	background-color: #004d99;
	color: #fff;
}

.link-box.bg-normal>a:after,
.link-box.bg-normal>span:after {
	color: inherit;
}

@media (min-width: 1200px) {
	.link-box.bg-normal>a:hover,
	.link-box.bg-normal>span:hover {
		background-color: #06396b;
	}
	.link-box.bg-normal>a:hover:after,
	.link-box.bg-normal>span:hover:after {
		color: #fff !important;
	}
}

.link-box.bg-normal>a:active,
.link-box.bg-normal>span:active {
	-webkit-transition: 0s;
	transition: 0s;
	background-color: #06396b;
}

.link-box.bg-normal>a:active:after,
.link-box.bg-normal>span:active:after {
	color: #fff !important;
}

@media (min-width: 1200px) {
	.arrow-cont {
		padding: 0 110px;
	}
}

@media (min-width: 1200px) and (max-width: 1469.98px) {
	.arrow-cont {
		padding: 0 80px;
	}
}

@media (min-width: 1880px) {
	.arrow-cont {
		max-width: 1850px;
	}
}

@media (min-width: 1200px) {
	.arrow-cont .slick-prev {
		left: 10px;
	}
	.arrow-cont .slick-next {
		right: 10px;
	}
}

.num-wrap {
	position: relative;
}

.num-wrap:after {
	z-index: -1;
	content: '';
	background-color: #f9f9f9;
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 100vw;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.num-box {
	padding: 4.375% 0;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.num-box>li {
	position: relative;
}

.num-box>li:nth-child(even) {
	width: 1px;
	height: 30px;
	background-color: #cccccc;
	margin: 0 15px;
}

@media (max-width: 991.98px) {
	.num-box>li {
		width: 50%;
		padding: 15px 0;
	}
	.num-box>li:nth-child(even) {
		display: none;
	}
}

@media (min-width: 1200px) {
	.num-box .item:hover .number {
		color: #ff6c3b;
	}
}

.num-box .info {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.num-box .number {
	white-space: nowrap;
	position: relative;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	font-weight: 900;
	font-size: 56px;
	color: #004d99;
	margin-bottom: 5px;
}

@media (max-width: 1469.98px) {
	.num-box .number {
		font-size: 50px;
	}
}

@media (max-width: 1399.98px) {
	.num-box .number {
		font-size: 45px;
	}
}

@media (max-width: 1199.98px) {
	.num-box .number {
		font-size: 38px;
	}
}

@media (max-width: 991.98px) {
	.num-box .number {
		font-size: 34px;
	}
}

@media (max-width: 767.98px) {
	.num-box .number {
		font-size: 32px;
	}
}

@media (max-width: 575.98px) {
	.num-box .number {
		font-size: 28px;
	}
}

.num-box .number>span {
	line-height: 1;
}

.num-box sub,
.num-box sup {
	line-height: 1;
}

.num-box sub {
	bottom: 0;
}

.num-box sup {
	font-size: 24px;
	top: 0;
	margin-left: 10px;
}

@media (max-width: 1199.98px) {
	.num-box sup {
		font-size: 16px;
	}
}

@media (max-width: 575.98px) {
	.num-box sup {
		margin-left: 5px;
	}
}

.num-box .square {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
}

.num-box .square:after {
	content: '2';
	font-size: 0.45em;
}

.num-box p {
	font-size: 24px;
	color: #666;
	margin: 0;
}

@media (max-width: 1469.98px) {
	.num-box p {
		font-size: 18px;
	}
}

@media (max-width: 1199.98px) {
	.num-box p {
		font-size: 16px;
	}
}

.index-box {
	padding: 110px 0 140px;
}

@media (max-width: 1469.98px) {
	.index-box {
		padding: 100px 0;
	}
}

@media (max-width: 1199.98px) {
	.index-box {
		padding: 80px 0;
	}
}

@media (max-width: 991.98px) {
	.index-box {
		padding: 60px 0;
	}
}

@media (max-width: 767.98px) {
	.index-box {
		padding: 40px 0;
	}
}

.index-box .title-box h1,
.index-box .title h1,
.index-box .title-box h2,
.index-box .title h2 {
	font-size: 60px;
}

@media (max-width: 1469.98px) {
	.index-box .title-box h1,
	.index-box .title h1,
	.index-box .title-box h2,
	.index-box .title h2 {
		font-size: 54px;
	}
}

@media (max-width: 1199.98px) {
	.index-box .title-box h1,
	.index-box .title h1,
	.index-box .title-box h2,
	.index-box .title h2 {
		font-size: 48px;
	}
}

@media (max-width: 991.98px) {
	.index-box .title-box h1,
	.index-box .title h1,
	.index-box .title-box h2,
	.index-box .title h2 {
		font-size: 42px;
	}
}

@media (max-width: 767.98px) {
	.index-box .title-box h1,
	.index-box .title h1,
	.index-box .title-box h2,
	.index-box .title h2 {
		font-size: 36px;
	}
}

@media (max-width: 575.98px) {
	.index-box .title-box h1,
	.index-box .title h1,
	.index-box .title-box h2,
	.index-box .title h2 {
		font-size: 30px;
	}
}

@media (max-width: 991.98px) {
	.index-process .title-box .more-box {
		margin: 25px 0 0;
	}
}

@media (max-width: 767.98px) {
	.index-process .title-box .more-box {
		margin-top: 15px;
	}
}

@media (max-width: 991.98px) {
	.index-process .list {
		width: 600px;
		margin: 0 auto;
		max-width: 100%;
	}
}

.index-process .list ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	padding: 0 50px;
	margin-top: -35px;
}

@media (max-width: 575.98px) {
	.index-process .list ul {
		padding: 0 28px;
	}
}

.index-process .list li {
	margin-top: 35px;
	width: 25%;
	padding: 0 25px;
}

.index-process .list li:nth-child(even) .info {
	-webkit-transform: translateX(-50%) translateY(-75%);
	-ms-transform: translateX(-50%) translateY(-75%);
	transform: translateX(-50%) translateY(-75%);
}

@media (max-width: 991.98px) {
	.index-process .list li {
		width: 50%;
	}
}

@media (max-width: 575.98px) {
	.index-process .list li {
		padding: 0 15px;
	}
}

.index-process .item {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 138.46153846%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (min-width: 1200px) {
	.index-process .item:hover .hover {
		opacity: 1 !important;
	}
	.index-process .item:hover .info {
		color: #fff;
	}
	.index-process .item:hover .iconfont {
		-webkit-animation: swing 1s 0s ease both;
		animation: swing 1s 0s ease both;
	}
}

.index-process .item .hover {
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	opacity: 0 !important;
}

.index-process .img-box {
	padding-bottom: 87.77777778%;
}

.index-process .info {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border: 1px dashed #a5c1e9;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-25%);
	-ms-transform: translateX(-50%) translateY(-25%);
	transform: translateX(-50%) translateY(-25%);
	z-index: 3;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	width: 243px;
	height: 243px;
	padding: 10px;
	font-size: 28px;
	line-height: 1.2;
	color: #222;
}

.index-process .info:after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ff6c3b;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
}

@media (max-width: 1659.98px) {
	.index-process .info {
		width: 200px;
		height: 200px;
		font-size: 22px;
	}
}

@media (max-width: 1469.98px) {
	.index-process .info {
		width: 180px;
		height: 180px;
		font-size: 20px;
	}
}

@media (max-width: 1399.98px) {
	.index-process .info {
		width: 150px;
		height: 150px;
		font-size: 16px;
	}
}

@media (max-width: 1199.98px) {
	.index-process .info {
		width: 120px;
		height: 120px;
		font-size: 14px;
	}
}

@media (max-width: 575.98px) {
	.index-process .info {
		width: 24vw;
		height: 24vw;
	}
	.index-process .info:after {
		width: 4px;
		height: 4px;
	}
}

.index-process .iconfont {
	font-size: 2.28571429em;
	line-height: 1;
}

@media (max-width: 575.98px) {
	.index-process .iconfont {
		font-size: 5vw;
	}
}

.index-process .tit {
	margin: 15px 0;
}

@media (max-width: 1199.98px) {
	.index-process .tit {
		margin: 10px 0;
	}
}

@media (max-width: 575.98px) {
	.index-process .tit {
		margin: 7px 0;
	}
}

.about-choose-box {
	background-color: #eef6ff;
	padding: 0 !important;
	position: relative;
}

@media (min-width: 576px) {
	.about-choose-box .pic {
		float: right;
		width: 44.375%;
		margin-left: 30px;
	}
	.about-choose-box .pic-box {
		width: 150.28169014%;
		-webkit-transform: translateX(-15%);
		-ms-transform: translateX(-15%);
		transform: translateX(-15%);
		position: relative;
	}
	.about-choose-box .pic-box:before {
		content: '';
		position: absolute;
		left: -2px;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: -webkit-gradient(linear, left top, right top, from(#eef6ff), color-stop(20%, #eef6ff), color-stop(50%, rgba(238, 246, 255, 0)), to(rgba(238, 246, 255, 0)));
		background: linear-gradient(90deg, #eef6ff 0%, #eef6ff 20%, rgba(238, 246, 255, 0) 50%, rgba(238, 246, 255, 0) 100%);
	}
}

@media (max-width: 575.98px) {
	.about-choose-box .pic {
		padding-top: 12px;
	}
}

.about-choose-box .title,
.about-choose-box .list {
	position: relative;
	z-index: 2;
}

.about-choose-box .title {
	padding-top: 6.875%;
}

.about-choose-box .title h2 {
	color: #444;
}

.about-choose-box .title h2 span {
	color: #ff6c3b;
}

.about-choose-box .list {
	padding-bottom: 6.875%;
}

.about-choose-box .list h3 {
	display: -webkit-box;
	display: flex;
	font-size: 34px;
	font-weight: 900;
	margin: 30px 0 20px;
	color: #ff6c3b;
}

@media (max-width: 1199.98px) {
	.about-choose-box .list h3 {
		font-size: 32px;
	}
}

@media (max-width: 991.98px) {
	.about-choose-box .list h3 {
		font-size: 30px;
	}
}

@media (max-width: 767.98px) {
	.about-choose-box .list h3 {
		font-size: 26px;
	}
}

@media (max-width: 575.98px) {
	.about-choose-box .list h3 {
		font-size: 24px;
	}
}

.about-choose-box .list h3:before {
	content: '·';
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	margin-right: 10px;
}

.about-choose-box .list h3 span {
	-webkit-box-flex: 1;
	flex: 1 0 0%;
}

@media (max-width: 767.98px) {
	.about-choose-box .list h3 {
		margin: 25px 0 15px;
		font-size: 20px;
	}
}

.about-choose-box .choose-logo {
	position: absolute;
	bottom: 20px;
	left: 0;
	-webkit-transform: translateX(-15%);
	-ms-transform: translateX(-15%);
	transform: translateX(-15%);
	width: 177px;
}

@media (max-width: 1199.98px) {
	.about-choose-box .choose-logo {
		width: 15%;
	}
}

.index-industries-list {
	margin-top: 77px;
}

@media (min-width: 992px) {
	.index-industries-list {
		width: 146.5%;
		-webkit-transform: translateX(15%);
		-ms-transform: translateX(15%);
		transform: translateX(15%);
	}
	.index-industries-list li:nth-child(3)~li {
		-webkit-transform: translateX(30%);
		-ms-transform: translateX(30%);
		transform: translateX(30%);
	}
}

@media (max-width: 991.98px) {
	.index-industries-list {
		width: 200%;
		padding-bottom: 50px;
		margin-top: 50px;
	}
}

@media (max-width: 767.98px) {
	.index-industries-list {
		margin-top: 35px;
	}
}

@media (max-width: 575.98px) {
	.index-industries-list {
		width: 100%;
	}
}

.index-industries-list .img-box {
	padding-bottom: 60%;
}

@media (min-width: 1200px) {
	.index-industries-list .img-box img {
		-webkit-transition: transform 1.2s;
		-webkit-transition: -webkit-transform 1.2s;
		transition: -webkit-transform 1.2s;
		transition: transform 1.2s;
		transition: transform 1.2s, -webkit-transform 1.2s;
	}
	.index-industries-list .img-box:hover img {
		-webkit-transform: scale(1.07);
		-ms-transform: scale(1.07);
		transform: scale(1.07);
	}
}

.index-industries-list .info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.6);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	text-align: center;
	padding: 15px;
	color: #fff;
	font-size: 28px;
}

.index-industries-list .info b {
	line-height: 1.28571429;
}

.index-industries-list .info:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e65d';
	color: #ff6c3b;
	line-height: 1;
}

@media (max-width: 1469.98px) {
	.index-industries-list .info {
		font-size: 24px;
	}
}

@media (max-width: 1399.98px) {
	.index-industries-list .info {
		font-size: 20px;
	}
}

@media (max-width: 767.98px) {
	.index-industries-list .info {
		font-size: 18px;
	}
}

@media (max-width: 575.98px) {
	.index-industries-list .info {
		font-size: 3.8vw;
	}
}

.index-about {
	overflow: hidden;
}

@media (min-width: 992px) {
	.index-about {
		background: none !important;
	}
}

.index-about .title h2 {
	color: #004d99;
}

@media (min-width: 576px) {
	.index-about .pic {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		position: relative;
	}
	.index-about .pic:after {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		content: '';
		width: 200vw;
		-webkit-transform: translateX(30%);
		-ms-transform: translateX(30%);
		transform: translateX(30%);
		background-color: #eef6ff;
		z-index: -1;
	}
}

.index-about .more-box {
	margin-top: 50px;
}

@media (max-width: 991.98px) {
	.index-about .more-box {
		margin-top: 35px;
	}
}

@media (max-width: 767.98px) {
	.index-about .more-box {
		margin-top: 20px;
	}
}

.index-about .choose-logo {
	top: 50%;
	bottom: auto;
}

@media (max-width: 575.98px) {
	.index-about .choose-logo {
		right: -5%;
		left: auto;
	}
}

.index-choose {
	padding: 0;
	margin-top: 150px;
}

@media (max-width: 1469.98px) {
	.index-choose {
		margin-top: 9.375%;
	}
}

.index-choose .intro {
	padding: 45px 0 100px;
	position: relative;
	z-index: 2;
}

@media (max-width: 991.98px) {
	.index-choose .intro {
		padding: 25px 70px;
	}
}

@media (max-width: 767.98px) {
	.index-choose .intro {
		padding: 5px 0 50px;
	}
}

@media (max-width: 575.98px) {
	.index-choose .intro {
		padding-bottom: 20px;
	}
}

.index-choose .intro:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #f0f4f7;
	-webkit-clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
	clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
}

@media (max-width: 767.98px) {
	.index-choose .intro:after {
		-webkit-clip-path: polygon(50% 0%, 100% 8%, 100% 100%, 0 100%, 0 8%);
		clip-path: polygon(50% 0%, 100% 8%, 100% 100%, 0 100%, 0 8%);
	}
}

.index-choose .intro .pic {
	width: 26.3125%;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	margin-right: 11.25%;
}

.index-choose .intro .title {
	margin: 6.25% 0 0;
}

.index-choose .intro .title h2 {
	color: #444444;
}

.index-choose .btm-tit {
	padding: 80px 0;
}

@media (max-width: 1469.98px) {
	.index-choose .btm-tit {
		padding: 70px 0;
	}
}

@media (max-width: 1199.98px) {
	.index-choose .btm-tit {
		padding: 60px 0;
	}
}

@media (max-width: 991.98px) {
	.index-choose .btm-tit {
		padding: 50px 0;
	}
}

@media (max-width: 767.98px) {
	.index-choose .btm-tit {
		padding: 40px 0;
	}
}

@media (min-width: 1200px) {
	.index-choose .btm-tit .second-tit {
		margin-bottom: 25px;
	}
	.index-choose .btm-tit .second-tit:before {
		width: 52px;
		height: 45px;
		margin-right: 40px;
	}
}

@media (min-width: 576px) {
	.index-choose .btm-tit .title {
		margin-bottom: 0;
	}
}

.index-choose .btm-tit .title h3 {
	font-weight: normal;
	color: #fff;
}

@media (min-width: 1200px) {
	.index-choose .btm-tit .title h3 {
		font-size: 38px;
	}
}

.index-news {
	background: no-repeat center bottom;
	background-size: contain;
}

.public-banner {
	position: relative;
	z-index: 2;
	padding: 10px 10px 0;
}

.public-banner .pic {
	position: relative;
	overflow: hidden;
	z-index: 2;
	border-radius: 20px;
}

@media (max-width: 1199.98px) {
	.public-banner .pic {
		border-radius: 15px;
	}
}

@media (max-width: 991.98px) {
	.public-banner .pic {
		border-radius: 10px;
	}
}

@media (max-width: 767.98px) {
	.public-banner .pic {
		border-radius: 5px;
	}
}

.public-banner .pic>img {
	position: relative;
	display: block;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 575.98px) {
	.public-banner .pic>img {
		width: 180%;
	}
}

.public-banner .title {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	z-index: 3;
	width: 450px;
	max-width: 80%;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	padding: 34px;
	text-align: center;
}

@media (max-width: 1199.98px) {
	.public-banner .title {
		border-radius: 15px;
	}
}

@media (max-width: 991.98px) {
	.public-banner .title {
		border-radius: 10px;
	}
}

@media (max-width: 767.98px) {
	.public-banner .title {
		border-radius: 5px;
	}
}

@media (max-width: 1199.98px) {
	.public-banner .title {
		padding: 30px;
	}
}

@media (max-width: 991.98px) {
	.public-banner .title {
		padding: 20px;
	}
}

@media (max-width: 767.98px) {
	.public-banner .title {
		width: 350px;
		padding: 15px;
	}
}

@media (max-width: 575.98px) {
	.public-banner .title {
		padding: 10px;
		padding: 5vw;
	}
}

.public-banner .title .breadcrumb {
	-webkit-box-pack: center;
	justify-content: center;
	margin-bottom: 10px;
}

@media (max-width: 575.98px) {
	.public-banner .title .breadcrumb {
		margin-bottom: 5px;
	}
}

.public-banner .title h2 {
	color: #004d99;
}

.public-banner .title .container {
	position: relative;
	padding-right: 400px;
}

@media (max-width: 1199.98px) {
	.public-banner .title .container {
		padding-right: 220px;
	}
}

@media (max-width: 767.98px) {
	.public-banner .title .container {
		padding-right: 140px;
	}
}

@media (max-width: 575.98px) {
	.public-banner .title .container {
		padding-right: 27vw;
	}
}

.public-banner .public-logo {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-48%);
	-ms-transform: translateY(-48%);
	transform: translateY(-48%);
	width: 277px;
}

@media (max-width: 1199.98px) {
	.public-banner .public-logo {
		width: 200px;
	}
}

@media (max-width: 767.98px) {
	.public-banner .public-logo {
		width: 120px;
	}
}

@media (max-width: 575.98px) {
	.public-banner .public-logo {
		width: 20vw;
	}
}

.banner-title {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	width: 100%;
}

.banner-title .tit {
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	line-height: 1;
}

@media (max-width: 1469.98px) {
	.banner-title .tit {
		font-size: 75px;
	}
}

@media (max-width: 1399.98px) {
	.banner-title .tit {
		font-size: 70px;
	}
}

@media (max-width: 1199.98px) {
	.banner-title .tit {
		font-size: 60px;
	}
}

@media (max-width: 991.98px) {
	.banner-title .tit {
		font-size: 45px;
	}
}

@media (max-width: 767.98px) {
	.banner-title .tit {
		font-size: 30px;
	}
}

@media (max-width: 575.98px) {
	.banner-title .tit {
		font-size: 5vw;
	}
}

.breadcrumb {
	margin: 0;
	padding: 0;
	-webkit-box-align: center;
	align-items: center;
	color: inherit;
	font-size: 16px;
	font-weight: 500;
	color: #525c66;
}

@media (max-width: 991.98px) {
	.breadcrumb {
		font-size: 15px;
	}
}

@media (max-width: 767.98px) {
	.breadcrumb {
		font-size: 14px;
	}
}

@media (max-width: 575.98px) {
	.breadcrumb {
		font-size: 12px;
	}
}

.breadcrumb li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.breadcrumb li a,
.breadcrumb li span {
	color: inherit;
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 1200px) {
	.breadcrumb li a:hover {
		text-decoration: underline;
	}
}

@media (max-width: 1199.98px) {
	.breadcrumb li a:active {
		text-decoration: underline;
	}
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	content: '>';
	color: inherit;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 1199.98px) {
	.xs-product-nav {
		border-top: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
		padding: 10px 0;
		margin-bottom: 30px;
	}
}

@media (max-width: 767.98px) {
	.xs-product-nav {
		margin-bottom: 20px;
	}
}

.xs-product-nav ul {
	line-height: 1.8;
	margin: 0 -8px;
	position: relative;
	z-index: 2;
	text-transform: capitalize;
}

@media (max-width: 575.98px) {
	.xs-product-nav ul {
		font-size: 12px;
		margin: 0 -6px;
	}
}

.xs-product-nav li {
	display: inline-block;
	vertical-align: top;
	padding: 0 8px;
}

@media (max-width: 575.98px) {
	.xs-product-nav li {
		padding: 0 6px;
	}
}

.xs-product-nav .active {
	color: #004d99;
}

.xs-product-nav a:active {
	color: #004d99;
}

.fixed-slide {
	z-index: 15;
}

.scroll-nav {
	-webkit-user-select: none;
	user-select: none;
	z-index: 3;
	font-size: 0;
}

.scroll-nav .nav-wrap {
	overflow-x: auto;
	/*定义滚动条轨道 内阴影+圆角*/
	/*定义滑块 内阴影+圆角*/
	/*滑块效果*/
}

.scroll-nav .nav-wrap::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #fefefe;
}

.scroll-nav .nav-wrap::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	background-color: #fefefe;
}

.scroll-nav .nav-wrap::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.1);
}

.scroll-nav .nav-wrap::-webkit-scrollbar-thumb:hover {
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.3);
}

.scroll-nav ul {
	display: inline-block;
	white-space: nowrap;
}

.scroll-nav li {
	display: inline-block;
	position: relative;
	z-index: 2;
}

.inside-nav {
	margin-bottom: 3.54609929%;
}

@media (max-width: 575.98px) {
	.inside-nav {
		margin-bottom: 20px;
	}
}

.inside-nav ul {
	margin-bottom: 10px;
}

.inside-nav li {
	margin-left: 70px;
}

.inside-nav li:first-child {
	margin-left: 0;
}

@media (max-width: 1469.98px) {
	.inside-nav li {
		margin-left: 60px;
	}
}

@media (max-width: 1199.98px) {
	.inside-nav li {
		margin-left: 50px;
	}
}

@media (max-width: 991.98px) {
	.inside-nav li {
		margin-left: 40px;
	}
}

@media (max-width: 767.98px) {
	.inside-nav li {
		margin-left: 30px;
	}
}

@media (max-width: 575.98px) {
	.inside-nav li {
		margin-left: 20px;
	}
}

.inside-nav .active a {
	color: #004d99;
}

.inside-nav .active a:after {
	width: 100%;
}

.inside-nav a {
	display: block;
	padding: 6px 5px;
	font-size: 24px;
	color: #333;
	font-weight: 600;
	position: relative;
}

.inside-nav a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background-color: #004d99;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

@media (min-width: 1200px) {
	.inside-nav a:hover:after {
		width: 100%;
	}
}

@media (max-width: 1469.98px) {
	.inside-nav a {
		font-size: 20px;
	}
}

@media (max-width: 1199.98px) {
	.inside-nav a {
		font-size: 18px;
	}
}

@media (max-width: 991.98px) {
	.inside-nav a {
		font-size: 16px;
	}
}

@media (max-width: 767.98px) {
	.inside-nav a {
		font-size: 14px;
	}
}

.floor-nav {
	position: relative;
	background-color: #fff;
	text-align: center;
}

.floor-nav:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(0, 77, 153, 0.25);
}

.floor-nav ul {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
}

.floor-nav li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.floor-nav li:before {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background-color: #666666;
	margin: 0 30px;
	opacity: 0;
}

@media (max-width: 991.98px) {
	.floor-nav li:before {
		margin: 0 20px;
		height: 16px;
	}
}

@media (max-width: 767.98px) {
	.floor-nav li:before {
		margin: 0 10px;
		height: 12px;
	}
}

.floor-nav li:first-child:before {
	display: none;
}

.floor-nav .active a:after {
	width: 100%;
}

.floor-nav a {
	font-size: 20px;
	position: relative;
	height: 100%;
	padding: 8px 0;
	min-height: 52px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-weight: bold;
}

@media (max-width: 1199.98px) {
	.floor-nav a {
		font-size: 19px;
	}
}

@media (max-width: 991.98px) {
	.floor-nav a {
		font-size: 18px;
	}
}

@media (max-width: 767.98px) {
	.floor-nav a {
		font-size: 17px;
	}
}

@media (max-width: 575.98px) {
	.floor-nav a {
		font-size: 16px;
	}
}

.floor-nav a:after {
	content: '';
	-webkit-transition: 0.6s;
	transition: 0.6s;
	width: 0;
	height: 2px;
	background-color: #004d99;
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.floor-nav a span {
	display: block;
	position: relative;
}

@media (min-width: 1200px) {
	.floor-nav a {
		-webkit-transition: 0.6s;
		transition: 0.6s;
	}
	.floor-nav a:hover:after {
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	.floor-nav a {
		min-height: 55px;
	}
}

@media (max-width: 767.98px) {
	.floor-nav a {
		min-height: 50px;
	}
}

.floor-nav a:active {
	-webkit-transition: 0s;
	transition: 0s;
}

@media (min-width: 1200px) {
	.list-l {
		width: 23.40425532%;
	}
}

@media (min-width: 1200px) {
	.content-r {
		width: 74.46808511%;
	}
}

.elem-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: -1px;
	left: 0;
	z-index: 10;
}

@media (max-width: 1199.98px) {
	.elem-sticky {
		top: 5px !important;
	}
}

@media (min-width: 1200px) {
	.elem-sticky-xl {
		position: -webkit-sticky;
		position: sticky;
		z-index: 10;
		top: -1px;
		left: 0;
	}
}

@media (min-width: 992px) {
	.elem-sticky-lg {
		position: -webkit-sticky;
		position: sticky;
		z-index: 10;
		top: -1px;
		left: 0;
	}
}

@media (min-width: 768px) {
	.elem-sticky-md {
		position: -webkit-sticky;
		position: sticky;
		z-index: 10;
		top: -1px;
		left: 0;
	}
}

@media (min-width: 576px) {
	.elem-sticky-sm {
		position: -webkit-sticky;
		position: sticky;
		z-index: 10;
		top: -1px;
		left: 0;
	}
}

.menu-wrap {
	background-color: #fff;
	border: 1px solid rgba(0, 77, 153, 0.2);
	border-radius: 20px;
	padding: 8px;
}

@media (max-width: 1199.98px) {
	.menu-wrap {
		border-radius: 15px;
	}
}

@media (max-width: 991.98px) {
	.menu-wrap {
		border-radius: 10px;
	}
}

@media (max-width: 767.98px) {
	.menu-wrap {
		border-radius: 5px;
	}
}

.menu-wrap .menu-tit {
	background-color: #004d99;
	color: #fff;
	border-radius: 12px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 4.54545455%;
}

@media (max-width: 1469.98px) {
	.menu-wrap .menu-tit {
		border-radius: 8px;
		font-size: 28px;
	}
}

@media (max-width: 1399.98px) {
	.menu-wrap .menu-tit {
		font-size: 24px;
	}
}

.menu-wrap .menu {
	position: relative;
	z-index: 10;
}

.menu-wrap .menu a {
	display: block;
}

.menu-wrap .menu1 {
	color: #525c66;
	padding: 0 12px;
	font-size: 18px;
}

@media (max-width: 1469.98px) {
	.menu-wrap .menu1 {
		font-size: 17px;
	}
}

@media (max-width: 1399.98px) {
	.menu-wrap .menu1 {
		font-size: 16px;
	}
}

.menu-wrap .menu1 li .menu-more:after,
.menu-wrap .menu1>li>a:after {
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
	display: block;
	content: '\e654';
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 0.8em;
	line-height: 1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.menu-wrap .menu1 li .menu-more,
.menu-wrap .menu1>li>a:after {
	padding: 0 0 0 10px;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
}

.menu-wrap .menu1.reverse-icon li .more-wrap,
.menu-wrap .menu1.reverse-icon>li>a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}

.menu-wrap .menu1.reverse-icon li .menu-more,
.menu-wrap .menu1.reverse-icon>li>a:after {
	padding: 0 10px 0 0;
}

.menu-wrap .menu1 li.more {
	position: relative;
}

.menu-wrap .menu1 li .more-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.menu-wrap .menu1 li .more-wrap>a {
	-webkit-box-flex: 1;
	flex: 1 0 0%;
	padding-right: 0 !important;
}

.menu-wrap .menu1 li .menu-more {
	background: none;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	z-index: 2;
	color: inherit;
}

.menu-wrap .menu1 li.active>.more-wrap>.menu-more:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.menu-wrap .menu1>li {
	position: relative;
	z-index: 2;
}

.menu-wrap .menu1>li:not(:first-child) {
	border-top: 1px solid rgba(0, 77, 153, 0.25);
}

.menu-wrap .menu1>li.active>a,
.menu-wrap .menu1>li.active>.more-wrap {
	color: #004d99;
}

.menu-wrap .menu1>li.active>a span,
.menu-wrap .menu1>li.active>.more-wrap span {
	color: inherit;
	text-decoration: underline;
}

.menu-wrap .menu1>li.active>a:before,
.menu-wrap .menu1>li.active>.more-wrap>a:before {
	background-color: #fff;
}

.menu-wrap .menu1>li>.more-wrap,
.menu-wrap .menu1>li>a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	line-height: 1.1;
	border-radius: 20px;
}

@media (max-width: 1199.98px) {
	.menu-wrap .menu1>li>.more-wrap,
	.menu-wrap .menu1>li>a {
		border-radius: 15px;
	}
}

@media (max-width: 991.98px) {
	.menu-wrap .menu1>li>.more-wrap,
	.menu-wrap .menu1>li>a {
		border-radius: 10px;
	}
}

@media (max-width: 767.98px) {
	.menu-wrap .menu1>li>.more-wrap,
	.menu-wrap .menu1>li>a {
		border-radius: 5px;
	}
}

@media (min-width: 1200px) {
	.menu-wrap .menu1>li>.more-wrap:hover span,
	.menu-wrap .menu1>li>a:hover span {
		text-decoration: underline;
	}
	.menu-wrap .menu1>li>.more-wrap:hover:before,
	.menu-wrap .menu1>li>a:hover:before,
	.menu-wrap .menu1>li>.more-wrap:hover>a:before,
	.menu-wrap .menu1>li>a:hover>a:before {
		background-color: #fff;
	}
}

.menu-wrap .menu1>li>a {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	position: relative;
}

.menu-wrap .menu1>li>a>span {
	margin: 0 auto 0 0;
}

.menu-wrap .menu1>li>a,
.menu-wrap .menu1>li>.more-wrap>a {
	padding-top: 20px;
	padding-bottom: 20px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.menu-wrap .menu1>li>a>span,
.menu-wrap .menu1>li>.more-wrap>a>span {
	font-weight: bold;
	color: #0a1f33;
}

@media (max-width: 1399.98px) {
	.menu-wrap .menu1>li>a,
	.menu-wrap .menu1>li>.more-wrap>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.menu-wrap .menu1 ul {
	display: none;
}

.menu-wrap .menu2 {
	font-size: 0.88888889em;
	padding: 0 24px 24px;
}

@media (max-width: 1399.98px) {
	.menu-wrap .menu2 {
		padding-bottom: 15px;
	}
}

.menu-wrap .menu2>li {
	position: relative;
}

.menu-wrap .menu2>li:not(:first-child) {
	margin-top: 8px;
}

.menu-wrap .menu2>li.active>a,
.menu-wrap .menu2>li.active>.more-wrap {
	color: #004d99;
}

.menu-wrap .menu2>li.active>a:before,
.menu-wrap .menu2>li.active>.more-wrap:before {
	background-color: #004d99;
}

.menu-wrap .menu2>li.active>a>span,
.menu-wrap .menu2>li.active>.more-wrap>span {
	text-decoration: underline;
}

.menu-wrap .menu2>li>a,
.menu-wrap .menu2>li>.more-wrap>a {
	display: -webkit-box;
	display: flex;
	position: relative;
}

@media (min-width: 1200px) {
	.menu-wrap .menu2>li>a:hover>span,
	.menu-wrap .menu2>li>.more-wrap>a:hover>span {
		text-decoration: underline;
	}
}

.menu-wrap .menu2>li>a {
	position: relative;
}

@media (min-width: 1200px) {
	.menu-wrap .menu2>li>a:hover {
		color: #004d99;
	}
}

.menu-wrap .menu3 {
	font-size: 13px;
}

.menu-wrap .menu3>li {
	padding-left: 20px;
	color: #666;
	line-height: 1.8;
}

.menu-wrap .menu3>li.active>a {
	color: #004d99;
}

@media (min-width: 1200px) {
	.menu-wrap .menu3>li>a:hover {
		color: #004d99;
	}
}

.menu-wrap .slide-news li:not(:first-child) {
	border-top: 1px solid #f1f6ee;
	padding-top: 12px;
	margin-top: 12px;
}

.menu-wrap .slide-news .date {
	color: #004d99;
}

.menu-wrap .slide-news .tit {
	color: #343434;
	margin-top: 4px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	height: auto;
}

@media (min-width: 1200px) {
	.menu-wrap .slide-news a:hover {
		text-decoration: underline;
		color: #004d99;
	}
}

.slick-list {
	margin: 0 -15px;
}

.slick-slide {
	padding: 0 15px;
}

@media (max-width: 991.98px) {
	.slick-list {
		margin: 0 -12px;
	}
	.slick-slide {
		padding: 0 12px;
	}
}

@media (max-width: 767.98px) {
	.slick-list {
		margin: 0 -8px;
	}
	.slick-slide {
		padding: 0 8px;
	}
}

.inside-page .content {
	padding: 80px 0 100px;
}

@media (max-width: 1469.98px) {
	.inside-page .content {
		padding: 70px 0;
	}
}

@media (max-width: 1199.98px) {
	.inside-page .content {
		padding: 60px 0;
	}
}

@media (max-width: 991.98px) {
	.inside-page .content {
		padding: 50px 0;
	}
}

@media (max-width: 767.98px) {
	.inside-page .content {
		padding: 40px 0;
	}
}

@-webkit-keyframes marquee-left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes marquee-left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@-webkit-keyframes marquee-right {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes marquee-right {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes marquee-up {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes marquee-up {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-webkit-keyframes marquee-down {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes marquee-down {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.img-honor {
	padding-bottom: 141.66666667%;
}

.honor-list-box {
	overflow: hidden;
	max-width: 100%;
}

.honor-list-box.marquee-column {
	width: 1920px;
	margin: 0 auto;
	max-width: 100%;
	display: -webkit-box;
	display: flex;
	padding: 0 15px;
}

.honor-list-box.marquee-column .marquee-pics-list {
	-webkit-box-flex: 1;
	flex: 1;
	padding: 0 15px;
	overflow: hidden;
	position: relative;
}

.honor-list-box.marquee-column .marquee-pics-list:before,
.honor-list-box.marquee-column .marquee-pics-list:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 3%;
	z-index: 2;
}

.honor-list-box.marquee-column .marquee-pics-list:before {
	top: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#ffffff));
	background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.honor-list-box.marquee-column .marquee-pics-list:after {
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.honor-list-box.marquee-column .marquee-pics-list:nth-child(odd) {
	margin-top: 60px;
}

.honor-list-box.marquee-column .marquee-pics-list:nth-child(odd) .row-inner-wrapper {
	-webkit-animation: var(--time) linear infinite marquee-up;
	animation: var(--time) linear infinite marquee-up;
}

.honor-list-box.marquee-column .marquee-pics-list:nth-child(even) .row-inner-wrapper {
	-webkit-animation: var(--time) linear infinite marquee-down;
	animation: var(--time) linear infinite marquee-down;
}

.honor-list-box.marquee-column .marquee-pics-list:nth-child(1),
.honor-list-box.marquee-column .marquee-pics-list:nth-child(9) {
	height: 800px;
	max-height: 55vh;
}

.honor-list-box.marquee-column .marquee-pics-list:nth-child(2),
.honor-list-box.marquee-column .marquee-pics-list:nth-child(8) {
	height: 700px;
	max-height: 50vh;
}

.honor-list-box.marquee-column .marquee-pics-list:nth-child(3),
.honor-list-box.marquee-column .marquee-pics-list:nth-child(7) {
	height: 520px;
	max-height: 45vh;
}

.honor-list-box.marquee-column .marquee-pics-list:nth-child(4),
.honor-list-box.marquee-column .marquee-pics-list:nth-child(5),
.honor-list-box.marquee-column .marquee-pics-list:nth-child(6) {
	height: 450px;
	max-height: 40vh;
}

@media (max-width: 1199.98px) {
	.honor-list-box.marquee-column .marquee-pics-list {
		padding: 0 8px;
	}
}

.honor-list-box.marquee-row .marquee-pics-list {
	display: -webkit-box;
	display: flex;
	white-space: nowrap;
}

.honor-list-box.marquee-row .marquee-pics-list:nth-child(odd) .row-inner-wrapper {
	-webkit-animation: var(--time) linear infinite marquee-left;
	animation: var(--time) linear infinite marquee-left;
}

.honor-list-box.marquee-row .marquee-pics-list:nth-child(even) .row-inner-wrapper {
	-webkit-animation: var(--time) linear infinite marquee-right;
	animation: var(--time) linear infinite marquee-right;
}

.honor-list-box.marquee-row .row-inner-wrapper {
	display: -webkit-box;
	display: flex;
}

.honor-list-box.marquee-row .item {
	width: 180px;
	margin-right: 84px;
	position: relative;
	z-index: 2;
}

@media (min-width: 1200px) {
	.honor-list-box.marquee-row .item img {
		-webkit-transition: transform 1.2s;
		-webkit-transition: -webkit-transform 1.2s;
		transition: -webkit-transform 1.2s;
		transition: transform 1.2s;
		transition: transform 1.2s, -webkit-transform 1.2s;
	}
	.honor-list-box.marquee-row .item:hover img {
		-webkit-transform: scale(1.07);
		-ms-transform: scale(1.07);
		transform: scale(1.07);
	}
}

@media (min-width: 1200px) {
	.honor-list-box .marquee-pics-list:hover .row-inner-wrapper {
		-webkit-animation-play-state: paused !important;
		animation-play-state: paused !important;
	}
}

.honor-list-box .row-inner-wrapper {
	will-change: transform;
}

.honor-list-box .img-box {
	padding-bottom: 141.66666667%;
	border-radius: 8px;
	margin-top: 30px;
}

@media (max-width: 1199.98px) {
	.honor-list-box .img-box {
		margin-top: 15px;
	}
}

.slick-honor {
	font-size: 0;
}

.slick-honor .slick-slide>div:not(:first-child) {
	margin-top: 30px;
}

@media (max-width: 991.98px) {
	.slick-honor .slick-slide>div:not(:first-child) {
		margin-top: 24px;
	}
}

@media (max-width: 767.98px) {
	.slick-honor .slick-slide>div:not(:first-child) {
		margin-top: 15px;
	}
}

.news-date {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 14px;
	color: #004d99;
}

@media (max-width: 767.98px) {
	.news-date {
		font-size: 13px;
	}
}

.news-date span {
	font-weight: 500;
}

.news-date:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e657';
	margin-right: 8px;
	line-height: 1;
	font-size: 1em;
	color: #004d99;
}

@media (max-width: 767.98px) {
	.news-date:before {
		margin-right: 5px;
	}
}

.img-news {
	padding-bottom: 66.66666667%;
}

.news-list li:not(:first-child) {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.news-list .item img {
		-webkit-transition: transform 1.2s;
		-webkit-transition: -webkit-transform 1.2s;
		transition: -webkit-transform 1.2s;
		transition: transform 1.2s;
		transition: transform 1.2s, -webkit-transform 1.2s;
	}
	.news-list .item:hover img {
		-webkit-transform: scale(1.07);
		-ms-transform: scale(1.07);
		transform: scale(1.07);
	}
}

@media (min-width: 1200px) {
	.news-list .item:hover .more-btn>a {
		background-color: #004d99;
		color: #fff !important;
	}
	.news-list .item:hover .more-btn>a:after {
		background: none !important;
		color: inherit !important;
	}
	.news-list .item:hover .info-box .more-box>a {
		color: #004d99;
		text-decoration: underline;
	}
}

.news-list .pic-box {
	position: relative;
}

@media (min-width: 576px) {
	.news-list .pic-box {
		width: 360px;
		margin-right: 16px;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
	}
}

@media (min-width: 576px) and (max-width: 991.98px) {
	.news-list .pic-box {
		width: 280px;
	}
}

.news-list .pic {
	-webkit-mask: url('../imgs/subtract-news.svg') 100% 100% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0, red));
	-webkit-mask: url('../imgs/subtract-news.svg') 100% 100% no-repeat, linear-gradient(red 0 0);
	-webkit-mask-composite: xor;
}

.news-list .img-box {
	border-radius: 20px;
	border-bottom-right-radius: 20px !important;
}

@media (max-width: 1199.98px) {
	.news-list .img-box {
		border-radius: 15px;
	}
}

@media (max-width: 991.98px) {
	.news-list .img-box {
		border-radius: 10px;
	}
}

@media (max-width: 767.98px) {
	.news-list .img-box {
		border-radius: 5px;
	}
}

.news-list .info-box {
	background-color: #f0f4f7;
	border-radius: 20px;
	padding: 20px;
}

@media (max-width: 1199.98px) {
	.news-list .info-box {
		border-radius: 15px;
	}
}

@media (max-width: 991.98px) {
	.news-list .info-box {
		border-radius: 10px;
	}
}

@media (max-width: 767.98px) {
	.news-list .info-box {
		border-radius: 5px;
	}
}

@media (min-width: 576px) {
	.news-list .info-box {
		width: -webkit-calc(100% - 360px - 16px);
		width: calc(100% - 360px - 16px);
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.news-list .info-box .more-box {
		margin-top: auto;
	}
}

@media (min-width: 576px) and (min-width: 992px) {
	.news-list .info-box .more-box {
		padding-bottom: 5px;
	}
}

@media (min-width: 576px) and (max-width: 991.98px) {
	.news-list .info-box {
		width: -webkit-calc(100% - 280px - 16px);
		width: calc(100% - 280px - 16px);
	}
}

@media (max-width: 575.98px) {
	.news-list .info-box {
		margin-top: 10px;
	}
}

.news-list .tit {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 15px 0;
}

@media (max-width: 1199.98px) {
	.news-list .tit {
		font-size: 19px;
	}
}

@media (max-width: 991.98px) {
	.news-list .tit {
		font-size: 18px;
	}
}

@media (max-width: 767.98px) {
	.news-list .tit {
		font-size: 17px;
	}
}

@media (max-width: 575.98px) {
	.news-list .tit {
		font-size: 16px;
	}
}

@media (max-width: 991.98px) {
	.news-list .tit {
		margin: 10px 0;
	}
}

@media (min-width: 1200px) {
	.news-list .tit:hover {
		text-decoration: underline;
		color: #004d99;
	}
}

.news-list .txt {
	padding-bottom: 15px;
}

.news-list .txt p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	height: auto;
}

.news-list .more-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.news-list .more-btn>a {
	min-width: 48px;
	height: 48px;
	background-color: #f0f4f7;
	border-radius: 8px;
	color: #004d99;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 0;
}

.news-list .more-btn>a:after {
	width: auto;
	height: auto;
	background: none;
	-webkit-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	transform: translateX(0) !important;
	margin: 0 !important;
}

.news-details-wrap .content .info {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}

@media (max-width: 767.98px) {
	.news-details-wrap .content .info {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}

.news-details-wrap .tit {
	line-height: 1.5;
}

.news-details-wrap .date-all,
.news-details-wrap .news-date {
	margin-top: 15px;
}

.news-details-wrap .news-page {
	overflow: hidden;
	margin-top: 40px;
}

@media (max-width: 991.98px) {
	.news-details-wrap .news-page {
		margin-top: 35px;
	}
}

@media (max-width: 767.98px) {
	.news-details-wrap .news-page {
		margin-top: 25px;
	}
}

@media only screen and (min-width: 1200px) {
	.news-details-wrap .news-page a:hover {
		color: #ff6c3b;
		text-decoration: underline;
	}
}

@media (max-width: 1199.98px) {
	.news-details-wrap .news-page a:active {
		color: #ff6c3b;
		text-decoration: underline;
	}
}

.news-details-wrap .news-page p {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

@media (max-width: 991.98px) {
	.news-details-wrap .news-page p {
		font-size: 15px;
	}
}

@media (max-width: 767.98px) {
	.news-details-wrap .news-page p {
		font-size: 14px;
	}
}

.news-details-wrap .news-page .next {
	margin-top: 15px;
}

@media (max-width: 767.98px) {
	.news-details-wrap .news-page .next {
		margin-top: 10px;
	}
}

@media (min-width: 1200px) {
	.product-list .item img {
		-webkit-transition: transform 1.2s;
		-webkit-transition: -webkit-transform 1.2s;
		transition: -webkit-transform 1.2s;
		transition: transform 1.2s;
		transition: transform 1.2s, -webkit-transform 1.2s;
	}
	.product-list .item:hover img {
		-webkit-transform: scale(1.07);
		-ms-transform: scale(1.07);
		transform: scale(1.07);
	}
}

@media (min-width: 1200px) {
	.product-list .item:hover .img-box:before,
	.product-list .item:hover .img-box:after {
		opacity: 1;
	}
	.product-list .item:hover .img-box:before {
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	.product-list .item:hover .tit a {
		color: #004d99;
	}
	.product-list .item:hover .add-btn {
		background-color: #004d99;
		color: #fff;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
}

.product-list .img-box {
	border-radius: 20px;
}

@media (max-width: 1199.98px) {
	.product-list .img-box {
		border-radius: 15px;
	}
}

@media (max-width: 991.98px) {
	.product-list .img-box {
		border-radius: 10px;
	}
}

@media (max-width: 767.98px) {
	.product-list .img-box {
		border-radius: 5px;
	}
}

.product-list .img-box:before,
.product-list .img-box:after {
	opacity: 0;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.product-list .img-box:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0, 77, 153, 0.2);
}

.product-list .img-box:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(100%);
	-ms-transform: translateX(-50%) translateY(100%);
	transform: translateX(-50%) translateY(100%);
	z-index: 3;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	font-size: 20px;
	border-radius: 50%;
	background-color: #004d99;
	color: #fff;
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e664';
}

.product-list .info {
	margin-top: 8px;
	background-color: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	height: 48px;
	border-radius: 20px;
	-webkit-mask: url('../imgs/subtract-product.svg') calc(100% - 22px) 100% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0, red));
	-webkit-mask: url('../imgs/subtract-product.svg') -webkit-calc(100% - 22px) 100% no-repeat, linear-gradient(red 0 0);
	-webkit-mask-composite: xor;
}

.product-list .tit {
	padding: 0 24px;
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
}

.product-list .tit a {
	font-weight: bold;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

@media (max-width: 1399.98px) {
	.product-list .tit {
		padding: 0 15px;
	}
}

.product-list .add-btn {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	font-size: 18px;
	border-radius: 50%;
	background-color: #cfdce5;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	cursor: pointer;
	color: #525c66;
	margin: 0 4px;
}

.product-list .add-btn:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e652';
}

@media (min-width: 1200px) {
	.product-list .add-btn {
		-webkit-transition: 0.6s;
		transition: 0.6s;
	}
	.product-list .add-btn:hover {
		background-color: #004d99;
		color: #fff;
	}
}

.product-list .add-btn:active {
	-webkit-transition: 0s;
	transition: 0s;
	background-color: #004d99;
	color: #fff;
	-webkit-transform: scale(0.95) !important;
	-ms-transform: scale(0.95) !important;
	transform: scale(0.95) !important;
}

.product-wrap,
.search-none-wrap {
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f9ff), to(rgba(242, 249, 255, 0)));
	background: linear-gradient(180deg, #f2f9ff 0%, rgba(242, 249, 255, 0) 100%);
}

.details-tit {
	font-weight: bold;
	padding: 60px 0 30px;
	text-align: center;
}

@media (max-width: 1469.98px) {
	.details-tit {
		padding: 55px 0 25px;
	}
}

@media (max-width: 1199.98px) {
	.details-tit {
		padding: 50px 0 20px;
	}
}

@media (max-width: 991.98px) {
	.details-tit {
		padding: 40px 0 15px;
	}
}

@media (max-width: 767.98px) {
	.details-tit {
		padding: 30px 0 10px;
	}
}

.details-tit>span {
	font-size: 36px;
}

@media (max-width: 1199.98px) {
	.details-tit>span {
		font-size: 32px;
	}
}

@media (max-width: 991.98px) {
	.details-tit>span {
		font-size: 28px;
	}
}

@media (max-width: 767.98px) {
	.details-tit>span {
		font-size: 24px;
	}
}

@media (max-width: 575.98px) {
	.details-tit>span {
		font-size: 22px;
	}
}

.details-tit>span>span {
	color: #ff6c3b;
}

.product-details-wrap .public-banner {
	background-color: #f0f4f7;
}

.product-details-wrap .content {
	padding-top: 0;
}

.product-details-wrap .details-intro-box {
	background-color: #f0f4f7;
	padding: 80px 0;
}

@media (max-width: 1469.98px) {
	.product-details-wrap .details-intro-box {
		padding: 70px 0;
	}
}

@media (max-width: 1199.98px) {
	.product-details-wrap .details-intro-box {
		padding: 60px 0;
	}
}

@media (max-width: 991.98px) {
	.product-details-wrap .details-intro-box {
		padding: 50px 0;
	}
}

@media (max-width: 767.98px) {
	.product-details-wrap .details-intro-box {
		padding: 40px 0;
	}
}

.product-details-wrap .details-list-box {
	padding-top: 50px;
	background-color: #fff;
}

@media (max-width: 1199.98px) {
	.product-details-wrap .details-list-box {
		padding-top: 40px;
	}
}

@media (max-width: 991.98px) {
	.product-details-wrap .details-list-box {
		padding-top: 30px;
	}
}

@media (max-width: 767.98px) {
	.product-details-wrap .details-list-box {
		padding-top: 20px;
	}
}

@media (min-width: 576px) {
	.product-details-wrap .carousel-wrap:not(.carousel-nav-down) .carousel-box {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.product-details-wrap .carousel-wrap:not(.carousel-nav-down) .slider-for {
		width: 80.96385542%;
	}
	.product-details-wrap .carousel-wrap:not(.carousel-nav-down) .slider-nav {
		width: 17.34939759%;
		margin: 0;
	}
	.product-details-wrap .carousel-wrap:not(.carousel-nav-down) .slider-nav .slick-list {
		margin: -7.04225352% 0;
		padding: 0 1px;
	}
	.product-details-wrap .carousel-wrap:not(.carousel-nav-down) .slider-nav .slick-slide {
		padding: 7.74647887% 1px;
	}
	.product-details-wrap .carousel-wrap.carousel-nav-left .carousel-box {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		flex-direction: row-reverse;
	}
}

.product-details-wrap .carousel-wrap .carousel-box {
	font-size: 0;
}

@media (min-width: 1200px) {
	.product-details-wrap .carousel-wrap .carousel-box {
		width: 42.85714286%;
	}
}

@media (max-width: 1199.98px) {
	.product-details-wrap .carousel-wrap .carousel-box {
		position: initial;
		width: 450px;
		margin: 0 auto 30px;
		max-width: 100%;
	}
}

@media (max-width: 767.98px) {
	.product-details-wrap .carousel-wrap .carousel-box {
		width: 400px;
	}
}

.product-details-wrap .carousel-wrap .carousel-box .item {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.product-details-wrap .carousel-wrap .carousel {
	position: relative;
}

.product-details-wrap .carousel-wrap .pro-arrow {
	position: absolute;
	right: 40px;
	bottom: 60px;
	z-index: 3;
}

@media (max-width: 1199.98px) {
	.product-details-wrap .carousel-wrap .pro-arrow {
		right: 20px;
		bottom: 20px;
	}
}

@media (max-width: 575.98px) {
	.product-details-wrap .carousel-wrap .pro-arrow {
		display: none !important;
	}
}

.product-details-wrap .carousel-wrap .slider-for,
.product-details-wrap .carousel-wrap .slider-nav .item {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.product-details-wrap .carousel-wrap .slider-for .slick-arrow {
	top: auto;
	bottom: 5px;
}

@media (max-width: 1199.98px) {
	.product-details-wrap .carousel-wrap .slider-for .slick-arrow {
		display: none !important;
	}
}

.product-details-wrap .carousel-wrap .slider-for .slick-prev {
	left: auto;
	right: 75px;
}

.product-details-wrap .carousel-wrap .slider-for .slick-next {
	right: 30px;
}

.product-details-wrap .carousel-wrap .slider-nav {
	margin-top: 10px;
}

.product-details-wrap .carousel-wrap .slider-nav .slick-list {
	margin: 0 -4px;
}

.product-details-wrap .carousel-wrap .slider-nav .slick-slide {
	padding: 1px 5px;
	width: 150px;
	border: none;
}

.product-details-wrap .carousel-wrap .slider-nav .slick-center .item,
.product-details-wrap .carousel-wrap .slider-nav .slick-current .item {
	border-color: #004d99;
}

.product-details-wrap .carousel-wrap .slider-nav .slick-arrow {
	background: none !important;
	font-weight: bold;
	font-size: 22px;
	width: 26px;
	height: 26px;
}

@media (min-width: 1200px) {
	.product-details-wrap .carousel-wrap .slider-nav .slick-arrow:hover {
		color: #004d99;
	}
}

.product-details-wrap .carousel-wrap .slider-nav .slick-prev:before {
	content: '\e9b5';
}

.product-details-wrap .carousel-wrap .slider-nav .slick-next:before {
	content: '\e72f';
}

.product-details-wrap .carousel-wrap .slider-nav .product-video {
	position: relative;
}

.product-details-wrap .carousel-wrap .slider-nav .product-video .img-box:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e67c';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	border-radius: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-size: 12px;
	width: 40px;
	height: 40px;
	background-color: #004d99;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.product-details-wrap .carousel-wrap .slider-nav .item {
	border: 1px solid #fff;
	border-radius: 20px;
}

@media (max-width: 1199.98px) {
	.product-details-wrap .carousel-wrap .slider-nav .item {
		border-radius: 15px;
	}
}

@media (max-width: 991.98px) {
	.product-details-wrap .carousel-wrap .slider-nav .item {
		border-radius: 10px;
	}
}

@media (max-width: 767.98px) {
	.product-details-wrap .carousel-wrap .slider-nav .item {
		border-radius: 5px;
	}
}

@media (min-width: 1200px) {
	.product-details-wrap .carousel-wrap .info-box {
		position: relative;
		width: 53.33333333%;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: center;
		justify-content: center;
	}
}

.product-details-wrap .carousel-wrap .pro-name {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	padding: 15px 0 25px;
	border-bottom: 1px solid rgba(0, 77, 153, 0.25);
	margin-bottom: 30px;
}

@media (max-width: 1469.98px) {
	.product-details-wrap .carousel-wrap .pro-name {
		font-size: 32px;
	}
}

@media (max-width: 1399.98px) {
	.product-details-wrap .carousel-wrap .pro-name {
		font-size: 28px;
	}
}

@media (max-width: 767.98px) {
	.product-details-wrap .carousel-wrap .pro-name {
		padding: 0 0 15px;
		margin-bottom: 20px;
		font-size: 22px;
	}
}

.product-details-wrap .carousel-wrap .description-box .description {
	margin-bottom: 8px;
	color: #0A1F33;
}

.product-details-wrap .carousel-wrap .share-box {
	padding-top: 5px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
}

.product-details-wrap .carousel-wrap .share-box>span {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: bold;
}

@media (max-width: 991.98px) {
	.product-details-wrap .carousel-wrap .share-box>span {
		font-size: 15px;
	}
}

@media (max-width: 767.98px) {
	.product-details-wrap .carousel-wrap .share-box>span {
		font-size: 14px;
	}
}

.product-details-wrap .carousel-wrap .func {
	padding-top: 60px;
}

@media (max-width: 1469.98px) {
	.product-details-wrap .carousel-wrap .func {
		padding-top: 50px;
	}
}

@media (max-width: 991.98px) {
	.product-details-wrap .carousel-wrap .func {
		padding-top: 40px;
	}
}

@media (max-width: 767.98px) {
	.product-details-wrap .carousel-wrap .func {
		padding-top: 30px;
	}
}

.product-details-wrap .carousel-wrap .link-box>a {
	min-width: 100%;
}

@media (max-width: 767.98px) {
	.product-details-wrap .carousel-wrap .link-box>a>span {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.product-details-wrap .slick-reviews .slick-list {
		margin: 0 -20px;
	}
	.product-details-wrap .slick-reviews .slick-slide {
		padding: 0 20px;
	}
}

.product-details-wrap .slick-reviews .item {
	background-color: #fff;
	padding: 20px 40px 30px;
}

@media (max-width: 767.98px) {
	.product-details-wrap .slick-reviews .item {
		padding: 15px 20px 15px;
	}
}

.product-details-wrap .slick-reviews .info {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

@media (max-width: 575.98px) {
	.product-details-wrap .slick-reviews .info {
		flex-wrap: wrap;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.product-details-wrap .slick-reviews .info .name,
	.product-details-wrap .slick-reviews .info .star-box {
		margin-right: 12px;
	}
}

.product-details-wrap .slick-reviews .name {
	margin-right: 15px;
	font-weight: 600;
	font-size: 16px;
}

@media (max-width: 991.98px) {
	.product-details-wrap .slick-reviews .name {
		font-size: 15px;
	}
}

@media (max-width: 767.98px) {
	.product-details-wrap .slick-reviews .name {
		font-size: 14px;
	}
}

.product-details-wrap .slick-reviews .star-box {
	display: -webkit-box;
	display: flex;
}

.product-details-wrap .slick-reviews .iconfont {
	color: #ff6c3b;
	font-size: 14px;
}

.product-details-wrap .slick-reviews .date-reviews {
	font-size: 12px;
	color: #666;
	margin: 0 0 0 auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.product-details-wrap .slick-reviews .date-reviews:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e65c';
	color: #ff6c3b;
	margin-right: 10px;
	font-size: 1.3em;
	line-height: 1;
}

@media (max-width: 767.98px) {
	.product-details-wrap .slick-reviews .date-reviews:before {
		margin-right: 5px;
	}
}

.product-details-wrap .details-reviews {
	background-color: #eef6ff;
}

.product-details-wrap .details-reviews .inquiry-form .tit {
	margin: 30px 0 20px;
}

@media (max-width: 767.98px) {
	.product-details-wrap .details-reviews .inquiry-form .tit {
		margin: 20px 0 15px;
	}
}

.product-details-wrap .details-reviews .inquiry-form.has-bg input,
.product-details-wrap .details-reviews .inquiry-form.has-bg textarea,
.product-details-wrap .details-reviews .inquiry-form.has-bg .ipt-pro-name>span,
.product-details-wrap .details-reviews .inquiry-form.has-bg .select2-selection--single {
	background-color: #fff;
}

.product-details-wrap .slick-related .slick-arrow {
	margin-top: -15px;
}

.product-details-wrap .slick-related .slick-prev {
	left: 10px;
}

.product-details-wrap .slick-related .slick-next {
	right: 10px;
}

@media (min-width: 1470px) {
	.product-details-wrap .slick-related .slick-list {
		margin: 0 -23px;
	}
	.product-details-wrap .slick-related .slick-slide {
		padding: 0 23px;
	}
}

.product-details-wrap .slick-related .tit>a {
	background-color: #fff;
}

.inquiry-wrap .size-list-box {
	padding-right: 15px;
}

.inquiry-wrap .size-list-box span {
	color: #fff;
	background-color: #0a1f33;
	border-color: #0a1f33;
}

.inquiry-wrap .inquiry-box .details-tit {
	padding-top: 5px;
}

.inquiry-wrap .iq-title,
.inquiry-wrap .list>li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	text-align: center;
	padding-left: 60px;
	padding-right: 45px;
}

@media (max-width: 991px) {
	.inquiry-wrap .iq-title,
	.inquiry-wrap .list>li {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.inquiry-wrap .iq-title,
	.inquiry-wrap .list>li {
		padding-left: 2%;
		padding-right: 0;
	}
}

.inquiry-wrap .iq-title {
	overflow: hidden;
	background-color: #004d99;
	padding-top: 14px;
	padding-bottom: 14px;
}

@media (max-width: 767px) {
	.inquiry-wrap .iq-title {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.inquiry-wrap .iq-title .th {
	border: none;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

.inquiry-wrap .iq-title .th.qty-box {
	text-align: center;
}

.inquiry-wrap .iq-title .th span {
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (min-width: 768px) {
	.inquiry-wrap .iq-title .th.check-box label.replace:after {
		display: block;
	}
}

@media (max-width: 1199px) {
	.inquiry-wrap .iq-title .th.introduce-box {
		padding-left: 20px;
	}
}

@media (max-width: 767px) {
	.inquiry-wrap .iq-title .th.introduce-box {
		width: -webkit-calc(100% - 70px);
		width: calc(100% - 70px);
	}
}

@media (max-width: 575px) {
	.inquiry-wrap .iq-title .th.introduce-box {
		width: -webkit-calc(100% - 45px);
		width: calc(100% - 45px);
		padding-left: 10px;
	}
}

.inquiry-wrap .iq-title .pic-box {
	text-align: center;
	padding: 11px 0;
}

@media (max-width: 767px) {
	.inquiry-wrap .iq-title .check-box {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.inquiry-wrap .iq-title .del-box {
		opacity: 0;
		width: 30px;
	}
}

.inquiry-wrap .inquiry-box {
	width: 100%;
	border: none;
	font-size: 18px;
}

.inquiry-wrap .inquiry-box .details-tit {
	margin-top: 0;
}

@media (max-width: 991px) {
	.inquiry-wrap .inquiry-box {
		font-size: 16px;
	}
}

.inquiry-wrap .inquiry-box label {
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	margin-bottom: 0;
}

.inquiry-wrap .inquiry-box label:before {
	background-color: #e6e6e6;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
}

@media (max-width: 767px) {
	.inquiry-wrap .inquiry-box .introduce-title {
		padding-left: 0px !important;
		text-align: center;
	}
}

.inquiry-wrap .inquiry-box .check-box {
	min-width: 70px;
	text-align: left;
}

@media (max-width: 767px) {
	.inquiry-wrap .inquiry-box .check-box {
		min-width: 30px;
	}
}

.inquiry-wrap .inquiry-box .check-box .check-all {
	margin: 0;
	cursor: pointer;
}

.inquiry-wrap .inquiry-box .check-box .check-all>label {
	margin-right: 10px;
}

.inquiry-wrap .inquiry-box .check-box .check-all span {
	font-weight: normal;
}

@media (max-width: 767px) {
	.inquiry-wrap .inquiry-box .check-box .check-all span {
		display: none;
	}
}

.inquiry-wrap .inquiry-box .check-box label.replace {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background-color: #fff;
	width: 20px;
	height: 20px;
	line-height: 18px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	position: relative;
	border: 1px solid #e3e3e3;
	cursor: pointer;
}

.inquiry-wrap .inquiry-box .check-box label.replace:after {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	font-family: 'iconfont' !important;
	content: '\e624';
	opacity: 0;
	color: #000;
	font-size: 24px;
	line-height: 1;
	text-align: center;
}

@media (max-width: 575px) {
	.inquiry-wrap .inquiry-box .check-box label.replace {
		margin-left: 5px;
		width: 16px;
		height: 16px;
		line-height: 14px;
	}
	.inquiry-wrap .inquiry-box .check-box label.replace:after {
		font-size: 20px;
	}
}

.inquiry-wrap .inquiry-box .check-box label.replace input {
	display: none;
}

.inquiry-wrap .inquiry-box .check-box label.change:after {
	opacity: 1;
}

.inquiry-wrap .inquiry-box .introduce-box {
	text-align: left;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

@media (min-width: 1200px) {
	.inquiry-wrap .inquiry-box .introduce-box img {
		-webkit-transition: transform 1.2s;
		-webkit-transition: -webkit-transform 1.2s;
		transition: -webkit-transform 1.2s;
		transition: transform 1.2s;
		transition: transform 1.2s, -webkit-transform 1.2s;
	}
	.inquiry-wrap .inquiry-box .introduce-box:hover img {
		-webkit-transform: scale(1.07);
		-ms-transform: scale(1.07);
		transform: scale(1.07);
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.inquiry-wrap .inquiry-box .introduce-box {
		display: block;
	}
}

@media (min-width: 768px) {
	.inquiry-wrap .inquiry-box .introduce-box {
		width: 48%;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.inquiry-wrap .inquiry-box .introduce-box {
		width: 40%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.inquiry-wrap .inquiry-box .introduce-box {
		width: 200px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.inquiry-wrap .inquiry-box .introduce-box {
		width: -webkit-calc(100% - 120px);
		width: calc(100% - 120px);
	}
}

@media (max-width: 575px) {
	.inquiry-wrap .inquiry-box .introduce-box {
		width: -webkit-calc(100% - 70px);
		width: calc(100% - 70px);
	}
}

.inquiry-wrap .inquiry-box .introduce-box .pic-box {
	width: 200px;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 2;
	border-radius: 3px;
}

@media (max-width: 1199px) {
	.inquiry-wrap .inquiry-box .introduce-box .pic-box {
		width: 150px;
		margin: 0 auto;
	}
}

@media (max-width: 575px) {
	.inquiry-wrap .inquiry-box .introduce-box .pic-box {
		width: 90px;
	}
}

@media (min-width: 1200px) {
	.inquiry-wrap .inquiry-box .introduce-box .pic-box .pic img {
		-webkit-transition: transform 1.2s;
		-webkit-transition: -webkit-transform 1.2s;
		transition: -webkit-transform 1.2s;
		transition: transform 1.2s;
		transition: transform 1.2s, -webkit-transform 1.2s;
	}
	.inquiry-wrap .inquiry-box .introduce-box .pic-box .pic:hover img {
		-webkit-transform: scale(1.07);
		-ms-transform: scale(1.07);
		transform: scale(1.07);
	}
}

.inquiry-wrap .inquiry-box .introduce-box .intro {
	-webkit-box-flex: 1;
	flex: 1 0 0%;
}

@media only screen and (min-width: 768px) {
	.inquiry-wrap .inquiry-box .introduce-box .intro {
		padding-left: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.inquiry-wrap .inquiry-box .introduce-box .intro {
		padding-left: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.inquiry-wrap .inquiry-box .introduce-box .intro {
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.inquiry-wrap .inquiry-box .introduce-box .intro {
		padding-left: 5%;
	}
}

.inquiry-wrap .inquiry-box .introduce-box .name {
	margin: 0 0 5px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	height: auto;
	font-size: 1em;
}

@media (max-width: 767px) {
	.inquiry-wrap .inquiry-box .introduce-box .name {
		margin-bottom: 10px;
	}
}

@media (max-width: 575px) {
	.inquiry-wrap .inquiry-box .introduce-box .name {
		font-size: 0.9em;
	}
}

.inquiry-wrap .inquiry-box .introduce-box .name:hover {
	text-decoration: underline;
}

.inquiry-wrap .inquiry-box .introduce-box .name~span {
	color: #999;
	margin-left: 15px;
}

.inquiry-wrap .inquiry-box .introduce-box .name~span:first-of-type {
	margin-left: 0;
}

.inquiry-wrap .inquiry-box .introduce-box p {
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (min-width: 768px) {
	.inquiry-wrap .inquiry-box .introduce-box .number-box {
		display: none;
	}
}

.inquiry-wrap .inquiry-box .number-box {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	min-width: 90px;
}

.inquiry-wrap .inquiry-box .number-box a {
	width: 30px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #999999;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.inquiry-wrap .inquiry-box .number-box a:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.inquiry-wrap .inquiry-box .number-box a.del1:before {
	content: '\e628';
}

.inquiry-wrap .inquiry-box .number-box a.add1:before {
	content: '\e629';
}

@media (min-width: 1200px) {
	.inquiry-wrap .inquiry-box .number-box a:active {
		box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	}
}

@media (max-width: 575px) {
	.inquiry-wrap .inquiry-box .number-box a {
		width: 25px;
		height: 25px;
		line-height: 23px;
		font-size: 12px;
	}
}

.inquiry-wrap .inquiry-box .number-box a.disable {
	cursor: not-allowed;
}

.inquiry-wrap .inquiry-box .number-box .ipt-num {
	float: left;
	width: 60px;
	min-width: 26px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	max-width: 60px;
	color: inherit;
	font-size: 16px;
	background: none;
}

@media (max-width: 767px) {
	.inquiry-wrap .inquiry-box .number-box .ipt-num {
		width: 50px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}

@media (max-width: 575px) {
	.inquiry-wrap .inquiry-box .number-box .ipt-num {
		width: 35px;
		height: 25px;
		line-height: 23px;
	}
}

.inquiry-wrap .inquiry-box .qty-box {
	text-align: center;
}

@media (max-width: 767px) {
	.inquiry-wrap .inquiry-box .qty-box {
		display: none;
	}
}

@media (min-width: 768px) {
	.inquiry-wrap .inquiry-box .qty-box {
		width: 150px;
		text-align: center;
	}
}

.inquiry-wrap .inquiry-box .del-box {
	text-align: center;
}

@media (min-width: 768px) {
	.inquiry-wrap .inquiry-box .del-box {
		width: 80px;
	}
}

.inquiry-wrap .inquiry-box .del-box .del:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e632';
	color: #787878;
	font-size: 20px;
}

.inquiry-wrap .inquiry-box .del-box .del:hover:before {
	color: #004d99;
}

@media (min-width: 768px) {
	.inquiry-wrap .inquiry-box .del-box .del {
		font-weight: bold;
	}
}

@media (max-width: 767px) {
	.inquiry-wrap .inquiry-box .del-box .del {
		margin-right: 10px;
	}
	.inquiry-wrap .inquiry-box .del-box .del:before {
		font-size: 18px;
	}
}

.inquiry-wrap .inquiry-box .list {
	border: 1px solid #004d99;
	border-top: none;
}

.inquiry-wrap .inquiry-box .list>li {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #004d99;
}

.inquiry-wrap .inquiry-box .list>li:nth-of-type(1) {
	border-top: none;
}

@media (max-width: 575px) {
	.inquiry-wrap .inquiry-box .list>li {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.inquiry-wrap .inquiry-box .list>li {
	flex-wrap: wrap;
}

@media (min-width: 1200px) {
	.inquiry-wrap .inquiry-box .list>li:hover .name {
		color: #004d99;
	}
}

.inquiry-wrap .pro-parameter {
	width: 100%;
	text-align: left;
}

@media (min-width: 992px) {
	.inquiry-wrap .pro-parameter {
		display: -webkit-box;
		display: flex;
	}
	.inquiry-wrap .pro-parameter>div {
		-webkit-box-flex: 1;
		flex: 1;
		padding: 0 10px;
	}
}

.inquiry-wrap .parameter-list li:not(.active) {
	display: none;
}

.file {
	opacity: 0;
}

.upload-box {
	background-color: #fff !important;
	margin-bottom: 20px;
}

.upload-wrap {
	display: none;
	margin-top: 20px;
}

.upload-wrap .file-input {
	position: relative;
}

.upload-wrap .file-preview {
	border: none;
	padding: 0;
	margin-bottom: 25px;
	border-radius: 8px;
	background-color: #F0F4F7 !important;
}

@media (max-width: 991.98px) {
	.upload-wrap .file-preview {
		margin-bottom: 15px;
	}
}

@media (max-width: 767.98px) {
	.upload-wrap .file-preview {
		margin-bottom: 15px;
	}
}

.upload-wrap .file-preview>.fileinput-remove {
	display: none;
}

.upload-wrap .file-drop-zone {
	margin: 0;
	min-height: 100px;
}

@media (min-width: 992px) {
	.upload-wrap .file-drop-zone {
		border: none;
		padding: 15px;
	}
}

@media (max-width: 991.98px) {
	.upload-wrap .file-drop-zone {
		padding: 0;
	}
}

.upload-wrap .file-drop-zone.clickable {
	border: none !important;
}

.upload-wrap .file-caption-main {
	padding: 0 20px;
}

.upload-wrap .file-caption-main>.file-caption {
	display: none;
}

.upload-wrap .file-caption-name {
	display: none !important;
}

.upload-wrap .input-group {
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.upload-wrap .input-group-btn {
	text-align: right;
}

@media (min-width: 1200px) {
	.upload-wrap .input-group-btn .btn:hover {
		border-color: #004d99;
	}
}

@media (max-width: 767.98px) {
	.upload-wrap .input-group-btn>* .glyphicon {
		font-size: 0.9em;
	}
}

.upload-wrap .input-group-btn>*>span.hidden-xs {
	display: inline-block !important;
}

@media (max-width: 767.98px) {
	.upload-wrap .input-group-btn>*>span.hidden-xs {
		font-size: 12px;
	}
}

.upload-wrap .fileinput-upload-button {
	display: inline-block;
	border: 1px solid #222;
}

@media (min-width: 1200px) {
	.upload-wrap .fileinput-upload-button:hover {
		background-color: #004d99;
		border-color: #004d99;
	}
}

.upload-wrap .btn-file {
	border-radius: 4px !important;
	background-color: #004d99;
	cursor: pointer;
	border: none;
}

.upload-wrap .btn-file .file {
	cursor: pointer;
}

.upload-wrap .kv-upload-progress {
	padding: 0 15px;
}

.upload-wrap .file-thumb-progress {
	position: relative;
	left: 0;
	top: 0;
	right: auto;
}

@media (max-width: 767.98px) {
	.upload-wrap .file-preview-thumbnails {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		justify-content: flex-start;
	}
}

.upload-wrap .file-live-thumbs {
	overflow: hidden;
	text-align: left;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.upload-wrap .file-drop-zone-title {
	font-size: 16px;
	padding: 30px 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 90%;
}

@media (max-width: 991.98px) {
	.upload-wrap .file-drop-zone-title {
		font-size: 15px;
	}
}

@media (max-width: 767.98px) {
	.upload-wrap .file-drop-zone-title {
		font-size: 14px;
	}
}

.upload-wrap .file-drop-zone-title span {
	font-size: 1.25em;
	display: block;
	margin-bottom: 5px;
}

@media (max-width: 767.98px) {
	.upload-wrap .file-drop-zone-title {
		padding: 10px 0;
	}
}

.upload-wrap .file-preview-frame {
	display: block;
	vertical-align: top;
	width: 110px;
	max-width: -webkit-calc(20% - 16px) !important;
	max-width: calc(20% - 16px) !important;
	height: auto !important;
	text-align: center;
}

@media (max-width: 1469.98px) {
	.upload-wrap .file-preview-frame {
		max-width: -webkit-calc(25% - 16px) !important;
		max-width: calc(25% - 16px) !important;
	}
}

@media (max-width: 1399.98px) {
	.upload-wrap .file-preview-frame {
		max-width: -webkit-calc(33.33333% - 16px) !important;
		max-width: calc(33.33333% - 16px) !important;
	}
}

@media (max-width: 1199.98px) {
	.upload-wrap .file-preview-frame {
		max-width: -webkit-calc(25% - 16px) !important;
		max-width: calc(25% - 16px) !important;
	}
}

@media (max-width: 991.98px) {
	.upload-wrap .file-preview-frame {
		max-width: -webkit-calc(20% - 16px) !important;
		max-width: calc(20% - 16px) !important;
	}
}

@media (max-width: 767.98px) {
	.upload-wrap .file-preview-frame {
		max-width: -webkit-calc(25% - 16px) !important;
		max-width: calc(25% - 16px) !important;
	}
	.upload-wrap .file-preview-frame .file-other-icon {
		font-size: 10vw;
	}
}

.upload-wrap .file-preview-frame .kv-file-content {
	position: relative;
	padding-bottom: 100%;
	width: 100%;
	overflow: hidden;
	height: auto !important;
}

.upload-wrap .file-preview-frame .kv-file-content>* {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.upload-wrap .file-preview-frame .file-thumbnail-footer {
	height: auto;
}

.upload-wrap .file-preview-frame .file-preview-other {
	position: absolute;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.upload-wrap .file-preview-frame .file-preview-other .glyphicon {
	display: block;
}

.upload-wrap .krajee-default .file-footer-caption {
	margin-bottom: 0;
}

.upload-wrap .krajee-default .file-caption-info,
.upload-wrap .krajee-default .file-size-info {
	width: 100%;
	height: auto;
}

.upload-wrap .file-upload-indicator .glyphicon {
	font-size: 16px;
	display: block;
}

.upload-wrap .file-thumbnail-footer {
	position: initial;
}

.upload-wrap .file-footer-buttons {
	float: none;
}

.upload-wrap .file-footer-buttons>button {
	display: none !important;
}

.upload-wrap .file-footer-buttons>button.kv-file-remove {
	display: block !important;
	border: none;
}

.upload-wrap .file-actions {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	position: absolute;
	right: 0;
	top: 0;
}

.upload-wrap .file-caption-icon {
	display: none !important;
}

.upload-wrap .file-footer-caption {
	font-size: 1em;
	width: 100%;
	line-height: 1.2;
}

@media (max-width: 767.98px) {
	.upload-wrap .file-footer-caption {
		font-size: 12px;
	}
}

.upload-wrap .file-footer-caption samp {
	display: none;
}

.upload-wrap .kv-fileinput-error .close {
	position: relative;
	z-index: 2;
}

.upload-fancybox {
	width: 1550px;
	max-width: 90%;
	display: none;
	padding: 70px 50px 50px;
}

@media (max-width: 575px) {
	.upload-fancybox {
		padding: 30px 20px;
	}
}

.upload-fancybox .upload-wrap {
	display: block;
}

.upload-fancybox .upload-wrap .file-drop-zone {
	min-height: 200px;
}

.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
	color: #999;
}

.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder {
	color: #999;
}

.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
	color: #999;
}

.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder {
	color: #999;
}

.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder {
	color: #ccc;
}

.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder {
	color: #ccc;
}

.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder {
	color: #ccc;
}

.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder {
	color: #ccc;
}

.inquiry-form.has-bg input,
.inquiry-form.has-bg textarea,
.inquiry-form.has-bg .ipt-pro-name>span,
.inquiry-form.has-bg .select2-selection--single {
	background-color: #F0F4F7;
}

.inquiry-form.has-bg-gray input,
.inquiry-form.has-bg-gray textarea,
.inquiry-form.has-bg-gray .ipt-pro-name>span,
.inquiry-form.has-bg-gray .select2-selection--single {
	background-color: #f6f6f6;
}

.inquiry-form.has-border input,
.inquiry-form.has-border textarea,
.inquiry-form.has-border .ipt-pro-name>span,
.inquiry-form.has-border .select2-selection--single {
	border-bottom: 1px solid #dedede;
}

.inquiry-form.has-border input,
.inquiry-form.has-border textarea,
.inquiry-form.has-border .ipt-pro-name>span,
.inquiry-form.has-border .select2-selection--single,
.inquiry-form.has-border .form-placeholder {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.inquiry-form.has-radius input,
.inquiry-form.has-radius textarea,
.inquiry-form.has-radius .ipt-pro-name>span,
.inquiry-form.has-radius .select2-selection--single {
	border-radius: 8px;
}

.inquiry-form.submit-center .link-box,
.inquiry-form.submit-center .submit {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.inquiry-form.submit-end .link-box,
.inquiry-form.submit-end .submit {
	display: block;
	margin-left: auto;
	margin-right: 0;
}

.inquiry-form li,
.inquiry-form .rating-box,
.inquiry-form .ipt-upload {
	margin: 0 0 20px;
	position: relative;
}

.inquiry-form li>label,
.inquiry-form .rating-box>label,
.inquiry-form .ipt-upload>label {
	position: relative;
	font-weight: normal;
	width: 100%;
	display: block;
	margin: 0;
}

.inquiry-form input,
.inquiry-form textarea,
.inquiry-form .ipt-pro-name>span,
.inquiry-form .select2-selection--single,
.inquiry-form .form-placeholder {
	padding: 15px 20px;
	color: #999;
	line-height: 1.3;
	font-size: 14px;
}

@media (max-width: 1469.98px) {
	.inquiry-form input,
	.inquiry-form textarea,
	.inquiry-form .ipt-pro-name>span,
	.inquiry-form .select2-selection--single,
	.inquiry-form .form-placeholder {
		padding: 15px 35px;
	}
}

@media (max-width: 991.98px) {
	.inquiry-form input,
	.inquiry-form textarea,
	.inquiry-form .ipt-pro-name>span,
	.inquiry-form .select2-selection--single,
	.inquiry-form .form-placeholder {
		padding: 13px 25px;
	}
}

@media (max-width: 767.98px) {
	.inquiry-form input,
	.inquiry-form textarea,
	.inquiry-form .ipt-pro-name>span,
	.inquiry-form .select2-selection--single,
	.inquiry-form .form-placeholder {
		padding: 10px 15px;
		font-size: 13px;
	}
}

.inquiry-form input,
.inquiry-form textarea,
.inquiry-form .ipt-pro-name>span,
.inquiry-form .select2-selection--single {
	display: block;
	width: 100%;
	background: none;
	font-weight: 500;
	-webkit-transition: border-color 0.4s;
	transition: border-color 0.4s;
}

.inquiry-form .input-box[required]+.form-placeholder:after {
	content: '*';
}

.inquiry-form .input-box:focus+.form-placeholder,
.inquiry-form select:valid~.form-placeholder,
.inquiry-form .input-box:not(:placeholder-shown)+.form-placeholder,
.inquiry-form .input-box:focus:not(:placeholder-shown)+.form-placeholder {
	color: #222;
	padding: 0;
	-webkit-transform: translateY(-100%) scale(0.8);
	-ms-transform: translateY(-100%) scale(0.8);
	transform: translateY(-100%) scale(0.8);
}

.inquiry-form textarea {
	field-sizing: content;
	min-height: 160px;
}

@media (max-width: 767.98px) {
	.inquiry-form textarea {
		min-height: 100px;
	}
}

.inquiry-form select {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.inquiry-form .select2-container {
	width: 100% !important;
}

.inquiry-form .select2-selection--single {
	height: auto;
}

.inquiry-form .select2-selection--single .select2-selection__rendered {
	padding: 0 30px 0 0;
}

@media (max-width: 767.98px) {
	.inquiry-form .select2-selection--single .select2-selection__rendered {
		padding-right: 20px;
	}
}

.inquiry-form .select2-selection--single .select2-selection__arrow {
	position: absolute;
	left: auto;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	width: auto;
	height: auto;
}

.inquiry-form .select2-selection--single .select2-selection__arrow:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e602';
	font-weight: bold;
}

.inquiry-form .select2-selection--single .select2-selection__arrow b {
	display: none;
}

@media (max-width: 991.98px) {
	.inquiry-form .select2-selection--single .select2-selection__arrow {
		right: 20px;
	}
}

@media (max-width: 767.98px) {
	.inquiry-form .select2-selection--single .select2-selection__arrow {
		right: 15px;
		font-size: 14px;
	}
}

.inquiry-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
	-webkit-transform: translateY(-50%) rotateX(180deg);
	transform: translateY(-50%) rotateX(180deg);
}

.inquiry-form .ipt-pro-name>span {
	background-color: #004d99 !important;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
}

@media (max-width: 991.98px) {
	.inquiry-form .ipt-pro-name>span {
		font-size: 15px;
	}
}

@media (max-width: 767.98px) {
	.inquiry-form .ipt-pro-name>span {
		font-size: 14px;
	}
}

.inquiry-form .ipt-pro-name>span>span,
.inquiry-form .ipt-pro-name>span b {
	margin-left: 5px;
}

.inquiry-form .ipt-placeholder {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
}

@media (max-width: 991.98px) {
	.inquiry-form .ipt-placeholder {
		font-size: 15px;
	}
}

@media (max-width: 767.98px) {
	.inquiry-form .ipt-placeholder {
		font-size: 14px;
	}
}

@media (max-width: 767.98px) {
	.inquiry-form .ipt-placeholder {
		margin-bottom: 8px;
	}
}

.inquiry-form .form-placeholder {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.inquiry-form .rating-box>span {
	margin-right: 23px;
}

.inquiry-form .textarea-box {
	position: relative;
	width: 100%;
}

.inquiry-form .textarea-box label {
	width: 100%;
	display: block;
}

.inquiry-form .textarea-box textarea {
	padding-bottom: 55px;
}

.inquiry-form .textarea-box .submit {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.inquiry-form .textarea-box .submit>span {
	min-width: 90px;
	background: #004d99;
	color: #fff;
	height: 46px;
}

.inquiry-form .textarea-box .submit>span:after {
	margin-left: 0;
}

.inquiry-form .func .link-box>* {
	min-width: 150px;
	padding: 0 10px;
	height: 48px;
	-webkit-box-pack: center;
	justify-content: center;
}

.inquiry-form .func .link-box>*:after {
	background: none !important;
	width: auto;
	height: auto;
}

.inquiry-form .func .link-box>*>span {
	padding: 0 !important;
	-webkit-box-flex: 0;
	flex: none;
}

@media (max-width: 767.98px) {
	.inquiry-form .func .link-box>* {
		min-width: 110px;
		height: 38px;
	}
}

.inquiry-form .func .uploading-btn>span {
	border: 1px dashed #004d99;
}

.inquiry-form .uploading-btn {
	background: none;
}

.share-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 40px;
}

@media (max-width: 991.98px) {
	.share-box {
		margin-top: 30px;
	}
}

@media (max-width: 767.98px) {
	.share-box {
		margin-top: 25px;
	}
}

.share-box>span {
	text-transform: uppercase;
	margin-right: 10px;
	font-size: 15px;
}

@media (max-width: 767.98px) {
	.share-box>span {
		font-size: 14px;
	}
}

.search-none {
	margin-bottom: 50px;
}

@media (max-width: 767.98px) {
	.search-none {
		margin-bottom: 35px;
	}
}

.search-none .tit {
	margin: 0 0 25px;
}

@media (max-width: 767.98px) {
	.search-none .tit {
		margin-bottom: 15px;
		font-size: 20px;
	}
}

.search-none p {
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
	border-radius: 5px;
	margin: 0;
	color: #ab7640;
	padding: 10px;
}

.sitemap-wrap .list1 {
	margin-top: -20px;
	overflow: hidden;
	font-size: 18px;
	text-transform: capitalize;
}

@media (max-width: 991.98px) {
	.sitemap-wrap .list1 {
		font-size: 17px;
	}
}

@media (max-width: 767.98px) {
	.sitemap-wrap .list1 {
		font-size: 16px;
	}
}

@media (max-width: 575.98px) {
	.sitemap-wrap .list1 {
		font-size: 15px;
	}
}

.sitemap-wrap .list1>li {
	margin-top: 20px;
}

@media (max-width: 767.98px) {
	.sitemap-wrap .list1>li {
		margin-top: 15px;
	}
}

.sitemap-wrap .list1>li>span>a {
	font-weight: 500;
	min-width: 260px;
	background-color: #004d99;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 12px 30px;
}

@media (min-width: 1200px) {
	.sitemap-wrap .list1>li>span>a {
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	.sitemap-wrap .list1>li>span>a:hover {
		text-decoration: underline;
	}
}

@media (max-width: 1199.98px) {
	.sitemap-wrap .list1>li>span>a:active {
		text-decoration: underline;
	}
}

@media (max-width: 991.98px) {
	.sitemap-wrap .list1>li>span>a {
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.sitemap-wrap .list1>li>span>a {
		padding: 8px 20px;
	}
}

.sitemap-wrap .list2 {
	text-transform: capitalize;
	padding: 0 0 10px 30px;
	font-size: 20px;
}

@media (max-width: 767.98px) {
	.sitemap-wrap .list2 {
		padding-left: 15px;
		font-size: 18px;
	}
}

.sitemap-wrap .list2 li {
	font-size: 0.88888889em;
}

.sitemap-wrap .list2>li {
	margin-top: 20px;
}

@media (max-width: 767.98px) {
	.sitemap-wrap .list2>li {
		margin-top: 15px;
	}
}

.sitemap-wrap .list2>li:first-child>span>span {
	margin-top: 0;
}

.sitemap-wrap .list2>li>span>span {
	font-weight: bold;
	color: #004d99;
	display: block;
	margin-top: 45px;
}

@media (max-width: 767.98px) {
	.sitemap-wrap .list2>li>span>span {
		margin-top: 30px;
	}
}

.sitemap-wrap .list2>li>span>a {
	font-weight: 500;
}

@media (min-width: 1200px) {
	.sitemap-wrap .list2 a:hover {
		color: #004d99;
		text-decoration: underline;
	}
}

@media (max-width: 1199.98px) {
	.sitemap-wrap .list2 a:active {
		color: #004d99;
		text-decoration: underline;
	}
}

.sitemap-wrap .list3 {
	margin-right: -30px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: wrap;
}

@media (max-width: 767.98px) {
	.sitemap-wrap .list3 {
		margin-right: -15px;
	}
}

.sitemap-wrap .list3>li {
	padding-right: 30px;
	margin-top: 15px;
	display: inline-block;
}

@media (max-width: 767.98px) {
	.sitemap-wrap .list3>li {
		padding-right: 15px;
		margin-top: 10px;
	}
}

.sitemap-wrap .list4 {
	margin-top: 5px;
}

.sitemap-wrap .list4>li {
	margin-top: 3px;
}

.sitemap-wrap .list4>li>span>a {
	color: #666;
}

.online-wrap.right .code .mask {
	right: 100%;
	padding-right: 5px;
}

.online-wrap.right .online-btn {
	right: 10px;
}

.online-wrap.right .online {
	right: 10px;
}

@media (max-width: 767.98px) {
	.online-wrap.right .online {
		-webkit-transform: translateX(80px);
		-ms-transform: translateX(80px);
		transform: translateX(80px);
		-webkit-transform: translate3d(80px, 0, 0);
		transform: translate3d(80px, 0, 0);
	}
}

.online-wrap.right .online a {
	border-radius: 50px;
}

@media (min-width: 1200px) {
	.online-wrap.right .online a:not(.notChangeRadius):hover {
		border-radius: 0 50px 50px 0;
	}
	.online-wrap.right .online a:not(.notChangeRadius):hover .show-num {
		right: 100%;
	}
}

.online-wrap.right .online .code-pic {
	right: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.online-wrap.right .online .code-pic {
		right: 65px;
	}
}

.online-wrap.right .online .show-num {
	right: -600px;
	border-radius: 50px 0 0 50px;
}

.online-wrap.right .online .show-num p {
	padding-left: 15px;
}

.online-wrap.left .code .mask {
	left: 100%;
	padding-left: 5px;
}

.online-wrap.left .online-btn {
	left: 10px;
}

.online-wrap.left .online {
	left: 10px;
}

@media (max-width: 767.98px) {
	.online-wrap.left .online {
		-webkit-transform: translateX(-50px);
		-ms-transform: translateX(-50px);
		transform: translateX(-50px);
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
	}
}

.online-wrap.left .online a {
	border-radius: 50px;
}

@media (min-width: 1200px) {
	.online-wrap.left .online a:not(.gotop):hover {
		border-radius: 50px 0 0 50px;
	}
	.online-wrap.left .online a:not(.gotop):hover .show-num {
		left: 100%;
	}
}

.online-wrap.left .online .code-pic {
	left: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.online-wrap.left .online .code-pic {
		left: 55px;
	}
}

.online-wrap.left .online .show-num {
	left: -600px;
	border-radius: 0 50px 50px 0;
}

.online-wrap.left .online .show-num p {
	padding-right: 15px;
}

.online-wrap.active .online-btn:before {
	-webkit-transform: rotateZ(225deg);
	-ms-transform: rotate(225deg);
	transform: rotateZ(225deg);
}

.online-wrap.active .online {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.online-wrap .online-btn {
	position: fixed;
	z-index: 100;
	bottom: 60px;
	width: 44px;
	height: 44px;
	border: none;
	padding: 0;
	border-radius: 50px;
	line-height: 44px;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	text-align: center;
}

@media (min-width: 768px) {
	.online-wrap .online-btn {
		display: none;
	}
}

.online-wrap .online-btn:before {
	display: inline-block;
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e6d2';
	font-size: 18px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.online-wrap .code-pic {
	display: none;
	position: fixed;
	z-index: 101;
	bottom: 0;
	width: 120px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.online-wrap .code-pic {
		bottom: 300px;
	}
}

.online-wrap .code-pic .pic-box {
	padding: 5px;
	background-color: #fff;
}

.online-wrap .code-pic img {
	display: block;
	width: 100%;
}

.online-wrap .online {
	position: fixed;
	z-index: 100;
	bottom: 23%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	border-radius: 50px;
	background-color: rgba(0, 0, 0, 0.25);
	padding: 1px 4px;
}

@media (max-width: 767.98px) {
	.online-wrap .online {
		bottom: 110px;
	}
}

.online-wrap .online a {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	background-color: rgba(255, 255, 255, 0.25);
	text-align: center;
	margin: 4px 0;
	font-size: 22px;
	color: #fff;
}

@media (min-width: 1200px) {
	.online-wrap .online a {
		-webkit-transition: background-color 0.3s;
		transition: background-color 0.3s;
	}
	.online-wrap .online a:hover {
		color: #fff;
		background-color: #004d99;
	}
	.online-wrap .online a:hover .show-num {
		opacity: 1;
	}
}

@media (max-width: 767.98px) {
	.online-wrap .online a {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 18px;
	}
}

.online-wrap .online a:active {
	color: #fff;
	background-color: #004d99;
}

.online-wrap .online a .iconfont {
	font-size: 1em;
}

.online-wrap .online .show-num {
	white-space: nowrap;
	position: absolute;
	overflow: hidden;
	z-index: -1;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	font-size: 0.7em;
	font-family: 'Urbanist';
}

.online-wrap .online .show-num P {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
	background-color: #004d99;
	color: #fff;
	margin: 0;
	padding: 0 10px;
}

.online-wrap .online .code .mask {
	display: none;
	position: absolute;
	right: 100%;
	top: 0;
	z-index: 10;
	width: 130px;
	height: 130px;
}

.online-wrap .online .code .mask .mask-box {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
	background-color: #fff;
	padding: 5px;
}

.online-wrap .online .code .mask img {
	width: 100%;
	display: block;
}

.online-wrap .online .code .mask p {
	font-size: 13px;
	color: #888;
	line-height: 16px;
	margin: 5px 0 8px 0;
}

.online-wrap .online .cart {
	border-radius: 50px !important;
	position: relative;
}

.online-wrap .online .cart:before {
	display: block;
	-webkit-transform: translateX(-2px) translateY(2px);
	-ms-transform: translateX(-2px) translateY(2px);
	transform: translateX(-2px) translateY(2px);
}

.online-wrap .online .cart var,
.online-wrap .online .cart i {
	font-style: normal;
}

.online-wrap .online .cart i {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	padding: 4px 6px;
	border-radius: 10px;
	font-size: 10px;
	line-height: 1;
	background-color: #004d99;
	color: #fff;
}

@media (min-width: 1200px) {
	.online-wrap .online .cart:hover i {
		background-color: #004d99;
	}
}

.online-wrap .online a .icon-arrow-top {
	font-size: 0.9em;
}

.xs-online {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 998;
	box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
	background-color: rgba(0, 77, 153, 0.8);
}

.xs-online ul {
	color: #fff;
	text-align: center;
	display: -webkit-box;
	display: flex;
}

.xs-online ul li {
	-webkit-box-flex: 1;
	flex: 1;
	border-left: 1px solid rgba(255, 255, 255, 0.8);
}

.xs-online ul li>a {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 6px 0;
	font-size: 0.7em;
	min-height: 46px;
}

.xs-online ul li>a:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	font-size: 1.4em;
}

.xs-online ul li>a span {
	display: block;
	line-height: 1.1;
}

.xs-online ul li:first-child {
	border-left: none;
}

.xs-online ul li.tel>a:before {
	content: '\e61c';
}

.xs-online ul li.mail>a:before {
	content: '\e6a4';
}

.xs-online ul li.home>a:before {
	content: '\e6c8';
}

.xs-online ul li.whatsapp>a:before {
	content: '\e621';
}

.xs-online ul li.facebook>a:before {
	content: '\e6d9';
}

.xs-online ul li.product>a:before {
	content: '\e7e9';
}

.xs-online ul li.skype>a:before {
	content: '\e616';
}

.xs-online ul li.map>a:before {
	content: '\e63e';
}

.xs-online ul li.message>a:before {
	content: '\e65f';
}

.xs-online ul li.contact>a:before {
	content: '\e62c';
}

.xs-online ul li.wechat,
.xs-online ul li.weixin {
	position: relative;
}

.xs-online ul li.wechat label,
.xs-online ul li.weixin label {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 2;
}

.xs-online ul li.wechat .xs-wechat:checked~.pic-box,
.xs-online ul li.weixin .xs-wechat:checked~.pic-box {
	display: block;
}

.xs-online ul li.wechat>a:before,
.xs-online ul li.weixin>a:before {
	content: '\e604';
}

.xs-online ul li.wechat .pic-box,
.xs-online ul li.weixin .pic-box {
	display: none;
	box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 100%;
	background-color: #fff;
	padding: 5px;
	left: 50%;
	width: 100px;
	max-width: 100px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.xs-online ul li.wechat .pic-box img,
.xs-online ul li.weixin .pic-box img {
	display: block;
	width: 100%;
}

.xs-online ul li.wechat .pic-box p,
.xs-online ul li.weixin .pic-box p {
	line-height: 30px;
	white-space: nowrap;
	color: #333;
	margin: 0;
}

.xs-online ul li.service>a:before {
	content: '\e7e9';
}

.xs-online ul li.gotop>a:before {
	content: '\e605';
}


/* lj-content */

.fr {
	float: right;
}

.fl {
	float: left;
}

.page_title b {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.1;
	color: #222;
}

@media (max-width: 1399px) {
	.page_title b {
		font-size: 38px;
	}
}

@media (max-width: 1199px) {
	.page_title b {
		font-size: 36px;
	}
}

@media (max-width: 991px) {
	.page_title b {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.page_title b {
		font-size: 26px;
	}
}

@media (max-width: 575px) {
	.page_title b {
		font-size: 22px;
	}
}

.bgc {
	background: no-repeat center;
	background-size: cover;
}

.tit_line {
	-webkit-transition: background-size .4s;
	transition: background-size .4s;
	background-image: -webkit-gradient(linear, left top, right top, from(#222), to(#222));
	background-image: -webkit-linear-gradient(left, #222 0%, #222 100%);
	background-image: linear-gradient(to right, #222 0%, #222 100%);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 1px;
}

.lj-content .page_tit b {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1;
	display: block;
	color: #222;
}

@media (max-width: 1469px) {
	.lj-content .page_tit b {
		font-size: 45px;
	}
}

@media (max-width: 1399px) {
	.lj-content .page_tit b {
		font-size: 40px;
	}
}

@media (max-width: 1199px) {
	.lj-content .page_tit b {
		font-size: 35px;
	}
}

@media (max-width: 991px) {
	.lj-content .page_tit b {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.lj-content .page_tit b {
		font-size: 26px;
	}
}

@media (max-width: 575px) {
	.lj-content .page_tit b {
		font-size: 22px;
	}
}

.lj-content .page_tit b span {
	color: #004d99;
}

@-webkit-keyframes xz {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes xz {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.lj-content .about_wrap .ab_info {
	padding-top: 100px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f9ff), to(rgba(242, 249, 255, 0)));
	background: -webkit-linear-gradient(top, #f2f9ff 0%, rgba(242, 249, 255, 0) 100%);
	background: linear-gradient(180deg, #f2f9ff 0%, rgba(242, 249, 255, 0) 100%);
}

@media (max-width: 1199px) {
	.lj-content .about_wrap .ab_info {
		padding-top: 70px;
	}
}

@media (max-width: 991px) {
	.lj-content .about_wrap .ab_info {
		padding-top: 60px;
	}
}

@media (max-width: 767px) {
	.lj-content .about_wrap .ab_info {
		padding-top: 50px;
	}
}

.lj-content .about_wrap .ab_info .range_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 48px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (max-width: 1199px) {
	.lj-content .about_wrap .ab_info .range_box {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.lj-content .about_wrap .ab_info .range_box {
		display: block;
	}
}

@media (max-width: 767px) {
	.lj-content .about_wrap .ab_info .range_box {
		margin-top: 20px;
	}
}

.lj-content .about_wrap .ab_info .range_box .info {
	position: relative;
	width: 74.46808511%;
	padding-left: 120px;
}

@media (max-width: 1199px) {
	.lj-content .about_wrap .ab_info .range_box .info {
		padding-left: 90px;
	}
}

@media (max-width: 991px) {
	.lj-content .about_wrap .ab_info .range_box .info {
		width: 100%;
		margin-bottom: 20px;
		padding-left: 0;
	}
}

.lj-content .about_wrap .ab_info .range_box .info:before {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 90px;
	height: 2px;
	content: '';
	background: rgba(0, 77, 153, .5);
}

@media (max-width: 1199px) {
	.lj-content .about_wrap .ab_info .range_box .info:before {
		width: 60px;
	}
}

@media (max-width: 991px) {
	.lj-content .about_wrap .ab_info .range_box .info:before {
		display: none;
	}
}

.lj-content .about_wrap .ab_info .range_box .info .txt p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #525c66;
}

@media (max-width: 991px) {
	.lj-content .about_wrap .ab_info .range_box .info .txt p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.lj-content .about_wrap .ab_info .range_box .info .txt p {
		font-size: 14px;
	}
}

.lj-content .about_wrap .ab_info .range_box .abvv {
	width: 148px;
	height: 148px;
	cursor: pointer;
}

@media (max-width: 575px) {
	.lj-content .about_wrap .ab_info .range_box .abvv {
		width: 120px;
		height: 120px;
	}
}

.lj-content .about_wrap .ab_info .range_box .abvv .icon_play {
	position: relative;
	width: 100%;
	height: 100%;
}

.lj-content .about_wrap .ab_info .range_box .abvv .icon_play:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-animation: xz 10s linear 0s infinite;
	animation: xz 10s linear 0s infinite;
	background: url(../imgs/icon_play.png) no-repeat center;
	background-size: cover;
}

.lj-content .about_wrap .ab_info .range_box .abvv .icon_play:after {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '\e647';
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #004d99;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lj-content .about_wrap .ab_advantage {
	padding-bottom: 120px;
}

@media (max-width: 1399px) {
	.lj-content .about_wrap .ab_advantage {
		padding-bottom: 100px;
	}
}

@media (max-width: 1199px) {
	.lj-content .about_wrap .ab_advantage {
		padding-bottom: 70px;
	}
}

@media (max-width: 991px) {
	.lj-content .about_wrap .ab_advantage {
		padding-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.lj-content .about_wrap .ab_advantage {
		padding-bottom: 50px;
	}
}

.lj-content .about_wrap .ab_advantage .page_tit {
	text-align: center;
}

.lj-content .about_wrap .ab_advantage .msg {
	max-width: 1170px;
	margin: 24px auto 0;
	text-align: center;
}

@media (max-width: 1399px) {
	.lj-content .about_wrap .ab_advantage .msg {
		margin: 20px auto 0;
	}
}

@media (max-width: 767px) {
	.lj-content .about_wrap .ab_advantage .msg {
		margin: 15px auto 0;
	}
}

.lj-content .about_wrap .ab_advantage .msg p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #525c66;
}

@media (max-width: 991px) {
	.lj-content .about_wrap .ab_advantage .msg p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.lj-content .about_wrap .ab_advantage .msg p {
		font-size: 14px;
	}
}

.lj-content .about_wrap .ab_advantage .list {
	margin-top: 48px;
}

@media (max-width: 1399px) {
	.lj-content .about_wrap .ab_advantage .list {
		margin-top: 40px;
	}
}

@media (max-width: 1199px) {
	.lj-content .about_wrap .ab_advantage .list {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.lj-content .about_wrap .ab_advantage .list {
		margin-top: 20px;
	}
}

.lj-content .about_wrap .ab_advantage .list ul {
	margin: 0 -15px;
}

@media (max-width: 1399px) {
	.lj-content .about_wrap .ab_advantage .list ul {
		margin: 0 -10px;
	}
}

.lj-content .about_wrap .ab_advantage .list ul li {
	padding: 0 15px;
}

@media (max-width: 1399px) {
	.lj-content .about_wrap .ab_advantage .list ul li {
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	.lj-content .about_wrap .ab_advantage .list ul li {
		margin-bottom: 20px;
	}
	.lj-content .about_wrap .ab_advantage .list ul li:nth-child(3) {
		margin-bottom: 0;
	}
	.lj-content .about_wrap .ab_advantage .list ul li:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.lj-content .about_wrap .ab_advantage .list ul li:nth-child(3) {
		margin-bottom: 20px;
	}
}

.lj-content .about_wrap .ab_advantage .list .item_box {
	overflow: hidden;
	padding: 1px;
	-webkit-transition: all .4s;
	transition: all .4s;
	border-radius: 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(#004d99), color-stop(50%, rgba(0, 77, 153, 0)), to(#004d99));
	background: -webkit-linear-gradient(top, #004d99 0%, rgba(0, 77, 153, 0) 50%, #004d99 100%);
	background: linear-gradient(180deg, #004d99 0%, rgba(0, 77, 153, 0) 50%, #004d99 100%);
}

@media (min-width: 1200px) {
	.lj-content .about_wrap .ab_advantage .list .item_box:hover {
		background: #004d99;
		box-shadow: 0 5px 10px 0 rgba(0, 77, 153, .2);
	}
	.lj-content .about_wrap .ab_advantage .list .item_box:hover .item {
		background: #004d99;
	}
	.lj-content .about_wrap .ab_advantage .list .item_box:hover .icon_adv .pic {
		opacity: 0;
	}
	.lj-content .about_wrap .ab_advantage .list .item_box:hover .icon_adv .cover {
		opacity: 1;
	}
	.lj-content .about_wrap .ab_advantage .list .item_box:hover .info b,
	.lj-content .about_wrap .ab_advantage .list .item_box:hover .info .txt p {
		color: #fff;
	}
}

.lj-content .about_wrap .ab_advantage .list .item_box .item {
	overflow: hidden;
	padding: 30px;
	-webkit-transition: all .4s;
	transition: all .4s;
	border-radius: 20px;
	background: #fff;
}

@media (max-width: 1199px) {
	.lj-content .about_wrap .ab_advantage .list .item_box .item {
		padding: 20px;
	}
}

.lj-content .about_wrap .ab_advantage .list .item_box .icon_adv {
	position: relative;
	width: 48px;
}

.lj-content .about_wrap .ab_advantage .list .item_box .icon_adv .pic {
	-webkit-transition: all .4s;
	transition: all .4s;
}

.lj-content .about_wrap .ab_advantage .list .item_box .icon_adv .cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 0;
}

.lj-content .about_wrap .ab_advantage .list .item_box .icon_adv img {
	background: transparent;
}

.lj-content .about_wrap .ab_advantage .list .item_box .info {
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.lj-content .about_wrap .ab_advantage .list .item_box .info {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.lj-content .about_wrap .ab_advantage .list .item_box .info {
		margin-top: 20px;
	}
}

.lj-content .about_wrap .ab_advantage .list .item_box .info b {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #0a1f33;
}

@media (max-width: 1199px) {
	.lj-content .about_wrap .ab_advantage .list .item_box .info b {
		font-size: 18px;
	}
}

.lj-content .about_wrap .ab_advantage .list .item_box .info .txt {
	margin-top: 16px;
}

@media (max-width: 767px) {
	.lj-content .about_wrap .ab_advantage .list .item_box .info .txt {
		margin-top: 10px;
	}
}

.lj-content .about_wrap .ab_advantage .list .item_box .info .txt p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #525c66;
}

@media (max-width: 991px) {
	.lj-content .about_wrap .ab_advantage .list .item_box .info .txt p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.lj-content .about_wrap .ab_advantage .list .item_box .info .txt p {
		font-size: 14px;
	}
}

.lj-content .about_wrap .ab_customer {
	overflow: hidden;
	padding: 100px 0;
	background: #f0f4f7;
}

@media (max-width: 1199px) {
	.lj-content .about_wrap .ab_customer {
		padding: 70px 0;
	}
}

@media (max-width: 991px) {
	.lj-content .about_wrap .ab_customer {
		padding: 60px 0;
	}
}

@media (max-width: 767px) {
	.lj-content .about_wrap .ab_customer {
		padding: 50px 0;
	}
}

.lj-content .about_wrap .ab_customer .msg {
	max-width: 690px;
	margin-top: 24px;
	text-align: left;
}

@media (max-width: 1399px) {
	.lj-content .about_wrap .ab_customer .msg {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.lj-content .about_wrap .ab_customer .msg {
		margin-top: 15px;
	}
}

.lj-content .about_wrap .ab_customer .msg p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #525c66;
}

@media (max-width: 991px) {
	.lj-content .about_wrap .ab_customer .msg p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.lj-content .about_wrap .ab_customer .msg p {
		font-size: 14px;
	}
}

.lj-content .about_wrap .ab_customer .list {
	margin-top: 48px;
}

@media (max-width: 1399px) {
	.lj-content .about_wrap .ab_customer .list {
		margin-top: 40px;
	}
}

@media (max-width: 1199px) {
	.lj-content .about_wrap .ab_customer .list {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.lj-content .about_wrap .ab_customer .list {
		margin-top: 20px;
	}
}

.lj-content .about_wrap .ab_customer .list .slick_customer {
	font-size: 0;
}

.lj-content .about_wrap .ab_customer .list .slick_customer .slick-list {
	margin: 0 -15px;
	padding: 0 13%;
}

@media (max-width: 1469px) {
	.lj-content .about_wrap .ab_customer .list .slick_customer .slick-list {
		padding: 0 10%;
	}
}

@media (max-width: 1399px) {
	.lj-content .about_wrap .ab_customer .list .slick_customer .slick-list {
		margin: 0 -10px;
	}
}

@media (max-width: 991px) {
	.lj-content .about_wrap .ab_customer .list .slick_customer .slick-list {
		padding: 0 8%;
	}
}

@media (max-width: 767px) {
	.lj-content .about_wrap .ab_customer .list .slick_customer .slick-list {
		margin: 0 -6px;
	}
}

.lj-content .about_wrap .ab_customer .list .slick_customer .slick-list .slick-slide {
	padding: 0 15px;
}

@media (max-width: 1399px) {
	.lj-content .about_wrap .ab_customer .list .slick_customer .slick-list .slick-slide {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.lj-content .about_wrap .ab_customer .list .slick_customer .slick-list .slick-slide {
		padding: 0 6px;
	}
}

.lj-content .about_wrap .ab_customer .list .slick_customer .slick-list .slick-active .item .pic .img-box:before {
	opacity: 0;
}

.lj-content .about_wrap .ab_customer .list .slick_customer .item .pic .img-box {
	padding-bottom: 50%;
	border-radius: 20px;
}

.lj-content .about_wrap .ab_customer .list .slick_customer .item .pic .img-box:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 1;
	background: rgba(255, 255, 255, .7);
}

.lj-content .about_wrap .ab_customer .customer_btn {
	font-size: 0;
	margin-top: 48px;
}

@media (max-width: 1399px) {
	.lj-content .about_wrap .ab_customer .customer_btn {
		margin-top: 40px;
	}
}

@media (max-width: 1199px) {
	.lj-content .about_wrap .ab_customer .customer_btn {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.lj-content .about_wrap .ab_customer .customer_btn {
		margin-top: 20px;
	}
}

.lj-content .about_wrap .ab_customer .customer_btn span {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}

.lj-content .about_wrap .ab_customer .customer_btn span:before {
	font-family: 'iconfont' !important;
	font-size: 15px;
	font-style: normal;
	line-height: 54px;
	display: block;
	width: 56px;
	height: 56px;
	content: '\e664';
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #004d99;
	border: 1px solid #004d99;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1469px) {
	.lj-content .about_wrap .ab_customer .customer_btn span:before {
		font-size: 14px;
		line-height: 48px;
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 1199px) {
	.lj-content .about_wrap .ab_customer .customer_btn span:before {
		font-size: 13px;
		line-height: 43px;
		width: 45px;
		height: 45px;
	}
}

@media (max-width: 767px) {
	.lj-content .about_wrap .ab_customer .customer_btn span:before {
		font-size: 12px;
		line-height: 38px;
		width: 40px;
		height: 40px;
	}
}

.lj-content .about_wrap .ab_customer .customer_btn span.prev {
	margin-right: 16px;
}

@media (max-width: 767px) {
	.lj-content .about_wrap .ab_customer .customer_btn span.prev {
		margin-right: 12px;
	}
}

.lj-content .about_wrap .ab_customer .customer_btn span.prev:before {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.lj-content .about_wrap .ab_customer .customer_btn span:hover:before {
	color: #fff;
	background: #004d99;
}

.lj-content .about_wrap .ab_partner {
	overflow: hidden;
}

.lj-content .about_wrap .ab_partner .slick_partner {
	font-size: 0;
}

.lj-content .about_wrap .ab_partner .slick_partner .slick-list {
	margin: 0;
}

.lj-content .about_wrap .ab_partner .slick_partner .slick-list .slick-slide {
	padding: 10px;
}

.lj-content .about_wrap .ab_partner .slick_partner .pic {
	max-width: 65%;
	margin: auto;
}

.lj-content .about_wrap .ab_partner .slick_partner .pic .img-box {
	padding-bottom: 50%;
}

.lj-content .contact_wrap {
	padding: 120px 0;
}

@media (max-width: 1399px) {
	.lj-content .contact_wrap {
		padding: 100px 0;
	}
}

@media (max-width: 1199px) {
	.lj-content .contact_wrap {
		padding: 70px 0;
	}
}

@media (max-width: 991px) {
	.lj-content .contact_wrap {
		padding: 60px 0;
	}
}

@media (max-width: 767px) {
	.lj-content .contact_wrap {
		padding: 50px 0;
	}
}

.lj-content .contact_wrap .page_tit {
	text-align: center;
}

.lj-content .contact_wrap .msg {
	max-width: 1170px;
	margin: 16px auto 0;
	text-align: center;
}

@media (max-width: 767px) {
	.lj-content .contact_wrap .msg {
		margin: 10px auto 0;
	}
}

.lj-content .contact_wrap .msg p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #525c66;
}

@media (max-width: 991px) {
	.lj-content .contact_wrap .msg p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.lj-content .contact_wrap .msg p {
		font-size: 14px;
	}
}

.lj-content .contact_wrap .cont_box .list {
	margin-top: 48px;
}

@media (max-width: 1399px) {
	.lj-content .contact_wrap .cont_box .list {
		margin-top: 40px;
	}
}

@media (max-width: 1199px) {
	.lj-content .contact_wrap .cont_box .list {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.lj-content .contact_wrap .cont_box .list {
		margin-top: 20px;
	}
}

.lj-content .contact_wrap .cont_box .list ul {
	margin: 0 -15px;
}

@media (max-width: 1399px) {
	.lj-content .contact_wrap .cont_box .list ul {
		margin: 0 -10px;
	}
}

.lj-content .contact_wrap .cont_box .list ul li {
	padding: 0 15px;
}

@media (max-width: 1399px) {
	.lj-content .contact_wrap .cont_box .list ul li {
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	.lj-content .contact_wrap .cont_box .list ul li {
		margin-bottom: 20px;
	}
	.lj-content .contact_wrap .cont_box .list ul li:last-child {
		margin-bottom: 0;
	}
}

.lj-content .contact_wrap .cont_box .list .item {
	padding: 40px 30px;
	text-align: center;
	border-radius: 20px;
	background: #fff;
}

@media (min-width: 1200px) {
	.lj-content .contact_wrap .cont_box .list .item:hover .iconfont {
		-webkit-animation: swing 1s 0s ease both;
		animation: swing 1s 0s ease both;
		color: #fff;
		background: #004d99;
	}
}

@media (max-width: 1199px) {
	.lj-content .contact_wrap .cont_box .list .item {
		padding: 30px 20px;
	}
}

.lj-content .contact_wrap .cont_box .list .item .iconfont {
	font-size: 20px;
	line-height: 60px;
	width: 60px;
	height: 60px;
	margin: auto;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #004d99;
	border-radius: 50%;
	background: #f0f4f7;
}

@media (max-width: 767px) {
	.lj-content .contact_wrap .cont_box .list .item .iconfont {
		line-height: 55px;
		width: 55px;
		height: 55px;
	}
}

.lj-content .contact_wrap .cont_box .list .item .info {
	margin-top: 30px;
}

@media (max-width: 1199px) {
	.lj-content .contact_wrap .cont_box .list .item .info {
		margin-top: 20px;
	}
}

.lj-content .contact_wrap .cont_box .list .item .info span {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	margin-bottom: 16px;
	color: #0a1f33;
}

@media (max-width: 1199px) {
	.lj-content .contact_wrap .cont_box .list .item .info span {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.lj-content .contact_wrap .cont_box .list .item .info span {
		font-size: 17px;
		margin-bottom: 10px;
	}
}

.lj-content .contact_wrap .cont_box .list .item .info p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #525c66;
}

@media (max-width: 767px) {
	.lj-content .contact_wrap .cont_box .list .item .info p {
		font-size: 15px;
	}
}

.lj-content .contact_wrap .cont_box .list .item .info p a {
	-webkit-transition: all .4s;
	transition: all .4s;
}

.lj-content .contact_wrap .cont_box .list .item .info p a:hover {
	text-decoration: underline !important;
	color: #004d99;
}

.lj-content .contact_wrap #message_box {
	margin-top: -70px;
	padding-top: 70px;
}

.lj-content .contact_wrap .message_box {
	padding-top: 120px;
}

@media (max-width: 1399px) {
	.lj-content .contact_wrap .message_box {
		padding-top: 100px;
	}
}

@media (max-width: 1199px) {
	.lj-content .contact_wrap .message_box {
		padding-top: 70px;
	}
}

@media (max-width: 991px) {
	.lj-content .contact_wrap .message_box {
		padding-top: 60px;
	}
}

@media (max-width: 767px) {
	.lj-content .contact_wrap .message_box {
		padding-top: 50px;
	}
}

.lj-content .contact_wrap .message_box .form_ipt {
	margin-top: 32px;
}

@media (max-width: 767px) {
	.lj-content .contact_wrap .message_box .form_ipt {
		margin-top: 26px;
	}
}

.lj-content .contact_wrap .message_box .form_ipt ul {
	margin: 0 -5px;
}

.lj-content .contact_wrap .message_box .form_ipt ul li {
	margin-bottom: 10px;
	padding: 0 5px;
}

.lj-content .contact_wrap .message_box .form_ipt ul li:last-child {
	margin-bottom: 0;
	text-align: center;
}

.lj-content .contact_wrap .message_box .form_ipt ul li .for_input {
	position: relative;
}

.lj-content .contact_wrap .message_box .form_ipt ul li .for_textarea label {
	top: 18px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.lj-content .contact_wrap .message_box .form_ipt ul li label {
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 20px;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	opacity: .5;
	color: #222;
}

@media (max-width: 991px) {
	.lj-content .contact_wrap .message_box .form_ipt ul li label {
		left: 15px;
	}
}

.lj-content .contact_wrap .message_box .form_ipt ul li input,
.lj-content .contact_wrap .message_box .form_ipt ul li textarea {
	font-size: 14px;
	line-height: 48px;
	display: block;
	width: 100%;
	height: 48px;
	padding: 0 20px;
	color: #222;
	border: 1px solid #f0f4f7;
	border-radius: 8px;
	background: #f0f4f7;
}

@media (max-width: 991px) {
	.lj-content .contact_wrap .message_box .form_ipt ul li input,
	.lj-content .contact_wrap .message_box .form_ipt ul li textarea {
		line-height: 45px;
		height: 45px;
		padding: 0 15px;
	}
}

.lj-content .contact_wrap .message_box .form_ipt ul li input:focus,
.lj-content .contact_wrap .message_box .form_ipt ul li textarea:focus {
	border: 1px solid #004d99;
	box-shadow: none;
}

.lj-content .contact_wrap .message_box .form_ipt ul li input:focus+label,
.lj-content .contact_wrap .message_box .form_ipt ul li textarea:focus+label,
.lj-content .contact_wrap .message_box .form_ipt ul li input:valid+label,
.lj-content .contact_wrap .message_box .form_ipt ul li textarea:valid+label {
	font-size: 12px;
	top: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.lj-content .contact_wrap .message_box .form_ipt ul li textarea {
	line-height: 28px;
	min-height: 160px;
	padding: 10px 20px;
}

@media (max-width: 991px) {
	.lj-content .contact_wrap .message_box .form_ipt ul li textarea {
		padding: 10px 15px;
	}
}

.lj-content .contact_wrap .message_box .form_ipt ul li button {
	font-size: 16px;
	font-weight: 500;
	line-height: 48px;
	display: inline-block;
	margin-top: 6px;
	padding: 0 38px;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #fff;
	border-radius: 48px;
	background: #004d99;
}

@media (max-width: 767px) {
	.lj-content .contact_wrap .message_box .form_ipt ul li button {
		line-height: 44px;
		padding: 0 30px;
	}
}

.lj-content .contact_wrap .message_box .form_ipt ul li button:before {
	font-family: 'iconfont' !important;
	font-size: 14px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
	content: '\e65b';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lj-content .contact_wrap .message_box .form_ipt ul li button:hover {
	background: #222;
}

.footer {
	font-size: 0;
	overflow: hidden;
	background: #f0f4f7;
}


/* @media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 50px;
    }
} */

.footer .foot {
	padding: 88px 0 100px;
}

@media (max-width: 1399px) {
	.footer .foot {
		padding: 80px 0 90px;
	}
}

@media (max-width: 1199px) {
	.footer .foot {
		padding: 50px 0 0 0;
	}
}

.footer .foot .container>ul {
	padding: 0;
	text-align: justify;
	text-justify: distribute-all-lines;
}

@media (max-width: 1199px) {
	.footer .foot .container>ul {
		display: block;
		overflow: hidden;
		margin: 0 -15px;
		padding: 0;
		text-align: justify;
		text-justify: distribute-all-lines;
	}
}

.footer .foot .container>ul:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0;
	content: '';
}

@media (max-width: 1199px) {
	.footer .foot .container>ul:after {
		display: none;
	}
}

.footer .foot .container>ul>li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	word-break: break-all;
}

@media (max-width: 1199px) {
	.footer .foot .container>ul>li {
		display: inline-block;
		width: 50% !important;
		padding: 0 15px 40px 15px;
		vertical-align: top;
	}
}

@media (max-width: 767px) {
	.footer .foot .container>ul>li {
		width: 100% !important;
		padding: 0 15px 30px 15px;
	}
}

.footer .foot .container>ul>li .tit b {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
	display: block;
	text-align: left;
	word-break: break-word;
	color: #0a1f33;
}

@media (max-width: 1199px) {
	.footer .foot .container>ul>li .tit b {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li .tit b {
		font-size: 20px;
	}
}

.footer .foot .container>ul>li .info {
	margin-top: 32px;
}

@media (max-width: 1199px) {
	.footer .foot .container>ul>li .info {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.footer .foot .container>ul>li .info {
		margin-top: 15px;
	}
}

.footer .foot .container>ul>li:first-child {
	width: 330px;
}

.footer .foot .container>ul>li:nth-child(2) {
	width: 140px;
	margin-left: 20%;
}

@media (max-width: 1469px) {
	.footer .foot .container>ul>li:nth-child(2) {
		margin-left: 12%;
	}
}

@media (max-width: 1399px) {
	.footer .foot .container>ul>li:nth-child(2) {
		margin-left: 10%;
	}
}

@media (max-width: 1199px) {
	.footer .foot .container>ul>li:nth-child(2) {
		margin-left: 0;
	}
}

.footer .foot .container>ul>li:nth-child(3) {
	width: 160px;
}

.footer .foot .container>ul>li:nth-child(4) {
	width: 120px;
}

.footer .foot .container .item_contact .foot_logo {
	display: block;
	width: 237px;
}

@media (max-width: 1199px) {
	.footer .foot .container .item_contact .foot_logo {
		width: 200px;
	}
}

@media (max-width: 767px) {
	.footer .foot .container .item_contact .foot_logo {
		width: 160px;
	}
}

.footer .foot .container .item_contact .foot_logo img {
	max-width: 100%;
	height: auto !important;
	mix-blend-mode: multiply;
}

.footer .foot .container .item_contact .note {
	margin-top: 48px;
}

@media (max-width: 1199px) {
	.footer .foot .container .item_contact .note {
		margin-top: 30px;
	}
}

.footer .foot .container .item_contact .note .txt {
	margin-bottom: 32px;
}

@media (max-width: 1399px) {
	.footer .foot .container .item_contact .note .txt {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.footer .foot .container .item_contact .note .txt {
		margin-bottom: 20px;
	}
}

.footer .foot .container .item_contact .note .txt:last-child {
	margin-bottom: 0;
}

.footer .foot .container .item_contact .note .txt span {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	margin-bottom: 8px;
	color: #0a1f33;
}

.footer .foot .container .item_contact .note .txt p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	text-align: left;
	word-break: break-word;
	color: #525c66;
}

@media (max-width: 767px) {
	.footer .foot .container .item_contact .note .txt p {
		font-size: 15px;
	}
}

.footer .foot .container .item_contact .note .txt p a {
	-webkit-transition: all .4s;
	transition: all .4s;
}

.footer .foot .container .item_contact .note .txt p a:hover {
	text-decoration: underline !important;
	color: #004d99;
}

.footer .foot .container .item_list .list a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	display: block;
	margin-bottom: 12px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: left;
	word-break: break-word;
	color: #525c66;
}

@media (max-width: 767px) {
	.footer .foot .container .item_list .list a {
		font-size: 15px;
	}
}

.footer .foot .container .item_list .list a:last-child {
	margin-bottom: 0;
}

.footer .foot .container .item_list .list a:hover {
	text-decoration: underline !important;
	color: #004d99;
}

.footer .foot .container .item_share .share ul li {
	margin-bottom: 16px;
}

.footer .foot .container .item_share .share ul li.facebook a:before {
	content: '\e6d9';
}

.footer .foot .container .item_share .share ul li.youtube a:before {
	content: '\e618';
}

.footer .foot .container .item_share .share ul li.tiktok a:before {
	font-size: 16px;
	content: '\e65d';
}

.footer .foot .container .item_share .share a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	position: relative;
	display: block;
	padding-left: 28px;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #525c66;
}

.footer .foot .container .item_share .share a:hover {
	color: #004d99;
}

.footer .foot .container .item_share .share a:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 46%;
	left: 0;
	display: block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer .copyright {
	padding: 16px 0;
	background: #004d99;
}

@media (max-width: 1199px) {
	.footer .copyright {
		padding: 20px 0;
		text-align: center;
	}
}

@media (max-width: 1199px) {
	.footer .copyright .msg {
		float: none;
	}
}

.footer .copyright .msg p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
	color: #fff;
}

@media (max-width: 991px) {
	.footer .copyright .msg p {
		font-size: 15px;
	}
}

.footer .copyright .msg p span {
	margin: 0 5px;
}

@media (max-width: 991px) {
	.footer .copyright .msg p span {
		display: block;
		margin: 2px 0;
	}
}

.footer .copyright .msg p a:hover {
	text-decoration: underline !important;
}

@media (max-width: 1199px) {
	.footer .copyright .link_box {
		float: none;
		margin-top: 10px;
		margin-left: 0;
	}
}

.footer .copyright .link_box a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	-webkit-transition: all .35s;
	transition: all .35s;
	vertical-align: middle;
	color: #fff;
}

@media (max-width: 991px) {
	.footer .copyright .link_box a {
		font-size: 15px;
	}
}

.footer .copyright .link_box a:hover {
	text-decoration: underline !important;
}

.footer .copyright .link_box .privacy {
	position: relative;
	margin-left: 16px;
	padding-left: 16px;
}

.footer .copyright .link_box .privacy:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 12px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
}


/* txd-content */

.txd-box {
	overflow: hidden;
	padding: 120px 0;
}

@media (max-width: 1560px) {
	.txd-box {
		padding: 100px 0;
	}
}

@media (max-width: 1400px) {
	.txd-box {
		padding: 80px 0;
	}
}

@media (max-width: 1199px) {
	.txd-box {
		padding: 70px 0;
	}
}

@media (max-width: 991px) {
	.txd-box {
		padding: 60px 0;
	}
}

.txd-box .txd-editor-content p {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	color: #525c66;
}

.txd-box .title h2 {
	font-size: 60px;
	font-weight: bold;
}

@media (max-width: 1560px) {
	.txd-box .title h2 {
		font-size: 54px;
	}
}

@media (max-width: 1400px) {
	.txd-box .title h2 {
		font-size: 44px;
	}
}

@media (max-width: 1199px) {
	.txd-box .title h2 {
		font-size: 38px;
	}
}

@media (max-width: 991px) {
	.txd-box .title h2 {
		font-size: 30px;
	}
}

.txd-box .title h2 span {
	color: #004d99;
}

.txd-box .title .txd-editor-content {
	max-width: 1050px;
	margin-top: 16px;
}

.txd-box .title.text-center .txd-editor-content {
	margin: 0 auto;
	margin-top: 16px;
}

.txd-box .slick-arrow {
	font-size: 0;
	line-height: 56px;
	position: absolute;
	z-index: 6;
	top: 50%;
	left: -10%;
	width: 56px;
	height: 56px;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #004d99;
	border: none;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

@media (max-width: 1560px) {
	.txd-box .slick-arrow {
		left: 0;
	}
}

@media (max-width: 1400px) {
	.txd-box .slick-arrow {
		line-height: 46px;
		left: -6%;
		width: 46px;
		height: 46px;
	}
}

@media (max-width: 767px) {
	.txd-box .slick-arrow {
		left: -15px;
	}
}

.txd-box .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	display: block;
	content: '\e664';
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.txd-box .slick-arrow.slick-next {
	right: -10%;
	left: auto;
}

@media (max-width: 1560px) {
	.txd-box .slick-arrow.slick-next {
		right: 0;
	}
}

@media (max-width: 1400px) {
	.txd-box .slick-arrow.slick-next {
		right: -6%;
	}
}

@media (max-width: 767px) {
	.txd-box .slick-arrow.slick-next {
		right: -15px;
	}
}

.txd-box .slick-arrow.slick-next:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.txd-box .slick-arrow:hover {
	color: #fff;
	background-color: #004d99;
	box-shadow: 0 5px 10px 0 rgba(0, 77, 153, .2);
}

.txt-box-scrolltxt-category {
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f9ff), to(rgba(242, 249, 255, 0)));
	background: -webkit-linear-gradient(top, #f2f9ff 0%, rgba(242, 249, 255, 0) 100%);
	background: linear-gradient(180deg, #f2f9ff 0%, rgba(242, 249, 255, 0) 100%);
}

.txd-scrolltxt {
	position: relative;
	padding: 30px 0 0 0;
}

@media (max-width: 1199px) {
	.txd-scrolltxt {
		padding: 20px 0 0 0;
	}
}

.txd-scrolltxt:before,
.txd-scrolltxt:after {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	content: '';
	background-image: -webkit-gradient(linear, left top, right top, from(#f2f9ff), to(transparent));
	background-image: -webkit-linear-gradient(left, #f2f9ff, transparent);
	background-image: linear-gradient(90deg, #f2f9ff, transparent);
}

.txd-scrolltxt:after {
	right: 0;
	left: auto;
	background-image: -webkit-gradient(linear, right top, left top, from(#f2f9ff), to(transparent));
	background-image: -webkit-linear-gradient(right, #f2f9ff, transparent);
	background-image: linear-gradient(270deg, #f2f9ff, transparent);
}

.txd-scrolltxt .item {
	font-size: 6.3vw;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 6.5px;
	color: rgba(0, 77, 153, .5);
}

@media (max-width: 1199px) {
	.txd-scrolltxt .item {
		letter-spacing: 3px;
	}
}

@media (max-width: 767px) {
	.txd-scrolltxt .item {
		letter-spacing: 1.5px;
	}
}

.txd-box-category .category {
	margin-top: 50px;
}

@media (max-width: 1199px) {
	.txd-box-category .category {
		margin-top: 30px;
	}
}

.txd-box-category .category .item {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 30px;
}

@media (max-width: 767px) {
	.txd-box-category .category .item {
		border-radius: 10px;
	}
}

.txd-box-category .category .item .pic .img-box {
	padding-bottom: 150%;
}

.txd-box-category .category .item .pic .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.txd-box-category .category .item .more {
	line-height: 64px;
	position: absolute;
	z-index: 5;
	top: 30px;
	right: 30px;
	width: 64px;
	height: 64px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #004d99;
	border-radius: 50%;
	background-color: #fff;
}

@media (max-width: 1400px) {
	.txd-box-category .category .item .more {
		line-height: 50px;
		top: 20px;
		right: 20px;
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 767px) {
	.txd-box-category .category .item .more {
		line-height: 40px;
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
	}
}

.txd-box-category .category .item .more .iconfont {
	display: block;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.txd-box-category .category .item .text {
	position: absolute;
	z-index: 4;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 50%;
	padding: 40px 40px 20px 40px;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 31, 51, 0)), to(#0a1f33));
	background: -webkit-linear-gradient(top, rgba(10, 31, 51, 0) 0%, #0a1f33 100%);
	background: linear-gradient(180deg, rgba(10, 31, 51, 0) 0%, #0a1f33 100%);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (max-width: 1400px) {
	.txd-box-category .category .item .text {
		padding: 20px 0 20px 20px;
	}
}

.txd-box-category .category .item .title-category {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.42857143;
	position: relative;
	z-index: 6;
	margin-bottom: 20px;
}

@media (max-width: 1400px) {
	.txd-box-category .category .item .title-category {
		font-size: 24px;
	}
}

@media (max-width: 1199px) {
	.txd-box-category .category .item .title-category {
		font-size: 20px;
		margin-bottom: 0;
	}
}

.txd-box-category .category .item .txd-editor-content {
	position: relative;
	z-index: 6;
	display: -webkit-box;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height .6s;
	transition: max-height .6s;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
}

.txd-box-category .category .item .txd-editor-content p {
	color: #fff;
}

@media (min-width: 1200px) {
	.txd-box-category .category .item:hover .pic .img-box img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	.txd-box-category .category .item:hover .text {
		height: 100%;
		padding-bottom: 40px;
		background: rgba(10, 31, 51, .8);
	}
	.txd-box-category .category .item:hover .txd-editor-content {
		max-height: 240px;
	}
	.txd-box-category .category .item:hover .more {
		color: #fff;
		background-color: #08c;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.txd-box-category .category .item:hover .text {
		padding-bottom: 20px;
	}
}

.txd-box-customer .customer {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
	margin-top: 50px;
}

@media (max-width: 1199px) {
	.txd-box-customer .customer {
		margin-top: 30px;
	}
}

.txd-box-customer .customer .swiper-customer {
	overflow: visible;
}

.txd-box-customer .customer .swiper-slide .item {
	opacity: .5;
}

.txd-box-customer .customer .swiper-slide-active .item {
	opacity: 1;
}

.txd-box-customer .customer .item {
	overflow: hidden;
	-webkit-transition: all .2s;
	transition: all .2s;
	border-radius: 20px;
}

.txd-box-customer .customer .item .img-box {
	padding-bottom: 50.42735043%;
}

.txd-box-about {
	background: url(../images/txd_about_bg.jpg) no-repeat center;
	background-size: cover;
}

.txd-box-about .title h2 span {
	display: block;
}

.txd-box-about .about-left {
	width: 50%;
	padding-right: 8%;
}

@media (max-width: 991px) {
	.txd-box-about .about-left {
		width: 100%;
		padding-right: 0;
	}
}

.txd-box-about .about-left .txd-editor-content {
	margin-top: 80px;
}

@media (max-width: 1560px) {
	.txd-box-about .about-left .txd-editor-content {
		margin-top: 60px;
	}
}

@media (max-width: 1199px) {
	.txd-box-about .about-left .txd-editor-content {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.txd-box-about .about-left .txd-editor-content {
		margin-top: 20px;
	}
}

.txd-box-about .more {
	margin-top: 48px;
}

@media (max-width: 767px) {
	.txd-box-about .more {
		margin-top: 30px;
	}
}

.txd-box-about .more a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 4px;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #004d99;
	border: 1px solid rgba(0, 77, 153, .5);
	border-radius: 50px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.txd-box-about .more a span {
	font-size: 16px;
	font-weight: 500;
	line-height: 40px;
	display: block;
	padding: 0 16px 0 20px;
}

.txd-box-about .more a .iconfont {
	font-size: 12px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #004d99;
	border-radius: 50%;
	background: #cfdce5;
}

.txd-box-about .more a:hover {
	color: #fff;
	background-color: #004d99;
}

.txd-box-about .about-right {
	position: relative;
	width: 50%;
	height: 100%;
	padding-bottom: 40px;
}

@media (max-width: 991px) {
	.txd-box-about .about-right {
		width: 100%;
		margin-top: 30px;
	}
}

.txd-box-about .about-right .video {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.txd-box-about .about-right .video img {
	width: 100%;
}

.txd-box-about .about-right .video .play {
	line-height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	cursor: pointer;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	text-align: center;
	color: #004d99;
}

@media (max-width: 767px) {
	.txd-box-about .about-right .video .play {
		line-height: 60px;
		width: 60px;
		height: 60px;
	}
}

.txd-box-about .about-right .video .play span {
	position: relative;
	z-index: 6;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
}

.txd-box-about .about-right .video .play::before,
.txd-box-about .about-right .video .play::after {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: point_kuo 3s linear infinite;
	animation: point_kuo 3s linear infinite;
	border-radius: 50%;
	background: rgba(255, 255, 255, .28);
}

.txd-box-about .about-right .video .play::after {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.txd-box-about .about-right .video .play::before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.txd-box-about .about-right .year {
	position: absolute;
	z-index: 6;
	bottom: 0;
	left: -100px;
	width: 210px;
	padding: 20px 30px;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background: rgba(0, 77, 153, .9);
	box-shadow: 0 5px 10px 0 rgba(0, 77, 153, .2);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

@media (max-width: 1199px) {
	.txd-box-about .about-right .year {
		left: -50px;
		padding: 10px;
	}
}

@media (max-width: 991px) {
	.txd-box-about .about-right .year {
		left: -15px;
	}
}

@media (max-width: 767px) {
	.txd-box-about .about-right .year {
		left: -10px;
	}
}

.txd-box-about .about-right .year b {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.4;
	display: block;
}

@media (max-width: 991px) {
	.txd-box-about .about-right .year b {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.txd-box-about .about-right .year b {
		font-size: 30px;
	}
}

.txd-box-about .about-right .year p {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
}

@-webkit-keyframes point_kuo {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(3.5);
		transform: translate(-50%, -50%) scale(3.5);
		opacity: 0;
	}
}

@keyframes point_kuo {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(3.5);
		transform: translate(-50%, -50%) scale(3.5);
		opacity: 0;
	}
}

@media (min-width: 1200px) {
	.txd-box-advantage {
		background-attachment: fixed;
	}
}

.txd-box-advantage .advantage-left {
	overflow: hidden;
	width: 520px;
	height: 100%;
	border-radius: 20px;
}

@media (max-width: 1400px) {
	.txd-box-advantage .advantage-left {
		width: 460px;
	}
}

@media (max-width: 1199px) {
	.txd-box-advantage .advantage-left {
		width: 380px;
	}
}

@media (max-width: 991px) {
	.txd-box-advantage .advantage-left {
		display: none;
		width: 100%;
	}
}

.txd-box-advantage .advantage-left img {
	width: 100%;
}

.txd-box-advantage .advantage-right {
	width: -webkit-calc(100% - 520px);
	width: calc(100% - 520px);
	padding-left: 5%;
}

@media (max-width: 1400px) {
	.txd-box-advantage .advantage-right {
		width: -webkit-calc(100% - 460px);
		width: calc(100% - 460px);
	}
}

@media (max-width: 1199px) {
	.txd-box-advantage .advantage-right {
		width: -webkit-calc(100% - 380px);
		width: calc(100% - 380px);
	}
}

@media (max-width: 991px) {
	.txd-box-advantage .advantage-right {
		width: 100%;
		padding-left: 0;
	}
}

.txd-box-advantage .title h2 {
	color: #fff;
}

.txd-box-advantage .advantage-list {
	margin-top: 26px;
}

@media (max-width: 1199px) {
	.txd-box-advantage .advantage-list {
		margin-top: 0;
	}
}

.txd-box-advantage .advantage-list .itembox {
	margin-top: 30px;
}

.txd-box-advantage .advantage-list .item {
	height: 100%;
	padding: 30px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 20px;
	background: rgba(255, 255, 255, .1);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

@media (max-width: 1400px) {
	.txd-box-advantage .advantage-list .item {
		padding: 20px;
	}
}

.txd-box-advantage .advantage-list .item .icon {
	width: 48px;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.txd-box-advantage .advantage-list .item .icon img {
	width: 100%;
}

.txd-box-advantage .advantage-list .item .title-advantage {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 30px;
}

@media (max-width: 1199px) {
	.txd-box-advantage .advantage-list .item .title-advantage {
		font-size: 18px;
		margin-top: 20px;
	}
}

.txd-box-advantage .advantage-list .item .txd-editor-content {
	margin-top: 16px;
}

@media (max-width: 991px) {
	.txd-box-advantage .advantage-list .item .txd-editor-content {
		margin-top: 8px;
	}
}

.txd-box-advantage .advantage-list .item .txd-editor-content p {
	color: #fff;
}

.txd-box-advantage .advantage-list .item:hover .icon {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}


/* hsm-中和修改 */

@media (max-width: 767.98px) {
	.footer .copyright {
		padding-bottom: 70px;
	}
}

.honor-list-box.marquee-column {
	margin: 50px auto -40px;
}

.slick-honor {
	margin: 7% 0;
}

.txd-box-customer {
	padding-bottom: 0 !important;
}

.hsm-box-product {}

@media (min-width: 1200px) {
	.lj-content .contact_wrap .inquiry-form {
		margin-top: 32px;
	}
}