@charset "UTF-8";

/* 
 * Project Name:启英泰伦
 * 
 */
@font-face {
	font-family: 'Alibaba PuHuiTi 2.0 55';
	src: url('fonts/AlibabaPuHuiTi_2_55_Regular.woff2') format('woff2'),
		url('fonts/AlibabaPuHuiTi_2_55_Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: "Gilroy-Regular.woff";
	src: url("fonts/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy-Regular.ttf") format("truetype"), url("fonts/Gilroy-Regular.eot") format("embedded-opentype"), url("fonts/Gilroy-Regular.woff.svg") format("svg");
}

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

@font-face {
	font-family: 'Gilroy-Light';
	src: url('fonts/Gilroy-Light.woff2') format('woff2'),
		url('fonts/Gilroy-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}


.iconfont {
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0px;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

html::-webkit-scrollbar {
	width: 8px;
	background: none;
}

html::-webkit-scrollbar-thumb {
	width: 8px;
	background: #158FCF;
}

html::-webkit-scrollbar-corner {
	background: none;
}

html::-webkit-scrollbar:horizontal {
	height: 9px;
}

body {
	font: 14px/1.8 'Alibaba PuHuiTi 2.0 55', "SourceHanSansCN-Regular", "Microsoft Yahei", sans-serif, "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica;
	margin: 0 auto;
	color: #333;
	/* overflow-x: hidden; */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

img {
	border: 0;
}

input {
	outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

::-moz-selection {
	background: #8b8b8b;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #8b8b8b;
	color: #fff;
	text-shadow: none;
}

select {
	outline: none;
}

select::-ms-expand {
	display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:link,
a:visited {
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.tx-c {
	text-align: center;
}

.fc {
	text-align: center;
}

.fr {
	text-align: right;
}

.vt {
	vertical-align: top;
}

.vm {
	vertical-align: middle;
}

.db {
	display: block;
}

.wzbs {
	color: #fff !important;
}

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

.imgw {
	width: 100%;
	display: block;
}

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

.linkA {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/w0.png) no-repeat;
	z-index: 99;
}

.pageC a:link,
.pageC a:visited {
	color: #183D82;
}

.pageC a:active,
.pageC a:hover {
	color: #333;
}

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

.pageC {
	overflow: hidden;
}

.pageC table {
	width: 100% !important;
}

.pageC table img {
	width: 100% !important;
}

.pageC table td {
	padding: 5px !important;
}

.load-words.target span {
	opacity: 0;
	visibility: hidden;
}

.action.load-words span {
	visibility: visible;
	display: inline-block;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: wordsRightFade;
	animation-name: wordsRightFade;
}

@-webkit-keyframes wordsRightFade {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
	}
}

@-moz-keyframes wordsRightFade {
	0% {
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
	}

	100% {
		-moz-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
	}
}

@keyframes wordsRightFade {
	0% {
		-webkit-transform: translateX(50px);
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
	}

	100% {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
	}
}

.nimg.target {
	visibility: hidden;
}

.nimg.action {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 3s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
	animation: scaleUpDown 3s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.w1400 {
	width: 1400px;
	margin: 0 auto;
}

.mtop {
	margin-top: 69px;
}

/* 头部  */
.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: 0.45s;
	height: 69px;
	line-height: 69px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header.active,
.header.hvactive {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.header.active .hlimg1,
.header.hvactive .hlimg1 {
	display: none;
}

.header.active .hlimg2,
.header.hvactive .hlimg2 {
	display: inline-block;
}

.header.active .yj-bot .yj-link,
.header.active .nrlink,
.header.active .nlyy,
.header.active .nrbuy,
.header.hvactive .yj-bot .yj-link,
.header.hvactive .nrlink,
.header.hvactive .nlyy,
.header.hvactive .nrbuy {
	color: #5E5D5D;
}

.header.active .nrbuy,
.header.hvactive .nrbuy {
	border: 1px solid #D1D1D1;
}

.head-wrap {
	position: relative;
	padding: 0 3%;
	width: 100%;
	box-sizing: border-box;
}

.head-logo {
	float: left;
	position: relative;
	z-index: 10;
}

.head-logo a {
	display: block;
}

.head-logo img {
	width: 100%;
	vertical-align: middle;
}

.hlimg1 {
	display: inline-block;
}

.hlimg2 {
	display: none;
}

.header .nav {
	float: left;
	/* position: relative; */
	margin-left: 63px;
}

.navr {
	position: absolute;
	right: 3%;
	top: 0;
	height: 69px;
	z-index: 10;
}

.nrbuy,
.nrlg {
	display: inline-block;
	vertical-align: middle;
}

.nrlink {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #fff;
	padding: 0 10px;
}

.nrlink:hover {
	color: #158FCF !important;
}

.nrlink i {
	font-size: 12px;
}

.nrlink:nth-child(2)::before {
	content: "";
	position: absolute;
	left: -2px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 16px;
	background: #fff;
}

.nrbuy {
	width: 121px;
	height: 32px;
	border-radius: 50px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 32px;
	color: #fff;
	margin-left: 40px;
}

.nrbuy i {
	display: inline-block;
	font-size: 16px;
	margin-right: 7px;
}

.nrbuy:hover i {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}

@keyframes gelatine {

	from,
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	25% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}

	50% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}

	75% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
}

.index-tj {
	background: #F9F9F9;
	padding: 10px 0;
}

.nrlg {
	position: relative;
	margin-left: 30px;
}

.nrlg:hover .nlselect {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%);
}

.nlyy {
	display: block;
	color: #fff;
}

.nyicon1 {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	margin-right: 9px;
}

.nyicon2 {
	display: inline-block;
	font-size: 12px;
	margin-left: 9px;
}

.nlselect {
	opacity: 0;
	visibility: hidden;
	transition: 0.35s;
	position: absolute;
	top: 120%;
	left: 50%;
	transform: translateX(-50%);
	width: 120%;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	padding: 2px 10px 25px 10px;
	box-sizing: border-box;
	transform-origin: top;
}

.nlselect::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 10px solid #fff;
}

.nstxt {
	display: block;
	line-height: 1.5;
	text-align: center;
	color: #999999;
	margin-top: 15px;
	font-weight: lighter;
}

.nstxt:hover {
	color: #158FCF;
}

.header .yj-bot li {
	/* position: relative; */
	display: inline-block;
	vertical-align: top;
	transition: 0.35s;
	text-align: center;
	z-index: 10;
}

.header .yj-bot .yj-link {
	position: relative;
	z-index: 3;
	color: #fff;
	font-size: 16px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	margin: 0 25px;
	z-index: 3;
}

.header .yj-bot .yj-link i {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin-left: 10px;
}

.header .yj-bot li.active .yj-link {
	color: #158FCF;
}

.header .nav li:hover .ej-list {
	opacity: 1;
	visibility: visible;
}

.ej-list.active {
	opacity: 1;
	visibility: visible;
}

.ej-list {
	/* display: none; */
	position: absolute;
	z-index: 10;
	left: 50%;
	width: 136px;
	margin-left: -68px;
	top: 97%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	padding: 5px 0;
	/* transform-origin: top; */
	transition: 0.35s ease-in-out;
}

.el-link {
	position: relative;
	display: block;
	color: #6B6B6B;
	font-size: 14px;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 10px 0;
}

.el-link:not(:first-child) {
	border-top: 1px solid #eee;
}

.el-link:hover {
	color: #158FCF;
}

/* .ybsl {
	position: static !important;
} */

.ej-sl {
	left: 0;
	margin-left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 14% 0 11%;
}

.ej-sl::before {
	content: "";
	position: absolute;
	left: 29%;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background: #DFDEDE;
}

.esleft {
	float: left;
	width: 19%;
	padding: 60px 0 0 0;
}

.esllable {
	display: block;
	line-height: 1.5;
	color: #303C42;
	font-size: 22px;
	font-weight: lighter;
	text-align: left;
}

.esltitle {
	text-align: left;
	color: #999999;
	font-size: 16px;
	font-weight: lighter;
	margin-top: 130px;
}

.escenter {
	float: left;
	/* border-left: 1px solid #DFDEDE; */
	padding: 60px 0 60px 110px;
	box-sizing: border-box;
	width: 55%;
	text-align: left;
}

.escitem {
	display: inline-block;
	vertical-align: top;
	line-height: 1.5;
	text-align: left;
}

.escitem {
	margin-left: 50px;
}

.eititle {
	display: block;
	color: #303C42;
	font-size: 18px;
	font-weight: lighter;
	margin-bottom: 30px;
}

.eilink {
	display: block;
	color: #999999;
	font-size: 16px;
	margin-top: 20px;
	font-weight: lighter;
}

.ejab {
	display: block;
	float: left;
	width: 33.333%;
	line-height: 1.5;
	margin-top: 0 !important;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding-left: 50px;
}

.eilink i {
	opacity: 0;
	visibility: hidden;
	transition: 0.35s;
	font-size: 12px;
	margin-left: 35px;
}

.eilink:hover {
	color: #158FCF;
}

.eilink:hover i {
	opacity: 1;
	visibility: visible;
}

.esright {
	width: 26%;
	float: right;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 60px;
}

.esright img {
	display: block;
	width: 100%;
}

.menu-handler {
	position: fixed;
	right: 0;
	top: 0;
	width: 55px;
	height: 55px;
	display: none;
	cursor: pointer;
	z-index: 1300;
	transition: 0.35s;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 27.5px auto 0;
	width: 23px;
	height: 2px;
	background-color: #158FCF;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
}

.menu-handler span:after,
.menu-handler span:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 23px;
	height: 2px;
	left: 0;
	background-color: #158FCF;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
}

.menu-handler span:before {
	top: -7px;
	-webkit-transition-property: top, transform;
	-moz-transition-property: top, transform;
	-ms-transition-property: top, transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
}

.menu-handler span:after {
	bottom: -7px;
	-webkit-transition-property: bottom, transform;
	-moz-transition-property: bottom, transform;
	-ms-transition-property: bottom, transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform;
}

.menu-handler.active span {
	height: 2px;
	background-color: transparent;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	-ms-transition-delay: 0s, 0s;
	-o-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
}

.menu-handler.active span:after,
.menu-handler.active span:before {
	-webkit-transition-delay: 0s, .3s;
	-moz-transition-delay: 0s, .3s;
	-ms-transition-delay: 0s, .3s;
	-o-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s;
}

.menu-handler.active span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-handler.active span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-handler.active {
	top: 0;
}

.menuBox a:link,
.menuBox a:visited {
	color: #333333;
}

.menuMoblie .nav-link.active,
.menuMoblie .cur .nav-link,
.menuMoblie .nav-link:hover {
	border-bottom: 1px solid #DBDBDB;
}

.menuMoblie .nav-link:active i,
.menuMoblie .nav-link:hover i {
	color: #5E5D5D;
	transform: rotate(180deg);
}

.menuBox a:active,
.menuBox a:hover,
.menuMoblie .cur .nav-link {
	color: #239DE8;
}

.menuBox {
	border-top: 1px solid #e4e4e4;
	background-color: #fff;
	color: #333333;
	position: fixed;
	display: none;
	right: 0px;
	top: 55px;
	width: 100%;
	height: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-overflow-scrolling: touch;
	z-index: 1008;
	-webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menuMoblie {
	margin: 0 0 100px 0;
}

.menuMoblie .nav-link {
	position: relative;
	display: block;
	font-size: 18px;
	padding: 14px 5%;
	color: #5E5D5D;
}

.menuMoblie .nav-link i {
	display: block;
	float: right;
	color: #5E5D5D;
	font-size: 12px;
	margin-top: 6px;
}

.menuMoblie li {
	opacity: 0;
	visibility: hidden;
	transition: 0.55s;
	transform: scale(1.1) translateX(100px);
	border-bottom: 1px solid #e4e4e4;
}

.menuMoblie li:nth-child(1) {
	transition-delay: 0;
}

.menuMoblie li:nth-child(2) {
	transition-delay: 0.1s;
}

.menuMoblie li:nth-child(3) {
	transition-delay: 0.2s;
}

.menuMoblie li:nth-child(4) {
	transition-delay: 0.3s;
}

.menuMoblie li:nth-child(5) {
	transition-delay: 0.4s;
}

.menuMoblie li:nth-child(6) {
	transition-delay: 0.5s;
}

.menuMoblie li:nth-child(7) {
	transition-delay: 0.6s;
}

.menuMoblie .subnav {
	padding: 0 5%;
	display: none;
}

.menuMoblie .subnav .item {
	display: block;
}

.menuMoblie .subnav .item:active .siej,
.menuMoblie .subnav .item:hover .siej {
	color: #158FCF !important;
}

.menuMoblie .subnav .siej {
	position: relative;
	display: block;
	line-height: 1.4;
	font-size: 15px;
	color: #303C42;
	padding: 15px 40px;
}

.menuMoblie .subnav .item:not(:first-child) .siej {
	border-top: 1px solid #DBDBDB;
}

.menuOpen .menuBox {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.menuOpen .menuBox li {
	opacity: 1;
	visibility: visible;
	transform: scale(1) translateX(0);
}

.sisj {
	display: none;
	padding: 0 50px;
	border-top: 1px solid #DBDBDB;
}

.sitxt {
	display: block;
	margin: 10px 0;
	color: #999999 !important;
}

/* Slider */
.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;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: #f1f1f1 url(../images/loader.gif) center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-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;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.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;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}

@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* pswp = photoswipe */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: 0;
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/black_80.png) repeat;
	background: none rgba(0, 0, 0, 0.8);
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/*.pswp--animated-in {
	.pswp__bg,
	.pswp__zoom-wrap {
		-webkit-transition: none;
		transition: none;
	}
}*/
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;
}

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline;
}

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	outline: 0;
	opacity: .9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button {
	background: url(../images/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {
	.pswp--svg .pswp__button {
		background-image: url(../images/default-skin.svg);
	}

	.pswp__button--close {
		color: #fff;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-top: -24px;
	position: absolute;
	background: none #767676;
	color: #fff;
	display: block;
	font-family: "iconfont" !important;
	font-size: 15px;
	text-align: center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pswp__button--arrow--left {
	left: 2%;
}

.pswp__button--arrow--right {
	right: 2%;
}

.pswp__button--arrow--left:before {
	content: "\e848";
}

.pswp__button--arrow--right:before {
	content: "\e847";
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
	color: #fff;
	background-color: #1A1A1A;
}

.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF;
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D;
}

a.pswp__share--download:hover {
	background: #DDD;
}

.pswp__counter {
	float: left;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: .75;
	padding: 0 10px;
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption__center {
	text-align: center;
	max-width: 600px;
	font-size: 15px;
	margin: 0 auto;
	padding: 20px 10px;
	color: #fff;
}

.pswp__caption__center .xzy-zan {
	float: right;
	display: block;
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise .5s linear infinite;
	animation: clockwise .5s linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: 0 0;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__caption,
.pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__caption,
.pswp__top-bar {
	background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
	background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 1;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
	opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background-image: none !important;
}

/* banner */
.banner-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner {
	position: relative;
	overflow: hidden;
}

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

.banner .slide-inner img {
	position: relative;
	width: 100vw !important;
	height: 105vh !important;
	left: 0 !important;
	object-fit: cover;
}

.pimg {
	display: block;
}

.mpimg {
	display: none !important;
}

.banner .slick-active .pimg {
	visibility: visible;
	-webkit-animation: scaleUpDown1 1.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown1 1.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@keyframes scaleUpDown1 {
	from {
		-webkit-transform: scale(1.3);
		transform: scale(1.2);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.banner .slick-current .bscover {
	opacity: 1;
	visibility: visible;
}

.banner .slick-dots {
	position: absolute;
	right: 43px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*z-index: 104;*/
}

.banner .slick-dots li {
	position: relative;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
	transition: 0.45s;
	margin: 18px 0;
}

.banner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .slick-dots li a:focus {
	outline: none;
}

.banner .slick-dots li.slick-active {
	height: 46px;
	border-radius: 50px;
}

.bscover {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.2s cubic-bezier(0.445, 0.145, 0.355, 1);
	-moz-transition: 1.2s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition: 1.2s cubic-bezier(0.445, 0.145, 0.355, 1);
	position: absolute;
	z-index: 10;
	transition-delay: 0.15s;
}

.bsc1 {
	top: 50%;
	transform: translateY(-50%);
	right: 15%;
	text-align: center;
}

.bctbt1 {
	color: #fff;
	font-size: 66px;
	line-height: 1;
	font-weight: normal;
}

.bctbt1 img {
	display: inline-block;
}

.bctbt1 font {
	color: #38BFF8;
}

.btup {
	vertical-align: text-top;
}

.btdown {
	vertical-align: text-bottom;
}

.bct1 {
	line-height: 1.5;
	color: #fff;
	font-size: 30px;
	margin-top: 30px;
	font-weight: lighter;
}

.bsc2 {
	left: 0;
	width: 100%;
	top: 20%;
	text-align: center;
}

.bcbt2 {
	color: #fff;
	font-size: 52px;
	font-weight: normal;
}

.bct2 {
	color: #fff;
	font-size: 30px;
	line-height: 1.5;
	font-weight: lighter;
}

.bct2 img {
	display: inline-block;
}

.bct3 {
	margin: 50px auto 0;
	color: #FFFFFF !important;
	border: 1px solid #fff;
}

.gybtn {
	position: relative;
	display: block;
	font-size: 15px;
	width: 134px;
	height: 43px;
	line-height: 43px;
	z-index: 3;
	box-sizing: border-box;
	transition: 0.45s ease;
	border-radius: 23px;
	text-align: center;
	overflow: hidden;
	z-index: 3;
	text-transform: uppercase;
}

.gybtn i {
	font-size: 20px;
	margin-left: 20px;
	line-height: 1;
	transition: 0.45s ease-out;
}

.bctbt1,
.bct1,
.bcbt2,
.bct2 {
	opacity: 0;
	visibility: hidden;
	letter-spacing: 30px;
	transition: 1s ease-in-out;
	transition-delay: 0.15s;
}

.banner .slick-current .bctbt1,
.banner .slick-current .bct1,
.banner .slick-current .bcbt2,
.banner .slick-current .bct2 {
	opacity: 1;
	visibility: visible;
	letter-spacing: normal;
}

.index-down {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 10;
	cursor: pointer;
}

.index-down img {
	display: block;
	width: 40px;
}

.index-down em {
	position: relative;
	display: block;
	width: 2px;
	height: 56px;
	background: #fff;
	margin: 20px auto 0;
}

.index-down em::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 43%;
	background: #276CAD;
	animation: transY 1.5s infinite forwards;
}

@keyframes transY {
	from {
		top: 0;
	}

	to {
		top: 100%;
	}
}

/* banner end */
.index-bot2 {
	padding: 84px 0 65px 0;
}

.gybt1 {
	display: block;
	color: #333333;
	font-size: 43px;
	font-weight: normal;
	line-height: 1.5;
}

.gybt2 {
	display: block;
	color: #999999;
	font-size: 18px;
	margin-top: 15px;
	line-height: 1.5;
}

.gbbs .gybt1,
.gbbs .gybt2 {
	color: #fff;
}

.ib2pic {
	text-align: center;
	margin-top: 50px;
}

.ib2pic img {
	display: inline-block;
	max-width: 100%;
}

.index-bot3 {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 48px 0;
}

.ib3list{
	display: flex;
}

.il3item {
	position: relative;
	float: left;
	width: 14%;
	box-sizing: border-box;
	padding-left: 20px;
	padding-bottom: 140px;
}

.il3item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
}

.il3item::after {
	content: "";
	position: absolute;
	left: 3px;
	top: 6px;
	width: 1px;
	height: 100%;
	background: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, 0));
}

/*.il3item:nth-child(1) {
	margin-top: 430px;
}

.il3item:nth-child(2) {
	margin-top: 370px;
}

.il3item:nth-child(3) {
	margin-top: 300px;
}

.il3item:nth-child(4) {
	margin-top: 230px;
}

.il3item:nth-child(5) {
	margin-top: 170px;
}

.il3item:nth-child(6) {
	margin-top: 100px;
}

.il3item:nth-child(7) {
	margin-top: 30px;
}

.il3item:nth-child(8) {
	margin-top: -40px;
}*/


.il3year {
	font-family: 'Gilroy-Light';
	display: block;
	color: rgba(255, 255, 255, .4);
	font-size: 58px;
	line-height: 1;
	transform: rotate(90deg) translate(60px, 50px);
	transition: 0.45s all ease-in-out;
	/* writing-mode:vertical-rl; */
}

.il3pics {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s all ease-in-out;
}

.il3pics img {
	display: block;
	margin-top: 10px;
}

.il3item:hover .il3pics {
	opacity: 1;
	visibility: visible;
}

.il3item:hover .il3year {
	color: #fff;
	transform: rotate(0) translate(0, 0);
}

.il3item .il3pics {
	opacity: 1;
	visibility: visible;
}

.il3item .il3year {
	color: #fff;
	transform: rotate(0) translate(0, 0);
}

.index-bot4 {
	padding: 139px 0 195px 0;
	overflow: hidden;
}

.ib4left {
	float: left;
	width: 28%;
}

.ib4more {
	display: block;
	width: 54px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #161616;
	margin-top: 70px;
	border: 1px solid #707070;
	border-radius: 15px;
	font-weight: bold;
	font-weight: 16px;
}

.ib4more:hover {
	color: #158FCF;
	border: 1px solid #158FCF;
	font-weight: bold;
}

.ib4right {
	float: right;
	width: 63%;
	box-sizing: border-box;
	padding-left: 110px;
	border-left: 1px solid #C9C9C9;
	margin-top: 20px;
	padding-bottom: 20px;
}

.ib4right li {
	float: left;
	width: 50%;
}

.ib4right li:nth-child(3),
.ib4right li:nth-child(4) {
	margin-top: 70px;
}

.ir4num {
	font-family: "Gilroy-Regular.woff";
	display: block;
	color: #158FCF;
	font-size: 64px;
	line-height: 1;
	font-weight: normal;
}

.ir4txt {
	color: #999999;
	font-size: 18px;
	margin-top: 15px;
}

.index-bot5 {
	position: relative;
}

.ib5pics {
	position: relative;
}

.ip5item {
	position: relative;
	float: left;
}

.ip5item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.ip5item img {
	display: block;
	width: 100%;
}

.ib5top {
	position: absolute;
	top: 130px;
	left: 50%;
	transform: translateX(-50%);
}

.it5left {
	float: left;
	width: 30%;
}

.it5right {
	float: right;
}

.ir5qh {
	position: relative;
	display: inline-block;
	margin-left: 50px;
	cursor: pointer;
}

.ir5qh:hover .iq5icon::before,
.ir5qh.active .iq5icon::before {
	transform: scale(1);
}

.ir5qh:hover .iq5icon,
.ir5qh.active .iq5icon {
	color: #fff;
	background: transparent;
}

.iq5icon::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #158FCF;
	border-radius: 50%;
	z-index: -3;
	transform: scale(0);
	transition: 0.45s;
}

.iq5icon {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	color: #158FCF;
	font-size: 38px;
	background: #fff;
	z-index: 3;
	overflow: hidden;
	margin: 0 auto;
	transition: 0.45s;
}

.iq5txt {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
}

.ib5bottom {
	position: absolute;
	left: 50%;
	bottom: 85px;
	transform: translateX(-50%);
}

.ib5item {
	position: relative;
	float: left;
}

.ii5txt {
	color: #fff;
	font-size: 18px;
	width: 45%;
}

.ii5more {
	font-family: "Gilroy-Regular.woff";
	display: block;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 35px;
}

.ii5more i {
	display: inline-block;
	font-size: 20px;
	margin-left: 20px;
}

.ii5txt,
.ii5more {
	opacity: 0;
	visibility: hidden;
	transform: translateX(50%);
	transition: 0.8s;
}

.ib5bottom .slick-current .ii5txt,
.ib5bottom .slick-current .ii5more {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.index-bot6 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 78px 0 90px 0;
	overflow: hidden;
}

.ib6list {
	margin-left: -3%;
	margin-top: 100px;
}

.il6item {
	position: relative;
	float: left;
	width: 30.333%;
	margin-left: 3%;
	padding-bottom: 22px;
}

.il6item::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #158FCF;
	transition: 0.45s ease;
}

.il6ty {
	transition: 0.45s;
}

.il6item:hover .il6ty {
	transform: translateY(-48px);
}

.il6item:hover::before {
	left: 0;
	width: 100%;
}

.il6item:hover .il6pic {
	box-shadow: 0 0 24px rgba(21, 143, 207, .24);
}

.il6pic {
	display: block;
	border-radius: 18px !important;
	overflow: hidden;
	transition: 0.45s;
}

.il6pic img {
	display: block;
	width: 100%;
	border-radius: 18px !important;
}

.il6date {
	font-family: "Gilroy-Regular.woff";
	display: block;
	color: #333333;
	font-size: 16px;
	margin-top: 20px;
}

.il6txt {
	color: #333333;
	font-size: 22px;
	margin-top: 20px;
	line-height: 1.5;
	font-weight: lighter;
	height: 66px;
	overflow: hidden;
}

.ib6more {
	margin: 120px auto 0;
	border: 1px solid #999999;
	color: #999999;
}

.index-bot7 {
	position: relative;
	/* padding: 140px 0 0 0; */
	height: calc(100vh - 69px);
	box-sizing: border-box;
	overflow: hidden;
}

.ib7bjt {
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background-repeat: repeat;
	background-size: cover;
	background-position: left bottom;
	animation: move_wave 100s linear infinite;
}

.ib7bt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.ib7line1 {
	position: absolute;
	top: 45%;
	left: 0;
}

.ib7line2 {
	position: absolute;
	top: 59%;
	left: 0;
}

.ib7line3 {
	position: absolute;
	top: 49%;
	left: 0;
}

.il7bg {
	position: relative;
	z-index: 1;
}

.il7bg img {
	display: block;
	width: 100%;
}

.il7logo {
	position: absolute;
	z-index: 5;
}

.ilimg {
	display: block;
	/* position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 90%;
	max-height: 90%;
	margin: auto; */
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transform-origin: 50% 48%;
}

.ildw1 {
	width: 149px;
	height: 149px;
	left: 16%;
	top: 14%;
	z-index: 2;
	animation: spin4 26s infinite linear;
}

.ildw1 .ilimg {
	animation: spin-reverse2 26s infinite linear;
}

.ildw2 {
	width: 103px;
	height: 103px;
	left: 39%;
	top: 25%;
	animation: spin4 70s infinite linear;
}

.ildw2 .ilimg {
	animation: spin-reverse2 70s infinite linear;
}

.ildw3 {
	width: 136px;
	height: 136px;
	left: 60%;
	top: 17%;
	animation: spin4 40s infinite linear;
}

.ildw3 .ilimg {
	animation: spin-reverse2 40s infinite linear;
}

.ildw4 {
	width: 132px;
	height: 132px;
	right: 10%;
	top: 20%;
	animation: spin 45s infinite linear;
}

.ildw4 .ilimg {
	animation: spin-reverse 45s infinite linear;
}

.ildw5 {
	width: 103px;
	height: 103px;
	left: 3%;
	top: 47%;
	animation: spin 80s infinite linear;
}

.ildw5 .ilimg {
	animation: spin-reverse 80s infinite linear;
}

.ildw6 {
	width: 103px;
	height: 103px;
	left: 18%;
	top: 55%;
	animation: spin 56s infinite linear;
}

.ildw6 .ilimg {
	animation: spin-reverse 56s infinite linear;
}

.ildw7 {
	width: 125px;
	height: 125px;
	left: 65%;
	top: 45%;
	animation: spin 52s infinite linear;
}

.ildw7 .ilimg {
	animation: spin-reverse 52s infinite linear;
}

.ildw8 {
	width: 103px;
	height: 103px;
	right: 2%;
	top: 50%;
	animation: spin 90s infinite linear;
}

.ildw8 .ilimg {
	animation: spin-reverse 90s infinite linear;
}

.ildw9 {
	width: 156px;
	height: 155px;
	left: 10%;
	bottom: 12%;
	animation: spin 40s infinite linear;
}

.ildw9 .ilimg {
	animation: spin-reverse 40s infinite linear;
}

.ildw10 {
	width: 103px;
	height: 103px;
	left: 30%;
	bottom: 15%;
	animation: spin 20s infinite linear;
}

.ildw10 .ilimg {
	animation: spin-reverse 20s infinite linear;
}

.ildw11 {
	width: 137px;
	height: 137px;
	left: 50%;
	bottom: 10%;
	animation: spin 60s infinite linear;
}

.ildw11 .ilimg {
	animation: spin-reverse 60s infinite linear;
}

.ildw12 {
	width: 98px;
	height: 98px;
	left: 65%;
	bottom: 20%;
	animation: spin 50s infinite linear;
}

.ildw12 .ilimg {
	animation: spin-reverse 50s infinite linear;
}

.ildw13 {
	width: 137px;
	height: 139px;
	right: 10%;
	bottom: 10%;
	animation: spin 35s infinite linear;
}

.ildw13 .ilimg {
	animation: spin-reverse 35s infinite linear;
}
.ildw14{
	width: 90px;
	height: 90px;
	left: 30%;
	top: 12%;
	animation: spin 35s infinite linear;
}
.ildw14 .ilimg {
	animation: spin-reverse 35s infinite linear;
}
.ildw15{
	width: 130px;
	height: 130px;
	left: 28%;
	top: 40%;
	animation: spin 90s infinite linear;
}
.ildw15 .ilimg {
	animation: spin-reverse 90s infinite linear;
}
.ildw16{
	width: 110px;
	height: 110px;
	left: 40%;
	bottom: 7%;
	animation: spin 60s infinite linear;
}
.ildw16 .ilimg {
	animation: spin-reverse 60s infinite linear;
}
.ildw17{
	width: 105px;
	height: 105px;
	right: 48%;
	top: 20%;
	animation: spin 30s infinite linear;
}
.ildw17 .ilimg {
	animation: spin-reverse 30s infinite linear;
}
.ildw18{
	width: 80px;
	height: 80px;
	right: 25%;
	top: 15%;
	animation: spin4 15s infinite linear;
}
.ildw18 .ilimg {
	animation: spin-reverse2 15s infinite linear;
}
.ildw19{
	width: 125px;
	height: 125px;
	right: 13%;
	top: 35%;
	animation: spin4 30s infinite linear;
}
.ildw19 .ilimg {
	animation: spin-reverse2 30s infinite linear;
}
.ildw20{
	width: 95px;
	height: 95px;
	right: 15%;
	bottom: 30%;
	animation: spin4 50s infinite linear;
}
.ildw20 .ilimg {
	animation: spin-reverse2 50s infinite linear;
}
.il7qq {
	position: absolute;
	border-radius: 50%;
	background-color: #E0E5FF;
	transform-origin: 30% 30px;
	opacity: 0.5;
}

.il7qq span {
	display: block;
	animation: spin-reverse3 6s infinite linear;
}

.iq1 {
	top: 20%;
	left: 10%;
	width: 8px;
	height: 8px;
	animation: spin1 6s infinite linear;
}

.iq2 {
	top: 40%;
	left: 20%;
	width: 12px;
	height: 12px;
	animation: spin2 8s infinite linear;
}

.iq3 {
	top: 35%;
	left: 30%;
	width: 6px;
	height: 6px;
	animation: spin1 6s infinite linear;
}

.iq4 {
	top: 5%;
	left: 40%;
	width: 6px;
	height: 6px;
	animation: spin1 10s infinite linear;
}

.iq5 {
	bottom: 20%;
	left: 30%;
	width: 18px;
	height: 18px;
	animation: spin2 6s infinite linear;
}

.iq6 {
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	animation: spin1 10s infinite linear;
}

.iq7 {
	top: 60%;
	left: 55%;
	width: 12px;
	height: 12px;
	animation: spin2 8s infinite linear;
}

.iq8 {
	top: 30%;
	left: 65%;
	width: 15px;
	height: 15px;
	animation: spin2 6s infinite linear;
}

.iq9 {
	top: 70%;
	right: 20%;
	width: 18px;
	height: 18px;
	animation: spin1 8s infinite linear;
}

.iq10 {
	top: 40%;
	right: 15%;
	width: 23px;
	height: 23px;
	animation: spin2 8s infinite linear;
}

@keyframes rowup {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1);
	}

	100% {
		-webkit-transform: translate3d(-20px, -50%, 0) scale(1.03);
		transform: translate3d(-20px, -50%, 0) scale(1.03);
	}
}

@keyframes rowup2 {
	0% {
		-webkit-transform: translate3d(-20px, -50%, 0) scale(1.03);
		transform: translate3d(-20px, -50%, 0) scale(1.03);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes move_wave {
	0% {
		transform: translateX(0) translateZ(0);
	}

	50% {
		transform: translateX(-25%) translateZ(0);
	}

	100% {
		transform: translateX(-50%) translateZ(0);
	}
}

.page-bottom {
	background: #158FCF;
	padding: 77px 0 90px 0;
}

.pbtitle {
	display: block;
	color: #fff;
	font-size: 36px;
	line-height: 1.5;
	text-align: center;
	font-weight: normal;
	letter-spacing: 4px;
}

.pbbtn {
	position: relative;
	display: block;
	width: 204px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50px;
	color: #fff;
	font-size: 15px;
	margin: 30px auto 0;
	border: 1px solid #fff;
	z-index: 3;
	overflow: hidden;
}

.pbbtn::before {
	background: #fff;
}

.gybtn::before {
	background: #158FCF;
}

.pbbtn::before,
.gybtn::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	z-index: -3;
	transition: 0.45s ease-out;
	border-radius: 50px;
}

.pbbtn:hover {
	color: #158FCF;
	border: 1px solid rgba(255, 255, 255, 0);
}

.pbbtn:hover::before,
.gybtn:hover::before {
	left: 0;
	width: 100%;
}

.pbbtn:hover i,
.gybtn:hover i {
	margin-left: 10px;
}

.bct3:hover {
	border: 1px solid rgba(255, 255, 255, 0);
}

.ib6more:hover {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0);
}

.pbbtn i {
	font-size: 20px;
	margin-left: 20px;
	transition: 0.45s ease-out;
}

.footer-wrap {
	background: #EEEEEE;
}

.fwbot1 {
	padding: 66px 0 88px 0;
}

.fb1list {
	float: left;
}

.fb1list li {
	float: left;
	flex: 1;
}

/* .fb1list li:not(:first-child) {
	margin-left: 100px;
} */

.fl1yj {
	display: block;
	color: #5E5D5D;
	font-size: 22px;
	font-weight: lighter;
}

.fl1ej {
	display: block;
	color: rgba(102, 103, 103, .7);
	font-size: 14px;
	margin-top: 15px;
	font-weight: lighter;
}

.fl1ej:hover {
	color: #333;
}

.fb1right {
	float: right;
	width: 26%;
}

.fe1pic {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: rgba(102, 103, 103, .7);
	font-size: 14px;
	font-weight: lighter;
}

.fe1pic:not(:first-child) {
	margin-left: 30px;
}

.fe1pic img {
	display: block;
	width: 112px;
	margin: 0 auto 5px;
}

.fr1txt1 {
	color: rgba(94, 93, 93, .8);
	font-size: 22px;
	margin-top: 50px;
	font-weight: lighter;
	border-bottom: 1px dashed rgba(112, 112, 112, .5);
	padding-bottom: 10px;
}

.fr1txt2 {
	font-family: 'Gilroy';
	display: block;
	color: #158FCF;
	font-size: 24px;
	margin-top: 20px;
	line-height: 1.5;
}

.fr1txt3 {
	display: block;
	color: rgba(102, 103, 103, .7);
	font-size: 15px;
	font-weight: lighter;
	line-height: 1.5;
}

.fwbot2 {
	border-top: 1px solid rgba(46, 46, 46, .1);
	padding: 30px 0;
}

.fb2txt {
	display: inline-block;
	color: rgba(102, 103, 103, .7);
	font-size: 14px;
	margin-right: 46px;
	font-weight: lighter;
}

.fb2txt a {
	color: rgba(102, 103, 103, .7);
}

.ft2jh {
	display: inline-block;
	vertical-align: middle;
}

.insides-banner {
	position: relative;
}

.ibtp {
	overflow: hidden;
}

.ibtp img {
	display: block;
	width: 100%;
}

.pdpimg {
	display: block;
}

.pdmimg {
	display: none !important;
}

.mpdcv {
	background: #1D1D1D;
	display: none;
	padding: 40px 5%;
}

.ibsl img {
	height: calc(100vh - 69px);
}

.ibbrand {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 52px;
	line-height: 52px;
	background: rgba(40, 46, 51, .7);
}

.ibtxt {
	color: #fff;
}

.ibcover {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ibct2 {
	display: block;
	color: #fff;
	font-size: 24px;
}

.ibct1 {
	display: block;
	color: #fff;
	font-size: 48px;
	line-height: 1.5;
	font-weight: normal;
}

.ibct3 {
	color: #fff;
	font-size: 16px;
	margin-top: 50px;
	width: 48%;
	text-align: justify;
}

/* .products-menu.active {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
	padding: 15px 0;
}

.products-menu.active .pmiicon {
	font-size: 35px;
}

.products-menu.active .pmitxt {
	font-size: 14px;
} */

.products-menu {
	width: 100%;
	position: sticky;
	top: 69px;
	padding: 15px 0;
	background: #fff;
	transition: 0.45s;
	z-index: 11;
	box-sizing: border-box;
	border-bottom: 1px solid #EFEFEF;
}

.products-menu .w1400 {
	display: -webkit-flex;
	display: flex;
}

.pmitem {
	display: block;
	position: relative;
	-webkit-flex: 1;
	flex: 1;
	text-align: center;
	cursor: pointer;
}

.pmitem::before {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s ease-out;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: rotateY(180deg) translateX(-50%);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 10px solid #158FCF;
}

.pmiicon {
	display: block;
	color: #158FCF;
	font-size: 35px;
	line-height: 1.2;
}

.pmitxt {
	display: block;
	color: #333333;
	font-size: 14px;
}

.pmitem:hover .pmiicon {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}

.pmitem:hover .pmitxt,
.pmitem.active .pmitxt {
	color: #158FCF;
}

.pmitem:hover::before,
.pmitem.active::before {
	opacity: 1;
	visibility: visible;
	transform: rotateY(0) translateX(-50%);
}

.pdlist li {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.pdlist li .w1400 {
	position: relative;
	padding: 170px 0;
}

.pdlist li:nth-of-type(odd) .plpic {
	left: 0;
}

.pdlist li:nth-of-type(odd) .plwz {
	float: right;
}

.pdlist li:nth-of-type(even) .plpic {
	right: 0;
}

.pdlist li:nth-of-type(even) .plwz {
	float: left;
}

.plpic {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.plpic img {
	display: block;
	width: 100%;
	transition: 1s;
}

.plwz {
	width: 43%;
}

.plwtxt1 {
	display: block;
	color: #333333;
	font-size: 36px;
	font-weight: normal;
}

.plwtxt2 {
	color: #5E5D5D;
	font-size: 18px;
}

.plwline {
	display: block;
	width: 37px;
	height: 7px;
	background: #158FCF;
	margin-top: 40px;
}

.pdlist li:hover .plpic img {
	transform: translateY(-15px);
	/* animation: moveY 1s infinite alternate; */
}


@keyframes moveY {
	form {
		transform: translateY(0);
	}

	to {
		transform: translateY(-20px);
	}
}

.nypage {
	position: relative;
	z-index: 1;
	background: #fff;
}

.products-pm {
	padding: 100px 0 190px 0;
}

.pmcp {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
	padding-left: 16%;
}

.pmcitem {
	flex: 1;
	text-align: center;
}

.pmixz {
	display: block;
	color: #333333;
	font-size: 18px;
}

.pmtable {
	margin-top: 80px;
	border: 1px solid #DFDFDF;
}

.pthead {
	display: flex;
	background: #EEEEEE;
}

.pblist li {
	display: flex;
}

.phtxt {
	display: block;
	padding: 20px 40px;
	color: #333333;
	font-size: 20px;
	box-sizing: border-box;
	background: #EEEEEE;
}

.phtxt:not(:first-child) {
	border-left: 1px solid #DFDFDF;
}

.ptw1 {
	width: 16%;
	/* flex: 1; */
}

.ptw2 {
	/* width: 38%; */
	flex: 2;
}

.ptw3 {
	width: 41%;
}

.pblcs {
	/* flex: 1; */
	width: 16%;
	display: block;
	color: #333333;
	font-size: 18px;
	padding: 30px 40px;
	font-weight: normal;
	box-sizing: border-box;
	border-top: 1px solid #DFDFDF;
}

.pblms p,.pblms div {
	display: block;
	color: #999999;
	font-size: 16px;
	word-break: break-all;
	margin-bottom: 10px;
}

.pbdtxt:not(:first-child) {
	margin-top: 10px;
}

.pbdesc {
	display: block;
	padding: 30px 40px;
	box-sizing: border-box;
	border-top: 1px solid #DFDFDF;
}

.pblms {
	flex: 2;
	border-left: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	padding: 30px 40px;
	box-sizing: border-box;
}

.st2bot1 {
	padding: 80px 0 100px 0;
}

.sb21pic {
	width: 100%;
	margin-top: 80px;
	padding-bottom: 60px;
}
.sb21pic .slick-dots {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	display: inline-block;
    *display: inline;
    *zoom: 1;
}
.sb21pic .slick-dots li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	line-height: 10px;
	border-radius: 50%;
	background: #eee;
	transition: 0.45s;
	margin: 0 10px;
	overflow: hidden;
}

.sb21pic .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sb21pic .slick-dots li a:focus {
	outline: none;
}

.sb21pic .slick-dots li.slick-active {
	background: #158FCF;
}
.sp2item{
	position: relative;
	float: left;
}
.sp2item img {
	display: block;
	width: 100%;
}

.st2bot2 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 120px 0;
}

.sb22list {
	margin-top: 30px;
	margin-left: -3%;
}

.sb22list li {
	float: left;
	width: 47%;
	margin: 37px 0 0 3%;
	border-radius: 8px;
	background: rgba(255, 255, 255, .58);
	box-sizing: border-box;
	padding: 40px;
	display: flex;
	/* align-items: center; */
}

.sb22list li:hover .sl22icon {
	transform: rotateY(180deg);
}

.sl22icon {
	display: block;
	width: 71px;
	height: 71px;
	border-radius: 50%;
	text-align: center;
	line-height: 71px;
	background: #158FCF;
	color: #fff;
	font-size: 33px;
	transition: 0.45s;
	margin-top: 6px;
}

.sl22wz {
	width: 83%;
	margin-left: auto;
}

.sw22t1 {
	display: block;
	color: #333333;
	font-size: 24px;
	font-weight: normal;
}

.sw22t2 {
	display: block;
	color: #333333;
	font-size: 16px;
	height: 58px;
	overflow-y: scroll;
}
.sw22t2::-webkit-scrollbar {
	width: 4px;
	background: none;
}

.sw22t2::-webkit-scrollbar-thumb {
	width: 4px;
	background: #158FCF;
}

.sw22t2::-webkit-scrollbar-corner {
	background: none;
}

.sw22t2::-webkit-scrollbar:horizontal {
	height: 9px;
}
.st2bot3 {
	padding-top: 80px;
}

.sb23cont {
	display: flex;
	margin-top: 50px;
}

.sc23left {
	width: 25%;
	background: #F7F7F7;
	box-sizing: border-box;
}

.sl23link {
	position: relative;
	display: block;
	color: #999999;
	font-size: 18px;
	padding: 20px 60px;
	line-height: 1.5;
	z-index: 3;
}

.sl23link::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #158FCF;
	z-index: -3;
	transition: 0.45s;
}

.sl23link.active {
	color: #fff;
}

.sl23link.active::before {
	width: 100%;
}

.sc23right {
	width: 75%;
	box-sizing: border-box;
	border: 1px solid #EDEDED;
}

.sc23box {
	display: none;
}

.sr23nr {
	float: left;
	width: 59%;
	box-sizing: border-box;
	padding: 30px 50px 0 50px;
}

.sc3name {
	display: block;
	color: #333333;
	font-size: 24px;
	font-weight: normal;
}

.sc3desc {
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
	line-height: 1.5;
}

.sc23pic {
	float: right;
	width: 41%;
}

.sc23pic img {
	display: block;
	width: 100%;
}

.sc3lable {
	margin-top: 50px;
	height: 270px;
	overflow-y: scroll;
}

.sc3lable::-webkit-scrollbar {
	width: 4px;
	background: none;
}

.sc3lable::-webkit-scrollbar-thumb {
	width: 4px;
	background: #158FCF;
}

.sc3lable::-webkit-scrollbar-corner {
	background: none;
}

.sc3lable::-webkit-scrollbar:horizontal {
	height: 9px;
}

.sl3txt {
	display: block;
	float: left;
	width: 33.333%;
	margin-bottom: 30px;
	line-height: 1.5;
	color: #999999;
	font-size: 16px;
	font-weight: lighter;
}

.sl3txt i {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin-right: 5px;
}

.st2bot4 {
	margin-top: 145px;
}

.sb24list {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 74px auto 0;
	width: 1300px;
	padding:  0 100px;
}
.sb24list .slick-track{
    margin: 0 auto;
}
.sb24list .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 40%;
	transform: translateY(-50%);
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	border-radius: 50%;
	color: #333;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	transition: 0.45s;
	background: #fff;
	font-weight: bold;
}

.sb24list .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 20px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.sb24list .slick-prev:before {
	content: "\e848";
}

.sb24list .slick-next:before {
	content: "\e847";
}

.sb24list .slick-prev {
	left: 4px;
}

.sb24list .slick-next {
	right: 4px;
}

.sb24list .slick-arrow:hover {
	color: #158FCF;
}
.sb24wz {
	position: relative;
	float: left;
	margin: 6px 20px 6px 20px;
}

.sw24bg {
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .16);
	box-sizing: border-box;
	padding: 50px 33px;
	position: relative;
}

