@charset "utf-8";

/* 
 * Project Name:8181801威尼斯检测站
 */

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

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

.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 800ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 800ms, 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(-80px);
	-webkit-transform: translateX(-80px);
	opacity: 0;
	visibility: hidden;
	transition: transform 800ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 800ms, 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 {
	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);
}

.w1500 {
	width: 1500px;
	margin: 0 auto;
}


/* 头部  */

.header {
	position: fixed;
	width: 100%;
	height: 120px;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	background: #fff;
}

.head-wrap {
	position: relative;
}

.header .head-logo {
	position: absolute;
	left: 10%;
	margin: 21.5px 0 0 0;
	z-index: 99;
}

.head-logo .img2 {
	display: none;
}

.head-logo img {
	display: block;
	width: 100%;
}

.header .nav {
	text-align: center;
}

.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: #0B6759;
}

.header .yj-bot .yj-link {
	position: relative;
	z-index: 1;
	color: #474747;
	font-size: 20px;
	line-height: 1.5;
	display: block;
	padding: 0 30px;
	height: 120px;
	line-height: 120px;
}

.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.active .ej-list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transition: 0.55s;
}*/

.joinus-ej {
	text-align: center;
}

.joinus-ej .erlink {
	display: inline-block;
	float: none;
}

.headContact {
	position: absolute;
	top: 44px;
	right: 10%;
}

.headContact a {
	float: left;
	display: inline-block;
	height: 32px;
	line-height: 32px;
}

.headContact a:hover i {
	color: #1f7267;
}

.hsearch i {
	color: #616161;
	font-size: 29px;
	transition: 0.35s;
}

.language {
	color: #616161;
	font-size: 16px;
	margin-left: 20px;
}

.language:hover,
.language.active {
	color: #2F8874;
}

.searchBot {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: #0B6759;
	width: 80%;
	height: 120px;
	line-height: 120px;
	z-index: 1200;
	padding: 0 10%;
}

.searchbox {
	float: left;
	width: 50%;
	height: 60px;
	line-height: 60px;
	background: #fff;
	border-radius: 40px;
	margin: 30px 0 0 20%;
	padding: 0 30px;
}

.searchbox input {
	width: 80%;
	color: #666;
	font-size: 20px;
	border: none;
}

.searchbox .sbicon {
	display: block;
	float: right;
}

.searchbox .sbicon i {
	color: #666;
	font-size: 25px;
}

.closesearch {
	cursor: pointer;
	float: right;
}

.closesearch i {
	display: block;
	color: #fff;
	font-size: 35px;
}

.ej-list {
	position: absolute;
	z-index: 10;
	left: 0;
	width: 62%;
	top: 100%;
	padding: 0 19% 40px 19%;
	background-color: #fff;
	display: none;
	/*opacity: 0;
	visibility: hidden;
	transform: translateY(-80px);
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);*/
	border: 1px solid #eee;
}

.other-nav {
	display: flex;
	justify-content: space-between;
}

.other-nav .erlink {
	float: none;
	width: auto;
	margin: 40px 0 0 0;
}

.other-nav .erlink font {
	width: auto;
}

.erlink {
	display: block;
	float: left;
	width: 23%;
	margin: 40px 1% 0 1%;
	box-sizing: border-box;
	text-align: left;
	color: #333;
	font-size: 16px;
	transition: 0.45s;
}

.erlink font {
	display: inline-block;
	width: 60%;
	line-height: 1.5;
	max-height: 48px;
	overflow: hidden;
	vertical-align: middle;
}

.about-ej .erlink:nth-child(7) {
	display: none;
}

.erlink:hover {
	color: #0B6759;
}

.erlink:hover .elcricle {
	transition: 0.45s;
	background: #0B6759;
}

.erlink:hover .elcricle i {
	color: #fff;
}

.elcricle {
	display: inline-block;
	vertical-align: middle;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	text-align: center;
	line-height: 66px;
	background: #eee;
	margin-right: 10px;
}

.elcricle i {
	display: block;
	color: #666;
	font-size: 30px;
	transition: 0.45s;
}

.menu-handler {
	position: fixed;
	right: 3%;
	top: 0;
	/*width: 70px;
	height: 55px;*/
	display: none;
	cursor: pointer;
	z-index: 1010;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 26.5px auto 0;
	width: 25px;
	height: 3px;
	background-color: #000;
	-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: 3px;
	left: 0;
	background-color: #000;
	-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: #000;
	-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 {
	color: #0B6759;
}

.menuMoblie .nav-link:active .nlicon,
.menuMoblie .nav-link:hover .nlicon {
	display: inline-block;
	margin-top: 11.5px;
	height: 2px;
	background: url(../images/more-zk.png) no-repeat;
	background-size: contain;
}

.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: 16px 0;
}

.menuMoblie .nav-link .nlicon {
	float: right;
	color: #b1b1b1;
	font-size: 20px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(../images/more.png) no-repeat;
	background-size: contain;
	margin-top: 4.5px;
}

.menuMoblie li {
	margin: 0 30px;
	border-bottom: 1px solid #e4e4e4;
}

.menuMoblie .subnav {
	padding: 0 0 15px 0;
	display: none;
}

.menuMoblie .subnav .item {
	display: block;
	color: #707070;
}

.menuMoblie .subnav .item:active,
.menuMoblie .subnav .item:hover {
	background: #eeeeee;
}

.menuMoblie .subnav a {
	position: relative;
	display: block;
	padding: 5px 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);
}

.mlanguage {
	margin: 0 30px 100px 30px;
}

.mlanguage a {
	font-size: 16px;
	color: #A8A8A8;
	display: inline-block;
	margin-right: 20px;
}

.mlanguage a.active {
	color: #2F8874;
}


/* 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;
}

.mtop {
	height: 120px;
}


/* 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);
	}
}

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

.ibitem {
	position: relative;
	float: left;
	width: 33.333%;
	cursor: pointer;
	transition: 0.45s;
	overflow: hidden;
	box-sizing: border-box;
}

.indexBanner ul .m-width {
	width: 46%;
}

.indexBanner ul .s-width {
	width: 27%;
}

.ibitem:hover .ibcover {
	background: url(../images/op3.png) repeat;
}

.ibitem:hover .icnr {
	transition: 0.65s;
	top: 10%;
}

.ibitem:hover .icline {
	transition: 0.65s;
	display: block;
}

.ibitem:hover .icicon {
	transition: 0.85s;
	width: 180px;
	height: 208px;
	line-height: 208px;
	background: url(../images/ipx.png) no-repeat;
	background-size: contain;
	border-radius: 0;
}

.ibitem:hover .iccont,
.ibitem:hover .icspe,
.ibitem:hover .icbtn {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ibitem:hover .icspe,
.ibitem:hover .icbtn {
	opacity: 1;
	visibility: visible;
}

.ibpic {
	overflow: hidden;
	height: 100%;
}

.ibpic img {
	display: block;
	width: auto;
	height: 100%;
}

.ibcover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/op1.png) repeat;
	transition: 0.45s;
}

.icnr {
	position: relative;
	width: 100%;
	top: 30%;
	text-align: center;
	-webkit-transition: opacity 0.65s, -webkit-transform 0.65s;
	transition: opacity 0.65s, transform 0.65s;
	/*-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);*/
}

.iccont {
	-webkit-transition: opacity 0.65s, -webkit-transform 0.65s;
	transition: opacity 0.65s, transform 0.65s;
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
}

.icdetail {
	/*-webkit-transition: opacity 0.85s, -webkit-transform 0.85s;
	transition: opacity 0.85s, transform 0.85s;
	-webkit-transform: translate3d(0, 500px, 0);
	transform: translate3d(0, 500px, 0);*/
}

.icicon {
	transition: 0.85s;
	display: block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 50%;
	background: url(../images/op2.png) repeat;
	margin: 0 auto;
	text-align: center;
}

