@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;
}
.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 style end*/