@charset "utf-8";

/* 
 * Project Name:众山科技
 */

.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: rgba(0, 0, 0, 0);
}


/*html::-webkit-scrollbar {
	width: 8px;
	background: none;
}

html::-webkit-scrollbar-thumb {
	width: 8px;
	background: #3d9911;
}

html::-webkit-scrollbar-corner {
	background: none;
}

html::-webkit-scrollbar:horizontal {
	height: 9px;
}*/

body {
	font: 14px/1.8 "Microsoft Yahei", "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	color: #666;
	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;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.fixedImg {
	background-position: center bottom;
	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;
}

.pageC a:link,
.pageC a:visited {
	color: #7D7D7D;
}

.pageC a:active,
.pageC a:hover {
	color: #333;
}

.pageC img {
	max-width: 100% !important;
	height: auto !important;
	vertical-align: bottom;
}

.pageC {
	overflow: hidden;
}

.content {
	padding: 0 3% 100px 3%;
}

.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 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}


/* 头部  */

.header {
	position: fixed;
	width: 100%;
	height: 69px;
	top: 0;
	z-index: 997;
	box-sizing: border-box;
	transition: 0.45s;
}

.header.active {
	background: #fff;
	border-bottom: 1px solid #eee;
}

.header.active .yj-bot .yj-link,
.header.active .headright a {
	color: #666;
}

.header.active .img1 {
	display: none;
}

.header.active .img2 {
	display: block;
}

.head-wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.header .head-logo {
	position: absolute;
	left: 0;
	top: 18.5px;
	z-index: 99;
}

.head-logo .img2 {
	display: none;
}

.head-logo img {
	display: block;
	width: 100%;
}

.header .nav {
	text-align: center;
}

.header .yj-bot {}

.header .yj-bot li {
	display: inline-block;
	transition: 0.45s;
	z-index: 1;
}

.header .yj-bot li:hover .yj-link,
.header .yj-bot li.active .yj-link {
	color: #00A2EA;
}

.header .yj-bot .yj-link {
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 16px;
	display: block;
	padding: 0 20px;
	height: 69px;
	line-height: 69px;
}

.header .yj-bot .yj-link div {
	float: left;
	display: block;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	font-size: 16px;
	overflow: hidden;
	padding: 0;
}

.header .yj-bot li:hover .ej-list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.headright {
	position: absolute;
	top: 21px;
	right: 0;
}

.headright a {
	/*position: relative;*/
	display: block;
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0 0 0 20px;
}

.headright a i {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	font-size: 27px;
}

.hrn {
	position: absolute;
	top: 48px;
	left: -25px;
	opacity: 0;
	visibility: hidden;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	padding: 3px 10px;
	color: #fff;
	font-size: 14px;
	transition: 0.65s;
	background: linear-gradient(to right, #74CCF1, #3CA6D3);
}

.sjnum {
	left: 18px;
}

.hrnum.active .hrn {
	opacity: 1;
	visibility: visible;
}

.hrn:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -3px;
	border-right: 6px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 6px solid #00A1E9;
}

.mr10 {
	margin-right: 10px;
}

.hrewm {
	width: 24px;
	height: 24px;
	background: url(../images/hewm.png) no-repeat;
	background-size: contain;
}

.hrcd {
	width: 24px;
	height: 16px;
	background: url(../images/hcd.png) no-repeat;
	background-size: contain;
}

.headright a: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;
}

.ej-list {
	position: absolute;
	z-index: 10;
	left: 0;
	width: 100%;
	top: 100%;
	padding: 50px 0 70px;
	background-color: #333;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transition: 0.48s;
}

.menu-handler {
	position: fixed;
	right: 0;
	top: 0;
	width: 70px;
	height: 55px;
	display: none;
	cursor: pointer;
	z-index: 1010;
	background-color: #00A2EA;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 27.5px auto 0;
	width: 22px;
	height: 2px;
	background-color: #fff;
	-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: 100%;
	height: 2px;
	left: 0;
	background-color: #fff;
	-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 {
	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 {
	background-color: #fff;
	-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);
}

.menuBox a:link,
.menuBox a:visited {
	color: #707070;
}

.menuMoblie .nav-link:active,
.menuMoblie .nav-link:hover {
	/*background: #00817D;*/
}

.menuMoblie .nav-link:active i,
.menuMoblie .nav-link:hover i {
	color: #fff;
	transform: rotate(90deg);
}

.menuBox a:active,
.menuBox a:hover {
	color: #00A2EA;
}

.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 .5s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.menuMoblie {
	padding: 0 0 80px 0;
}

.menuMoblie .nav-link {
	position: relative;
	display: block;
	font-size: 18px;
	padding: 15px 5%;
	text-align: center;
}

.menuMoblie .nav-link i {
	float: right;
	color: #b1b1b1;
	font-size: 20px;
	vertical-align: middle;
}

.menuMoblie li {
	border-bottom: 1px solid #E6E6E6;
}

.menuMoblie .subnav {
	padding: 0 0px 15px 0;
	display: none;
}

.menuMoblie .subnav .item {
	display: block;
	padding: 0px 5%;
	text-align: center;
}

.menuMoblie .subnav .item:active,
.menuMoblie .subnav .item:hover {
	background: #eeeeee;
}

.menuMoblie .subnav a {
	position: relative;
	display: block;
	padding: 12px 0;
	line-height: 1.4;
	font-size: 16px;
}

.menuOpen .menuBox {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}


/* banner */

.banner {
	position: relative;
	overflow: hidden;
}

.banner .item {
	position: relative;
	overflow: hidden;
}

.banner .item .pimg {
	width: 100%;
	display: block;
}

.banner .slick-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 25px;
	left: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 5px;
	text-align: center;
	line-height: 10px;
	background: #8D8D8D;
	overflow: hidden;
	margin: 0 5px;
}

.banner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	padding: 0px;
	cursor: pointer;
	width: 40px;
	height: 5px;
	background: #fff;
}

.banner .slick-dots li a:focus {
	outline: none;
}

.banner .slick-dots li.slick-active a {
	opacity: 1;
	visibility: visible;
	background: #00A1E9;
}

.mimg {
	display: none !important;
	width: 100%;
}