.icicon i {
	display: block;
	color: #fff;
	font-size: 60px;
}

.icline {
	display: none;
	width: 4px;
	height: 56px;
	background: #fff;
	margin: -20px auto 0;
	transition: 0.65s;
}

.icdesc {
	display: block;
	color: #fff;
	font-size: 28px;
	margin-top: 30px;
	line-height: 1;
	transition: 0.45s;
	font-weight: bold;
}

.icspe {
	opacity: 0;
	visibility: hidden;
	font-size: 16px;
	width: 250px;
	margin: 30px auto 0;
	text-align: center;
	transition-delay: 0.4s;
	-webkit-transition: opacity 0.85s, -webkit-transform 0.85s;
	transition: opacity 0.85s, transform 0.85s;
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
}

.icspe a {
	color: #fff;
	position: relative;
	display: block;
	height: 34px;
	line-height: 34px;
	z-index: 3;
	transition: 0.45s;
	margin-top: 5px;
}

.icspe a:hover {
	height: 44px;
	line-height: 44px;
}

.icspe a:hover:before {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.icspe a:hover:after {
	opacity: 1;
	visibility: visible;
}

.icspe a:before {
	content: "";
	position: absolute;
	left: 0%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: 500ms;
	-webkit-transition: 500ms;
	width: 100%;
	height: 44px;
	border-radius: 20px;
	background: rgba(47, 136, 116, 0.58);
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	z-index: -2;
}

.icspe a:after {
	content: "";
	position: absolute;
	left: 0%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: 500ms;
	-webkit-transition: 500ms;
	height: 34px;
	border-radius: 26px;
	left: 5px;
	top: 5px;
	right: 5px;
	background: #2F8874;
	z-index: -1;
}

.icbtn {
	opacity: 0;
	visibility: hidden;
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	width: 82px;
	margin: 30px auto 0;
	padding-bottom: 8px;
	/*transition: 1s;*/
	font-weight: normal;
	transition-delay: 0.8s;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-transform: translate3d(0, 150px, 0);
	transform: translate3d(0, 150px, 0);
}

.icbtn:hover:before {
	transition: 0.65s;
	width: 82px;
}

.icbtn:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #fff;
	transition: 0.65s;
}

.mouseBox {
	position: absolute;
	right: 0;
	width: 112px;
	bottom: 40px;
	color: #fff;
	z-index: 800;
	text-align: center;
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
}

.mouseIco {
	border-radius: 14px;
	width: 24px;
	height: 42px;
	border: 2px solid #fff;
	margin: 0px auto;
	display: block;
	position: relative;
}

.mouseIco i {
	width: 2px;
	height: 8px;
	border-radius: 1px;
	display: block;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 5px;
	-webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

@keyframes mouse-dot {
	from {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		opacity: 0;
	}
}

@-webkit-keyframes mouse-dot {
	from {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		opacity: 0;
	}
}

.indexIntro {
	position: relative;
	height: 900px;
	padding: 30px 0 60px 0;
}

.ibgPic {
	position: absolute;
	top: 30px;
	left: 30%;
	text-align: center;
}

.ibgPic img {
	display: inline-block;
	width: 100%;
	animation: fixed-header infinite 15s;
	-webkit-animation: fixed-header infinite 15s;
	-moz-animation: fixed-header infinite 15s;
	-ms-animation: fixed-header infinite 15s;
	z-index: -1;
}

.techTxt,
.astaTxt {
	color: #EEEEEE;
	font-size: 182px;
	text-transform: uppercase;
	position: absolute;
	z-index: 1;
	line-height: 1;
}

.techTxt {
	top: 0;
	right: 0;
}

.astaTxt {
	left: 0;
	bottom: 70px;
}

.techTxt.target {
	visibility: hidden;
}

.techTxt.action {
	visibility: visible !important;
	-webkit-animation: 3.5s appear1 ease-in-out;
	animation: 3.5s appear1 ease-in-out;
}

.astaTxt.target {
	visibility: hidden;
}

.astaTxt.action {
	visibility: visible !important;
	-webkit-animation: 3.5s appear2 ease-in-out;
	animation: 3.5s appear2 ease-in-out;
}

@keyframes appear1 {
	from {
		transform: translateX(300px);
	}
	to {
		transform: translateX(0);
	}
}

@keyframes appear2 {
	from {
		transform: translateX(-300px);
	}
	to {
		transform: translateX(0);
	}
}

.atBot {
	width: 1320px;
	margin: 80px auto 0;
}

.atleft,
.atright {
	position: relative;
	z-index: 5;
}

.atleft {
	float: left;
	width: 57%;
}

.atleft .almore {
	float: right;
	margin-right: 10%;
}

.altxt1 {
	color: #0B6759;
	font-size: 16px;
	text-transform: uppercase;
}

.altxt1 strong {
	display: inline-block;
	vertical-align: middle;
	width: 64px;
	height: 4px;
	background: #0B6759;
	margin-right: 8px;
}

.altxt2 {
	/*width: 360px;*/
	color: #333333;
	font-size: 40px;
	line-height: 1.5;
	margin-top: 15px;
	/*max-height: 120px;
	overflow: hidden;*/
	font-weight: normal;
}

.altxt3 {
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 20px;
	word-break: break-all;
	max-height: 72px;
	overflow: hidden;
}

.almore {
	display: block;
	margin-top: 35px;
	width: 52px;
}

.almore:hover .cmk:before {
	transition: 0.65s;
	z-index: -1;
	animation: ad_width 0.65s linear forwards;
}

@keyframes ad_width {
	from {
		width: 0;
	}
	to {
		width: 62px;
	}
}

.almore:hover .cmk {
	color: #fff;
	transition: 0.55s;
	background: url(../images/bgbtni.png) no-repeat;
	background-size: contain;
	background-position: 52px;
	padding-left: 52px;
}

.imcont .almore:hover .cmk {
	background: url(../images/bgbtni.png) no-repeat;
	background-size: contain;
	background-position: 0;
	padding-left: 0;
}

.cmk {
	position: relative;
	display: inline-block;
	color: #0B6759;
	font-size: 16px;
	width: 52px;
	height: 61px;
	background-color: #fff;
	text-align: center;
	line-height: 61px;
	background: url(../images/bgbtn.png) no-repeat;
	background-size: contain;
	background-position: 52px;
	padding-left: 53px;
	transition: 0.55s;
}

.cmk:before {
	content: "";
	position: absolute;
	top: 29.5px;
	left: 0;
	width: 58px;
	height: 2px;
	background: #0B6759;
	transition: 1s;
}

.alpic {
	margin-top: 60px;
	overflow: hidden;
}

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

@keyframes fixed-header {
	0% {
		-moz-transform: scale(1.0001) rotateZ(0.01deg);
		-ms-transform: scale(1.0001) rotateZ(0.01deg);
		-webkit-transform: scale(1.0001) rotateZ(0.01deg);
		transform: scale(1.0001) rotateZ(0.01deg)
	}
	50% {
		-moz-transform: scale(1.05) rotateZ(0.01deg);
		-ms-transform: scale(1.05) rotateZ(0.01deg);
		-webkit-transform: scale(1.05) rotateZ(0.01deg);
		transform: scale(1.05) rotateZ(0.01deg)
	}
	100% {
		-moz-transform: scale(1.0001) rotateZ(0.01deg);
		-ms-transform: scale(1.0001) rotateZ(0.01deg);
		-webkit-transform: scale(1.0001) rotateZ(0.01deg);
		transform: scale(1.0001) rotateZ(0.01deg)
	}
}

.atright {
	float: right;
	width: 40%;
	background-repeat: no-repeat;
	padding: 50px 0 170px 0;
	box-sizing: border-box;
}

.atright li {
	margin: 60px 70px;
	color: #fff;
}

.arnum {
	font-size: 64px;
	font-weight: normal;
	line-height: 1.5;
}

.artxt {
	display: block;
	font-size: 16px;
}

.newsTitle {
	/*display: none;*/
	width: 1500px;
	margin: 0 auto;
	padding-bottom: 20px;
	/*border-bottom: 1px solid #E4E4E4;*/
	vertical-align: middle;
	margin-bottom: 20px;
}

.nttitle {
	float: left;
	color: #fff;
	font-size: 30px;
}

.ntmore {
	float: right;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	margin-top: 13px;
	vertical-align: middle;
}

.ntmore i {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	margin-left: 10px;
	line-height: 1;
	vertical-align: middle;
}

.indexNews {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 140px 0 80px 0;
}

.inBot {
	width: 1500px;
	margin: 0 auto;
}

.inBot ul {
	margin-left: -6%;
}

.inBot li {
	width: 27.333%;
	float: left;
	margin-left: 6%;
}

.inBot li a {
	color: #fff;
}

.inBot li:hover .inlink:before {
	animation: all 0.65s;
	opacity: 1;
	visibility: visible;
}

.inBot li:hover .inlink font {
	transition: 0.45s;
	opacity: 1;
	visibility: visible;
}

.inBot li:hover .inlink i {
	transition: 0.75s;
	transform: translateX(28px);
}

.indate {
	position: relative;
	display: block;
	font-size: 16px;
	padding-bottom: 20px;
}

.indate:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 4px;
	background: #fff;
}