.sw24pic {
	position: relative;
	width: 100%;
	/* height: 180px; */
	margin: 0 auto;
}

.sw24pic img {
	/* position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;*/
	margin: auto; 
	display: block;
	max-width: 100%;
	/* max-width: 100%;
	max-height: 100%; */
}

.sw24title {
	display: block;
	color: #333333;
	font-size: 27px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(112, 112, 112, .21);
	font-weight: lighter;
	margin-top: 15px;
}

.sw24ms {
	color: #999999;
	font-size: 16px;
	margin-top: 15px;
	height: 58px;
	overflow: hidden;
}

.sw24btn {
	display: block;
	color: #158FCF;
	font-size: 16px;
	margin-top: 15px;
}

.sw24btn i {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	background: #158FCF;
	color: #fff;
	font-size: 12px;
	margin-right: 6px;
}

.sb24pic {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 360px 0 0 0;
	margin-top: -300px;
}

.sp24more {
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 40px;
}

.sp24more:hover {
	color: #158FCF;
}

.st2bot5 {
	position: relative;
	padding: 150px 0;
}

.sb25pic {
	border-radius: 8px;
	overflow: hidden;
}

.sb25pic img {
	display: block;
	width: 100%;
}

.sb25play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	cursor: pointer;
}

.sb25play i {
	display: block;
	color: #fff;
	font-size: 74px;
	line-height: 1.2;
}