.slick-active .pimg {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.icBot {
	position: absolute;
	width: 1200px;
	left: 50%;
	top: 35%;
	transform: translateX(-50%);
	z-index: 100;
}

.ibwords {
	float: left;
	width: 50%;
}

.ibpic {
	position: absolute;
	right: 0;
}

.ibpw1 {
	width: 55%;
	top: 0;
}

.ibpw2 {
	width: 45%;
	top: 80px;
}

.ip-pic {
	position: absolute;
}

.ip-pic img {
	display: block;
	width: 100%;
}

.ipc1,
.ipc2,
.ipc3,
.ipc4,
.ipc5,
.ipc6,
.ipc7,
.ipc17,
.ipc9,
.ipc15,
.ipc10,
.ipc12,
.ipc14,
.ibc1,
.ibc6,
.ibc7,
.ibc8,
.ibc9,
.ibc10,
.ibc11,
.ibc12,
.ibc2,
.ibc3,
.ibc4,
.ibc5 {
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	opacity: 0;
	visibility: hidden\9;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: transform 1s, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 1s, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.show .ipc1,
.show .ipc2,
.show .ipc3,
.show .ipc4,
.show .ipc5,
.show .ipc6,
.show .ipc7,
.show .ipc17,
.show .ipc9,
.show .ipc15,
.show .ipc10,
.show .ipc12,
.show .ipc14,
.show .ibc1,
.show .ibc6,
.show .ibc7,
.show .ibc8,
.show .ibc9,
.show .ibc10,
.show .ibc11,
.show .ibc12,
.show .ibc2,
.show .ibc3,
.show .ibc4,
.show .ibc5 {
	opacity: 1;
	visibility: visible\9;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.ipc1 {
	top: 0;
	left: 0;
	width: 667px; height: 412px;
    background:  url(../img/cs3.png) no-repeat -0 -0;
	transition-delay: 0.15s;
}

.ipc2 {
	top: -90px;
	right: 29%;
	width: 115px; height: 77px;
    background:  url(../img/cs3.png) no-repeat -337px -412px;
	transition-delay: 0.25s;
}

.ipc3 {
	top: -20px;
	right: 44%;
	width: 11px; height: 72px;
    background:  url(../img/cs3.png) no-repeat -867px -295px;
	transition-delay: 0.35s;
}

.ipc4 {
	top: -26px;
	right: 37%;
	width: 29px; height: 111px;
    background:  url(../img/cs3.png) no-repeat -840px -184px;
	transition-delay: 0.45s;
}

.ipc5 {
	top: -40px;
	right: 27.5%;
	 width: 22px; height: 87px;
    background:  url(../img/cs3.png) no-repeat -840px -371px;
	transition-delay: 0.55s;
}

.ipc6 {
	top: 32px;
	right: 34%;
	width: 56px; height: 62px;
    background:  url(../img/cs3.png) no-repeat -840px -122px;
	transition-delay: 0.55s;
}

.ipc7 {
	top: -10px;
	left: 18%;
	 width: 250px; height: 211px;
    background:  url(../img/cs3.png) no-repeat -0 -412px;
	transition-delay: 0.25s;
}

.ipc8,
.ipc11 {
	transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	opacity: 0;
	visibility: hidden\9;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: transform 1s, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 1s, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.ipc16,
.ipc13 {
	transform: translateX(50px);
	-webkit-transform: translateX(50px);
	opacity: 0;
	visibility: hidden\9;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: transform 1s, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 1s, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.show .ipc8,
.show .ipc16,
.show .ipc11,
.show .ipc13 {
	opacity: 1;
	visibility: visible\9;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.ipc8 {
	top: 45px;
	left: 13%;
	width: 173px; height: 228px;
    background:  url(../img/cs3.png) no-repeat -667px -0;
	transition-delay: 0.45s;
}

.ipc9 {
	top: 140px;
	left: 40%;
	 width: 68px; height: 96px;
    background:  url(../img/cs3.png) no-repeat -337px -489px;
	transition-delay: 0.65s;
}

.ipc10 {
	top: 190px;
	left: 45%;
	width: 64px; height: 131px;
    background:  url(../img/cs3.png) no-repeat -0 -623px;
	transition-delay: 0.75s;
}

.ipc11 {
	top: 240px;
	left: 37%;
	width: 29px; height: 71px;
    background:  url(../img/cs3.png) no-repeat -869px -184px;
	transition-delay: 0.85s;
}

.ipc12 {
	top: 190px;
	left: 54%;
	width: 101px; height: 95px;
    background:  url(../img/cs3.png) no-repeat -667px -458px;
	transition-delay: 0.85s;
}

.ipc13 {
	top: 190px;
	right: 26%;
	width: 27px; height: 76px;
    background:  url(../img/cs3.png) no-repeat -840px -295px;
	z-index: 10;
	transition-delay: 0.85s;
}

.ipc14 {
	top: 145px;
	right: 22%;
	width: 73px; height: 107px;
    background:  url(../img/cs3.png) no-repeat -64px -623px;
	z-index: 1;
	transition-delay: 0.85s;
}

.ipc15 {
	top: 80px;
	right: 35%;
	width: 61px; height: 122px;
    background:  url(../img/cs3.png) no-repeat -840px -0;
	transition-delay: 0.85s;
}

.ipc16 {
	top: 28px;
	right: 11%;
	width: 160px; height: 230px;
    background:  url(../img/cs3.png) no-repeat -667px -228px;
	transition-delay: 0.45s;
}

.ipc17 {
	top: -30px;
	right: 0;
	width: 87px; height: 183px;
    background: url(../img/cs3.png) no-repeat -250px -412px;
	transition-delay: 0.65s;
}

.ibc1 {
	top: 0;
	right: 0;
	width: 461px; height: 288px;
    background: url(../img/cs2.png) no-repeat -0 -0;
	transition-delay: 0.15s;
}

.ibc2 {
	left: 60px;
	top: 30px;
	width: 49px; height: 44px;
    background: url(../img/cs2.png) no-repeat -551px -288px;
	transition-delay: 0.25s;
	-webkit-animation: do-horiz-animation1 5s infinite alternate;
	animation: do-horiz-animation1 5s infinite alternate;
}

@-webkit-keyframes do-horiz-animation1 {
	0% {
		-webkit-transform: translateX(-15%);
		transform: translateX(-15%);
	}
	100% {
		-webkit-transform: translateX(15%);
		transform: translateX(15%);
	}
}

@keyframes do-horiz-animation1 {
	0% {
		-webkit-transform: translateX(-15%);
		transform: translateX(-15%);
	}
	100% {
		-webkit-transform: translateX(15%);
		transform: translateX(15%);
	}
}

.ibc3 {
	left: 30%;
	top: -60px;
	width: 57px; height: 49px;
    background: url(../img/cs2.png) no-repeat -712px -436px;
	transition-delay: 0.35s;
	-webkit-animation: do-horiz-animation 4s infinite alternate;
	animation: do-horiz-animation 4s infinite alternate;
}

@-webkit-keyframes do-horiz-animation {
	0% {
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%);
	}
	100% {
		-webkit-transform: translateX(10%);
		transform: translateX(10%);
	}
}

@keyframes do-horiz-animation {
	0% {
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%);
	}
	100% {
		-webkit-transform: translateX(10%);
		transform: translateX(10%);
	}
}

.ibc4 {
	right: 15%;
	top: -60px;
	width: 47px; height: 42px;
    background: url(../img/cs2.png) no-repeat -600px -288px;
	transition-delay: 0.45s;
	-webkit-animation: do-horiz-animation1 5s infinite alternate;
	animation: do-horiz-animation1 5s infinite alternate;
}

.ibc5 {
	right: 0;
	top: 20px;
	width: 47px; height: 41px;
    background: url(../img/cs2.png) no-repeat -647px -288px;
	transition-delay: 0.55s;
	-webkit-animation: do-horiz-animation 4s infinite alternate;
	animation: do-horiz-animation 4s infinite alternate;
}

.ibc6 {
	left: 24%;
	top: 20px;
	width: 23px; height: 57px;
    background: url(../img/cs2.png) no-repeat -131px -497px;
	transition-delay: 0.25s;
}

.ibc7 {
	left: 61%;
	top: -80px;
	width: 57px; height: 88px;
    background: url(../img/cs2.png) no-repeat -419px -288px;
	z-index: 10;
	transition-delay: 0.35s;
}

.ibc8 {
	right: 15%;
	top: 0;
	width: 34px; height: 80px;
    background: url(../img/cs2.png) no-repeat -517px -288px;
	transition-delay: 0.45s;
}

.ibc9 {
	right: 26%;
	top: 170px;
	 width: 32px; height: 63px;
    background: url(../img/cs2.png) no-repeat -99px -497px;
	z-index: 10;
	transition-delay: 0.55s;
}

.ibc10 {
	right: 33%;
	top: 120px;
	width: 71px; height: 141px;
    background: url(../img/cs2.png) no-repeat -276px -288px;
	z-index: 11;
	transition-delay: 0.65s;
}

.ibc11 {
	left: 27%;
	top: 120px;
	width: 25px; height: 47px;
    background: url(../img/cs2.png) no-repeat -154px -497px;
	transition-delay: 0.75s;
}

.ibc12 {
	left: 47%;
	top: 75px;
	 width: 40px; height: 113px;
    background: url(../img/cs2.png) no-repeat -0 -639px;
	z-index: 6;
	transition-delay: 0.85s;
}

.ibc13,
.ibc14,
.ibc15,
.ibc16,
.ibc17,
.ibc18,
.ibc19 {
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	opacity: 0;
	visibility: hidden\9;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: transform 1s, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 1s, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.show .ibc13,
.show .ibc14,
.show .ibc15,
.show .ibc16,
.show .ibc17,
.show .ibc18,
.show .ibc19 {
	opacity: 1;
	visibility: visible\9;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.ibc13 {
	left: 42%;
	top: 65px;
	width: 43px; height: 106px;
    background: url(../img/cs2.png) no-repeat -56px -497px;
	z-index: 3;
	transition-delay: 0.95s;
}

.ibc14 {
	left: 37%;
	top: 0;
	width: 61px; height: 151px;
    background: url(../img/cs2.png) no-repeat -712px -285px;
	z-index: 1;
	transition-delay: 1.05s;
}

.ibc15 {
	left: 47%;
	top: -150px;
	width: 67px; height: 285px;
    background: url(../img/cs2.png) no-repeat -712px -0;
	z-index: 1;
	transition-delay: 1.15s;
}

.ibc16 {
	left: 59%;
	top: -30px;
	width: 80px; height: 168px;
    background: url(../img/cs2.png) no-repeat -196px -288px;
	z-index: 1;
	transition-delay: 1.25s;
}

.ibc17 {
	right: 23%;
	top: 30px;
	width: 56px; height: 142px;
    background: url(../img/cs2.png) no-repeat -0 -497px;
	z-index: 8;
	transition-delay: 1.35s;
}

.ibc18 {
	right: 34%;
	top: 40px;
	 width: 72px; height: 123px;
    background: url(../img/cs2.png) no-repeat -347px -288px;
	z-index: 1;
	transition-delay: 1.45s;
}

.ibc19 {
	right: 42%;
	top: 90px;
	width: 41px; height: 85px;
    background: url(../img/cs2.png) no-repeat -476px -288px;
	z-index: 1;
	transition-delay: 1.55s;
}

.ibc20,
.ibc21 {
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	opacity: 0;
	visibility: hidden\9;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: transform 1s, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 1s, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.show .ibc20,
.show .ibc21 {
	opacity: 1;
	visibility: visible\9;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.ibc20 {
	left: 90px;
	top: 0;
	width: 251px; height: 273px;
    background: url(../img/cs2.png) no-repeat -461px -0;
	z-index: 10;
	transition-delay: 2s;
}

.ibc21 {
	right: 10px;
	top: 40px;
	width: 196px; height: 209px;
    background: url(../img/cs2.png) no-repeat -0 -288px;
	z-index: 10;
	transition-delay: 2.5s;
}

.icc1,
.icc2,
.icc18,
.icc19,
.icc20,
.icc21,
.icc6,
.icc8 {
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	opacity: 0;
	visibility: hidden\9;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: transform 1s, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 1s, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.icc3,
.icc4,
.icc12 {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	opacity: 0;
	visibility: hidden\9;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: transform 1s, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 1s, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.icc5,
.icc9,
.icc10,
.icc11,
.icc14,
.icc15,
.icc16 {
	transform: translateX(-30px);
	-webkit-transform: translateX(-30px);
	opacity: 0;
	visibility: hidden\9;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: transform 1s, opacity 1s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 1s, opacity 1s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.icc7,
.icc13 {
	transform: translateX(30px);
	-webkit-transform: translateX(30px);
	opacity: 0;
	visibility: hidden\9;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: transform 1s, opacity 1s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 1s, opacity 1s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.icc17 {
	transform: translateX(80px);
	-webkit-transform: translateX(80px);
	opacity: 0;
	visibility: hidden\9;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: transform 1s, opacity 3s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 1s, opacity 3s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.show .icc1,
.show .icc2,
.show .icc3,
.show .icc18,
.show .icc19,
.show .icc20,
.show .icc21,
.show .icc4,
.show .icc5,
.show .icc6,
.show .icc7,
.show .icc8,
.show .icc9,
.show .icc10,
.show .icc11,
.show .icc12,
.show .icc13,
.show .icc14,
.show .icc15,
.show .icc16,
.show .icc17 {
	opacity: 1;
	visibility: visible\9;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.icc1 {
	top: 0;
	right: 0;
	width: 613px;
	height: 350px;
	background-image: url(../img/cs1.png);
	background-repeat: no-repeat;
	background-position: -0 -0;
	transition-delay: 0.15s;
}

.icc2 {
	top: -100px;
	right: 70px;
	width: 217px;
	height: 271px;
	background-image: url(../img/cs1.png);
	background-repeat: no-repeat;
	background-position: -613px -0;
	z-index: 0;
	transition-delay: 0.3s;
}

.icc3 {
	top: 50px;
	right: 85px;
	 width: 336px; height: 201px;
    background: url('../img/cs1.png') no-repeat -0 -350px;
	transition-delay: 0.45s;
}

.icc4 {
	top: 100px;
	right: 140px;
	 width: 136px; height: 100px;
    background: url('../img/cs1.png') no-repeat -302px -551px;
	z-index: 1;
	transition-delay: 0.55s;
}

.icc5 {
	top: 100px;
	left: 140px;
	width: 70px; height: 59px;
    background: url('../img/cs1.png') no-repeat -830px -337px;
	z-index: 1;
	transition-delay: 0.65s;
}

.icc6 {
	top: 115px;
	left: 170px;
	width: 31px; height: 35px;
    background: url('../img/cs1.png') no-repeat -892px -396px;
	z-index: 1;
	transition-delay: 0.75s;
}

.icc7 {
	top: 50px;
	right: 0;
	 width: 139px; height: 117px;
    background: url('../img/cs1.png') no-repeat -163px -551px;
	z-index: -1;
	transition-delay: 0.25s;
}

.icc8 {
	top: -100px;
	right: 100px;
	 width: 112px; height: 116px;
    background: url('../img/cs1.png') no-repeat -830px -0;
	transition-delay: 0.65s;
}

.icc9 {
	top: -70px;
	left: 60px;
	width: 163px; height: 182px;
    background: url('../img/cs1.png') no-repeat -613px -271px;
	z-index: 1;
	transition-delay: 0.75s;
}

.icc10 {
	top: -108px;
	left: 140px;
	width: 163px; height: 180px;
    background: url('../img/cs1.png') no-repeat -0 -551px;
	transition-delay: 0.85s;
}

.icc11 {
	top: 50px;
	left: 20px;
	width: 61px; height: 69px;
    background: url('../img/cs1.png') no-repeat -830px -268px;
	z-index: 2;
	transition-delay: 0.95s;
}

.icc12 {
	top: 140px;
	left: 80px;
	width: 240px; height: 146px;
    background: url('../img/cs1.png') no-repeat -336px -350px;
	transition-delay: 0.95s;
}

.icc13 {
	top: 180px;
	left: 235px;
	width: 18px; height: 43px;
    background: url('../img/cs1.png') no-repeat -924px -201px;
	transition-delay: 1s;
}

.icc14 {
	top: 200px;
	left: 150px;
	width: 26px; height: 42px;
    background: url('../img/cs1.png') no-repeat -900px -337px;
	transition-delay: 1s;
}

.icc15 {
	top: 160px;
	left: 30px;
	width: 94px; height: 67px;
    background: url('../img/cs1.png') no-repeat -830px -201px;
	transition-delay: 1.05s;
}

.icc16 {
	top: 140px;
	left: 10px;
	width: 49px; height: 36px;
    background: url('../img/cs1.png') no-repeat -891px -268px;
	transition-delay: 1.1s;
}

.icc17 {
	top: 190px;
	right: 70px;
	width: 102px; height: 85px;
    background: url('../img/cs1.png') no-repeat -830px -116px;
	transition-delay: 1.15s;
}

.icc18 {
	top: 0;
	left: 0;
	width: 56px; height: 44px;
    background: url('../img/cs1.png') no-repeat -830px -548px;
	-webkit-animation: do-horiz-animation 5s infinite alternate;
	animation: do-horiz-animation 5s infinite alternate;
}

.icc19 {
	top: -130px;
	left: 80px;
	 width: 63px; height: 50px;
    background: url('../img/cs1.png') no-repeat -830px -498px;
	-webkit-animation: do-horiz-animation1 5s infinite alternate;
	animation: do-horiz-animation1 5s infinite alternate;
}

.icc20 {
	top: -145px;
	right: 230px;
	width: 62px; height: 51px;
    background: url('../img/cs1.png') no-repeat -830px -396px;
	-webkit-animation: do-horiz-animation1 5s infinite alternate;
	animation: do-horiz-animation1 5s infinite alternate;
}

.icc21 {
	top: -20px;
	right: 0;
	width: 62px; height: 51px;
    background: url('../img/cs1.png') no-repeat -830px -447px;
	-webkit-animation: do-horiz-animation 5s infinite alternate;
	animation: do-horiz-animation 5s infinite alternate;
}

.icb-txt1 {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.5;
	height: 48px;
	overflow: hidden;
}


/*.show .icb-txt1 {
	transition-delay: 0.15s;
}*/

.icb-txt2 {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 20px;
}

.icb-total {
	margin-left: -60px;
}

.icb-total li {
	color: #fff;
	display: inline-block;
	margin: 50px 0 0 60px;
}

.itxt1 {
	display: block;
	font-size: 16px;
}

.itxt2 {
	display: block;
	font-size: 14px;
}


/*.show .icb-txt2 {
	transition-delay: 0.25s;
}*/

.icbmore {
	display: block;
	width: 167px;
	height: 38px;
	margin-top: 90px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	font-size: 14px;
	border-radius: 19px;
	border: 1px solid #fff;
}


/*
.show .icb-total {
	transition-delay: 0.35s;
}

.show .icb-txt4 {
	transition-delay: 0.45s;
}*/

.icb-txt1,
.icb-txt2,
.icb-total,
.icbmore {
	transform: translateY(-80px);
	-webkit-transform: translateY(-80px);
	opacity: 0;
	visibility: hidden\9;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: transform 1s, opacity 0.85s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 1s, opacity 0.85s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.show .icb-txt1,
.show .icb-txt2,
.show .icb-total,
.show .icbmore {
	opacity: 1;
	visibility: visible\9;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.number {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 75px;
}

.number b {
	display: block;
	width: 1000px;
	height: 2px;
	background: #fff;
	margin: 27px auto 0;
	position: relative;
	line-height: 1;
}

.number b i {
	display: block;
	width: 0;
	height: 2px;
	background: #C82437;
	position: absolute;
	left: 0;
	top: 0;
}


/* 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;
	height: 20px;
	width: 20px;
	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.08);
		transform: scale(1.08);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}
	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;
	* {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	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__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;
	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;
	&:focus,
	&:hover {
		opacity: 1;
	}
	&:active {
		outline: 0;
		opacity: .9;
	}
	&::-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__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: 20px;
	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: "\ec7a";
}

.pswp__button--arrow--right:before {
	content: "\e609";
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
	color: #fff;
	background-color: #00817D;
}

.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;
	a {
		display: block;
		padding: 8px 12px;
		color: #000;
		text-decoration: none;
		font-size: 14px;
		line-height: 18px;
		&:hover {
			text-decoration: none;
			color: #000;
		}
		&:first-child {
			border-radius: 2px 2px 0 0;
		}
		&:last-child {
			border-radius: 0 0 2px 2px;
		}
	}
}

.pswp__share-modal--fade-in {
	opacity: 1;
	.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;
		}
		&:hover {
			background: #3E5C9A;
			color: #FFF;
			&:before {
				border-bottom-color: #3E5C9A;
			}
		}
	}
	&.pswp__share--twitter:hover {
		background: #55ACEE;
		color: #FFF;
	}
	&.pswp__share--pinterest:hover {
		background: #CCC;
		color: #CE272D;
	}
	&.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;
	.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__icn {
		background: url(preloader.gif) 0 0 no-repeat;
	}
}

.pswp--css_animation {
	.pswp__preloader--active {
		opacity: 1;
		.pswp__preloader__icn {
			-webkit-animation: clockwise .5s linear infinite;
			animation: clockwise .5s linear infinite;
		}
		.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__preloader__icn {
		background: 0 0;
		opacity: .75;
		width: 14px;
		height: 14px;
		position: absolute;
		left: 15px;
		top: 15px;
		margin: 0;
	}
	.pswp__preloader__cut {
		position: relative;
		width: 7px;
		height: 14px;
		overflow: hidden;
	}
	.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__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__button--arrow--right {
		visibility: visible;
	}
}

.pswp__caption,
.pswp__top-bar {
	background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit {
	.pswp__caption,
	.pswp__top-bar {
		background-color: rgba(0, 0, 0, 0.3);
	}
}

.pswp__ui--idle {
	.pswp__top-bar {
		opacity: 1;
	}
	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		opacity: 0;
	}
}

.pswp__ui--hidden {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right,
	.pswp__caption,
	.pswp__top-bar {
		opacity: .001;
	}
}

.pswp__ui--one-slide {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right,
	.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;
}

@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;
}

.itj-label {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	background: #00A1E9;
	padding: 2px 5px;
}

.itj-label:before {
	content: "";
	position: absolute;
	top: 8px;
	right: -5px;
	border-top: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #00A1E9;
}

.itj-link {
	display: inline-block;
	color: #333;
	font-size: 14px;
	padding: 0 17px;
}

.itj-link:hover {
	color: #00A1E9;
}

.ilbl {
	border-right: 1px solid #DBDBDB;
}

.index-pbanner {
	position: relative;
	margin-top: 60px;
	padding: 0 50px;
}

.index-pbanner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	color: #333;
}

.index-pbanner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 25px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.index-pbanner .slick-prev:before {
	content: "\ec7b";
}

.index-pbanner .slick-next:before {
	content: "\e617";
}

.index-pbanner .slick-prev {
	left: 0;
}

.index-pbanner .slick-next {
	right: 0;
}

.index-pbanner .slick-arrow:hover {
	color: #00A2EA;
}

.ipitem {
	position: relative;
	float: left;
	text-align: center;
	padding: 0 30px 10px 30px;
	cursor: pointer;
	border-bottom: 1px solid #DFDFDF;
}

.ipitem:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #00A2EA;
	transition: 0.45s;
}

.ipitem.active:before {
	width: 100%;
}

.ipitem:hover .ipicon,
.ipitem.active .ipicon,
.ipitem:hover .iptxt,
.ipitem.active .iptxt {
	color: #00A2EA;
}

.ipitem:hover .ipicon,
.ipitem.active .ipicon {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.ipicon {
	display: block;
	color: #6E6E6E;
	font-size: 50px;
	line-height: 1.5;
	transition: 0.75s;
}

.iptxt {
	color: #A8A8A8;
	font-size: 16px;
	height: 25px;
	overflow: hidden;
}

.iplist {
	display: none;
	margin: 50px 0 45px 0;
}

.illeft {
	position: relative;
	float: left;
	width: 32%;
	height: 499px;
	box-sizing: border-box;
	border-top: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	margin-top: -1px;
	padding: 40px 88px 0 30px;
}

.iplist {
	border-bottom: 1px solid #EBEBEB;
}

.illeft:hover .ilpicture img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}

.illeft .ilpicture {
	width: 216px;
}

.ilright .ilpicture {
	/*height: 140px;*/
	width: 140px;
}

.ilpicture {
	position: absolute;
	right: 40px;
	bottom: 30px;
	overflow: hidden;
}

.ilpicture img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ilwords {
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;*/
	transition: 0.45s;
}

.iritem {
	position: relative;
}

.ilright {
	position: relative;
	float: right;
	width: 68%;
}

.iritem {
	position: relative;
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin-left: -1px;
	border-top: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	padding: 40px 88px 40px 30px;
}

.iritem:hover .ilpicture img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}

.iwtitle {
	color: #454545;
	font-size: 20px;
	font-weight: normal;
	height: 36px;
	overflow: hidden;
}

.iwdesc {
	color: #787878;
	font-size: 14px;
	margin-top: 10px;
	height: 50px;
	overflow: hidden;
}

.iwmore {
	display: block;
	color: #787878;
	font-size: 14px;
	margin-top: 40px;
	transition: 0.65s;
	width: 102px;
	height: 32px;
	line-height: 32px;
	font-weight: normal;
}

.iwmore:hover {
	color: #00A2EA;
}

.iritem .iwdesc {
	width: 50%;
}

.ilhover {}

.ilhover:hover .iwmore {
	transition: 0.65s;
	color: #fff;
	text-align: center;
	background: linear-gradient(to right, #00B8E7, #106CFB);
}

.ilhover:hover {
	box-shadow: 0 0 15px #EBEBEB inset;
}

.index-plan-bg {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 55px 0 108px 0;
	min-height: 550px;
}

.ipbbt {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

.ipttab {
	text-align: center;
	border-bottom: 1px solid #707070;
	margin-top: 20px;
}

.ittxt {
	position: relative;
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
	padding: 10px 30px;
}

.ittxt.active:before {
	width: 100%;
	left: 0;
}

.ittxt.active:after {
	display: block;
}

.ittxt:before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	background: #00A2EA;
	left: 50%;
	bottom: -1px;
	transition: 0.45s;
}

.ittxt:after {
	display: none;
	content: "";
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -3px;
	border-right: 2px solid #00A2EA;
	border-top: 2px solid #00A2EA;
	height: 6px;
	width: 6px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border-left: 2px solid transparent;
	border-bottom: 2px solid transparent;
	transition: 0.45s;
}

#ip_cont {
	position: relative;
}

.iclist {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
	margin-top: 30px;
	background: #fff;
	overflow: hidden;
}

.iclist.active {
	opacity: 1;
	visibility: visible;
}

.iclist.active .icpic,
.iclist.active .iccont {
	transform: translateX(0);
}

.iclist:hover .icpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.icpic {
	float: left;
	width: 50%;
	overflow: hidden;
	transform: translateX(-100%);
	/*transition: transform 900ms, opacity .65s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 900ms, opacity .65s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;*/
	transition: 1s;
}

.icpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.iccont {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 40px 68px 0 68px;
	transform: translateX(100%);
	/*transition: transform 900ms, opacity .65s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 900ms, opacity .65s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;*/
	transition: 1s;
}

.ictitle {
	color: #454545;
	font-size: 26px;
	font-weight: normal;
	height: 46px;
	overflow: hidden;
}

.icdesc {
	color: #787878;
	font-size: 14px;
	margin-top: 10px;
	height: 75px;
	overflow: hidden;
}

.iclabel li {
	display: inline-block;
	padding: 0 15px;
	margin-top: 20px;
	text-align: center;
}

.iclabel li:not(:first-child) {
	border-left: 1px solid #ECECEC;
}

.ilicon {
	display: block;
	color: #6B6B6B;
	font-size: 30px;
	line-height: 1.5;
}

.iltxt {
	display: block;
	color: #ACACAC;
	font-size: 14px;
}

.ilmore {
	display: block;
	width: 141px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 4px;
	background: linear-gradient(to right, #00B8E7, #106CFB);
	margin-top: 60px;
}

.index-tcy {
	padding: 60px 0 100px 0;
	overflow: hidden;
}

.index-tcy .ipbbt {
	color: #454545;
}

.ipdesc {
	color: #A5A5A5;
	font-size: 16px;
	text-align: center;
}

.itbg {
	position: relative;
	margin-top: 30px;
	text-align: center;
}

.itcy-bg {
	animation: movetb 5s infinite alternate;
}

@keyframes movetb {
	0% {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
	}
	100% {
		-webkit-transform: translateY(10%);
		transform: translateY(10%);
	}
}

.itcy-bg img {
	display: block;
	width: 100%;
}

.itcy-pic {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

.itcy-pic img {
	display: inline-block;
	width: 100%;
}

.index-m2m {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 80px 0;
}

.index-m2m .ipbbt {
	color: #000;
}

.m2m-wrap {
	background: #fff;
	margin-top: 30px;
}

.mw-menu {
	float: left;
	width: 30%;
	box-sizing: border-box;
	border-right: 1px solid #E3E3E3;
}

.mwlbot {
	position: absolute;
	right: 0;
	opacity: 0;
	visibility: hidden;
	width: 70%;
	box-sizing: border-box;
	padding: 70px 60px 0 60px;
	overflow: hidden;
}

.mwlbot:hover .mlb-pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.mwlbot:hover .iwmore {
	color: #00A2EA;
}

.mwlbot.active {
	opacity: 1;
	visibility: visible;
}

.mwlbot.active .mlb-pic {
	transform: translateX(0);
}

.mwlbot.active .mlb-cont {
	transform: translateY(0);
}

.mlb-cont {
	float: left;
	width: 50%;
	transition: 0.85s;
	transition-delay: 0.15s;
	transform: translateY(-50px);
}

.mlb-pic {
	float: right;
	width: 40%;
	transition: 1s;
	transition-delay: 0.25s;
	transform: translateX(100px);
}

.mlb-pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.mw-menu p:not(:first-child) {
	border-top: 1px solid #E3E3E3;
}

.mwqh {
	position: relative;
	padding: 40px 35px;
	color: #666;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	transition: 0.75s;
	z-index: 3;
}

.mwqh:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	transition: 0.75s;
	z-index: -3;
	background: -moz-linear-gradient(to right, #00B8E7, #106CFB);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(to right, #00B8E7, #106CFB);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #00B8E7, #106CFB);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00B8E7', endColorstr='#106CFB', GradientType=1);
	/* IE6-9 */
}

.mwqh.active {
	color: #fff;
}

.mwqh.active:before {
	width: 100%;
}

.mwqh.active .mwicon1 {
	color: #fff;
}

.mwqh i {
	display: inline-block;
	vertical-align: middle;
}

.mwicon1 {
	color: #999;
	font-size: 30px;
	margin-right: 15px;
}

.mwicon2 {
	color: #fff;
	font-size: 23px;
	float: right;
}

.mclabel {
	position: relative;
	color: #3D3D3D;
	font-size: 30px;
	padding-bottom: 10px;
	font-weight: lighter;
}

.mclabel:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 56px;
	height: 6px;
	background: #89AEFF;
}

.mcjs {
	margin-top: 40px;
}

.mctxt {
	position: relative;
	color: #6E6E6E;
	font-size: 14px;
	padding-left: 12px;
}

.mctxt:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #89AEFF;
}

.mlb-cont .iwmore {
	color: #A8A8A8;
	margin-top: 60px;
}

.index-intro {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0 138px 0;
}

.index-intro .ipbbt,
.index-intro .ipdesc {
	color: #fff;
}

.intro-wrap {
	margin-top: 60px;
	background: #fff;
}

.intro-left {
	position: relative;
	float: left;
	width: 66.667%;
}

.intro-left:hover .ilpic img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}

.ilpic {
	float: left;
	width: 50%;
	overflow: hidden;
}

.ilpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ilcont {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 30px 30px 0 30px;
}

.iltitle {
	position: relative;
	color: #777777;
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DCDCDC;
	font-weight: normal;
	height: 35px;
	overflow: hidden;
}

.iltitle:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48px;
	height: 1px;
	background: #120731;
}

.ildesc {
	color: #777777;
	font-size: 14px;
	margin-top: 25px;
	height: 75px;
	overflow: hidden;
}

.ilrbanner {
	position: relative;
	float: left;
	width: 33.333%;
}

.ilrbanner .slick-dots {
	position: absolute;
	bottom: 0;
	right: 27px;
	bottom: 8px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
}

.ilrbanner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-align: center;
	line-height: 10px;
	background: #8D8D8D;
	overflow: hidden;
	margin: 0 3px;
}

.ilrbanner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 10px;
	height: 10px;
	background: #8D8D8D;
}

.ilrbanner .slick-dots li a:focus {
	outline: none;
}

.ilrbanner .slick-dots li.slick-active a {
	opacity: 1;
	visibility: visible;
	background: #fff;
}

.intro-left .ilmore {
	margin-top: 35px;
}

.irbitem {
	position: relative;
}

.irbpic {
	display: block;
	width: 100%;
}

.irbtxt {
	color: #fff;
	font-size: 14px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 8px 100px 8px 20px;
	height: 23px;
	overflow: hidden;
	background: url(../images/op1.png) repeat;
}

.index-partner {
	padding: 50px 0 80px 0;
}

.index-partner .ipbbt {
	color: #000;
}

.partner-banner {
	position: relative;
	margin-top: 20px;
}

.partner-banner .slick-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	left: 0;
	bottom: -30px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
}

.partner-banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-align: center;
	line-height: 10px;
	background: #EAEAEA;
	overflow: hidden;
	margin: 0 8px;
}

.partner-banner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 10px;
	height: 10px;
	background: #EAEAEA;
}

.partner-banner .slick-dots li a:focus {
	outline: none;
}

.partner-banner .slick-dots li.slick-active a {
	opacity: 1;
	visibility: visible;
	background: #214ABE;
}

.pbitem {
	position: relative;
	float: left;
}

.pipic {
	position: relative;
	float: left;
	width: 12.666%;
	height: 60px;
	margin: 0 2%;
}

.pipic img {
	display: block;
	max-width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.index-news-bg {
	background: #F6F6F6;
	padding: 30px 0;
}

.index-news-bg .ipbbt {
	color: #000;
}

.inc-wrap {
	margin-top: 40px;
	border: 1px solid #E8E8E8;
}

.inc-left {
	position: relative;
	float: left;
	width: 28%;
	box-sizing: border-box;
}

.inc-left:hover .inclpic img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}

.inc-left:hover .inccont .iwmore {
	color: #00A2EA;
}

.inclpic {
	overflow: hidden;
}

.inclpic img {
	position: relative;
	display: block;
	width: 100%;
	height: 227px;
	transition: 0.45s;
}

.inccont {
	padding: 15px 15px 20px 15px;
}

.incdate {
	color: #A8A8A8;
	font-size: 16px;
}

.inctitle {
	color: #454545;
	font-size: 16px;
	font-weight: normal;
	height: 28px;
	overflow: hidden;
}

.incdesc {
	color: #808080;
	font-size: 14px;
	margin-top: 5px;
	height: 75px;
	overflow: hidden;
}

.inccont .iwmore {
	margin-top: 20px;
}

.inc-center {
	float: left;
	width: 36%;
	box-sizing: border-box;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}

.icitem:first-child {
	border-bottom: 1px solid #E8E8E8;
}

.icitem {
	padding: 20px;
}

.icititle {
	color: #454545;
	font-size: 16px;
	font-weight: normal;
}

.icititle a {
	color: #454545;
}

.icititle i {
	display: block;
	float: right;
	color: #CECECE;
	font-size: 15px;
}

.icilist {
	margin-top: 9px;
}

.icilist li {
	margin-top: 4px;
}

.icilist li:hover .icltxt {
	color: #00A2EA;
}

.icldate {
	display: inline-block;
	vertical-align: middle;
	color: #A8A8A8;
	font-size: 14px;
}

.icltxt {
	display: inline-block;
	color: #808080;
	font-size: 14px;
	margin-left: 15px;
	width: 65%;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	transition: 0.35s;
}

.inc-right {
	float: left;
	width: 36%;
	box-sizing: border-box;
	padding: 20px;
}

.incrlist {
	margin-top: 20px;
}

.incrlist li {
	position: relative;
}

.incrlist li:hover .incrlpic img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}

.incrlist li:hover .incrititle {
	color: #00A2EA;
}

.incrlist li:not(:first-child) {
	margin-top: 35px;
}

.incrlpic {
	float: left;
	width: 31%;
	overflow: hidden;
}

.incrlpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.incricont {
	float: right;
	width: 64%;
}

.incrititle {
	color: #454545;
	font-size: 14px;
	height: 42px;
	overflow: hidden;
	transition: 0.35s;
	line-height: 1.5;
}

.incridate {
	display: block;
	color: #A8A8A8;
	font-size: 14px;
	margin-top: 20px;
}

.index-bottom {
	padding: 20px 0;
}

.index-bottom li {
	float: left;
	/*width: 25%;*/
}

.index-bottom li:hover .ibicon {
	-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;
}

.index-bottom li:not(:first-child) {
	margin-left: 180px;
}

.ibicon {
	display: inline-block;
	vertical-align: middle;
	color: #535353;
	font-size: 30px;
}

.ibxr {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.ibxr1 {
	display: block;
	color: #5A5A5A;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}

.ibxr2 {
	display: block;
	color: #ACACAC;
	font-size: 12px;
}

.footer-bg {
	position: relative;
	background: #212733;
}

.fbot1 {
	padding: 40px 0 30px 0;
}

.fbleft {
	float: left;
}

.fbleft li {
	float: left;
}

.fbleft li:not(:first-child) {
	margin-left: 100px;
}

.fbltxt {
	display: block;
	color: #788192;
	font-size: 12px;
}

.fbltxt:hover,
.fb2txt:hover {
	color: #fff;
}

.frewm {
	float: left;
	text-align: center;
	margin: 0 10px;
}

.frtxt {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
}

.frewm img {
	margin-top: 10px;
}

.fbright {
	float: right;
}

.fbot2 {
	border-top: 1px solid #788192;
	border-bottom: 1px solid #788192;
	padding: 12px 0;
}

.fb2title {
	color: #FFFFFF;
	font-size: 14px;
	margin-right: 30px;
}

.fb2txt {
	display: inline-block;
	color: #788192;
	font-size: 12px;
	margin-right: 30px;
}

.fbot3 {
	text-align: center;
	padding: 10px 0;
}

.fb3txt {
	color: #fff;
	font-size: 12px;
}

.fb3txt a {
	color: #fff;
}

.fttb {
	color: #707070;
	margin: 0 5px;
}

.footer-wdt {
	background: #131418;
	padding: 10px 0;
	text-align: center;
}

.fwdtxt {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.fwdtxt a {
	color: #fff;
	margin: 0 5px;
}

.return-top {
	position: absolute;
	bottom: 70px;
	right: 120px;
	width: 50px;
	height: 50px;
	background: #fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

.return-top i {
	color: #425693;
	font-size: 25px;
}

.index-right-menu {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	z-index: 99;
}

.index-right-menu a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: #E4E4E4 0px 0px 12px 3px;
	text-align: center;
	line-height: 50px;
	color: #B0B0B0;
	margin: 10px 0;
	transition: 0.45s;
	background: #fff;
}

.index-right-menu a:hover {
	color: #fff;
	background: linear-gradient(to right, #74CCF1, #3CA6D3);
}

.index-right-menu a i {
	font-size: 20px;
}

.ipnumber.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.ipnumber {
	opacity: 0;
	visibility: hidden;
	transform: translateX(20px);
	position: absolute;
	width: 100px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	top: 16px;
	right: 60px;
	border-radius: 4px;
	padding: 3px 10px;
	color: #fff;
	font-size: 14px;
	background: linear-gradient(to right, #74CCF1, #3CA6D3);
	transition: 0.65s;
}

.ipnumber:before {
	content: "";
	position: absolute;
	top: 12px;
	right: -6px;
	border-top: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #00A1E9;
}


/* 产品中心 */

.product-banner {
	position: relative;
}

.product-banner .slick-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	left: 0;
	bottom: 60px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
}

.product-banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 27px;
	height: 3px;
	text-align: center;
	line-height: 10px;
	background: #EAEAEA;
	overflow: hidden;
	margin: 0 5px;
}

.product-banner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	padding: 0px;
	cursor: pointer;
	width: 27px;
	height: 3px;
	background: #8F8C97;
}

.product-banner .slick-dots li a:focus {
	outline: none;
}

.product-banner .slick-dots li.slick-active a {
	opacity: 1;
	visibility: visible;
	background: #00A2EA;
}

.pitem {
	float: left;
	position: relative;
}

.pbimg {
	display: block;
	width: 100%;
}

.slick-active .pbimg {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}


/*.show .pctitle {
	transition-delay: 0.25s;
}

.show .pcdesc {
	transition-delay: 0.35s;
}

.show .pczx {
	transition-delay: 0.45s;
}*/

.pctitle,
.pcdesc,
.pczx {
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	opacity: 0;
	visibility: hidden\9;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: transform 1s, opacity 0.85s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 1s, opacity 0.85s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.show .pctitle,
.show .pcdesc,
.show .pczx {
	opacity: 1;
	visibility: visible\9;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.pbcont {
	position: absolute;
	width: 90%;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-left: -45%;
	transform: translateY(-50%);
}

.pctitle {
	font-weight: normal;
	color: #fff;
	font-size: 32px;
}

.pcdesc {
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
}

.pczx {
	display: block;
	width: 126px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	margin: 40px auto 0;
	background: linear-gradient(to right, #00B8E7, #106CFB);
}

.brand-wrap {
	padding: 10px 0;
}

.bw-left {
	float: left;
}

.blicon {
	display: inline-block;
	vertical-align: middle;
	color: #B7B7B7;
	font-size: 20px;
	margin-right: 5px;
}

.bltxt {
	color: #787878;
	font-size: 12px;
}

.bltxt:hover {
	color: #00A2EA;
}

.bw-right {
	float: right;
}

.brnr {
	color: #999999;
	font-size: 12px;
	margin-left: 15px;
}

.brnr:hover {
	color: #00A2EA;
}

.bnicon {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin-right: 5px;
}

.product-list-bg {
	background: #F7F7F7;
	padding: 50px 0;
}

.product-menu {
	float: left;
	width: 23%;
	background: #fff;
}

.pmname {
	padding: 20px 20px 30px 20px;
	background: linear-gradient(to right, #00B8E7, #106CFB);
	color: #fff;
	font-size: 30px;
}

.pmname strong {
	display: block;
	width: 38px;
	height: 1px;
	background: #fff;
}

.product-list {
	float: right;
	width: 73%;
}

.pm-list li {
	border-bottom: 1px solid #EEEEEE;
}

.pm-list li.active .pyicon,
.pm-list li:hover .pyicon {
	transform: rotate(90deg);
	color: #fff;
}

.pm-list li:hover .plyj,
.pm-list li.active .plyj {
	color: #fff;
}

.pm-list li:hover .plyj:before,
.pm-list li.active .plyj:before {
	top: 0;
	bottom: auto;
	height: 100%;
}

.plyj {
	position: relative;
	display: block;
	padding: 13px 20px;
	color: #454545;
	font-size: 14px;
	z-index: 3;
}

.plyj:before {
	display: block;
	content: "";
	position: absolute;
	/*top: 0;*/
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: #00A2EA;
	transition: 0.5s;
	z-index: -3;
}

.pyicon {
	display: inline-block;
	color: #333333;
	font-size: 14px;
	margin-right: 10px;
	transition: 0.35s;
}

.plej {
	display: none;
	margin-left: 40px;
	padding-bottom: 13px;
	/*transition: 0.45s;*/
	margin-top: 10px;
}

.petxt {
	display: block;
	color: #787878;
	font-size: 12px;
}

.petxt:hover {
	color: #00A2EA;
}

.petxt:not(:first-child) {
	margin-top: 5px;
}

.plmall {
	position: relative;
}

.plmall img {
	display: block;
	width: 100%;
}

.mall-enter {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 86px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	border-radius: 50px;
	background: #fff;
	color: #454545;
	font-size: 14px;
	overflow: hidden;
	z-index: 3;
}

.mall-enter:hover {
	color: #fff;
}

.mall-enter:hover:before {
	width: 100%;
}

.mall-enter:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background: #116DF9;
	transition: 0.5s;
	z-index: -3;
}

.pllist li {
	position: relative;
	background: #fff;
	margin-top: 14px;
	padding: 40px 40px 69px 40px;
}

.pllist li:hover .plctitle:before {
	width: 63px;
}

.pllist li:hover .plctitle {
	color: #00A2EA;
}

.pllist li:hover .pllpic img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}

.pllist li:hover .plclink {
	color: #fff;
	border: 1px solid #27A8CB;
	background: linear-gradient(to right, #00B8E7, #106CFB);
}

.pllcont {
	float: left;
	width: 55%;
}

.plctitle {
	position: relative;
	font-weight: normal;
	color: #454545;
	font-size: 24px;
	line-height: 1.5;
	padding-bottom: 15px;
	transition: 0.35s;
	height: 28px;
	overflow: hidden;
}

.plctitle:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #00A2EA;
	transition: 0.85s;
}

.plcdesc {
	color: #787878;
	font-size: 14px;
	margin-top: 20px;
	height: 75px;
	overflow: hidden;
}

.plclink {
	display: block;
	font-weight: normal;
	width: 124px;
	height: 39px;
	border: 1px solid #CFCFCF;
	color: #B2B2B2;
	font-size: 12px;
	text-align: center;
	line-height: 39px;
	margin-top: 20px;
	transition: 0.45s;
}

.pllpic {
	float: right;
	width: 25%;
	overflow: hidden;
}

.pllpic img {
	display: block;
	width: 100%;
	transition: 0.35s;
}

.page-list {
	text-align: center;
	margin-top: 50px;
}

.plnum {
	display: inline-block;
	width: 47px;
	height: 47px;
	border: 1px solid #D2D2D2;
	border-radius: 50%;
	text-align: center;
	line-height: 47px;
	color: #454545;
	font-size: 12px;
	margin: 0 3px;
	transition: 0.45s;
}

.plnum.active,
.plnum:hover {
	background: #01A2E9;
	color: #fff;
}


/* 产品详情1 */

.brsearch {
	width: 228px;
	height: 34px;
	border: 1px solid #C8C8C8;
	border-radius: 50px;
	padding: 0 20px;
	line-height: 34px;
}

.brsearch input {
	display: inline-block;
	vertical-align: middle;
	width: 86%;
	color: #ACACAC;
	font-size: 12px;
	border: none;
}

.bricon {
	display: inline-block;
	vertical-align: middle;
	color: #3A3A3A;
	font-size: 21px;
}

.product-detail-bg {
	background: #F7F7F7;
	padding-top: 40px;
}

.pdqh select {
	color: #464646;
	font-size: 14px;
	width: 250px;
	border: 1px solid #DEDEDE;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/aselect.png) 95% transparent;
	background-repeat: no-repeat;
	background-size: 10px;
	padding: 10px;
}

.pdcont {
	margin-top: 20px;
}

.pdbanner {
	float: left;
	width: 48%;
}

.pb-bpic {
	position: relative;
	border: 1px solid #D5D5D5;
}

.pbpitem {
	overflow: hidden;
}

.pbpitem:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.pbpitem img,
.vidoes {
	display: block;
	width: 100%;
	transition: 0.5s;
}

.pbsitem:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.pbsitem {
	position: relative;
	border: 1px solid #D5D5D5;
	margin-right: 5px;
	transition: 0.35s;
	overflow: hidden;
}

.pbsitem img {
	display: block;
	transition: 0.65s;
}

.pbsitem.slick-current {
	border: 1px solid #00A2EA;
}

.psplay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 43px;
	height: 43px;
	border-radius: 50%;
	text-align: center;
	line-height: 43px;
	background: url(../images/op1.png) repeat;
}

.psplay i {
	color: #fff;
	font-size: 14px;
}

.pb-spic {
	position: relative;
	margin-top: 5px;
	overflow: hidden;
}

.pb-spic .slick-list {
	padding-bottom: 3px;
	overflow: auto;
}

.pb-spic img {
	display: block;
	width: 100%;
}

.pdbdetail {
	float: right;
	width: 48%;
}

.pdtitle {
	color: #454545;
	font-size: 30px;
	line-height: 1.5;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #DEDEDE;
}

.pddesc {
	color: #787878;
	font-size: 14px;
	margin-top: 20px;
}

.pdzc {
	margin-top: 20px;
	background: #AEB7C0;
	padding: 13px 24px 26px 24px;
}

.pztxt {
	position: relative;
	color: #fff;
	font-size: 14px;
	display: block;
	float: left;
	width: 50%;
	font-weight: lighter;
	margin-top: 2px;
	box-sizing: border-box;
	padding-left: 10px;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pztxt:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
}

.pdcontact {}

.pcnum {
	display: inline-block;
	margin: 30px 25px 0 0;
	color: #787878;
	font-size: 16px;
}

.pcnum i {
	display: inline-block;
	vertical-align: middle;
	color: #7E7E7E;
	font-size: 24px;
}

.pdbtn a {
	display: inline-block;
	width: 176px;
	height: 49px;
	text-align: center;
	line-height: 49px;
	border-radius: 50px;
	font-size: 14px;
	margin: 40px 13px 0 0;
}

.pbicon {
	display: inline-block;
	vertical-align: middle;
	font-size: 27px;
	margin-right: 10px;
}

.pbzx {
	color: #999999;
	border: 1px solid #999999;
	transition: 0.45s;
}

.pbzx:hover {
	color: #fff;
	background: #00A2EA;
	border: 1px solid #00A2EA;
}

.pbzx:hover .pbicon,
.pbbuy:hover .pbicon {
	-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;
}

.pbbuy {
	color: #fff;
	background: #00A2EA;
}

.pstab {
	background: #F1F1F1;
	padding: 0 15px;
	margin-top: 30px;
}

.ptleft {
	float: left;
}

.pltxt {
	display: inline-block;
	position: relative;
	color: #454545;
	font-size: 16px;
	margin-right: 30px;
	padding: 15px 0;
}

.pltxt:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #00A2EA;
	transition: 0.65s;
}

.pltxt:after {
	display: none;
	content: "";
	position: absolute;
	left: 42%;
	bottom: -8px;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 8px solid #00A2EA;
}

.pltxt.active {
	color: #00A2EA;
}

.pltxt.active:before {
	width: 100%;
}

.pltxt.active:after {
	display: block;
}

.ptright a {
	display: block;
	float: right;
	color: #BEBEBE;
	font-size: 14px;
	line-height: 1;
	margin-top: 15px;
}

.ptright i {
	color: #878787;
	font-size: 25px;
	margin-left: 5px;
}

.ps-pictures {
	margin-top: 65px;
	text-align: center;
}

.ps-recomm {
	margin-top: 30px;
	padding-bottom: 15px;
}

.prtitle {
	background: #fff;
}

.prtitle span {
	display: block;
	width: 115px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	background: linear-gradient(to right, #00A2EA, #00A2EA);
	color: #fff;
	font-size: 16px;
}

.prbanner {
	position: relative;
	margin-left: -10px;
}

.prbanner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	background: #E3E3E3;
	transform: translateY(-50%);
	color: #fff;
}

.prbanner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 23px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.prbanner .slick-prev:before {
	content: "\ec7a";
}

.prbanner .slick-next:before {
	content: "\e609";
}

.prbanner .slick-prev {
	left: 10px;
}

.prbanner .slick-next {
	right: 0;
}

.prbanner .slick-arrow:hover {
	background: #00A2EA;
}

.pritem {
	position: relative;
	background: #fff;
	float: left;
	padding: 10px 0;
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
	overflow: hidden;
}

.pritem:hover img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}

.pritem img {
	display: inline-block;
	transition: 0.45s;
}

.prname {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 5px;
	color: #787878;
	font-size: 14px;
	height: 25px;
	overflow: hidden;
}

.ptright #bshare-more-icon,
.ptright .bshare-more-icon {
	padding-left: 0 !important;
	height: auto !important;
	background: none !important;
}

#bshare-more-icon:hover {
	text-decoration: none !important;
}


/* 资料下载 */

.data-download {
	margin-top: 40px;
}

.data-list {
	margin-bottom: 50px;
}

.dlhead {
	background: #120731;
}

.dlhead .dltxt {
	color: #fff;
}

.dlhead .dlt1 {
	padding-left: 30px;
}

.dlhead .dlt2 {
	padding-left: 10px;
}

.dllist .dltxt {
	color: #454545;
}

.dllist li {
	border-bottom: 1px solid #F2F2F2;
}

.dllist li:hover .dlt1,
.dllist li:hover .loadicon {
	color: #00A2EA;
}

.dltxt {
	display: block;
	float: left;
	font-size: 14px;
	box-sizing: border-box;
	line-height: 50px;
	transition: 0.35s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dlt1 {
	width: 50%;
}

.dlt2 {
	width: 45%;
}

.dlt3 {
	width: 5%;
}

.loadicon {
	display: block;
	color: #818181;
	font-size: 30px;
	transition: 0.35s;
}

.buy-way {
	margin-top: 30px;
	padding-bottom: 40px;
}

.bw-contact {
	margin-top: 10px;
	background: #fff;
}

.bcpic {
	float: left;
	width: 50%;
}

.bcpic img {
	display: block;
	width: 100%;
}

.bccont {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 50px 30px 0 30px;
}

.bctxt {
	color: #787878;
	font-size: 14px;
	line-height: 1.5;
	cursor: pointer;
	word-break: break-all;
}

.bctxt a {
	color: #787878;
}

.bctxt: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;
}

.bctxt i {
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
	margin-right: 10px;
}

.bczx {
	display: block;
	width: 114px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	margin-top: 30px;
	background: #00A2EA;
}

.bczx i {
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
	margin-right: 5px;
}

.contact-us {
	margin-top: 30px;
}

.contact-sh {
	background: #fff;
}

.cspic {
	float: left;
	width: 50%;
}

.cspic img {
	display: block;
	width: 100%;
}

.cscont {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 30px 25px 0 25px;
}

.cstitle {
	color: #454545;
	font-size: 22px;
	font-weight: normal;
}

.cstxt {
	color: #787878;
	font-size: 14px;
	margin-top: 5px;
}

.maps {
	height: 337px;
	margin-top: 10px;
}

.anchorBL {
	display: none !important;
}


/* 技术支持 */

.support-bg {
	background: #F7F7F7;
	padding: 50px 0;
}

.sptitle {
	text-align: center;
	color: #000;
	font-size: 30px;
	font-weight: bold;
}

.sabot {
	margin-top: 30px;
	background: #fff;
}

.sbpic {
	float: left;
	width: 50%;
}

.sbpic img {
	display: block;
	width: 100%;
}

.sbcont {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 40px 40px 0 40px;
}

.scdesc {
	color: #454545;
	font-size: 18px;
	line-height: 1.5;
}

.scts {
	display: block;
	color: #787878;
	font-size: 14px;
	margin-top: 10px;
}

.sclist {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #F0F0F0;
}

.sclist li {
	float: left;
	width: 31.333%;
	color: #787878;
	font-size: 14px;
}

.slicon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	color: #7D7D7D;
	font-size: 25px;
}

.technical-support {
	margin-top: 30px;
}

.tsbot {
	margin-top: 20px;
}

.tsbot li {
	position: relative;
	float: left;
	width: 25%;
	transition: 0.5s;
	cursor: pointer;
}

.tsbot li.sx-w {
	width: 17.666%;
}

.tsbot li.wf-w {
	width: 47%;
}

.tspic {
	height: 100%;
	overflow: hidden;
}

.tspic img {
	display: block;
	width: auto;
	text-align: center;
}

.tscont {
	position: absolute;
	top: 60px;
	left: 50px;
	right: 50px;
	color: #fff;
}

.tsbot li.active .tcit {
	transform: translateY(0);
	text-align: left;
}

.tsbot li.active .tctitle {
	border-bottom: 1px solid #FFFFFF;
}

.tsbot li.active .tctitle:after {
	display: none;
}

.tsbot li.active .tctitle:before {
	opacity: 1;
	visibility: visible;
	width: 57px;
}

.tsbot li.active .tcdesc,
.tsbot li.active .tcbtn {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.tcit {
	-webkit-transition: opacity 0.65s, -webkit-transform 0.65s;
	transition: opacity 0.65s, transform 0.65s;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	text-align: center;
}

.tcicon {
	display: block;
	font-size: 40px;
	line-height: 1;
}

.tctitle {
	position: relative;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 20px;
	margin-top: 5px;
}

.tctitle:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 25px;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
}

.tctitle:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background: #00A2EA;
	transition: 1s;
}

.tcdesc {
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
	font-size: 14px;
	width: 465px;
	height: 50px;
	overflow: hidden;
	-webkit-transition: opacity 0.65s, -webkit-transform 0.65s;
	transition: opacity 0.65s, transform 0.65s;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	transition-delay: 0.15s;
}

.tcbtn {
	opacity: 0;
	visibility: hidden;
	display: block;
	margin-top: 45px;
	width: 91px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid #fff;
	font-weight: normal;
	-webkit-transition: opacity 0.65s, -webkit-transform 0.65s;
	transition: opacity 0.65s, transform 0.65s;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}

.support-contact {
	margin-top: 55px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 80px 0;
	text-align: center;
}

.scwt {
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: lighter;
	line-height: 1.5;
}

.sctxt {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 15px;
}

.scbtn {
	display: block;
	width: 143px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	color: #fff;
	font-size: 14px;
	background: #00A2EA;
	border-radius: 20px;
	margin: 45px auto 0;
	transition: 0.35s;
}

.scbtn:hover {
	background: #106cfb;
}


/* 技术支持-资料下载 */

.sd3-menu-left {
	float: left;
	width: 25%;
	height: 100vh;
	background: #fff;
	box-sizing: border-box;
	padding: 5px 15px 100px 15px;
}

.sml-title {
	font-weight: normal;
	color: #333;
	font-size: 18px;
	padding: 10px 0;
	line-height: 1.5;
	border-bottom: 1px solid #EFEFEF;
}

.sml-menu {
	margin-top: 30px;
}

.sml-menu li.active .smyj .syjicon {
	transform: rotate(90deg);
}

.sml-menu li.active .smej {
	display: block;
}

.sbw.active .sejicon {
	transform: rotate(90deg);
}

.smyj {
	display: block;
	padding: 5px 0;
}

.smyj,
.smej {
	color: #454545;
	font-size: 14px;
}

.sbw {
	display: none;
}

.smej {
	/*display: none;*/
	padding: 2px 0 2px 20px;
	transition: 0.45s;
}

.smsj {
	display: none;
}

.smicon {
	display: inline-block;
	color: #454545;
	font-size: 14px;
	margin-right: 5px;
	transition: 0.35s;
}

.sjtxt {
	display: block;
	color: #787878;
	font-size: 12px;
	padding: 3px 0 3px 20px;
}

.sjtxt:hover {
	background: #E7ECF2;
}

.sd3-cont-right {
	float: right;
	width: 71%;
	background: #fff;
	box-sizing: border-box;
	padding: 35px 30px;
}

.sdr-bot {
	background: #fff;
	box-sizing: border-box;
	padding: 35px 30px;
}

.scr-title {
	color: #454545;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.5;
}

.scr-search {
	margin-top: 10px;
	width: 100%;
	height: 47px;
	line-height: 47px;
	border: 1px solid #F3F3F3;
	box-sizing: border-box;
	padding: 0 20px;
}

.scr-search input {
	width: 50%;
	border: none;
	color: #BEBEBE;
	font-size: 14px;
}

.scr-search i {
	display: block;
	float: right;
	color: #585858;
	font-size: 25px;
}

.slhead {
	padding: 0 0 0 15px;
}

.scr-list {
	margin-top: 25px;
}

.sllist .shtxt {
	height: 50px;
	overflow: hidden;
}

.shtxt {
	display: block;
	float: left;
	color: #000;
	font-size: 14px;
}

.sllist {
	margin-top: 10px;
	border: 1px solid #F1F1F1;
}

.sllist li:hover {
	background: #F6F6F6;
}

.sllist li:hover .sh3 {
	background: #00A2EA;
}

.sllist li:hover .shxz {
	color: #fff;
}

.sllist li {
	padding: 0 0 0 15px;
	line-height: 50px;
	transition: 0.45s;
}

.sllist li:not(:first-child) {
	border-top: 1px solid #F1F1F1;
}

.sh1 {
	width: 27%;
}

.sh2 {
	width: 63%;
}

.sh3 {
	width: 10%;
	text-align: center;
	transition: 0.45s;
}

.shxz {
	color: #717171;
	font-size: 28px;
	line-height: 0;
	transition: 0.45s;
}

.sd4-pic {
	position: relative;
	margin-top: 30px;
	border-radius: 10px;
	color: #fff;
	overflow: hidden;
}

.sdpic {
	overflow: hidden;
	border-radius: 5px;
}

.sdpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
	border-radius: 5px;
}

.scnr {
	position: absolute;
	top: 50px;
	left: 40px;
}

.sd4-pic:hover .sdpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.sp4name {
	font-size: 20px;
	font-weight: normal;
}

.sp4jt {
	margin-top: 10px;
}

.sptxt {
	font-size: 13px;
	margin-top: 3px;
}

.sp4btn {
	display: block;
	width: 142px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	font-size: 14px;
	border-radius: 20px;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 30px;
}

.sp4btn: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;
}

.sp4btn i {
	display: inline-block;
	vertical-align: middle;
	font-size: 27px;
	margin-right: 10px;
}

.sd4ys {
	margin-top: 40px;
}

.sd4title {
	font-weight: normal;
	color: #666666;
	font-size: 24px;
	line-height: 1.5;
	padding-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
}

.syslist {
	margin: 19px 0 0 -2%;
}

.syslist li {
	float: left;
	width: 48%;
	margin: 10px 0 0 2%;
}

.systxt {
	display: inline-block;
	vertical-align: middle;
	width: 17%;
	color: #666666;
	font-size: 14px;
	text-align: right;
	padding-right: 5px;
	box-sizing: border-box;
}

.syssr {
	background: #fff;
	border: 1px solid #DEDEDE;
	border-radius: 10px !important;
	width: 82%;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	box-sizing: border-box;
	color: #CCCCCC;
	font-size: 14px;
}

.syspt {
	display: block;
	float: left;
}

.syspselect {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 82%;
}

.spstxt {
	width: 100%;
	background-color: #fff !important;
	border: 1px solid #DEDEDE;
	border-radius: 10px !important;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	box-sizing: border-box;
	color: #999;
	font-size: 14px;
	height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/aselect.png) 98% transparent;
	background-size: 10px;
	background-repeat: no-repeat;
}

.spsbot {
	display: none;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	background: #eee;
	padding: 10px 20px 20px 20px;
	height: 200px;
	overflow-y: scroll;
}

.sbsure {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 68px;
	height: 33px;
	background: #00A2EA;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 33px;
}

.sblabel label {
	display: block;
	margin-right: 15px;
	color: #999;
	font-size: 14px;
	margin-top: 10px;
}

.syselect {
	width: 82%;
	background-color: #fff !important;
	border: 1px solid #DEDEDE;
	border-radius: 10px !important;
	height: 36px;
	padding: 0 15px;
	box-sizing: border-box;
	color: #999;
	font-size: 14px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/aselect.png) 98% transparent;
	background-size: 10px;
	background-repeat: no-repeat;
}