.intxt1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 20px;
	height: 27px;
}

.intxt2 {
	font-size: 15px;
	line-height: 1.5;
	height: 44px;
	overflow: hidden;
	margin-top: 10px;
	word-break: break-all;
}

.inlink {
	position: relative;
	display: block;
	margin-top: 40px;
	vertical-align: middle;
}

.inlink:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	width: 114px;
	height: 32px;
	border: 1px solid #fff;
	transition: 0.75s;
}

.inlink font {
	opacity: 0;
	visibility: hidden;
	margin-left: 10px;
	font-weight: normal;
	line-height: 33px;
	transition: 0.75s;
}

.inlink i {
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	vertical-align: middle;
	transform: translateX(-50px);
	line-height: 32px;
	transition: 0.75s;
}

.indexMap {
	position: relative;
	background: #C9CACA;
	box-sizing: border-box;
	/*height: calc(100vh - 120px);*/
}

.mapBot {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.mappic {
	height: 100%;
}

.mappic img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.mdetail {
	position: absolute;
	color: #fff;
	transition: 0.45s;
	cursor: pointer;
	opacity: 0;
}

.mdbox {
	position: relative;
}

.mapmark .mdetail:hover .mdicon {
	transition: 0.45s;
	opacity: 0;
	visibility: hidden;
}

.mapmark .mdetail:hover .mdzk {
	opacity: 1;
	visibility: visible;
	margin-left: 0;
	background: #2F8874;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	transition-delay: 0.2s;
}

.mdicon {
	display: block;
	width: 42px;
}

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

.mztit {
	font-weight: normal;
	font-size: 16px;
	font-weight: bold;
}

.mdzk {
	opacity: 0;
	visibility: hidden;
	margin-left: -15px;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	padding: 15px 20px;
	transition: 0.45s;
	z-index: 100;
}

.mdzk a {
	display: block;
	color: #fff;
}

.mdtxt2 font {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	font-size: 12px;
	word-break: break-all;
	line-height: 1.5;
}

.mdtxt2 i {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	margin-left: 30px;
	font-weight: normal;
}

.mark1 {
	top: 40%;
	left: 35%;
	z-index: 2;
}

.mdetail.target {
	opacity: 0;
}
.mdetail.action{
	opacity: 1;
}
.mark1.action {
	transition-delay: 100ms;
}
.mark2.action {
	transition-delay: 200ms;
}
.mark3.action {
	transition-delay: 300ms;
}
.mark4.action {
	transition-delay: 400ms;
}
.mark5.action {
	transition-delay: 500ms;
}
.mark6.action {
	transition-delay: 600ms;
}
.mark7.action {
	transition-delay: 700ms;
}
.mark8.action {
	transition-delay: 800ms;
}
.mark9.action {
	transition-delay: 900ms;
}
.mark2 {
	top: 42%;
	left: 32%;
	z-index: 3;
}
.mark3 {
	top: 38%;
	left: 33%;
}
.mark4 {
	top: 45%;
	left: 26.5%;
}
.mark5 {
	top: 40%;
    left: 27%;
}
.mark6 {
	    top: 53%;
    left: 33%;
}
.mark7 {    
	    top: 46%;
    left: 29%;
}
.mark8 {    
	top: 35%;
    left: 72%;
}
.imcont {
	position: absolute;
	left: 15%;
	bottom: 20%;
	width: 70%;
	/*margin: -130px auto 0;*/
}

.imcont .cmk:before {
	left: -52px;
}

.icl {
	width: 30%;
}

.imcont .almore {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: 0;
	transform: translateY(-50%);
}

.imcont .altxt3 {
	height: 48px;
	overflow: hidden;
}

.imcont .cmk {
	background: url(../images/bgbtn2.png) no-repeat;
	padding-left: 0;
}

.indexPartner {
	display: none;
	padding: 35px 0;
}

.ipBot {
	width: 1500px;
	margin: 0 auto;
}

.ibtitle {
	position: relative;
	float: left;
	width: 97px;
	height: 40px;
	background: #989898;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	margin-top: 12px;
}

.ibtitle:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -8px;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #989898;
}

.ibpartner {
	float: left;
	width: 85%;
	height: 64px;
	line-height: 64px;
	overflow: hidden;
	margin-left: 20px;
}

.ibpartner li {
	float: left;
	margin-left: 50px;
}

.ibpartner li:hover {
	-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;
}

.ibpartner li img {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.ibmore {
	display: block;
	float: right;
}

.ibmore:hover i {
	transition: 0.35s;
	transform: rotate(360deg);
}

.ibmore i {
	display: block;
	color: #BDBEBF;
	font-size: 22px;
	line-height: 64px;
	transition: 0.35s;
}

.morePartner {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11000;
	background: url(../images/op4.png) repeat;
}

.mpBot {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	width: 60%;
	margin: 0 auto;
	padding: 90px 5%;
}

.mbclose i {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 35px;
	margin-top: -45px;
	line-height: 1;
}

.mblist {
	height: 400px;
	overflow-y: scroll;
}

.mblist li {
	float: left;
	width: 9%;
	text-align: center;
	height: 64px;
	line-height: 64px;
	margin: 0 10px 70px 10px;
}

.mblist li img {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}


/* 底部 */

.footerbg {
	position: relative;
	background: #414141;
}

.updown {
	opacity: 0;
	visibility: hidden;
}

.updown.active {
	opacity: 1;
	visibility: visible;
}

.updown i {
	cursor: pointer;
	display: block;
	position: fixed;
	/*top: 68px;*/
	bottom: 37%;
	right: 30px;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	transition: 0.35s;
}

.updown i:hover {
	color: #1f7267;
}

.footerWrap {
	width: 1500px;
	margin: 0 auto;
	padding: 68px 0 90px 0;
}

.fwleft {
	display: flex;
	justify-content: space-between;
}

.fwleft .fritem:first-child {
	margin-left: 0;
}

.fltitle {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}

.flway {
	margin-top: 8px;
	color: #8F8F8F;
	font-size: 16px;
	line-height: 2;
}

.flway a {
	display: block;
	color: #8F8F8F;
}

.flway a:hover {
	color: #fff;
}

.fritem {
	float: left;
	margin-left: auto;
}

.footerbottom {
	border-top: 1px solid #8F8F8F;
}

.fbbot {
	width: 1500px;
	margin: 0 auto;
	padding: 15px 0;
}

.fbcopyright {
	color: #8F8F8F;
	font-size: 14px;
}

.fbcopyright span {
	display: block;
	float: left;
	margin-top: 15px;
}

.fbcopyright a {
	float: right;
	color: #8F8F8F;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}

.footerwj {
	margin-left: 20px;
}

.fbselect {
	float: right;
	width: 40%;
	display: none;
}

.fs-select {
	position: relative;
	float: left;
	width: 26%;
	border: none;
	color: #8F8F8F;
	font-size: 14px;
	background: transparent;
	background: url(../images/sr.png) 100% no-repeat;
	background-size: 12px 12px;
	margin-left: 40px;
}

.fs-select.active {
	background: url(../images/st.png) 100% no-repeat;
}

.fs-select-xs {
	cursor: pointer;
}

.fs-zk {
	display: none;
	width: 100%;
	background: #fff;
	border: 1px solid #eee;
	padding: 15px 0;
	position: relative;
	z-index: 99;
	position: absolute;
	left: -1px;
	bottom: 100%;
	z-index: 99;
}

.fs-zk a {
	display: block;
	color: #999;
	text-align: center;
	line-height: 1.5;
	padding: 10px 0;
}

.fs-zk a:hover {
	color: #0B6759;
}

.indexContent {
	position: relative;
}

.fixedRight {
	display: none;
	position: fixed;
	top: 120px;
	right: 50px;
	z-index: 100;
}

.frcontact {
	display: block;
	width: 56px;
	height: 65px;
	text-align: center;
	line-height: 65px;
	background: url(../images/bgbtn3.png) no-repeat;
	background-size: contain;
	margin-top: 12px;
}

.frcontact i {
	display: block;
	color: #fff;
	font-size: 25px;
}

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

@keyframes gelatine {
	from,
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}
	50% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}
	75% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
}