.sb25play span {
	display: block;
	font-family: "Gilroy-Regular.woff";
	color: #fff;
	font-size: 18px;
	text-decoration: underline;
	text-transform: uppercase;
}

.slcover {
	width: 1000px;
	position: absolute;
	left: 50%;
	bottom: 75px;
	transform: translateX(-50%);
}

.slcover .ibct3 {
	width: 100%;
}

.slbot1 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 45px 0 115px 0;
}

.sb1list {
	margin-left: -6%;
}

.sb1list li {
	position: relative;
	float: left;
	width: 27.333%;
	margin: 55px 0 55px 6%;
	padding-bottom: 40px;
}
.sb1list4 li{
	width: 19%;
}
.sb1list li::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}

.sb1list li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #158FCF;
	transition: 0.45s;
}

.sl1icon {
	display: block;
	color: #fff;
	font-size: 52px;
	transition: 0.45s;
}

.sl1txt {
	display: block;
	color: #158FCF;
	font-size: 20px;
    height: 56px;
    overflow: hidden;
}

.sl1ms {
	opacity: 0;
	visibility: hidden;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 5px;
	transition: 0.45s;
	height: 44px;
	overflow: hidden;
}

.sl1dw {
	transform: translateY(70px);
	transition: 0.45s;
}

.sb1list li .sl1dw {
	transform: translateY(0);
}

