@charset "utf-8";

/* 
 * Project Name:{zhuci}
 */

.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 -apple-system, BlinkMacSystemFont,"Microsoft Yahei", "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体",  Arial, 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: 67%;
	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;
}

.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
	}
}

.transXT50.target {
	transform: translateX(80px);
	-webkit-transform: translateX(80px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.transYT50.target {
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.transYT501.target {
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.transYT502.target {
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.transXT501.target {
	transform: translateX(50px);
	-webkit-transform: translateX(50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.transXf.target {
	transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.action.transXT50,
.action.transXT501,
.action.transYT50,
.action.transYT501,
.action.transYT502,
.action.transXf {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.dly_1 {
	transition-delay: 100ms;
	-webkit-transition-delay: 100ms;
}

.dly_2 {
	transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
}

.dly_3 {
	transition-delay: 300ms;
	-webkit-transition-delay: 300ms;
}

.dly_4 {
	transition-delay: 400ms;
	-webkit-transition-delay: 400ms;
}

.dly_5 {
	transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
}

.dly_6 {
	transition-delay: 600ms;
	-webkit-transition-delay: 600ms;
}

.dly_7 {
	transition-delay: 700ms;
	-webkit-transition-delay: 700ms;
}

.dly_8 {
	transition-delay: 800ms;
	-webkit-transition-delay: 800ms;
}

.dly_9 {
	transition-delay: 900ms;
	-webkit-transition-delay: 900ms;
}

.dly_10 {
	transition-delay: 1000ms;
	-webkit-transition-delay: 1000ms;
}

.dly_11 {
	transition-delay: 1100ms;
	-webkit-transition-delay: 1100ms;
}

.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: 94%;
	height: 90px;
	top: 0;
	left: 3%;
	z-index: 1000;
	border-bottom: 1px solid #eee;
	background: #fff;
}

.head-wrap {
	position: relative;
}

.header .head-logo {
	float: left;
	margin: 18px 0 0 0;
	z-index: 99;
}

.head-logo .img2 {
	display: none;
}

.head-logo img {
	display: block;
	width: 100%;
}

.header .nav {
	float: right;
}

.header .yj-bot {
	float: left;
}

.header .yj-bot li {
	display: inline-block;
	transition: 0.45s;
	z-index: 1;
}

.header .yj-bot li.active .yj-link:before,
.header .yj-bot li:hover .yj-link:before {
	transition: 0.4s;
	width: 30px;
}

.header .yj-bot .yj-link:hover {
	color: #000;
}

.header .yj-bot .yj-link {
	position: relative;
	z-index: 1;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	display: block;
	padding: 0 20px;
	height: 90px;
	line-height: 90px;
}

.header .yj-bot .yj-link:before {
	content: "";
	position: absolute;
	left: 20px;
	top: 20px;
	width: 0;
	height: 3px;
	background: #068682;
}

.header .xl-icon {
	margin-left: 8px;
}

.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);
}

.headContact {
	float: right;
	line-height: 0;
	margin: 32px 0 0 25px;
}

.hcwechat i {
	display: inline-block;
	vertical-align: middle;
	color: #aaaaaa;
	font-size: 25px;
	line-height: 1;
	transition: 0.45s;
}

.hcwechat i:hover {
	color: #949393;
}

.hcpnumber {
	color: #00817d;
	font-size: 20px;
	font-weight: bold;
	margin-left: 25px;
	vertical-align: middle;
}

.hcpnumber i {
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
	line-height: 1;
	margin-right: 10px;
}

.hcpnumber font {
	display: inline-block;
}

.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: #00817D;
}

.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: #333333;
}

.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: #fff;
}

.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: 14px 5% 14px 10%;
}

.menuMoblie .nav-link i {
	float: right;
	color: #b1b1b1;
	font-size: 20px;
	vertical-align: middle;
}

.menuMoblie li {
	border-bottom: 1px solid #e4e4e4;
}

.menuMoblie .subnav {
	padding: 12px 0px;
	display: none;
}

.menuMoblie .subnav .item {
	display: block;
	padding: 0px 5% 0 10%;
}

.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-wrap {
	position: relative;
}

.banner {
	position: relative;
	overflow: hidden;
}

.banner .item {
	position: relative;
	overflow: hidden;
}

.banner .item .pimg {
	width: 100%;
	display: block;
}

.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);
	}
}

.banner .slick-dots {
	position: absolute;
	bottom: 0;
	/*width: 9%;*/
	left: 16.5%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
	background: #00817d;
	padding: 0 1%;
	height: 56px;
	line-height: 56px;
}

.banner .slick-dots li {
	position: relative;
	margin: 0px 10px;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	vertical-align: middle;
}

.banner .slick-dots li a {
	opacity: 0;
	visibility: hidden;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 7px;
	height: 7px;
	margin: 0px auto;
	font-size: 14px;
}

.banner .slick-dots li a:focus {
	outline: none;
}

.banner .slick-dots li:before {
	content: "";
	position: absolute;
	top: -7px;
	left: -7px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.banner .slick-dots li.slick-active:before {
	border: 1px solid #fff;
}

.banner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	width: 3px;
	height: 3px;
}

.item-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/images/op1.png) repeat;
}

.icBot {
	position: absolute;
	width: 67%;
	bottom: 16%;
	left: 50%;
	margin-left: -33.5%;
	z-index: 100;
}

.icb-txt1 {
	position: relative;
	display: block;
	color: #fff;
	font-size: 80px;
	line-height: 1;
	font-weight: 500;
}

.icRed {
	color: #C3070D;
}

.show .icb-txt1 {
	transition-delay: 0.25s;
}

.icb-txt2 {
	color: #fff;
	font-size: 30px;
	line-height: 1.5;
	margin-top: 20px;
	font-weight: normal;
	letter-spacing: 3px;
}

.show .icb-txt2 {
	transition-delay: 0.45s;
}