/* 搜索结果 */

.searchResult {
	background: #f3f3f3;
	padding: 120px 0;
}

.srtitle {
	color: #333333;
	font-size: 45px;
	text-align: center;
	font-weight: normal;
}

.srbox {
	width: 760px;
	margin: 70px auto 0;
	padding: 0 20px 20px 20px;
	border-bottom: 1px solid #333333;
	box-sizing: border-box;
}

.srbox input {
	color: #333333;
	font-size: 16px;
	border: none;
	background: #f3f3f3;
}

.srbox a i {
	display: block;
	float: right;
	color: #333;
	line-height: 1;
	font-size: 25px;
}

.srjg {
	text-align: center;
	margin-top: 30px;
	color: #333333;
	font-size: 16px;
}

.srjg a {
	color: #cc0000;
}

.srList {
	padding: 70px 0 150px 0;
}

.sltitle {
	color: #000000;
	font-size: 26px;
	line-height: 1.5;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
	font-weight: normal;
}

.srList li {
	padding: 30px 0;
	border-bottom: 1px solid #e7e3e3;
}

.sltit {
	display: block;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	height: 32px;
}

.sltxt {
	display: block;
	color: #666666;
	font-size: 16px;
	height: 28px;
}

.insidesBanner {
	padding-top: 88px;
	overflow: hidden;
}

.insidesTitle {
	position: relative;
	width: 1170px;
	margin: 0 auto 80px;
}

.insidefixed {
	position: relative;
	width: 100%;
}

.fix-head .ifbot {
	position: fixed;
	top: 0;
	width: 1500px;
	padding: 0 20%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.fix-head .insidesTab {
	width: 1500px;
}

.fix-head .ittext {
	border: none !important;
}

.itl {
	position: absolute;
	top: 0;
	left: 0;
}

.itl,
.itr {
	display: block;
	width: 56px;
	height: 56px;
	border: 1px solid #d1d1d1;
	text-align: center;
	line-height: 56px;
	border-radius: 50%;
}

.itl i,
.itr i {
	display: block;
	color: #000000;
	font-size: 16px;
}

.itl:hover,
.itr:hover {
	border: 1px solid #006d6d;
}

.itl:hover i,
.itr:hover i {
	color: #006d6d;
}

.itc {
	text-align: center;
	color: #333333;
	font-size: 50px;
	line-height: 1;
	font-weight: normal;
}

.itr {
	position: absolute;
	top: 0;
	right: 0;
}

.insidesTab {
	/*width: 1170px;
	margin: 0 auto;*/
	text-align: center;
	margin-left: 1px;
	display: flex;
	display: -webkit-flex;
}

.itjoinus a {
	width: 33.393%;
}

.insidesTab a {
	flex: 1;
	-webkit-flex: 1;
}

.insidesTab .ittext {
	position: relative;
	display: block;
	float: left;
	color: #4a4949;
	font-size: 16px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	border: 1px solid #e2e2e2;
	margin-left: -1px;
	z-index: 100;
	box-sizing: border-box;
	overflow: hidden;
}

.insidesTab .ittext:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: #006d6d;
	transition: 0.45s;
	z-index: -1;
}

.insidesTab .ittext.active,
.insidesTab .ittext:hover {
	border: 1px solid #006d6d;
	color: #fff;
}

.insidesTab .ittext.active:before,
.insidesTab .ittext:hover:before {
	transition: 0.45s;
	height: 100%;
}

.ittext div {
	float: left;
	display: block;
	width: 100%;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 0;
	font-size: 17px;
	overflow: hidden;
	padding: 0;
}

.ittext div span {
	transition: .4s cubic-bezier(.2, 1, .3, 1);
	display: block;
}

.ittext div:after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	color: #fff;
	-webkit-transform: translate3d(0, 75%, 0);
	transform: translate3d(0, 75%, 0);
	transition: 0.4s;
}

.ittext div:hover span {
	opacity: 0;
	-webkit-transform: translate3d(0, -75%, 0);
	transform: translate3d(0, -75%, 0);
}

.ittext div:hover:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.itabout a {
	width: 14.35%;
}

.itproducts a {
	width: 25.06%;
}

.itservice a {
	width: 25.06%;
}

.insidesPic {
	overflow: hidden;
}

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

.aboutIntro {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0 60px 0;
}

.ainame {
	position: relative;
	text-align: center;
	line-height: 1.5;
	color: #333333;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 10px;
}

.astxt {
	font-size: 24px;
}

.nolp {
	letter-spacing: 0;
}

.aititle {
	display: block;
	text-align: center;
	color: #333333;
	font-weight: normal;
	font-size: 30px;
	margin-top: 20px;
}

