﻿@charset "utf-8";

/* 
 * Project Name:康泰塑胶
 */

.iconfont {
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0px;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*html::-webkit-scrollbar {
	width: 8px;
	background: none;
}

html::-webkit-scrollbar-thumb {
	width: 8px;
	background: #3d9911;
}

html::-webkit-scrollbar-corner {
	background: none;
}

html::-webkit-scrollbar:horizontal {
	height: 9px;
}*/

body {
	font: 14px/1.8 sans-serif, "Microsoft Yahei", "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica;
	margin: 0 auto;
	color: #666;
	overflow-x: hidden;
	min-width: 320px;
	max-width: 1920px;
}

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;
}
.owt{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
::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;
	z-index: 99;
}

.pageC a:link,
.pageC a:visited {
	color: #183D82;
}

.pageC a:active,
.pageC a:hover {
	color: #333;
}

.pageC img {
	max-width: 100% !important;
	height: auto !important;
}

.pageC {
	overflow: hidden;
}

.content {
	padding: 0 3% 100px 3%;
}

.load-words.target span {
	opacity: 0;
	visibility: hidden;
}

.action.load-words span {
	visibility: visible;
	display: inline-block;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: wordsRightFade;
	animation-name: wordsRightFade;
}

@-webkit-keyframes wordsRightFade {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
	}
}

@-moz-keyframes wordsRightFade {
	0% {
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
	}
	100% {
		-moz-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible
	}
}

@keyframes wordsRightFade {
	0% {
		-webkit-transform: translateX(50px);
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden
	}
	100% {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible
	}
}

.transXT50.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;
}

.transYT50.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;
}

.transYT501.target {
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	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(-30px);
	-webkit-transform: translateY(-30px);
	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.transYT50,
.action.transYT501,
.action.transYT502 {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.action.transXT50,
.action.transXT501,
.action.transXf {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
	-webkit-transform: translateX(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 3s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 3s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}


/* 头部  */

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	height: 100px;
	line-height: 100px;
	background: -webkit-linear-gradient(rgba(0, 97, 174, 0.5), rgba(255, 255, 255, 0));
	background: -moz-linear-gradient(rgba(0, 97, 174, 0.5), rgba(255, 255, 255, 0));
	background: linear-gradient(rgba(0, 97, 174, 0.5), rgba(255, 255, 255, 0));
	transition: 0.45s;
}

.header.active {
	background: #fff !important;
	border-bottom: 1px solid #eee;
}

.header.active .head-logo .img2 {
	display: block;
}

.header.active .head-logo .img1 {
	display: none;
}

.header.active .yj-bot .yj-link {
	color: #464646;
}

.header.active .h-language {
	color: #808080;
}

.header.active .hrs {
	border: 1px solid #707070;
}

.header.active .hrs input {
	color: #6B6B6B;
}

.header.active .hrs input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #6B6B6B;
}

.header.active .hrs input::-moz-placeholder {
	/* Firefox 19+ */
	color: #6B6B6B;
}

.header.active .hrs input::-ms-input-placeholder {
	/* IE 10+ */
	color: #6B6B6B;
}

.header.active .hrs input::-moz-placeholder {
	/* Firefox 18- */
	color: #6B6B6B;
}

.header.active .hrs a {
	color: #808080;
}

.head-wrap {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.header .head-logo {
	position: relative;
	top: 20px;
	float: left;
	z-index: 99;
}

.head-logo .img2 {
	display: none;
}

.head-logo img {
	display: block;
	width: 100%;
}

.head-ts {
	float: right;
	position: relative;
	top: 15px;
}

.htxt {
	color: #9E9E9E;
	font-size: 12px;
}

.htlink a {
	position: relative;
	display: inline-block;
	line-height: 1;
	color: #6A6969;
	font-size: 12px;
	padding: 0 10px;
	text-align: right;
}

.htlink a:hover {
	color: #51A56B;
}

.htlink a:not(:first-child) {
	border-left: 1px solid #707070;
}

.header .nav {
	position: relative;
	float: right;
	height: 100px;
	line-height: 100px;
}

.head-link ul li {
	display: inline-block;
}

.hl-txt {
	display: inline-block;
	font-size: 18px;
	color: #fff;
}

.header .yj-bot {
	float: left;
}

.head-right {
	position: relative;
	float: right;
	margin-left: 100px;
}

.hrs {
	position: relative;
	display: inline-block;
	background: rgba(255, 255, 255, .2);
	width: 207px;
	height: 36px;
	line-height: 36px;
	color: #FFF;
	padding-right: 10px;
}

.hrs input {
	display: inline-block;
	vertical-align: middle;
	width: 76%;
	margin: 0 10px;
	border: none;
	color: #fff;
	font-size: 14px;
	background: none;
}

.hrs input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

.hrs input::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.hrs input::-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

.hrs input::-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.hrsr:hover a,
.h-language:hover {
	color: #0061ae;
}

.hrsr a {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
	transition: 0.35s;
}

.h-language {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	margin-left: 20px;
	transition: 0.35s;
}

.header .yj-bot li {
	position: relative;
	display: inline-block;
	transition: 0.35s;
	z-index: 1;
}
/*.header .yj-bot li.active2>a{*/
/*	color: #0061ae;*/
/*}*/

.header .yj-bot .yj-link {
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	display: inline-block;
	/*padding: 0 20px;*/
	width: 110px;
	text-align: center;
}

.header .yj-bot li:not(:last-child):before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	background: #ccc;
}

.header .yj-bot .yj-link div {
	float: left;
	display: block;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	font-size: 18px;
	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);
}

.header .yj-bot li:hover .yj-link,
.header .yj-bot li.active .yj-link {
	color: #0061ae;
}

.ej-list.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.ej-list {
	position: absolute;
	z-index: 10;
	left: -85px;
	width: 280px;
	top: 100%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transition: 0.48s;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.ej-list ul {
	width: 1200px;
	margin: 0 auto;
}

.ej-list li {
	display: inline-block;
	float: left;
	width: 12.5%;
	box-sizing: border-box;
	vertical-align: top;
	padding: 15px 0 20px 0;
	border-left: 1px solid #5b6dbd;
	height: 100vh;
}

.el-link {
	display: block;
	color: #666;
	font-size: 15px;
	line-height: 1.5;
	padding: 15px;
	transition: 0.35s;
	border-bottom: 1px solid #eee;
	text-align: center;
}

.el-link:hover {
	background: #0061ae;
	color: #fff;
}

.menu-handler {
	position: fixed;
	right: 0;
	top: 0;
	width: 60px;
	height: 56px;
	display: none;
	cursor: pointer;
	z-index: 1010;
	background-color: #2f70bb;
}

.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: #2f70bb;
}

.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 40px 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: #999;
}

.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);
}


/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: #f1f1f1 url(../images/loader.gif) center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}


/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}

@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