.sb1list li .sl1ms {
	opacity: 1;
	visibility: visible;
}

.sb1list li .sl1icon {
	color: #158FCF;
}

.sb1list li::before {
	width: 0;
}

.sb1list li::after {
	width: 100%;
}

.slbot2 {
	padding: 80px 0;
}

.sb2tab {
	text-align: center;
	margin-top: 25px;
}

.st2qh {
	display: inline-block;
	min-width: 133px;
	padding: 0 10px;
	box-sizing: border-box;
	height: 41px;
	text-align: center;
	line-height: 41px;
	border: 1px solid #999999;
	color: #999999;
	font-size: 14px;
	margin: 0 15px;
	border-radius: 21px;
}

.st2qh.active {
	color: #fff;
	border: 1px solid #158FCF;
	background: #158FCF;
}
.sb2cont{
	position: relative;
	/* height:700px; */
}
.sb2list.active{
	opacity: 1;
	visibility: visible;
}
.sb2list {
	width: 103%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	margin-top: 30px;
	margin-left: -3%;
	padding-bottom: 60px;
}
.sb2list .slick-slide{
	/* margin-left: 45px; */
}
.sb2list .slick-dots {
	position: absolute;
	left: 3%;
	bottom: 0;
	width: 97%;
	text-align: center;
	display: inline-block;
    *display: inline;
    *zoom: 1;
}
.sb2list .slick-dots li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	line-height: 10px;
	border-radius: 50%;
	background: #eee;
	transition: 0.45s;
	margin: 0 10px;
	overflow: hidden;
}