.aiparagraph {
	color: #666666;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}

.aidata {
	margin: 70px 0 0 0;
	text-align: center;
}

.aidata li {
	display: inline-block;
	margin: 20px 50px 0 30px;
	width: 162px;
	height: 185px;
	background: url(../images/bgbtn4.png) no-repeat;
	background-size: contain;
	text-align: center;
	transition: 0.65s;
	opacity: 0;
}

.aidt1.target {
	opacity: 0;
}

.aidt1.action {
	opacity: 1;
	transition: 0.65s;
	transition-delay: 300ms;
}

.aidt2.target {
	opacity: 0;
}

.aidt2.action {
	opacity: 1;
	transition: 0.75s;
	transition-delay: 600ms;
}

.aidt3.target {
	opacity: 0;
}

.aidt3.action {
	opacity: 1;
	transition: 0.85s;
	transition-delay: 900ms;
}

.aidt4.target {
	opacity: 0;
}

.aidt4.action {
	opacity: 1;
	transition: 0.95s;
	transition-delay: 1200ms;
}

.adnum {
	color: #006d6d;
	font-size: 30px;
	margin-top: 55px;
	line-height: 1.5;
}

.adtxt {
	color: #333333;
	font-size: 16px;
	display: block;
	line-height: 1.5;
}

.ablitem {
	background-position: right center;
}

.abritem {
	background-position: left center;
}

.ablitem,
.abritem {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
	margin-top: 25px;
	height: 274px;
}

.ablitem .aicont {
	float: left;
}

.abritem .aicont {
	float: right;
}

.aipic {
	width: 50%;
	overflow: hidden;
}

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

.aicont {
	width: 30%;
	padding: 0 12%;
	color: #fff;
}

.aiBottom {
	margin-bottom: 50px;
}

.actit {
	font-size: 26px;
	font-weight: normal;
	line-height: 1.5;
}

.aceng {
	display: block;
	font-family: "HelveticaNeueLTPro-Roman";
	position: relative;
	line-height: 1.3;
	font-size: 36px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.aceng:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 164px;
	height: 2px;
	background: #fff;
}

.acetxt1 {
	font-size: 16px;
	margin-top: 10px;
}

.actxt2 {
	font-size: 16px;
	margin-top: 20px;
}

.actxt2 p {
	margin-top: 3px;
}

.actxt2 em {
	display: inline-block;
	vertical-align: middle;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: #fff;
	margin-right: 8px;
}

.aitxt {
	width: 420px;
	color: #333333;
	font-size: 20px;
	text-align: center;
	margin: 30px auto 0;
}

.courseList {
	margin-bottom: 140px;
}

.clbt {
	border-top: 1px solid #f3f3f3;
	padding: 30px 20px;
	box-sizing: border-box;
}

.clpic {
	float: left;
	width: 25%;
}

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

.cllist {
	float: right;
	width: 75%;
	padding: 30px 40px;
	box-sizing: border-box;
}

.cltime {
	color: #0b675a;
	font-size: 33px;
	font-weight: normal;
	line-height: 1.5;
}

.cetxt {
	color: #666666;
	font-size: 16px;
}

.bgf {
	background: #fff;
}

.bgf3 {
	background: #F3F3F3;
}

.antxt {
	color: #666666;
	font-size: 16px;
	letter-spacing: 0;
	margin-top: 5px;
}

.leaderBot {
	position: relative;
	background: #edf1f1;
	padding: 80px 0 50px 290px;
	border: 1px solid #e1e1e1;
}

.lbleft {
	position: absolute;
	top: 80px;
	left: 60px;
}

.lltext {
	font-size: 14px;
	color: #111111;
}

.lltop {
	margin-top: 30px;
}

.lbright li {
	position: relative;
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 2%;
	font-size: 14px;
	color: #111;
	line-height: 2.2;
	margin-bottom: 10px;
}

.lbright li:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #2f2f2f;
}

.leaderList {
	margin-bottom: 100px;
}

.leaderList ul {
	margin-left: -2%;
}

.leaderList li {
	float: left;
	width: 98%;
	margin: 30px 0 0 2%;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	padding: 30px 90px 30px 45px;
	background: #fff;
}

.leaderPic {
	float: left;
	overflow: hidden;
	width: 22%;
}

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

.leaderCont {
	float: right;
	width: 60%;
}