.sysw {
	width: 100% !important;
	margin-left: 0 !important;
}

.sysw .systxt {
	width: 10%;
}

.stop {
	vertical-align: top;
}

.sysw .syssr,
.sysarea {
	width: 89.5%;
}

.sysarea {
	font-family: "微软雅黑";
	background: #fff;
	border: 1px solid #DEDEDE;
	border-radius: 10px !important;
	height: 194px;
	padding: 15px;
	box-sizing: border-box;
	color: #CCCCCC;
	font-size: 14px;
}

.submit-sd4 {
	display: block;
	width: 90%;
	margin-left: 9%;
	height: 53px;
	text-align: center;
	line-height: 53px;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	background: linear-gradient(to right, #00B8E7, #106CFB);
	margin-top: 14px;
}

.syssr::-webkit-input-placeholder,
.sysarea::-webkit-input-placeholder {
	color: #CCCCCC;
}

.syssr:-moz-placeholder,
.sysarea::-webkit-input-placeholder {
	color: #CCCCCC;
}

.syssr::-moz-placeholder,
.sysarea::-webkit-input-placeholder {
	color: #CCCCCC;
}

.syssr:-ms-input-placeholder,
.sysarea::-webkit-input-placeholder {
	color: #CCCCCC;
}

.sd1-ts {
	margin-top: 15px;
}

.sd1-ts li {
	margin-top: 10px;
	background: #fff;
	padding: 30px 30px 30px 40px;
}

.sd1-ts li:hover .stspic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.stspic {
	float: right;
	width: 33%;
	overflow: hidden;
}

.stspic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.stscont {
	float: left;
	width: 50%;
}

.sctitle {
	font-weight: normal;
	color: #454545;
	font-size: 24px;
}

.sctdesc {
	color: #787878;
	font-size: 14px;
	margin-top: 5px;
}

.sctgray {
	display: block;
	width: 144px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: #787878;
	font-size: 16px;
	background: #F1F1F1;
	margin-top: 30px;
	cursor: pointer;
}

.sctblue {
	display: block;
	width: 144px;
	height: 42px;
	line-height: 42px;
	border-radius: 21px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 30px;
	background: linear-gradient(to right, #00B8E7, #106CFB);
}

.service-center {
	margin-top: 30px;
}

.solutions-list li {
	position: relative;
	background: #fff;
}

.solutions-list li:hover .sclbtn:before {
	width: 100%;
}

.solutions-list li:hover .sclbtn {
	color: #3F8FB4;
}

.solutions-list li:hover .slpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.solutions-list li:not(:first-child) {
	margin-top: 10px;
}

.slpic {
	float: right;
	width: 35%;
	overflow: hidden;
}

.slpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.slcont {
	float: left;
	width: 60%;
	box-sizing: border-box;
	padding: 15px 40px;
}

.scltitle {
	font-weight: bold;
	color: #454545;
	font-size: 20px;
	height: 36px;
	overflow: hidden;
}

.scllabel {
	display: block;
	width: 70px;
	border-radius: 4px;
	text-align: center;
	color: #8A8A8A;
	font-size: 12px;
	margin-top: 5px;
	background: #F2F2F2;
}

.scldesc {
	color: #787878;
	font-size: 14px;
	margin-top: 15px;
	height: 50px;
	overflow: hidden;
}

.sclbtn {
	position: relative;
	display: block;
	width: 63px;
	text-align: center;
	color: #787878;
	font-size: 12px;
	margin-top: 30px;
	padding-bottom: 2px;
}

.sclbtn:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #3F8FB4;
	transition: 0.55s;
}


/* 关于 */

.about-bg {
	background: #F7F7F7;
	padding: 50px 0;
}

.about2-bg {
	background: #F7F7F7;
}

.about2-wrap {
	padding: 50px 0;
}

.br-alink {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #787878;
	font-size: 14px;
	margin: 0 10px;
	line-height: 40px;
}

.br-alink:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 0;
	height: 2px;
	background: #00A2EA;
	transition: 0.55s;
}