.sb2list .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sb2list .slick-dots li a:focus {
	outline: none;
}

.sb2list .slick-dots li.slick-active {
	background: #158FCF;
}
.sl2item {
	float: left;
	position: relative;
}
.si2l{
	position: relative;
	float: left;
	width: 30.333%;
	margin: 40px 0 0 3%;
	cursor: pointer;
	border-radius: 8px;
    overflow: hidden;
}
.si2l:hover .sl2pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.si2l:hover .sl2txt::before {
	width: 53px;
}

.sl2pic {
	position: relative;
	overflow: hidden;
}

.sl2pic::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 60%;
	background: linear-gradient(rgba(0, 30, 46, 0), rgba(0, 30, 46, .77));
	z-index: 1;
}

.sl2pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.sl2txt {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 40px;
	color: #fff;
	font-size: 20px;
	z-index: 5;
}

.sl2txt::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	background: #158FCF;
	transition: 0.45s;
}

.slbot3 {
	padding: 50px 0 160px 0;
}

.sb3list {
	text-align: center;
	margin-top: 128px;
}

.sb3list li {
	position: relative;
	display: inline-block;
	width: 13%;
	margin: 0 40px;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #ECECEC;
	padding: 40px 30px 50px 30px;
	text-align: center;
}

.sl3icon {
	display: block;
	color: #158FCF;
	font-size: 43px;
	line-height: 1.5;
}

.sl3wz {
	display: block;
	color: #666767;
	font-size: 18px;
}

.sl3num {
	display: block;
	font-style: normal;
	color: #FFFFFF;
	font-size: 16px;
	background: #158FCF;
	border-radius: 16px;
	position: absolute;
	width: 87px;
	height: 29px;
	text-align: center;
	line-height: 29px;
	left: 50%;
	bottom: -18px;
	transform: translateX(-50%);
}

.sl3jt {
	display: block;
	position: absolute;
}

.sb3list li:nth-of-type(odd) .sl3jt {
	bottom: 100%;
	left: 90%;
}

.sb3list li:nth-of-type(even) .sl3jt {
	top: 100%;
	left: 90%;
}

.ibct4 {
	display: block;
	position: relative;
	color: #fff;
	font-size: 48px;
	padding-bottom: 30px;
	line-height: 1.5;
}

.ibct4::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 2px;
	background: #158FCF;
}

.ibct5 {
	display: block;
	color: #fff;
	font-size: 32px;
	margin-top: 30px;
	line-height: 1.5;
}