.llabel {
	display: block;
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

.lpost {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	word-break: break-all;
}

.lpost font {
	font-size: 20px;
}

.ldetail {
	color: #4a4949;
	font-size: 14px;
	margin-top: 20px;
}

.honorList {
	margin-bottom: 100px;
}

.honorList ul {
	margin-left: -2%;
}

.honorList li {
	float: left;
	width: 31.333%;
	box-sizing: border-box;
	border: 1px solid #ededed;
	margin: 0 0 25px 2%;
	transition: 0.45s;
	cursor: pointer;
}

.honorList li:hover {
	background: #006d6d;
}

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

.honorList li:hover .hctxt {
	transition-delay: 0.2s;
	transition: 0.45s;
	opacity: 0;
	visibility: hidden;
}

.honorList li:hover .hcicon {
	transition-delay: 0.8s;
	transition: 1s;
	opacity: 1;
	visibility: visible;
}

.hlpic {
	overflow: hidden;
}

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

.hlcont {
	position: relative;
	padding: 10px 30px;
	background: #fff;
}

.hctxt {
	color: #666666;
	font-size: 14px;
	text-align: center;
	height: 50px;
	overflow: hidden;
	transition: 0.45s;
}

.hcicon {
	opacity: 0;
	visibility: hidden;
	display: block;
	position: absolute;
	top: 12px;
	left: 50%;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #004f4f;
	text-align: center;
	line-height: 42px;
	margin-left: -21px;
	transition: 1s;
}

.hcicon i {
	display: block;
	color: #fff;
	font-size: 16px;
}

.pageList {
	margin-top: 40px;
	text-align: center;
}

.pageList a {
	display: inline-block;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
}

.plsx i {
	display: block;
	color: #8c8c8c;
	font-size: 16px;
}

.plnum {
	border: 1px solid #cfcfcf;
	color: #9c9b9b;
	font-size: 16px;
	border-radius: 50%;
	margin: 0 7px;
}

.plnum:hover,
.plnum.active {
	color: #fff;
	background: #006d6d;
	border: 1px solid #006d6d;
}


/* 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%;
	background-image: none !important;
}

.pswp__button--arrow--right {
	right: 2%;
	background-image: none !important;
}

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

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

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

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

.newsTab {
	margin-top: 100px;
	text-align: center;
}

.newsTab .nt {
	position: relative;
	display: inline-block;
	color: #cccccc;
	font-size: 30px;
	padding: 0 20px 20px 20px;
	line-height: 1;
	margin: 0 5px;
}

.newsTab .nt:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #bcbcbc;
}

.newsTab .nt:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 4px;
	background: #333333;
	transition: 0.45s;
}

.newsTab .nt:hover,
.newsTab .nt.active {
	color: #333333;
}

.newsTab .nt:hover:before,
.newsTab .nt.active:before {
	background: #333333;
}

.newsTab .nt:hover:after,
.newsTab .nt.active:after {
	width: 100%;
}

.newssearch {
	background: #f3f3f3;
	padding: 60px 0;
}

.nsbot {
	width: 815px;
	height: 60px;
	background: #fff;
	line-height: 60px;
	padding: 0 20px 0 30px;
	margin: 0 auto;
	overflow: hidden;
}

.nsbot input {
	display: block;
	float: left;
	color: #999999;
	font-size: 14px;
	width: 80%;
	height: 60px;
	border: none;
}

.nsbot i {
	display: block;
	float: right;
	color: #535353;
	font-size: 22px;
}

.newsbox {
	padding: 50px 0 60px 0;
	background: #fff;
}

.newsfrist {
	padding-bottom: 40px;
	border-bottom: 1px solid #e7e7e7;
}

.newsfrist .almore {
	float: right;
	margin-right: 8%;
}

.nfpic {
	float: left;
	width: 42%;
}

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

.nfcont {
	float: left;
	width: 53%;
	padding: 0 2% 0 3%;
}

.nctit {
	line-height: 1.5;
	color: #333333;
	font-size: 26px;
	font-weight: normal;
	max-height: 78px;
	overflow: hidden;
}

.ncdesc {
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
	line-height: 1.5;
	max-height: 72px;
	overflow: hidden;
}

.newslist ul {
	margin-left: -3%;
}

.newslist li {
	position: relative;
	float: left;
	width: 97%;
	padding: 30px 0;
	margin-left: 3%;
	border-bottom: 1px solid #E7E7E7;
}

.newslist li:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 1px;
	background: #E7E7E7;
	transition: 0.45s;
}

.newslist li:hover .nltxt1 {
	color: #006d6d;
}

.newslist li:hover:before {
	width: 100%;
	background: #006d6d;
}

.nltxt1 {
	font-weight: normal;
	color: #333333;
	font-size: 18px;
	line-height: 1.5;
	height: 27px;
}

.nldate {
	display: block;
	color: #999999;
	font-size: 14px;
	margin-top: 5px;
}

.nltxt2 {
	line-height: 1.5;
	color: #666666;
	font-size: 14px;
	margin-top: 15px;
	max-height: 42px;
	overflow: hidden;
}

.ndtitle {
	background: #f3f3f3;
	padding: 60px 0;
	text-align: center;
}

.nttxt1 {
	font-weight: normal;
	color: #333333;
	font-size: 26px;
}

.ntdetail {
	margin-top: 15px;
	color: #666666;
	font-size: 14px;
}

.ndtext {
	display: inline-block;
	margin: 0 15px;
}

.ndshare {
	color: #797979;
	font-size: 23px;
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
}

.ndcont {
	margin: 80px 0 50px 0;
	color: #666666;
	font-size: 16px;
	text-align: center;
}

.ndcont p {
	text-align: left;
}

.ndsx {
	position: relative;
	border-top: 1px solid #f1f1f1;
	padding: 80px 0;
}

.ndsx a {
	vertical-align: middle;
	color: #2a2a2a;
	font-size: 14px;
}

.ndprev {
	display: block;
	position: absolute;
	top: 80px;
	left: 0;
}

.ndprev,
.ndnext {
	width: 25%;
	padding-bottom: 10px;
	margin-top: 12px;
}

.ndprev:before,
.ndnext:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 0;
	height: 2px;
	background: #333333;
	transition: 0.45s;
}

.ndprev:hover:before,
.ndnext:hover:before {
	width: 100%;
}

.ndprev em,
.ndnext em {
	margin: 0 10px;
}

.ndprev font,
.ndnext font {
	display: inline-block;
	width: 85%;
	height: 14px;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ndlist {
	display: block;
	width: 125px;
	height: 50px;
	margin: 0 auto;
	border: 1px solid #e6e6e6;
	line-height: 50px;
	padding: 0 25px;
}

.ndlist:hover {
	color: #006d6d;
	border: 1px solid #006d6d;
}

.ndlist:hover em {
	background: #006d6d;
}

.ndlist em {
	float: right;
	margin-top: 24px;
}

.ndnext {
	display: block;
	position: absolute;
	top: 80px;
	right: 0;
}

.ndline {
	display: inline-block;
	width: 17px;
	height: 2px;
	background: #333333;
	vertical-align: middle;
}

.pt-ts {
	display: none;
	color: #4a4949;
	font-size: 14px;
	margin-bottom: 10px;
}

.productsTable {
	margin: 50px 0 150px 0;
}

.ptws {
	color: #4a4949;
}

.pthead td {
	color: #fff;
}

.pttable td {
	text-align: center;
	border: 1px solid #eaeaea;
	padding: 12px 0;
	font-size: 16px;
}

.pthead {
	background: #666666;
}

.pttable {
	width: 100%;
}

.pthead .ptws {
	width: 20%;
}

.ptwb {
	width: 40%;
}

.tbebg {
	background: #F8F8F8;
}

.tbbg {
	background: #f0f3f3;
}

.contactusCont {
	display: none;
}

.contactway {
	position: relative;
	padding: 100px 0;
	border-top: 1px solid #e7e7e7;
	text-align: center;
}


/*.cwleft {
	float: left;
	width: 66%;
}*/

.ctname {
	font-weight: normal;
	color: #333333;
	font-size: 30px;
}

.ctadr {
	color: #666666;
	font-size: 16px;
}

.cwright {
	position: absolute;
	right: 0;
	top: 20px;
}

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

.ctphone {
	margin-top: 30px;
}

.ctphone a {
	display: inline-block;
	border: 1px solid #ebebeb;
	height: 45px;
	color: #333333;
	font-size: 14px;
	clear: both;
}

.cpicon {
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
	border-right: 1px solid #ebebeb;
	padding: 0 10px;
}

.cpicon i {
	color: #4d4d4d;
	font-size: 22px;
	font-weight: bold;
}

.cpicon+font {
	display: block;
	float: left;
	line-height: 45px;
	padding: 0 15px;
}

.ctother {
	display: none;
	margin-top: 20px;
}

.ctother a {
	display: block;
	color: #666666;
	font-size: 14px;
	margin-top: 3px;
}

.maps {
	height: 600px;
}

.anchorBL,
.BMap_cpyCtrl {
	display: none !important;
}

.techbg {
	background: #f5f5f5;
	padding-top: 50px;
}

.technologyIntro {
	width: 950px;
	margin: 0 auto;
	color: #333333;
	font-size: 16px;
	text-align: center;
	padding-bottom: 50px;
}

.techbg .aboutIntro {
	padding: 30px 0 25px 0;
}

.tipic {
	margin-top: 100px;
	height: 474px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	/*background-attachment: fixed;*/
}

.techcont2,
.techcont3 {
	padding: 100px 0;
}

.techcont2 .tc2pic {
	float: left;
}

.techcont2 .tc2words {
	position: relative;
	float: right;
}

.techcont2 .tc2words:before {
	content: "";
	position: absolute;
	top: 15px;
	left: -190px;
	width: 168px;
	height: 1px;
	background: #000000;
}

.techcont3 .tc2pic {
	float: right;
}

.techcont3 .tc2words {
	position: relative;
	float: left;
}

.techcont3 .tc2words:before {
	content: "";
	position: absolute;
	top: 15px;
	right: -190px;
	width: 168px;
	height: 1px;
	background: #000000;
}

.tc2pic {
	width: 57%;
	overflow: hidden;
}

.tc2pic img {
	display: block;
	width: 100%;
	animation: fixed-header infinite 15s;
	-webkit-animation: fixed-header infinite 15s;
	-moz-animation: fixed-header infinite 15s;
	-ms-animation: fixed-header infinite 15s;
}

.tc2words {
	width: 33%;
	margin-top: 70px;
	word-break: break-all;
}

.colorm {
	color: #666666;
	font-size: 16px;
}

.colorg {
	color: #0c665a;
	font-size: 14px;
	margin-top: 10px;
}

.techcont3 {
	background: #f3f3f3;
}

.techequipment {
	padding: 100px 0;
}

.ipeng {
	display: block;
	color: #333333;
	font-size: 30px;
	letter-spacing: 10px;
	text-align: center;
	line-height: 1.5;
}

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

.tqBanner {
	margin-top: 40px;
	padding: 0 70px;
}

.tbitem {
	position: relative;
	float: left;
	text-align: center;
	margin: 0 50px;
	transition: 0.65s;
}

.tbitem:hover .tbpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.tbitem:hover .tbicon {
	background: #0b675a;
}

.tbitem:hover .tbtxt {
	color: #0c665a;
}

.tbpic {
	overflow: hidden;
}

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

.tbtxt {
	color: #333333;
	font-size: 16px;
	margin-top: 20px;
	height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tbicon {
	transition: 0.45s;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #b8b8b8;
	text-align: center;
	line-height: 40px;
	margin: 15px auto 0;
}

.tbicon i {
	display: block;
	color: #fff;
	font-size: 20px;
}

.tqBanner .slick-arrow {
	position: absolute;
	z-index: 200;
	top: 50%;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	margin-top: -15px;
}

.tqBanner .slick-arrow i {
	display: block;
	font-family: "iconfont" !important;
	font-size: 30px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #000000;
	transition: 0.35s;
}

.tqBanner .slick-prev i:before {
	content: "\e680";
}

.tqBanner .slick-next i:before {
	content: "\e681";
}

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

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

.tqBanner .slick-arrow:hover i {
	color: #0c665a;
}

.joinusCont {
	padding: 60px 0 100px 0;
}

.joinusBanner {
	overflow: hidden;
}

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

.jucWords {
	margin-top: 30px;
	text-align: center;
	color: #666666;
	font-size: 16px;
}

.jucList {
	margin-top: 90px;
	text-align: center;
}

.jucList li {
	position: relative;
	display: inline-block;
	width: 146px;
	height: 146px;
	border-radius: 50%;
	background: #b5b5b5;
	text-align: center;
	margin: 0 15px;
	overflow: hidden;
	cursor: pointer;
}

.jucList li:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background-color: #006d6d;
	transform-origin: center;
	transform: translate3d(-50%, -50%, 0) scale(0, 0);
	transition: transform 0.45s ease-in-out;
	z-index: 0;
}

.jucList li:hover:before {
	transform: translate3d(-50%, -50%, 0) scale(15, 15);
}

.jlbot {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.jlicon {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 43px;
	position: relative;
	line-height: 1;
	z-index: 3;
}

.jltxt {
	color: #fff;
	font-size: 14px;
	position: relative;
	z-index: 3;
}

.recruitment {
	margin-top: 90px;
}

.recruitTit {
	color: #333333;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}

.recruitTable {
	width: 100%;
	margin-top: 20px;
	border-top: 2px solid #006d6d;
}

.recruitTable thead {
	background: #f2f2f2;
	color: #006d6d;
	font-size: 16px;
}

.recruitTable tbody {
	color: #999999;
	font-size: 14px;
	background: #fff;
}

.recruitTable a {
	color: #999;
}

.recruitTable td {
	border: 1px solid #e6e6e6;
	padding: 15px 20px;
}

.lookRdetail:hover a {
	color: #006D6D;
}

.rtb {
	width: 34%;
}

.rts {
	width: 16.5%;
}

.sendEmail {
	position: relative;
	margin-top: 25px;
	color: #666666;
	font-size: 14px;
	padding-left: 10px;
	line-height: 1.5;
}

.sendEmail:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #666;
}

.sendEmail a {
	color: #0c665a;
}


/* 404 */

.not-found-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f2f2f2;
	text-align: center;
	background-repeat: no-repeat;
	background-size: auto;
}

.nfw-pic {
	width: 563px;
	height: 403px;
	position: relative;
	margin: 90px auto 0;
	text-align: center;
	overflow: hidden;
}

.nfw-pic img {
	width: 100%;
	display: block;
}

.nfw-txt1 {
	color: #000000;
	font-size: 27px;
	margin-top: 25px;
	font-weight: normal;
}

.nfw-txt2 {
	color: #8f8f8f;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.linkbtn {
	text-align: center;
	margin-top: 230px;
}

.link-back {
	display: inline-block;
	width: 170px;
	height: 50px;
	margin: 0 10px;
	text-align: center;
	line-height: 50px;
	color: #333333;
	font-size: 16px;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	transition: 0.35s;
}

.link-back:hover {
	background: #016b45;
	color: #fff;
}

.aw5Title {
	color: #333333;
	font-size: 28px;
	text-align: center;
	font-weight: normal;
	margin-top: 20px;
}

.asTitle {
	color: #333333;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	margin-top: 20px;
}

.about5Wrap {
	padding-bottom: 80px;
}

.about5Wrap ul {
	margin-left: -2%;
}

.about5Wrap li {
	float: left;
	box-sizing: border-box;
	width: 31.333%;
	margin: 0 0 20px 2%;
	border: 1px solid #e8e8e8;
}

.about-scjd ul {
	margin-left: -2%;
}

.about-scjd li {
	float: left;
	box-sizing: border-box;
	width: 31.333%;
	margin: 0 0 20px 2%;
	border: 1px solid #e8e8e8;
}

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

.about5Wrap li:hover .atctxt2 {
	color: #0c665a;
}

.atpic {
	overflow: hidden;
}

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

.atcont {
	padding: 25px 35px;
	background: #fff;
}

.atctxt1 {
	display: block;
	color: #666666;
	font-size: 14px;
}

.atctxt2 {
	word-break: break-word;
	transition: 0.45s;
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	margin-top: 5px;
	height: 60px;
	line-height: 1.5;
	overflow: hidden;
}

.atctxt3 {
	color: #4a4949;
	font-size: 14px;
	margin-top: 5px;
}

.service1List {
	margin-bottom: 100px;
}

.service1List li {
	position: relative;
	margin-top: 25px;
	padding: 100px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 274px;
}

.slodd .sl2pic {
	float: right;
}

.sleven .sl2pic {
	float: left;
}

.slodd .sl2cont {
	float: left;
}

.sleven .sl2cont {
	float: right;
}

.sl2pic {
	width: 60%;
	position: relative;
	overflow: hidden;
}

.sl2pic img {
	width: 100%;
	display: block;
	animation: fixed-header infinite 15s;
	-webkit-animation: fixed-header infinite 15s;
	-moz-animation: fixed-header infinite 15s;
	-ms-animation: fixed-header infinite 15s;
}

.sl2cont {
	width: 35%;
	padding: 0 12%;
	color: #fff;
}

.sc2tit {
	font-size: 26px;
	line-height: 1.5;
	font-weight: normal;
}

.sc2txt1 {
	font-size: 18px;
	margin-top: 5px;
}

.sc2txt2 {
	margin-top: 20px;
	font-size: 16px;
}

.sc2txt2 span {
	display: block;
	position: relative;
	padding-left: 10px;
}

.sc2txt2 span:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #fff;
}