.icb-txt1,
.icb-txt2 {
	transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	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 .icb-txt1,
.show .icb-txt2 {
	opacity: 1;
	visibility: visible\9;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.nextbanner {
	position: absolute;
	top: 50%;
	right: 0;
	width: 88px;
	height: 88px;
	background: #00817d;
	text-align: center;
	line-height: 88px;
	margin-top: -44px;
	transition: 0.45s;
	cursor: pointer;
}

.nextbanner:hover {
	background: #00625c;
}

.nextbanner i {
	color: #fff;
	font-size: 30px;
}

.bottomselect {
	background: #00817d;
	position: absolute;
	bottom: 0;
	left: 16.5%;
	z-index: 200;
	padding: 0 2%;
	height: 56px;
	line-height: 56px;
	width: 14.1%;
}

.bsDots {
	float: left;
	bottom: 0;
	left: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
	background: #00817d;
	padding: 0 3% 0 0;
	height: 56px;
	width: 60%;
	box-sizing: border-box;
	overflow: hidden;
}

.bsDots a {
	position: relative;
	margin: 0px 10px;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	vertical-align: middle;
}

.bsDots a:focus {
	outline: none;
}

.bsDots a:before {
	content: "";
	position: absolute;
	display: block;
	top: -7px;
	left: -7px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.bsDots a.active:before {
	border: 1px solid #fff;
}

.bsDots a.active {
	opacity: 1;
	visibility: visible;
	width: 3px;
	height: 3px;
}

.number {
	float: left;
	width: 10%;
}

.number b {
	display: block;
	width: 100px;
	height: 2px;
	background: #fff;
	margin-top: 27px;
	position: relative;
	line-height: 1;
}

.number b i {
	display: block;
	width: 0;
	height: 2px;
	background: #42d2ce;
	position: absolute;
	left: 0;
	top: 0;
}

.mtop {
	height: 90px;
}


/* 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);
	}
}

.ialeft {
	float: left;
	width: 27%;
	background: #00817d;
	padding: 60px 3% 30px 3%;
	box-sizing: border-box;
	color: #fff;
}

.ileng,
.ilyear {
	display: block;
	font-family: Arial,  sans-serif;
}

.ileng {
	font-size: 14px;
	text-transform: uppercase;
}

.ilyear {
	font-size: 52px;
	font-style: normal;
	line-height: 1.2;
}

.illink {
	display: block;
	color: #fff;
	margin-top: 30px;
}

.illink:hover i {
	transition: 1s;
	animation: movericon 1s forwards;
}

@keyframes movericon {
	from {
		transform: translateX(-30px);
	}
	to {
		transform: translateX(0)
	}
}

.illink font {
	display: block;
	float: left;
	font-family: "Helvetica";
	font-size: 14px;
	line-height: 1.5;
}

.illink i {
	display: block;
	float: right;
	font-size: 25px;
	line-height: 1.5;
	vertical-align: middle;
	margin-top: 2.5px;
	transition: 1s;
}

.iaright {
	float: right;
	width: 65%;
	padding-top: 80px;
	box-sizing: border-box;
}

.iaright:hover .irtxt1 {
	color: #00817d;
}

.irtxt1 {
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	line-height: 1.5;
	height: 36px;
	overflow: hidden;
}

.irtxt2 {
	word-break: break-all;
	color: #888888;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 15px;
	height: 42px;
	overflow: hidden;
}

.irlink {
	position: relative;
	display: block;
	color: #00817d;
	font-size: 14px;
	font-family: Arial,  sans-serif;
	text-align: right;
	margin-top: 30px;
	font-weight: normal;
}

.acdesc .irlink:hover {
	color: #00817D;
}

.indexProduct {
	margin-top: 80px;
}

.indexProduct ul {
	margin-left: -2%;
}

.indexProduct li {
	position: relative;
	float: left;
	width: 31.333%;
	margin-left: 2%;
}

.indexProduct li:hover .iclink,
.indexProduct li:hover .ictitle,
.pbList li:hover .iclink,
.pbList li:hover .ictitle {
	color: #00817d;
}

.indexProduct li:hover .ippic img,
.pbList li:hover .ippic img,
.mplist .mlbot:hover .mppic img,
.paitem:hover .papic img {
	transition: 0.65s;
	-webkit-transform: scale3d(1.02, 1.02, 1.02);
	transform: scale3d(1.02, 1.02, 1.02);
}

.indexProduct li:hover .ipcover,
.pbList li:hover .ipcover,
.mplist .mlbot:hover .ipcover,
.paitem:hover .ipcover {
	opacity: 0.65s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.ippic {
	position: relative;
	overflow: hidden;
}

.ippic img {
	display: block;
	width: 100%;
	height: 309px;
	object-fit: cover;
	transition: 0.65s;
}

.ipcover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/images/incover.png) no-repeat center center;
	background-size: 100% 100%;
	content: '';
	-webkit-transition: opacity 0.65s, -webkit-transform 0.65s;
	transition: opacity 0.65s, transform 0.65s;
	-webkit-transform: scale3d(5, 2.5, 1);
	transform: scale3d(5, 2.5, 1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.ipcont {
	padding-top: 25px;
}

.ictitle {
	color: #333333;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
	transition: 0.35s;
	height: 36px;
}

.icdesc {
	color: #888888;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
	height: 42px;
	overflow: hidden;
}

.iclink {
	display: block;
	color: #adadad;
	font-size: 14px;
	margin-top: 15px;
	font-weight: normal;
	transition: 0.35s;
}

.indexBannner2 {
	position: relative;
	margin-top: 80px;
}

.ibbanner {
	position: relative;
}

.ibitem {
	position: relative;
	float: left;
}

.iiimg {
	display: block;
	width: 100%;
}

.iitxt {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 20px;
	background: url(/images/op2.png) repeat;
	background-size: contain;
	padding: 30px;
}

.iitxt font {
	display: block;
	height: 20px;
	line-height: 1;
}

.ibclick {
	position: relative;
}

.inumber {
	float: left;
	width: 80%;
	margin-top: 25px;
	border-left: 3px solid #068682;
	padding: 15px 0;
	box-sizing: border-box;
}

.inumber p {
	float: left;
	color: #c6c6c6;
	text-align: right;
	font-size: 14px;
	line-height: 1;
	margin-left: 20px;
}

.inumber .start {
	color: #00817d;
}

.inumber .end {
	font-weight: normal;
}

.inumber .xg {
	font-size: 14px;
	font-weight: normal;
}

.inumber b {
	position: relative;
	display: block;
	float: right;
	width: 90%;
	height: 2px;
	background: #c6c6c6;
	line-height: 1;
	margin-top: 6px;
}

.inumber b i {
	display: inline-block;
	width: 0;
	height: 2px;
	background: #00817d;
	position: absolute;
	left: 0;
	top: 0;
}

.icpn {
	position: absolute;
	right: 0;
	top: 0;
}

.icpn p {
	float: left;
	width: 96px;
	height: 95px;
	text-align: center;
	line-height: 95px;
	background: #f5f5f5;
	transition: 0.45s;
	cursor: pointer;
}

.icpn p:hover {
	background: #00817d;
}

.icpn p:hover i {
	color: #fff;
}

.icpn p i {
	display: block;
	color: #00817d;
	font-size: 25px;
}

.indexNews {
	margin-top: 80px;
}

.indexNews ul {
	margin-left: -4%;
}

.indexNews li {
	float: left;
	width: 46%;
	margin-left: 4%;
}

.indexNews li:hover .intile {
	color: #00817d;
}

.indexNews li:hover .iclink {
	color: #00817d;
}

.inlabel {
	color: #888888;
	font-size: 14px;
}

.intile {
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	margin-top: 20px;
	height: 18px;
	transition: 0.35s;
}

.indesc {
	color: #888888;
	font-size: 14px;
	line-height: 1.5;
	height: 42px;
	overflow: hidden;
	margin: 15px 0 30px 0;
}


/* 底部 */

.footerWrap {
	background: #363636;
	padding: 50px 3% 30px 3%;
}

.fl {
	float: left;
	width: 22%;
	min-height: 213px;
	border-right: 1px solid #414141;
	margin-right: 3%;
}

.fb1contact {
	float: right;
	width: 23%;
}

.flt {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}

.fll {
	display: block;
	color: #7a7a7a;
	font-size: 14px;
	padding: 5px 0;
}

.fll:hover {
	color: #00817d;
}

.fcnumber {
	display: block;
	color: #00817d;
	font-size: 28px;
	line-height: 1;
}

.fctime {
	display: block;
	color: #999999;
	font-size: 13px;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
}

.fctime i {
	display: inline-block;
	color: #555555;
	font-size: 23px;
	vertical-align: middle;
	margin-right: 10px;
}

.footerbot2 {
	margin-top: 55px;
	border-top: 1px solid #414141;
	padding-top: 25px;
}

.fb2dsf {
	text-align: center;
}

.fb2dsf a {
	display: inline-block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #555555;
	text-align: center;
	line-height: 44px;
	margin: 0 30px;
	transition: 0.45s;
}

.fb2dsf a:hover {
	border: 1px solid #00817d;
}

.fb2dsf a:hover i {
	color: #00817d;
}

.fb2dsf a i {
	display: block;
	color: #555555;
	font-size: 25px;
}

.fb2cr {
	margin-top: 30px;
}

.fb2cr,
.fb2sm {
	display: block;
	color: #b8b8b5;
	font-size: 12px;
	text-align: center;
}
.footerbot2 a{
	color: #b8b8b5;
	font-size: 12px;
}
.ftb-tk {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/images/op1.png) no-repeat;
	background-size: cover;
	z-index: 9999;
}

.ftb-bot {
	position: relative;
	top: 25%;
	width: 250px;
	height: auto;
	margin: 0 auto;
	background: #fff;
}

.fb-title {
	background: #333;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
}

.close-fbewm {
	display: inline-block;
	float: right;
	vertical-align: middle;
	line-height: 1;
	color: #fff;
	font-size: 25px;
	cursor: pointer;
}

.fcshare {
	display: none !important;
}

.fb-pic {
	overflow: hidden;
	padding: 20px;
}

.fb-pic img {
	width: 100%;
	display: block;
}


/* 产品中心 */

.insidesBg {
	background: #FAFAFA;
	padding: 100px 0;
}

.Theadleft {
	float: left;
}

.theng {
	color: #00817D;
	font-size: 48px;
	line-height: 1.5;
}

.thtitle {
	color: #00817D;
	font-size: 28px;
	line-height: 1.5;
}

.Theadright {
	position: relative;
	float: right;
}

.trsearch {
	width: 220px;
	height: 58px;
	line-height: 58px;
	border: 1px solid #EAEAEA;
	overflow: hidden;
	padding: 0 20px;
	background: #FAFAFA;
}

.tsbox {
	height: 58px;
	border: none;
	color: #999999;
	font-size: 12px;
	background: #FAFAFA;
	display: block;
	float: left;
}

.tsicon {
	display: block;
	float: right;
}

.tsicon i {
	color: #CCCCCC;
	font-size: 21px;
}

.productWrap {
	margin-top: 95px;
}

.insidesMleft {
	float: left;
	width: 17%;
}

.imOlist {
	position: relative;
	padding: 20px 20px 20px 0;
}

.imOlist:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #EAEAEA;
}

.insidesMleft li.active .imOlist {
	padding: 20px;
	background: #00817D;
	color: #fff;
}

.insidesMleft li.active .imOlist:before {
	background: none;
}

.insidesMleft li.active .iolicon {
	width: 12px;
	height: 10px;
	background: url(/images/imt.png) no-repeat;
	background-size: contain;
}

.insidesMleft li.active .imTlist {
	display: block;
}

.imOlist {
	color: #999999;
	font-size: 14px;
	line-height: 1;
	transition: 0.45s;
	cursor: pointer;
}

.iolicon {
	display: block;
	float: right;
	width: 10px;
	height: 13px;
	background: url(/images/imr.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.imTlist {
	display: none;
	background: #00817D;
	padding: 0 20px 10px 20px;
}

.itltxt {
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 10px;
	transition: 0.45s;
}

.itltxt font {
	display: inline-block;
}

.itltxt:hover font,
.itltxt.active font {
	font-weight: bold;
}

.itlicon {
	opacity: 0;
	visibility: hidden;
	float: right;
	vertical-align: middle;
	font-size: 15px;
	transition: 0.45s;
}

.itltxt:hover .itlicon,
.itltxt.active .itlicon {
	opacity: 1;
	visibility: visible;
}

.insidesMright {
	float: right;
	width: 79%;
	position: relative;
	z-index: 1;
}

.pbItem {
	position: relative;
}

.pbimg {
	display: block;
	width: 100%;
}

.productBanner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #999999;
	margin-top: -25px;
}

.productBanner .slick-arrow i {
	display: block;
	font-family: "iconfont" !important;
	font-size: 25px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	transition: 0.35s;
}

.productBanner .slick-prev i:before {
	content: "\e848";
}

.productBanner .slick-next i:before {
	content: "\e601";
}

.productBanner .slick-prev {
	left: 0;
}

.productBanner .slick-next {
	right: 0;
}

.productBanner .slick-arrow:hover {
	opacity: 1;
	background-color: #046E6B;
}

.pbList {
	margin: 50px 0 0 -2%;
}

.pbList li {
	position: relative;
	float: left;
	width: 48%;
	margin: 0 0 40px 2%;
}

.pbList .ictitle {
	font-size: 18px;
	height: 27px;
}

.pageList {
	margin-top: 80px;
	text-align: center;
}

.pageList a {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #EAEAEA;
	color: #fff;
	font-size: 14px;
	margin: 0 3px;
	transition: 0.45s;
}

.plicon i {
	display: block;
	font-size: 20px !important;
}

.pageList a:hover,
.pageList a.active {
	background: #00817D;
}

.pdtitle {
	color: #00817D;
	font-size: 32px;
	line-height: 1.5;
}

.pbxh {
	color: #888888;
	font-size: 16px;
	line-height: 1.5;
}

.pbshare i {
	display: block;
	color: #CCCCCC;
	font-size: 20px;
	transition: 0.45s;
	line-height: 1;
	margin-top: 14px;
}

.pbBanner {
	position: relative;
	margin-top: 30px;
}

.pbBanner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #CCCCCC;
	margin-top: -25px;
}

.pbBanner .slick-arrow i {
	display: block;
	font-family: "iconfont" !important;
	font-size: 25px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	transition: 0.35s;
}

.pbBanner .slick-prev i:before {
	content: "\e848";
}

.pbBanner .slick-next i:before {
	content: "\e601";
}

.pbBanner .slick-prev {
	left: 0;
}

.pbBanner .slick-next {
	right: 0;
}

.pbBanner .slick-arrow:hover {
	opacity: 1;
	background-color: #046E6B;
}

.pditem {
	position: relative;
}

.pditem img {
	display: block;
	width: 100%;
}

.pbSpic {
	margin-top: 15px;
}

.psitem {
	float: left;
	width: 165px;
	overflow: hidden;
	margin-right: 13px;
	box-sizing: border-box;
}

.psitem.active {
	border: 1px solid #00817D;
}

.psitem img {
	display: block;
	width: 100%;
}

.productTrait {
	margin-top: 65px;
	border: 1px solid #EAEAEA;
	padding: 30px 0;
}

.productTrait li {
	float: left;
	width: 25%;
	text-align: center;
	padding: 0 60px;
	box-sizing: border-box;
}

.productTrait li:not(:last-child) {
	border-right: 1px solid #EAEAEA;
}

.pttxt1 {
	color: #333333;
	font-size: 28px;
	font-weight: normal;
}

.pttxt2 {
	color: #888888;
	font-size: 14px;
	line-height: 1.5;
	height: 42px;
	overflow: hidden;
}

.productParameter {
	margin-top: 60px;
}

.pptitle {
	color: #999999;
	font-size: 18px;
	padding-bottom: 20px;
	font-weight: normal;
	line-height: 1;
	border-bottom: 1px solid #EAEAEA;
}

.productParameter li {
	float: left;
	width: 33.333%;
	margin-top: 25px;
	font-size: 16px;
	line-height: 1.5;
}

.ppname {
	color: #333333;
}

.ppmassge {
	color: #888888;
}

.productDesc {
	margin-top: 70px;
}

.pdCont {
	padding-top: 150px;
	text-align: center;
}

.pctitle {
	font-weight: normal;
	color: #333333;
	font-size: 32px;
	line-height: 1.5;
}

.pcdesc {
	width: 68%;
	margin: 0 auto;
	color: #888888;
	font-size: 16px;
	margin-top: 30px;
	line-height: 1.5;
}

.pdCont img {
	margin-top: 60px;
}

.productAbout {
	margin-top: 80px;
}

.palr {
	float: right;
}

.palr a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	color: #CCCCCC;
}