/* pswp = photoswipe */

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: 0;
	* {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	img {
		max-width: none;
	}
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/black_80.png) repeat;
	background: none rgba(0, 0, 0, 0.8);
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in {
	.pswp__bg,
	.pswp__zoom-wrap {
		-webkit-transition: none;
		transition: none;
	}
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;
	a {
		color: #CCC;
		text-decoration: underline;
	}
}

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none;
	&:focus,
	&:hover {
		opacity: 1;
	}
	&:active {
		outline: 0;
		opacity: .9;
	}
	&::-moz-focus-inner {
		padding: 0;
		border: 0;
	}
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button {
	background: url(../images/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {
	.pswp--svg .pswp__button {
		background-image: url(../images/default-skin.svg);
	}
	.pswp__button--close {
		color: #fff;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

.pswp--touch {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		visibility: hidden;
	}
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-top: -24px;
	position: absolute;
	background: none #767676;
	color: #fff;
	display: block;
	font-family: "iconfont" !important;
	font-size: 15px;
	text-align: center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pswp__button--arrow--left {
	left: 2%;
}

.pswp__button--arrow--right {
	right: 2%;
}

.pswp__button--arrow--left {
	background: url("../images/zuojiantou.png") #767676 center no-repeat;
}

.pswp__button--arrow--right{
	background: url("../images/youjiantou.png") #767676 center no-repeat;
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
	color: #fff;
	background-color: #1A1A1A;
}

.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
	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(../images/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;*/
/*}*/

.mouseBox {
	position: absolute;
	left: 33px;
	width: 48px;
	bottom: 25px;
	color: #fff;
	/*z-index: 800;*/
	text-align: center;
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
}

.mouseIco {
	border-radius: 14px;
	width: 24px;
	height: 42px;
	margin: 0 auto;
	border: 2px solid #fff;
	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;
}

.mouseTxt {
	font-size: 12px;
	margin-top: 5px;
}

@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;
	}
}

.mtop {
	height: 130px;
}


/* banner */

.banner-wrap {
	position: relative;
}

.banner {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .item {
	position: relative;
	overflow: hidden;
}

.banner .item .pimg {
	width: 100%;
	display: block;
}

.banner .slick-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 35px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 8px;
	border-radius: 4px;
	text-align: center;
	line-height: 6px;
	vertical-align: middle;
	background: #fff;
	margin: 0 5px;
	overflow: hidden;
}

.banner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	padding: 0px;
	cursor: pointer;
	width: 0;
	height: 8px;
	overflow: hidden;
	background: #0061ae;
}

.banner .slick-dots li a:focus {
	outline: none;
}

.banner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #4b99d8;
}

.banner .slick-dots li.slick-active a {
	/*opacity: 1;
	visibility: visible;*/
	-moz-animation: a_slidercurrent 5s linear;
	-webkit-animation: a_slidercurrent 5s linear;
	-o-animation: a_slidercurrent 5s linear;
	animation: a_slidercurrent 5s linear;
}

@-moz-keyframes a_slidercurrent {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}

@-webkit-keyframes a_slidercurrent {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}

@-o-keyframes a_slidercurrent {
	from;
	{
		width: 0%;
	}
	to {
		width: 100%;
	}
}

@keyframes a_slidercurrent {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}

.bweng {
	position: absolute;
	width: 1200px;
	top: 30%;
	left: 50%;
	margin-left: -600px;
	color: #fff;
	font-size: 39px;
	font-weight: normal;
}

.ibCont {
	position: absolute;
	width: 90%;
	left: 50%;
	margin-left: -45%;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
}

.ictxt1,
.ictxt2,
.ictxt3 {
	transform: translateY(80px);
	-webkit-transform: translateY(80px);
	opacity: 0;
	visibility: hidden\9;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: transform 1s, opacity 0.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 .ictxt1,
.show .ictxt2,
.show .ictxt3 {
	opacity: 1;
	visibility: visible\9;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.ictxt1 {
	display: block;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	font-weight: bold;
	text-transform: uppercase;
	transition-delay: 0.15s;
	animation: typing 13s steps(16), caret 0.5s steps(1) infinite;
}

.ictxt2 {
	display: block;
	font-size: 57px;
	line-height: 1.5;
	font-weight: bold;
	text-transform: uppercase;
	transition-delay: 0.25s;
}

.ictxt3 {
	width: 700px;
	margin: 20px auto 0;
	font-size: 20px;
	line-height: 1.5;
	transition-delay: 0.35s;
}

.slick-active .pimg {
	visibility: visible !important;
	-webkit-animation: scaleUpDown1 8s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown1 8s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@keyframes scaleUpDown1 {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.view-factory {
	/*position: relative;*/
	/*animation: animX 4s cubic-bezier(0.36,0,0.64,1) -2s infinite alternate, animY 4s cubic-bezier(0.36,0,0.64,1)  0s infinite alternate;*/
}

.view-factory a {
	display: block;
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
	width: 75px;
	height: 75px;
	border-radius: 50%;
	border: 2px solid #fff;
	line-height: 75px;
	text-align: center;
}

@keyframes animX {
	0% {
		left: 0px;
	}
	100% {
		left: 500px;
	}
}

@keyframes animY {
	0% {
		top: 0px;
	}
	100% {
		top: 500px;
	}
}

.vfimg {
	display: inline-block;
	vertical-align: middle;
	transition: 1s;
}

.view-factory a:hover .vfimg {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}

.cbpn a {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/*width: 60px;*/
	height: 60px;
	transition: 0.45s;
	border-radius: 50%;
	text-align: center;
}

.cpntxt {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	color: rgba(255, 255, 255, .2);
	transition: 0.85s;
}

.cprev .cbl {
	margin-left: 30px;
}

.cnext .cbl {
	margin-right: 30px;
}

.cbl {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 1px;
	background: #fff;
}

.cprev .cbl:before {
	content: "";
	position: absolute;
	left: -12px;
	top: -4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	transition: 0.65s;
}

.cprev:hover .cbl:before {
	left: 0;
}

.cnext .cbl:before {
	content: "";
	position: absolute;
	right: -12px;
	top: -4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	transition: 0.65s;
}

.cnext:hover .cbl:before {
	right: 0;
}

.cprev:hover .cpntxt {
	margin-left: 30px;
}

.cnext:hover .cpntxt {
	margin-right: 30px;
}

.cprev {
	left: 0;
}

.cnext {
	right: 0;
}

.index-content {
	position: relative;
	background: #fff;
	z-index: 1;
}

.ipt-qh {
	background: #fff;
	padding: 15px 0;
}

.iqitem {
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	color: #8f8f8f;
	padding: 20px 20px;
	opacity: 1;
}
.iqitem.navcur{
	background:#2f70bb;
	color: #ffffff;
}
.w20 {
	width: 20%!important;
}
.iqitem.target {
	transform: translateX(50px);
	-webkit-transform: translateX(50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 800ms, opacity .65s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 800ms, opacity .65s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.action.iqitem {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}
.action.iqitem img{
	height: 79px;
}
.iqitem:nth-child(1) {
	transition-delay: 0.15s;
}

.iqitem:nth-child(2) {
	transition-delay: 0.25s;
}

.iqitem:nth-child(3) {
	transition-delay: 0.35s;
}

.iqitem:nth-child(4) {
	transition-delay: 0.45s;
}

.iqitem:nth-child(5) {
	transition-delay: 0.55s;
}

.iqitem:nth-child(6) {
	transition-delay: 0.65s;
}

.iqitem:not(:first-child) {
	border-left: 1px solid #c6cfd6;
}

.products-type {
	background: #fff;
}

.iqitem.active {
	color: #0061ae;
}

.iqitem:hover {
	-webkit-animation: bubbles 3s forwards ease-out;
	animation: bubbles 3s forwards ease-out;
	background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 20%, #eee 50%, #eee 55%, rgba(0, 0, 0, 0) 60%) 80% 80% / 0.78em 0.78em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 20%, #eee 50%, #eee 55%, rgba(0, 0, 0, 0) 60%) 13% 131% / 0.71em 0.71em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 20%, #eee 50%, #eee 55%, rgba(0, 0, 0, 0) 60%) 7% 80% / 0.58em 0.58em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 20%, #eee 50%, #eee 55%, rgba(0, 0, 0, 0) 60%) 5% 84% / 1.02em 1.02em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 20%, #eee 50%, #eee 55%, rgba(0, 0, 0, 0) 60%) 32% 116% / 0.76em 0.76em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 20%, #eee 50%, #eee 55%, rgba(0, 0, 0, 0) 70%) 102% 120% / 0.58em 0.58em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #ccc 60%, #ccc 65%, rgba(0, 0, 0, 0) 70%) 12% 121% / 0.67em 0.67em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 20%, #ccc 50%, #ccc 55%, rgba(0, 0, 0, 0) 60%) 59% 77% / 1.08em 1.08em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 20%, #ccc 50%, #ccc 55%, rgba(0, 0, 0, 0) 60%) 22% 89% / 0.69em 0.69em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 20%, #ccc 50%, #ccc 55%, rgba(0, 0, 0, 0) 60%) 74% 119% / 0.69em 0.69em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 20%, #eee 50%, #eee 55%, rgba(0, 0, 0, 0) 60%) 40% 89% / 0.62em 0.62em;
	/*background-color: #666;*/
	background-repeat: no-repeat;
	/*border-color: #666;*/
}

.iqitem:hover .iqicon {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

@-webkit-keyframes bubbles {
	100% {
		background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
		box-shadow: inset 0 -6.5em 0 rgba(255, 255, 255, 0);
	}
}

@keyframes bubbles {
	100% {
		background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
		box-shadow: inset 0 -6.5em 0 rgba(255, 255, 255, 0);
	}
}

/*.iqitem.active:before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	!*left: 50%;*/
/*	transform: translateX(-50%);*!*/
/*	bottom: -10px;*/
/*	border-right: 10px solid transparent;*/
/*	border-left: 10px solid transparent;*/
/*	border-top: 10px solid #deebf4;*/
/*}*/

.iqicon {
	display: block;
	font-size: 50px;
	line-height: 1.5;
	transition: 0.45s;
}

.iqtxt {
	font-size: 16px;
	line-height: 48px;
	height: 48px;
	overflow: hidden;
}
.pb40 {
	padding: 10px 0 80px;
}
.pb80 {
	padding: 80px 0;
}

.ipt-wrap {
	position: relative;
	height: 529px;
}

.iwbot {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.65s;
}

.iwbot.active {
	opacity: 1;
	visibility: visible;
}

.ibcont {
	position: relative;
	background: url(../images/op2.png) repeat;
	width: 407px;
	padding: 75px 40px;
	margin-left: 13%;
}

.ibcont:before {
	content: "";
	position: absolute;
	left: 40px;
	top: -5px;
	width: 45px;
	height: 10px;
	background: #0061ae;
}

.ictitle {
	color: #0061ae;
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	height: 60px;
	overflow: hidden;
}
.ictitle p{
	font-size: 14px;
	color: #0061ae;
	text-transform: uppercase;
	font-weight: normal;
}
.icdesc {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 15px;
	height: 42px;
	overflow: hidden;
}

.icmore {
	position: relative;
	display: block;
	width: 160px;
	height: 52px;
	font-size: 12px;
	text-align: center;
	line-height: 52px;
	font-weight: bold;
	overflow: hidden;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	background: #0061ae;
	color: #fff;
}

.icmore:before,
.pview-more a:before,
.itj-btn:before,
.crsubmit:before,
.jusubmit:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	background: #4797d6;
	height: 100%;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.icmore:hover {
	color: #fff;
}

.icmore:hover:before,
.pview-more a:hover:before,
.itj-btn:hover:before,
.crsubmit:hover:before,
.jusubmit:hover:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.icmb {
	margin-top: 50px;
}

.icmh {
	margin: 50px auto 0;
}

.index-intro-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

.w1280 {
	width: 66.666%;
	margin: 0 auto;
}

.intitle {
	text-align: center;
	color: #333333;
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.indesc {
	margin: 0 auto;
	color: #6B6B6B;
	font-size: 15px;
	text-align: center;
}

.innumber {
	width: 65%;
	margin: 0 auto;
	text-align: center;
	margin-top: 100px;
}

.innumber li {
	float: left;
	text-align: center;
	width: 25%;
}

.insz {
	display: block;
	color: #333333;
	font-size: 63px;
	line-height: 1.2;
}

.insz strong {
	font-weight: normal;
}

.inbms {
	color: #666666;
	font-size: 14px;
	max-height: 50px;
	overflow: hidden;
}

.issup {
	vertical-align: text-top;
	color: #666666;
	font-size: 12px;
}

.invideo {
	position: relative;
	float: left;
	width: 50%;
}
.invideo #lxwm-map{
	height: 469.8px;
}
@media (max-width: 768px) {
	.invideo #lxwm-map{
		height: 300px;
	}
}
.action.invideo {
	transition-delay: 0.25s;
}

.action.instrength {
	transition-delay: 0.45s;
}

.invideo:hover .ivpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
.in-bot .instrength .ispic img{
	height: 469.8px;
}
.ivpic {
	overflow: hidden;
}

.ivpic img {
	display: block;
	width: 100%;
	transition: 0.65s;
}

.invideo:hover .ipicon:after {
	opacity: 0;
	visibility: visible;
	-webkit-transform: scale(2.5);
	-ms-transform: scale(2.5);
	transform: scale(2.5);
	-webkit-transition: .55s;
	transition: .55s;
}

.ivplay {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ipicon {
	display: block;
	position: relative;
	width: 58px;
	height: 58px;
	margin: 0 auto;
	text-align: center;
	line-height: 58px;
	background: #fff;
	border-radius: 50%;
}

.ipicon i {
	color: #333333;
	font-size: 23px;
}

.ipicon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .2);
	border-radius: 50%;
	visibility: hidden;
	z-index: 100;
}

.ipicon:before {
	content: "";
	position: absolute;
	top: -8px;
	left: -8px;
	width: 72px;
	height: 72px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.star-projects{
	padding-top: 79px;
}
@media(max-width: 768px) {
	.star-projects{
		padding-top: 50px;
	}
}
.iptxt {
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
}

.instrength {
	position: relative;
	float: left;
	width: 50%;
	overflow: hidden;
}

.ispic {
	overflow: hidden;
}

.ispic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.iscont {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/op2.png) repeat;
	width: 66.666%;
	box-sizing: border-box;
	padding: 40px;
	transform: translateY(0);
	transition: 0.65s;
}

.icicon {
	display: block;
	color: #0061ae;
	font-size: 35px;
	line-height: 1.5;
	transform: translateY(-10px);
	transition: 0.45s;
}

.iclabel {
	display: block;
	margin-top: 5px;
	color: #0061ae;
	font-size: 26px;
	transform: translateY(-10px);
	transition: 0.45s;
}

.instrength:hover .ispic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
.instrength .icjs2{
	height: 31px;
	margin-bottom: 15px;
}
.instrength .icjs2 .iconfont{
	font-size: 27px;
	color: #0d68b1;
}
.instrength .addicon{
	/*padding-left: 45px;*/
	/*background: url("../picture/addicon.png") left center no-repeat;*/
}
@media(max-width: 1024px){
	.instrength .icjs2{
		width: 50%;
		margin:0 auto 20px;
	}
}
@media(max-width: 768px){
	.instrength .icjs2{
		width: 80%;
		margin:0 auto 20px;
	}
}
@media(max-width: 500px){
	.instrength .icjs2{
		width: 100%;
		margin:0 auto 20px;
	}
	.instrength .txt{
		font-size: 14px;
	}
}
.instrength img{
	display: block;
	float: left;
	padding-right: 17px;
}
.instrength .txt{
	display: block;
	float: left;
}
.instrength .telicon{
	/*padding-left: 45px;*/
	/*background: url("../picture/telicon.png") left center no-repeat;*/
}
.instrength .mailicon{
	/*padding-left: 45px;*/
	/*background: url("../picture/mailicon.png") left center no-repeat;*/
}
.instrength:hover .iscont,
.instrength:hover .icicon,
.instrength:hover .iclabel {
	transform: translateY(0);
}

.icjs {
	color: #757070;
	font-size: 18px;
	margin-top: 5px;
	transition: 0.65s;
}
.icjs2 {
	color: #666666;
	font-size: 16px;
}
.icmt {
	display: block;
	margin-top: 20px;
	transition: 0.65s;
}


/* 弹框 */

.tk-bg {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/op3.png) repeat;
	z-index: 999;
}

.tk-bot {
	position: relative;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 500px;
	transform: translate(-50%, -50%);
}

.tbclose {
	position: absolute;
	right: -40px;
	top: 0;
	z-index: 1;
	cursor: pointer;
}

.tbclose:hover i {
	transform: rotate(360deg);
}

.tbclose i {
	display: block;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	transition: 0.55s;
}

.tbvideo {
	width: 100%;
	height: 100%;
}

.apply-show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.itmore {
	position: relative;
	display: block;
	text-align: center;
	width: 80px;
	margin: 10px auto 0;
	color: #0061ae;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
}

.itmore:hover:before {
	width: 100%;
}

.itmore:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #0061ae;
	transition: 0.45s;
}

.cptab {
	margin-top: 40px;
}

.cttitle {
	float: left;
	width: 16.666%;
	box-sizing: border-box;
	padding: 0 25px;
	height: 90px;
	line-height: 90px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	color: #fff;
	background: #0061ae;
	text-align: center;
}

.action.cttitle {
	transition-delay: 0.25s;
}

.action.ctlist {
	transition-delay: 0.35s;
}

.action.partner-wrap {
	transition-delay: 0.45s;
}

.cttxt {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

.cticon1 {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	margin-left: 65px;
}

.ctflz {
	float: left;
	width: 16.666%;
	height: 90px;
	box-sizing: border-box;
	padding: 0 25px;
	line-height: 90px;
	background: #0061ae;
}

.ctflz .cqtxt {
	color: #fff;
}

.ctflz .cqicon2 {
	font-size: 30px;
	color: #fff;
}

.ctlist {
	float: left;
	width: 83.333%;
}

.ctlist li {
	position: relative;
	float: left;
	width: 20%;
	height: 90px;
	line-height: 90px;
	box-sizing: border-box;
	padding: 0 25px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	overflow: hidden;
	cursor: pointer;
	z-index: 1;
	background: #eee;
}

.ctlist li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	transition: 0.65s;
	z-index: -3;
}

.ctlist li.active:before,
.ctlist li:hover:before {
	width: 100%;
	background: #D1DFE9;
}

.ctlist li.active .cqtxt,
.ctlist li.active .cqicon2,
.ctlist li:hover .cqtxt,
.ctlist li:hover .cqicon2 {
	color: #0061ae;
}

.ctlist li.active .cqicon2 {
	transform: rotate(90deg);
}

.cqtxt {
	display: block;
	float: left;
	width: 85%;
	height: 90px;
	overflow: hidden;
	color: #666666;
	font-size: 18px;
	transition: 0.35s;
	word-break: break-all;
}

.cqicon2 {
	display: block;
	float: right;
	color: #c9c9c9;
	font-size: 14px;
	transition: 0.35s;
}

.partner-wrap {
	width: 87%;
	margin: 30px auto 0;
}

.partner-list {
	display: none;
	margin-left: -2%;
}

.plbot {
	position: relative;
	float: left;
	width: 14.666%;
	height: 100px;
	background: #fff;
	text-align: center;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	/* IE */
	transition: 0.5s;
	margin: 20px 0 0 2%;
}

.plbot:hover {
	-webkit-filter: none !important;
	-moz-filter: none !important;
	-ms-filter: none !important;
	-o-filter: none !important;
	filter: none !important;
	filter: none !important;
	transform: translateY(-10px);
}

.plbot img {
	display: inline-block;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.sp-bot {
	margin-top: 52px;
}

.sp-bot li {
	position: relative;
	float: left;
	width: 25%;
	transition: 0.65s;
	overflow: hidden;
}

.sp-bot li.sx-w {
	width: 20.666%;
}

.sp-bot li.sx-w .sdtxt {
	width: 100%;
}

.sp-bot li.wf-w {
	width: 38%;
}

.sp-bot li.active .scindex {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.sp-bot li.active .sdtxt {
	width: 75%;
}

.sp-bot li.active .sdmore {
	transition: 0.65s;
	display: block;
	transform: translateX(0);
}

.sp-bot li.active .scdesc:before {
	width: 100%;
}

.sbpic {
	overflow: hidden;
}

.sbpic img {
	display: block;
	width: auto;
}

.sbcont {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/op4.png) repeat;
	padding: 30px 40px;
}

.scindex {
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: 0.65s;
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.scindex i {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin-right: 5px;
}

.scdesc {
	position: relative;
	display: block;
	padding: 10px 0;
	color: #fff;
}

.scdesc:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #fff;
	transition: 0.85s;
}

.sdtxt {
	display: block;
	float: left;
	font-size: 17px;
	font-weight: normal;
	transition: 0.65s;
	height: 32px;
	overflow: hidden;
}

.sdmore {
	display: none;
	float: right;
	font-size: 12px;
	transform: translateX(-30px);
	transition: 0.65s;
}

.index-distributor {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 80px;
}

.index-distributor .indesc {
	width: 100%;
}

.idbot {
	width: 760px;
	margin: 0 auto;
}

.idb-tj {
	margin-top: 30px;
}

.itj-s {
	margin-left: -5px;
}

.itsf {
	float: left;
	width: 49.3%;
	height: 50px;
	line-height: 50px;
	background: #fff;
	border: none;
	box-sizing: border-box;
	padding: 0 20px;
	color: #999999;
	font-size: 16px;
	margin-left: 5px;
}

.inpsd {
	box-shadow: 0 0 10px #ddd;
}

.itj-d {
	margin-top: 5px;
}

.itsd {
	font-family: "微软雅黑";
	display: block;
	width: 100%;
	height: 80px;
	padding: 10px 20px;
	box-sizing: border-box;
	color: #999999;
	font-size: 16px;
	resize: none;
	border: none;
}

.itj-btn {
	position: relative;
	display: block;
	width: 155px;
	height: 46px;
	background: #353535;
	color: #fff;
	font-size: 16px;
	margin: 20px auto 0;
	text-align: center;
	line-height: 46px;
	overflow: hidden;
	z-index: 1;
}


/* 底部 */

.fw-bot1 {
	background: #4e4e4e;
	padding: 50px 118px;
}

.fb1-left {
	/*float: left;*/
	width: 100%;
}

.fllogo {
	width: 260px;
}

.fllogo img {
	display: block;
	width: 100%;
}

.fltxt1 {
	display: block;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	font-weight: normal;
}

.fltxt2 {
	display: block;
	color: #c7c7c7;
	font-size: 14px;
}

.fltxt2 strong {
	font-weight: normal;
}

.fb1-right {
	float: right;
}

.fb1-right li {
	position: relative;
	display: inline-block;
	vertical-align: text-top;
	width: 145px;
	box-sizing: border-box;
	padding: 0 15px;
}

.fb1-right li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 240px;
	background: #404040;
}

.fr-t {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: normal;
}

.fr-l {
	display: block;
	color: #c7c7c7;
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.5;
}

.fr-l:hover {
	color: #fff;
}

.fitb {
	display: inline-block;
	width: 29px;
	height: 29px;
	margin: 20px 15px 0 0;
}

.fs1 {
	background: url(../images/fs5.png) no-repeat;
	background-size: contain;
}

.fs2 {
	background: url(../images/fs4.png) no-repeat;
	background-size: contain;
}

.fs3 {
	background: url(../images/fs3.png) no-repeat;
	background-size: contain;
}

.fs4 {
	background: url(../images/fs2.png) no-repeat;
	background-size: contain;
}

.fs5 {
	background: url(../images/fs1.png) no-repeat;
	background-size: contain;
}

.fs6 {
	position: relative;
	background: url(../images/fs6.png) no-repeat;
	background-size: contain;
}

.fw-bot2 {
	position: relative;
	background: #3e3e3e;
	padding: 20px 0;
}

.fb2-txt {
	color: #c7c7c7;
	font-size: 14px;
	text-align: center;
}

.fb2-txt a {
	color: #c7c7c7;
}

.return-top {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 65px;
	height: 65px;
	text-align: center;
	color: #acacac;
	font-size: 16px;
	background: #fff;
	font-weight: bold;
	cursor: pointer;
	transition: 0.35s;
}

.return-top:hover {
	color: #fff;
	background: #0061ae;
}

.return-top p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}

.return-top i {
	display: block;
	font-size: 23px;
	line-height: 1;
	font-weight: normal;
}

.ewmpic {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 0;
	left: 29px;
	width: 119px;
	transition: 0.45s;
}

.ewmpic.active {
	opacity: 1;
	visibility: visible;
}

.ewmpic img {
	display: block;
	width: 100%;
}


/* about us start */

.insides-page-banner {
	position: relative;
}

.ipbpic {
	overflow: hidden;
}

.ipbpic img {
	display: block;
	width: 100%;
}

.ipbwz {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	text-align: center;
	color: #fff;
	transform: translateY(-50%);
}

.iwz1 {
	font-size: 50px;
	line-height: 1.5;
}

.iwz2 {
	font-size: 16px;
	line-height: 1.5;
}

.insides-tab {
	text-align: center;
	margin-left: 4.5px;
}

.itlink {
	position: relative;
	display: inline-block;
	width: 250px;
	text-align: center;
	color: #464646;
	font-size: 16px;
	padding: 20px 0;
	z-index: 3;
	margin-left: -4.5px;

}

.itlink:not(:last-child):before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 18px;
	background: #CCCCCC;
	z-index: -5;
}

.itlink.active,
.itlink:hover {
	color: #fff;
}

.itlink:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0px;
	background-color: #2f70bb;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
	transition: transform .38s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
	z-index: -3;
}

.itlink.active:after,
.itlink:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}