.core-bot1 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	padding: 218px 0 248px 0;
}

.mcb1pic img {
	display: none;
	width: 100%;
}

.cb1wz {
	width: 35%;
}

.cb1txt1 {
	display: block;
	color: #333333;
	font-size: 50px;
	font-weight: normal;
}

.cb1txt2 {
	color: #333333;
	font-size: 20px;
	margin-top: 14px;
}

.core-bot2 {
	padding: 80px 0 160px 0;
}

.cb2list {
	margin-top: 80px;
}

.cb2list li {
	position: relative;
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 18px 36px 40px 36px;
	margin-top: 40px;
	cursor: pointer;
}
.cb2list li:hover .cl2ej{
	color: #158FCF;
}
.cb2list li:nth-child(1)::before,
.cb2list li:nth-child(2)::before,
.cb2list li:nth-child(3)::before,
.cb2list li:nth-child(4)::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 36px;
	right: 36px;
	height: 1px;
	background: #D9D9D9;
}

.cb2list li:nth-child(1)::after,
.cb2list li:nth-child(2)::after,
.cb2list li:nth-child(3)::after,
.cb2list li:nth-child(5)::after,
.cb2list li:nth-child(6)::after,
.cb2list li:nth-child(7)::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 40px;
	right: 0;
	width: 1px;
	background: #D9D9D9;
}

.cl2icon {
	width: 96px;
}

.cl2icon img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.cl2t1 {
	display: block;
	color: #333333;
	font-size: 20px;
	margin-top: 70px;
	font-weight: normal;
	height: 72px;
	overflow: hidden;
}

.cl2t2 {
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
	height: 76px;
	overflow: hidden;
}
.cl2ej{
	position: absolute;
	right: 36px;
	bottom: 30px;
	color: #999;
	font-size: 25px;
}
.cb2list li:hover .cl2icon img {
	transform: rotateY(180deg);
}

.core-bot3 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0 220px 0;
}

.cb3bot {
	position: relative;
	margin-top: 200px;
}

.cb3bg img {
	display: block;
	width: 100%;
}

.cb3dw {
	position: absolute;
}

.cd3txt {
	color: #fff;
	font-size: 16px;
	padding-left: 16px;
}

.cd1::before,
.cd2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 1px;
	height: 144px;
	background: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}

.cd3::before,
.cd4::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 1px;
	height: 85px;
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .5));
}

.cb3dw::after {
	content: "";
	position: absolute;
	left: -3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
}

.cd1::after,
.cd2::after {
	top: 0;
}

.cd3::after,
.cd4::after {
	bottom: 0;
}

.cd1 {
	left: 19%;
	top: -25%;
}

.cd2 {
	right: 38%;
	top: -20%;
}

.cd3 {
	left: 35%;
	top: 100%;
}

.cd4 {
	right: 21%;
	top: 91%;
}

.core-bot4 {
	padding: 80px 0 139px 0;
}

.cb4list {
	margin: 110px 0 0 -2%;
}

.cb4list li {
	float: left;
	width: 23%;
	height: 285px;
	margin-left: 2%;
	background: url(../img/78.png) no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	padding: 36px 40px;
	transition: 0.45s;
}

.cl4icon {
	display: block;
	width: 63px;
	height: 71px;
	background: url(../images/i2.png) no-repeat;
	background-size: contain;
	text-align: center;
	line-height: 71px;
	color: #158FCF;
	font-size: 32px;
	transition: 0.45s;
}

.cl4txt {
	color: #333333;
	font-size: 18px;
	margin-top: 40px;
	line-height: 1.5;
}

.cb4list li:hover {
	background: url(../img/79.png) no-repeat;
	background-size: 100%;
}

.cb4list li:hover .cl4icon {
	background: url(../images/i3.png) no-repeat;
	background-size: contain;
	color: #fff;
}

.core-bot5 {
	padding: 80px 0 90px 0;
	background: linear-gradient(#EAF2F5, #F8FCFF);
}

.cb5bot {
	position: relative;
	margin-top: 90px;
}

.cb5pic {
	width: 53%;
	margin: 0 auto;
}

.cb5pic img {
	display: block;
	width: 100%;
}

.cb5dw {
	position: absolute;
	border-radius: 41px;
	background: rgba(255, 255, 255, .4);
	border: 1px solid #fff;
}

.cbd1 {
	top: 5%;
	left: 15%;
}

.cbd2 {
	top: 5%;
	right: 15%;
}

.cbd3 {
	bottom: 30%;
	left: 8%;
}

.cbd4 {
	bottom: 30%;
	right: 3%;
}

.cb5num {
	font-family: "Gilroy-Regular.woff";
	display: inline-block;
	vertical-align: middle;
	width: 62px;
	height: 62px;
	background: #158FCF;
	text-align: center;
	line-height: 62px;
	color: #fff;
	font-size: 22px;
	border-radius: 50%;
}

.cb5txt {
	display: inline-block;
	vertical-align: middle;
	color: #999999;
	font-size: 15px;
	margin-left: 18px;
	margin-right: 30px;
	line-height: 1.5;
}

.cb5btn a {
	display: block;
	width: 289px;
	height: 58px;
	text-align: center;
	line-height: 58px;
	border: 1px solid #158FCF;
	border-radius: 50px;
	margin: 10px auto 0;
	color: #158FCF;
	font-size: 16px;
}

.cb5btn a i {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	margin-right: 16px;
}

.core-bot6 {
	padding: 77px 0 96px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.cb6box {
	margin-top: 130px;
}

.cb6left {
	float: left;
	width: 46%;
}

.cb6left img,
.cb6right img {
	display: block;
	width: 100%;
}

.cb6right {
	float: right;
	width: 33%;
	margin-top: 70px;
}

.core-bot7 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0 190px 0;
}

.cb7list {
	display: flex;
	margin-top: 140px;
}

.cb7list li {
	flex: 1;
	padding: 0 60px;
}

.cb7list li:not(:first-child) {
	border-left: 1px solid rgba(153, 153, 153, .45);
}

.cl7icon {
	display: block;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	text-align: center;
	line-height: 75px;
	color: #fff;
	font-size: 37px;
	background: #158FCF;
	margin: 0 auto;
}

.cl7txt {
	color: #999999;
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
}

/* 弹框 */

.tk-bg {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}

.tk-bot {
	position: relative;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 500px;
	transform: translate(-50%, -50%);
}

.tbclose {
	position: absolute;
	right: -50px;
	top: 0;
	z-index: 1;
	cursor: pointer;
}

.tbclose:hover i {
	transform: rotate(360deg);
}

.tbclose i {
	display: block;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	transition: 0.55s;
}

.tbvideo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.crtk {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.6);
}

.crbot {
	position: absolute;
	width: 58%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 40px;
	background: #fff;
	box-sizing: border-box;
	padding: 60px;
}

.crclose {
	position: absolute;
	right: 5%;
	top: 10%;
	color: #fff;
	font-size: 60px;
	font-weight: lighter;
	cursor: pointer;
}

.crtitle {
	display: block;
	font-weight: normal;
	color: #333333;
	font-size: 24px;
	text-align: center;
}

.crlist {
	margin-left: -2%;
}

.crlist li {
	position: relative;
	float: left;
	width: 48%;
	height: 59px;
	line-height: 59px;
	margin: 25px 0 0 2%;
	border-radius: 50px;
	/* border: 1px solid #D1D1D1; */
	box-sizing: border-box;
	padding: 0 35px 0 14px;
	cursor: pointer;
	transition: 0.45s;
}

.crlist li:hover {
	/* box-shadow: 0 0 6px rgba(0, 0, 0, .16); */
	/* border: 1px solid rgba(255, 255, 255, 0); */
}

#crad {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.claudio::-webkit-media-controls {
	/* display: none !important; */
}
#clad{
	width: 100%;
}
#clad::-webkit-media-controls-timeline{
	width: 100%;
	height: 54px;
	margin-top: 56px;
	padding-top: 40px;
	background-color: #fff !important;
	/* background:url(../img/jj.png) no-repeat !important;
	background-size: contain; */
}
#clad::-webkit-media-controls-time-remaining-display{
	margin-right: 15px;
}
.clplay,
.cltxt {
	display: block;
	float: left;
}

.clplay {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background: #EFEFEF;
	color: #333;
	margin-top: 9.5px;
}

.clplay i {
	font-size: 25px;
}

.cp1 {
	display: block;
}

.cp2 {
	display: none;
}

.cltxt {
	width: 60%;
	color: #999999;
	font-size: 16px;
	margin-left: 20px;
}

.cltime {
	float: right;
	color: #999999;
	font-size: 16px;
}

.apply-show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.abcover .ibct4 {
	color: #158FCF;
}

.abcover .ibct5 {
	color: #333333;
}

.about-bot1 {
	background-repeat: no-repeat;
	background-size: cover;
}

.ab1left {
	float: left;
	width: 40%;
}

.ab1left img {
	display: block;
	width: 100%;
}

.ab1right {
	float: right;
	width: 60%;
	box-sizing: border-box;
	padding: 80px 260px 0 150px;
}

.ar1name {
	display: block;
	color: #333333;
	font-size: 36px;
	font-weight: normal;
}

.ar1nr {
	color: #666666;
	font-size: 16px;
	margin-top: 40px;
}

.about-bot2 {
	padding: 90px 0 100px 0;
}

.ab2cont {
	position: relative;
	overflow: hidden;
	width: 39%;
	margin: 57px auto 0;
}

.ac2item {
	position: relative;
	float: left;
}

.ai2year {
	position: relative;
	font-family: "Gilroy-Regular.woff";
	color: rgba(21, 143, 207, .51);
	font-size: 320px;
	line-height: 1;
	text-align: center;
}

.ai2year::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(17px);
	-webkit-backdrop-filter: blur(15px);

}

.ai2tw {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}

.at2pic {
	float: left;
	width: 48%;
	border-radius: 8px;
	overflow: hidden;
}

.at2pic img {
	display: block;
	width: 100%;
}

.at2wz {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 52%;
	box-sizing: border-box;
	padding: 0 0 0 50px;
}

.at2wz p {
	color: #666767;
	font-size: 16px;
}

.ab2year {
	position: relative;
	width: 100%;
	margin-top: 80px;
}

.ab2year::before {
	content: "";
	position: absolute;
	left: 0;
	top: 26px;
	width: 100%;
	height: 1px;
	background: rgba(112, 112, 112, .23);
}

.ay2banner {
	position: relative;
	overflow: hidden;
	padding-top: 20px;
}

.ayitem {
	position: relative;
	float: left;
	text-align: center;
	cursor: pointer;
}