.palr a:hover {
	color: #666;
}

.palr a i {
	font-size: 15px;
}

.paBanner {
	position: relative;
	margin: 40px 0 0 -30px;
}

.paitem {
	position: relative;
	float: left;
	margin-left: 30px;
}

.paitem:hover .patxt {
	color: #00817D;
}

.papic {
	position: relative;
	overflow: hidden;
}

.papic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.patxt {
	color: #888888;
	font-size: 14px;
	padding: 10px 0;
	transition: 0.45s;
}

.patxt font {
	display: block;
	height: 19px;
}

.insidesBanner {
	position: relative;
	overflow: hidden;
}

.ibPic img {
	display: block;
	width: 100%;
}

.ibCover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/images/op3.png) repeat;
}

.ibCont {
	color: #fff;
	position: absolute;
	width: 67%;
	left: 16.5%;
	bottom: 60px;
}

.iceng {
	font-size: 60px;
	line-height: 1.5;
}

.ictit {
	font-size: 30px;
	line-height: 1.5;
}

.solutionlist {
	margin: 0 0 0 -2%;
}

.pbList li:hover .socover,
.indexProduct li:hover .socover,
.paitem:hover .socover,
.mplist .mlbot:hover .socover {
	opacity: 1;
	visibility: visible;
}