.st2 {
	width: 100%;
}

.st2 td {
	padding: 20px 0;
	text-align: center;
	color: #333333;
	font-size: 16px;
	border-right: 1px solid #fff;
}

.st2 tr.stodd {
	background: #eef1f5;
}

.st2 tr.steven {
	background: #f3f6f9;
}

.sts {
	width: 25%;
}

.stb {
	width: 50%;
}

.stBanner {
	position: relative;
	padding: 0 80px;
	margin: 90px 0;
}

.stitem {
	float: left;
	margin: 0 50px;
	transition: 0.65s;
}

.sipic {
	overflow: hidden;
}

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

.sitit {
	color: #333333;
	font-size: 20px;
	font-weight: normal;
}

.sibot {
	width: 80%;
	margin: 0 auto;
}

.sitxt {
	color: #666666;
	font-size: 14px;
	margin-top: 20px;
}

.stBanner .slick-arrow {
	position: absolute;
	z-index: 200;
	top: 50%;
	width: 50px;
	height: 50px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	color: #fff;
	margin-top: -25px;
}

.stBanner .slick-arrow i {
	display: block;
	font-family: "iconfont" !important;
	font-size: 15px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #000000;
	transition: 0.35s;
}

.stBanner .slick-prev i:before {
	content: "\e680";
}

.stBanner .slick-next i:before {
	content: "\e681";
}

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

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

.stBanner .slick-arrow:hover i {
	color: #0c665a;
}

.stBanner .slick-arrow:hover {
	border: 1px solid #0c665a;
}

.service3 {
	padding-bottom: 80px;
}

.st3 {
	width: 100%;
}

.st3 tr {
	border: 1px solid #eeeeee;
	margin-top: -1px;
}

.st3 td {
	text-align: center;
	padding: 20px 0;
}

.st3body tr.s3bg {
	background: #f3f6f9;
}

.st3 td {
	font-size: 16px;
}

.st3head td {
	color: #333333;
}

.st3body td {
	color: #666666;
}

.st3body a {
	color: #c1c1c1;
}

.st3body a i {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	margin-left: 10px;
}

.shs {
	width: 17.5%;
	transition: 0.45s;
}

.shs a:hover {
	color: #0b675a;
}

.shs a:hover i {
	color: #0b675a;
}

.shb {
	width: 30%;
}

.service4 {
	width: 850px;
	margin: 0 auto;
	padding: 0 0 100px 0;
}

.service4List ul {
	margin-left: -2%;
}

.service4List li {
	width: 98%;
	float: left;
	margin-left: 2%;
	padding: 20px 40px 40px 40px;
	box-sizing: border-box;
	border-radius: 20px;
	border: 1px solid #eee;
	margin-bottom: 30px;
	cursor: pointer;
	background: #fff;
}

.service4List li:hover .sl4icon {
	transition: 0.45s;
	color: #186e62;
	-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;
}