.br-alink.active,
.br-alink:hover {
	color: #00A2EA;
}

.br-alink.active:before,
.br-alink:hover:before {
	width: 100%;
}

.aipic {
	float: left;
	width: 43%;
	overflow: hidden;
}

.aipic img {
	display: block;
	width: 100%;
}

.aicont {
	float: right;
	width: 53%;
}

.aicname {
	font-weight: normal;
	color: #454545;
	font-size: 30px;
}

.aiceng {
	color: #787878;
	font-size: 16px;
}

.aicwords {
	position: relative;
	color: #787878;
	font-size: 14px;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #E6E6E6;
}

.aicwords:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 1px;
	background: #00A2EA;
	transition: 1.5s;
}

.aicwords:before.target {
	opacity: 0;
	visibility: hidden;
	transition: 1.5s;
}

.action.aicwords:before {
	opacity: 1;
	visibility: visible;
	width: 98px;
}

.company-jg {
	margin-top: 85px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0;
	background-position: center center;
}

.acjtitle {
	position: relative;
	font-weight: bold;
	text-align: center;
	color: #000;
	font-size: 34px;
	padding-bottom: 5px;
}

.acjtitle:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 169px;
	height: 1px;
	background: #DFDFDF;
}

.acjtitle:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 48px;
	height: 1px;
	margin-left: -24px;
	background: #00A2EA;
}