.socover {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/images/op1.png) repeat;
	transition: 0.45s;
}

.insidesBrand {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.insidesBrand a {
	color: #666666;
	font-size: 14px;
}

.insidesBrand a.active {
	color: #00817D;
}

.sdBot {
	margin-top: 80px;
}

.sdDetail {
	float: left;
	width: 67%;
}

.sdtitle {
	float: left;
	width: 90%;
	color: #00817D;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.2;
}

.sdcont {
	margin-top: 50px;
	color: #888888;
	font-size: 14px;
}

.sdshare {
	float: right;
	position: relative;
}

.sharelist {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	background: #00817D;
	padding: 10px 0;
	text-align: center;
	z-index: 1;
}

.slfx {
	cursor: pointer;
	display: block;
	padding: 10px 0;
}

.slfx i {
	display: block;
	font-size: 25px;
	color: #fff;
	line-height: 1;
}

.slclose {
	cursor: pointer;
	display: block;
	padding: 10px 0;
}

.slclose i {
	display: block;
	font-size: 25px;
	color: #51A2A0;
	line-height: 1;
}

.pbshare:hover i {
	color: #00817D;
}

.sdbottom {
	margin-top: 50px;
	padding-top: 25px;
	border-top: 1px solid #CCCCCC;
}

.sbleft {
	float: left;
}

.sbleft a {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #EAEAEA;
	text-align: center;
	line-height: 50px;
	color: #707070;
	transition: 0.45s;
}

.sbleft a:hover {
	background: #00817D;
	border: 1px solid #00817D;
	color: #fff;
}

.sbleft a i {
	display: block;
	font-size: 15px;
}

.sbright {
	float: right;
}

.sbright a {
	position: relative;
	overflow: hidden;
	z-index: 3;
	display: block;
	width: 120px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #00817D;
	color: #fff;
	font-size: 14px;
	transition: 0.45s;
}

.sbright a:hover {
	background: #027774;
}

.sdInterested {
	float: right;
	width: 27%;
}

.sititle {
	font-weight: normal;
	color: #999999;
	font-size: 14px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
	line-height: 1;
}

.silist li {
	position: relative;
	margin-top: 25px;
}

.silist li:hover .sltxt {
	color: #00817D;
}

.silist li:hover .slpic img {
	-webkit-transform: scale(1.05);
	-box-transform: scale(1.05);
	transform: scale(1.05);
}

.slpic {
	overflow: hidden;
}

.slpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.sltxt {
	color: #888888;
	font-size: 14px;
	padding-top: 10px;
}

.sltxt font {
	display: block;
	height: 25px;
}

.mptitle {
	border-bottom: 1px solid #EAEAEA;
}

.marketingMap {
	padding: 50px 0 120px 0;
}

.marketMap {
	position: relative;
	width: 750px;
	/*height: 820px;*/
	margin: 0 auto;
}
.marketMap img{
	display: block;width: 100%;
}
.mother {
	position: absolute;
	right: 0;
	bottom: 0;
}

.mitem {
	position: absolute;
}

.mi2 {
	left: 4%;
	top: 47%;
}

.mi3 {
	left: 48%;
	top: 77.7%;
}

.mi4 {
	right: 20%;
	top: 43.6%;
}

.mdefault {
	position: absolute;
}

.mf2 {
	top: 45%;
	left: 70%;
}

.mf3 {
	top: 27%;
	left: 40%;
}

.mf4 {
	top: 45%;
	left: 40%;
}

.mipic.op75 {
	opacity: 0.75;
	transition: 0.45s;
}

.mipic.active {
	opacity: 1;
}

.mindex {
	opacity: 0;
	cursor: pointer;
	text-align: center;
	transition: 0.45s;
}

.mindex i {
	display: block;
	color: #fff;
	font-size: 22px;
	line-height: 1;
}

.mindex span {
	display: block;
	color: #fff;
	font-size: 14px;
}

.mishow2.target {
	opacity: 0;
}

.mishow2.action {
	opacity: 1;
	transition-delay: 300ms;
}

.mishow3.target {
	opacity: 0;
}

.mishow3.action {
	opacity: 1;
	transition-delay: 500ms;
}

.mishow4.target {
	opacity: 0;
}

.mishow4.action {
	opacity: 1;
	transition-delay: 700ms;
}

.mcover {
	display: none;
	width: 320px;
	background: #fff;
	padding: 28px 30px;
	position: absolute;
	z-index: 100;
	top: -250px;
	left: -160px;
}

.mcover:before {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin-left: -6.5px;
	border-right: 13px solid transparent;
	border-left: 13px solid transparent;
	border-top: 13px solid #fff;
}

.mctitle {
	color: #00817D;
	font-size: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #F1F1F1;
	font-weight: normal;
	line-height: 1.5;
}

.mcdetail {
	margin-top: 15px;
	line-height: 1.5;
}

.mcdetail i {
	display: block;
	float: left;
	color: #CCCCCC;
	font-size: 20px;
	line-height: 1;
}

.mcdetail font {
	display: block;
	width: 85%;
	margin-left: 4%;
	float: left;
	color: #888888;
	font-size: 14px;
}

.mtTxt {
	float: left;
	color: #999999;
	font-size: 20px;
	font-weight: normal;
	margin-top: 6px;
}

.mtselect {
	float: right;
	width: 240px;
	padding: 15px 20px;
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-bottom: none;
	color: #999999;
	font-size: 14px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	background: url(/images/select2.png) 90% no-repeat;
	background-size: 15px 11px;
}
.marketingPic{
	overflow: hidden;
}
.mplist {
	position: relative;
	margin-left: -30px;
}
.mplist .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #999999;
	margin-top: -25px;
}