.wb83 {
	width: 83%;
	margin: 0 auto;
}

.bg-F5F5F5 {
	background: #F5F5F5;
}

.ianumber li {
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
	line-height: 1.5;
}

.ianumber li:not(:first-child):before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 97px;
	background: #E4E4E4;
}

.inbt {
	display: block;
	color: #6B6B6B;
	font-size: 14px;
}

.innum {
	color: #464646;
	font-size: 62px;
	line-height: 1.5;
}

.innum sup {
	vertical-align: text-top;
	font-size: 16px;
}

.iacont {
	margin-top: 50px;
	background: #fff;
}

.icpic {
	float: left;
	width: 50%;
	overflow: hidden;
}

.icpic img {
	position: relative;
	display: block;
	width: auto;
	height: 500px;
	left: 50%;
	margin-left: -397.5px;
}

.icnr {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 35px 55px 0 55px;
}

.inrtitle {
	position: relative;
	color: #464646;
	font-size: 30px;
}

.inrdesc {
	margin-top: 30px;
	color: #6B6B6B;
	font-size: 15px;
}

.ia-spic {
	position: relative;
}

.islist {
	display: flex;
}

.islist li {
	position: relative;
	float: left;
	width: 25%;
	overflow: hidden;
	transition: 0.65s;
}