.ay2banner .slick-current.ayitem span {
	color: #158FCF;
	transform: scale(1.6);
}

.ay2banner .slick-current.ayitem em {
	background: linear-gradient(#38BFF8, #158FCF);
}

.ayitem em {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 auto;
	border-radius: 50%;
	background: #CACACA;
	transition: 0.45s;
}

.ayitem span {
	display: block;
	color: #CACACA;
	font-size: 24px;
	margin-top: 15px;
	transition: 0.45s;
}

.ay2banner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 0;
	width: 53px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	color: #52A4E2;
	background: #E5E5E5;
	border-radius: 50%;
	color: #fff;
	transition: 0.45s;
}

.ay2banner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 18px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.ay2banner .slick-prev:before {
	content: "\ecdd";
}

.ay2banner .slick-next:before {
	content: "\ecdc";
}

.ay2banner .slick-prev {
	left: 0;
}

.ay2banner .slick-next {
	right: 0;
}

.ay2banner .slick-arrow:hover {
	background: linear-gradient(#38BFF8, #158FCF);
}

.about-bot3 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.ab3left {
	float: left;
	width: 31%;
	height: 438px;
	overflow-y: scroll;
	margin-top: 70px;
}

.al3txt {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	margin-bottom: 15px;
	cursor: pointer;
	transition: 0.35s;
}

.al3txt.active {
	color: #fff;
}

.ab3left::-webkit-scrollbar {
	width: 3px;
	background: rgba(255, 255, 255, .44);
}

.ab3left::-webkit-scrollbar-thumb {
	width: 3px;
	background: #fff;
}

.ab3left::-webkit-scrollbar-corner {
	background: none;
}

.ab3left::-webkit-scrollbar:horizontal {
	height: 9px;
}

.ab3right {
	position: relative;
	overflow: hidden;
	float: right;
	width: 45%;
}

.ab3right .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	color: #52A4E2;
	color: rgba(255, 255, 255, .5);
	transition: 0.45s;
}

.ab3right .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 45px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.ab3right .slick-prev:before {
	content: "\e848";
}

.ab3right .slick-next:before {
	content: "\e847";
}

.ab3right .slick-prev {
	left: 0;
}

.ab3right .slick-next {
	right: 0;
}

.ab3right .slick-arrow:hover {
	color: #fff;
}

.ar3item {
	position: relative;
	float: left;
	width: 100%;
	height: 460px;
}

.ar3item img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.about-bot4 {
	padding: 160px 0;
}

.ab4intr {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 190px 0 110px 0;
}

.ab4right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 29%;
}

.ab4right img {
	display: block;
	width: 100%;
}

.ab4left {
	width: 53%;
	margin-left: 12%;
	text-align: right;
}

.al4name {
	display: block;
	color: #fff;
	font-size: 36px;
	line-height: 1.5;
}

.al4zw {
	display: block;
	color: #fff;
	font-size: 26px;
}

.al4txt {
	color: #fff;
	font-size: 16px;
	margin-top: 25px;
}

.ab4nr {
	margin-top: 70px;
	color: #666666;
}

.about4-bot1 {
	background: #F8F8F8;
	padding: 160px 0;
}

.ab41cont {
	float: left;
	width: 34%;
	background: #fff;
	border-radius: 8px;
	padding: 10px 47px 38px 47px;
	border-top: 2px solid #158FCF;
	box-sizing: border-box;
}

.ab41cont li {
	padding: 20px 0;
}

.ab41cont li:not(:first-child) {
	border-top: 1px solid rgba(112, 112, 112, .23);
}

.al41name {
	display: block;
	color: #161616;
	font-size: 23px;
	font-weight: normal;
}

.al41txt {
	color: #999999;
	font-size: 16px;
}

.al41mt {
	margin-top: 15px;
}

.ab41map {
	position: relative;
	float: right;
	width: 66%;
}

.am41pic img {
	display: block;
	width: 100%;
}

.amdw {
	position: absolute;
}

.amqq {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #158FCF;
	margin: 0 auto;
	z-index: 3;
}

.amqq::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(21, 143, 207, .28);
	border-radius: 50%;
	z-index: -3;
	nimation: bannerbuIn infinite linear 1.4s normal;
	-webkit-animation: bannerbuIn infinite linear 1.4s normal;
}

@keyframes bannerbuIn {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
		transform: scale(1);
	}

	100% {
		opacity: 0;
		filter: alpha(opacity=0);
		transform: scale(4);
	}
}

.amtxt {
	display: block;
	text-align: center;
	color: #333333;
	font-size: 16px;
}

.amd1 {
	bottom: 30%;
	left: 46%;
}

.amd2 {
	bottom: 11%;
	left: 58%;
}

.amd3 {
	bottom: 10%;
	left: 64%;
}

.about4-bot2 {
	padding: 80px 70px 140px 70px;
}

.ab42form {
	margin-top: 75px;
}

.af42item,
.ai42l {
	margin-top: 40px;
}

.af42item {
	margin-left: -5%;
}

.ai42w {
	float: left;
	width: 45%;
	margin-left: 5%;
}

.aw42bt {
	display: block;
	color: #999999;
	font-size: 18px;
}

.aw42srk {
	display: block;
	width: 100%;
	height: 63px;
	line-height: 63px;
	border-radius: 8px !important;
	border: 1px solid #DBDBDB;
	box-sizing: border-box;
	padding: 0 36px;
	background: transparent;
	margin-top: 10px;
	font-size: 14px;
}

.aw42area {
	display: block;
	width: 100%;
	height: 191px;
	padding: 20px 36px;
	border-radius: 8px;
	border: 1px solid #DBDBDB;
	box-sizing: border-box;
	padding: 20px 36px;
	background: transparent;
	font-family: 'Alibaba PuHuiTi 2.0 55';
	margin-top: 10px;
	resize: none;
	font-size: 14px;
}

.ai42submit a {
	display: block;
	width: 236px;
	height: 58px;
	text-align: center;
	line-height: 58px;
	background: #158FCF;
	margin: 39px auto 0;
	border-radius: 50px;
	color: #fff;
	font-size: 18px;
}

.ai42submit a i {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin-left: 14px;
}

.about3-bot1 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 109px 0 136px 0;
}

.ab31first {
	position: relative;
}

.ab31first:hover .aw31btn {
	box-shadow: 0 0 12px rgba(21, 143, 207, .36);
}

.ab31first:hover .ab31pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ab31pic {
	float: right;
	width: 50%;
	border-radius: 8px;
	overflow: hidden;
}

.ab31pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ab31wz {
	float: left;
	width: 39%;
	margin-top: 50px;
}

.aw31title {
	display: block;
	color: #333333;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.5;
	height: 92px;
	overflow: hidden;
}

.aw31desc {
	color: #666666;
	font-size: 18px;
	margin-top: 40px;
	height: 65px;
	overflow: hidden;
}

.aw31btn {
	display: block;
	width: 133px;
	height: 48px;
	border-radius: 25px;
	background: #158FCF;
	color: #fff;
	font-size: 16px;
	margin-top: 60px;
	text-align: center;
	line-height: 48px;
	transition: 0.45s;
}

.about3-bot2 {
	padding: 40px 0 180px 0;
}

.ab3list li {
	position: relative;
	padding: 64px 0;
	border-bottom: 1px solid #CECECE;
}

.ab3list li:hover .al3pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ab3list li:hover .aw3t1 {
	color: #158FCF;
}

.al3pic {
	float: left;
	width: 24%;
	border-radius: 8px;
	overflow: hidden;
}

.al3pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.al3wz {
	float: right;
	width: 71%;
}

.aw3t1 {
	display: block;
	font-size: 26px;
	color: #333333;
	line-height: 1;
	font-weight: normal;
}

.aw3t2 {
	color: #666666;
	font-size: 18px;
	margin-top: 30px;
	height: 65px;
	overflow: hidden;
}

.aw3t3 {
	display: block;
	color: #666666;
	font-size: 16px;
	margin-top: 40px;
}

.about3-detail {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
}

.ad3title {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.5;
}

.ad3date {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-top: 40px;
	text-align: center;
}

.adcont {
	padding: 100px 0 130px 0;
}

.acnr {
	color: #5E5D5D;
	font-size: 16px;
	padding: 0 120px 120px 120px;
	border-bottom: 1px solid #CECECE;
}

.acbox {
	margin-top: 70px;
}

.adlist {
	margin-left: -3%;
	margin-top: 60px;
}

.adlist li {
	position: relative;
	float: left;
	width: 30.333%;
	margin-left: 3%;
	box-shadow: 0 0 12px rgba(0, 0, 0, .12);
	box-sizing: border-box;
	padding: 35px 35px 40px 35px;
}

.aldate {
	display: block;
	color: #999999;
	font-size: 16px;
}

.aldesc {
	color: #333333;
	font-size: 24px;
	margin-top: 30px;
	line-height: 1.5;
	height: 72px;
	overflow: hidden;
	transition: 0.35s;
}

.adlist li:hover .aldesc {
	color: #158FCF;
}

.about5-bot1 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 136px 0;
}

.ab5title {
	display: block;
	color: #333333;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	line-height: 1.5;
}

.ab51zp {
	margin-top: 80px;
	margin-left: -3%;
}

.az51item {
	float: left;
	width: 47%;
	margin-left: 3%;
	background: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 38px 67px;
	transition: 0.45s;
}

.az51item:hover {
	box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

.az51item:hover .aw51more {
	color: #158FCF;
}

.ai51pic,
.ai51wz {
	display: inline-block;
	vertical-align: middle;
}

.ai51pic {
	width: 110px;
}

.ai51pic img {
	display: block;
	width: 100%;
}

.ai51wz {
	width: 65%;
	margin-left: 40px;
}

.aw51txt {
	display: block;
	color: #000000;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.5;
}

.aw51more {
	display: block;
	color: #999999;
	font-size: 16px;
	margin-top: 20px;
}

.aw51more i {
	display: inline-block;
	vertical-align: inherit;
	margin-left: 25px;
	font-size: 20px;
	font-weight: bold;
}

.about5-bot2 {
	padding: 40px 0 75px 0;
}

.about5-bot2 li {
	position: relative;
	padding: 55px 0;
}

.about5-bot2 li:nth-of-type(odd) .ab52pic {
	float: right;
}

.about5-bot2 li:nth-of-type(odd) .ab52wz {
	left: 0;
	padding-right: 90px;
}

.about5-bot2 li:nth-of-type(even) .ab52pic {
	float: left;
}

.about5-bot2 li:nth-of-type(even) .ab52wz {
	right: 0;
	padding-left: 90px;
}

.ab52pic {
	width: 50%;
	border-radius: 8px;
	overflow: hidden;
}

.ab52pic img {
	display: block;
	width: 100%;
}

.ab52wz {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
	box-sizing: border-box;
}

.aw52title {
	display: block;
	color: #333333;
	font-size: 36px;
	font-weight: normal;
}

.aw52desc {
	color: #666666;
	font-size: 18px;
	margin-top: 35px;
}

.about5-bot3 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 200px 0;
}