.mplist .slick-arrow i {
	display: block;
	font-family: "iconfont" !important;
	font-size: 25px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	transition: 0.35s;
}

.mplist .slick-prev i:before {
	content: "\e848";
}

.mplist .slick-next i:before {
	content: "\e601";
}

.mplist .slick-prev {
	left: 30px;
}

.mplist .slick-next {
	right: 0;
}

.mplist .slick-arrow:hover {
	opacity: 1;
	background-color: #046E6B;
}

.mplist .mlbot {
	position: relative;
	float: left;
	width: 31.333%;
	margin: 30px 0 0 30px;
}
.mplist .mlbot:not(:first-child){
}

.mplist .mlbot:hover .mptxt {
	color: #00817D;
}

.mppic {
	position: relative;
	overflow: hidden;
}

.mppic img {
	display: block;
	width: 100%;
	transition: 0.65s;
}

.mptxt {
	color: #888888;
	font-size: 14px;
	margin-top: 20px;
	height: 25px;
	overflow: hidden;
	line-height: 1.5;
}

.messageBoard {
	padding-top: 90px;
}

.mbtitle {
	color: #666666;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	line-height: 1.5;
}

.mbform {
	margin-top: 10px;
}

.mbform ul {
	margin-left: -18px;
}

.mbform li {
	float: left;
	margin: 20px 0 0 1%;
	box-sizing: border-box;
	padding: 20px 30px;
	border: 1px solid #EAEAEA;
}