.islist li.illw {
	width: 50%;
}

.islist li.ills {
	width: 16.666%;
}

.islist li.active .iswords {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.islist li.active .isdt {
	opacity: 0;
	visibility: hidden;
}

.istp img {
	display: block;
	width: auto;
}

.isdt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 20px;
	background: url(../images/op6.png) repeat;
	padding: 60px 30px 30px 30px;
	text-align: center;
	transition: 0.35s;
}

.isdt p {
	line-height: 1.5;
	height: 30px;
	overflow: hidden;
}

.iswords {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 80px 100px 0 100px;
	background: url(../images/op5.png) repeat;
	color: #fff;
	transform: translateY(100%);
	transition: 0.85s;
}

.iwptitle {
	font-size: 26px;
	position: relative;
	padding-bottom: 10px;
}

.iwptitle:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 68px;
	height: 1px;
	background: #fff;
}

.iwpdesc {
	font-size: 15px;
	margin-top: 10px;
	height: 220px;
	overflow: hidden;
}


/* about us end */


/* Brand Histrory start */

.about2-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.about2-bot {
	margin-top: 80px;
}

.about2-bot ul {
	position: relative;
	/*height: 880px;*/
	overflow: hidden;
	padding-bottom: 50px;
	transition: 0.45s;
}

.about2-bot ul.active {
	height: auto;
}

.about2-bot ul:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 28px;
	width: 1px;
	min-height: 100%;
	border-left: 1px dashed #ACACAC;
	margin-left: -1px;
}

.about2-bot li {
	/*position: absolute;*/
	width: 100%;
	padding: 20px 0;
	transition: 0.45s;
	min-height: 200px;
}

.about2-bot li:hover .ab2cricle {
	opacity: 0;
	visibility: hidden;
}

.about2-bot li:hover .ab2cricle {
	border: 1px dashed #5999CC;
}

.about2-bot li:hover .ac2x {
	background: #BAD8F1;
}

.about2-bot li:hover .ac2date {
	font-size: 35px;
	color: #0061ae;
}

.about2-bot li:hover .ad2t1 {
	font-size: 22px;
}

.about2-bot li:hover .ac2x strong {
	background: #2f70bb;
}

.about2-bot li.ab2even:hover .ab2cricle:before {
	border-left: 6px solid #2f70bb;
}

.about2-bot li.ab2odd:hover .ab2cricle:before {
	border-right: 6px solid #2f70bb;
}

.about2-bot li:hover .ac2pic {
	opacity: 1;
	visibility: visible;
}

.ab2even .ac2desc {
	margin-left: 2%;
}

.ab2even .ab2wl {
	float: right;
	width: 50%;
}

.ab2even .ac2pic {
	float: left;
	text-align: right;
	width: 50%;
}

.ab2odd .ab2wl {
	float: left;
	width: 50%;
}

.ab2odd {
	text-align: right;
}

.ab2even .ab2cricle {
	float: left;
	margin-left: -32px;
}

.ab2even .ab2cricle:before {
	content: "";
	position: absolute;
	right: -14px;
	top: 50%;
	transform: translateY(-50%);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #9C9C9C;
}

.ab2odd .ab2cricle {
	float: right;
	margin-right: -32px;
}

.ab2odd .ab2cricle:before {
	content: "";
	position: absolute;
	left: -14px;
	top: 50%;
	transform: translateY(-50%);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 6px solid #9C9C9C;
}

.ab2cricle {
	position: relative;
	width: 62px;
	height: 62px;
	border: 1px dashed #9C9C9C;
	border-radius: 50%;
	transition: 0.45s;
}

.ac2x {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: #E8E8E8;
	border-radius: 50%;
	transition: 0.35s;
}

.ac2x strong {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 auto;
	border-radius: 50%;
	background: #989898;
	transition: 0.35s;
}

.ab2even .ab2cont {
	float: right;
}

.ab2odd .ab2cont {
	float: left;
}

.ab2cont {
	width: 90%;
}

.ac2dj {
	cursor: pointer;
}

.ac2date {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	text-align: center;
	color: #464646;
	font-size: 30px;
	line-height: 1;
	transition: 400ms;
	-webkit-transition: 400ms;
	word-break: break-all;
}

.ac2desc {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	color: #333;
	font-size: 16px;
	word-break: break-all;
}

.ad2t1 {
	display: block;
	font-size: 19px;
	transition: 400ms;
	-webkit-transition: 400ms;
}

.ad2t2 {
	display: block;
	font-size: 13px;
}

.ab2odd .ac2pic {
	float: right;
	text-align: left;
	width: 45%;
}

.ac2pic {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
}

.ap2pw {
	width: 85%;
}

.ac2pic img {
	display: inline-block;
	margin: 0 5px 10px 5px;
	transition: 0.45s;
}

.ab2more {
	width: 31px;
	height: 51px;
	margin: 7px auto 0;
	background: url(../images/flm.svg) no-repeat;
	background-size: contain;
	cursor: pointer;
}


/* Brand Histrory end */


/* Company Culture start */

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.ab3-intro {
	text-align: center;
}

.aititle {
	color: #474646;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
}

.aitxt1 {
	color: #6B6B6B;
	font-size: 16px;
	text-align: center;
}