.cjpic {
	width: 807px;
	margin: 70px auto 0;
}

.cjpic img {
	display: block;
	width: 100%;
}

.glory-zz {
	width: 807px;
	margin: 0 auto;
	position: relative;
	padding: 50px 0 80px 0;
}

.company-jg .acjtitle {
	color: #fff;
}

.company-jg .acjtitle:before {
	background: #fff;
}

.dnSlide-main {
	position: relative;
	padding: 0px;
	margin: 50px 0 0 0;
	list-style: none;
	width: 100%;
	height: 234px;
	margin-left: auto;
	margin-right: auto;
	-webkit-tap-highlight-color: transparent;
}

.dnSlide-main.done {
	visibility: visible;
}

.dnSlide-main a,
.dnSlide-main img {
	display: block;
	border: 0px;
}

.dnSlide-main .dnSlide-list {
	width: 80%;
	height: 234px;
	list-style: none;
}

.dnSlide-main .dnSlide-item {
	position: absolute;
	top: 0px;
	left: 0px;
}

.dnSlide-main .dnSlide-btn {
	color: black;
	position: absolute;
	top: 0px;
	transition: 0.35s;
	z-index: 99;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
}

.dnSlide-main.dnSlide-hide {
	display: none;
}

.dnSlide-main .dnSlide-left-btn {
	left: 0;
	right: auto;
}

