﻿[class*=' icon-'], [class^=icon-] {
    font-family: "iconfont";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
}

.shy-box,
.shs-item::before,
.form-item__wrap::after,
.fi-label,
.fi-submit {
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.supplier-item__txt {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}


.icon-arrow-right:before {
    content: "\e601";
}
.icon-arrow-left:before {
    content: "\e636";
}
.wow {
	visibility: hidden
}

.no-cssanimations .wow {
	visibility: visible
}

.mt-10 {
	margin-top: 10px
}

.mt-20 {
	margin-top: 20px
}

.mt-30 {
	margin-top: 30px
}

.mt-40 {
	margin-top: 40px
}

.mt-50 {
	margin-top: 50px
}

.mt-60 {
	margin-top: 60px
}

.mt-70 {
	margin-top: 70px
}

.mt-80 {
	margin-top: 80px
}

.mt-90 {
	margin-top: 90px
}

.mt-100 {
	margin-top: 100px
}

.mt-110 {
	margin-top: 110px
}

.mt-120 {
	margin-top: 120px
}

.mt-140 {
	margin-top: 140px
}

.mt-160 {
	margin-top: 160px
}

.mt-180 {
	margin-top: 180px
}

.pt-60 {
	padding-top: 60px
}

.pt-80 {
	padding-top: 80px
}

.pt-100 {
	padding-top: 100px
}

.pt-140 {
	padding-top: 140px
}

.text-right {
	text-align: right
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.d-inline-block {
	display: inline-block
}

.d-none {
	display: none
}

.d-block {
	display: block
}

.contact-map .BMapLabel {
	border: 0
}

.contact-map .anchorBL {
	display: none
}

.list {
	position: relative;
	font-size: 0;
	margin-left: -28px;
	margin-right: -28px
}

.list>li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 80px
}

.list figure {
	overflow: hidden;
	position: relative
}

.list .article-title {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	font-size: 22px;
	color: #202020;
	line-height: 1.6;
	font-weight: 500
}

.list a {
	display: block;
	margin: 0 28px
}

.list img {
	-moz-transition: -moz-transform 1.2s;
	-o-transition: -o-transform 1.2s;
	-webkit-transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
	width: 100%
}

.list-1>li {
	width: 100%
}

.list-2>li {
	width: 50%
}

.list-3>li {
	width: 33.3333%
}

.list-4>li {
	width: 25%
}

.list-5>li {
	width: 20%
}

.img-box {
	position: relative
}

.img-box::before {
	content: "";
	display: block
}

.img-box img {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.wx-share {
	margin-top: -130px;
	margin-left: -120px;
	border-radius: 3px;
	position: fixed;
	z-index: 1000;
	top: 50%;
	left: 50%;
	padding: 20px 10px;
	width: 240px;
	height: 280px;
	background-color: #fff;
	cursor: pointer;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1)
}

.wx-share img {
	display: block;
	width: 100%
}

.wx-share p {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	font-weight: 500;
	color: #000
}

.wx-share i {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5;
	text-align: center;
	color: #000
}

@media (min-width: 1025px) {
	.list a:hover img {
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	.list a:hover .article-title {
		color: #1F368F
	}
}

@media (max-width: 1920px) {
	.mt-30 {
		margin-top: 1.5625vw
	}

	.mt-40 {
		margin-top: 2.08333vw
	}

	.mt-50 {
		margin-top: 2.60417vw
	}

	.mt-60 {
		margin-top: 3.125vw
	}

	.mt-70 {
		margin-top: 3.64583vw
	}

	.mt-80 {
		margin-top: 4.16667vw
	}

	.mt-90 {
		margin-top: 4.6875vw
	}

	.mt-100 {
		margin-top: 5.20833vw
	}

	.mt-110 {
		margin-top: 5.72917vw
	}

	.mt-120 {
		margin-top: 6.25vw
	}

	.mt-140 {
		margin-top: 7.29167vw
	}

	.mt-160 {
		margin-top: 8.33333vw
	}

	.mt-180 {
		margin-top: 9.375vw
	}

	.list {
		margin-left: -1.45833vw;
		margin-right: -1.45833vw
	}

	.list>li {
		margin-bottom: 4.16667vw
	}

	.list a {
		margin: 0 1.45833vw
	}
}

@media (max-width: 1024px) {
	.list {
		margin: 0 -10px
	}

	.list>li {
		margin-bottom: 40px
	}

	.list a {
		margin: 0 10px
	}

	.list-4>li {
		width: 33.333%
	}
}

@media (max-width: 800px) {

	.list-3>li,
	.list-4>li {
		width: 50%
	}
}

@media (max-width: 640px) {

	.list-3>li,
	.list-2>li,
	.list-4>li {
		width: 100%
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 5%, 0);
		transform: translate3d(0, 5%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 5%, 0);
		transform: translate3d(0, 5%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes sfadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes sfadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-3%, 0, 0);
		transform: translate3d(-3%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-3%, 0, 0);
		transform: translate3d(-3%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(3%, 0, 0);
		transform: translate3d(3%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(3%, 0, 0);
		transform: translate3d(3%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.sfadeInUp {
	-webkit-animation-name: sfadeInUp;
	animation-name: sfadeInUp
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms
}

.animated.faster {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		animation: unset !important;
		-webkit-transition: none !important;
		transition: none !important
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track::after,
.slick-track::before {
	display: table;
	content: ""
}

.slick-track::after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: 0
}

.slick-slide a {
	outline: 0
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.banner-dots {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	font-size: 0;
	text-align: center
}

.banner-dots li {
	margin: 0 8px;
	display: inline-block;
	vertical-align: top
}

.banner-dots li button {
	position: relative;
	display: inline-block;
	padding: 0;
	border: 0;
	font-size: 0;
	background-color: transparent;
	outline: 0;
	cursor: pointer
}

.banner-dots li button::before {
	-moz-transition: background .3s ease-out;
	-o-transition: background .3s ease-out;
	-webkit-transition: background .3s ease-out;
	transition: background .3s ease-out;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background-color: #e0e0e0
}

.banner-dots li.slick-active button::before {
	background-color: #000
}

.header {
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 82px;
	background-color: #fff;
	display: none
}

.header:after {
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	position: absolute;
	z-index: 200;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	background-color: #ccc
}

.header-handle {
	position: fixed;
	z-index: 888;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	height: 82px
}

.home .header {
	background-color: rgba(255, 255, 255, 0.7)
}

.home .header:after {
	opacity: 0
}

.home .header:hover {
	background-color: #fff
}

.home .header:hover:after {
	opacity: 1
}

.pageScroll .header {
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.m-header__cont,
.sub-arrow,
.active-navItem {
	display: none
}

.logo,
.header-content,
.navigation,
.header-lang {
	display: inline-block;
	vertical-align: middle
}

.logo {
	width: 165px;
	backface-visibility: hidden
}

.logo img {
	width: 100%
}

.header-lang {
	margin-left: 40px
}

.header-lang a,
.header-lang i {
	display: inline-block;
	vertical-align: middle
}

.header-lang .line {
	width: 1px;
	height: 16px;
	background-color: #202020;
	margin: 0 16px
}

.header-lang .icon-chaxun {
	font-size: 18px
}

.header-lang a {
	font-size: 16px;
	color: #202020;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s
}

.header-lang a:hover {
	color: #1F368F
}

.ib-column {
	display: inline-block;
	vertical-align: top
}

.header-search__outbox {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 82px;
	background-color: #fff;
	z-index: 1000;
	display: none
}

.header-search__outbox .search-box {
	position: absolute;
	padding-right: 60px;
	width: 100%
}

.header-search__outbox .search-close {
	position: absolute;
	right: 0;
	font-size: 16px;
	color: #202020;
	z-index: 10
}

.header-search__outbox .search-close,
.header-search__outbox .search-box,
.header-search__outbox .search-btn {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header-search__outbox .search-btn {
	position: absolute;
	left: 20px;
	font-size: 18px;
	color: #202020;
	-webkit-transition: color .4s;
	transition: color .4s;
	border: none;
	background-color: transparent;
	outline: none;
	padding: 0;
	cursor: pointer
}

.header-search__outbox input {
	width: 100%;
	outline: none;
	height: 40px;
	padding: 0 45px;
	border: 1px solid #1F368F;
	border-radius: 50px;
	font-size: 14px;
	color: #202020
}

.header-search__outbox input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.3)
}

.header-search__outbox input:-moz-placeholder {
	color: rgba(0, 0, 0, 0.3)
}

.header-search__outbox input:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.3)
}

.header-search__cont {
	position: relative;
	height: 100%;
	text-align: center;
	max-width: 510px;
	margin-left: auto;
	margin-right: auto
}

@media (min-width: 1025px) {
	.header-search__outbox .search-close:before {
		display: block;
		-webkit-transition: transform .4s;
		transition: transform .4s
	}

	.header-search__outbox .search-close:hover:before {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

	.header-content {
		font-size: 0;
		width: calc(100% - 178px);
		text-align: right
	}

	.header-navs li {
		-moz-transition: padding .3s;
		-o-transition: padding .3s;
		-webkit-transition: padding .3s;
		transition: padding .3s;
		position: relative;
		display: inline-block;
		width: 116px;
		padding: 32px 0;
		text-align: center;
		vertical-align: top
	}

	.header-navs li:before,
	.header-navs li:after {
		position: absolute;
		left: 50%;
		display: block;
		visibility: hidden;
		width: 1px;
		height: 12px;
		content: '';
		opacity: 0;
		background-color: #1F368F;
		-moz-transition: opacity .3s, visibility .3s, height .3s;
		-o-transition: opacity .3s, visibility .3s, height .3s;
		-webkit-transition: opacity .3s, visibility .3s, height .3s;
		transition: opacity .3s, visibility .3s, height .3s
	}

	.header-navs li:before {
		top: 12px
	}

	.header-navs li:after {
		bottom: 12px
	}

	.header-navs li:hover .sub-menu {
		visibility: visible;
		opacity: 1
	}

	.header-navs li:hover:before,
	.header-navs li:hover:after {
		visibility: visible;
		opacity: 1
	}

	.header-navs li:hover .ne {
		visibility: visible;
		opacity: 1;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	.header-navs li:hover .nc {
		visibility: hidden;
		opacity: 0;
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	.header-navs li.on:before,
	.header-navs li.on:after {
		visibility: visible;
		opacity: 1
	}

	.header-navs li.on .ne {
		visibility: visible;
		opacity: 1;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	.header-navs li.on .nc {
		visibility: hidden;
		opacity: 0;
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	.header-navs .sub-item {
		line-height: 18px;
		position: relative;
		display: block;
		overflow: hidden;
		height: 18px
	}

	.header-navs span {
		font-size: 16px;
		-moz-transition: all .4s;
		-o-transition: all .4s;
		-webkit-transition: all .4s;
		transition: all .4s
	}

	.header-navs .nc {
		color: #202020
	}

	.header-navs .ne {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		visibility: hidden;
		width: 100%;
		text-align: center;
		opacity: 0;
		color: #1F368F;
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}

	.header-navs .sub-menu {
		position: absolute;
		z-index: 200;
		top: 82px;
		left: 50%;
		visibility: hidden;
		width: 280px;
		padding: 0 20px 20px;
		text-align: center;
		opacity: 0;
		background-color: #fff;
		-moz-transition: all .4s ease;
		-o-transition: all .4s ease;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.header-navs .nav-column {
		padding-top: 20px
	}

	.header-navs .nav-column dd {
		margin-bottom: 16px
	}

	.header-navs .nav-column a {
		font: 15px "GothamBook";
		position: relative;
		display: inline-block;
		color: #202020;
		-moz-transition: color .3s;
		-o-transition: color .3s;
		-webkit-transition: color .3s;
		transition: color .3s;
		padding-bottom: 3px
	}

	.header-navs .nav-column a:after {
		-moz-transition: width .3s;
		-o-transition: width .3s;
		-webkit-transition: width .3s;
		transition: width .3s;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
		width: 0;
		height: 1px;
		content: '';
		background-color: #1F368F
	}

	.header-navs .nav-column a:hover {
		color: #1F368F
	}

	.header-navs .nav-column a:hover:after {
		width: 100%
	}

	.header-navs .nav-product .sub-menu {
		position: fixed;
		left: 0;
		overflow: hidden;
		width: 100vw;
		padding-bottom: 0;
		padding-left: 9.375vw;
		text-align: left;
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	.header-navs .nav-product .nav-column {
		display: inline-block;
		width: 25%;
		padding-top: 60px;
		padding-right: 30px;
		padding-bottom: 60px;
		vertical-align: top
	}

	.header-navs .nav-product .sub-menu__left,
	.header-navs .nav-product .sub-menu__right {
		position: relative;
		z-index: 20;
		display: inline-block;
		vertical-align: top
	}

	.header-navs .nav-product .sub-menu__left {
		width: 70%;
		padding: 0 60px 32px 0;
		background-color: #fff
	}

	.header-navs .nav-product .sub-menu__left .nav-column {
		margin-bottom: 80px
	}

	.header-navs .nav-product .sub-menu__right {
		width: 30%;
		padding-top: 0
	}

	.header-navs .nav-product .sub-right__cont {
		padding-bottom: 32px;
		padding-left: 40px;
		background-color: #F7F7F7
	}

	.header-navs .nav-product .sub-right__cont .nav-column {
		width: 100%
	}

	.header-navs .nav-product dt {
		position: relative;
		display: table;
		margin-bottom: 30px
	}

	.header-navs .nav-product dt:after {
		position: absolute;
		bottom: -5px;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
		content: '';
		background-color: #1F368F
	}

	.header-navs .nav-product dt a {
		font-size: 16px
	}

	.header-navs .nav-product dt a:after {
		display: none
	}

	.header-navs .nav-product dd a {
		font-size: 14px;
		color: #999
	}
}

@media (max-width: 1440px) {
	.logo {
		width: 160px
	}

	.header-navs span {
		font-size: 15px
	}

	.header-navs .nav-column a {
		font-size: 14px
	}
}

@media (max-width: 1024px) {
	.header-handle {
		display: none
	}

	.active-navItem {
		font-size: 14px;
		font-weight: bold;
		position: absolute;
		top: 50%;
		left: -3px;
		display: none;
		padding-left: 20px;
		cursor: pointer;
		color: #202020;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		-webkit-transition: all .3s;
		transition: all .3s;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.active-navItem i {
		font-size: 18px;
		position: absolute;
		top: -4px;
		left: 0;
		color: #202020;
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.active-navItem.active {
		visibility: visible;
		opacity: 1
	}

	.m-header__cont {
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.m-header__cont .js-search__btn,
	.m-header__cont .line,
	.m-header__cont .m-menu {
		display: inline-block;
		vertical-align: middle
	}

	.m-header__cont .js-search__btn {
		font-size: 22px;
		color: #202020
	}

	.m-header__cont .line {
		width: 1px;
		height: 20px;
		background-color: #202020;
		margin: 0 10px
	}

	.m-menu {
		width: 24px;
		cursor: pointer
	}

	.m-menu i {
		display: block;
		width: 100%;
		height: 2px;
		margin: 6px 0;
		background: #1F368F;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.open .m-menu i:nth-of-type(1) {
		-moz-transform: translateY(8px) rotate(-45deg);
		-ms-transform: translateY(8px) rotate(-45deg);
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg)
	}

	.open .m-menu i:nth-of-type(2) {
		visibility: hidden;
		opacity: 0
	}

	.open .m-menu i:nth-of-type(3) {
		-moz-transform: translateY(-8px) rotate(45deg);
		-ms-transform: translateY(-8px) rotate(45deg);
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg)
	}

	.open .header-content {
		opacity: 1;
		visibility: visible
	}

	.header {
		height: 57px;
		padding: 16px 0
	}

	.header-main {
		height: 100%
	}

	.header-content {
		position: fixed;
		z-index: 540;
		top: 53px;
		right: 0;
		width: 100%;
		height: calc(100vh - 53px);
		padding: 30px 0;
		background-color: #fff;
		visibility: hidden;
		opacity: 0;
		-moz-transition: opacity .5s;
		-o-transition: opacity .5s;
		-webkit-transition: opacity .5s;
		transition: opacity .5s
	}

	.logo {
		width: 110px;
		margin-top: 3px
	}

	.sub-menu {
		position: fixed;
		z-index: 999;
		top: 53px;
		right: 0;
		bottom: 0;
		left: 0;
		visibility: hidden;
		overflow-y: auto;
		width: 100%;
		padding-top: 30px;
		opacity: 0;
		background-color: #fff;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		-webkit-transition: all .3s;
		transition: all .3s;
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	.sub-menu.active {
		visibility: visible;
		opacity: 1;
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	.sub-menu .nav-column {
		padding: 0 24px 38px 24px
	}

	.sub-menu dd {
		margin-bottom: 30px
	}

	.sub-menu dt {
		position: relative;
		display: table;
		margin-bottom: 25px;
		padding-bottom: 10px;
		color: #202020
	}

	.sub-menu dt:after {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
		content: '';
		background-color: #1F368F
	}

	.sub-menu dt a {
		font-size: 15px
	}

	.sub-menu a {
		color: #202020
	}

	.sub-menu__left {
		padding-bottom: 0
	}

	.sub-menu__right {
		padding-top: 30px;
		background-color: #F7F7F7
	}

	.navigation {
		display: block
	}

	.header-navs .sub-item {
		position: relative;
		display: block;
		padding: 20px 24px 18px 24px;
		border-bottom: 1px solid #eaeaea
	}

	.header-navs .sub-item span {
		color: #202020;
		font-size: 16px
	}

	.header-navs .nav-column a {
		font-size: 15px
	}

	.header-navs .ne {
		position: absolute;
		top: 50%;
		left: 21px;
		display: none;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.header-navs .nav-product dt a {
		font-size: 16px
	}

	.header-navs .nav-product dd {
		margin-bottom: 20px
	}

	.header-navs .nav-product dd a {
		font-size: 14px;
		color: #999
	}

	.header-navs .on .ne {
		display: block
	}

	.header-navs .on .nc {
		visibility: hidden;
		opacity: 0
	}

	.has-sub__item .sub-arrow {
		font-size: 18px;
		position: absolute;
		top: 50%;
		right: 24px;
		display: block;
		color: #202020;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.header-lang {
		width: auto;
		margin-top: 40px;
		margin-left: 0;
		padding: 0 24px
	}

	.header-lang .line,
	.header-lang .js-search__btn {
		display: none
	}

	.header-lang i {
		margin: 0 10px
	}

	.header-search__outbox {
		height: 57px
	}
}

@media (max-width: 700px) {
	.header-search__outbox .search-box {
		padding-right: 38px
	}

	.header-search__outbox input {
		height: 35px
	}

	.header-search__outbox .search-btn {
		font-size: 16px;
		margin-top: 1px
	}

	.header-search__cont {
		margin-left: 20px;
		margin-right: 20px
	}
}

.footer-top__content {
	position: relative;
	padding: 100px 0;
	background-color: #1F368F
}

.foot-logo {
	width: 172px
}

.foot-logo img {
	width: 100%
}

.foot-address {
	margin-left: 70px
}

.foot-address p {
	font: 14px "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
	line-height: 24px;
	color: #fff
}

.foot-address p:first-child {
	margin-bottom: 26px
}

.foot-address span {
	display: inline-block;
	width: 70px;
	vertical-align: top
}

.foot-subscibe {
	font-size: 0;
	margin-left: 120px;
	max-width: 535px
}

.foot-subscibe .fs-form {
	margin-top: 20px
}

.foot-subscibe p {
	font-size: 14px;
	color: #fff
}

.foot-subscibe .fs-group,
.foot-subscibe .fs-btn {
	display: inline-block;
	vertical-align: top
}

.foot-subscibe .fs-group {
	position: relative;
	width: 160px;
	margin-right: 18px;
	margin-bottom: 20px
}

.foot-subscibe .fs-group.active label.hint {
	font-size: 12px;
	top: 0;
	opacity: .5;
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.foot-subscibe label:not(.error) {
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 0;
	pointer-events: none;
	color: #fff;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.foot-subscibe .fs-message {
	width: 340px
}

.foot-subscibe label.error {
	position: absolute;
	left: 0;
	bottom: -20px;
	display: block;
	font-size: 12px;
	color: #fff
}

.foot-subscibe input {
	font-size: 14px;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	border: none;
	border-bottom: 2px solid #fff;
	outline: none;
	background-color: transparent
}

.foot-subscibe .fs-btn {
	position: relative;
	width: 156px;
	height: 35px;
	padding: 10px 0;
	border-bottom: 2px solid #fff;
	background-color: transparent;
	-moz-transition: background .4s;
	-o-transition: background .4s;
	-webkit-transition: background .4s;
	transition: background .4s
}

.foot-subscibe .fs-btn span {
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	padding-top: 4px;
	color: #fff;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.foot-share {
	font-size: 0;
	position: relative;
	z-index: 10;
	max-width: 130px
}

.foot-share a {
	font-size: 24px;
	line-height: 60px;
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: top;
	color: #fff;
	border: 2px solid #fff;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s
}

.foot-share a:nth-child(odd) {
	margin-right: 10px
}

.foot-share a:hover {
	color: #1F368F;
	background-color: #fff
}

.foot-share .icon-wx img {
	position: absolute;
	z-index: 100;
	top: -110px;
	left: -22px;
	visibility: hidden;
	width: 100px;
	height: 100px;
	opacity: 0;
	backface-visibility: hidden;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0)
}

.foot-share .icon-wx:hover img {
	visibility: visible;
	opacity: 1;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}

.foot-share .td {
	font-size: 16px
}

.foot-share .td span {
	position: absolute;
	top: 50%;
	left: 53%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.footer-bottom__content {
	font-size: 0;
	padding: 32px 0;
	background-color: #182b76
}

.footer-bottom__content p,
.footer-bottom__content a {
	font-size: 12px;
	color: #fff
}

.fb-left__inner>div,
.fb-right__inner>div {
	display: inline-block;
	vertical-align: middle
}

.fb-left__inner .fb-02 {
	margin-left: 64px
}

.fb-right__inner .fb-03 a {
	display: inline-block;
	margin-left: 26px;
	vertical-align: middle
}

.fb-right__inner .fb-04 {
	margin-left: 38px
}

.foot-code__help {
	margin-top: 10px
}

.foot-code__help a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	position: relative;
	border: 1px solid #fff;
	margin-top: 15px
}

.foot-code__help a img {
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	max-width: 120px;
	width: 100%;
	position: absolute;
	left: 25px;
	top: -123px;
	z-index: 100
}

.foot-code__help a:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible
}

@media (min-width: 1025px) {
	.foot-address {
		margin-top: -5px
	}

	.foot-subscibe .fs-btn:hover {
		background-color: #fff
	}

	.foot-subscibe .fs-btn:hover span {
		left: 50%;
		color: #1F368F;
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.back-top__full {
		position: absolute;
		top: 0;
		right: 4.16667vw;
		cursor: pointer;
		-moz-transition: -moz-transform .4s;
		-o-transition: -o-transform .4s;
		-webkit-transition: -webkit-transform .4s;
		transition: transform .4s;
		height: 150px;
		width: 16px;
		text-align: center;
		z-index: 5
	}

	.back-top__full i {
		display: inline-block;
		width: 1px;
		height: 100px;
		margin: auto;
		background-color: #fff
	}

	.back-top__full span {
		font: 12px "GothamBook";
		display: inline-block;
		color: #fff;
		writing-mode: vertical-lr;
		-webkit-writing-mode: vertical-lr;
		margin-top: 20px
	}

	.back-top__full:hover {
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
}

@media (max-width: 1920px) {
	.footer-top__content {
		padding: 5.20833vw 0
	}

	.foot-address {
		margin-left: 3.64583vw
	}

	.foot-subscibe {
		margin-left: 6.25vw
	}

	.footer-bottom__content {
		padding: 1.66667vw 0
	}

	.fb-left__inner .fb-02 {
		margin-left: 3.33333vw
	}

	.fb-right__inner .fb-03 a {
		margin-left: 1.35417vw
	}

	.fb-right__inner .fb-04 {
		margin-left: 1.97917vw
	}
}

@media (max-width: 1800px) {
	.back-top__full {
		right: 2.08333vw
	}
}

@media (max-width: 1500px) {
	.foot-share a {
		font-size: 18px;
		line-height: 50px;
		width: 50px;
		height: 50px
	}

	.foot-share .icon-wx img {
		left: -28px
	}

	.foot-share .td {
		font-size: 14px
	}

	.foot-logo {
		width: 150px
	}

	.foot-address {
		margin-left: 2.08333vw
	}

	.foot-subscibe {
		margin-left: 2.77778vw
	}
}

@media (max-width: 1300px) {
	.foot-address {
		width: 270px
	}
}

@media (max-width: 1200px) {
	.foot-address {
		width: 220px
	}
}

@media (max-width: 1100px) {
	.foot-logo {
		width: 130px
	}

	.foot-subscibe {
		margin-left: 0
	}
}

@media (max-width: 1024px) {

	.foot-logo,
	.back-top__full {
		display: none
	}

	.footer-bottom__content {
		padding: 25px 0
	}

	.footer-top__content {
		padding: 60px 0
	}

	.footer-top__content .foot-share {
		float: none
	}

	.foot-subscibe,
	.foot-address {
		width: 100%;
		margin-left: 0
	}

	.foot-address {
		margin-bottom: 40px
	}

	.foot-address span {
		display: block
	}

	.foot-address p {
		margin-bottom: 12px
	}

	.foot-address p:first-child {
		margin-bottom: 12px
	}

	.foot-subscibe {
		margin-bottom: 50px
	}

	.foot-subscibe .fs-form {
		margin-top: 15px
	}

	.foot-subscibe .fs-btn {
		background-color: #fff
	}

	.foot-subscibe .fs-btn span {
		left: 50%;
		color: #1F368F;
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.foot-share {
		max-width: 100%
	}

	.foot-share a {
		margin-right: 10px;
		margin-bottom: 0
	}

	.back-top__full {
		display: none
	}

	.back-top {
		display: none
	}
}

@media (max-width: 650px) {
	.footer-bottom__content {
		text-align: center
	}

	.fb-left__inner,
	.fb-right__inner {
		float: none;
		width: 100%
	}

	.fb-left__inner {
		margin-bottom: 14px
	}

	.foot-address {
		margin-bottom: 30px
	}

	.foot-subscibe {
		margin-bottom: 45px
	}
}

@media (max-width: 500px) {

	.footer-bottom__content p,
	.footer-bottom__content a {
		font-size: 10px
	}

	.foot-subscibe .fs-group,
	.foot-subscibe .fs-btn {
		width: 100%;
		margin-right: 0
	}

	.foot-subscibe .fs-form {
		margin-top: 20px
	}

	.foot-subscibe .fs-group {
		margin-bottom: 30px
	}

	.foot-subscibe .fs-group.active label.hint {
		-moz-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}

	.foot-subscibe .fs-btn {
		margin-top: 15px
	}

	.foot-subscibe label.error {
		font-size: 9px;
		bottom: -16px
	}

	.foot-share a {
		font-size: 16px;
		line-height: 36px;
		width: 40px;
		height: 40px
	}

	.foot-share .icon-wx img {
		top: -95px;
		left: -25px;
		width: 85px;
		height: 85px
	}

	.foot-share .td {
		font-size: 12px
	}
}

body,
html {
	font-size: 16px;
	background-color: #fff
}

body {
	overflow-x: hidden;
	min-width: 320px
}

.hide {
	display: none
}

.show {
	display: block
}

body .bdshare-button-style0-16 a,
body .bdshare-button-style0-16 .bds_more {
	float: none;
	margin: 0;
	padding-left: 0;
	background-image: inherit
}

.bd_weixin_popup {
	height: 320px !important
}

.fl {
	float: left
}

.fr {
	float: right
}

.ovh {
	overflow: hidden
}

.relative {
	position: relative
}

.absolute {
	position: absolute
}

.lazy {
	background: url(404.png) no-repeat center center;
	background-size: 24px
}

.lazy.insert {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	margin-left: -12px
}

.opa {
	opacity: 0;
	visibility: hidden
}

.anchorBL {
	display: none
}

.clearfr:after {
	display: block;
	float: none;
	clear: both;
	content: ''
}

.no-pointer {
	pointer-events: none
}

.slick-dots {
	font-size: 0
}

.slick-dots li,
.slick-dots button {
	display: inline-block;
	vertical-align: middle
}

.slick-dots li {
	margin: 0 5px
}

.slick-dots button {
	width: 10px;
	height: 10px;
	padding: 0;
	text-indent: -9999999999999999px;
	border: none;
	border-radius: 100%;
	outline: none;
	background-color: #999;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	-webkit-transition: background .3s;
	transition: background .3s
}

.slick-dots .slick-active button {
	background-color: #1F368F
}

.error-404 {
	margin: 200px 0;
	text-align: center
}

.error-404 h3 {
	font-size: 32px;
	line-height: 1.8;
	color: #202020
}

.error-404 p {
	font-size: 18px;
	line-height: 1.6;
	color: #202020
}

.w1600 {
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto
}

.w900 {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto
}

.wrap {
	padding-top: 82px;
	position: relative;
	z-index: 10
}

.text-align {
	text-align: center
}

.paragraph h3 {
	font-size: 22px;
	line-height: 1.6;
	margin-bottom: 36px;
	color: #202020
}

.paragraph h4 {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #202020
}

.paragraph p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: .6px;
	color: #888
}

.paragraph h3,
.paragraph h4,
.paragraph p {
	word-break: break-all
}

.paragraph img {
	width: auto !important;
	max-width: 100%;
	height: auto !important
}

.page-intro__full {
	text-align: center
}

.page-intro__full h3 {
	font: 16px "GothamBook";
	margin-bottom: 26px;
	color: #1F368F
}

.page-intro__full h4 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #202020
}

.page-intro__full .inner {
	position: relative;
	max-width: 800px;
	margin: auto
}

.paragraph-dec {
	display: inline-block;
	padding: 22px 72px 30px 72px
}

.paragraph-dec:before,
.paragraph-dec:after {
	font: 80px "GothamBold";
	position: absolute;
	display: block;
	opacity: .1;
	color: #1F368F
}

.paragraph-dec:before {
	line-height: 40px;
	top: 0;
	left: 0;
	content: '“'
}

.paragraph-dec:after {
	line-height: 0;
	right: 0;
	bottom: 0;
	content: '”'
}

.sec-padding__val {
	padding: 120px 0
}

.link-btn {
	font-size: 0;
	display: inline-block
}

.link-btn span,
.link-btn p {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.link-btn span {
	width: 34px;
	height: 34px;
	border-radius: 50%
}

.link-btn i {
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.link-btn p {
	font: 16px "GothamBook";
	margin-left: 10px
}

.down-btn span i {
	font-size: 18px;
	font-weight: 700
}

.white-btn span {
	background-color: #fff
}

.white-btn span i {
	color: #1F368F
}

.white-btn p {
	color: #fff
}

.white-btn p:after {
	background-color: #fff
}

.blue-btn span {
	background-color: #1F368F
}

.blue-btn span i {
	color: #fff
}

.blue-btn p {
	color: #1F368F
}

.blue-btn p:after {
	background-color: #1F368F
}

.list-navigation {
	font-size: 0;
	text-align: center
}

.list-navigation a {
	display: inline-block;
	margin: 0 6px;
	vertical-align: middle
}

.list-navigation .prev-page {
	margin-right: 16px
}

.list-navigation .next-page {
	margin-left: 16px
}

.list-navigation .num-page {
	font: 16px "GothamBook";
	position: relative;
	color: #1F368F
}

.list-navigation .num-page:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block;
	width: 0;
	height: 1px;
	content: '';
	background-color: #1F368F;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}

.list-navigation .num-page.on:after {
	width: 100%
}

.crumbs {
	font-size: 0
}

.crumbs a {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	opacity: .5;
	color: #202020;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.crumbs a:hover {
	opacity: 1
}

.crumbs a.on {
	opacity: 1
}

.crumbs a:last-child span {
	display: none
}

.crumbs span {
	display: inline-block;
	margin: 0 4px
}

.list-dec .dec-vid,
.list-dec .dec-pic {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background-color: #1F368F
}

.list-dec .dec-vid i,
.list-dec .dec-pic i {
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.btn-modal {
	line-height: 54px;
	display: inline-block;
	width: 160px;
	height: 50px;
	text-align: center;
	border-radius: 50px;
	background-color: #1F368F
}

.btn-modal span {
	font-size: 16px;
	color: #fff
}

.greybg {
	background-color: #F7F7F7
}

.page-bgPic__wrap {
	position: relative
}

.page-bgPic__wrap .pic {
	position: relative;
	padding-top: 31.25%
}

.page-bgPic__wrap .cont {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 700px;
	padding: 0 24px;
	text-align: center;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.page-bgPic__wrap .cont h4 {
	font: 16px "GothamBook";
	line-height: 1.5;
	margin-bottom: 6px;
	color: #fff
}

.page-bgPic__wrap .cont h3 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 30px;
	color: #fff
}

.page-bgPic__wrap .txt {
	margin-bottom: 55px
}

.page-bgPic__wrap .txt p {
	font-size: 14px;
	line-height: 2;
	color: #fff
}

.ib-arrow {
	font-size: 0;
	position: absolute;
	right: 0;
	bottom: 0
}

.ib-arrow a {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}

.ib-arrow i {
	font-size: 24px;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff
}

.ib-arrow i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.ib-prev {
	background-color: #1F368F
}

.ib-next {
	background-color: #6889CA
}

.opa-share {
	position: absolute;
	visibility: hidden;
	opacity: 0
}

video::-internal-media-controls-download-button {
	display: none
}

video::-webkit-media-controls-enclosure {
	overflow: hidden
}

video::-webkit-media-controls-panel {
	width: calc(100% + 30px)
}

.download-modal {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1300
}

.download-modal .dm-content {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 60px 30px 45px 30px;
	width: 450px
}

.download-modal .dm-title {
	font-size: 16px;
	color: #202020;
	margin-bottom: 16px;
	line-height: 1.4
}

.download-modal .close-btn {
	-webkit-transition: transform .4s;
	transition: transform .4s;
	position: absolute;
	right: 16px;
	top: 16px;
	color: #202020
}

.download-modal .item-box {
	position: relative
}

.download-modal label.error {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	font-size: 12px;
	color: #1F368F;
	margin-top: 5px
}

.download-modal input {
	width: 100%;
	outline: none;
	padding: 14px;
	border: 1px solid #202020
}

.download-modal .dm-btn__box {
	text-align: right;
	margin-top: 25px
}

.download-modal .dm-btn {
	-webkit-transition: background .4s;
	transition: background .4s;
	width: 130px;
	height: 42px;
	line-height: 42px;
	background-color: #1F368F;
	font-size: 14px;
	text-align: center;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer
}

.download-modal .dm-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #202020;
	opacity: .6;
	cursor: pointer
}

@media (min-width: 1025px) {
	.download-modal .close-btn:hover {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

	.download-modal .dm-btn:hover {
		background-color: #6889CA
	}

	.hover-btn01 span,
	.hover-btn01 p {
		-moz-transition: -moz-transform .4s;
		-o-transition: -o-transform .4s;
		-webkit-transition: -webkit-transform .4s;
		transition: transform .4s;
		backface-visibility: hidden
	}

	.hover-btn01 p {
		position: relative;
		padding: 3px 0
	}

	.hover-btn01 p:after {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
		width: 0;
		height: 1px;
		content: '';
		-moz-transition: width .4s;
		-o-transition: width .4s;
		-webkit-transition: width .4s;
		transition: width .4s
	}

	.hover-btn01:hover span {
		-moz-transform: translateX(95px);
		-ms-transform: translateX(95px);
		-webkit-transform: translateX(95px);
		transform: translateX(95px)
	}

	.hover-btn01:hover p {
		-moz-transform: translateX(-44px);
		-ms-transform: translateX(-44px);
		-webkit-transform: translateX(-44px);
		transform: translateX(-44px)
	}

	.hover-btn01:hover p:after {
		width: 100%
	}

	.hover-btn02.line-white p:after {
		background-color: #fff
	}

	.hover-btn02.line-blue p:after {
		background-color: #1F368F
	}

	.hover-btn02 p {
		position: relative;
		padding: 3px 0
	}

	.hover-btn02 p:after {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		width: 0;
		height: 1px;
		content: '';
		-moz-transition: width .4s;
		-o-transition: width .4s;
		-webkit-transition: width .4s;
		transition: width .4s;
		backface-visibility: hidden
	}

	.hover-btn02 span {
		-moz-transition: -moz-transform .4s;
		-o-transition: -o-transform .4s;
		-webkit-transition: -webkit-transform .4s;
		transition: transform .4s;
		backface-visibility: hidden
	}

	.hover-btn02:hover p:after {
		width: 100%
	}

	.partner-arrow a {
		-moz-transition: -moz-transform .4s;
		-o-transition: -o-transform .4s;
		-webkit-transition: -webkit-transform .4s;
		transition: transform .4s
	}

	.partner-arrow a:hover {
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}

	.hover-submit {
		-moz-transition: background .4s;
		-o-transition: background .4s;
		-webkit-transition: background .4s;
		transition: background .4s
	}

	.hover-submit:hover {
		background-color: #6889CA
	}

	.news-bottom__content .link-btn span,
	.news-bottom__content .link-btn p {
		-moz-transition: -moz-transform .4s;
		-o-transition: -o-transform .4s;
		-webkit-transition: -webkit-transform .4s;
		transition: transform .4s
	}

	.news-bottom__content .link-btn p {
		position: relative;
		padding: 3px 0
	}

	.news-bottom__content .link-btn p:after {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
		width: 0;
		height: 1px;
		content: '';
		background-color: #1F368F;
		-moz-transition: width .4s;
		-o-transition: width .4s;
		-webkit-transition: width .4s;
		transition: width .4s
	}

	.news-bottom__content .link-btn:hover span {
		-moz-transform: translateX(95px);
		-ms-transform: translateX(95px);
		-webkit-transform: translateX(95px);
		transform: translateX(95px)
	}

	.news-bottom__content .link-btn:hover p {
		-moz-transform: translateX(-42px);
		-ms-transform: translateX(-42px);
		-webkit-transform: translateX(-42px);
		transform: translateX(-42px)
	}

	.news-bottom__content .link-btn:hover p:after {
		width: 100%
	}

	.ib-arrow i {
		-moz-transition: -moz-transform .8s;
		-o-transition: -o-transform .8s;
		-webkit-transition: -webkit-transform .8s;
		transition: transform .8s
	}

	.ib-arrow a:hover i {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

	.list-navigation .num-page:hover:after {
		width: 100%
	}

	.list-navigation .link-btn {
		-moz-transition: -moz-transform .4s;
		-o-transition: -o-transform .4s;
		-webkit-transition: -webkit-transform .4s;
		transition: transform .4s
	}

	.list-navigation .link-btn:hover {
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}
}

@media (max-width: 1920px) {
	.sec-padding__val {
		padding: 6.25vw 0
	}

	.page-intro__full h3 {
		margin-bottom: 1.35417vw
	}

	.page-intro__full h4 {
		margin-bottom: 1.04167vw
	}

	.page-bgPic__wrap .cont h4 {
		margin-bottom: .3125vw
	}

	.page-bgPic__wrap .cont h3 {
		margin-bottom: 1.5625vw
	}

	.page-bgPic__wrap .txt {
		margin-bottom: 2.86458vw
	}
}

@media (max-width: 1740px) {
	.w1600 {
		width: 90%
	}
}

@media (max-width: 1440px) {
	.error-404 h3 {
		font-size: 30px
	}

	.error-404 p {
		font-size: 16px
	}

	.w1600 {
		width: 92%
	}

	.page-intro__full h4 {
		font-size: 32px
	}

	.page-intro__full .inner {
		max-width: 780px
	}

	.paragraph-dec:before,
	.paragraph-dec:after {
		font-size: 52px
	}

	.link-btn span {
		width: 30px;
		height: 30px
	}

	.link-btn i {
		font-size: 26px
	}

	.list .article-title {
		font-size: 20px
	}

	.ib-arrow a {
		width: 54px;
		height: 54px
	}

	.paragraph h3 {
		font-size: 20px
	}

	.page-bgPic__wrap .cont h3 {
		font-size: 36px
	}
}

@media (max-width: 1366px) {
	.error-404 h3 {
		font-size: 26px
	}

	.page-intro__full h4 {
		font-size: 30px
	}

	.paragraph-dec:before,
	.paragraph-dec:after {
		font-size: 48px
	}

	.paragraph h3 {
		font-size: 18px
	}

	.page-bgPic__wrap .cont h3 {
		font-size: 28px
	}

	.list .article-title {
		font-size: 18px
	}

	.ib-arrow a {
		width: 48px;
		height: 48px
	}
}

@media (max-width: 1300px) {

	.paragraph-dec:before,
	.paragraph-dec:after {
		font-size: 42px
	}

	.error-404 h3 {
		font-size: 24px
	}
}

@media (max-width: 1024px) {
	.error-404 h3 {
		font-size: 22px
	}

	.w1600,
	.w900 {
		width: auto;
		margin-right: 24px;
		margin-left: 24px
	}

	.w900 {
		max-width: 100%
	}

	.wrap {
		padding-top: 53px
	}

	.sec-padding__val {
		padding: 60px 0
	}

	.paragraph-dec:before,
	.paragraph-dec:after {
		font-size: 36px
	}

	.mt-30 {
		margin-top: 15px
	}

	.mt-40 {
		margin-top: 20px
	}

	.mt-50 {
		margin-top: 25px
	}

	.mt-60 {
		margin-top: 30px
	}

	.mt-70 {
		margin-top: 35px
	}

	.mt-80 {
		margin-top: 40px
	}

	.mt-90 {
		margin-top: 45px
	}

	.mt-100 {
		margin-top: 50px
	}

	.mt-110 {
		margin-top: 55px
	}

	.mt-120 {
		margin-top: 60px
	}

	.mt-140 {
		margin-top: 70px
	}

	.mt-160 {
		margin-top: 80px
	}

	.mt-180 {
		margin-top: 90px
	}

	.page-intro__full h3 {
		font-size: 14px;
		margin-bottom: 5px
	}

	.page-intro__full h4 {
		font-size: 26px;
		line-height: 1.8;
		margin-bottom: 15px
	}

	.ib-arrow a {
		width: 44px;
		height: 44px
	}

	.page-bgPic__wrap .pic {
		padding-top: 44.25%
	}

	.page-bgPic__wrap .cont h3 {
		font-size: 26px;
		margin-bottom: 15px
	}

	.page-bgPic__wrap .cont h4 {
		margin-bottom: 0
	}

	.page-bgPic__wrap .txt {
		margin-bottom: 28px
	}

	.ikon-dec__full {
		display: none
	}

	.link-btn span {
		width: 28px;
		height: 28px
	}

	.link-btn i {
		font-size: 20px
	}

	.down-btn span i {
		font-size: 16px
	}

	.crumbs a {
		line-height: 1.3
	}
}

@media (max-width: 750px) {

	.paragraph-dec:before,
	.paragraph-dec:after {
		font-size: 30px
	}

	.page-intro__full h3 {
		font-size: 12px
	}

	.page-intro__full h4 {
		font-size: 22px;
		margin-bottom: 10px
	}

	.paragraph h3 {
		font-size: 16px
	}

	.page-bgPic__wrap .pic {
		padding-top: 55%
	}

	.page-bgPic__wrap .cont {
		width: 90%
	}

	.page-bgPic__wrap .cont h3 {
		font-size: 24px
	}

	.link-btn span {
		width: 24px;
		height: 24px
	}

	.link-btn i {
		font-size: 18px
	}
}

@media (max-width: 640px) {
	.paragraph p {
		font-size: 12px;
		line-height: 1.8
	}

	.error-404 h3 {
		font-size: 20px
	}

	.ib-arrow a {
		width: 36px;
		height: 36px
	}

	.ib-arrow a i {
		font-size: 20px
	}

	.page-bgPic__wrap .pic {
		padding-top: 100%
	}

	.page-bgPic__wrap .cont {
		width: 100%
	}

	.page-bgPic__wrap .cont h3 {
		font-size: 22px
	}

	.down-btn span i {
		font-size: 14px
	}
}

@media (max-width: 500px) {
	.crumbs a.on {
		max-width: 160px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.download-modal .dm-content {
		width: 90%;
		padding: 52px 22px 32px 22px
	}
}

@media (max-width: 330px) {
	.crumbs a.on {
		max-width: 130px
	}
}

.team-list__full {
	font-size: 0
}

.team-list__full li {
	margin-bottom: 120px
}

.team-list__full a {
	cursor: default
}

.team-list__full figure,
.team-list__full article {
	display: inline-block;
	vertical-align: top
}

.team-list__full figure {
	position: relative;
	overflow: hidden;
	width: 31%
}

.team-list__full figure:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .2;
	background-color: #1F368F
}

.team-list__full figure img {
	width: 100%;
	-moz-transition: -moz-transform 1.2s ease-in-out;
	-o-transition: -o-transform 1.2s ease-in-out;
	-webkit-transition: -webkit-transform 1.2s ease-in-out;
	transition: transform 1.2s ease-in-out
}

.team-list__full article {
	width: 69%;
	max-width: 900px;
	padding-top: 70px;
	padding-left: 120px
}

.team-list__full .team-name {
	font-size: 32px;
	margin-bottom: 8px;
	color: #1F368F;
	font-weight: 700
}

.team-list__full .team-post {
	margin-bottom: 40px
}

.team-list__full .team-post span,
.team-list__full .team-post i {
	display: inline-block;
	vertical-align: middle
}

.team-list__full .team-post span {
	font-size: 16px;
	line-height: 1.9;
	color: #888
}

.team-list__full .team-post i {
	width: 2px;
	height: 18px;
	margin: 0 10px 4px 10px;
	background-color: #1F368F
}

.team-list__full .team-txt {
	position: relative;
	margin-bottom: 40px;
	padding: 30px 40px
}

.team-list__full .team-txt p {
	font-size: 18px;
	line-height: 2;
	color: #333
}

.team-list__full .team-inner p {
	color: #999
}

.team-bottom__content {
	position: relative;
	margin-top: 160px;
	overflow: hidden
}

.team-bottom__content .pic {
	padding-top: 27.08%
}

.team-bottom__content .cont {
	position: absolute;
	top: 50%;
	left: 160px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.team-bottom__content .txt {
	margin-bottom: 30px
}

.team-bottom__content .txt h5 {
	font-size: 32px;
	line-height: 2;
	color: #fff
}

.team-bottom__content .txt p {
	font-size: 14px;
	line-height: 2;
	color: #fff
}

.ikon-dec__full {
	position: absolute;
	top: 50%;
	right: 80px;
	opacity: .5;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 16px
}

.ikon-dec__full span,
.ikon-dec__full i {
	display: inline-block
}

.ikon-dec__full i {
	width: 2px;
	height: 264px;
	margin: auto;
	background-color: #fff;
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px)
}

.ikon-dec__full span {
	font: 16px "GothamBook";
	color: #fff;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	white-space: normal
}

@media (min-width: 1025px) {
	.team-bottom__content .link-btn p {
		position: relative;
		padding: 3px 0
	}

	.team-bottom__content .link-btn p:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		display: block;
		width: 0;
		content: '';
		background-color: #fff;
		height: 1px;
		-moz-transition: width .4s;
		-o-transition: width .4s;
		-webkit-transition: width .4s;
		transition: width .4s;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.team-bottom__content:hover .link-btn p:after {
		width: 100%
	}
}

@media (max-width: 1920px) {
	.team-list__full li {
		margin-bottom: 6.25vw
	}

	.team-list__full article {
		padding-top: 3.64583vw;
		padding-left: 6.25vw
	}

	.team-list__full .team-name {
		margin-bottom: .41667vw
	}

	.team-list__full .team-post {
		margin-bottom: 2.08333vw
	}

	.team-list__full .team-txt {
		margin-bottom: 2.08333vw
	}

	.team-bottom__content {
		margin-top: 8.33333vw
	}

	.team-bottom__content .cont {
		left: 8.33333vw
	}

	.team-bottom__content .txt {
		margin-bottom: 1.5625vw
	}

	.ikon-dec__full {
		right: 4.16667vw
	}

	.ikon-dec__full i {
		height: 13.75vw
	}
}

@media (max-width: 1800px) {
	.ikon-dec__full {
		right: 2.08333vw
	}
}

@media (max-width: 1440px) {
	.team-list__full .team-name {
		font-size: 30px
	}

	.team-list__full .team-txt {
		padding: 22px 35px
	}

	.team-bottom__content .txt h5 {
		font-size: 30px
	}
}

@media (max-width: 1366px) {
	.team-list__full article {
		padding-top: 20px;
		padding-left: 60px
	}

	.team-list__full .team-name {
		font-size: 28px
	}

	.team-bottom__content .txt h5 {
		font-size: 28px
	}
}

@media (max-width: 1300px) {
	.team-list__full .team-name {
		font-size: 24px
	}

	.team-list__full .team-post span {
		font-size: 15px
	}

	.team-list__full .team-txt {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.team-list__full .team-txt p {
		font-size: 17px
	}

	.team-bottom__content .txt h5 {
		font-size: 24px
	}
}

@media (max-width: 1200px) {
	.team-list__full article {
		padding-top: 0;
		padding-left: 40px
	}
}

@media (max-width: 1024px) {
	.ikon-dec__full i {
		height: 80px;
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	.ikon-dec__full span {
		-moz-transform: translateY(10px) rotate(270deg);
		-ms-transform: translateY(10px) rotate(270deg);
		-webkit-transform: translateY(10px) rotate(270deg);
		transform: translateY(10px) rotate(270deg)
	}

	.team-bottom__content {
		margin-top: 80px
	}

	.team-bottom__content .txt {
		margin-bottom: 15px
	}

	.team-bottom__content .txt h5 {
		font-size: 20px;
		line-height: 1.6
	}

	.team-list__full figure {
		width: 45%
	}

	.team-list__full article {
		width: 55%
	}

	.team-list__full li {
		margin-bottom: 80px
	}

	.team-list__full .team-name {
		margin-bottom: 8px
	}

	.team-list__full .team-post {
		margin-bottom: 14px
	}

	.team-list__full .team-txt {
		margin-bottom: 25px;
		padding: 18px 24px
	}

	.team-list__full .team-txt p {
		font-size: 16px
	}

	.team .paragraph-dec {
		padding-right: 32px;
		padding-left: 32px
	}

	.quality .product-feature__wrap .item {
		margin-bottom: 80px
	}
}

@media (max-width: 750px) {

	.team-list__full figure,
	.team-list__full article {
		width: 100%
	}

	.team-list__full article {
		margin-top: 20px;
		padding-left: 0
	}

	.team-bottom__content .pic {
		padding-top: 35%
	}
}

@media (max-width: 500px) {
	.team-bottom__content .pic {
		padding-top: 50%
	}

	.team-bottom__content .tb-dec {
		display: none
	}

	.team-bottom__content .txt h5 {
		font-size: 18px;
		line-height: 1.6
	}

	.team-bottom__content .txt p {
		font-size: 13px
	}

	.team-list__full .team-name {
		font-size: 22px;
		margin-bottom: 6px
	}

	.team-list__full .team-post span {
		font-size: 12px
	}

	.team-list__full .team-post i {
		height: 12px
	}

	.team-list__full .team-txt p {
		font-size: 15px;
		line-height: 1.8
	}

	.quality .product-feature__wrap .item {
		margin-bottom: 60px
	}
}

.news-category__content {
	margin-bottom: 120px
}

.news-category__list article {
	margin-top: 40px;
	padding: 0 40px
}

.news-category__list time {
	font: 16px "GothamBook";
	display: block;
	margin-bottom: 20px;
	color: #1F368F
}

.news-category__list h1 {
	font: 30px "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
	line-height: 1.6;
	margin-bottom: 10px;
	color: #202020;
	-moz-transition: color .4s ease;
	-o-transition: color .4s ease;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.news-category__list .txt {
	margin-bottom: 30px
}

.news-category__list .txt p {
	font-size: 14px;
	line-height: 2;
	display: inline;
	content: '...';
	color: #888
}

.news-category__list .nc-hint>div,
.news-category__list .nc-hint i,
.news-category__list .nc-hint span {
	display: inline-block;
	vertical-align: middle
}

.news-category__list .nc-hint>div {
	margin-right: 40px
}

.news-category__list .nc-hint i {
	font-size: 28px;
	color: #202020
}

.news-category__list .nc-hint span {
	font: 16px "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
	position: relative;
	margin-left: 10px;
	color: #202020
}

.news-category__list .nc-hint .icon-place {
	width: 26px;
	height: 26px;
	background: url(404.png) no-repeat center center
}

.news-category__list a:hover h1 {
	color: #1F368F
}

.news-article__list article {
	padding: 30px 40px 47px 40px;
	background-color: #fff
}

.news-article__list time {
	font-size: 14px;
	display: block;
	margin-bottom: 24px;
	color: #1F368F
}

.news-article__list h1 {
	margin-bottom: 10px
}

.news-article__full {
	padding-top: 120px;
	padding-bottom: 160px;
	background-color: #F7F7F7
}

.news-article__full .news-article__list article {
	height: 250px
}

.news-article__full .news-article__list h1 {
	overflow: hidden;
	max-height: 64px
}

.news-article__full .news-article__list .txt {
	overflow: hidden;
	max-height: 60px
}

.news-article__full .news-article__list .txt p {
	font-size: 14px;
	line-height: 2;
	display: inline;
	content: '...';
	color: #888
}

.news-bottom__content {
	padding: 100px 0
}

.news-bottom__content .nt-01 {
	font-size: 32px;
	font-weight: 700;
	display: block;
	margin-bottom: 11px;
	color: #202020
}

.news-bottom__content .txt {
	margin-bottom: 31px
}

.news-detail .news-article__full {
	padding-bottom: 40px
}

.news-detail .product-toggle__table td {
	padding: 15px;
	border: 1px solid #ccc
}

.list-title {
	margin-top: 26px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc
}

.list-title h1 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.8;
	color: #202020
}

.list-title time,
.list-title p {
	margin-top: 5px
}

.list-title time {
	font-size: 14px;
	color: #1F368F
}

.list-title p {
	font: 14px "GothamBook";
	color: #888
}

.nd-func__full {
	font-size: 0
}

.nd-func__btn,
.nd-share {
	display: inline-block;
	width: 50%;
	vertical-align: middle
}

.back-list {
	font-size: 0;
	display: inline-block;
	margin-right: 40px
}

.back-list>div,
.back-list span {
	display: inline-block;
	vertical-align: middle
}

.back-list>div {
	width: 24px
}

.back-list>div i {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 2px 0;
	vertical-align: middle;
	border-radius: 50%;
	background-color: #1F368F
}

.back-list>div i:nth-child(odd) {
	margin-right: 4px
}

.back-list span {
	font: 16px "GothamBook";
	position: relative;
	margin-left: 10px;
	color: #1F368F
}

.back-list span:after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	display: block;
	width: 0;
	height: 1px;
	content: '';
	background-color: #1F368F;
	-moz-transition: width .4s ease;
	-o-transition: width .4s ease;
	-webkit-transition: width .4s ease;
	transition: width .4s ease;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.arrow-article p {
	position: relative;
	padding: 3px 0
}

.arrow-article p:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 1px;
	margin: auto;
	content: '';
	background-color: #1F368F;
	-moz-transition: width .4s ease;
	-o-transition: width .4s ease;
	-webkit-transition: width .4s ease;
	transition: width .4s ease
}

.arrow-article:hover p:after {
	width: 100%
}

.prev-article {
	margin-right: 40px
}

.prev-article p {
	margin-right: 10px;
	margin-left: 0
}

.news-detail .nd-share {
	font-size: 0;
	text-align: right
}

.news-detail .nd-share a,
.news-detail .nd-share span,
.news-detail .nd-share .box {
	display: inline-block;
	vertical-align: middle
}

.news-detail .nd-share span {
	font: 16px "GothamBook";
	color: #1F368F
}

.news-detail .nd-share a {
	font-size: 22px;
	margin-left: 18px;
	color: #1F368F;
	-moz-transition: color .4s ease;
	-o-transition: color .4s ease;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.news-detail .nd-share a:hover {
	color: #202020
}

.news-data__resume .form-item__wrap {
	margin-right: 0;
	margin-left: 0
}

.news-data__download {
	font-size: 0
}

.news-data__download li {
	margin-bottom: 20px
}

.news-data__download li:last-child {
	margin-bottom: 0
}

.news-data__download a {
	position: relative;
	display: block;
	padding: 23px 0;
	padding-right: 48px;
	background-color: #F7F7F7;
	-moz-transition: background .4s ease;
	-o-transition: background .4s ease;
	-webkit-transition: background .4s ease;
	transition: background .4s ease
}

.news-data__download a>div {
	font-size: 16px;
	line-height: 1.6;
	display: inline-block;
	padding-right: 15px;
	vertical-align: middle
}

.news-data__download .title {
	font-weight: bold;
	width: 465px;
	padding-left: 50px;
	color: #202020;
	-moz-transition: color .4s ease;
	-o-transition: color .4s ease;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.news-data__download .type {
	width: 190px
}

.news-data__download .size {
	width: 150px
}

.news-data__download .type,
.news-data__download .size {
	color: #666;
	-moz-transition: color .4s ease;
	-o-transition: color .4s ease;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.news-data__download .btn-download {
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.news-data__download .btn-download i {
	-moz-transition: color .4s ease;
	-o-transition: color .4s ease;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.news-data__resume .fi-submit {
	margin-top: 0
}

.news-data__resume input {
	display: none
}

@media (min-width: 1025px) {
	.news-data__download a:hover {
		background-color: #1F368F
	}

	.news-data__download a:hover .title,
	.news-data__download a:hover .type,
	.news-data__download a:hover .size {
		color: #fff
	}

	.news-data__download a:hover .btn-download {
		background-color: #fff;
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

	.news-data__download a:hover .btn-download i {
		color: #1F368F
	}

	.back-list:hover span:after {
		width: 100%
	}
}

@media (max-width: 1920px) {
	.news-article__list article {
		padding: 1.5625vw 2.08333vw 2.44792vw 2.08333vw
	}

	.news-article__list time {
		margin-bottom: 1.25vw
	}

	.news-article__list h1 {
		margin-bottom: .52083vw
	}

	.news-category__content {
		margin-bottom: 6.25vw
	}

	.news-category__list article {
		margin-top: 2.08333vw;
		padding: 0 2.08333vw
	}

	.news-category__list time {
		margin-bottom: 1.04167vw
	}

	.news-category__list h1 {
		font-weight: 500;
		margin-bottom: .52083vw
	}

	.news-category__list .txt {
		margin-bottom: 1.5625vw
	}

	.news-category__list .nc-hint>div {
		margin-right: 2.08333vw
	}

	.news-category__list a:hover h1 {
		color: #1F368F
	}

	.news-article__full {
		padding-top: 6.25vw;
		padding-bottom: 8.33333vw
	}

	.news-bottom__content {
		padding: 5.20833vw 0
	}

	.news-bottom__content .nt-01 {
		margin-bottom: .57292vw
	}

	.news-bottom__content .txt {
		margin-bottom: 1.61458vw
	}

	.news-detail .news-article__full {
		padding-bottom: 2.08333vw
	}
}

@media (max-width: 1440px) {
	.news-category__list h1 {
		font-size: 26px
	}

	.news-category__list .nc-hint i {
		font-size: 24px
	}

	.news-category__list .nc-hint .icon-place {
		width: 24px;
		height: 24px
	}

	.news-article__list h1 {
		font-size: 20px
	}

	.news-bottom__content .nt-01 {
		font-size: 30px
	}

	.list-title {
		padding-bottom: 32px
	}

	.list-title h1 {
		font-size: 30px
	}

	.news-article__full .news-article__list article {
		height: 230px
	}

	.news-article__full .news-article__list h1 {
		max-height: 58px
	}
}

@media (max-width: 1366px) {
	.news-category__list time {
		font-size: 15px
	}

	.news-category__list h1 {
		font-size: 24px
	}

	.news-category__list .nc-hint i {
		font-size: 22px
	}

	.news-category__list .nc-hint .icon-place {
		width: 22px;
		height: 22px
	}

	.news-category__list .nc-hint span {
		font-size: 14px;
		margin-left: 6px
	}

	.news-article__list h1 {
		font-size: 18px
	}

	.news-article__full .news-article__list article {
		height: 200px
	}

	.news-bottom__content .nt-01 {
		font-size: 28px
	}

	.list-title h1 {
		font-size: 28px
	}
}

@media (max-width: 1300px) {
	.news-category__list .nc-hint i {
		font-size: 20px
	}

	.news-category__list .nc-hint .icon-place {
		width: 20px;
		height: 20px
	}
}

@media (max-width: 1100px) {
	.news-category__list article {
		margin-top: 20px;
		padding: 0 20px
	}

	.news-bottom__content .nt-01 {
		font-size: 25px
	}
}

@media (max-width: 1024px) {
	.news-category__content {
		margin-bottom: 60px
	}

	.news-article__full {
		padding-top: 60px;
		padding-bottom: 80px
	}

	.news-category__list .nc-hint>div {
		display: block;
		margin-right: 0;
		margin-bottom: 10px
	}

	.news-category__list .nc-hint>div:last-child {
		margin-bottom: 0
	}

	.news-category__list time {
		font-size: 14px;
		line-height: 1.4;
		margin-bottom: 10px
	}

	.news-category__list h1 {
		font-size: 22px;
		margin-bottom: 15px
	}

	.news-category__list .txt {
		margin-bottom: 25px
	}

	.news-article__list article {
		padding: 24px 15px
	}

	.news-article__list time {
		margin-bottom: 17px
	}

	.news-article__list h1 {
		font-size: 16px;
		margin-top: 15px;
		margin-bottom: 10px
	}

	.news-article__list .txt {
		margin-top: 4px
	}

	.news-article__full .news-article__list article {
		height: 210px
	}

	.news-article__full .news-article__list h1 {
		max-height: 54px
	}

	.news-bottom__content {
		padding: 50px 0
	}

	.news-bottom__content .txt {
		margin-bottom: 15px
	}

	.news-bottom__content .nt-01 {
		margin-bottom: 8px
	}

	.news-detail .news-article__full {
		padding-bottom: 20px
	}

	.list-title {
		margin-top: 18px
	}

	.list-title h1 {
		font-size: 24px
	}

	.list-title time,
	.list-title p {
		margin-top: 12px
	}

	.back-list {
		margin-right: 20px
	}

	.back-list>div i {
		width: 8px;
		height: 8px
	}

	.back-list span {
		font-size: 14px;
		margin-left: 6px
	}

	.link-btn p {
		font-size: 14px
	}

	.prev-article {
		margin-right: 30px
	}

	.news-data__download a {
		padding: 20px 0
	}

	.news-data__download .type,
	.news-data__download .size {
		display: none
	}

	.news-data__download .title {
		width: calc(100% - 100px);
		padding-left: 24px
	}

	.news-data__download .btn-download {
		position: absolute;
		top: 50%;
		right: 30px;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

@media (max-width: 750px) {
	.news-category__list article {
		padding: 0 10px
	}

	.news-category__list h1 {
		font-size: 20px
	}

	.news-article__full .news-category__list article {
		height: 196px
	}

	.news-bottom__content .nt-01 {
		font-size: 22px
	}

	.list-title h1 {
		font-size: 22px;
		line-height: 1.6
	}

	.nd-inner iframe {
		height: 240px
	}

	.news-detail .containter {
		margin-top: 60px
	}

	.news-detail .product-toggle__table table {
		width: 100% !important
	}
}

@media (max-width: 640px) {

	.nd-func__btn,
	.nd-share {
		width: 100%
	}

	.nd-func__btn {
		margin-bottom: 30px
	}

	.news-detail .nd-share {
		text-align: left
	}

	.list-title h1 {
		font-size: 20px
	}

	.news-bottom__content .nt-01 {
		font-size: 20px
	}

	.news-data__download a {
		padding: 15px 0
	}

	.news-data__download .title {
		font-size: 14px
	}

	.news-article__full .news-article__list article {
		height: auto
	}

	.news-article__full .news-article__list h1 {
		max-height: 59px
	}

	.news-article__full .news-article__list .txt p {
		font-size: 12px;
		line-height: 1.8
	}
}

.knowledge .knowledge-article__wrap {
	padding-bottom: 40px
}

.knowledge-recommend__list article {
	padding: 30px 40px 60px 40px;
	background-color: #fff;
	max-height: 230px
}

.knowledge-recommend__list span {
	font-size: 14px;
	display: block;
	margin-bottom: 22px;
	color: #999
}

.knowledge-recommend__list h1 {
	margin-bottom: 8px;
	max-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.knowledge-recommend__list .txt {
	max-height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.knowledge-recommend__list .txt h4 {
	font-size: 14px;
	line-height: 2;
	letter-spacing: .6px;
	color: #888;
	margin-bottom: 0
}

.knowledge-recommend__list .recommend-label {
	position: absolute;
	z-index: 20;
	top: 20px;
	left: 20px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background-color: #1F368F
}

.knowledge-recommend__list .recommend-label span {
	font: 16px "GothamBold";
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.knowledge-article__wrap .knowledge-article__full {
	margin-top: 0
}

.knowledge-bottom__content {
	padding-top: 120px
}

.m-filter__full {
	display: none
}

.knowledge-article__tag {
	position: relative;
	font-size: 0
}

.knowledge-article__tag a {
	position: relative;
	display: inline-block;
	width: 25%;
	padding: 25px 0;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	-moz-transition: background .4s;
	-o-transition: background .4s;
	-webkit-transition: background .4s;
	transition: background .4s
}

.knowledge-article__tag a:after {
	-moz-transition: background .4s, opacity .4s;
	-o-transition: background .4s, opacity .4s;
	-webkit-transition: background .4s, opacity .4s;
	transition: background .4s, opacity .4s;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 2px;
	height: 60px;
	content: '';
	opacity: .2;
	background-color: #1F368F;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.knowledge-article__tag a:first-child:after {
	display: none
}

.knowledge-article__tag a:hover {
	background-color: #1F368F
}

.knowledge-article__tag a:hover:after {
	background-color: #fff;
	opacity: .6
}

.knowledge-article__tag a:hover b {
	visibility: visible;
	opacity: 1
}

.knowledge-article__tag a:hover span,
.knowledge-article__tag a:hover p {
	color: #fff
}

.knowledge-article__tag a.on {
	background-color: #1F368F
}

.knowledge-article__tag a.on b {
	visibility: visible;
	opacity: 1
}

.knowledge-article__tag a.on span,
.knowledge-article__tag a.on p {
	color: #fff
}

.knowledge-article__tag span,
.knowledge-article__tag p {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s
}

.knowledge-article__tag span {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
	display: block;
	color: #333
}

.knowledge-article__tag p {
	font: 16px "GothamBook";
	line-height: 1.6;
	color: #1F368F
}

.knowledge-article__tag b {
	font-size: 16px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	visibility: hidden;
	opacity: 0;
	color: #fff;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.knowledge-article__full {
	margin-top: 2.08333vw
}

.knowledge-article__list article {
	height: 230px;
	padding: 26px 55px 33px 45px;
	background-color: #fff
}

.knowledge-article__list article label {
	font-size: 14px;
	line-height: 20px;
	display: block;
	margin-bottom: 20px;
	color: #999
}

.knowledge-article__list h1 {
	margin-bottom: 10px;
	max-height: 69px;
	overflow: hidden
}

.knowledge-article__list .txt {
	max-height: 88px;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}

.knowledge-article__list .txt h4 {
	font-size: 14px;
	line-height: 2;
	letter-spacing: .6px;
	color: #888;
	margin-bottom: 0
}

.knowledge-article__list .info {
	position: relative;
	margin: 0 28px;
	padding: 18px 55px 44px 45px;
	background-color: #fff
}

.knowledge-article__list .info:before {
	position: absolute;
	top: 0;
	right: 55px;
	left: 45px;
	display: block;
	height: 2px;
	content: '';
	opacity: .2;
	background-color: #1F368F
}

.knowledge-article__list .info:after {
	display: block;
	clear: both;
	content: ''
}

.knowledge-article__list .row-01 {
	float: left
}

.knowledge-article__list .row-01 span,
.knowledge-article__list .row-01 img,
.knowledge-article__list .row-01 p {
	display: inline-block;
	vertical-align: middle
}

.knowledge-article__list .row-01 span {
	font: 16px "GothamBook";
	margin-right: 10px;
	color: #999
}

.knowledge-article__list .row-01 img {
	width: 34px;
	height: 34px;
	margin-right: 15px;
	border-radius: 100%
}

.knowledge-article__list .row-01 p {
	font-size: 14px;
	color: #999
}

.knowledge-article__list .row-02 {
	float: right;
	margin-top: 9px
}

.knowledge-article__list .row-02 a {
	font-size: 20px;
	display: inline-block;
	margin-right: 0;
	margin-left: 20px;
	vertical-align: middle;
	color: #999;
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s
}

.knowledge-article__list .row-02 a:hover {
	color: #1F368F
}

.kb-slick__wrap {
	position: relative
}

.kb-slick__wrap img {
	width: 100%
}

.kb-slick__wrap .pic {
	padding-top: 31.25%
}

.kb-slick__wrap .m-pic {
	display: none
}

.knowledge-data .list-title h1 {
	margin-bottom: -15px
}

.knowledge-idea__btn>div {
	margin-bottom: 20px
}

.knowledge-idea__btn>div:last-child {
	margin-bottom: 0
}

.knowledge-idea__btn .kd-tl,
.knowledge-idea__btn a {
	display: inline-block;
	vertical-align: middle
}

.knowledge-idea__btn .kd-tl {
	font-size: 16px;
	line-height: 2.2;
	color: #999
}

.knowledge-idea__btn a p {
	line-height: 2.2;
	margin-right: 22px;
	margin-left: 0;
	text-decoration: underline
}

@media (min-width: 1025px) {
	.knowledge-idea__btn .link-btn span {
		-moz-transition: -moz-transform .4s;
		-o-transition: -o-transform .4s;
		-webkit-transition: -webkit-transform .4s;
		transition: transform .4s
	}

	.knowledge-idea__btn .link-btn:hover span {
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}

	.knowledge-tag__box {
		display: flex;
		flex-flow: row nowrap;
		align-items: center
	}

	.knowledge-tag__box a {
		flex: 1
	}
}

@media (max-width: 1920px) {
	.knowledge .knowledge-article__wrap {
		padding-bottom: 2.08333vw
	}

	.knowledge-article__list article {
		padding: 1.35417vw 2.86458vw 1.71875vw 2.34375vw
	}

	.knowledge-article__list article label {
		margin-bottom: 1.04167vw
	}

	.knowledge-article__list h1 {
		margin-bottom: .52083vw
	}

	.knowledge-article__list .info {
		margin: 0 1.45833vw;
		padding: .9375vw 2.86458vw 2.08333vw 2.34375vw
	}

	.knowledge-article__list .info:before {
		right: 2.86458vw;
		left: 2.34375vw
	}

	.knowledge-article__list .row-02 a {
		margin-left: 1.04167vw
	}

	.knowledge-recommend__list article {
		padding: 1.5625vw 2.08333vw 3.125vw 2.08333vw
	}

	.knowledge-recommend__list span {
		margin-bottom: 1.14583vw
	}

	.knowledge-idea__btn>div {
		margin-bottom: 1.04167vw
	}

	.knowledge-bottom__content {
		padding-top: 6.25vw
	}
}

@media (max-width: 1440px) {
	.knowledge-article__tag span {
		font-size: 20px
	}

	.knowledge-article__tag p {
		font-size: 15px
	}

	.knowledge-article__tag b {
		font-size: 14px;
		bottom: -1px
	}

	.list-dec .dec-vid,
	.list-dec .dec-pic {
		width: 64px;
		height: 64px
	}

	.list-dec .dec-vid i,
	.list-dec .dec-pic i {
		font-size: 22px
	}

	.knowledge-recommend__list .recommend-label {
		width: 54px;
		height: 54px
	}

	.knowledge-recommend__list .recommend-label span {
		font-size: 15px
	}
}

@media (max-width: 1366px) {
	.knowledge-article__tag a {
		padding: 20px 0
	}

	.knowledge-article__list article {
		height: 200px
	}

	.knowledge-article__list article h1 {
		max-height: 59px
	}
}

@media (max-width: 1024px) {
	.knowledge .knowledge-article__wrap {
		padding-bottom: 20px
	}

	.knowledge-top__content,
	.knowledge-article__wrap {
		padding: 60px 0
	}

	.knowledge-bottom__content {
		padding-top: 60px
	}

	.m-filter__full {
		cursor: pointer;
		display: block;
		height: 47px;
		padding-top: 12px;
		text-align: center;
		background-color: #1F368F
	}

	.m-filter__full strong {
		font: 16px "GothamBook";
		position: relative;
		display: inline-block;
		padding-right: 20px;
		color: #fff
	}

	.m-filter__full i {
		font-size: 13px;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -7px;
		color: #fff;
		-moz-transition: -moz-transform .4s;
		-o-transition: -o-transform .4s;
		-webkit-transition: -webkit-transform .4s;
		transition: transform .4s
	}

	.m-filter__full.active i {
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.knowledge-article__tag a {
		padding: 9px 0
	}

	.knowledge-article__tag span {
		font-size: 16px
	}

	.knowledge-tag__box {
		position: absolute;
		z-index: 50;
		top: 48px;
		left: 0;
		display: none;
		width: 100%
	}

	.knowledge-tag__box a {
		width: 100%;
		border-bottom: 1px solid #eaeaea
	}

	.knowledge-tag__box a:last-child {
		border-bottom: none
	}

	.knowledge-tag__box a:after {
		display: none
	}

	.knowledge-tag__box p,
	.knowledge-tag__box b {
		display: none
	}

	.knowledge-recommend__list .recommend-label {
		width: 46px;
		height: 46px
	}

	.knowledge-recommend__list .recommend-label span {
		font-size: 13px
	}

	.knowledge-recommend__list article {
		padding: 18px 20px 30px 20px
	}

	.knowledge-recommend__list span {
		margin-bottom: 14px
	}

	.knowledge-recommend__list h1 {
		margin-bottom: 10px
	}

	.list-dec .dec-vid,
	.list-dec .dec-pic {
		width: 56px;
		height: 56px
	}

	.list-dec .dec-vid i,
	.list-dec .dec-pic i {
		font-size: 20px
	}

	.knowledge-article__list article {
		padding: 24px 24px 28px 24px
	}

	.knowledge-article__list article label {
		margin-bottom: 18px
	}

	.knowledge-article__list article h1 {
		margin-bottom: 10px;
		max-height: 56px
	}

	.knowledge-article__list .info {
		margin: 0 10px;
		padding: 18px 24px 20px 24px
	}

	.knowledge-article__list .info:before {
		left: 24px;
		right: 24px
	}

	.knowledge-article__list .row-02 a {
		margin-left: 10px
	}
}

@media (max-width: 750px) {
	.knowledge-recommend__list span {
		font-size: 12px
	}

	.knowledge-recommend__list .recommend-label {
		left: 14px;
		top: 14px;
		width: 42px;
		height: 42px
	}

	.knowledge-recommend__list .recommend-label span {
		font-size: 12px
	}

	.list-dec .dec-vid,
	.list-dec .dec-pic {
		width: 48px;
		height: 48px
	}

	.list-dec .dec-vid i,
	.list-dec .dec-pic i {
		font-size: 18px
	}

	.kb-slick__wrap .m-pic {
		display: block
	}

	.kb-slick__wrap .p-pic {
		display: none
	}
}

@media (max-width: 640px) {
	.knowledge-article__full {
		position: relative
	}

	.knowledge-recommend__list article,
	.knowledge-article__list article {
		height: auto
	}

	.knowledge-recommend__list h1,
	.knowledge-article__list h1 {
		max-height: 60px
	}

	.knowledge-recommend__list .txt,
	.knowledge-article__list .txt {
		max-height: 64px
	}

	.knowledge-recommend__list .txt h4,
	.knowledge-article__list .txt h4 {
		font-size: 12px;
		line-height: 1.8
	}

	.knowledge-recommend__list .txt h4 {
		font-size: 12px;
		line-height: 1.8
	}

	.knowledge-article__list .row-01 span {
		font-size: 14px
	}

	.knowledge-article__list .row-01 img {
		width: 30px;
		height: 30px;
		margin-right: 10px
	}

	.knowledge-article__list .row-01 p {
		font-size: 12px
	}
}

.play .knowledge-article__wrap {
	padding-bottom: 40px
}

.science-article__wrap article,
.science-article__wrap .info {
	background-color: #F7F7F7
}

.partner-slick {
	margin-right: -28px;
	margin-bottom: 80px;
	margin-left: -28px
}

.partner-slick .item {
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.partner-slick .item-box {
	height: 260px;
	margin: 0 28px;
	padding: 40px 10px 0 10px;
	text-align: center;
	background-color: #fff
}

.partner-slick img {
	max-width: 70px;
	margin: 0 auto 36px auto
}

.partner-slick h5 {
	font-size: 16px;
	margin-bottom: 13px;
	color: #333
}

.partner-slick .txt p {
	font-size: 14px;
	line-height: 2;
	color: #999
}

.partner-arrow {
	font-size: 0
}

.partner-arrow a {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin: 0 20px;
	vertical-align: middle
}

.cooperation-wrap {
	padding-top: 120px;
	padding-bottom: 40px
}

.cooperation-list ul {
	margin: 0 -28px
}

.cooperation-list .box {
	margin: 0 28px
}

.cooperation-list article {
	margin-top: 36px;
	text-align: center
}

.cooperation-list h1 {
	font-weight: 700;
	margin-bottom: 5px
}

.cooperation-list .txt p {
	font-size: 14px;
	line-height: 2;
	color: #999
}

.ikon-dec__down {
	position: absolute;
	top: 50%;
	left: 20px;
	opacity: .5;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.ikon-dec__down span {
	font: 16px "GothamBook";
	display: block;
	color: #fff;
	-moz-transform: translateY(-5px) rotate(90deg);
	-ms-transform: translateY(-5px) rotate(90deg);
	-webkit-transform: translateY(-5px) rotate(90deg);
	transform: translateY(-5px) rotate(90deg)
}

.ikon-dec__down i {
	display: block;
	width: 2px;
	height: 350px;
	margin: auto;
	background-color: #fff;
	-moz-transform: translateY(65px);
	-ms-transform: translateY(65px);
	-webkit-transform: translateY(65px);
	transform: translateY(65px)
}

@media (max-width: 1920px) {
	.play .knowledge-article__wrap {
		padding-bottom: 2.08333vw
	}

	.partner-slick {
		margin-right: -1.45833vw;
		margin-bottom: 4.16667vw;
		margin-left: -1.45833vw
	}

	.partner-slick .item-box {
		margin: 0 1.45833vw
	}

	.cooperation-wrap {
		padding-top: 6.25vw;
		padding-bottom: 2.08333vw
	}

	.cooperation-list ul {
		margin: 0 -1.45833vw
	}

	.cooperation-list .box {
		margin: 0 1.45833vw
	}

	.cooperation-list article {
		margin-top: 1.875vw
	}

	.cooperation-list h1 {
		margin-bottom: .26042vw
	}
}

@media (max-width: 1440px) {
	.plan-between__wrap .inner-01 h3 {
		font-size: 28px
	}

	.plan-between__wrap .inner-02 h3 {
		font-size: 20px
	}

	.plan-between__wrap .infor p {
		font-size: 20px
	}

	.plan-between__wrap .infor i {
		font-size: 16px
	}

	.plan-between__wrap .rows {
		height: 680px
	}

	.partner-arrow a {
		margin: 0 16px
	}
}

@media (max-width: 1024px) {
	.partner-arrow a {
		margin: 0 10px
	}

	.play .knowledge-article__wrap {
		padding-bottom: 20px
	}

	.cooperation-wrap {
		padding-top: 60px;
		padding-bottom: 20px
	}

	.partner-slick {
		margin-right: -10px;
		margin-bottom: 40px;
		margin-left: -10px
	}

	.partner-slick .item-box {
		margin: 0 10px
	}

	.cooperation-list .box {
		margin: 0 10px
	}

	.cooperation-list article {
		margin-top: 20px
	}

	.cooperation-list li {
		margin-bottom: 60px
	}
}

.list-download span {
	font-size: 22px;
	font-weight: 700;
	display: block;
	margin-bottom: 40px;
	color: #333
}

.item-download {
	font-size: 0;
	margin-bottom: 80px
}

.item-download:last-child {
	margin-bottom: 0
}

.item-download li:not(.item-search__inner) {
	margin-bottom: 20px;
	background-color: #fff;
	-moz-transition: background .4s ease;
	-o-transition: background .4s ease;
	-webkit-transition: background .4s ease;
	transition: background .4s ease
}

.item-download li:not(.item-search__inner):last-child {
	margin-bottom: 0
}

.item-download li:not(.item-search__inner):hover {
	background-color: #1F368F
}

.item-download li:not(.item-search__inner):hover a .btn-download {
	background-color: #fff;
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

.item-download li:not(.item-search__inner):hover a .btn-download i {
	color: #1F368F
}

.item-download li:not(.item-search__inner):hover a>div {
	color: #fff
}

.item-download a {
	position: relative;
	display: block;
	padding: 32px 0
}

.item-download a>div {
	font-size: 16px;
	line-height: 1.6;
	display: inline-block;
	vertical-align: middle
}

.title-download {
	font-weight: 700;
	width: 580px;
	padding-right: 15px;
	padding-left: 50px;
	color: #202020;
	-moz-transition: color .4s ease;
	-o-transition: color .4s ease;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.version-download,
.type-download,
.size-download {
	padding-right: 15px;
	color: #666;
	-moz-transition: color .4s ease;
	-o-transition: color .4s ease;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.version-download {
	width: 360px
}

.type-download {
	width: 255px
}

.size-download {
	width: 320px
}

.btn-download {
	position: absolute;
	top: 50%;
	right: 60px;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	border-radius: 50%;
	background-color: #1F368F;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.btn-download i {
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	-moz-transition: color .4s ease;
	-o-transition: color .4s ease;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.list-faq {
	font-size: 0
}

.list-faq li {
	margin-bottom: 20px;
	background-color: #F7F7F7
}

.list-faq li:last-child {
	margin-bottom: 0
}

.list-faq li:after {
	display: block;
	clear: both;
	content: ''
}

.list-faq li.on span {
	opacity: 1
}

.list-faq li.on .item-faq__title .dec .icon-plus {
	visibility: hidden;
	opacity: 0
}

.list-faq li.on .item-faq__title .dec .icon-minus {
	visibility: visible;
	opacity: 1
}

.list-faq li:first-child .item-faq__inner {
	display: block
}

.list-faq span {
	font-size: 22px;
	margin-right: 40px;
	opacity: .5;
	color: #1F368F;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	-webkit-transition: opacity .4s;
	transition: opacity .4s
}

.list-more__icon {
	position: absolute;
	top: 50%;
	right: 60px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #1F368F;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.list-more__icon i {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff
}

.list-more__icon i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.list-more__icon .icon-plus {
	font-size: 24px
}

.list-more__icon .icon-minus {
	font-size: 18px;
	visibility: hidden;
	opacity: 0
}

.item-faq__title {
	position: relative;
	display: block;
	padding: 28px 60px
}

.item-faq__title span,
.item-faq__title h3 {
	display: inline-block;
	vertical-align: top
}

.item-faq__title h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	padding-right: 45px;
	color: #202020
}

.item-faq__title:hover span {
	opacity: 1
}

.item-faq__inner {
	display: none;
	padding: 0 60px 50px 60px
}

.item-faq__inner span,
.item-faq__inner .txt {
	display: inline-block;
	vertical-align: top
}

.item-faq__inner span {
	margin-top: 4px
}

.item-faq__inner .txt {
	max-width: 900px
}

@media (min-width: 1025px) {
	.list-faq a .list-more__icon i {
		-moz-transition: -moz-transform .6s;
		-o-transition: -o-transform .6s;
		-webkit-transition: -webkit-transform .6s;
		transition: transform .6s
	}

	.list-faq a:hover .list-more__icon .icon-plus {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@media (max-width: 1920px) {
	.list-download span {
		margin-bottom: 2.08333vw
	}

	.item-download {
		margin-bottom: 4.16667vw
	}

	.title-download {
		width: 30.20833vw;
		padding-left: 2.60417vw
	}

	.version-download {
		width: 18.75vw
	}

	.type-download {
		width: 13.28125vw
	}

	.size-download {
		width: 16.66667vw
	}

	.btn-download {
		right: 3.125vw
	}

	.list-faq span {
		margin-right: 2.08333vw
	}

	.list-more__icon {
		right: 3.125vw
	}

	.item-faq__title {
		padding: 1.45833vw 3.125vw
	}

	.item-faq__inner {
		padding: 0 3.125vw 2.60417vw 3.125vw
	}
}

@media (max-width: 1440px) {
	.list-download span {
		font-size: 20px
	}

	.btn-download {
		width: 30px;
		height: 30px;
		margin-top: -15px
	}

	.btn-download i {
		font-size: 16px
	}

	.item-download a {
		padding: 26px 0
	}

	.list-more__icon {
		width: 30px;
		height: 30px
	}

	.list-more__icon .icon-plus {
		font-size: 22px
	}

	.list-more__icon .icon-minus {
		font-size: 16px
	}
}

@media (max-width: 1366px) {
	.item-faq__inner .txt {
		max-width: 740px
	}
}

@media (max-width: 1024px) {
	.item-download {
		margin-bottom: 40px
	}

	.item-download a>div {
		font-size: 14px;
		line-height: 1.6
	}

	.list-download span {
		font-size: 18px;
		margin-bottom: 20px
	}

	.btn-download {
		right: 24px
	}

	.item-faq__inner {
		padding: 0 30px 25px 30px
	}

	.item-faq__inner .txt {
		max-width: 90%
	}

	.list-faq span {
		font-size: 20px
	}

	.item-faq__title {
		padding: 20px 30px
	}

	.list-more__icon {
		right: 20px
	}
}

@media (max-width: 900px) {

	.item-download a .version-download,
	.item-download a .type-download,
	.item-download a .size-download {
		display: none
	}

	.item-download a .title-download {
		width: calc(100% - 40px);
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (max-width: 768px) {
	.btn-download {
		width: 26px;
		height: 26px;
		margin-top: -13px
	}

	.btn-download i {
		font-size: 14px
	}

	.list-more__icon {
		width: 26px;
		height: 26px
	}

	.list-more__icon .icon-plus {
		font-size: 20px
	}

	.list-more__icon .icon-minus {
		font-size: 14px
	}

	.list-faq span {
		font-size: 18px
	}

	.item-faq__title h3 {
		font-size: 15px
	}
}

@media (max-width: 640px) {
	.list-faq span {
		margin-top: 2px
	}

	.item-faq__inner span {
		margin-top: 6px
	}

	.item-faq__title h3 {
		font-size: 14px;
		width: calc(100% - 30px);
		padding-right: 20px
	}
}

.contact-top__content:after {
	display: block;
	clear: both;
	content: ''
}

.contact-top__content .rows {
	position: relative;
	width: 50%;
	height: 600px
}

.contact-top__content .row-right {
	float: right
}

.contact-top__content .row-left {
	float: left
}

.contact-top__content .row-left__cont {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 450px;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.contact-top__content .row-left__cont .intro {
	font: 16px "GothamBook";
	display: block;
	margin-bottom: 70px;
	color: #fff
}

.contact-top__content .row-left__cont h3 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 22px;
	color: #fff
}

.contact-top__content .row-left__cont h4 {
	font-size: 22px;
	line-height: 1.3;
	color: #fff
}

.contact-top__content .txt {
	margin-top: 10px
}

.contact-top__content .txt p {
	font: 22px "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
	line-height: 1.6;
	color: #fff
}

.contact-top__content .txt i {
	font-size: 18px;
	display: inline-block;
	margin-right: 10px
}

.contact-middle__content ul {
	margin: 0 -28px
}

.contact-middle__content li {
	margin-bottom: 110px
}

.contact-middle__content article {
	margin-top: 40px
}

.contact-middle__content .box {
	margin: 0 28px
}

.contact-middle__content span {
	font-size: 14px;
	display: block;
	margin-bottom: 22px;
	color: #1F368F
}

.contact-middle__content h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 26px
}

.contact-middle__content p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 6px;
	color: #888
}

.contact-middle__content .tel {
	font: 18px "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
	color: #888
}

.contact-middle__content .tel i {
	font-size: 18px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px
}

.contact-bottom__content {
	font-size: 0
}

.contact-bottom__content:after {
	display: block;
	clear: both;
	content: ''
}

.contact-bottom__content .rows {
	position: relative;
	width: 50%;
	height: 520px;
	overflow: hidden
}

.contact-bottom__content .row-right__cont,
.contact-bottom__content .row-left__cont {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.contact-bottom__content .row-right__cont h3,
.contact-bottom__content .row-left__cont h3 {
	font-size: 32px;
	font-weight: bold;
	line-height: 2
}

.contact-bottom__content .row-right__cont .txt {
	margin-bottom: 34px
}

.contact-bottom__content .row-right {
	float: right
}

.contact-bottom__content .row-left {
	float: left;
	background-color: #F7F7F7
}

.contact-bottom__content .row-left__cont {
	left: 270px
}

.contact-bottom__content .row-right__cont {
	left: 120px
}

.contact-bottom__content .row-right__cont h3 {
	color: #fff
}

.contact-bottom__content .row-right__cont .txt {
	max-width: 470px
}

.contact-bottom__content .row-right__cont .txt p {
	color: #fff
}

.contact-bottom__content .row-left__cont h3 {
	color: #202020
}

.contact-bottom__content .row-left__dec,
.contact-bottom__content .row-right__dec {
	max-height: 370px;
	width: 16px;
	text-align: center
}

.contact-bottom__content .row-left__dec span,
.contact-bottom__content .row-left__dec i,
.contact-bottom__content .row-right__dec span,
.contact-bottom__content .row-right__dec i {
	display: inline-block
}

.contact-bottom__content .row-left__dec {
	position: absolute;
	top: 50%;
	left: 56px;
	opacity: .5;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.contact-bottom__content .row-left__dec span {
	font: 16px "GothamBook";
	display: inline-block;
	color: #1F368F;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	margin-bottom: 20px
}

.contact-bottom__content .row-left__dec i {
	display: inline-block;
	width: 2px;
	height: 200px;
	margin: auto;
	background-color: #1F368F
}

.contact-bottom__content .row-right__dec {
	right: 80px
}

.contact-bottom__content .row-right__dec i {
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.contact-bottom__content .row-right__dec span {
	margin-top: 20px
}

.scan-code {
	margin-bottom: 34px
}

.scan-code p {
	font-size: 14px;
	color: #888;
	line-height: 2
}

.scan-code p,
.scan-code a {
	display: inline-block;
	vertical-align: middle
}

.scan-code a {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	font-size: 22px;
	color: #888;
	position: relative
}

.scan-code a:hover {
	color: #1F368F
}

.scan-code a:hover img {
	opacity: 1;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}

.scan-code img {
	-moz-transition: opacity .4s, -moz-transform .4s;
	-o-transition: opacity .4s, -o-transform .4s;
	-webkit-transition: opacity .4s, -webkit-transform .4s;
	transition: opacity .4s, transform .4s;
	width: 110px;
	position: absolute;
	left: -43px;
	top: -115px;
	padding-bottom: 8px;
	opacity: 0;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0)
}

@media (max-width: 1920px) {
	.contact-middle__content ul {
		margin: 0 -1.45833vw
	}

	.contact-middle__content li {
		margin-bottom: 5.72917vw
	}

	.contact-middle__content article {
		margin-top: 2.08333vw
	}

	.contact-middle__content .box {
		margin: 0 1.45833vw
	}

	.contact-middle__content span {
		margin-bottom: 1.14583vw
	}

	.contact-middle__content h1 {
		margin-bottom: 1.35417vw
	}

	.contact-middle__content p {
		margin-bottom: .3125vw
	}

	.contact-bottom__content .row-left__cont {
		left: 14.0625vw
	}

	.contact-bottom__content .row-right__cont {
		left: 6.25vw
	}

	.contact-bottom__content .row-left__dec {
		left: 2.91667vw
	}

	.contact-bottom__content .row-left__dec i {
		height: 10.41667vw;
		max-height: 200px
	}

	.contact-bottom__content .row-right__dec {
		right: 4.16667vw
	}
}

@media (max-width: 1800px) {
	.contact-bottom__content .row-right__dec {
		right: 2.08333vw
	}
}

@media (max-width: 1440px) {
	.contact-top__content .row-left__cont h3 {
		font-size: 30px
	}

	.contact-top__content .row-left__cont h4 {
		font-size: 20px;
		line-height: 1.5
	}

	.contact-top__content .row-left__cont .intro {
		margin-bottom: 56px
	}

	.contact-top__content .rows {
		height: 550px
	}

	.contact-top__content .txt p {
		font-size: 20px
	}

	.contact-bottom__content .rows {
		height: 450px
	}

	.contact-bottom__content .row-right__cont h3,
	.contact-bottom__content .row-left__cont h3 {
		font-size: 30px
	}

	.contact-bottom__content .row-right {
		float: right
	}
}

@media (max-width: 1366px) {
	.contact-top__content .rows {
		height: 490px
	}

	.contact-top__content .row-left__cont .intro {
		margin-bottom: 44px
	}

	.contact-top__content .row-left__cont h3 {
		font-size: 26px;
		margin-bottom: 14px
	}

	.contact-top__content .row-left__cont h4 {
		font-size: 18px
	}

	.contact-top__content .row-left__cont .txt p {
		font-size: 18px
	}

	.contact-bottom__content .rows {
		height: 420px
	}

	.contact-bottom__content .row-right__cont h3,
	.contact-bottom__content .row-left__cont h3 {
		font-size: 26px
	}
}

@media (max-width: 1300px) {
	.contact-top__content .rows {
		height: 420px
	}

	.contact-top__content .row-left__cont h3 {
		font-size: 24px;
		margin-bottom: 8px
	}

	.contact-top__content .row-left__cont h4 {
		font-size: 16px
	}

	.contact-top__content .row-left__cont .txt p {
		font-size: 16px
	}

	.contact-top__content .row-left__cont .txt i {
		font-size: 16px
	}

	.contact-bottom__content .rows {
		height: 380px
	}

	.contact-bottom__content .row-right__cont h3,
	.contact-bottom__content .row-left__cont h3 {
		font-size: 22px
	}

	.contact-bottom__content .row-right__cont {
		max-width: 400px
	}
}

@media (max-width: 1024px) {
	.contact-bottom__content .rows {
		height: 330px
	}

	.contact-bottom__content .row-left__dec {
		display: none
	}

	.contact-bottom__content .row-right__cont,
	.contact-bottom__content .row-left__cont {
		width: 100%;
		padding: 0 30px;
		left: 0
	}

	.contact-bottom__content .row-right__cont {
		max-width: 100%
	}

	.contact-top__content .rows {
		height: 380px
	}

	.contact-top__content .row-left__cont {
		width: 100%;
		padding: 0 30px
	}

	.contact-top__content .row-left__cont .intro {
		font-size: 14px;
		margin-bottom: 30px
	}

	.contact-top__content .row-left__cont h3 {
		font-size: 22px
	}

	.contact-middle__content ul {
		margin: 0 -10px
	}

	.contact-middle__content li {
		margin-bottom: 55px
	}

	.contact-middle__content .box {
		margin: 0 10px
	}

	.contact-middle__content p {
		margin-bottom: 10px
	}

	.contact-middle__content h1 {
		margin-bottom: 10px
	}

	.contact-middle__content span {
		margin-bottom: 6px
	}

	.contact-middle__content article {
		margin-top: 20px
	}
}

@media (max-width: 900px) {
	.contact-top__content .rows {
		height: 330px
	}
}

@media (max-width: 800px) {
	.contact-top__content .rows {
		width: 100%;
		height: 300px
	}

	.contact-top__content .row-left,
	.contact-top__content .row-right {
		float: none
	}

	.contact-top__content .row-left__cont .intro {
		margin-bottom: 20px
	}

	.contact-top__content .row-left__cont h3 {
		margin-bottom: 2px
	}

	.contact-top__content .txt p {
		font-size: 14px;
		margin-bottom: 4px
	}

	.contact-middle__content h1 {
		font-size: 22px
	}

	.contact-bottom__content .rows {
		width: 100%;
		height: 280px
	}

	.contact-bottom__content .row-left,
	.contact-bottom__content .row-right {
		float: none
	}

	.contact-bottom__content .row-right__cont h3,
	.contact-bottom__content .row-left__cont h3 {
		font-size: 20px
	}
}

@media (max-width: 640px) {
	.contact-top__content .row-left__cont h3 {
		font-size: 20px
	}

	.contact-middle__content h1 {
		font-size: 20px
	}

	.scan-code p {
		font-size: 12px
	}

	.scan-code a {
		font-size: 20px
	}
}

.job-data__form {
	font-size: 0
}

.job-data__form .form-item__wrap {
	margin-left: 0
}

.job-page__bgPic {
	overflow: hidden
}

.job-page__bgPic .icon-vid {
	font-size: 14px;
	color: #1F368F
}

.job .knowledge-article__wrap {
	padding-top: 120px;
	padding-bottom: 40px
}

.job-filtrate__attr {
	margin-bottom: 20px;
	padding: 80px;
	background-color: #fff
}

.job-filtrate__attr .sum-total {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 52px;
	color: #202020
}

.job-filtrate__attr .sum-total span {
	display: inline-block;
	margin-left: 55px;
	color: #1F368F
}

.job-filtrate__attr .item-filtrate {
	font-size: 0;
	margin-bottom: 15px
}

.job-filtrate__attr .item-filtrate:last-child {
	margin-bottom: 0
}

.job-filtrate__attr .item-filtrate span,
.job-filtrate__attr .item-filtrate .slide-filtrate,
.job-filtrate__attr .item-filtrate .item-box {
	display: inline-block;
	vertical-align: middle
}

.job-filtrate__attr .item-filtrate span {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	margin-right: 60px;
	color: #202020
}

.job-filtrate__attr .item-filtrate span i {
	display: none
}

.job-filtrate__attr .item-filtrate input {
	display: none
}

.job-filtrate__attr .item-filtrate input:checked+label {
	color: #1F368F
}

.job-filtrate__attr .item-filtrate input:checked+label:after {
	width: 100%
}

.job-filtrate__attr .item-filtrate label {
	font-size: 16px;
	line-height: 1.6;
	position: relative;
	display: inline-block;
	margin-right: 30px;
	cursor: pointer;
	color: #888;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s
}

.job-filtrate__attr .item-filtrate label:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 0;
	height: 1px;
	content: '';
	background-color: #1F368F;
	-moz-transition: width .3s;
	-o-transition: width .3s;
	-webkit-transition: width .3s;
	transition: width .3s
}

.job-filtrate__list {
	font-size: 0
}

.job-filtrate__list li {
	margin-bottom: 20px
}

.job-filtrate__list li:last-child {
	margin-bottom: 0
}

.job-filtrate__list a {
	position: relative;
	display: block;
	padding: 32px 0;
	background-color: #fff;
	-moz-transition: background .4s ease;
	-o-transition: background .4s ease;
	-webkit-transition: background .4s ease;
	transition: background .4s ease
}

.job-filtrate__list a:hover {
	background-color: #1F368F
}

.job-filtrate__list a:hover .rows {
	color: #fff
}

.job-filtrate__list a:hover .more-round {
	background-color: #fff;
	-moz-transform: translateY(-50%) rotate(360deg);
	-ms-transform: translateY(-50%) rotate(360deg);
	-webkit-transform: translateY(-50%) rotate(360deg);
	transform: translateY(-50%) rotate(360deg)
}

.job-filtrate__list a:hover .more-round i {
	color: #1F368F
}

.job-filtrate__list .rows {
	font-size: 16px;
	display: inline-block;
	padding-right: 15px;
	vertical-align: middle;
	-moz-transition: color .4s ease;
	-o-transition: color .4s ease;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.job-filtrate__list .job-title {
	font-weight: bold;
	width: 615px;
	padding-left: 80px;
	color: #202020
}

.job-filtrate__list .job-type {
	width: 305px;
	color: #333
}

.job-filtrate__list .job-site,
.job-filtrate__list .job-num {
	color: #888
}

.job-filtrate__list .job-site {
	width: 375px
}

.job-filtrate__list .job-num {
	width: 210px
}

.job-filtrate__list .more-round {
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.job-filtrate__list .more-round i {
	-moz-transition: color .4s ease;
	-o-transition: color .4s ease;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.job-filtrate__list .more-round .icon-minus {
	visibility: hidden;
	opacity: 0
}

.job-school__wrap {
	padding-top: 120px;
	padding-bottom: 40px
}

.job-school__wrap .intro {
	font: 16px "GothamBook";
	color: #888
}

.job-school__wrap .school-time {
	margin-top: 40px
}

.job-school__wrap .school-time span,
.job-school__wrap .school-time div,
.job-school__wrap .school-time i {
	display: inline-block;
	vertical-align: middle
}

.job-school__wrap .school-time span {
	font-size: 22px;
	margin-top: -50px;
	color: #202020
}

.job-school__wrap .school-time div,
.job-school__wrap .school-time i {
	font-size: 60px;
	color: #202020
}

.job-school__wrap .school-time i {
	margin-right: 8px;
	margin-left: 16px
}

.job-school__wrap .bg-pic img {
	width: 100%
}

.list-school ul {
	font-size: 0;
	margin: 0 -28px
}

.list-school li {
	display: inline-block;
	width: 33.333%;
	margin-bottom: 80px;
	vertical-align: top
}

.list-school .item-box {
	position: relative;
	height: 240px;
	margin: 0 28px;
	background-color: #fff
}

.list-school i {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #F7F7F7
}

.list-school .ctl {
	top: -28px;
	left: -28px
}

.list-school .ctr {
	top: -28px;
	right: -28px
}

.list-school .cbl {
	bottom: -28px;
	left: -28px
}

.list-school .cbr {
	right: -28px;
	bottom: -28px
}

.list-school .item-left,
.list-school .item-right {
	display: inline-block;
	vertical-align: middle
}

.list-school .item-left {
	width: 32%;
	padding-left: 40px;
	backface-visibility: hidden
}

.list-school .item-left img {
	-moz-transition: -moz-transform .8s;
	-o-transition: -o-transform .8s;
	-webkit-transition: -webkit-transform .8s;
	transition: transform .8s;
	max-width: 90px
}

.list-school .item-right {
	position: relative;
	width: 68%;
	height: 100%;
	padding: 40px 0 40px 60px
}

.list-school .item-right:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	content: '';
	border-left: 1px dashed #999
}

.list-school .item-right h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	max-width: 172px;
	margin-bottom: 10px;
	color: #202020;
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s
}

.list-school .item-right p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 73px;
	color: #888
}

.list-school .item-right .time {
	font-size: 22px;
	position: absolute;
	bottom: 40px;
	width: 100%;
	color: #202020
}

.job-process__wrap .supplier-item {
	background-color: #F7F7F7
}

.job-process__wrap .list-supplier>li:nth-child(1) i,
.job-process__wrap .list-supplier>div:nth-child(1) i,
.job-process__wrap .list-supplier .slick-slide:nth-child(1) i {
	background: url(../image/jl-01.svg) no-repeat center center
}

.job-process__wrap .list-supplier>li:nth-child(2) i,
.job-process__wrap .list-supplier>div:nth-child(2) i,
.job-process__wrap .list-supplier .slick-slide:nth-child(2) i {
	background: url(../image/jl-01.svg) no-repeat center center
}

.job-process__wrap .list-supplier>li:nth-child(3) i,
.job-process__wrap .list-supplier>div:nth-child(3) i,
.job-process__wrap .list-supplier .slick-slide:nth-child(3) i {
	background: url(../image/jl-01.svg) no-repeat center center
}

.job-process__wrap .list-supplier>li:nth-child(4) i,
.job-process__wrap .list-supplier>div:nth-child(4) i,
.job-process__wrap .list-supplier .slick-slide:nth-child(4) i {
	background: url(../image/jl-01.svg) no-repeat center center
}

.job-process__wrap .list-supplier>li:nth-child(5) i,
.job-process__wrap .list-supplier>div:nth-child(5) i,
.job-process__wrap .list-supplier .slick-slide:nth-child(5) i {
	background: url(../image/jl-01.svg) no-repeat center center
}

@media (min-width: 1025px) {
	.list-school a:hover .item-right h3 {
		color: #1F368F
	}

	.list-school a:hover .item-left img {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

	.job-filtrate__attr .item-box:hover label {
		color: #1F368F
	}

	.job-filtrate__attr .item-box:hover label:after {
		width: 100%
	}
}

@media (max-width: 1920px) {
	.job-filtrate__attr {
		padding: 4.16667vw
	}

	.job-filtrate__attr .sum-total {
		margin-bottom: 2.70833vw
	}

	.job-filtrate__attr .sum-total span {
		margin-left: 2.86458vw
	}

	.job-filtrate__attr .item-filtrate {
		margin-bottom: .78125vw
	}

	.job-filtrate__attr .item-filtrate span {
		margin-right: 3.125vw
	}

	.job-filtrate__attr .item-filtrate label {
		margin-right: 1.5625vw
	}

	.job-filtrate__list .job-title {
		width: 32.03125vw;
		padding-left: 4.16667vw
	}

	.job-filtrate__list .job-type {
		width: 15.88542vw
	}

	.job-filtrate__list .job-site {
		width: 19.53125vw
	}

	.job-filtrate__list .job-num {
		width: 10.9375vw
	}

	.job .knowledge-article__wrap {
		padding-bottom: 2.08333vw;
		padding-top: 6.25vw
	}

	.job-school__wrap {
		padding-top: 6.25vw;
		padding-bottom: 2.08333vw
	}

	.job-school__wrap .school-time {
		margin-top: 2.08333vw
	}

	.job-school__wrap .school-time i {
		margin-right: .41667vw;
		margin-left: .83333vw
	}

	.list-school ul {
		margin: 0 -1.45833vw
	}

	.list-school li {
		margin-bottom: 4.16667vw
	}

	.list-school .item-box {
		margin: 0 1.45833vw
	}

	.list-school .item-left {
		padding-left: 2.08333vw
	}

	.list-school .item-right {
		padding: 2.08333vw 0 2.08333vw 3.125vw
	}

	.list-school .item-right h3 {
		margin-bottom: .52083vw
	}

	.list-school .item-right p {
		margin-bottom: 3.80208vw
	}

	.list-school .item-right .time {
		bottom: 2.08333vw
	}
}

@media (max-width: 1440px) {
	.job-school__wrap .school-time span {
		font-size: 20px
	}

	.job-school__wrap .school-time div,
	.job-school__wrap .school-time i {
		font-size: 54px
	}

	.list-school .item-box {
		height: 220px
	}

	.list-school .item-left img {
		width: 60px
	}

	.list-school .item-right h3 {
		font-size: 26px
	}

	.list-school .item-right .time {
		font-size: 20px
	}

	.job-filtrate__attr .sum-total {
		font-size: 26px
	}

	.job-filtrate__list .rows {
		font-size: 15px
	}
}

@media (max-width: 1366px) {
	.job-school__wrap .item-box {
		height: 220px
	}

	.job-school__wrap .school-time span {
		font-size: 18px
	}

	.job-school__wrap .school-time div,
	.job-school__wrap .school-time i {
		font-size: 48px
	}

	.list-school .item-box {
		height: 200px
	}

	.list-school .item-left img {
		width: 54px
	}

	.list-school .item-right h3 {
		font-size: 24px
	}

	.list-school .item-right .time {
		font-size: 18px
	}

	.job-filtrate__list .rows {
		font-size: 14px
	}

	.job-filtrate__attr .sum-total {
		font-size: 24px
	}

	.job-filtrate__attr .item-filtrate a,
	.job-filtrate__attr .item-filtrate label {
		font-size: 14px
	}
}

@media (max-width: 1300px) {
	.list-school .item-left img {
		width: 48px
	}

	.list-school .item-right h3 {
		font-size: 22px
	}

	.list-school .item-right .time {
		font-size: 16px
	}

	.job-filtrate__attr .sum-total {
		font-size: 22px
	}

	.job-school__wrap .school-time span {
		font-size: 18px
	}

	.job-school__wrap .school-time div,
	.job-school__wrap .school-time i {
		font-size: 42px
	}
}

@media (max-width: 1024px) {
	.job-school__wrap {
		padding-top: 60px;
		padding-bottom: 20px
	}

	.job-school__wrap .school-time {
		margin-top: 40px
	}

	.job .knowledge-article__wrap {
		padding-top: 60px;
		padding-bottom: 20px
	}

	.list-school {
		overflow: hidden
	}

	.list-school ul {
		margin: 0 -10px
	}

	.list-school .item-left {
		padding: 0 24px;
		margin-top: 14px
	}

	.list-school .item-left img {
		width: 32px
	}

	.list-school .item-right {
		width: 100%;
		padding: 20px 24px;
		height: calc(100% - 46px)
	}

	.list-school .item-right h3 {
		font-size: 20px;
		margin-bottom: 8px
	}

	.list-school .item-right .time {
		font-size: 14px;
		bottom: 20px
	}

	.list-school .item-right:before {
		display: none
	}

	.list-school .item-box {
		margin: 0 10px
	}

	.list-school i {
		width: 48px;
		height: 48px
	}

	.job-filtrate__attr {
		padding: 30px
	}

	.job-filtrate__attr .sum-total {
		font-size: 20px;
		margin-bottom: 25px
	}

	.job-filtrate__attr .sum-total span {
		margin-left: 20px
	}

	.job-filtrate__attr .item-filtrate {
		margin-bottom: 18px
	}

	.job-filtrate__attr .item-filtrate .item-box,
	.job-filtrate__attr .item-filtrate a {
		margin-right: 24px
	}

	.job-filtrate__list a {
		padding: 20px 50px 20px 0
	}

	.job-filtrate__list .job-title {
		line-height: 1.6;
		padding-left: 28px
	}

	.job-page__bgPic .link-btn {
		margin-top: 30px
	}

	.job-page__bgPic .txt {
		margin-bottom: 0
	}
}

@media (max-width: 900px) {
	.list-school li {
		width: 50%
	}
}

@media (max-width: 800px) {
	.job-school__wrap .school-time span {
		font-size: 16px
	}

	.job-school__wrap .school-time div,
	.job-school__wrap .school-time i {
		font-size: 34px
	}

	.job-filtrate__attr .sum-total {
		font-size: 18px
	}

	.job-filtrate__attr .item-filtrate span {
		position: relative;
		display: inline-block;
		margin-bottom: 15px;
		padding-right: 20px
	}

	.job-filtrate__attr .item-filtrate span i {
		font-size: 14px;
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		margin-top: -8px;
		color: #202020;
		-moz-transition: -moz-transform .6s;
		-o-transition: -o-transform .6s;
		-webkit-transition: -webkit-transform .6s;
		transition: transform .6s
	}

	.job-filtrate__attr .item-filtrate .slide-filtrate {
		display: none
	}

	.job-filtrate__attr .item-filtrate .item-box {
		margin-bottom: 12px
	}

	.job-filtrate__attr .item-filtrate.active span i {
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.job-filtrate__list a {
		padding-bottom: 5px
	}

	.job-filtrate__list .job-title {
		width: calc(100% - 50px);
		margin-bottom: 15px
	}

	.job-filtrate__list .job-type,
	.job-filtrate__list .job-site,
	.job-filtrate__list .job-num {
		width: auto;
		margin-bottom: 15px;
		padding-left: 28px
	}

	.list-school .item-right h3 {
		font-size: 18px
	}

	.list-school .item-right p {
		font-size: 14px
	}
}

@media (max-width: 750px) {
	.job-data__form .form-item__wrap {
		margin-right: 0
	}
}

@media (max-width: 640px) {
	.list-school .item-box {
		height: 180px
	}

	.list-school .item-right h3 {
		font-size: 16px
	}

	.list-school .item-right p {
		font-size: 13px
	}

	.list-school .item-right .time {
		font-size: 13px
	}

	.job-school__wrap .school-time span {
		font-size: 16px;
		margin-top: -30px
	}

	.job-school__wrap .school-time div,
	.job-school__wrap .school-time i {
		font-size: 34px
	}
}

.product-list__wrap {
	padding-top: 120px;
	padding-bottom: 160px
}

.product-list__wrap .slick-track {
	margin-right: 0;
	margin-left: 0
}

.pro-dec {
	position: absolute;
	top: 30px;
	left: 40px;
	height: 100%;
	opacity: .5
}

.pro-dec span {
	font: 16px "GothamBook";
	display: block;
	color: #1F368F;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.pro-dec i {
	position: absolute;
	z-index: 60;
	top: 78px;
	left: 50%;
	display: block;
	width: 2px;
	height: 100%;
	margin-left: -1px;
	opacity: .5;
	background-color: #1F368F
}

.item-product {
	font-size: 0;
	padding-bottom: 120px
}

.item-product:last-child {
	padding-bottom: 0
}

.item-product .partner-arrow {
	position: absolute;
	bottom: 0;
	left: 0
}

.item-product .partner-arrow a {
	margin-right: 20px;
	margin-left: 0
}

.item-pro__left,
.item-pro__right {
	display: inline-block;
	vertical-align: top
}

.item-pro__left {
	width: 26%;
	padding-right: 90px
}

.item-pro__left .title {
	margin-bottom: 25px
}

.item-pro__left .title span {
	font: 14px "GothamBook";
	display: block;
	margin-bottom: 18px;
	color: #1F368F
}

.item-pro__left .title h5 {
	font-size: 32px;
	line-height: 1.4;
	color: #202020
}

.item-pro__right {
	width: 74%
}

.item-pro__right .item {
	position: relative;
	display: inline-block;
	margin-right: 28px;
	margin-left: 28px;
	padding-top: 30px;
	vertical-align: top;
	background-color: #fff
}

.item-pro__right .item:after {
	display: block;
	clear: both;
	content: ''
}

.item-pro__right .item-pro__slick {
	margin-right: -28px;
	margin-left: -28px
}

.item-pro__right a:hover .more-icon i {
	-moz-transform: translate(-50%, -50%) rotate(360deg);
	-ms-transform: translate(-50%, -50%) rotate(360deg);
	-webkit-transform: translate(-50%, -50%) rotate(360deg);
	transform: translate(-50%, -50%) rotate(360deg)
}

.item-pro__right .cont {
	position: absolute;
	bottom: 60px
}

.item-pro__right p,
.item-pro__right h3 {
	margin: 0 40px
}

.item-pro__right p {
	font-size: 22px;
	margin-bottom: 4px;
	color: #202020
}

.item-pro__right h3 {
	font-size: 16px;
	line-height: 2;
	color: #202020
}

.item-pro__right img {
	width: 100%;
	margin: 30px 0;
	padding-bottom: 50px
}

.item-pro__right .more-icon {
	position: relative;
	float: right;
	width: 60px;
	height: 60px;
	background-color: #1F368F
}

.item-pro__right .more-icon i {
	font-size: 34px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	-moz-transition: -moz-transform .6s;
	-o-transition: -o-transform .6s;
	-webkit-transition: -webkit-transform .6s;
	transition: transform .6s;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.item-pro__right .dec {
	position: relative;
	margin: 0 40px;
	text-align: right;
	opacity: .5
}

.item-pro__right .dec i,
.item-pro__right .dec span {
	display: inline-block;
	vertical-align: middle
}

.item-pro__right .dec i {
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background-color: #1F368F
}

.item-pro__right .dec span {
	font: 12px "GothamBook";
	position: relative;
	z-index: 30;
	padding-left: 20px;
	color: #1F368F;
	background-color: #fff
}

.product-detail .news-article__full {
	padding-bottom: 40px
}

.product-data__banner {
	position: relative
}

.product-data__banner .pic {
	padding-top: calc(100vh - 82px)
}

.product-data__banner .small-pic {
	display: none;
	width: 100%
}

.product-data__banner .cont {
	max-width: 600px
}

.product-data__banner .cont label {
	font-size: 16px;
	display: block;
	margin-bottom: 50px;
	color: #1F368F
}

.product-data__banner .cont h2 {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.4;
	color: #202020
}

.product-data__banner .cont h2 span {
	color: #1F368F
}

.product-data__banner .txt {
	margin-top: 30px
}

.product-data__banner .link-btn {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	padding: 0 24px;
	text-align: center
}

.product-data__banner .link-round {
	-moz-transition: -moz-transform .4s;
	-o-transition: -o-transform .4s;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s
}

.product-data__banner .link-round:hover {
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transform: translateY(10px)
}

.product-exhibition__wrap {
	font-size: 0;
	padding-top: 120px;
	padding-bottom: 80px
}

.product-exhibition__wrap .rows {
	position: relative;
	display: inline-block;
	width: 50%;
	vertical-align: top
}

.product-exhibition__wrap .row-right {
	padding-top: 60px;
	padding-left: 160px
}

.product-exhibition__wrap .row-right .title label {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.2;
	color: #202020
}

.product-exhibition__wrap .row-right .title p {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	color: #202020
}

.product-exhibition__wrap .row-right .txt {
	margin-top: 45px
}

.product-exhibition__wrap .btn-func {
	position: relative;
	margin-top: 60px
}

.product-exhibition__wrap .btn-func>a {
	margin-right: 40px
}

.product-exhibition__wrap .proe-chat__box {
	position: absolute;
	right: 0;
	top: 0
}

.product-exhibition__wrap .proe-chat__box span,
.product-exhibition__wrap .proe-chat__box a {
	display: inline-block;
	vertical-align: middle
}

.product-exhibition__wrap .proe-chat__box span {
	font-size: 14px;
	color: #1F368F
}

.product-exhibition__wrap .proe-chat__box a {
	position: relative;
	margin-right: 12px
}

.product-exhibition__wrap .proe-chat__box a .proe-code {
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: -50px;
	top: -145px;
	max-width: 140px
}

.product-exhibition__wrap .proe-chat__box .proe-01 .proe-iq {
	width: 32px
}

.product-exhibition__wrap .proe-chat__box .proe-02 img {
	width: 58px
}

.proe-chat__box a:hover .proe-code {
	opacity: 1;
	visibility: visible
}

.pro-exhibition__slick img {
	width: 100%
}

.exhibition-bottom__cont p {
	display: inline-block;
	width: 25%;
	margin-bottom: 40px;
	text-align: center;
	vertical-align: top
}

.exhibition-bottom__cont p img {
	max-width: 100%
}

.prodect-data__video {
	position: relative;
	padding-top: 520px;
	overflow: hidden
}

.prodect-data__video .cont {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 24px;
	text-align: center;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.prodect-data__video .cont h3 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff
}

.prodect-data__video .cont p {
	color: #fff
}

.prodect-data__video .txt {
	margin-top: 20px
}

.prodect-data__video .vid-btn {
	display: inline-block;
	margin-top: 40px
}

.prodect-data__video .vid-btn i {
	font-size: 60px;
	display: block;
	color: #fff;
	-moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
	backface-visibility: hidden
}

.prodect-data__video .vid-btn span {
	font: 16px "GothamBook";
	position: relative;
	display: block;
	margin-top: 20px;
	padding-bottom: 3px;
	color: #fff
}

.prodect-data__video .vid-btn span:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 0;
	height: 1px;
	content: '';
	background-color: #fff;
	-moz-transition: width .4s;
	-o-transition: width .4s;
	-webkit-transition: width .4s;
	transition: width .4s;
	backface-visibility: hidden
}

.video-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.video-link iframe {
	width: 100%;
	height: 100%
}

.product-feature__wrap:after {
	display: block;
	clear: both;
	content: ''
}

.product-feature__wrap figure img {
	width: 100%
}

.product-feature__wrap figure,
.product-feature__wrap article {
	width: 50%
}

.product-feature__wrap article {
	padding-top: 70px
}

.product-feature__wrap .txt {
	max-width: 90%
}

.product-feature__wrap .item {
	font-size: 0;
	margin-bottom: 80px
}

.product-feature__wrap .item:last-child {
	margin-bottom: 0
}

.product-feature__wrap .item:after {
	display: block;
	clear: both;
	content: ''
}

.product-feature__wrap .item:nth-child(odd) figure {
	float: right
}

.product-feature__wrap .item:nth-child(odd) article {
	float: left;
	padding-left: 80px
}

.product-feature__wrap .item:nth-child(even) figure {
	float: left
}

.product-feature__wrap .item:nth-child(even) article {
	float: right;
	padding-left: 120px
}

.product-feature__wrap .title {
	margin-bottom: 22px
}

.product-feature__wrap .title label {
	font: 16px "GothamBook";
	display: block;
	margin-bottom: 20px;
	color: #1F368F
}

.product-feature__wrap .title h1 {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.2;
	color: #202020
}

.product-feature__wrap .item-attr {
	font-size: 0;
	margin-top: 80px
}

.product-feature__wrap .item-attr p {
	display: inline-block;
	width: 30%;
	padding-right: 20px;
	vertical-align: top
}

.product-feature__wrap .item-attr strong {
	font-size: 32px;
	line-height: 1.8;
	color: #1F368F
}

.product-feature__wrap .item-attr span {
	font-size: 14px;
	line-height: 2;
	display: block;
	color: #888
}

.quality .product-feature__wrap .item {
	overflow: hidden;
	background-color: #F7F7F7
}

.product-quality__main {
	font-size: 0;
	position: relative
}

.product-quality__main .rows {
	display: inline-block;
	width: 50%;
	vertical-align: top
}

.product-quality__main .row-left img {
	width: 100%
}

.product-quality__main .txt {
	padding-left: 130px
}

.product-quality__main .txt h3 {
	font-size: 18px;
	line-height: 2;
	color: #202020
}

.product-quality__main .txt p {
	font-size: 14px;
	line-height: 2;
	color: #999
}

.product-application__list ul {
	font-size: 0
}

.product-application__list ul:after {
	display: block;
	clear: both;
	content: ''
}

.product-application__list li {
	position: relative;
	float: left;
	width: 25%;
	overflow: hidden
}

.product-application__list li.w50 {
	width: 50%
}

.product-application__list img {
	-moz-transition: -moz-transform .8s;
	-o-transition: -o-transform .8s;
	-webkit-transition: -webkit-transform .8s;
	transition: transform .8s;
	width: 100%
}

.product-application__list p {
	font-size: 22px;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	padding: 0 30px;
	color: #fff
}

.product-toggle__tab {
	font-size: 0;
	position: relative
}

.product-toggle__tab:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	opacity: .1;
	background-color: #1F368F
}

.product-toggle__tab a {
	font-size: 22px;
	position: relative;
	display: inline-block;
	width: 20%;
	padding: 30px 10px;
	text-align: center;
	vertical-align: middle;
	opacity: .5;
	color: #202020;
	-moz-transition: color .4s, opacity .4s;
	-o-transition: color .4s, opacity .4s;
	-webkit-transition: color .4s, opacity .4s;
	transition: color .4s, opacity .4s
}

.product-toggle__tab a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 0;
	height: 4px;
	content: '';
	background-color: #1F368F;
	-moz-transition: width .4s;
	-o-transition: width .4s;
	-webkit-transition: width .4s;
	transition: width .4s
}

.product-toggle__tab a:hover {
	opacity: 1;
	color: #1F368F
}

.product-toggle__tab a:hover:after {
	width: 100%
}

.product-toggle__tab a.on {
	opacity: 1;
	color: #1F368F
}

.product-toggle__tab a.on:after {
	width: 100%
}

.product-toggle__title {
	font-size: 20px;
	line-height: 1.4;
	display: none;
	margin-bottom: 30px;
	text-align: center;
	color: #202020;
	font-weight: bold
}

.product-toggle__table table {
	width: 100% !important;
	display: table;
	text-align: left
}

.product-toggle__table th {
	vertical-align: baseline;
	padding: 30px;
	background-color: #1F368F;
	color: #fff;
	font-size: 16px
}

.product-toggle__table th p,
.product-toggle__table th strong,
.product-toggle__table th span {
	color: #fff;
	font-size: 16px
}

.product-toggle__table tr {
	display: table-row;
	width: 100%
}

.product-toggle__table tr:nth-child(odd) {
	background-color: #F7F7F7
}

.product-toggle__table td {
	display: table-cell;
	vertical-align: middle;
	padding: 30px;
	font: 16px "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
	line-height: 2;
	color: #202020
}

.product-toggle__table td span,
.product-toggle__table td p,
.product-toggle__table td strong {
	font: 16px "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
	line-height: 2;
	color: #202020
}

.product-toggle__table .slide-dec {
	display: none
}

.product-toggle__item {
	display: none
}

.product-toggle__item:first-child {
	display: block
}

.product-toggle__download li {
	background-color: #F7F7F7
}

.vid-bg {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9)
}

.vid-content {
	display: none
}

.vid-content .vid-full {
	position: absolute;
	z-index: 120;
	top: 50%;
	left: 50%;
	max-width: 100%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.vid-content video {
	outline: none;
	width: 100%;
	height: 100%
}

.vid-close {
	font-size: 20px;
	position: absolute;
	z-index: 9999;
	top: 20px;
	right: 20px;
	color: #fff;
	-moz-transition: -moz-transform .4s;
	-o-transition: -o-transform .4s;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s
}

.vid-close:hover {
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

@media (min-width: 1025px) {
	.product-data__banner .cont {
		position: absolute;
		top: 50%;
		left: 9.63542vw;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.item-pro__right img {
		-moz-transition: -moz-transform .8s;
		-o-transition: -o-transform .8s;
		-webkit-transition: -webkit-transform .8s;
		transition: transform .8s
	}

	.item-pro__right a:hover img {
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	.prodect-data__video:hover .vid-btn i {
		-moz-transform: scale(1.08);
		-ms-transform: scale(1.08);
		-webkit-transform: scale(1.08);
		transform: scale(1.08)
	}

	.prodect-data__video:hover .vid-btn span:after {
		width: 100%
	}

	.product-application__list li:hover img {
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@media (max-width: 1920px) {
	.product-list__wrap {
		padding-top: 6.25vw;
		padding-bottom: 8.33333vw
	}

	.item-product {
		padding-bottom: 6.25vw
	}

	.item-product .partner-arrow a {
		margin-right: 1.04167vw
	}

	.item-pro__left {
		padding-right: 4.6875vw
	}

	.item-pro__left .title {
		margin-bottom: 1.30208vw
	}

	.item-pro__left .title span {
		margin-bottom: .9375vw
	}

	.item-pro__right .item {
		margin-right: 1.45833vw;
		margin-left: 1.45833vw
	}

	.item-pro__right .item-pro__slick {
		margin-right: -1.45833vw;
		margin-left: -1.45833vw
	}

	.item-pro__right p,
	.item-pro__right h3 {
		margin: 0 2.08333vw
	}

	.item-pro__right img {
		margin: 1.5625vw 0;
		padding-bottom: 2.60417vw
	}

	.item-pro__right .dec {
		margin: 0 2.08333vw
	}

	.product-detail .news-article__full {
		padding-bottom: 2.08333vw
	}

	.product-data__banner .cont label {
		margin-bottom: 2.60417vw
	}

	.product-data__banner .txt {
		margin-top: 1.5625vw
	}

	.product-exhibition__wrap {
		padding-top: 6.25vw;
		padding-bottom: 4.16667vw
	}

	.product-exhibition__wrap .row-right {
		padding-top: 3.125vw;
		padding-left: 8.33333vw
	}

	.product-exhibition__wrap .row-right .txt {
		margin-top: 2.34375vw
	}

	.product-exhibition__wrap .btn-func {
		margin-top: 3.125vw
	}

	.product-exhibition__wrap .btn-func>a {
		margin-right: 2.08333vw
	}

	.exhibition-bottom__cont p {
		margin-bottom: 2.08333vw
	}

	.prodect-data__video .txt {
		margin-top: 1.04167vw
	}

	.prodect-data__video .vid-btn {
		margin-top: 2.08333vw
	}

	.prodect-data__video .vid-btn span {
		margin-top: 1.04167vw
	}

	.product-feature__wrap article {
		padding-top: 3.64583vw
	}

	.product-feature__wrap .item {
		margin-bottom: 4.16667vw
	}

	.product-feature__wrap .item:nth-child(odd) article {
		padding-left: 4.16667vw
	}

	.product-feature__wrap .item:nth-child(even) article {
		padding-left: 6.25vw
	}

	.product-feature__wrap .title {
		margin-bottom: 1.14583vw
	}

	.product-feature__wrap .title label {
		margin-bottom: 1.04167vw
	}

	.product-feature__wrap .item-attr {
		margin-top: 4.16667vw
	}

	.product-quality__main .txt {
		padding-left: 6.77083vw
	}

	.product-application__list p {
		bottom: 1.5625vw;
		padding: 0 1.5625vw
	}
}

@media (max-width: 1800px) {
	.pro-dec {
		left: 20px
	}
}

@media (max-width: 1680px) {
	.pro-dec {
		left: 0
	}
}

@media (max-width: 1440px) {
	.item-pro__left .title h5 {
		font-size: 30px
	}

	.item-pro__right p {
		font-size: 20px
	}

	.item-pro__right h3 {
		font-size: 15px;
		line-height: 1.6
	}

	.item-pro__right .more-icon {
		width: 52px;
		height: 52px
	}

	.item-pro__right .more-icon i {
		font-size: 30px
	}

	.pro-dec {
		left: 1%
	}

	.product-data__banner .cont h2 {
		font-size: 42px
	}

	.product-exhibition__wrap .row-right {
		padding-top: 0
	}

	.product-exhibition__wrap .row-right .title label {
		font-size: 42px
	}

	.product-exhibition__wrap .row-right .title p {
		font-size: 30px
	}

	.prodect-data__video .cont h3 {
		font-size: 30px
	}

	.prodect-data__video .vid-btn i {
		font-size: 48px
	}

	.product-feature__wrap .title h1 {
		font-size: 38px
	}

	.product-feature__wrap .item-attr strong {
		font-size: 30px
	}

	.product-toggle__tab a {
		font-size: 20px
	}

	.product-application__list p {
		font-size: 20px
	}

	.product-list__content {
		width: 88%
	}

	.product-data__banner .cont {
		max-width: 420px
	}
}

@media (max-width: 1366px) {
	.item-pro__left .title h5 {
		font-size: 26px
	}

	.item-pro__right p {
		font-size: 18px
	}

	.item-pro__right h3 {
		font-size: 14px
	}

	.item-pro__right .more-icon {
		width: 48px;
		height: 48px
	}

	.item-pro__right .more-icon i {
		font-size: 26px
	}

	.product-data__banner .cont h2 {
		font-size: 38px
	}

	.product-exhibition__wrap .row-right {
		padding-top: 0
	}

	.product-exhibition__wrap .row-right .title label {
		font-size: 38px
	}

	.product-exhibition__wrap .row-right .title p {
		font-size: 28px
	}

	.prodect-data__video .txt h3 {
		font-size: 28px
	}

	.prodect-data__video .vid-btn i {
		font-size: 44px
	}

	.product-feature__wrap .title h1 {
		font-size: 34px
	}

	.product-feature__wrap .item-attr strong {
		font-size: 28px
	}

	.product-toggle__tab a {
		font-size: 18px
	}

	.product-application__list p {
		font-size: 18px
	}
}

@media (max-width: 1024px) {
	.product-list__wrap {
		padding-top: 60px;
		padding-bottom: 80px
	}

	.pro-dec {
		display: none
	}

	.item-pro__left .title {
		margin-bottom: 15px
	}

	.item-pro__left .title h5 {
		font-size: 24px
	}

	.item-pro__left .title span {
		margin-bottom: 10px
	}

	.item-product {
		padding-bottom: 60px
	}

	.item-product .partner-arrow {
		display: none
	}

	.item-pro__right {
		width: 100%
	}

	.item-pro__right img {
		margin: 30px 0;
		padding-bottom: 25px
	}

	.item-pro__right .item-pro__slick {
		margin-right: -10px;
		margin-left: -10px
	}

	.item-pro__right .item {
		margin-right: 10px;
		margin-left: 10px;
		padding-top: 15px;
		display: block
	}

	.item-pro__right .more-icon {
		width: 44px;
		height: 44px
	}

	.item-pro__right .dec {
		margin: 0 20px
	}

	.item-pro__right p {
		padding-bottom: 5px
	}

	.item-pro__right p,
	.item-pro__right h3 {
		margin: 0 20px
	}

	.item-pro__left {
		width: 100%;
		margin-bottom: 30px
	}

	.item-pro__left .title h5 {
		font-size: 22px
	}

	.item-pro__slick>div {
		display: inline-block;
		width: 50%;
		margin-bottom: 40px;
		vertical-align: top
	}

	.product-data__banner .link-btn {
		display: none
	}

	.product-data__banner .pic {
		padding-top: 46.88%;
		-moz-transform: translateX(-20%);
		-ms-transform: translateX(-20%);
		-webkit-transform: translateX(-20%);
		transform: translateX(-20%)
	}

	.product-data__banner .pic .lazy {
		display: none
	}

	.product-data__banner .cont {
		left: 40px;
		max-width: 100%;
		padding: 30px 24px
	}

	.product-data__banner .cont label {
		margin-bottom: 30px
	}

	.product-data__banner .cont h2 {
		font-size: 32px
	}

	.product-data__banner .txt {
		margin-top: 15px
	}

	.product-exhibition__wrap {
		padding-top: 60px;
		padding-bottom: 40px
	}

	.product-exhibition__wrap .row-right {
		padding-left: 30px
	}

	.product-exhibition__wrap .row-right .title label {
		font-size: 32px;
		display: block;
		margin-bottom: 4px
	}

	.product-exhibition__wrap .row-right .title p {
		font-size: 24px
	}

	.product-exhibition__wrap .row-right .txt {
		margin-top: 24px
	}

	.product-exhibition__wrap .btn-func {
		margin-top: 30px
	}

	.product-exhibition__wrap .btn-func>a {
		margin-right: 20px
	}

	.product-exhibition__wrap .proe-chat__box {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 30px
	}

	.prodect-data__video .txt h3 {
		font-size: 24px;
		margin-bottom: 20px
	}

	.prodect-data__video .vid-btn {
		margin-top: 15px
	}

	.prodect-data__video .vid-btn i {
		font-size: 34px
	}

	.prodect-data__video .vid-btn span {
		font-size: 14px;
		margin-top: 8px
	}

	.vid-close {
		font-size: 18px
	}

	.product-feature__wrap .item {
		margin-bottom: 40px
	}

	.product-feature__wrap .title {
		margin-bottom: 15px
	}

	.product-feature__wrap .title label {
		font-size: 14px;
		margin-bottom: 15px
	}

	.product-feature__wrap .title h1 {
		font-size: 26px
	}

	.product-feature__wrap .item-attr {
		margin-top: 30px
	}

	.product-feature__wrap .item-attr p {
		width: 33.333%
	}

	.product-feature__wrap .item-attr strong {
		font-size: 24px
	}

	.product-toggle__tab {
		display: none
	}

	.product-toggle__table {
		font-size: 0;
		margin-bottom: 60px
	}

	.product-toggle__title {
		display: block
	}

	.product-toggle__download {
		display: block
	}

	.product-application__list p {
		font-size: 16px;
		bottom: 10px;
		padding: 0 20px
	}

	.product-quality__main .rows {
		width: 100%
	}

	.product-quality__main .row-left {
		margin-bottom: 30px
	}

	.product-quality__main .txt {
		padding-left: 0
	}

	.exhibition-bottom__cont p {
		margin-bottom: 20px
	}

	.exhibition-bottom__cont p img {
		width: 50%
	}

	.product-data__banner .link-btn {
		bottom: 20px
	}

	.product-list__content {
		width: auto
	}
}

@media (max-width: 800px) {
	.product-data__banner .cont h2 {
		font-size: 25px;
		margin-bottom: 12px
	}

	.product-exhibition__wrap .row-right {
		padding-left: 0
	}

	.product-exhibition__wrap .row-right .title label {
		font-size: 26px
	}

	.product-exhibition__wrap .row-right .title p {
		font-size: 20px
	}

	.product-exhibition__wrap .rows {
		width: 100%
	}

	.product-exhibition__wrap .row-left {
		margin-bottom: 25px
	}

	.product-exhibition__wrap .proe-chat__box span {
		font-size: 12px
	}

	.product-exhibition__wrap .proe-chat__box .proe-01 .proe-iq {
		width: 26px
	}

	.product-exhibition__wrap .proe-chat__box .proe-02 img {
		width: 46px
	}

	.product-exhibition__wrap .proe-chat__box a .proe-code {
		left: -38px;
		top: -120px;
		max-width: 115px
	}

	a .proe-code .prodect-data__video {
		padding-top: 60%
	}

	a .proe-code .prodect-data__video .txt h3 {
		font-size: 22px
	}

	a .proe-code .prodect-data__video .vid-btn i {
		font-size: 30px
	}

	.product-feature__wrap .item:nth-child(odd) figure,
	.product-feature__wrap .item:nth-child(odd) article,
	.product-feature__wrap .item:nth-child(even) figure,
	.product-feature__wrap .item:nth-child(even) article {
		float: none;
		width: 100%;
		padding-top: 0;
		padding-left: 0
	}

	.product-feature__wrap .item figure {
		margin-bottom: 25px
	}

	.product-feature__wrap .item-attr strong {
		font-size: 22px;
		line-height: 1.6
	}

	.product-feature__wrap .item-attr span {
		font-size: 12px;
		line-height: 1.6
	}

	.product-feature__wrap .title h1 {
		font-size: 24px
	}

	.product-feature__wrap .txt {
		max-width: 100%
	}

	.product-list__wrap {
		padding-bottom: 60px
	}

	.product-list__wrap .partner-arrow {
		display: none
	}

	.product-toggle__table table {
		width: 900px !important
	}

	.product-toggle__table .product-table__main {
		width: 100%;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch
	}

	.product-toggle__table .slide-dec {
		display: block;
		text-align: center;
		margin-top: 15px
	}

	.product-toggle__table .slide-dec i {
		font-size: 32px;
		color: #999
	}

	.product-toggle__table .slide-dec span {
		font-size: 16px;
		color: #999;
		display: block;
		margin-top: 8px
	}
}

@media (max-width: 750px) {
	.product-data__banner .larze-pic {
		display: none
	}

	.product-data__banner .small-pic {
		display: block
	}

	.product-toggle__table table {
		width: 800px !important
	}
}

@media (max-width: 640px) {
	.item-pro__left .title h5 {
		font-size: 20px
	}

	.product-feature__wrap .title h1 {
		font-size: 22px
	}

	.product-feature__wrap .item-attr strong {
		font-size: 20px
	}

	.product-application__list p {
		font-size: 14px
	}

	.exhibition-bottom__cont p {
		width: 50%;
		padding-right: 20px
	}

	.exhibition-bottom__cont p img {
		width: 65%
	}

	.prodect-data__video {
		padding-top: 80%
	}

	.prodect-data__video .txt h3 {
		margin-bottom: 10px
	}

	.prodect-data__video .vid-btn {
		margin-top: 25px
	}

	.item-pro__right .item-pro__slick {
		margin-right: -5px;
		margin-left: -5px
	}

	.item-pro__right .item {
		margin-right: 5px;
		margin-left: 5px
	}

	.item-pro__right .dec {
		display: none
	}

	.item-pro__right p {
		font-size: 16px
	}

	.item-pro__right h3 {
		font-size: 14px
	}

	.item-pro__right .more-icon {
		width: 36px;
		height: 36px
	}

	.item-pro__right .more-icon i {
		font-size: 22px
	}

	.item-pro__right img {
		margin: 12px 0
	}

	.item-pro__slick>div {
		display: block;
		width: 100%;
		margin-bottom: 40px
	}

	.item-pro__slick>div:last-child {
		margin-bottom: 0
	}

	.item-pro__right .cont {
		bottom: 45px;
		padding: 0 15px
	}

	.vid-close {
		font-size: 16px;
		right: auto;
		left: 20px
	}
}

@media (max-width: 500px) {
	.product-application__list li {
		width: 50%
	}

	.product-application__list li.w50 {
		width: 100%
	}

	.vid-content .vid-full {
		width: 100%
	}
}

.company-culture__wrap .list-culture a {
	position: relative;
	overflow: hidden
}

.company-page__bgPic .link-btn {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	padding: 0 24px;
	text-align: center
}

.company-page__bgPic .link-round {
	-moz-transition: -moz-transform .4s;
	-o-transition: -o-transform .4s;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s
}

.company-page__bgPic .link-round:hover {
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transform: translateY(10px)
}

.company-intro h4 {
	margin-bottom: 0
}

.company-intro .inner {
	max-width: 900px;
	margin-top: 30px;
	text-align: left
}

.company-intro .link-btn i {
	font-size: 22px
}

.company-intro .bg-pic {
	padding-top: 32.5%
}

.list-culture ul {
	margin: 0 -28px
}

.list-culture .box {
	position: relative;
	overflow: hidden;
	margin: 0 28px;
	cursor: pointer
}

.list-culture article {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 24px;
	text-align: center;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.list-culture article h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	color: #fff
}

.list-culture article .txt {
	margin-top: 8px
}

.list-culture article p {
	color: #fff
}

.list-culture .item-right {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #1F368F;
	backface-visibility: hidden;
	-moz-transition: -moz-transform .6s;
	-o-transition: -o-transform .6s;
	-webkit-transition: -webkit-transform .6s;
	transition: transform .6s;
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.list-culture .item-right .il-title {
	display: none
}

.list-culture .item-right .cont {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 400px;
	padding: 0 24px;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.list-culture .item-right p {
	color: #fff
}

.company-culture__wrap {
	padding-bottom: 40px
}

.company-culture__wrap .item-right .txt {
	max-width: 280px;
	margin-right: auto;
	margin-left: auto
}

.company-philosophy__wrap {
	padding-top: 120px;
	padding-bottom: 40px
}

.list-philosophy ul {
	font-size: 0;
	margin: 0 -28px
}

.list-philosophy li {
	display: inline-block;
	width: 33.33%;
	margin-bottom: 80px;
	vertical-align: top
}

.list-philosophy .box {
	height: 300px;
	margin: 0 28px;
	padding-top: 50px;
	padding-right: 24px;
	padding-left: 24px;
	text-align: center;
	background-color: #fff
}

.list-philosophy span {
	font-size: 22px;
	line-height: 1.6;
	display: block;
	margin-top: 40px;
	margin-bottom: 15px;
	color: #202020
}

.company-strategy__wrap {
	padding-bottom: 40px
}

.list-strategy article {
	margin-top: 34px;
	text-align: center
}

.list-strategy article h1 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6;
	color: #202020
}

.list-strategy .txt {
	margin-top: 20px
}

.list-strategy .txt p {
	font-size: 22px;
	line-height: 1.6;
	color: #888
}

.company-hybr__wrap {
	position: relative;
	padding-top: 33.333%
}

.company-hybr__wrap .ikon-dec__full {
	right: 80px
}

.company-hybr__wrap .ikon-dec__full i {
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px)
}

.company-hybr__wrap .ikon-dec__full span {
	-moz-transform: translateY(15px) rotate(180deg);
	-ms-transform: translateY(15px) rotate(180deg);
	-webkit-transform: translateY(15px) rotate(180deg);
	transform: translateY(15px) rotate(180deg)
}

.company-hybr__wrap .cont {
	position: absolute;
	top: 50%;
	left: 160px;
	max-width: 554px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.company-hybr__wrap .title h4 {
	font-size: 48px;
	line-height: 1.4;
	color: #fff
}

.company-hybr__wrap .title p {
	font: 16px "GothamBook";
	line-height: 1.6;
	color: #fff
}

.company-hybr__wrap .txt {
	margin-top: 30px
}

.company-hybr__wrap .txt p {
	font-size: 16px;
	line-height: 2;
	color: #fff
}

.company-honor__wrap .partner-arrow a {
	margin-right: 0;
	margin-left: 20px
}

.company-honor__wrap .slick-track {
	margin-right: 0;
	margin-left: 0
}

.horor-toggle {
	position: relative;
	margin-bottom: 40px
}

.horor-toggle .title {
	position: relative;
	max-width: 720px;
	padding-right: 60px;
	padding-bottom: 15px;
	padding-left: 60px
}

.horor-toggle .title p {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.8;
	color: #202020
}

.horor-toggle .title span {
	color: #1F368F
}

.horor-toggle .partner-arrow {
	position: absolute;
	right: 0;
	bottom: 0
}

.hornor-slick {
	margin: 0 -28px;
	padding-top: 60px;
	border-top: 2px solid #1F368F
}

.hornor-slick .item {
	margin: 0 28px
}

.hornor-slick img {
	width: 100%
}

.sh-year {
	position: relative;
	z-index: 1
}

.sh-year::before {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 1px;
	content: '';
	opacity: .1;
	background-color: #1F368F
}

.shy-box {
	position: relative
}

.slick-hyear {
	margin-right: 240px;
	margin-left: 240px
}

.slick-hyear .slick-current span {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}

.shyear-item {
	text-align: center
}

.shyear-item span {
	font-family: "GothamBold";
	font-size: 120px;
	line-height: 1;
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #1F368F;
	-moz-transition: -moz-transform 2s;
	-o-transition: -o-transform 2s;
	-webkit-transition: -webkit-transform 2s;
	transition: transform 2s;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0)
}

.shyear-item span::before {
	position: absolute;
	top: 50%;
	left: -50px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	content: '';
	border-radius: 50%;
	background-color: #1F368F
}

.shy-arrow {
	font-size: 30px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #1F368F;
	-moz-transition: -moz-transform .4s;
	-o-transition: -o-transform .4s;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s
}

.shy-prev {
	left: 0
}

.shy-next {
	right: 0
}

.shy-left,
.shy-right {
	position: absolute;
	top: 50%;
	overflow: hidden;
	width: 150px;
	height: 90px;
	margin-top: -45px;
	padding: 20px 0
}

.shy-left {
	left: 70px
}

.shy-right {
	right: 70px
}

.shs-item {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	vertical-align: top
}

.shs-item::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	margin-left: -5px;
	content: '';
	opacity: .4;
	border-radius: 50%;
	background-color: #1F368F
}

.shs-item span {
	font-family: "GothamBook";
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	text-align: center;
	opacity: .5;
	color: #999
}

.shs-item:hover::before {
	opacity: 1
}

.shy-sbox {
	font-size: 0;
	position: relative;
	width: 1000px;
	text-align-last: auto
}

.history-full__slick {
	font-size: 0
}

.history-full__slick .pic,
.history-full__slick .inner {
	display: inline-block;
	vertical-align: middle
}

.history-full__slick .pic {
	width: 48%
}

.history-full__slick .pic img {
	width: 100%
}

.history-full__slick .inner {
	width: 52%;
	padding: 0 140px
}

.history-full__slick .title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.8;
	color: #202020
}

.history-full__slick .txt {
	margin-top: 10px
}

@media (min-width: 1025px) {
	.shy-arrow:hover {
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform: scale(0.8)
	}

	.list-culture .box:hover .item-right {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@media (max-width: 1920px) {
	.company-strategy__wrap {
		padding-bottom: 40px
	}

	.company-page__bgPic .link-btn {
		bottom: 2.08333vw
	}

	.company-intro .inner {
		margin-top: 1.5625vw
	}

	.company-culture__wrap {
		padding-bottom: 2.08333vw
	}

	.list-culture ul {
		margin: 0 -1.45833vw
	}

	.list-culture .box {
		margin: 0 1.45833vw
	}

	.list-culture article .txt {
		margin-top: .41667vw
	}

	.company-philosophy__wrap {
		padding-top: 6.25vw;
		padding-bottom: 2.08333vw
	}

	.list-philosophy ul {
		margin: 0 -1.45833vw
	}

	.list-philosophy li {
		margin-bottom: 4.16667vw
	}

	.list-philosophy .box {
		margin: 0 1.45833vw;
		padding-top: 2.60417vw
	}

	.list-philosophy span {
		margin-top: 2.08333vw;
		margin-bottom: .78125vw
	}

	.list-strategy article {
		margin-top: 1.77083vw
	}

	.list-strategy .txt {
		margin-top: 1.04167vw
	}

	.history-full__slick .inner {
		padding: 0 7.29167vw
	}

	.history-full__slick .txt {
		margin-top: .52083vw
	}

	.hornor-slick {
		margin: 0 -1.45833vw;
		padding-top: 3.125vw
	}

	.hornor-slick .item {
		margin: 0 1.45833vw
	}

	.company-hybr__wrap .ikon-dec__full {
		right: 4.16667vw
	}

	.company-hybr__wrap .cont {
		left: 8.33333vw
	}

	.company-hybr__wrap .txt {
		margin-top: 1.5625vw
	}

	.company-honor__wrap .partner-arrow a {
		margin-left: 1.04167vw
	}

	.horor-toggle {
		margin-bottom: 2.08333vw
	}

	.shyear-item {
		text-align: center
	}

	.shyear-item span {
		font-size: 6.25vw
	}
}

@media (max-width: 1440px) {
	.list-culture article h1 {
		font-size: 20px
	}

	.list-philosophy span {
		font-size: 20px
	}

	.list-strategy article h1 {
		font-size: 30px
	}

	.list-strategy .txt p {
		font-size: 20px
	}

	.company-hybr__wrap .title h4 {
		font-size: 40px
	}

	.horor-toggle .title p {
		font-size: 30px
	}

	.history-full__slick .title {
		font-size: 30px
	}

	.shy-arrow {
		font-size: 26px;
		line-height: 44px;
		width: 44px;
		height: 44px;
		margin-top: -22px
	}
}

@media (max-width: 1366px) {
	.list-culture article h1 {
		font-size: 18px
	}

	.list-philosophy span {
		font-size: 18px
	}

	.list-strategy article h1 {
		font-size: 26px
	}

	.list-strategy .txt p {
		font-size: 18px
	}

	.company-hybr__wrap .title h4 {
		font-size: 34px
	}

	.horor-toggle .title p {
		font-size: 26px
	}

	.company-intro .link-btn i {
		font-size: 20px
	}

	.history-full__slick .title {
		font-size: 26px
	}

	.shy-arrow {
		font-size: 22px;
		line-height: 40px;
		width: 40px;
		height: 40px;
		margin-top: -20px
	}
}

@media (max-width: 1024px) {
	.company-culture__wrap {
		padding-bottom: 20px
	}

	.company-intro .inner {
		margin-top: 15px
	}

	.list-strategy article {
		margin-top: 17px
	}

	.list-strategy article h1 {
		font-size: 22px
	}

	.list-strategy .txt p {
		font-size: 16px
	}

	.company-hybr__wrap .title h4 {
		font-size: 28px
	}

	.company-hybr__wrap .cont {
		left: 0;
		width: 100%;
		padding: 0 24px
	}

	.company-hybr__wrap .cont p {
		font-size: 14px
	}

	.company-hybr__wrap .txt {
		margin-top: 15px
	}

	.list-culture article {
		display: none
	}

	.list-culture article .txt {
		margin-top: 0
	}

	.list-culture .item-right {
		background-color: transparent;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	.list-culture .item-right .il-title {
		font-size: 18px;
		display: block;
		margin-bottom: 15px;
		color: #fff
	}

	.horor-toggle {
		margin-bottom: 20px
	}

	.horor-toggle .title {
		max-width: 580px;
		padding-right: 48px;
		padding-left: 48px
	}

	.horor-toggle .title p {
		font-size: 22px
	}

	.list-philosophy img {
		width: 65px
	}

	.list-philosophy .box {
		height: 260px;
		padding-top: 30px
	}

	.shyear-item span {
		font-size: 60px
	}

	.shyear-item span::before {
		left: -20px
	}

	.history-full__slick .title {
		font-size: 22px;
		line-height: 1.6
	}

	.history-full__slick .txt {
		margin-top: 15px
	}

	.history-full__slick .inner {
		padding: 0 30px
	}

	.shy-arrow {
		line-height: 40px;
		width: 40px;
		height: 40px;
		margin-top: -20px
	}

	.company-page__bgPic .link-btn {
		bottom: 20px
	}

	.company-intro .link-btn i {
		font-size: 18px
	}
}

@media (max-width: 768px) {
	.company-hybr__wrap .title h4 {
		font-size: 22px
	}

	.list-philosophy li {
		width: 50%
	}

	.list-philosophy span {
		margin-top: 15px;
		margin-bottom: 10px
	}

	.list-strategy article h1 {
		font-size: 20px
	}

	.list-strategy .txt {
		margin-top: 4px
	}

	.list-strategy .txt p {
		font-size: 14px
	}

	.shyear-item span {
		font-size: 40px
	}

	.shyear-item span::before {
		left: -10px;
		display: none
	}

	.slick-hyear {
		margin-right: 90px;
		margin-left: 90px
	}

	.shy-left,
	.shy-right {
		width: 50px
	}

	.shy-left {
		left: 40px
	}

	.shy-left .shy-sbox {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px)
	}

	.shy-right {
		right: 40px
	}

	.history-full__slick .pic {
		width: 100%
	}

	.history-full__slick .inner {
		width: 100%;
		margin-top: 30px;
		padding: 0
	}

	.company-intro .link-btn i {
		font-size: 16px
	}
}

@media (max-width: 640px) {
	.company-hybr__wrap {
		padding-top: 64%
	}

	.company-hybr__wrap .title h4 {
		font-size: 20px
	}

	.company-hybr__wrap .cont p {
		font-size: 12px
	}

	.company-honor__wrap .partner-arrow {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 30px
	}

	.horor-toggle .title {
		padding-right: 30px;
		padding-left: 30px
	}

	.horor-toggle .title p {
		font-size: 18px
	}

	.list-philosophy img {
		width: 50px
	}

	.history-full__slick .title {
		font-size: 18px
	}

	.shy-arrow {
		font-size: 20px;
		line-height: 34px;
		width: 34px;
		height: 34px;
		margin-top: -17px
	}

	.company-intro .bg-pic {
		padding-top: 50%
	}
}

@media (max-width: 500px) {
	.list-philosophy li {
		width: 100%
	}

	.list-philosophy .box {
		height: auto;
		padding-bottom: 30px
	}
}

.home .wrap {
	padding-top: 0
}

.banner-full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.cray1440 {
	display: none
}

.index-banner__slick .item {
	position: relative;
	height: 100%
}

.index-banner__slick .pic img {
	width: 100%
}

.index-banner__slick .m-pic {
	display: none
}

.index-banner__slick .m-pic img {
	width: 100%
}

.index-banner__slick .item-cont {
	position: absolute;
	z-index: 80;
	top: 50%;
	left: 160px;
	max-width: 1200px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.index-banner__slick .item-cont h4 {
	font: 18px "GothamBook";
	margin-bottom: 10px;
	letter-spacing: 1px;
	color: #fff
}

.index-banner__slick .item-cont h3 {
	font-size: 80px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff
}

.index-banner__slick .item-cont p {
	font-size: 20px;
	line-height: 1.6;
	margin-top: 50px;
	letter-spacing: 10px;
	color: #fff
}

.index-banner__slick .ani-icon {
	position: absolute;
	top: 520px;
	right: 230px;
	-moz-transition: -moz-transform .6s;
	-o-transition: -o-transform .6s;
	-webkit-transition: -webkit-transform .6s;
	transition: transform .6s
}

.index-banner__slick .ani-icon.active {
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transform: translateY(20px)
}

.index-banner__btn {
	position: absolute;
	right: 90px;
	bottom: 80px
}

.index-banner__btn .ib-page,
.index-banner__btn a {
	display: inline-block;
	vertical-align: middle
}

.index-banner__btn .ib-page {
	font-size: 0
}

.index-banner__btn .ib-page span {
	width: 25px
}

.index-banner__btn .ib-page span,
.index-banner__btn .ib-page b {
	display: inline-block;
	vertical-align: middle
}

.index-banner__btn .ib-page span,
.index-banner__btn .ib-page b {
	font-size: 16px;
	color: #fff
}

.index-banner__btn .current-page {
	text-align: right
}

.index-banner__btn .slick-arrow {
	-moz-transition: -moz-transform .4s;
	-o-transition: -o-transform .4s;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s
}

.index-banner__btn .slick-arrow:hover {
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9)
}

.index-cooperation__wrap {
	padding-top: 140px;
	padding-bottom: 80px
}

.index-cooperation__wrap .title {
	max-width: 750px;
	padding-right: 100px
}

.index-cooperation__wrap .horor-toggle .partner-arrow {
	bottom: 30px
}

.index-cooperation__wrap .horor-toggle .partner-arrow a {
	margin-right: 0;
	margin-left: 20px
}

.index-cooperation__slick {
	border-top: 2px solid #1F368F
}

.index-cooperation__slick .pic {
	position: relative
}

.index-cooperation__slick .pic img {
	max-width: 100%;
	margin: auto;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s
}

.index-cooperation__slick .pic .hl {
	position: absolute;
	top: 0;
	left: 50%;
	visibility: hidden;
	opacity: 0;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.index-cooperation__slick .item {
	text-align: center
}

.index-cooperation__slick a {
	position: relative;
	display: block;
	height: 350px;
	padding-top: 40px
}

.index-cooperation__slick a:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #1F368F;
	-moz-transition: -moz-transform .6s;
	-o-transition: -o-transform .6s;
	-webkit-transition: -webkit-transform .6s;
	transition: transform .6s;
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.index-cooperation__slick .cont {
	position: relative;
	padding: 0 24px
}

.index-cooperation__slick .inner {
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}

.index-cooperation__slick .inner h4 {
	font-size: 22px;
	line-height: 1.8;
	margin-bottom: 10px;
	color: #202020
}

.index-cooperation__slick .inner p {
	font-size: 14px;
	line-height: 1.6;
	color: #888
}

.index-cooperation__slick .txt {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	padding: 0 24px;
	opacity: 0;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}

.index-cooperation__slick .txt p {
	color: #fff
}

.index-cooperation__slick .slick-track {
	margin-right: 0;
	margin-left: 0
}

.news-classify__slick {
	font-size: 0;
	position: relative
}

.news-classify__slick .item {
	position: relative;
	overflow: hidden;
	margin-bottom: -1px
}

.news-classify__slick figure {
	position: relative;
	overflow: hidden;
	width: 50%
}

.news-classify__slick img {
	width: 100%;
	-moz-transition: -moz-transform 2s;
	-o-transition: -o-transform 2s;
	-webkit-transition: -webkit-transform 2s;
	transition: transform 2s
}

.news-classify__slick .icon-aw {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: -24px;
	color: #fff;
	-moz-transform: translateY(-50%) rotate(270deg);
	-ms-transform: translateY(-50%) rotate(270deg);
	-webkit-transform: translateY(-50%) rotate(270deg);
	transform: translateY(-50%) rotate(270deg)
}

.index-news__classify {
	position: relative
}

.index-news__classify .ib-arrow {
	width: 100%;
	text-align: center
}

.index-news__wrap {
	padding-top: 140px;
	padding-bottom: 120px
}

.index-news__wrap .horor-toggle .title {
	padding-right: 100px;
	padding-left: 100px
}

.index-hybr__wrap .cont {
	max-width: 750px
}

.index-hybr__wrap .box-btn {
	margin-top: 60px
}

.index-hybr__wrap .box-btn a {
	margin-right: 40px
}

.index-hybr__wrap .btn-02 i {
	font-size: 18px;
	font-weight: 700
}

.index-hybr__wrap .btn-02 p:after {
	background-color: #fff
}

.index-product__feature {
	padding-top: 140px;
	padding-bottom: 120px
}

.index-product__feature .horor-toggle {
	margin-bottom: 60px
}

.index-product__feature .horor-toggle .title {
	max-width: 100%
}

.index-product__feature ul {
	font-size: 0;
	margin: 0 -28px
}

.index-product__feature li {
	display: inline-block;
	width: 33.33%;
	margin-bottom: 80px;
	vertical-align: top
}

.index-product__feature li a {
	position: relative;
	overflow: hidden;
	height: 370px;
	margin: 0 28px;
	text-align: center;
	background-color: #fff;
	display: flex;
	align-items: center
}

.index-product__feature li a:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #1F368F;
	-moz-transition: -moz-transform .6s;
	-o-transition: -o-transform .6s;
	-webkit-transition: -webkit-transform .6s;
	transition: transform .6s;
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.index-product__feature .item-box {
	width: 100%;
	padding: 0 24px
}

.index-product__feature .item-box__pic img {
	max-width: 100%;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}

.index-product__feature .item-box__pic .hl {
	position: absolute;
	top: 0;
	left: 50%;
	visibility: hidden;
	opacity: 0;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.index-product__feature .item-box__cont {
	margin-top: 25px
}

.index-product__feature .inner {
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	backface-visibility: hidden
}

.index-product__feature .inner p {
	font-size: 22px;
	line-height: 1.6;
	color: #202020
}

.index-product__feature .txt {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	opacity: 0;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	backface-visibility: hidden
}

.index-product__feature .txt p {
	color: #fff;
	max-width: 310px;
	margin: auto
}

.index-product__wrap .ikon-dec__down i {
	background-color: #1F368F
}

.index-product__wrap .ikon-dec__down span {
	color: #1F368F;
	writing-mode: vertical-lr
}

.index-product__wrap .row-left__dec {
	top: 0;
	left: 80px;
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px)
}

.index-product__wrap .row-left__dec i {
	height: 480px;
	-moz-transform: translateY(55px);
	-ms-transform: translateY(55px);
	-webkit-transform: translateY(55px);
	transform: translateY(55px)
}

.index-product__wrap .row-left__dec span {
	-moz-transform: translateY(25px) rotate(0);
	-ms-transform: translateY(25px) rotate(0);
	-webkit-transform: translateY(25px) rotate(0);
	transform: translateY(25px) rotate(0)
}

.index-product__wrap .row-right__dec {
	top: 0;
	right: 65px;
	left: auto;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.index-product__wrap .row-right__dec i {
	height: 450px;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.index-product__wrap .row-right__dec span {
	-moz-transform: translateY(30px) rotate(180deg);
	-ms-transform: translateY(30px) rotate(180deg);
	-webkit-transform: translateY(30px) rotate(180deg);
	transform: translateY(30px) rotate(180deg)
}

.index-pro__caption {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center
}

.index-pro__caption span {
	font-size: 48px;
	line-height: 1.4;
	display: block;
	color: #202020;
	font-weight: 500
}

.index-pro__caption p {
	font-size: 14px;
	line-height: 2;
	color: #888
}

.small-product__main {
	display: none
}

.index-product__main {
	position: relative
}

.index-product__main .ib-arrow {
	z-index: 30;
	top: 0;
	right: auto;
	bottom: auto;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.index-product__item {
	position: relative;
	display: none
}

.index-product__item:nth-child(2) {
	display: block
}

.index-product__slick {
	font-size: 0;
	background-color: #F7F7F7
}

.index-product__slick .item:after {
	display: block;
	clear: both;
	content: ''
}

.index-product__slick .rows {
	width: 50%
}

.index-product__slick .rows-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%
}

.index-product__slick .row-right {
	position: relative;
	float: right
}

.index-product__slick .row-right:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .4;
	background-color: #1F368F
}

.index-product__slick .row-right a {
	position: relative;
	display: block;
	z-index: 10
}

.index-product__slick .row-right img {
	width: 100%
}

.index-product__slick .row-right .link-btn,
.index-product__slick .row-right .cont {
	position: absolute;
	bottom: 40px;
	z-index: 40
}

.index-product__slick .row-right .cont {
	left: 0;
	width: 100%;
	padding-right: 190px;
	padding-left: 40px
}

.index-product__slick .row-right .cont time {
	font-size: 14px;
	color: #fff
}

.index-product__slick .row-right .cont .txt {
	margin-top: 25px
}

.index-product__slick .row-right .cont p {
	font-size: 22px;
	line-height: 1.6;
	color: #fff
}

.index-product__slick .row-right .link-btn {
	right: 40px
}

.index-product__slick .rows-left .sub {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.index-product__slick .rows-left .sub {
	z-index: 100;
	width: 100%
}

.index-product__slick .rows-left img {
	z-index: 20;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block
}

.index-product__slick .rows-left p {
	font-size: 160px;
	opacity: .1;
	color: #1F368F;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 24px;
	text-align: center;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.index-product__tab .link-round {
	visibility: hidden;
	opacity: 0;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0)
}

.index-product__tab p {
	color: #888;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s
}

.index-product__tab .on .link-round {
	visibility: visible;
	opacity: 1;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}

.index-product__tab .on p {
	color: #1F368F
}

.index-product__tab a {
	margin-right: 25px;
	margin-left: 25px
}

.index-product__tab a:hover .link-round {
	visibility: visible;
	opacity: 1;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}

.index-product__tab a:hover p {
	color: #1F368F
}

@media (min-width: 1025px) {
	.news-classify__slick article {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 50%;
		margin-top: 0;
		padding-left: 6.25vw;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.news-classify__slick a:hover img {
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	.index-product__feature li a:hover:before {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	.index-product__feature li a:hover .txt {
		visibility: visible;
		opacity: 1
	}

	.index-product__feature li a:hover .inner {
		visibility: hidden;
		opacity: 0
	}

	.index-product__feature li a:hover .item-box__pic .hl {
		visibility: visible;
		opacity: 1
	}

	.index-product__feature li a:hover .item-box__pic .dl {
		visibility: hidden;
		opacity: 0
	}

	.index-product__slick .row-right .link-btn span,
	.index-product__slick .row-right .link-btn p {
		-moz-transition: -moz-transform .4s;
		-o-transition: -o-transform .4s;
		-webkit-transition: -webkit-transform .4s;
		transition: transform .4s
	}

	.index-product__slick .row-right .link-btn p {
		position: relative;
		padding: 3px 0
	}

	.index-product__slick .row-right .link-btn p:after {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
		width: 0;
		height: 1px;
		content: '';
		background-color: #fff;
		-moz-transition: width .4s;
		-o-transition: width .4s;
		-webkit-transition: width .4s;
		transition: width .4s
	}

	.index-product__slick .row-right:hover .link-btn span {
		-moz-transform: translateX(95px);
		-ms-transform: translateX(95px);
		-webkit-transform: translateX(95px);
		transform: translateX(95px)
	}

	.index-product__slick .row-right:hover .link-btn p {
		-moz-transform: translateX(-44px);
		-ms-transform: translateX(-44px);
		-webkit-transform: translateX(-44px);
		transform: translateX(-44px)
	}

	.index-product__slick .row-right:hover .link-btn p:after {
		width: 100%
	}

	.index-product__slick .rows-left img {
		-moz-transition: -moz-transform .6s;
		-o-transition: -o-transform .6s;
		-webkit-transition: -webkit-transform .6s;
		transition: transform .6s
	}

	.index-product__slick .rows-left:hover img {
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	.index-cooperation__slick a:hover:before {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	.index-cooperation__slick a:hover .pic .dl {
		visibility: hidden;
		opacity: 0
	}

	.index-cooperation__slick a:hover .pic .hl {
		visibility: visible;
		opacity: 1
	}

	.index-cooperation__slick a:hover .inner {
		visibility: hidden;
		opacity: 0
	}

	.index-cooperation__slick a:hover .txt {
		visibility: visible;
		opacity: 1
	}
}

@media (max-width: 1920px) {
	.index-banner__slick .m-pic {
		display: none;
		padding-top: 100vh
	}

	.index-banner__slick .m-pic img {
		width: 100%
	}

	.index-banner__slick .item-cont {
		position: absolute;
		z-index: 80;
		top: 50%;
		left: 8.33333vw;
		max-width: 62.5vw;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.index-banner__slick .item-cont h4 {
		font: 18px "GothamBook";
		margin-bottom: .52083vw;
		letter-spacing: 1px;
		color: #fff
	}

	.index-banner__slick .item-cont h3 {
		font-size: 4.16667vw;
		font-weight: bold;
		line-height: 1.4;
		color: #fff
	}

	.index-banner__slick .item-cont p {
		font-size: 20px;
		line-height: 1.6;
		margin-top: 2.60417vw;
		letter-spacing: .52083vw;
		color: #fff
	}

	.index-banner__slick .ani-icon {
		position: absolute;
		top: 43%;
		right: 166px;
		-moz-transition: -moz-transform .6s;
		-o-transition: -o-transform .6s;
		-webkit-transition: -webkit-transform .6s;
		transition: transform .6s
	}

	.index-banner__slick .ani-icon.active {
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	.index-banner__btn {
		right: 4.6875vw;
		bottom: 4.16667vw
	}

	.index-cooperation__wrap {
		padding-top: 7.29167vw;
		padding-bottom: 4.16667vw
	}

	.index-cooperation__wrap .horor-toggle .partner-arrow a {
		margin-left: 1.04167vw
	}

	.index-cooperation__slick a {
		padding-top: 2.08333vw
	}

	.index-cooperation__slick .inner h4 {
		margin-bottom: .52083vw
	}

	.index-news__wrap {
		padding-top: 7.29167vw;
		padding-bottom: 6.25vw
	}

	.index-hybr__wrap .box-btn {
		margin-top: 3.125vw
	}

	.index-hybr__wrap .box-btn a {
		margin-right: 2.08333vw
	}

	.index-product__feature {
		padding-top: 7.29167vw;
		padding-bottom: 6.25vw
	}

	.index-product__feature .horor-toggle {
		margin-bottom: 3.125vw
	}

	.index-product__feature ul {
		margin: 0 -1.45833vw
	}

	.index-product__feature li {
		margin-bottom: 4.16667vw
	}

	.index-product__feature li a {
		margin: 0 1.45833vw
	}

	.index-product__feature .item-box__cont {
		margin-top: 1.30208vw
	}

	.index-product__wrap .row-left__dec {
		left: 4.16667vw
	}

	.index-product__wrap .row-left__dec i {
		height: 25vw
	}

	.index-product__wrap .row-right__dec {
		right: 3.38542vw
	}

	.index-product__wrap .row-right__dec i {
		height: 23.4375vw
	}

	.index-product__slick .row-right .link-btn,
	.index-product__slick .row-right .cont {
		bottom: 2.08333vw
	}

	.index-product__slick .row-right .cont {
		padding-right: 9.89583vw;
		padding-left: 2.08333vw
	}

	.index-product__slick .row-right .cont .txt {
		margin-top: 1.30208vw
	}

	.index-product__slick .row-right .link-btn {
		right: 2.08333vw
	}

	.index-product__slick .rows-left p {
		font-size: 8.33333vw
	}

	.index-product__tab a {
		margin-right: 1.30208vw;
		margin-left: 1.30208vw
	}
}

@media (max-width: 1800px) {
	.index-product__wrap .row-left__dec {
		left: 30px
	}

	.index-product__wrap .row-right__dec {
		right: 30px
	}
}

@media (max-width: 1600px) {
	.index-pro__caption span {
		font-size: 44px
	}
}

@media (max-width: 1440px) {
	.cray1920 {
		display: none
	}

	.cray1440 {
		display: block
	}

	.index-product__feature .inner p {
		font-size: 20px
	}

	.index-product__feature .dl,
	.index-product__feature .hl {
		width: 80px
	}

	.index-product__feature li a {
		height: 340px
	}

	.index-cooperation__slick .inner h4 {
		font-size: 20px
	}

	.index-pro__caption span {
		font-size: 42px
	}

	.index-product__slick .row-right .cont p {
		font-size: 20px
	}

	.index-product__wrap .row-left__dec {
		left: 3%
	}

	.index-product__wrap .row-right__dec {
		right: 3%
	}

	.index-product__wrap .ikon-dec__down span {
		font-size: 14px
	}

	.index-product__main {
		width: 92%;
		margin-right: auto;
		margin-left: auto
	}
}

@media (max-width: 1366px) {
	.index-product__feature .inner p {
		font-size: 18px
	}

	.index-product__feature li a {
		height: 300px
	}

	.index-product__feature .dl,
	.index-product__feature .hl {
		width: 65px
	}

	.index-cooperation__slick .inner h4 {
		font-size: 18px
	}

	.index-pro__caption span {
		font-size: 34px
	}

	.index-product__slick .row-right .cont p {
		font-size: 18px
	}
}

@media (max-width: 1200px) {
	.news-classify__slick article {
		padding-left: 45px
	}

	.index-pro__caption span {
		font-size: 32px
	}
}

@media (max-width: 1024px) {
	.index-product__feature {
		padding-top: 70px;
		padding-bottom: 60px
	}

	.index-product__feature ul {
		margin: 0 -10px
	}

	.index-product__feature li {
		margin-bottom: 30px
	}

	.index-product__feature li a {
		height: 280px;
		margin: 0 10px
	}

	.index-product__feature .inner p {
		font-size: 16px
	}

	.index-product__feature .item-box__cont {
		margin-top: 15px
	}

	.index-product__feature .horor-toggle {
		margin-bottom: 30px
	}

	.news-classify__slick figure {
		width: 100%
	}

	.news-classify__slick article {
		margin-top: 25px;
		padding: 0 24px 30px 24px
	}

	.news-classify__slick .icon-aw {
		display: none
	}

	.index-news__classify {
		margin-bottom: 20px
	}

	.index-news__classify .ib-arrow {
		top: 54.17%;
		bottom: auto;
		text-align: right
	}

	.index-hybr__wrap .box-btn {
		margin-top: 20px
	}

	.index-hybr__wrap .box-btn a {
		margin-right: 20px
	}

	.index-hybr__wrap .btn-02 i {
		font-size: 16px
	}

	.index-cooperation__slick a {
		height: 260px
	}

	.index-cooperation__slick .txt {
		bottom: 40px
	}

	.index-cooperation__slick .pic img {
		width: 120px
	}

	.index-banner__slick .pic {
		display: none
	}

	.index-banner__slick .m-pic {
		display: block
	}

	.index-cooperation__wrap {
		padding-top: 70px;
		padding-bottom: 40px
	}

	.index-cooperation__wrap .title {
		padding-right: 60px
	}

	.index-news__wrap {
		padding-top: 70px;
		padding-bottom: 60px
	}

	.index-pro__caption span {
		font-size: 28px;
		font-weight: bold;
		margin-bottom: 10px
	}

	.ikon-dec__down {
		display: none
	}

	.index-product__slick .rows-left {
		padding-bottom: 44px;
		background-color: #F7F7F7
	}

	.index-product__slick .rows-left p {
		font-size: 70px
	}

	.index-product__slick .rows-left img {
		position: absolute;
		top: 50%;
		left: 50%;
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.index-product__slick .row-right a {
		z-index: 10
	}

	.index-product__slick .row-right .link-btn {
		display: none
	}

	.index-product__slick .row-right .cont {
		bottom: 20px;
		padding-right: 20px;
		padding-left: 20px;
		pointer-events: none
	}

	.index-product__slick .row-right .cont p {
		font-size: 16px
	}

	.index-product__tab {
		display: none
	}

	.index-product__tab a {
		margin-right: 14px;
		margin-left: 14px
	}

	.small-product__main {
		margin-top: 0;
		display: block
	}

	.small-product__main .index-product__slick .index-pro__caption {
		display: none
	}

	.small-product__main .index-caption__full {
		margin-bottom: 30px
	}

	.larze-product__main {
		display: none
	}

	.index-product__main {
		width: 100%
	}

	.index-banner__slick .svg-box,
	.index-banner__slick .ani-icon {
		display: none
	}

	.index-banner__slick .item-cont {
		left: 0;
		max-width: 84%;
		padding: 0 24px
	}

	.index-banner__slick .item-cont h4 {
		font-size: 16px;
		margin-bottom: 8px
	}

	.index-banner__slick .item-cont h3 {
		font-size: 50px
	}

	.index-banner__slick .item-cont p {
		font-size: 18px;
		margin-top: 15px
	}

	.index-product__item {
		display: block
	}
}

@media (max-width: 800px) {
	.index-banner__slic .pic {
		display: none
	}

	.index-banner__slic .m-pic {
		display: block
	}

	.index-product__feature ul {
		margin: 0 -5px
	}

	.index-product__feature li {
		width: 50%
	}

	.index-product__feature li a {
		height: 200px;
		margin: 0 5px
	}

	.index-product__feature .item-box {
		padding: 0 12px
	}

	.index-product__feature .dl,
	.index-product__feature .hl {
		width: 65px
	}

	.index-product__feature .inner p {
		font-size: 15px
	}

	.index-pro__caption span {
		font-size: 24px
	}

	.index-news__wrap .horor-toggle .title {
		padding-right: 60px;
		padding-left: 60px
	}

	.index-product__main .ib-arrow {
		top: calc(50% - 44px);
		right: 0;
		left: auto;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	.index-product__slick .rows {
		width: 100%
	}

	.index-product__slick .rows-left {
		position: relative;
		top: auto;
		left: auto;
		padding-bottom: 0
	}

	.index-product__slick .rows-left:after {
		display: block;
		padding-top: 50%;
		content: ''
	}

	.index-product__slick .row-right {
		float: none
	}

	.index-product__slick .row-right a:after {
		position: relative;
		display: block;
		padding-top: 50%;
		content: ''
	}

	.index-product__slick .row-right a img {
		position: absolute;
		top: 0;
		left: 0
	}
}

@media (max-width: 750px) {
	.index-news__classify article {
		height: auto
	}

	.index-banner__slick .item-cont {
		max-width: 100%
	}

	.index-banner__slick .item-cont h3 {
		font-size: 40px
	}
}

@media (max-width: 640px) {
	.index-banner__slick .item-cont {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		top: auto;
		bottom: 30%
	}

	.index-banner__slick .item-cont h3 {
		font-size: 22px
	}

	.index-cooperation__wrap .horor-toggle .partner-arrow {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 30px
	}

	.index-cooperation__wrap .title {
		padding-right: 30px
	}

	.index-pro__caption span {
		font-size: 22px
	}

	.index-product__tab a {
		width: 42%;
		margin-bottom: 20px
	}

	.index-product__slick .row-right .cont time {
		font-size: 12px
	}

	.index-product__slick .row-right .cont p {
		font-size: 14px
	}

	.index-hybr__wrap {
		padding-top: 80%
	}

	.index-news__wrap .horor-toggle .title {
		padding-right: 24px;
		padding-left: 24px
	}

	.index-product__main .ib-arrow {
		top: calc(50% - 36px)
	}

	.index-cooperation__slick .inner h4 {
		font-size: 16px
	}

	.index-cooperation__slick .title {
		padding-right: 30px
	}
}

@media (max-width: 500px) {
	.index-pro__caption span {
		font-size: 20px
	}

	.index-product__feature ul {
		margin: 0 -10px
	}

	.index-product__feature li {
		width: 100%
	}

	.index-product__feature li a {
		margin: 0 10px
	}
}

.form-name {
	font-family: "GothamBook";
	font-size: 16px;
	position: relative;
	padding-left: 120px;
	color: #1F368F
}

.form-name::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100px;
	height: 2px;
	margin-top: -1px;
	content: '';
	background-color: #1F368F
}

.form-intro h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: .4em;
	letter-spacing: .025em;
	color: #202020
}

.form-intro p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: .05em;
	color: #999
}

.form-box {
	font-size: 0;
	margin-right: -28px;
	margin-left: -28px
}

.fw-500 {
	font-weight: 500
}

.ml-40 {
	margin-left: 40px
}

.col-1 {
	width: 100%
}

.col-2 {
	width: 50%
}

.col-3 {
	width: 33.3333%
}

.col-4 {
	width: 25%
}

.col-5 {
	width: 75%
}

@media (max-width: 768px) {

	.col-4,
	.col-2,
	.col-3 {
		width: 100%
	}
}

.form-item {
	display: inline-block;
	margin-top: 40px;
	vertical-align: top
}

.form-item.auto-width {
	width: auto
}

.form-item.auto-width .form-item__wrap {
	margin-right: 0
}

.form-item.focus .fi-label {
	font-size: 12px;
	line-height: 20px;
	margin-top: -15px
}

.form-item.focus .fi-label-num {
	display: none
}

.form-item.focus .form-item__wrap::after {
	width: 100%
}

.form-item.no-border .form-item__wrap::before,
.form-item.no-border .form-item__wrap::after {
	display: none
}

.form-item label.error {
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	top: 100%;
	padding-top: 5px;
	color: #1F368F
}

.form-item__wrap {
	position: relative;
	margin-right: 28px;
	margin-left: 28px;
	padding-bottom: 2px
}

.form-item__wrap::before,
.form-item__wrap::after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	content: ''
}

.form-item__wrap::before {
	right: 0;
	background-color: #999
}

.form-item__wrap::after {
	width: 0;
	background-color: #1F368F
}

.fi-input {
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	display: block;
	width: 100%;
	padding: 0;
	color: #202020;
	border: 0;
	outline: 0;
	background-color: transparent
}

.fi-file {
	display: none
}

.fi-textarea {
	font-size: 16px;
	line-height: 2;
	display: block;
	width: 100%;
	height: 9.5em;
	padding: 12px 0;
	resize: none;
	color: #202020;
	border: 0;
	outline: 0;
	background-color: transparent
}

.fi-textarea-lfb {
	height: 5.5em
}

.fi-label {
	font-size: 16px;
	line-height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	cursor: pointer;
	color: #999;
	z-index: 100
}

.fi-label-add {
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	color: #999
}

.fi-add-asyc {
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	margin-left: 1em;
	cursor: pointer;
	vertical-align: top;
	color: #999
}

.fi-add-asyc::before {
	margin-right: .25em
}

.fi-add-asyc.active {
	color: #1F368F
}

.fi-label-file {
	font-size: 16px;
	line-height: 40px;
	position: relative;
	display: block;
	padding-right: 40px;
	color: #999
}

.btn-upfile {
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	top: 5px;
	right: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #1F368F
}

.fi-select-c {
	font-size: 16px;
	line-height: 40px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	padding: 0;
	text-align: center;
	color: #333;
	border: 0;
	outline: 0;
	background-color: transparent
}

.fi-select-ca {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	color: transparent
}

.fi-select-ca.show {
	color: #333
}

.fi-gtitle {
	font-size: 16px;
	line-height: 20px;
	margin-left: 28px;
	color: #999
}

.fi-group .form-item {
	margin-top: 0
}

.fi-label-country {
	right: auto
}

.fi-profit {
	font-size: 16px;
	line-height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	color: #999
}

.form-handle {
	margin-top: 80px
}

.form-item__tips .form-item__wrap {
	padding-bottom: 0
}

.form-item__tips .form-item__wrap::before {
	display: none
}

.fi-tips {
	font-size: 12px;
	line-height: 28px;
	color: #999
}

.fi-submit {
	font-size: 16px;
	line-height: 50px;
	display: inline-block;
	min-width: 160px;
	height: 50px;
	margin-top: 20px;
	padding: 0 35px;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
	letter-spacing: .1em;
	color: #fff;
	border: 0;
	border-radius: 50px;
	outline: 0;
	background-color: #1F368F
}

@media (max-width: 750px) {
	.form-handle {
		margin-top: 40px
	}

	.fi-submit {
		line-height: 40px;
		min-width: 120px;
		height: 40px
	}

	.fi-group-step3 .form-item {
		margin-top: 20px
	}

	.form-handle .fi-submit {
		margin-right: 10px;
		margin-left: 10px
	}

	.form-item.focus .fi-label {
		margin-top: -10px
	}

	.fi-label {
		font-size: 14px
	}
}

.fi-btn-prev {
	color: #1F368F;
	background-color: #F7F7F7
}

@media (min-width: 1025px) {
	.fi-btn-prev:hover {
		color: #fff;
		background-color: #1F368F
	}
}

.fi-country {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.fi-country-left {
	text-align: center
}

.fi-country-right {
	position: relative;
	z-index: 1;
	display: block
}

.fi-country-right::after {
	font-family: 'iconfont';
	font-size: 16px;
	line-height: 40px;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	content: '\e60a';
	color: #999
}

.fic-label {
	font-size: 16px;
	line-height: 40px;
	position: relative;
	display: inline-block;
	padding-left: 20px;
	cursor: pointer;
	vertical-align: top;
	color: #999
}

.fic-label::before {
	position: absolute;
	top: 11px;
	left: 0;
	box-sizing: border-box;
	width: 15px;
	height: 15px;
	content: '';
	border: 2px solid #1F368F;
	border-radius: 50%
}

.fic-label::after {
	position: absolute;
	top: 15px;
	left: 4px;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	content: '';
	border-radius: 50%
}

.fic-label.active {
	color: #333
}

.fic-label-lfb {
	padding-left: 0
}

.fic-label-lfb::before,
.fic-label-lfb::after {
	display: none
}

.fi-radio {
	display: none
}

.fi-radio:checked+label {
	color: #333
}

.fi-radio:checked+label::after {
	background-color: #1F368F
}

.form-upfile {
	margin-top: 30px
}

.form-zipfile {
	margin-top: 60px
}

.fi-zip {
	display: none
}

.fi-zip-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 1em;
	color: #999
}

.fi-zip-label {
	font-size: 14px;
	line-height: 40px;
	position: relative;
	display: inline-block;
	padding-left: 40px;
	vertical-align: top;
	color: #999
}

.fi-zip-label::before {
	font-family: 'iconfont';
	font-size: 20px;
	line-height: 1.5;
	position: absolute;
	top: 5px;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	content: '\e65e';
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #1F368F
}

.fi-currency {
	position: absolute;
	top: 0;
	right: 0
}

.fi-currency::before {
	font-family: 'iconfont';
	font-size: 16px;
	line-height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	content: '\e60a';
	color: #999
}

.fi-currency select {
	font-family: "GothamMedium";
	font-size: 14px;
	line-height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 24px;
	color: #999;
	border: 0;
	outline: 0;
	background-color: transparent
}

.fi-select {
	position: relative
}

.fi-select select {
	font-size: 16px;
	position: relative;
	display: block;
	width: 100%
}

@media (max-width: 1024px) {
	.form-box {
		margin-right: -20px;
		margin-left: -20px;
		margin-top: 20px
	}

	.form-item__wrap {
		margin-right: 20px;
		margin-left: 20px
	}

	.form-intro h2 {
		font-size: 24px;
		line-height: 1.6
	}

	.fi-gtitle {
		margin-left: 20px
	}
}

@media (max-width: 750px) {
	.form-intro h2 {
		font-size: 22px
	}
}

@media (max-width: 640px) {
	.form-intro h2 {
		font-size: 20px
	}
}

.supplier-top .list-supplier>li,
.supplier-top .list-supplier>div,
.supplier-top .list-supplier .slick-slide {
	outline: none
}

.supplier-top .list-supplier>li:nth-child(1) i,
.supplier-top .list-supplier>div:nth-child(1) i,
.supplier-top .list-supplier .slick-slide:nth-child(1) i {
	background: url(../image/jl-01.svg) no-repeat center center
}

.supplier-top .list-supplier>li:nth-child(2) i,
.supplier-top .list-supplier>div:nth-child(2) i,
.supplier-top .list-supplier .slick-slide:nth-child(2) i {
	background: url(../image/jl-01.svg) no-repeat center center
}

.supplier-top .list-supplier>li:nth-child(3) i,
.supplier-top .list-supplier>div:nth-child(3) i,
.supplier-top .list-supplier .slick-slide:nth-child(3) i {
	background: url(../image/jl-01.svg) no-repeat center center
}

.supplier-top .list-supplier>li:nth-child(4) i,
.supplier-top .list-supplier>div:nth-child(4) i,
.supplier-top .list-supplier .slick-slide:nth-child(4) i {
	background: url(../image/jl-01.svg) no-repeat center center
}

.supplier-top .list-supplier>li:nth-child(5) i,
.supplier-top .list-supplier>div:nth-child(5) i,
.supplier-top .list-supplier .slick-slide:nth-child(5) i {
	background: url(../image/jl-01.svg) no-repeat center center
}

.supplier-top .list-supplier .current:nth-child(1) i {
	background-image: url(../image/jl-01.svg)
}

.supplier-top .list-supplier .current:nth-child(2) i {
	background-image: url(../image/jl-01.svg)
}

.supplier-top .list-supplier .current:nth-child(3) i {
	background-image: url(../image/jl-01.svg)
}

.supplier-top .list-supplier .current:nth-child(4) i {
	background-image: url(../image/jl-01.svg)
}

.supplier-top .list-supplier .current:nth-child(5) i {
	background-image: url(../image/jl-01.svg)
}

.list-supplier {
	font-size: 0;
	margin-right: -28px;
	margin-left: -28px
}

.list-supplier>li,
.list-supplier>div {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: top
}

.list-supplier>li:last-of-type .supplier-item::after,
.list-supplier>div:last-of-type .supplier-item::after {
	display: none
}

.list-supplier>div i {
	display: block;
	width: 3.75vw;
	height: 3.75vw;
	margin-right: auto;
	margin-left: auto
}

.job-process__wrap .list-supplier>div,
.supplier-top .list-supplier>div {
	width: 20%
}

.dealer-middle__content .list-supplier>div {
	width: 25%
}

.supplier-item {
	position: relative;
	margin: 0 28px;
	padding-top: 38px;
	padding-bottom: 20px;
	text-align: center;
	background-color: #fff
}

.supplier-item>i {
	font-size: 72px;
	display: inline-block;
	margin-bottom: .2em;
	vertical-align: top;
	color: #ccc
}

.supplier-item::after {
	font-family: 'iconfont';
	font-size: 30px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -.5em;
	margin-right: -1.43333em;
	content: '\e601';
	color: #999
}

.supplier-item.current {
	background-color: #1F368F
}

.supplier-item.current>i {
	color: #fff
}

.supplier-item.current::after {
	color: #1F368F
}

.supplier-item.current .supplier-item__num>span {
	color: #fff
}

.supplier-item.current .supplier-item__txt {
	color: #fff
}

.supplier-item__num {
	position: relative
}

.supplier-item__num>span {
	font-family: "GothamBold";
	font-size: 120px;
	opacity: .05;
	color: #1F368F
}

.supplier-item__txt {
	font-size: 22px;
	line-height: 1.65;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0
}

.supplier04 .fi-label {
	pointer-events: none
}

@media (max-width: 1920px) {
	.list-supplier {
		margin-right: -1.45833vw;
		margin-left: -1.45833vw
	}

	.list-supplier>li i,
	.list-supplier>div i {
		display: block;
		width: 3.75vw;
		height: 3.75vw;
		margin-right: auto;
		margin-left: auto
	}

	.supplier-item {
		margin-right: 1.45833vw;
		margin-left: 1.45833vw
	}

	.supplier-item>i {
		font-size: 3.75vw
	}

	.supplier-item::after {
		font-size: 1.5625vw
	}

	.supplier-item__num>span {
		font-size: 6.25vw
	}

	.supplier-item__txt {
		font-size: 1.14583vw
	}
}

@media (max-width: 1024px) {
	.supplier-top {
		padding: 60px 0
	}
}

@media (max-width: 750px) {

	.list-supplier>li i,
	.list-supplier>div i {
		width: 4.8vw;
		height: 4.8vw
	}
}

@media (max-width: 600px) {
	.supplier-item::after {
		display: none
	}

	.list-supplier {
		margin-right: -10px;
		margin-left: -10px;
		text-align: center
	}

	.list-supplier>li,
	.list-supplier>div {
		width: 100%;
		margin-bottom: 40px
	}

	.list-supplier>li:last-child,
	.list-supplier>div:last-child {
		margin-bottom: 0
	}

	.list-supplier>li i,
	.list-supplier>div i {
		width: 52px;
		height: 52px
	}

	.supplier-item {
		margin: 0 10px
	}

	.supplier-item>i {
		font-size: 36px
	}

	.supplier-item::after {
		font-size: 15px
	}

	.supplier-item__num>span {
		font-size: 88px
	}

	.supplier-item__txt {
		font-size: 18px
	}

	.supplier-top .list-supplier>div,
	.job-process__wrap .list-supplier>div,
	.dealer-middle__content .list-supplier>div {
		width: 100%
	}

	.supplier-top .list-supplier>div {
		display: none;
		margin-bottom: 0
	}

	.supplier-top .list-supplier .slick-dots {
		margin-top: 40px
	}

	.supplier .list-supplier>div {
		display: block
	}

	.supplier01 .list-supplier>div:nth-child(1) {
		display: block
	}

	.supplier02 .list-supplier>div:nth-child(2) {
		display: block
	}

	.supplier03 .list-supplier>div:nth-child(3) {
		display: block
	}

	.supplier04 .list-supplier>div:nth-child(4) {
		display: block
	}

	.supplier05 .list-supplier>div:nth-child(5) {
		display: block
	}
}

.supplier-intro,
.supplier-form {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto
}

.sec-title__en {
	font-family: "GothamBook";
	font-size: 16px;
	text-align: center;
	color: #1F368F
}

.sec-title__cn {
	font-size: 40px;
	font-weight: 700;
	margin-top: .75em;
	text-align: center;
	letter-spacing: .025em;
	color: #202020
}

.sec-body {
	font-size: 14px;
	line-height: 2;
	letter-spacing: .05em;
	color: #666
}

.form-item-cate {
	position: relative;
	z-index: 2
}

.fi-category {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	padding: 20px;
	border: 1px solid #ddd;
	background-color: #fff
}

.fi-category-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	color: #333
}

.list-ficate {
	margin-right: 0;
	margin-left: 0
}

.list-ficate>li {
	margin-bottom: 0
}

.ficate-label {
	font-size: 14px;
	line-height: 24px;
	position: relative;
	display: inline-block;
	padding-left: 20px;
	cursor: pointer;
	vertical-align: top;
	color: #666
}

.ficate-label::before {
	font-family: 'iconfont';
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	content: '\e61f';
	color: #666
}

.ficate-checkbox {
	display: none
}

.ficate-checkbox:checked+label {
	color: #599bff
}

.ficate-checkbox:checked+label::before {
	content: '\e617';
	color: #599bff
}

.supplier-success {
	font-size: 22px;
	font-weight: 500;
	line-height: 36px;
	padding: 120px 0 0;
	text-align: center;
	letter-spacing: .025em;
	color: #333
}

@media (max-width: 1024px) {
	.sec-title__cn {
		font-size: 24px;
		margin-bottom: 1em
	}
}

.form-feedback {
	padding: 120px 0;
	background-color: #F7F7F7
}

@media (max-width: 750px) {
	.supplier-success {
		font-size: 16px;
		line-height: 2;
		padding-top: 60px
	}

	.form-feedback {
		padding: 60px 0
	}

	.list-ficate>li {
		width: auto;
		margin-right: 10px
	}
}

.form-university {
	font-size: 0
}

.fu-left,
.fu-right {
	display: inline-block;
	width: 50%;
	height: 720px;
	vertical-align: top
}

.fu-left {
	background: url(404.png) no-repeat center center;
	background-size: cover
}

.fu-right {
	background-color: #F7F7F7
}

.fu-form {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px
}

.fu-form .form-item__wrap {
	margin-right: 20px;
	margin-left: 20px
}

.fu-contact {
	position: relative;
	margin-top: 120px;
	margin-left: 80px;
	padding-left: 190px
}

.fu-contact-txt {
	color: #fff
}

.fu-contact-txt h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: .05em
}

.fu-contact-txt p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: .05em
}

.fu-contact-name {
	font-size: 22px;
	line-height: 2;
	margin-bottom: .5em;
	letter-spacing: .05em;
	color: #fff
}

.fu-contact-info {
	font-family: 'Source Han Sans CN';
	font-size: 22px;
	line-height: 40px;
	letter-spacing: .025em;
	color: #fff
}

.fu-contact-info i {
	font-size: 16px;
	line-height: 40px;
	display: inline-block;
	margin-right: .5em;
	vertical-align: top
}

.fu-contact-avatar {
	display: block;
	margin-bottom: 10px
}

.fu-cleft {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0
}

.fu-cleft::before {
	position: absolute;
	top: 130px;
	bottom: 0;
	left: 8px;
	width: 1px;
	content: '';
	background-color: #fff
}

.fu-cleft p {
	font-family: "GothamBook";
	font-size: 16px;
	-ms-writing-mode: tb-rl;
	opacity: .5;
	color: #fff;
	writing-mode: vertical-rl
}

@media (max-width: 1480px) {

	.fu-left,
	.fu-right {
		height: 680px
	}

	.fu-form {
		width: auto;
		margin-right: 40px;
		margin-left: 40px
	}

	.fu-contact {
		padding-left: 90px;
		margin-left: 40px
	}
}

@media (max-width: 1200px) {
	.fu-contact {
		padding-left: 60px
	}
}

@media (max-width: 1024px) {

	.fu-left,
	.fu-right {
		width: 100%;
		height: auto;
		padding: 60px 0
	}

	.fu-right {
		padding-top: 10px
	}

	.fu-cleft {
		display: none
	}

	.fu-contact {
		margin-left: 0;
		margin-top: 0;
		padding: 0 24px
	}

	.fu-form {
		padding-top: 0
	}

	.fu-contact-txt h2 {
		font-size: 24px
	}

	.fu-contact-info {
		font-size: 16px
	}
}

@media (max-width: 750px) {
	.fu-contact {
		margin-top: 0
	}

	.fu-form {
		margin-right: 20px;
		margin-left: 20px;
		padding-top: 0
	}

	.fu-contact-name {
		font-size: 16px
	}

	.fu-contact-info {
		font-size: 14px
	}

	.fu-contact-txt h2 {
		font-size: 22px
	}
}

.dealer .fi-country-select {
	padding-left: 20px
}

.dealer-top__content {
	padding-top: 120px
}

.dealer-top__content .inner {
	text-align: left
}

.dealer-middle__content .list-supplier>li:nth-child(1) i,
.dealer-middle__content .list-supplier>div:nth-child(1) i,
.dealer-middle__content .list-supplier .slick-slide:nth-child(1) i {
	background: url(404.png) no-repeat center center
}

.dealer-middle__content .list-supplier>li:nth-child(2) i,
.dealer-middle__content .list-supplier>div:nth-child(2) i,
.dealer-middle__content .list-supplier .slick-slide:nth-child(2) i {
	background: url(../image/jl-01.svg) no-repeat center center
}

.dealer-middle__content .list-supplier>li:nth-child(3) i,
.dealer-middle__content .list-supplier>div:nth-child(3) i,
.dealer-middle__content .list-supplier .slick-slide:nth-child(3) i {
	background: url(../image/jl-01.svg) no-repeat center center
}

.dealer-middle__content .list-supplier>li:nth-child(4) i,
.dealer-middle__content .list-supplier>div:nth-child(4) i,
.dealer-middle__content .list-supplier .slick-slide:nth-child(4) i {
	background: url(../image/jl-01.svg) no-repeat center center
}

.dealer-middle__content .inner {
	max-width: 700px
}

.fd-main {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 120px 0
}

.fd-title {
	font-size: 22px;
	font-weight: 500;
	margin-left: 28px;
	color: #333
}

.filter-selector {
	position: relative;
	z-index: 10
}

.filter-selector__header {
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
	letter-spacing: .05em;
	color: #999
}

.filter-selector__header::after {
	font-family: 'iconfont';
	font-size: 16px;
	line-height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	content: '\e60a';
	-webkit-transition: transform .3s ease-out;
	transition: transform .3s ease-out
}

.filter-selector__header.active {
	color: #333
}

.filter-selector__header.active::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.filter-selector__option {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	display: none;
	padding: 10px 0;
	border: 1px solid #999;
	border-top-width: 2px;
	background-color: #fff
}

.filter-selector__option a {
	font-size: 16px;
	line-height: 30px;
	display: block;
	text-align: center;
	letter-spacing: .05em;
	color: #999
}

.filter-selector__option a.current {
	color: #333
}

.fi-verify {
	position: absolute;
	top: -5px;
	right: 0;
	width: 120px;
	height: 40px;
	background-color: #ccc
}

@media (max-width: 1920px) {
	.dealer-top__content {
		padding-top: 6.25vw
	}
}

@media (max-width: 1024px) {
	.dealer-top__content {
		padding-top: 60px
	}

	.fd-main {
		margin-right: 20px;
		margin-left: 20px
	}

	.fd-title {
		margin-left: 20px
	}

	.dealer-middle__content .list-supplier>li {
		width: 25%
	}
}

@media (max-width: 750px) {
	.fd-main {
		padding: 60px 0
	}

	.form-dealer .col-2 {
		width: 100%
	}

	.form-dealer .form-item-country-c {
		width: 30%
	}

	.form-dealer .form-item-country {
		width: 70%
	}

	.fd-title {
		font-size: 18px
	}
}

@media (max-width: 600px) {
	.dealer-middle__content .list-supplier>li {
		width: 100%;
		margin-bottom: 40px
	}

	.dealer-middle__content .list-supplier>li:last-child {
		margin-bottom: 0
	}
}

.layer-fb {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none
}

.lfb-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8)
}

.lfb-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 680px;
	margin-top: -340px;
	margin-left: -450px;
	background-color: #fff
}

.lfb-close {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #202020;
	font-size: 20px
}

.lfb-main {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto
}

.lfb-title {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	color: #202020
}

.lfb-title span {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.lfb-title span::before,
.lfb-title span::after {
	font-family: "GothamBold";
	font-size: 80px;
	line-height: 1;
	position: absolute;
	opacity: .1;
	color: #1F368F
}

.lfb-title span::before {
	top: 0;
	top: -.5em;
	left: -1em;
	content: '“'
}

.lfb-title span::after {
	top: 100%;
	right: -1em;
	margin-top: -.5em;
	content: '”'
}

@media (min-width: 1025px) {
	.lfb-close {
		-moz-transition: -moz-transform .6s;
		-o-transition: -o-transform .6s;
		-webkit-transition: -webkit-transform .6s;
		transition: transform .6s
	}

	.lfb-close:hover {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@media (max-width: 1440px) {
	.lfb-wrap {
		width: 840px;
		height: 660px;
		margin-left: -420px;
		margin-top: -330px
	}
}

@media (max-width: 1024px) {
	.lfb-close {
		font-size: 16px
	}

	.layer-box .fi-textarea-lfb {
		height: 3.5em
	}

	.layer-box .form-item {
		margin-top: 30px
	}

	.layer-box .fi-submit {
		margin-top: 0
	}

	.lfb-wrap {
		right: 20px;
		left: 20px;
		width: auto;
		height: auto;
		margin-top: 0;
		margin-left: 0;
		padding-bottom: 20px;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.lfb-title {
		font-size: 24px
	}

	.lfb-title span::before,
	.lfb-title span::after {
		font-size: 40px
	}

	.lfb-wrap {
		right: 10px;
		left: 10px
	}

	.lfb-main {
		margin-right: 20px;
		margin-left: 20px
	}
}

@media (max-width: 750px) {
	.lfb-title {
		font-size: 18px
	}

	.lfb-title span {
		line-height: 1.5;
		max-width: 70%
	}

	.lfb-group .form-item {
		margin-top: 0
	}

	.lfb-close {
		top: 14px;
		right: 14px;
		font-size: 14px
	}

	.layer-box .lfb-title {
		margin-top: 30px
	}

	.layer-box .fic-label {
		font-size: 14px
	}

	.layer-box .fi-label {
		line-height: 35px
	}

	.layer-box .fi-input {
		height: 35px;
		line-height: 35px
	}

	.layer-box .form-textarea {
		margin-top: 10px
	}

	.layer-box .fic-label {
		line-height: 30px
	}

	.layer-box .fic-label:before {
		top: 7px
	}

	.layer-box .fic-label:after {
		top: 11px
	}

	.fi-input {
		font-size: 14px
	}

	.form-item label.error {
		font-size: 10px;
		padding-top: 3px
	}
}

.layer-cbox {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.layer-cbg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8)
}

.layer-cwrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 600px;
	margin-top: -300px;
	margin-left: -450px;
	background-color: #fff
}

.layer-ctitle {
	font-size: 16px;
	font-weight: 700;
	line-height: 45px;
	padding-left: 20px;
	color: #000;
	background-color: #f2f2f2
}

.layer-cwords {
	font-size: 0;
	position: relative;
	padding: 15px 50px
}

.layer-cwords::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: '';
	background-color: #ddd
}

.layer-cwords span {
	font-size: 20px;
	line-height: 40px;
	display: inline-block;
	margin-right: .5em;
	cursor: pointer;
	vertical-align: top;
	text-transform: uppercase;
	color: #599bff
}

.layer-chandle {
	font-size: 0;
	padding: 25px 0
}

.btn-chandle {
	font-size: 16px;
	line-height: 40px;
	display: inline-block;
	width: 120px;
	height: 40px;
	margin: 0 .5em;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
	color: #599bff;
	border: 1px solid #599bff;
	border-radius: 3px
}

.btn-chandle.confirm {
	color: #fff;
	background-color: #599bff
}

.layer-cmain {
	overflow-y: auto;
	height: 390px
}

.layer-clist>li {
	border-bottom: 1px solid #ddd
}

.layer-clist>li:last-of-type {
	border-bottom-width: 0
}

.clist-item {
	font-size: 0;
	position: relative;
	padding: 20px 40px 0 120px
}

.clist-item>span {
	font-size: 16px;
	line-height: 40px;
	display: inline-block;
	width: 25%;
	padding-right: 1em;
	vertical-align: top
}

.clist-item__w {
	font-size: 24px;
	line-height: 2;
	position: absolute;
	top: 20px;
	left: 50px;
	width: 2em;
	height: 2em;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #c00
}

.search-header h3 {
	color: #202020;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 10px
}

.search-header p {
	color: #202020;
	font-size: 18px;
	line-height: 1.5
}

.search-header p span {
	color: #1F368F
}

.search-page .list-download li {
	margin-bottom: 0
}

.search-item {
	-webkit-transition: all .4s;
	transition: all .4s;
	display: block;
	padding: 35px 30px
}

.search-item h4 {
	-webkit-transition: color .4s;
	transition: color .4s;
	color: #202020;
	margin-bottom: .25em;
	font-size: 18px;
	line-height: 1.5
}

.search-item p {
	color: #999;
	font-size: 14px;
	line-height: 1.5
}

.list-search {
	margin-top: 30px
}

.list-search>li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.list-search>li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.2)
}

.list-search .search-item {
	position: relative;
	padding: 20px 120px 20px 0
}

.list-search .item-search__inner {
	padding-right: 15px;
	padding-left: 50px
}

.list-search .pic {
	position: absolute;
	right: 0;
	top: 50%;
	max-width: 100px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden
}

.list-search .pic img {
	width: 100%
}

.search-filtrate {
	margin-top: 15px
}

.search-filtrate .item-box {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px
}

.search-filtrate input {
	position: absolute;
	opacity: 0
}

.search-filtrate label {
	font-size: 14px;
	color: #202020;
	display: inline-block;
	position: relative;
	padding-left: 22px;
	cursor: pointer
}

.search-filtrate label:before {
	content: "";
	display: block;
	-webkit-transition: background .4s;
	transition: background .4s;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	width: 10px;
	height: 10px;
	border: 2px solid #1F368F
}

.search-filtrate input:checked+label:before {
	background-color: #1F368F
}

.search-input__box input {
	border: none;
	border-bottom: 1px solid #1F368F;
	font-size: 14px;
	color: #202020;
	outline: none;
	width: 360px;
	padding: 6px 20px 6px 0
}

.search-input__box input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.3)
}

.search-input__box input:-moz-placeholder {
	color: rgba(0, 0, 0, 0.3)
}

.search-input__box input:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.3)
}

.search-input__box .item-box {
	position: relative;
	display: inline-block
}

.search-input__box .search-btn {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	font-size: 18px;
	color: #202020;
	-webkit-transition: color .4s;
	transition: color .4s;
	border: none;
	background-color: transparent;
	outline: none;
	padding: 0;
	cursor: pointer
}

@media (min-width: 1025px) {
	.search-item:hover h4 {
		color: #1F368F
	}

	.search-filtrate label:hover:before {
		background-color: #1F368F
	}
}

@media (max-width: 1920px) {
	.list-search .item-search__inner {
		padding-right: 15px;
		padding-left: 2.60417vw
	}
}

@media (max-width: 1024px) {
	.search-header h3 {
		font-size: 22px;
		margin-bottom: 5px
	}

	.search-header p {
		font-size: 16px
	}

	.list-search .search-item {
		padding: 16px 110px 16px 0
	}

	.list-search .search-item .pic {
		max-width: 90px
	}

	.list-search .search-item h4 {
		font-size: 16px
	}

	.list-search .search-item p {
		font-size: 12px
	}
}

@media (max-width: 900px) {
	.list-search .item-search__inner {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (max-width: 500px) {
	.search-header h3 {
		font-size: 18px
	}

	.search-header p {
		font-size: 14px
	}

	.search-item h4 {
		font-size: 14px
	}

	.search-filtrate label {
		font-size: 12px;
		padding-left: 18px
	}

	.search-filtrate label:before {
		width: 8px;
		height: 8px;
		margin-top: -6px
	}

	.list-search {
		margin-top: 25px
	}

	.search-input__box .search-btn {
		width: 100%
	}
}