.aitxt2 {
	display: block;
	width: 660px;
	margin: 0 auto;
	color: #9A9A9A;
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
}

.ab3-tab {
	text-align: center;
	margin-top: 50px;
	border-bottom: 1px solid #E1E1E1;
}

.at3qh {
	position: relative;
	display: inline-block;
	margin: 0 35px;
	padding-bottom: 30px;
	cursor: pointer;
}

.at3qh.active:before {
	width: 100%;
	left: 0;
}

.at3qh:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #2f70bb;
	transition: 0.55s;
}

.at3qh.active:after {
	opacity: 1;
	visibility: visible;
}

.at3qh:after {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -12px;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 10px solid #2f70bb;
	transition: 0.45s;
}

.at3qh:hover .aqhicon,
.at3qh.active .aqhicon {
	border: 1px solid #2f70bb;
}

.at3qh:hover .aqhicon,
.at3qh.active .aqhicon {
	color: #fff;
}

.at3qh:hover .aqhicon:before,
.at3qh.active .aqhicon:before {
	transform: translate3d(-50%, -50%, 0) scale(15, 15);
}

.aqhicon {
	position: relative;
	display: block;
	width: 89px;
	height: 89px;
	line-height: 89px;
	border-radius: 50%;
	border: 1px solid #AEAEAE;
	text-align: center;
	color: #929292;
	font-size: 39px;
	overflow: hidden;
	z-index: 3;
}

.aqhicon:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background: #2f70bb;
	transform-origin: center;
	transform: translate3d(-50%, -50%, 0) scale(0, 0);
	transition: transform 0.65s ease-in-out;
}

.aqhtxt {
	display: block;
	color: #6B6B6B;
	font-size: 16px;
	margin-top: 10px;
}

.ab3-content {
	min-height: 500px;
	position: relative;
}

.abc3-box {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	margin-top: 35px;
}

.abc3-box.active {
	opacity: 1;
	visibility: visible;
}

.abc3-box.active .ab3bpic img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}

.abc3-box.active .ab3bcont {
	transform: translateY(0);
}

.ab3bpic {
	overflow: hidden;
}

.ab3bpic img {
	display: block;
	width: 100%;
	transition: 1.5s;
}

.ab3bcont {
	position: absolute;
	width: 50%;
	box-sizing: border-box;
	left: 0;
	bottom: 80px;
	padding-left: 70px;
	color: #fff;
	transform: translateY(50px);
	transition: 0.65s;
	transition-delay: 0.15s;
}

.abctitle {
	position: relative;
	font-size: 26px;
	padding-bottom: 15px;
}

.abctitle:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 46px;
	height: 2px;
	background: #fff;
}

.abcdesc {
	font-size: 15px;
	margin-top: 25px;
}


/* Company Culture end */


/* Social Responsibility start */

.about4-list {
	margin-top: 50px;
}

.about4-list ul {
	margin-left: -1%;
}

.about4-list li {
	position: relative;
	float: left;
	width: 32.333%;
	margin-left: 1%;
	margin-top: 26px;
	transition: 0.45s;
}

.about4-list li:hover .al4-pic img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}

.about4-list li:hover .ac4dm {
	color: #fff;
	background: #2f70bb;
}

.about4-list li:hover .ac4dm:before {
	width: 100%;
}

.about4-list li:hover .amore {
	transform: translateX(0);
}

.about4-list li:hover .amore i {
	opacity: 1;
	visibility: visible;
}

.al4-pic {
	overflow: hidden;
}

.al4-pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.al4-cont {
	background: #fff;
}

.ac4txt {
	color: #6B6B6B;
	font-size: 15px;
	padding: 15px;
	line-height: 1.5;
}

.ac4txt p {
	height: 66px;
	overflow: hidden;
}

.ac4dm {
	position: relative;
	color: #6B6B6B;
	font-size: 15px;
	padding: 5px 15px;
	border-top: 1px solid #E6E4E4;
	z-index: 3;
	transition: 0.45s;
}

.ac4dm:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	background: #2f70bb;
	transition: 0.65s;
	z-index: -3;
}

.adate {
	display: block;
	float: left;
	margin-top: 5px;
}

.amore {
	display: block;
	float: right;
	font-weight: normal;
	transform: translateX(25px);
	transition: 0.45s;
}

.amore i {
	opacity: 0;
	visibility: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 20px;
}


/* Social Responsibility end */


/* 分页 */

.pages-list {
	text-align: center;
	margin-top: 80px;
}

.pages-list a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background: #C5C5C5;
	color: #fff;
	font-size: 14px;
	margin: 0 3px;
	transition: 0.45s;
}

.pages-list a:hover,
.pages-list a.active {
	color: #fff;
	background: #2f70bb;
}

.plpn {
	width: 74px;
}

.plnum {
	width: 39px;
}


/* products start */

.products-type .iqitem.active:before {
	display: none;
}

.pc-bot {
	display: none;
	margin-top: 30px;
}

.pc-bot ul {
	margin-left: -2%;
}

.pc-bot li {
	position: relative;
	float: left;
	width: 31.333%;
	margin-left: 2%;
	margin-top: 20px;
}

.pbpic {
	position: relative;
	overflow: hidden;
}

.pc-bot li:hover .pbpic:before,
.pil:hover .pbpic:before {
	opacity: 1;
	visibility: visible;
	background-position: 99% 50%;
}

.pc-bot li:hover .ppmore,
.pil:hover .ppmore {
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
}

.pc-bot li:hover .pbtxt {
	color: #2f70bb;
}

.pbpic:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	background: url(../images/op5.png) repeat;
	background: -webkit-linear-gradient(180deg, rgba(0, 97, 174, 0.9), rgba(0, 97, 174, 0.8), rgba(0, 97, 174, 0), rgba(0, 97, 174, 0));
	background: linear-gradient(270deg, rgba(0, 97, 174, 0.9), rgba(0, 97, 174, 0.8), rgba(0, 97, 174, 0), rgba(0, 97, 174, 0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	z-index: 1;
}

.pptp {
	overflow: hidden;
}

.pptp img {
	display: block;
	width: 100%;
}

.ppmore {
	opacity: 0;
	visibility: hidden;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -35%);
	width: 133px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	border: 1px solid #fff;
	transition: 0.45s;
	z-index: 10;
}

.pbtxt {
	background: #fff;
	color: #6B6B6B;
	font-size: 15px;
	padding: 12px 20px;
	text-align: center;
}

.pbtxt p {
	height: 27px;
	overflow: hidden;
}

.core-qualities {
	margin-top: 70px;
}

.cqtitle {
	color: #464646;
	font-size: 26px;
	text-align: center;
}

.cqlist {
	position: relative;
	margin-top: 25px;
}

.cqlist li {
	position: relative;
	float: left;
	width: 25%;
	overflow: hidden;
	transition: 0.65s;
}

.cqlist li.clw {
	width: 39%;
}

.cqlist li.cls {
	width: 20.333%;
}

.cqlist li.active .cptxt {
	opacity: 0;
	visibility: hidden;
}

.cqlist li.active .cqlcont {
	transform: translateX(0);
}

.cqlist li.active .cqlcont:before {
	transform: translate(-50%, -50%);
}

.cqlpic {
	position: relative;
	overflow: hidden;
}

.cqlpic img {
	display: block;
	width: auto;
}

.cptxt {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 30px;
	color: #fff;
	font-size: 16px;
	height: 28px;
	overflow: hidden;
	text-align: center;
	transition: 0.45s;
}

.cqlcont {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 60px 45px 35px 45px;
	color: #fff;
	background: url(../images/op5.png) repeat;
	transform: translateX(100%);
	transition: 0.65s;
	z-index: 3;
}

.clctxt1 {
	position: relative;
	display: block;
	font-size: 20px;
	padding-bottom: 10px;
}

.clctxt1:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48px;
	height: 2px;
	background: #fff;
}

.clctxt2 {
	font-size: 15px;
	margin-top: 20px;
	height: 270px;
	overflow: hidden;
}


/* products end */


/* 产品详情 start */

.enter-menu {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transform: translateY(20px);
	transition: 0.65s;
}

.enter-menu.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.emlink {
	display: block;
	float: left;
	width: 16.666%;
	text-align: center;
	background: #106F9A;
	color: #fff;
	padding: 20px 0;
	box-sizing: border-box;
}

.emlink:hover .elicon {
	-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);
	}
}

.emlink:not(:first-child) {
	border-left: 1px solid #fff;
}

.elicon {
	display: block;
	font-size: 45px;
	line-height: 1.2;
}

.eltxt {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	font-style: normal;
}

.pd-bot1 {
	padding: 50px 40px 60px 40px;
	background: #fff;
	margin-bottom: 40px;
}

.pdpic {
	float: left;
	width: 55%;
}

.pdpic img {
	display: block;
	width: 100%;
}

.pdcont {
	float: right;
	width: 41%;
}

.pdctitle {
	color: #464646;
	font-size: 20px;
}

.pclyj {
	display: block;
	padding: 10px 0;
	color: #464646;
	font-size: 18px;
	border-bottom: 1px solid #D2D2D2;
}

.pclyj.active .pyjicon {
	height: 3px;
	background: url(../images/more-zk.png) no-repeat;
	margin-top: 14px;
}

.pyjicon {
	display: block;
	float: right;
	width: 11px;
	height: 11px;
	background: url(../images/more.png) no-repeat;
	background-size: contain;
	margin-top: 9px;
}

.pcltxt {
	display: none;
	margin-top: 15px;
	color: #6B6B6B;
	font-size: 15px;
}

.pdcbtn {
	margin-top: 30px;
}

.pdcbtn a {
	display: block;
	float: left;
	width: 190px;
	height: 51px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 51px;
}

.pblast {
	background: #2f70bb;
}

.pblast:hover {
	background: #245996;
}