.mbform input {
	border: none;
	width: 100%;
	color: #999999;
	font-size: 14px;
}

.mbw {
	width: 32.333%;
}

.mbta {
	width: 99%;
}

.mbta textarea {
	width: 100%;
	height: 230px;
	border: none;
	resize: none;
	font-family: "微软雅黑";
	color: #999999;
	font-size: 14px;
}

.mbsubmit {
	position: relative;
	display: block;
	width: 130px;
	height: 50px;
	margin: 30px auto 0;
	background: #00817D;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	z-index: 3;
	overflow: hidden;
}

.mbsubmit:hover {
	background: #027774;
}

.designer {
	position: relative;
}

.designerPic {
	overflow: hidden;
}

.designerPic img {
	display: block;
	width: 100%;
}

.designerCover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/images/op4.png) repeat;
}

.dcbot {
	width: 1320px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.dbtxt1 {
	font-size: 60px;
	line-height: 1.5;
}

.dbtxt2 {
	display: block;
	font-size: 40px;
	line-height: 1.5;
}

.dbtxt3 {
	position: relative;
	width: 45%;
	font-size: 14px;
	margin-top: 50px;
	padding-bottom: 20px;
}

.dbtxt3:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 2px;
	background: #fff;
}

.consbot {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 100px 0;
}

.consList li {
	position: relative;
	margin-top: 40px;
}

.consList li:hover .clpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.consList li:hover .cctitle,
.consList li:hover .irlink {
	transition: 0.45s;
	color: #00817D;
}

.clpic {
	float: left;
	width: 34%;
	overflow: hidden;
}

.clpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.clcont {
	float: right;
	width: 62%;
}

.nopic .clcont {
	width: 86%;
}

.ccdate {
	color: #888888;
	font-size: 14px;
}

.cctitle {
	font-weight: normal;
	color: #333333;
	font-size: 20px;
	line-height: 1.5;
	height: 30px;
}

.ccdesc {
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
	max-height: 75px;
	overflow: hidden;
}

.npdate {
	float: left;
	color: #888888;
	font-size: 14px;
	padding-right: 40px;
	border-right: 1px solid #F1F1F1;
	line-height: 1;
	text-align: center;
}

.ndtxt {
	display: block;
	color: #888888;
	font-size: 50px;
	margin-bottom: 5px;
}

.consList .irlink {
	text-align: left;
	color: #ADADAD;
}

.insidesTab {
	border-bottom: 1px solid #F1F1F1;
	text-align: center;
}

.insidesTab a {
	position: relative;
	display: inline-block;
	padding: 20px 0;
	color: #666666;
	font-size: 14px;
	margin: 0 70px;
}

.insidesTab a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #00817D;
	transition: 0.55s;
}

.insidesTab a:hover,
.insidesTab a.active {
	color: #00817D;
}

.insidesTab a:hover:before,
.insidesTab a.active:before {
	transition: 0.55s;
	width: 28px;
}

.aboutcont1 {
	position: relative;
	padding: 100px 0 160px 0;
}

.actitle {
	float: left;
	width: 50%;
}

.acdesc {
	float: right;
	width: 50%;
	margin-top: 200px;
}

.ateng {
	line-height: 1.2;
	color: #00817D;
	font-size: 40px;
}

.attxt {
	display: block;
	color: #00817D;
	font-size: 20px;
	margin-top: 10px;
}

.adcont {
	color: #999999;
	font-size: 14px;
}

.acdesc .irlink {
	text-align: left;
	color: #ADADAD;
}

.aboutcont2 {
	background: #FAFAFA;
	padding: 80px 0;
}

.aclpic {
	position: absolute;
	width: 50%;
	right: 0;
	bottom: -260px;
	overflow: hidden;
}

.aclpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.aclpic:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.aclist {
	margin-top: 250px;
}

.aclist li {
	float: left;
	width: 25%;
	margin-top: 80px;
}

.alpic {
	float: left;
}

.alpic img {
	display: block;
}

.aclist li:hover .alpic img {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}

@keyframes gelatine {
	from,
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}
	50% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}
	75% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
}

.alcont {
	float: left;
	margin-left: 15px;
	width: 65%;
}

.ctxt1 {
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	height: 21px;
	overflow: hidden;
}

.ctxt2 {
	color: #888888;
	font-size: 14px;
	max-height: 75px;
	overflow: hidden;
}

.aboutcont3 {
	padding: 100px 0 80px 0;
}

.aboutcont3 .actitle {
	float: none;
}

.a3-develop {
	margin-top: 60px;
}

.ad3left {
	float: left;
	width: 50%;
}

.al3year {
	color: #666666;
	font-size: 40px;
	line-height: 1.5;
}

.al3txt {
	color: #888888;
	font-size: 20px;
	line-height: 1.5;
}

.ad3right {
	float: right;
	width: 50%;
}

.ad3right li {
	margin-top: 10px;
}

.ar3year {
	display: block;
	font-weight: normal;
	float: left;
	color: #666666;
	font-size: 14px;
}

.ar3desc {
	float: left;
	width: 80%;
	color: #999999;
	font-size: 14px;
	margin-left: 30px;
}

.ar3desc span {
	position: relative;
	display: block;
	padding-left: 6px;
	margin-bottom: 15px;
	line-height: 1.5;
}