.dnSlide-main .dnSlide-right-btn {
	right: 0;
	left: auto;
}

.dnSlide-main span {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	line-height: 1;
	text-align: center;
	color: #787878;
	font-size: 14px;
	margin-top: 5px;
}

.dnSlide-item:first-child span {
	display: block;
}

.cooperation-qy {
	background: #F1F1F1;
	padding: 50px 0 90px 0;
}

.cpybanner {
	position: relative;
	margin-top: 30px;
}

.cpybanner .slick-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	left: 0;
	bottom: -40px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
}

.cpybanner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-align: center;
	line-height: 10px;
	background: #EAEAEA;
	overflow: hidden;
	margin: 0 5px;
}

.cpybanner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 10px;
	height: 10px;
	background: #E5E5E5;
}

.cpybanner .slick-dots li a:focus {
	outline: none;
}

.cpybanner .slick-dots li.slick-active a {
	opacity: 1;
	visibility: visible;
	background: #01A2E9;
}

.cpitem {
	margin-left: 1%;
}

.cipic {
	position: relative;
	float: left;
	width: 15.666%;
	height: 93px;
	background: #fff;
	margin: 1% 0 0 1%;
}

.cipic img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: auto;
}

.production-cj {
	padding: 50px 0;
}

.pcjbanner {
	position: relative;
	margin-top: 40px;
}