.sl4icon {
	display: block;
	width: 50px;
	transition: 0.45s;
	color: #b8b8b8;
	font-size: 50px;
}

.sl4txt {
	color: #666666;
	font-size: 16px;
}

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

.si4txt1 {
	color: #333333;
	font-size: 24px;
	line-height: 1.5;
	font-weight: normal;
}

.si4txt2 {
	color: #d4d4d4;
	font-size: 24px;
	line-height: 1.5;
	font-weight: normal;
}

.si4line {
	display: block;
	width: 1px;
	height: 40px;
	background: #666666;
	margin: 10px auto 0;
}

.si4cont {
	margin-top: 10px;
	color: #666666;
	font-size: 20px;
}

.service5 {
	padding-bottom: 80px;
}

.s5bot {
	margin-top: 80px;
}

.s5title {
	font-size: 30px;
	color: #333333;
	font-weight: normal;
	text-align: center;
}

.s5cont {
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
}

.pl15 {
	padding-left: 15px;
}

.cover-apply-bg {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 1200;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: url(../images/xbg3.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: 40%;
	margin: 0 auto;
	margin-top: 145px;
	padding: 50px 3%;
	background: #fff;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
}

.cover-apply-bg .apply-detail .agw {
	color: #006d6d;
	font-size: 30px;
	line-height: 1.5;
	font-weight: normal;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}

.abox {
	margin-top: 25px;
}

.abtit {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
}

.apply-bot {
	font-size: 14px;
	color: #666666;
}

.cover-apply-bg .apply-detail .apply-bot {
	color: #666;
}

.cover-apply-bg .apply-detail .email-txt {
	color: #333333;
	font-size: 14px;
	display: block;
	margin-top: 50px;
}

.cover-apply-bg .apply-detail .email-txt a {
	color: #006d6d;
}

.cover-apply-bg .apply-detail .email-txt a:hover {
	color: #C01616;
	text-decoration: underline;
}

.cover-apply-bg .close-bot {
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -36.5px;
	right: -56px;
	width: 56px;
	height: 36.5px;
	padding-top: 19.5px;
	background: #C30D23;
}

.cover-apply-bg .close-bot i {
	display: block;
	width: 17px;
	height: 17px;
	margin: 0 auto;
	background: url(../images/close-icon.png) no-repeat;
	background-size: cover;
}

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

.particles-js {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.dc-list-wrap {
	margin: 40px 0 100px 0;
}

.dlw-time {
	float: left;
	width: 10%;
	color: #006d6d;
	font-size: 22px;
	font-weight: normal;
	padding-top: 16px;
	line-height: 1.5;
}

.dlw-bot {
	position: relative;
	float: left;
	width: 80%;
	border-left: 1px solid #999999;
	padding: 20px 0 30px 0;
}

.db-c {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	background: #006d6d;
	border-radius: 50%;
	left: -5px;
	top: 28px;
}

.db-cont {
	margin-left: 5%;
	color: #666666;
	font-size: 14px;
}

.joinus2 {
	padding: 55px 0 100px 0;
}

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

.ju2list li {
	position: relative;
	float: left;
	width: 31.333%;
	margin: 25px 0 0 2%;
}

.ju2list li:hover .jpcover {
	opacity: 1;
	visibility: visible;
}

.ju2list li:hover .jicont:before {
	width: 100%;
}

.ju2list li:hover .jctxt {
	color: #006d6d;
}

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

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

.jipic img {
	display: block;
	width: 100%;
	transition: 0.65s;
}

.jpcover {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/op1.png) repeat;
	transition: 0.65s;
}

.jpcover b {
	display: block;
	position: absolute;
	right: 25px;
	bottom: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	width: 101px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #fff;
	transition: 0.65s;
}

.jicont {
	position: relative;
	padding: 20px 0 15px 0;
}

.jicont:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #006d6d;
	transition: 0.65s;
}

.jcdate {
	color: #999999;
	font-size: 14px;
}

.jctxt {
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
	max-height: 48px;
	overflow: hidden;
	transition: 0.45s;
}

.about8-wrap {
	margin: 80px 0 150px 0;
}

.aw8-title {
	color: #333333;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 8px;
}

.aw8-list {
	margin-top: 80px;
	text-align: center;
}

.aw8-list li {
	display: inline-block;
	margin: 0 20px;
	cursor: pointer;
}

.aw8-list li:hover .al8-cricle {
	background: #0b675a;
	border: 1px solid #0b675a;
}

.aw8-list li:hover .al8-cricle {
	color: #fff;
}

.aw8-list li:hover .al8-txt2:before {
	transition: 0.65s;
	height: 38px;
}

.aw8-list li:hover .al8-txt3 {
	color: #0b675a;
}

.al8-cricle {
	width: 250px;
	height: 250px;
	border: 1px solid #ededed;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	color: #666666;
	transition: 0.45s;
}

.ac-b {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.ac8-icon {
	display: block;
	font-size: 50px;
	line-height: 1;
}

.al8-txt1 {
	font-size: 16px;
	margin-top: 20px;
	line-height: 1.5;
}

.al8-txt2 {
	position: relative;
	font-size: 16px;
	line-height: 1.5;
}

.al8-txt2:before {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 50%;
	width: 1px;
	height: 0;
	background: #fff;
	transition: 0.65s;
}

.al8-txt3 {
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
}

.s5bot .aidata {
	margin: 30px 0 0 0;
	text-align: left;
}

.a3-scjd {
	padding-bottom: 50px;
}

.a3-scjd .atcont {
	padding: 20px;
}

.a3-scjd .atctxt2 {
	height: 30px;
	margin-top: 0;
}

.bfs-select-xs {
	padding-left: 17px;
	cursor: pointer;
}

.bfs-select {
	position: relative;
	display: block;
	width: 100%;
	height: 44px;
	border: none;
	color: #fff;
	font-size: 14px;
	background-color: #707070 !important;
	background: url(../images/select.png) 92% no-repeat;
	line-height: 44px;
	margin-top: 17px;
}

.bfs-zk {
	display: none;
	width: 100%;
	background: #fff;
	border: 1px solid #eee;
	padding: 15px 0;
	position: relative;
	z-index: 99;
	position: absolute;
	left: -1px;
	bottom: 100%;
	z-index: 99;
}

.bfs-zk a {
	display: block;
	color: #999;
	line-height: 1.5;
	padding: 10px 0 10px 25px;
}

.bfs-zk a:hover {
	color: #e70012;
}

.fi-gz {
	margin-top: 30px;
}

.gz-txt {
	color: #C9CACA;
	font-size: 14px;
}

.gz-c {
	display: inline-block;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background: #656565;
	text-align: center;
	line-height: 37px;
	margin-left: 5px;
}

.gz-c i {
	color: #414141;
	font-size: 22px;
}

.ftb-tk {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/op4.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: 20px;
	cursor: pointer;
}

.fcshare {
	display: none !important;
}

.fb-pic {
	overflow: hidden;
	padding: 20px;
}

.fb-pic img {
	width: 100%;
	display: block;
}

.cl-txt1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 1.5;
}

.cl-txt2 {
	position: relative;
	display: block;
	font-size: 30px;
	font-family: arial;
	line-height: 1.5;
	padding-bottom: 25px;
}

.cl-txt2:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 37px;
	height: 4px;
	background: #fff;
}

.cl-txt3 {
	display: block;
	font-size: 26px;
	margin-top: 15px;
}

.cl-txt4 {
	font-family: arial;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 5px;
}

.cl-mt {
	margin-top: 60px;
}

hr {
	border: none;
	border-top: 1px solid black;
	opacity: 0.1;
}

.adnum>.unitcom {
	font-size: 15px;
	color: black;
}

.aboutIntro .aidata li:nth-child(2) .unitcom {
	font-size: 18px;
}

.adnum>.nums {
	margin-right: -6px;
}

.icptb {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}