.ar3desc span:before {
	content: "";
	position: absolute;
	left: -6px;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #CCCCCC;
}

.ar3link {
	position: relative;
	display: block;
	width: 120px;
	height: 40px;
	margin-top: 40px;
	background: #00817D;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
	z-index: 3;
	overflow: hidden;
}

.ar3link:before,
.mbsubmit:before,
.sbright a:before,
.load-more:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 1em;
	height: 1em;
	/*border-radius: 50%;*/
	background-color: #00625C;
	transform-origin: center;
	transform: translate3d(-50%, -50%, 0) scale(0, 0);
	transition: transform 0.45s ease-in-out;
}

.ar3link:hover:before,
.mbsubmit:hover:before,
.sbright a:hover:before {
	transform: translate3d(-50%, -50%, 0) scale(15, 15);
}

.aboutcont4 {
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 90px;
}

.a4eng {
	color: #fff;
	font-size: 40px;
	line-height: 1.2;
}

.a4txt {
	color: #fff;
	font-size: 20px;
}

.a4more {
	display: block;
	background: #00817D;
	width: 100px;
	margin-top: 80px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 15px 0 60px 0;
}

.a4more:hover {
	background: #00625C;
}

.about1title {
	margin-top: 130px;
}

.ab1Cont1 {
	margin-top: 100px;
}

.ac1pic {
	float: left;
	width: 47%;
}

.ac1pic img {
	display: block;
	width: 100%;
}

.ac1cont {
	float: right;
	width: 47%;
}

.ac1txt1 {
	color: #00817D;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
}

.ac1txt2 {
	color: #999999;
	font-size: 14px;
	margin-top: 30px;
}

.ac1list {
	margin-top: 50px;
}

.ac1list li {
	float: left;
	width: 50%;
	margin-top: 40px;
}

.al1txt1 {
	color: #999999;
	font-size: 14px;
}

.al1txt2 {
	color: #00817D;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.5;
}

.contenta1 {
	position: relative;
}

.bgf3 {
	position: absolute;
	width: 100%;
	padding: 100px 0 300px 0;
	background: #F3F3F3;
	margin-top: -310px;
	z-index: -1;
}

.ab1Cont2 {
	margin-top: 200px;
}

.ac2txt1 {
	float: left;
	width: 50%;
	color: #333333;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
}

.ac2list {
	text-align: right;
	border-right: 1px solid #EBEBEB;
	padding-right: 35px;
}

.ac2list li {
	display: inline-block;
	margin: 0 35px;
}

.al2txt {
	color: #999999;
	font-size: 14px;
	margin-top: 20px;
}

.ab1cont3 li {
	margin-top: 98px;
}

.ac3pic {
	width: 47%;
}

.ac3pic img {
	display: block;
	width: 100%;
}

.ac3cont {
	width: 47%;
}

.fl-r {
	float: right;
}

.fl-l {
	float: left;
}

.ac3title {
	color: #00817D;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
}

.ac3txt {
	color: #999999;
	font-size: 14px;
	margin-top: 30px;
}

.psmap img {
	display: block;
	width: 100%;
}

.smindex {
	position: relative;
}

.smtitle {
	position: absolute;
	top: 145px;
	left: 16.5%;
}

.strategicMap {
	position: relative;
	margin-top: 120px;
	background-color: #FAFAFA;
}

.smdesc {
	color: #999999;
	font-size: 14px;
	margin-top: 30px;
}

.micricle {
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #00817D;
	z-index: 0;
	top: -25px;
	left: 25px;
}

.mapindex li {
	position: absolute;
	z-index: 100;
}

.mindex1 {
	top: 49%;
	left: 44%;
}

.mindex2 {
	top: 55%;
	right: 33%;
}

.mindex3 {
	bottom: 26%;
	right: 26%;
}

.mindex4 {
	bottom: 21%;
	right: 29%;
}

.mindex2 .micricle {
	top: -74px;
	left: 74px;
}

.mindex2 .mc1,
.mindex2 .mc2 {
	width: 160px;
	height: 160px;
}

.mc1,
.mc2 {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #00817D;
	border-radius: 50%;
	z-index: -1;
	-webkit-animation: living 4s linear infinite;
	width: 62px;
	height: 62px;
}

.mc2 {
	opacity: 0;
	-webkit-animation-delay: 1.5s;
}

@keyframes living {
	0% {
		transform: scale(1);
		opacity: 0.2;
	}
	50% {
		transform: scale(2);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 0.1;
	}
}

.about3Wrap {
	padding-top: 100px;
}

.a3develop {
	float: left;
}

.ad3txt1 {
	color: #00817D;
	font-size: 30px;
	font-weight: normal;
}

.ad3txt2 {
	color: #888888;
	font-size: 20px;
}

.developlist {
	float: left;
	width: 58%;
	border-left: 1px solid #EAEAEA;
	margin-left: 12%;
}

.developlist .dlitem {
	position: relative;
	padding-left: 8%;
	margin-bottom: 30px;
}

.developlist .dlitem:before {
	content: "";
	position: absolute;
	top: 0;
	left: -8px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #EAEAEA;
	background: #fff;
}

.dpyear {
	float: left;
	color: #666666;
	font-size: 20px;
	line-height: 0.6;
	font-weight: normal;
}

.dpcont {
	float: left;
	width: 86%;
	margin-left: 5%;
	margin-top: -5px;
}

.dctxt {
	position: relative;
	color: #999999;
	font-size: 14px;
	padding-left: 12px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.dctxt:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #CCCCCC;
}

.dcplist {
	margin-left: -10px;
}

.dlpic {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.dlpic img {
	display: block;
	width: 100%;
}

.flnone {
	float: none;
}

.about4list {
	width: 100%;
	margin-left: 0;
	margin-top: 100px;
}

.about4list .dlitem {
	padding-left: 3%;
}

.about4list .dpcont {
	width: 80%;
	margin-left: 2%;
}


/* 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: "\e849";
}

.pswp__button--arrow--right:before {
	content: "\e84b";
}

.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(/css/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;
}

.maps {
	height: 600px;
	margin-top: 90px;
}

.mapsbox {
	position: relative;
}

.mpascover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/images/op5.png) repeat;
	z-index: 99;
}

.anchorBL {
	display: none !important;
}

.contactWrap {
	background: #FAFAFA;
	padding: 90px 0 100px 0;
}

.contactWay {
	width: 100%;
	margin-top: 40px;
	border: 1px solid #EAEAEA;
	background: #fff;
	padding: 40px 0;
}

.contactWay li {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 33.333%;
	/*border-right: 1px solid #EAEAEA;*/
	padding: 20px 5% 0 5%;
}