.pcjbanner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	background: url(../images/op1.png) repeat;
	transform: translateY(-50%);
	color: #fff;
}

.pcjbanner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 23px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.pcjbanner .slick-prev:before {
	content: "\ec7a";
}

.pcjbanner .slick-next:before {
	content: "\e609";
}

.pcjbanner .slick-prev {
	left: 0;
}

.pcjbanner .slick-next {
	right: 50%;
}

.pcjbanner .slick-arrow:hover {
	background: #00A2EA;
}

.pcjitem {
	position: relative;
	background: #fff;
}

.pcjitem:hover .pcjpic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.pcjitem:hover .pcjmore {
	color: #fff;
	border: 1px solid #00B8E7;
	background: linear-gradient(to right, #00B8E7, #106CFB);
}

.pcjpic {
	float: left;
	width: 50%;
	overflow: hidden;
}

.pcjpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.pcjcont {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 40px 50px 0 50px;
}

.pcjname {
	font-weight: normal;
	color: #454545;
	font-size: 20px;
	height: 36px;
	overflow: hidden;
}

.pcjdesc {
	color: #787878;
	font-size: 14px;
	margin-top: 20px;
	height: 75px;
	overflow: hidden;
}

.pcjmore {
	display: block;
	width: 110px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	color: #787878;
	font-size: 12px;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	margin-top: 30px;
	transition: 0.45s;
}

.about-rz {
	padding: 30px 0 40px 0;
}

.arzb {
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	color: #454545;
	font-size: 14px;
}

.arzb:hover .arzicon {
	-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;
}

.arzicon {
	display: block;
	font-size: 35px;
	line-height: 1;
}

.arztxt {
	display: block;
	margin-top: 10px;
}

.at2title {
	font-weight: normal;
	color: #454545;
	font-size: 20px;
}

.at2more {
	float: right;
	color: #787878;
	font-size: 14px;
}

.at2more:hover,
.at2more:hover i {
	color: #00B5E8;
}

.at2more i {
	display: inline-block;
	vertical-align: middle;
	color: #DEDEDE;
	font-size: 20px;
	margin-left: 5px;
	transition: 0.45s;
}

.about2-list {
	margin-left: -2%;
}

.about2-list li {
	float: left;
	width: 23%;
	margin-left: 2%;
	box-sizing: border-box;
	margin-top: 20px;
}

.about2-list li:hover .al2pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.al2pic {
	position: relative;
	text-align: center;
	box-sizing: border-box;
	/*height: 388px;*/
	overflow: hidden;
}

.al2pic img {
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;*/
	display: inline-block;
	width: 100%;
	height: auto;
	transition: 0.45s;
}

.al2txt {
	width: 100%;
	height: 44px;
	text-align: center;
	/*background: #120731;*/
	color: #333;
	font-size: 14px;
	line-height: 44px;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
}

.afcbanner {
	position: relative;
	margin-top: 37px;
}

.afcbanner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 40%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	background: url(../images/op1.png) repeat;
	transform: translateY(-50%);
	color: #fff;
	cursor: pointer;
}