.pbnext {
	background: #6B6B6B;
}

.pbnext:hover {
	background: #333;
}

.pdcbtn a i {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
}

.pblast i {
	margin-right: 10px;
}

.pbnext i {
	margin-left: 10px;
}

.pdxj {
	margin-top: 24px;
}

.pxjtitle {
	background: #6B6B6B;
	padding: 5px 55px;
	color: #fff;
	font-size: 18px;
}

.pxlcont {
	background: #fff;
	padding: 30px 55px;
	color: #6B6B6B;
	font-size: 15px;
}
.pxlcont td{
	border: 1px solid #4d4d4d;
}
.psbot {
	margin-top: 45px;
}

.pbtitle {
	color: #6B6B6B;
	font-size: 20px;
}

.psbanner {
	position: relative;
	margin: 30px 0 50px -2%;
}

.psbanner .slick-dots {
	position: absolute;
	width: 98%;
	text-align: center;
	left: 2%;
	bottom: -60px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*z-index: 104;*/
}

.psbanner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	text-align: center;
	line-height: 11px;
	vertical-align: middle;
	border: 1px solid #BBBBBB;
	margin: 0 5px;
}

.psbanner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 11px;
	height: 11px;
	overflow: hidden;
}

.psbanner .slick-dots li a:focus {
	outline: none;
}

.psbanner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #1273c0;
	border: 1px solid #2f70bb;
}

.pil {
	position: relative;
	float: left;
	width: 18%;
	margin-left: 2%;
}

.pil:hover .plpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.pil:hover .pltxt {
	color: #2f70bb;
}

.plpic {
	overflow: hidden;
}

.plpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.pltxt {
	color: #6B6B6B;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 10px;
	height: 48px;
	overflow: hidden;
}


/* 产品详情 end */


/* 产品2 */

.aititle {
	text-align: center;
	color: #474646;
	font-size: 30px;
	margin-bottom: 20px;
}

.psplist {
	margin-top: 16px;
}

.psplist ul {
	margin-left: -2%;
}

.psplist li {
	position: relative;
	float: left;
	width: 31.333%;
	margin-left: 2%;
	margin-top: 30px;
	overflow: hidden;
}

.psplist li:hover .plcont {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.psplist li:hover .plcpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}


/*.pslc {
	position: relative;
	transition: 0.45s;
}

.psplist li:hover .pslc:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/op7.png) repeat;
	z-index: 1;
	transition: 0.45s;
}*/

.plcpic {
	overflow: hidden;
}

.plcpic img {
	display: block;
	width: 100%;
	transition: 0.55s;
}

.plcont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -250%);
	background: #fff;
	width: 259px;
	box-sizing: border-box;
	padding: 15px 30px 30px 30px;
	transition: 0.75s;
	z-index: 10;
}

.pcname {
	color: #6B6B6B;
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DBDBDB;
}

.pcdesc {
	display: block;
	margin-top: 15px;
	color: #6B6B6B;
	font-size: 16px;
}

.pdtl {
	display: block;
	float: left;
	width: 60%;
}

.pdtr {
	display: block;
	float: right;
	width: 40%;
	text-align: right;
	word-break: break-all;
}

.pdtr i {
	color: #C2C2C2;
}

.pstxt {
	color: #6B6B6B;
	font-size: 15px;
	text-align: center;
	height: 27px;
	overflow: hidden;
	margin-top: 5px;
}

.pview-more a {
	position: relative;
	display: block;
	width: 167px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	margin: 40px auto 0;
	overflow: hidden;
	z-index: 1;
	background: #0061ae;
}

.pview-more a:hover {
	color: #fff;
}

.sctab {
	margin-top: 10px;
}

.atl {
	position: relative;
	display: block;
	float: left;
	width: 16.666%;
	text-align: center;
	color: #333;
	font-size: 14px;
	padding: 10px 0;
	transition: 0.45s;
}

.atl:not(:first-child):before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background: #E2E2E2;
}

.atl.active,
.atl:hover {
	background: #2f70bb;
	color: #fff;
}

.scbot {
	display: none;
	margin-top: 30px;
	margin-left: -2%;
}

.scbot li {
	position: relative;
	float: left;
	width: 14.666%;
	margin: 20px 0 0 2%;
	overflow: hidden;
}

.scbot li:hover .scbdate {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.scblogo {
	position: relative;
	height: 88px;
	background: #fff;
}

.scblogo img {
	display: block;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.scbdate {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2f70bb;
	text-align: center;
	color: #fff;
	font-size: 16px;
	transition: 0.45s;
	transform: translateY(-50px);
}

.scbdate p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.strategic-clients .pview-more a {
	z-index: 5;
}


/* factory start */

.factory-banner {
	position: relative;
	overflow: hidden;
}

.fblb {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.fblb .slick-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 35px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
}

.fblb .slick-dots li {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 8px;
	border-radius: 4px;
	text-align: center;
	line-height: 6px;
	vertical-align: middle;
	background: #fff;
	margin: 0 5px;
	overflow: hidden;
}

.fblb .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	padding: 0px;
	cursor: pointer;
	width: 0;
	height: 8px;
	overflow: hidden;
	background: #0061ae;
}

.fblb .slick-dots li a:focus {
	outline: none;
}

.fblb .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #4b99d8;
}

.fblb .slick-dots li.slick-active a {
	-moz-animation: a_slidercurrent 5s linear;
	-webkit-animation: a_slidercurrent 5s linear;
	-o-animation: a_slidercurrent 5s linear;
	animation: a_slidercurrent 5s linear;
}

.flbpic {
	overflow: hidden;
}

.flbpic img {
	display: block;
	width: 100%;
}

.fblb .slick-list {
	overflow: visible;
}

.fblb .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border: 1px solid #fff;
	color: #fff;
}

.fblb .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 20px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.fblb .slick-prev:before {
	content: "\e60e";
}

.fblb .slick-next:before {
	content: "\ec41";
}

.fblb .slick-prev {
	left: -120px;
}

.fblb .slick-next {
	right: -120px;
}

.fblb .slick-arrow:hover {
	background: #333333;
	color: #fff;
}

.scb-left {
	left: 0;
}

.scb-right {
	right: 0;
}

.scb-left,
.scb-right {
	position: absolute;
	height: 100%;
	top: 0;
	background: url(../images/op3.png) repeat;
	background-size: cover;
}

.factory-ic {
	width: 80%;
	margin: 0 auto;
}

.core-qualities .cqlist li:hover .cqlcont {
	transform: translateX(0);
}

.core-qualities .cqlcont {
	background: url(../images/op7.png) repeat;
}

.core-qualities .cqlist li:hover .cptxt {
	opacity: 0;
	visibility: hidden;
}

.quality-control {
	margin-top: 90px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 80px 0 150px 0;
}

.quality-control .aititle,
.quality-control .aitxt1 {
	color: #fff;
	text-align: center;
}

.qclist {
	margin-top: 70px;
	margin-left: -3%;
}

.qclist li {
	float: left;
	width: 30.333%;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	margin-left: 3%;
}

.qlicon {
	display: block;
	width: 97px;
	height: 97px;
	margin: 0 auto;
	text-align: center;
	line-height: 97px;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 37px;
}

.qltxt1 {
	display: block;
	font-size: 18px;
	margin-top: 20px;
}

.qltxt2 {
	font-size: 15px;
	margin-top: 5px;
}

.pb-bot {
	margin-top: 68px;
}

.pbmap {
	float: left;
	width: 50%;
}

.pbmap img {
	display: block;
	width: 100%;
}

.pbwords {
	float: right;
	width: 48%;
	color: #6B6B6B;
	font-size: 15px;
}

.pbtw {
	margin-top: 37px;
}

.pbtw li {
	position: relative;
	float: left;
	width: 33.333%;
	overflow: hidden;
	cursor: pointer;
}

.pbtw li:hover .ptcont {
	transform: translateY(0);
}

.pbtw li:hover .ptpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.pbtw li:hover .ptctxt1 {
	text-align: left;
	transform: translateY(0);
}

.ptpic {
	overflow: hidden;
}

.ptpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ptcont {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 25px;
	color: #fff;
	transform: translateY(100%);
	transition: 0.65s;
}

.ptcont:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/op5.png) repeat;
}

.pcdw {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.ptctxt1 {
	display: block;
	font-weight: bold;
	font-size: 16px;
	transform: translateY(-85px);
	text-align: center;
}

.ptctxt2 {
	height: 189px;
	overflow: hidden;
	font-size: 15px;
	margin-top: 15px;
}

/*.certificates {*/
/*	padding: 100px 0;*/
/*}*/

.cerbanner {
	position: relative;
	margin-top: 50px;
	margin-left: -1%;
}

.cerbanner .slick-dots {
	position: absolute;
	width: 98%;
	text-align: center;
	left: 2%;
	bottom: -60px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*z-index: 104;*/
}

.cerbanner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	text-align: center;
	line-height: 11px;
	vertical-align: middle;
	background: #6B6B6B;
	margin: 0 5px;
}

.cerbanner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 11px;
	height: 11px;
	overflow: hidden;
}

.cerbanner .slick-dots li a:focus {
	outline: none;
}

.cerbanner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #63B7DC;
}

.cizs {
	position: relative;
	float: left;
	width: 24%;
	margin: 20px 0 0 1%;
}
.cizs:hover .czstxt{
	background-color: #2f70bb;
	color: #ffffff;
}
.psplist{
	position: relative;
	float: left;
	width: 31.333%;
	margin-left: 2%;
	margin-top: 30px;
	overflow: hidden;
}
.cizs:hover .czspic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.czspic {
	overflow: hidden;
}

.czspic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.czstxt {
	background: #fff;
	color: #717171;
	font-size: 15px;
	padding: 10px;
	line-height: 1.5;
	text-align: center;
}