.contactWay li:not(:last-child):before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 96px;
	background: #EAEAEA;
}

.cwicon {
	float: left;
}

.cwicon i {
	display: block;
	color: #CCCCCC;
	font-size: 40px;
	line-height: 1;
}

.cwcont {
	float: left;
	width: 75%;
	margin-left: 15px;
}

.cctxt1 {
	display: block;
	line-height: 1.3;
	color: #333333;
	font-size: 14px;
}

.cctxt2 {
	color: #888888;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 3px;
}

.reTalents {
	margin-top: 125px;
}

.talentsList {
	margin-top: 42px;
}

.tlist {
	margin-left: -2%;
}

.tlist li {
	position: relative;
	cursor: pointer;
	float: left;
	margin-top: 28px;
	width: 48%;
	margin-left: 2%;
	box-sizing: border-box;
	border: 1px solid #F1F1F1;
}

.tlist li:hover .tdmore {
	background: #00817D;
}

.tlitem {
	border-bottom: 1px solid #FAFAFA;
}

.tlitem span {
	display: block;
	float: left;
	padding: 30px;
	border-right: 1px solid #FAFAFA;
	box-sizing: border-box;
}

.titxt1 {
	width: 45%;
	font-weight: bold;
	color: #666666;
	font-size: 20px;
}

.titxt2 {
	width: 30%;
	color: #999999;
	font-size: 14px;
}

.titxt3 {
	width: 25%;
	color: #999999;
	font-size: 14px;
}

.tldetail {
	padding: 30px;
}

.tddesc {
	float: left;
	width: 85%;
}

.tdmore {
	float: right;
	display: block;
	width: 40px;
	height: 40px;
	background: #CCCCCC;
	text-align: center;
	line-height: 40px;
	transition: 0.45s;
}

.tdmore i {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}

.tddesc {
	color: #999999;
	font-size: 14px;
	line-height: 1.5;
}

.load-more {
	position: relative;
	overflow: hidden;
	z-index: 3;
	display: block;
	width: 120px;
	height: 40px;
	border: 1px solid #F1F1F1;
	margin: 67px auto 0;
	color: #999999;
	font-size: 12px;
	text-align: center;
	line-height: 40px;
}

.load-more:hover {
	border: 1px solid #00817D;
	color: #00817D;
}

.cover-apply-bg {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: url(/images/op4.png) repeat;
	background-size: cover;
	background: rgba(0, 0, 0, 0.8);
	transition: 1s;
	-webkit-overflow-scrolling: touch;
}

.cover-apply-bg .apply-detail-bot {
	position: relative;
	width: 38%;
	margin: 0 auto;
	margin-top: 145px;
	padding: 50px 5%;
	background: #fff;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
}

.cover-apply-bg .apply-detail .agw {
	color: #666666;
	font-size: 32px;
	line-height: 1.5;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.cover-apply-bg .apply-detail .apply-bot {
	color: #666;
}

.cover-apply-bg .apply-detail .email-txt {
	color: #D80025;
	font-size: 14px;
	display: block;
	margin-top: 72px;
}

.cover-apply-bg .apply-detail .email-txt a {
	color: #D80025;
}

.cover-apply-bg .apply-detail .email-txt a:hover {
	color: #C01616;
	text-decoration: underline;
}

.cover-apply-bg .close-bot {
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background: #00817D;
	text-align: center;
}

.cover-apply-bg .close-bot i {
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 auto;
	background: url(/images/close.png) no-repeat;
	background-size: cover;
}

.abpo {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.close-bot font {
	display: block;
	color: #fff;
	font-size: 14px;
}

.apply-show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.agtime {
	display: block;
	float: right;
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	margin-top: 15px;
}

.abtit {
	color: #666666;
	font-size: 14px;
	margin-top: 5px;
}

.apply-bo {
	color: #999999;
	font-size: 14px;
}

.mibbleStrategic {
	display: none;
}

.mibbleStrategic img {
	display: block;
	width: 100%;
}

.vwrap {
	display: none;
	z-index: 11040;
	width: 100%;
	position: fixed;
}

.vwrap .videobtg {
	z-index: 900;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	overflow: hidden;
}

.vwrap .videobox {
	z-index: 990;
	width: 800px;
	height: 400px;
	background-color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -400px;
}

.vwrap .videobox #videobox {
	width: 100%;
	display: inline-block;
	height: 100%;
	background: #80abde;
}

#videobox_wrapper {
	height: 100%!important;
}

.vwrap .closes {
	z-index: 999;
	width: 32px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: -42px;
}

.vwrap .closes i {
	display: block;
	width: 32px;
	height: 32px;
	background: url(/images/close.png) no-repeat 50% 50%;
}

.vwrap .closes:hover i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#videobox_display_button,
#videocontainer_display_button {
	background: none no-repeat!important;
}

.jwplayer .jwicon {
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
}

.jwplayer .jwicon:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.jwlogo,
.jwclick {
	display: none!important;
}

.jwdisplayIcon {
	background: none no-repeat!important;
}

.cifl-play {
	cursor: pointer;
	display: block;
	position: absolute;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	text-align: center;
	margin: -27.5px 0 0 -27.5px;
	background: rgba(0, 0, 0, .7);
	line-height: 55px;
}

.cifl-play i {
	display: block;
	color: #fff;
	font-size: 22px;
}

.srList {
	margin: 75px 0 0 -2%;
}

.srList li {
	position: relative;
	float: left;
	width: 31.333%;
	margin:20px 0 0 2%;
}

.imOlist a {
    color: #999999;
}

.insidesMleft li.active .imOlist a {
    color: #fff;
}