.afcbanner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 23px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.afcbanner .slick-prev:before {
	content: "\ec7a";
}

.afcbanner .slick-next:before {
	content: "\e609";
}

.afcbanner .slick-prev {
	left: 15px;
}

.afcbanner .slick-next {
	right: 0;
}

.afcbanner .slick-arrow:hover {
	background: #00A2EA;
}

.abitem {
	position: relative;
	margin-left: 15px;
}

.abitem:hover .abipic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.abipic {
	overflow: hidden;
}

.abipic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.abicont {
	background: #fff;
	padding: 10px 20px;
	text-align: center;
}

.abitxt {
	color: #787878;
	font-size: 16px;
	line-height: 1.5;
	height: 24px;
	overflow: hidden;
}

.abidate {
	display: block;
	color: #A7A7A7;
	font-size: 14px;
}

.staffing-wrap {
	margin-top: 40px;
}

.relist {
	margin: 30px auto 0;
}

.rlh {
	color: #454545;
}

.rltype {
	padding: 14px 0;
	border-bottom: 1px solid #F3F3F3;
}

.rttit {
	width: 17%;
	padding-left: 5%;
}

.rttit,
.rticon {
	font-size: 14px;
	display: block;
	float: left;
}

.rticon {
	width: 12%;
	text-align: center;
}

.rlb {
	cursor: pointer;
	color: #646464;
	background: #fff;
	transition: 0.45s;
}

.rlb:hover .rticon i {
	background: url(../images/hmore.png) no-repeat;
	background-size: contain;
}

.rlb:hover,
.rlb.active {
	color: #fff;
	background: #00A2EA;
}

.rlb.active .rticon i,
.rlb:hover .rticon i {
	height: 2px;
	background: url(../images/more-zk.png) no-repeat;
	background-size: contain;
	margin-top: 11.5px;
}

.rticon i {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 auto;
	background: url(../images/more.png) no-repeat;
	background-size: contain;
	margin-top: 4.5px;
}

.rlcont {
	display: none;
	padding: 45px 60px;
	background: #fff;
	color: #646464;
	font-size: 14px;
}

.recTit {
	text-align: center;
	color: #fff;
}

.rttitle {
	font-size: 20px;
	line-height: 1.5;
}

.rteng {
	font-size: 28px;
	font-family: "Lato-Regular";
	line-height: 1.5;
	font-weight: bold;
}

.resume a {
	display: block;
	width: 136px;
	height: 46px;
	background: #909090;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 14px;
	margin-top: 50px;
	transition: 0.45s;
}

.resume a:hover {
	background: #0c3e78;
}

.about4-link {
	margin-top: 30px;
	margin-left: -2%;
}

.about4-link li {
	float: left;
	width: 23%;
	height: 243px;
	background: #fff;
	box-sizing: border-box;
	padding: 40px 25px 0 25px;
	margin-left: 2%;
	border-radius: 4px;
}

.al4bot {
	text-align: center;
}

.alb4icon {
	display: block;
	color: #787878;
	font-size: 35px;
	line-height: 1.2;
}

.alb4title {
	color: #787878;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

.alb4txt {
	color: #787878;
	font-size: 14px;
}

.alb4zx {
	display: block;
	width: 105px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	margin: 20px auto 0;
	background: linear-gradient(to right, #00B8E7, #106CFB);
	border-radius: 4px;
}

.oem-wrap {
	padding: 50px 0;
}

.oem-wrap .syslist {
	margin-top: 40px;
}

.net-store {
	margin-top: 20px;
	background: #fff;
}

.nspic {
	float: left;
	width: 65%;
}

.nspic img {
	display: block;
	width: 100%;
}

.nscont {
	float: left;
	width: 35%;
	box-sizing: border-box;
	padding: 30px 30px 0 30px;
}

.nctxt {
	color: #787878;
	font-size: 14px;
}

.nctxt a {
	color: #787878;
}

.nctmt {
	margin-top: 50px;
}

.nscont .alb4zx {
	margin: 20px 0 0 0;
}


/* 新闻资讯 */

.news-left {
	float: left;
	width: 22%;
}

.nlbmenu {
	background: #fff;
	padding-bottom: 30px;
}

.nmtxt {
	display: block;
	padding: 10px 20px;
	color: #454545;
	font-size: 14px;
	border-bottom: 1px solid #EFEFEF;
}

.nmtxt.active,
.nmtxt:hover {
	color: #00A2EA;
}

.nlbot2 {
	margin-top: 20px;
	background: #fff;
	padding: 15px 15px 50px 15px;
}

.nlbtitle {
	font-weight: normal;
	color: #454545;
	font-size: 16px;
}

.nlb2label {
	margin-top: 5px;
}

.nlbtxt {
	display: inline-block;
	background: #F6F6F6;
	margin-top: 8px;
	margin-right: 8px;
	padding: 2px 10px;
	color: #828282;
	font-size: 12px;
}

.nlbtxt:hover {
	color: #fff;
	background: #F29536;
}

.nlbot3 {
	background: #fff;
	margin-top: 20px;
	padding: 15px 15px 100px 15px;
}

.news-right {
	float: right;
	width: 75%;
}

.nlb3list {
	margin-top: 5px;
}

.nlb3list li {
	padding: 5px 0;
	border-bottom: 1px solid #EEEEEE;
}

.nlb3list li:hover .nl3txt {
	color: #00A2EA;
}

.nl3txt {
	color: #828282;
	font-size: 14px;
	height: 25px;
	overflow: hidden;
}

.nl3date {
	display: block;
	color: #A8A8A8;
	font-size: 12px;
}

.nrlist1 li {
	position: relative;
	background: #fff;
	padding: 20px;
	margin-bottom: 10px;
}

.nrlist1 li:hover .nl1pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.nrlist1 li:hover .sclbtn {
	color: #3F8FB4;
}

.nrlist1 li:hover .sclbtn:before {
	width: 100%;
}

.nl1pic {
	float: left;
	width: 40%;
	overflow: hidden;
}

.nl1pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.nl1cont {
	float: left;
	width: 60%;
	box-sizing: border-box;
	padding: 0 30px;
}

.nlc1date {
	display: block;
	font-weight: normal;
	font-family: arial;
	color: #979797;
	font-size: 14px;
}

.nlc1title {
	color: #454545;
	font-size: 16px;
	height: 28px;
	overflow: hidden;
}

.nlatxt {
	display: inline-block;
	padding: 0 3px;
	background: #F2F2F2;
	border-radius: 4px;
	margin: 5px 5px 0 0;
	color: #828282;
	font-size: 12px;
}

.nlc1desc {
	color: #787878;
	font-size: 14px;
	margin-top: 15px;
	height: 25px;
	overflow: hidden;
}

.nrlist2 li {
	background: #fff;
	margin-bottom: 10px;
	padding: 10px 20px;
	transition: 0.35s;
}

.nrlist2 li:hover {
	background: #00A2EA;
}

.nrlist2 li:hover .nrl2txt,
.nrlist2 li:hover .nrl2date {
	color: #fff;
}

.nrl2txt {
	float: left;
	color: #787878;
	font-size: 14px;
	width: 70%;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nrl2date {
	float: right;
	color: #A5A5A5;
	font-size: 14px;
}

.news-detial {
	background: #fff;
	padding: 30px 40px;
	box-sizing: border-box;
}

.ndtitle {
	font-size: 24px;
	color: #454545;
	font-weight: normal;
}

.nddz {
	margin-top: 15px;
}

.ndztxt {
	color: #747474;
	font-size: 14px;
	margin-right: 30px;
}

.ndcont {
	color: #787878;
	font-size: 14px;
	margin-top: 20px;
	padding-top: 30px;
	border-top: 1px solid #DCDCDC;
}

.ndbottom {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #DCDCDC;
}

.nbleft {
	float: left;
	width: 60%;
}

.nbltxt {
	color: #787878;
	font-size: 14px;
	display: block;
	height: 25px;
	overflow: hidden;
}

.nbltxt:hover {
	color: #00A2EA;
}

.nblreturn {
	display: block;
	float: right;
	width: 130px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 50px;
	background: #00A2EA;
	color: #fff;
	font-size: 14px;
	transition: 0.45s;
}

.nblreturn:hover {
	background: #106cfb;
}

.ps-technical {
	margin-top: 30px;
	text-align: center;
}

.pttitle {
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #0E235A;
	color: #fff;
	font-size: 16px;
}

.ptimg {
	display: inline-block;
}

.w1024 {
	width: 1024px;
	margin: 0 auto;
}

.gzmore {
	display: block;
	width: 167px;
	height: 38px;
	margin: 60px auto 0;
	text-align: center;
	line-height: 38px;
	color: #787878;
	font-size: 14px;
	border-radius: 19px;
	border: 1px solid #c1c0c0;
	transition: 0.35s;
}

.gzmore:hover {
	color: #fff;
	background: linear-gradient(to right, #00B8E7, #106CFB);
	border: 1px solid #00B8E7;
}

.ftb-tk {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/op1.png) repeat;
	z-index: 9999;
}

.ftb-bot {
	position: relative;
	top: 25%;
	width: 250px;
	height: auto;
	margin: 0 auto;
	background: #fff;
	padding-bottom: 5px;
}

.fb-title {
	background: #333;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
}

.fb-pic {
	width: 220px;
	margin: 10px auto;
}

.fb-pic img {
	display: block;
	width: 100%;
}

.close-fbewm {
	position: relative;
	display: block;
	float: right;
	cursor: pointer;
}

.close-fbewm:before,
.close-fbewm:after {
	content: "";
	position: absolute;
	top: 0;
	width: 2px;
	height: 20px;
	background: #fff;
}

.close-fbewm:before {
	transform: rotate(-45deg);
}

.close-fbewm:after {
	transform: rotate(45deg);
}


/* 404 */

.not-found-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}

.nfw-pic {
	width: 917px;
	height: 410px;
	position: relative;
	margin: 190px auto 0;
	text-align: center;
	overflow: hidden;
}

.nfw-pic img {
	width: 100%;
	display: block;
}

.nfw-txt1 {
	color: #000000;
	font-size: 24px;
	margin-top: 30px;
	text-align: center;
}

.link-back {
	display: block;
	position: relative;
	width: 143px;
	height: 42px;
	margin: 40px auto 0;
	text-align: center;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
	background: #00A2EA;
}

.link-back:hover {
	background: #106CFB;
}

.cpbg-no {
	background: none !important;
}


/*index style end*/