.ab53txt1 {
	display: block;
	color: #fff;
	font-size: 36px;
	line-height: 1.5;
	text-align: center;
	font-weight: normal;
}

.ab53txt2 {
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
}

.about5-bot4 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0 160px 0;
}

.ab54banner {
	position: relative;
	overflow: hidden;
	padding: 0 100px;
	margin-top: 60px;
}

.ab54banner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 53px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	color: #52A4E2;
	background: #E5E5E5;
	border-radius: 50%;
	color: #fff;
	transition: 0.45s;
}

.ab54banner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 18px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.ab54banner .slick-prev:before {
	content: "\ecdd";
}

.ab54banner .slick-next:before {
	content: "\ecdc";
}

.ab54banner .slick-prev {
	left: 0;
}

.ab54banner .slick-next {
	right: 0;
}

.ab54banner .slick-arrow:hover {
	background: linear-gradient(#38BFF8, #158FCF);
}

.ab54item {
	position: relative;
	float: left;
	border-radius: 8px;
	overflow: hidden;
}

.ab54item img {
	display: block;
	width: 100%;
}

.ab54small {
	width: 100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 267px;
	margin-top: 27px;
}

.as54item {
	position: relative;
	float: left;
	margin: 0 12px;
	border-radius: 8px;
	overflow: hidden;
	transition: 0.35s;
	border: 2px solid rgba(255, 255, 255, 0);
	cursor: pointer;
}

.as54item img {
	display: block;
	width: 100%;
}

.ab54small .slick-current.as54item {
	border: 2px solid #158FCF;
}

.al5banner {
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 444px;
}

.alb5cont {
	background: #fff;
	border-radius: 8px 8px 0 0;
	box-sizing: border-box;
	padding: 70px 50px 130px 90px;
}

.alb5search {
	margin-top: 80px;
}

.as5title {
	float: left;
	color: #333333;
	font-size: 16px;
	width: 10%;
	text-align: right;
	line-height: 50px;
}

.as5srk,
.at5lable,
.ad5select {
	float: left;
	margin-left: 25px;
}

.as5srk {
	border-radius: 8px;
	border: 1px solid #DEDEDE;
	width: 530px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	padding: 0 20px;
	overflow: hidden;
}

.as5kk {
	display: block;
	float: left;
	width: 80%;
	height: 100%;
	border: none;
	color: #B1B1B1;
	font-size: 14px;
	background: transparent;
}

.as5icon {
	float: right;
	color: #5E5D5D;
	font-size: 18px;
}

.alb5adr {
	margin-top: 28px;
}

.ad5select {
	position: relative;
}

.as5xs {
	display: block;
	width: 318px;
	height: 50px;
	line-height: 50px;
	color: #B1B1B1;
	font-size: 14px;
	padding: 0 20px;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #DEDEDE;
	position: relative;
	z-index: 1;
	background: #fff;
}

.ax5txt {
	float: left;
}

.ax5jt {
	float: right;
}

.as5zk {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #DEDEDE;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 60px 0 10px 0;
}

.as5zk li {
	color: #B1B1B1;
	font-size: 16px;
	padding: 10px 19px;
	cursor: pointer;
}

.as5zk li:hover {
	color: #158FCF;
	background: #F8F8F8;
}

.ad5reset {
	display: block;
	float: left;
	width: 140px;
	height: 50px;
	line-height: 50px;
	border-radius: 8px;
	background: #158FCF;
	margin-left: 25px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.al5txt {
	display: inline-block;
	color: #999999;
	font-size: 16px;
	padding: 10px 30px;
	border-radius: 30px;
	margin-top: 10px;
	line-height: 1;
}

.al5txt.active {
	color: #fff;
	background: #158FCF;
}

.at5lable {
	width: 85%;
	margin-left: 25px;
	margin-top: 20px;
}

.alb5type .as5title {
	margin-top: 23px;
}

.al5list {
	margin-top: 16px;
	padding-bottom: 140px;
	border-top: 6px solid #333333;
}

.al5yj {
	height: 63px;
	line-height: 63px;
}

.al5bt {
	height: 63px;
	line-height: 63px;
	cursor: pointer;
}

.al5bt.active {
	background: #F8F8F8;
}

.al5bt.active .at5jj::after {
	opacity: 0;
	visibility: visible;
}

.al5lb {
	border-top: 1px solid #CCCCCC;
}

.ab5txt {
	display: block;
	float: left;
	width: 18%;
	height: 100%;
	text-align: center;
	color: #666666;
	font-size: 16px;
}

.al5lb .ab5txt:last-child {
	width: 10%;
}

.al5lb li {
	border-bottom: 1px solid #CCCCCC;
}

.al5zk {
	display: none;
	padding: 46px 80px;
	color: #666767;
	font-size: 14px;
}

.az5send {
	margin-top: 108px;
}

.as5btn {
	display: inline-block;
	vertical-align: middle;
	width: 160px;
	height: 47px;
	text-align: center;
	line-height: 47px;
	border-radius: 50px;
	background: #158FCF;
	color: #fff !important;
	font-size: 16px;
}

.as5btn i {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin-left: 20px;
}

.as5ts {
	display: inline-block;
	vertical-align: middle;
	color: #666767;
	font-size: 16px;
	margin-left: 20px;
}

.at5jj {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.at5jj::before {
	width: 10px;
	height: 2px;
}

.at5jj::after {
	width: 2px;
	height: 10px;
	transition: 0.25s;
}

.at5jj::before,
.at5jj::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #333333;
}

input::-webkit-input-placeholder {
	/*WebKit browsers*/
	color: #B1B1B1;
}

input::-moz-input-placeholder {
	/*Mozilla Firefox*/
	color: #B1B1B1;
}

input::-ms-input-placeholder {
	/*Internet Explorer*/
	color: #B1B1B1;
}

.cllist {
	margin-top: 30px;
}

.cllist li {
	margin-top: 40px;
}

.clbt {
	display: inline-block;
	vertical-align: middle;
	color: #999999;
	font-size: 18px;
}

.clyx {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	/* height: 54px; */
	margin-left: 28px;
	cursor: pointer;
}

.clyx img {
	display: block;
	width: 100%;
}

.clyx .clplay {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
}

/* .ib7box {
	position: relative;
	z-index: 1;
	margin-top: 120px;
	height: 365px;
} */

/* .ib7box svg {
	width: 100%;
}

.ib7box svg .wave#wave3 {
	animation-duration: 7s;
	opacity: 0.3;
}

.ib7box svg .wave {
	animation: wave 3s linear;
	animation-iteration-count: infinite;
	stroke: rgba(181, 181, 181, 0.5);
	stroke-width: 0.1px;
	fill: transparent;
}

.ib7box svg .wave#wave2 {
	animation-duration: 5s;
	animation-direction: reverse;
	opacity: .3;
}
.ib7box svg .wave#wave4 {
	animation-duration: 9s;
	opacity: 0.3;
}

@keyframes wave {
	to {
		transform: translateX(-100%);
	}
} */
@keyframes spin {
	to {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

@keyframes spin1 {
	to {
		transform: rotate(1turn);
	}
}

@keyframes spin2 {
	to {
		transform: rotate(-1turn);
	}
}

@keyframes spin4 {
	to {
		transform: translate(-50%, -50%) rotate(-1turn);
	}
}

@keyframes spin-reverse {
	from {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

@keyframes spin-reverse2 {
	from {
		transform: translate(-50%, -50%) rotate(-1turn);
	}
}

@keyframes spin-reverse3 {
	from {
		transform: rotate(1turn);
	}
}

@keyframes spin-reverse4 {
	from {
		transform: rotate(-1turn);
	}
}

.not-found {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	text-align: center;
}

.nfpic {
	text-align: center;
}

.nfpic img {
	display: inline-block;
	max-width: 100%;
}

.nfan {
	text-align: center;
	margin-top: 55px;
}

.nftxt {
	color: #B9B9B9;
	font-size: 18px;
}

.nfbtn {
	display: inline-block;
	width: 157px;
	height: 45px;
	border: 1px solid #B9B9B9;
	border-radius: 40px;
	text-align: center;
	line-height: 45px;
	color: #B9B9B9;
	font-size: 16px;
	margin: 0 5px;
	transition: 0.45s;
}

.nfbtn:hover {
	border: 1px solid #158FCF;
	color: #fff;
	background: #158FCF;
}

.hzbot {
	width: 904px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	padding: 48px 60px 100px 60px;
	background: #fff;
	border-radius: 8px;
}

.hbfrom {
	margin-top: 39px;
}

.hbfrom li {
	margin-top: 10px;
	margin-left: -2%;
}

.hfsrk {
	float: left;
	font-family: 'Alibaba PuHuiTi 2.0 55';
	width: 48%;
	height: 70px;
	line-height: 70px;
	margin-left: 2%;
	overflow: hidden;
}

.hfsrk input {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background: #F7F8FA;
	box-sizing: border-box;
	padding: 0 23px;
	border: none;
	color: #999999;
	font-size: 14px;
}

.hfarea,
.hfmassge {
	display: block;
	font-family: "SourceHanSansCN-Regular";
	width: 98%;
	border-radius: 6px;
	background: #F7F8FA;
	box-sizing: border-box;
	padding: 26px 23px;
	border: none;
	color: #999999;
	font-size: 14px;
	resize: none;
	margin-left: 2%;
}

.hfarea {
	height: 141px;
}

.hfmassge {}

.hbbtn a {
	display: block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 8px;
	background: #158FCF;
	margin-top: 38px;
	color: #fff !important;
	font-size: 18px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999999;
}

input::-moz-placeholder,
textarea::-webkit-input-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

input:-moz-placeholder,
textarea::-webkit-input-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

input:-ms-input-placeholder,
textarea::-webkit-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999999;
}

/* 分页 */
.pages-list {
	text-align: center;
	margin-top: 97px;
}

.pages-list a {
	display: inline-block;
	border: 1px solid #D8D8D8;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	color: #999999;
	font-size: 13px;
	text-align: center;
	margin: 0 5px;
	transition: 0.3s;
}

.plpn {
	width: 58px;
}

.plnum {
	width: 36px;
}

.pages-list a:hover,
.plnum.active {
	background: #239DE8;
	border: 1px solid #239DE8;
	color: #fff;
}
.hchips .escenter{
	width:auto;
}