.czstxt span {
	display: block;
	height: 64px;
	overflow: hidden;
	line-height: 64px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}


/* factory end */


/* search results start */

.search-results {
	padding: 200px 0 110px 0;
}

.srbot {
	width: 873px;
	margin: 0 auto;
}

.sbss {
	background: #fff;
	border-radius: 28px;
	width: 100%;
	height: 56px;
	line-height: 56px;
	box-sizing: border-box;
	padding: 0 30px;
}

.sbss input {
	display: block;
	float: left;
	width: 80%;
	line-height: 56px;
	color: #464646;
	font-size: 16px;
	border: none;
}

.sbss a {
	display: block;
	float: right;
	color: #6B6B6B;
	font-size: 23px;
}

.srlist {
	margin-top: 40px;
}

.srlist li {
	padding: 15px 10px;
	border-bottom: 1px solid #D8D8D8;
	font-size: 15px;
}

.srlist li a {
	display: block;
	color: #464646;
}

.srlist li:hover {
	box-shadow: 0 3px 6px #E9E9E9;
}

.srlist li:hover a {
	color: #2f70bb;
}

.sltxt1,
.sltxt2 {
	display: block;
	float: left;
}

.sltxt2 {
	width: 60%;
	margin-left: 60px;
	height: 27px;
	overflow: hidden;
}

.sltxt3 {
	display: block;
	float: right;
}


/* 404 */

.not-found {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100vh;
}

.nfbot {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1200px;
	box-sizing: border-box;
	padding: 100px 70px;
	background: #fff;
}

.nbpic {
	float: left;
	width: 50%;
}

.nbpic img {
	display: block;
	width: 100%;
}

.nbques {
	float: right;
	width: 47%;
}

.nqtxt1 {
	display: block;
	color: #464646;
	font-size: 30px;
	line-height: 1.5;
}

.nqtxt2 {
	color: #464646;
	font-size: 20px;
	margin-top: 10px;
}

.nqbtn a {
	display: inline-block;
	width: 175px;
	height: 47px;
	text-align: center;
	line-height: 47px;
	border-radius: 24px;
	font-size: 20px;
	margin-top: 30px;
	margin-right: 20px;
}

.nqindex {
	color: #fff;
	background: #2f70bb;
}

.nqback {
	color: #464646;
	background: #E8E8E8;
}


/* news */

.about5-news li {
	position: relative;
	background: #fff;
	padding: 20px;
	margin-top: 20px;
}

.about5-news li:hover .anpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.about5-news li:hover .acdate {
	background: #0061ae;
}

.anpic {
	float: left;
	width: 20%;
	overflow: hidden;
}

.anpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ancont {
	float: left;
	width: 60%;
	margin-left: 2%;
	line-height: 1.5;
}

.actxt1 {
	color: #333333;
	font-size: 20px;
	height: 60px;
	overflow: hidden;
}

.actxt2 {
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
	height: 42px;
	overflow: hidden;
}

.acdate {
	float: right;
	padding: 10px 15px;
	background: #535353;
	color: #fff;
	line-height: 1.5;
	text-align: center;
}

.acdate strong {
	display: block;
	font-size: 32px;
}

.acdate em {
	display: block;
	font-size: 14px;
	font-style: normal;
}


/* 新闻详情 */

.ndbot {
	position: relative;
	background: #fff;
	padding: 70px 90px;
}

.ndbtitle {
	text-align: center;
	color: #333333;
	font-size: 26px;
}

.ndbab {
	text-align: center;
	color: #666666;
	font-size: 14px;
	margin-top: 20px;
}

.ndcont {
	color: #666666;
	font-size: 16px;
	margin-top: 30px;
}

.ndbtn {
	display: flex;
	margin-left: -10px;
}

.ndbtn a {
	display: block;
	flex: 1;
	text-align: center;
	margin-top: 50px;
	background: #fff;
	height: 54px;
	line-height: 54px;
	color: #666666;
	font-size: 16px;
	margin-left: 10px;
	transition: 0.45s;
}

.ndbtn a:hover {
	color: #fff;
	background: #0061ae;
}

.nanicon {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin-right: 20px;
}

.nbnext .nanicon {
	margin-left: 20px;
	margin-right: 0;
}

.security-code {
	position: relative;
	height: 100vh;
}

.secbot {
	position: absolute;
	width: 1000px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
}

.sctitle {
	color: #fff;
	font-size: 18px;
	background: #0061ae;
	text-align: center;
	line-height: 50px;
}

.scbox {
	padding: 50px 80px 80px 50px;
}

.nbpic {
	float: left;
	width: 50%;
}

.nbpic img {
	display: block;
	width: 100%;
}

.nbenter {
	float: right;
	width: 45%;
}

.ntts {
	display: block;
	color: #333333;
	font-size: 16px;
}

.net {
	margin-bottom: 20px;
}

.ntsr1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	border: 1px solid #cccccc;
	padding: 0 10px;
	box-sizing: border-box;
}

.ntcode {
	margin-top: 5px;
}

.ntsr2 {
	display: block;
	float: left;
	width: 55%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #cccccc;
	padding: 0 10px;
	box-sizing: border-box;
}

.ncyzm {
	position: relative;
	display: block;
	float: right;
	height: 40px;
	width: 41%;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}

.ncyzm img {
	display: block;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.nebtn a {
	display: inline-block;
	width: 94px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	margin-right: 10px;
}

.nebcheck {
	background: #0061ae;
}

.nebreset {
	background: #323232;
}


/* brand */

.ipbplay {
	cursor: pointer;
	width: 76px !important;
	height: 76px !important;
	margin: 0 auto;
	border-radius: 50%;
	background: url(../images/op7.png) repeat;
	color: #fff;
	border: 1px solid #fff;
	line-height: 76px;
}

.ipbplay i {
	font-size: 30px;
}

.videos-list ul {
	margin-left: -1%;
}

.videos-list li {
	cursor: pointer;
	float: left;
	width: 32.333%;
	margin: 20px 0 0 1%;
}

.videos-list li:hover .vpic {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.videos-list li:hover .vltxt {
	color: #0061ae;
}

.vlpic {
	position: relative;
	overflow: hidden;
}

.vpic {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.vplay {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 54px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	border-radius: 50%;
	background: url(../images/op7.png) repeat;
	color: #fff;
	cursor: pointer;
}

.vplay i {
	font-size: 25px;
}

.vltxt {
	background: #fff;
	padding: 15px 20px;
	color: #666666;
	font-size: 15px;
	line-height: 1.5;
}

.vltxt p {
	height: 44px;
	overflow: hidden;
}

.contact1-list {
	margin-left: -2%;
}

.contact1-list li {
	position: relative;
	float: left;
	width: 23%;
	margin-left: 2%;
	box-sizing: border-box;
	border: 1px solid #ededed;
	cursor: pointer;
}

.contact-cont {
	background: #fff;
	padding: 20px;
	text-align: center;
}

.catlogo {
	width: 152px;
	margin: 0 auto;
}

.catlogo img {
	display: block;
	width: 100%;
}

.catpic {
	position: relative;
	height: 320px;
	overflow: hidden;
}

.catptr1.action {
	transition-delay: 0.25s;
}

.catptr2.action {
	transition-delay: 0.45s;
}

.catptr3.action {
	transition-delay: 0.65s;
}

.catptr4.action {
	transition-delay: 0.85s;
}

.catpic img {
	display: inline-block;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.catdate {
	display: block;
	color: #666666;
	font-size: 18px;
}

.catdesc {
	color: #999999;
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.5;
}

.contact-report {
	padding: 20px;
	color: #fff;
	font-size: 16px;
	background: #0061ae;
	text-align: center;
}

.contact-report p {
	height: 28px;
	overflow: hidden;
}


/* contct us */

.cmleft {
	float: left;
	width: 35%;
	height: 510px;
	/*background: #648198;*/
	box-sizing: border-box;
}

.cmright {
	float: right;
	width: 63%;
	box-sizing: border-box;
	padding: 35px 30px;
	background: #fff;
}

.cmleft .fltxt1 {
	color: #333;
}

.cmleft .fltxt2 {
	color: #333;
}

.crtitle {
	text-align: center;
	color: #333333;
	font-size: 24px;
}

.crbd {
	margin-top: 20px;
}

.crline {
	margin-top: 10px;
	margin-left: -2%;
}

.icrlsr {
	border: none !important;
	background: #fff;
}

.icrlsr input {
	width: 75% !important;
}

.crlsr {
	display: block;
	float: left;
	width: 48%;
	height: 60px;
	line-height: 60px;
	margin-left: 2%;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

.crlsr i {
	display: block;
	float: left;
	width: 14%;
	color: #999999;
	font-size: 25px;
	text-align: center;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.crlsr strong {
	display: block;
	float: left;
	font-weight: normal;
	margin-left: 20px;
}

.crlsr input {
	display: block;
	float: right;
	box-sizing: border-box;
	width: 55%;
	line-height: 60px;
	color: #999999;
	font-size: 15px;
	background: none;
	border: none;
}

.crly {
	font-family: "微软雅黑";
	display: block;
	margin-top: 10px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	padding: 15px;
}

.crly .jstxt {
	width: 100%;
	color: #666;
}

.crly textarea {
	width: 100%;
	height: 100px;
	color: #999999;
	font-size: 15px;
	resize: none;
	border: none;
	margin-top: 10px;
}

.crsubmit {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #0061ae;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
	overflow: hidden;
	border: none;
}


/* contact2 */

.eslist {
	margin-top: 30px;
	margin-left: -1%;
}

.eslist li {
	position: relative;
	float: left;
	width: 24%;
	margin: 30px 0 0 1%;
}

.eslist li:hover .elpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.eslist li:hover .ewnum {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.elpic {
	overflow: hidden;
}

.elpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.elwords {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	text-align: center;
}

.ewnum {
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	border-radius: 50%;
	background: url(../images/op8.png) repeat;
	transition: 1s;
}

.ewnum strong {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	margin: 0 auto;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 40px;
	color: #333333;
	font-size: 16px;
}

.ewtxt {
	color: #fff;
	font-size: 18px;
}

.chbanner {
	position: relative;
	margin-top: 50px;
}

.chitem {
	position: relative;
}

.chiimg {
	display: block;
	width: 100%;
}

.chitem:hover .chilook {
	opacity: 1;
	visibility: visible;
}

.chitem:hover .chilook i {
	transform: translateY(-50%);
}

.chilook {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/op3.png) repeat;
	text-align: center;
	transition: 0.45s;
}

.chilook i {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-30%);
	color: #fff;
	font-size: 50px;
	transition: 0.65s;
}

.contact-advantage {
	margin-top: 120px;
}

.calist .cqlcont {
	padding: 30px;
}

.calist .clctxt1 {
	padding-bottom: 0;
}

.calist .clctxt1:before {
	display: none;
}

.calist .clctxt2 {
	margin-top: 0;
	line-height: 1.5;
	height: 220px;
	overflow: hidden;
}

.contact-process {
	position: relative;
	margin-top: 110px;
}

.cplist {
	width: 1280px;
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
	padding: 120px 0 150px 150px;
}

.cplist li {
	position: relative;
	float: left;
	width: 268px;
	padding-top: 100px;
}

.cplist li:hover .cllc,
.cplist li:hover .cplcont {
	color: #fff;
	background: #0061ae;
}

.cplist li.clodd:hover .cplcont:before {
	border-top: 10px solid #0061ae;
}

.cplist li.cleven:hover .cplcont:before {
	border-bottom: 10px solid #0061ae;
}

.cplist li:last-child .cplline {
	width: 74px;
	height: 91px;
	background: url(../images/prol.png) no-repeat;
	background-size: contain;
}

.cplist li:not(:first-child) {
	margin-left: -124px;
}

.cleven .cplcont {
	margin-top: 30px;
}

.cleven .cplline {
	position: relative;
	width: 147px;
	height: 91px;
	background: url(../images/pro1.png) no-repeat;
	background-size: contain;
}

.clodd {
	position: absolute;
	left: 0;
	top: -45px;
}

.clodd .cplline {
	position: relative;
	width: 141px;
	height: 91px;
	background: url(../images/pro2.png) no-repeat;
	background-size: contain;
}

.clodd .cplcont {
	margin-top: -250px;
}

.cplcont {
	position: relative;
	background: #fff;
	padding: 15px;
	color: #6f6f6f;
	font-size: 16px;
	width: 238px;
	margin-left: -100px;
	transition: 0.65s;
}

.cplcont p {
	height: 100px;
	overflow: hidden;
}

.clodd .cplcont:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #fff;
}

.cleven .cplcont:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -10px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.cleven .cllc {
	top: 21px;
	left: 12px;
}

.clodd .cllc {
	top: 13px;
	left: 12px;
}

.cllc {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	color: #6f6f6f;
	font-size: 18px;
	background: #fff;
	transition: 0.65s;
}

.join-us-bg {
	background-attachment: fixed;
	height: 490px;
	background-size: cover;
}

.jub {
	width: 1040px;
	margin: 35px auto 0;
}

.jbline {
	margin-left: -1%;
	margin-top: 10px;
}

.jlarea {
	margin-top: 10px;
	border: 1px solid #e5e5e5;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 25px;
}

.jlarea .jstxt {
	width: 100%;
}

.jlarea textarea {
	width: 100%;
	height: 150px;
	border: none;
	resize: none;
	font-family: "微软雅黑";
	color: #666666;
	font-size: 15px;
	margin-top: 10px;
}

.jlsr {
	display: block;
	float: left;
	width: 32.333%;
	margin-left: 1%;
	border: 1px solid #e5e5e5;
	background: #fff;
	box-sizing: border-box;
	padding: 0 25px;
	height: 50px;
	line-height: 50px;
}

.jstxt {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
}

.jsb {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	background: none;
	border: none;
	color: #666666;
	font-size: 15px;
}

.jusubmit {
	position: relative;
	overflow: hidden;
	display: block;
	width: 190px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	color: #fff;
	font-size: 16px;
	margin: 35px auto 0;
	background: #0061ae;
	z-index: 1;
	border: none;
}

.action.sbtrans1 {
	transition-delay: 0.15s;
}

.action.sbtrans2 {
	transition-delay: 0.25s;
}

.action.sbtrans3 {
	transition-delay: 0.35s;
}

.action.sbtrans4 {
	transition-delay: 0.45s;
}

.action.sbtrans5 {
	transition-delay: 0.55s;
}

.action.sbtrans6 {
	transition-delay: 0.65s;
}

.action.idb-tj {
	transition-delay: 0.15s;
}

.iwz1.target span {
	opacity: 0;
	visibility: hidden;
}

.action.iwz1 span {
	visibility: visible;
	display: inline-block;
	transform: translate(-150px, 0) scale(.3);
	animation: leftRight .5s forwards;
}

.iwz1 span {
	color: #fff;
	opacity: 0;
	transform: translate(-150px, 0) scale(.3);
	animation: leftRight .85s forwards;
}

@keyframes leftRight {
	40% {
		transform: translate(50px, 0) scale(.7);
		opacity: 1;
		color: #fff;
	}
	60% {
		color: #fff;
	}
	80% {
		transform: translate(0) scale(2);
		opacity: 0;
	}
	100% {
		transform: translate(0) scale(1);
		opacity: 1;
	}
}

.eight-support {
	width: 81%;
	margin: 0 auto;
}

.footer-wrap {
	position: relative;
	z-index: 1;
}
.footer-wrap .fnav a{
	font-size: 18px;
	color: #ffffff;
	padding:0 20px;
	position: relative;
}
.footer-wrap .fnav a:after{
	position: absolute;
	content:'';
	right:0;
	top: 4px;
	width: 1px;
	height: 20px;
	background: #fff;
}
.footer-wrap .fnav a.fir{
	padding-left: 0!important;
}
.footer-wrap .fnav a.last:after{
	display: none;
}
.footer-wrap .fb1-copy{
	margin-top: 23px;
}
.footer-wrap .fb1-copy .word{
	float: left;
	font-size: 15px;
	color: #999999;
}
.footer-wrap .fb1-copy .wordr{
	float: right;
	text-align: right;
	font-size: 15px;
	color: #999999;
}
@media (max-width: 992px) {
	.footer-wrap .fnav{
		text-align: center;
	}
	.footer-wrap .fnav a{
		display: inline-block;
		font-size: 16px;
	}

	.footer-wrap .fnav a::after {
		display: none;
	}
	.footer-wrap .fnav a.fir{
		padding-left: 20px!important;
	}
	.footer-wrap .fb1-copy .word,.footer-wrap .fb1-copy .wordr{
		width: 100%;
		float: none;
		text-align: center;
	}
}
.chosen-container .chosen-results {
	height: 80px !important;
}

.chosen-container .chosen-drop {
	height: 150px !important;
}

.mt20 {
	margin-top: 20px;
}
.header.active .hrsb{
	background: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.hrsb {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	background: rgba(255,255,255,.2);
	padding: 10px 0;
}
.header.active .hsb{
	color: #333 !important;
}
.hsb {
	display: block !important;
	color: #fff !important;
	font-size: 12px !important;
	margin: 0 10px;
	word-break: break-all;
	line-height: 1.5;
	padding: 5px 0;
}

.hsb:hover {
	color: #0061ae !important;
}

.pdtb {
	background: #0061ae border-box;
	color: #fff !important;
	padding: 10px;
	margin-top: 0;
	text-align: center;
	font-size: 14px !important;
	height: 37px !important;
	overflow: hidden;
	white-space: nowrap;
	line-height: 37px;
	text-overflow: ellipsis;
}

.ndshare {
	position: absolute;
	top: 20px;
	right: 30px;
}
.nsfx{
	text-align: right;
}
.nsfx i {
	cursor: pointer;
	display: block;
	color: #333;
	font-size: 22px;
}
.nsbox.active{
	opacity: 1;
	visibility: visible;
}
.nsbox {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	position: relative;
	width: 100%;
	top: 10px;
	right: 0;
	background: #eee;
	padding: 15px;
	box-sizing: border-box;
	transform: translateX(30px);
}

.nbts {
	text-align: center;
	color: #333;
	font-size: 24px;
}

.nblink {
	text-align: center;
}

.nblink a {
	display: block;
	/*margin: 0 20px;*/
	text-align: center;
	margin-top: 20px;
}
.nblink a:hover .nbtxt{
	color: #0061ae;
}

.nblink a i {
	display: block;
	line-height: 1;
	font-size: 32px;
}

.nbfz i {
	color: #999;
}

.nbli i {
	color: #0073b1;
}

.nbfb i {
	color: #3b5998;
}

.nbtw i {
	color: #1da1f2;
}

.nbtxt {
	display: block;
	color: #333;
	font-size: 14px;
	margin-top: 5px;
}

.nsicon {
	font-size: 18px;
	margin-left: 5px;
	line-height: 1;
}
.mbot{
	width: 90%;
	margin: 0 auto;
}
.mbot .hrs{
	border: 1px solid #e4e4e4;
	width: 60%;
	color: #333 !important;
	background: #fff;
}
.mbot .hrs input{
	color: #333 !important;
}
.mbot .hrsb{
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.mbot .hrs input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #333;
}

.mbot .hrs input::-moz-placeholder {
	/* Firefox 19+ */
	color: #333;
}

.mbot .hrs input::-ms-input-placeholder {
	/* IE 10+ */
	color: #333;
}

.mbot .hrs input::-moz-placeholder {
	/* Firefox 18- */
	color: #333;
}
.wlvideo iframe{
	width: 100%;
	height: 500px;
}
