

/* 
 * Project Name:天剑光电
 */

@font-face {
	font-family: "DINPro.woff";
	src: url("/static/font/DINPro.woff.woff2") format("woff2"), url("/static/font/DINPro.woff.woff") format("woff"), url("/static/font/DINPro.woff.ttf") format("truetype"), url("/static/font/DINPro.woff.eot") format("embedded-opentype"), url("http://www.sctianjian.com/css/DINPro.woff.svg") format("svg");
}

@font-face {
	font-family: "iconfont";
	src: url('/static/font/iconfont-1562727330883.eot');
	/* IE9 */
	src: url('/static/font/iconfont-1562727330883.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/static/font/iconfont.woff2') format('woff2'), url('/static/font/iconfont-1562727330883.woff') format('woff'), url('/static/font/iconfont-1562727330883.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
	url('http://www.sctianjian.com/css/iconfont.svg?t=1551338074712#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0px;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*html::-webkit-scrollbar {
	width: 8px;
	background: none;
}

html::-webkit-scrollbar-thumb {
	width: 8px;
	background: #3d9911;
}

html::-webkit-scrollbar-corner {
	background: none;
}

html::-webkit-scrollbar:horizontal {
	height: 9px;
}*/

body {
	font: 14px/1.8 "Microsoft Yahei", "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	color: #666;
	overflow-x: hidden;
	/*font-family: simhei;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

img {
	border: 0;
}

input {
	outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

::-moz-selection {
	background: #8b8b8b;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #8b8b8b;
	color: #fff;
	text-shadow: none;
}

select {
	outline: none;
}

select::-ms-expand {
	display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:link,
a:visited {
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.tx-c {
	text-align: center;
}

.fc {
	text-align: center;
}

.fr {
	text-align: right;
}

.vt {
	vertical-align: top;
}

.vm {
	vertical-align: middle;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.fixedImg {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.imgw {
	width: 100%;
	display: block;
}

.eT {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.linkA {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/static/image/w0.png) no-repeat;
}

.pageC a:link,
.pageC a:visited {
	color: #7D7D7D;
}

.pageC a:active,
.pageC a:hover {
	color: #333;
}

.pageC img {
	max-width: 100% !important;
	height: auto !important;
}

.pageC {
	overflow: hidden;
}

.load-left.target {
	transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	opacity: 0;
	visibility: hidden;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: transform 1000ms, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 1000ms, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.load-left.action {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.load-right.target {
	transform: translateX(200px);
	-webkit-transform: translateX(200px);
	opacity: 0;
	visibility: hidden;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: transform 600ms, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.load-right.action {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.load-cont.target {
	position: relative;
	z-index: 200;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: transform 500ms, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 500ms, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.load-cont.action {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.ia-pic.target:before {
	content: "";
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	transition: 0.85s;
	background: #fff;
	z-index: 5;
}

.ia-pic.action:before {
	width: 0;
}

.load-pic.target:before {
	content: "";
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	transition: 0.85s;
	background: #fff;
	z-index: 5;
}

.load-pic.action:before {
	width: 0;
}

.move-pic.target img {
	transition: 0.65s;
	z-index: 5;
	transform: scale(1.5);
	opacity: 0;
	visibility: hidden;
}

.move-pic.action img {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.nbimg.target {
	visibility: hidden;
}

.nbimg.action {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}


/* 头部  */

.header {
	position: fixed;
	width: 94%;
	height: 85px;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 3%;
	z-index: 999;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	background: #fff;
}

.head-wrap {
	position: relative;
}

.header .head-logo {
	float: left;
	margin-top: 13.5px;
}

.head-logo .img2 {
	display: none;
}

.head-logo img {
	display: block;
	width: 100%;
}

.header .nav {
	float: right;
	margin-left: 65px;
}

.header .nav ul {
	text-align: center;
	line-height: 85px;
}

.header .yj-bot li {
	position: relative;
	display: inline-block;
	transition: 0.45s;
	z-index: 1;
}

.header .yj-bot .yj-link:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	transition: 0.65s;
	background: #0062A6;
	z-index: 2;
}

.header .yj-bot li.active a,
.header .yj-bot li:hover a {
	color: #0062A6;
}

.header .yj-bot li.active a:after,
.header .yj-bot li:hover a:after {
	width: 100%;
}

.yj-bot {
	float: left;
}

.language {
	position: relative;
	float: left;
	margin-left: 19px;
	line-height: 85px;
}

.l-according {
	cursor: pointer;
}

.dq,
.la-words,
.xl {
	float: left;
	display: block;
}

.dq {
	font-size: 16px;
	color: #B6B4B6;
}

.la-words {
	color: #666;
	font-size: 14px;
	width: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 5px;
}

.xl {
	color: #7B7B7B;
	font-size: 11px;
}

.l-select {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	background: #fff;
}

.l-select a {
	display: block;
	color: #999;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	padding: 8px 5px;
	border: 1px solid #eee;
	margin-bottom: -1px;
}

.l-select a:hover {
	background: #0062A6;
	color: #fff;
	border: 1px solid #0062A6;
}

.head-search {
	float: left;
	width: 160px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #B6B4B6;
	border-radius: 20px;
	margin: 26.5px 0 0 39px;
}

.search-input {
	line-height: 0 !important;
	display: inline-block;
	width: 67%;
	height: 25px;
	margin: 0 5% 0 8%;
	border: none;
	color: #666;
	font-size: 12px;
}

.search-icon {
	display: inline-block;
	color: #7B7B7B;
	font-size: 14px;
}

.share-icon {
	display: block;
	float: left;
	line-height: 85px;
	color: #7B7B7B;
	font-size: 18px;
	margin-left: 18px;
}

.header .yj-bot .yj-link {
	position: relative;
	z-index: 1;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	display: block;
	padding: 0 15px 10px 15px;
}

.header .yj-bot .yj-link div {
	float: left;
	display: block;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	font-size: 16px;
	overflow: hidden;
	padding: 0;
}

.header .yj-bot li:hover .ej-list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.ej-list {
	position: absolute;
	z-index: 10;
	/*left: 50%;*/
	top: 100%;
	width: 100%;
	/*padding: 0 4px;*/
	background-color: #fff;
	font-size: 14px;
	color: #666666;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transition: 0.48s;
}

.ej-list a {
	color: #666;
	font-size: 14px;
}

.ej-list a:hover {
	color: #a02c26;
}

.ej-list p {
	text-align: center;
	color: #666;
	line-height: 1.4;
	padding: 10px 5px;
}

.ej-list p:first-child {
	margin-top: 17px;
}

.ej-list p:last-child {
	margin-bottom: 14px;
}

.menu-handler {
	position: fixed;
	right: 0;
	top: 0;
	width: 70px;
	height: 55px;
	display: none;
	cursor: pointer;
	z-index: 1010;
	background-color: #0062A6;
}

.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: #0062A6;
}

.menuMoblie .nav-link:active i,
.menuMoblie .nav-link:hover i {
	color: #fff;
	transform: rotate(90deg);
}

.menuBox a:active,
.menuBox a:hover {
	color: #fff;
}

.menuBox {
	border-top: 1px solid #e4e4e4;
	background-color: #fff;
	color: #333333;
	position: fixed;
	display: none;
	right: 0px;
	top: 55px;
	width: 100%;
	height: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-overflow-scrolling: touch;
	z-index: 1008;
	-webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.menuMoblie {
	padding: 0 0 80px 0;
}

.menuMoblie .nav-link {
	position: relative;
	display: block;
	font-size: 18px;
	padding: 14px 5% 14px 15%;
}

.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 20%;
}

.menuMoblie .subnav .item:active,
.menuMoblie .subnav .item:hover {
	background: #eeeeee;
}

.menuMoblie .subnav a {
	position: relative;
	display: block;
	padding: 14px 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(/static/image/loader.gif) center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}


/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}


/* Dots */

.slick-dots {
	position: absolute;
	left: 60px;
	bottom: 50px;
	list-style: none;
	display: block;
	padding: 0px;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	background: #fff;
	margin: 0px 10px;
	padding: 0px;
	cursor: pointer;
}

.slick-dots li a {
	/*text-indent: -10em;*/
	display: block;
	overflow: hidden;
	padding: 0px;
	cursor: pointer;
	border-radius: 50%;
	width: 31px;
	height: 31px;
	text-align: center;
	line-height: 31px;
	background: #90857e;
	margin: 0px auto;
	color: #bd172b;
	font-size: 16px;
}

.slick-dots li a:focus {
	outline: none;
}

.slick-dots li.slick-active a {
	background: #fff;
}

@-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);
	}
}

.mtop {
	height: 85px;
}


/* 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(http://www.sctianjian.com/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(/static/image/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(/static/image/default-skin.svg);
	}
	.pswp__button--close {
		color: #fff;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

.pswp--touch {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		visibility: hidden;
	}
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-top: -24px;
	position: absolute;
	background: none #767676;
	color: #fff;
	display: block;
	font-family: "iconfont" !important;
	font-size: 20px;
	text-align: center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pswp__button--arrow--left {
	left: 2%;
}

.pswp__button--arrow--right {
	right: 2%;
}

.pswp__button--arrow--left:before {
	content: "\e771";
}

.pswp__button--arrow--right:before {
	content: "\e770";
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
	color: #fff;
	background-color: #e70012;
}

.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(http://www.sctianjian.com/css/preloader.gif) 0 0 no-repeat;
	}
}

.pswp--css_animation {
	.pswp__preloader--active {
		opacity: 1;
		.pswp__preloader__icn {
			-webkit-animation: clockwise .5s linear infinite;
			animation: clockwise .5s linear infinite;
		}
		.pswp__preloader__donut {
			-webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
			animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
		}
	}
	.pswp__preloader__icn {
		background: 0 0;
		opacity: .75;
		width: 14px;
		height: 14px;
		position: absolute;
		left: 15px;
		top: 15px;
		margin: 0;
	}
	.pswp__preloader__cut {
		position: relative;
		width: 7px;
		height: 14px;
		overflow: hidden;
	}
	.pswp__preloader__donut {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 14px;
		height: 14px;
		border: 2px solid #FFF;
		border-radius: 50%;
		border-left-color: transparent;
		border-bottom-color: transparent;
		position: absolute;
		top: 0;
		left: 0;
		background: 0 0;
		margin: 0;
	}
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp--has_mouse {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		-webkit-backface-visibility: hidden;
		will-change: opacity;
		-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
		transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	}
}

.pswp__caption,
.pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		visibility: visible;
	}
}

.pswp__caption,
.pswp__top-bar {
	background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit {
	.pswp__caption,
	.pswp__top-bar {
		background-color: rgba(0, 0, 0, 0.3);
	}
}

.pswp__ui--idle {
	.pswp__top-bar {
		opacity: 1;
	}
	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		opacity: 0;
	}
}

.pswp__ui--hidden {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right,
	.pswp__caption,
	.pswp__top-bar {
		opacity: .001;
	}
}

.pswp__ui--one-slide {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right,
	.pswp__counter {
		display: none;
	}
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background-image: none !important;
}

.banner-wrap {
	position: relative;
	overflow: hidden;
}

.banner .item {
	position: relative;
	overflow: hidden;
}

.banner .pimg {
	width: 100%;
}

.slick-active .cb1 {
	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);
}

.slick-active .cb2 {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 4s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 4s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.slick-active .cb3 {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.slick-active .pimg {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.cover-bwords {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 0;
	margin-top: -69.5px;
	color: #fff;
	line-height: 1.5;
}

.cb1 {
	font-size: 16px;
	font-family: "DINPro.woff";
}

.cb2 {
	font-size: 50px;
	font-weight: normal;
	letter-spacing: 50px;
	margin-top: 5px;
}

.cb3 {
	font-size: 20px;
	font-family: "DINPro.woff";
	margin-top: 5px;
}

.mouseBox {
	position: absolute;
	left: 50%;
	margin-left: -12px;
	width: 24px;
	bottom: 36px;
	color: #fff;
	z-index: 800;
	text-align: center;
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
}

.mouseIco {
	border-radius: 12px;
	width: 20px;
	height: 32px;
	border: 2px solid #fff;
	margin: 0px auto;
	display: block;
	position: relative;
}

.mouseIco i {
	width: 2px;
	height: 8px;
	border-radius: 1px;
	display: block;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 5px;
	-webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

@keyframes mouse-dot {
	from {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		opacity: 0;
	}
}

@-webkit-keyframes mouse-dot {
	from {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		opacity: 0;
	}
}

.index-product {
	margin: 49px 0 100px 0;
}

.ip-txt1,
.ip-txt2 {
	display: block;
	text-align: center;
	line-height: 1.5;
}

.ip-txt1 {
	color: #333;
	font-size: 30px;
	font-weight: normal;
}

.ip-txt2 {
	color: #D1D1D1;
	font-size: 24px;
	font-family: "DINPro.woff";
}

.ip-tab {
	width: 100%;
	text-align: center;
	margin-top: 40px;
	border-bottom: 1px solid #F2F2F2;
	z-index: 0;
}

.ip-tab a {
	position: relative;
	display: inline-block;
	color: #666;
	font-size: 16px;
	padding: 19px 34px;
	transition: 0.45s;
	z-index: 3;
}

.ip-tab a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
	border-bottom: 1px solid #fff;
	opacity: 0;
	visibility: hidden;
	z-index: -2;
	background: #fff;
	transition: 0.55s;
}

.ip-tab a.active {
	color: #0062A6;
}

.ip-tab a.active:before {
	opacity: 1;
	visibility: visible;
}

.ip-banner {
	width: 1400px;
	margin: 54px auto 0;
	position: relative;
}

.ib-item {
	text-align: center;
}

.ib-item img {
	display: inline-block;
	height: 229px;
}

.ip-banner .slick-prev,
.ip-banner .slick-next {
	position: absolute;
	top: 50%;
	margin-top: -18.5px;
	display: block;
	height: 37px;
	width: 37px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background-color: #434343;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
	z-index: 200;
	border-radius: 50%;
}

.ip-banner .slick-prev {
	left: 0;
}

.ip-banner .slick-next {
	right: 0;
}

.ip-banner .slick-arrow i {
	display: block;
	font-family: "iconfont" !important;
	font-size: 15px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
	line-height: 37px;
	text-align: center;
	color: #fff;
	transition: 0.35s;
}

.ip-banner .slick-prev i:before {
	content: "\e771";
}

.ip-banner .slick-next i:before {
	content: "\e770";
}

.ip-banner .slick-arrow:hover {
	background-color: #0062A6;
}

.ip-banner .slick-arrow:hover i {
	color: #fff;
}

.informationBot {
	position: relative;
	float: left;
	width: 50%;
}

.ibannerbox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	background: #0062A6;
	color: #fff;
	padding: 40px 5% 0 5%;
}

.ibtitle {
	position: relative;
	font-size: 16px;
	padding-bottom: 5px;
}

.ibtitle:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: #fff;
}

.videoWrap {
	position: relative;
	float: right;
	width: 50%;
}

.vwPic img {
	display: block;
	width: 100%;
}

.vwcover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/static/image/op1.png) repeat;
}

.vwplay {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	background: #fff;
	text-align: center;
	line-height: 46px;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 3;
	cursor: pointer;
}

.vwplay:hover:before {
	transform: scale(1.2);
}

.vwplay:before {
	content: "";
	position: absolute;
	top: -17px;
	left: -17px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: url(/static/image/op4.png) repeat;
	z-index: -3;
	transition: 0.45s;
}

.vwplay i {
	display: block;
	color: #0062A6;
	font-size: 18px;
}

.information-banner {
	margin-top: 20px;
	padding-bottom: 70px;
	position: static;
}

.nitxt {
	display: block;
	color: #fff;
	margin-top: 10px;
}

.nitxt strong {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
}

.nitxt span {
	display: block;
	width: 80%;
	font-size: 16px;
	margin-left: 60px;
	height: 28px;
	overflow: hidden;
}

.indx-news {}

.information-banner .slick-prev,
.information-banner .slick-next {
	position: absolute;
	bottom: 0;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 0;
	cursor: pointer;
	color: transparent;
	padding: 0;
	border: 1px solid #fff;
	margin-left: -1px;
	margin-bottom: -1px;
	outline: none;
	left: 10%;
	z-index: 200;
}

.information-banner .slick-next {
	left: 10%;
	margin-left: 50px;
}

.information-banner .slick-arrow i {
	display: block;
	font-family: "iconfont" !important;
	font-size: 25px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-align: center;
	color: #fff;
	transition: 0.35s;
}

.information-banner .slick-prev i:before {
	content: "\e771";
}

.information-banner .slick-next i:before {
	content: "\e770";
}

.information-banner .slick-arrow:hover {
	background-color: #fff;
	border: 1px solid #fff;
}

.information-banner .slick-arrow:hover i {
	color: #0062A6;
}

.engineering-case {
	position: relative;
	float: left;
	width: 50%;
}

.ni-item {
	position: relative;
	overflow: hidden;
}

.nimg {
	display: block;
	width: 100%;
}

.ni-pic {
	float: left;
	width: 50%;
}

.ec-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/static/image/op3.png) repeat;
	transition: 0.65s;
}

.ni-words {
	width: 40%;
	float: right;
	color: #fff;
	padding: 44px 5%;
}

.nw1 {
	font-size: 18px;
}

.nw-line {
	display: block;
	width: 40px;
	height: 2px;
	background: #fff;
	margin-top: 10px;
}

.nw2 {
	font-size: 24px;
	margin-top: 70px;
	line-height: 1.5;
	font-weight: 400;
	max-height: 72px;
	overflow: hidden;
}

.nw3 {
	font-size: 16px;
	margin-top: 50px;
}

.engineering-case {
	position: relative;
}

.ec-words {
	position: absolute;
	bottom: 27px;
	left: 3%;
	right: 3%;
	width: 94%;
	text-align: center;
	color: #fff;
}

.ew1 {
	display: block;
	font-size: 18px;
	font-weight: 400;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	transition: 0.45s;
}

.ew2 {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 5px;
	height: 21px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	transition: 0.45s;
}

.ew3 {
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-top: 5px;
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
	transition: 0.45s;
}

.ec-pic {
	display: block;
	width: 100%;
}

.engineering-case:hover .ew1 {
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

.engineering-case:hover .ew2,
.engineering-case:hover .ew3 {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}


/* 底部 */

.footer {
	padding: 44px 155px 73px 155px;
	border-top: 1px solid #EAEAEA;
}

.fl-logo {
	float: left;
}

.fl-logo img {
	display: block;
}

.fl-link {
	float: right;
}

.fl-link a {
	color: #333;
	font-size: 16px;
	margin-left: 15px;
}

.fl-link a:hover {
	color: #0062A6;
}

.fr-massge {
	margin-top: 52px;
}

.fr-massge a {
	display: inline-block;
	margin-right: 37px;
	color: #666;
	font-size: 16px;
}

.fr-bot {
	float: left;
}

.fc {
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #A4A4A4;
	text-align: center;
	margin-right: 10px;
	line-height: 34px;
	vertical-align: middle;
}

.fc i {
	font-size: 20px;
	color: #A4A4A4;
}

.fl-copyright {
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
}

.fl-copyright a {
	color: #999999;
}

.fr-ewm {
	float: right;
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fe-txt {
	float: right;
	color: #666666;
	font-size: 16px;
	margin-left: 5px;
	line-height: 1.5;
}


/* 关于我们 */

.inside-banner {
	position: relative;
}

.ib-pic {
	overflow: hidden;
}

.ib-pic img {
	display: block;
	width: 100%;
}

.ib-title {
	position: absolute;
	left: 140px;
	bottom: 40px;
	color: #fff;
	font-size: 50px;
}

.inside-tab {
	border-bottom: 1px solid #F2F2F2;
	padding: 0 167px 0 140px;
}

.it-switch {
	float: left;
}

.it-switch a {
	display: block;
	float: left;
	position: relative;
	padding: 20px 44px;
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
	color: #666;
	font-size: 16px;
	margin-left: -1px;
	z-index: 3;
}

.it-switch a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #0062A6;
	transition: 0.45s;
	z-index: -1;
}

.it-switch a.active,
.it-switch a:hover {
	color: #fff;
}

.it-switch a.active:before,
.it-switch a:hover:before {
	height: 100%;
}

.it-brand {
	float: right;
	padding-left: 33px;
	border-left: 1px solid #F2F2F2;
}

.it-brand a {
	display: inline-block;
	padding: 20px 0;
	margin-right: 5px;
	color: #666;
	font-size: 16px;
}

.it-brand a:hover {
	color: #0062A6;
}

.inside-cont {
	padding: 117px 0 60px 0;
}

.ic-title {
	width: 900px;
	margin: 0 auto;
	color: #333;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
}

.it-paragraph {
	color: #666;
	font-size: 16px;
	margin-top: 60px;
}

.it-bg-pic {
	margin-top: 78px;
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}

.it-w {
	width: 1200px;
	margin: 60px auto 0;
}


/* 资质荣誉 */

.qualification {
	width: 1200px;
	margin: 36px auto 90px;
}

.q-list {
	margin-left: -2%;
}

.q-list li {
	position: relative;
	float: left;
	width: 23%;
	margin: 30px 0 0 2%;
}

.q-list li:hover .ql-cover {
	opacity: 1;
	visibility: visible;
}

.q-list li:hover .pl-words {
	color: #fff;
}

.ql-pic {
	overflow: hidden;
}

.ql-pic img {
	display: block;
	width: 100%;
}

.ql-cover {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/static/image/op1.png) repeat;
	background-size: cover;
	transition: 0.55s;
}

.qc-bg {
	display: block;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	border-radius: 50%;
	margin: 0 auto;
	background: url(/static/image/op2.png) repeat;
	background-size: cover;
	position: relative;
	top: 50%;
	margin-top: -50px;
}

.qc-bg i {
	color: #fff;
	font-size: 34px;
}

.pages-list {
	margin-top: 78px;
	text-align: center;
}

.pages-list a {
	display: inline-block;
	color: #A4A4A4;
	font-size: 16px;
	border: 1px solid #F2F2F2;
	line-height: 1;
	transition: 0.45s;
}

.pl-sx {
	padding: 17px 29px;
}

.pl {
	padding: 17px;
}

.pages-list a.active,
.pages-list a:hover {
	background: #0062A6;
	color: #fff;
}


/* 发展历程 */

.about3-banner {
	width: 1370px;
	margin: 84px auto 148px;
}

.ab3-left {
	position: relative;
	width: 60%;
	float: left;
}

.ab3-item img {
	display: block;
	/*width: 100%;*/
}

.ab3-left .slick-prev,
.ab3-left .slick-next {
	position: absolute;
	right: -25px;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background-color: #fff;
	color: transparent;
	padding: 0;
	border: 1px solid #F2F2F2;
	outline: none;
	z-index: 200;
	margin-top: -1px;
}

.ab3-left .slick-prev {
	bottom: 50%;
}

.ab3-left .slick-next {
	top: 50%;
}

.ab3-left .slick-arrow i {
	display: block;
	font-family: "iconfont" !important;
	font-size: 20px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-align: center;
	color: #E5E5E5;
	transition: 0.35s;
}

.ab3-left .slick-prev i:before {
	content: "\e772";
}

.ab3-left .slick-next i:before {
	content: "\e65e";
}

.ab3-left .slick-arrow:hover i {
	color: #0062A6;
}

.ab3-right {
	width: 32%;
	float: right;
}

.ar3-title {
	color: #0062A6;
	font-size: 30px;
	font-weight: normal;
	padding-left: 20px;
}

.al3-item {
	cursor: pointer;
	position: relative;
	margin-top: 20px;
}

.al3-item.slick-current .ai3-txt1 {
	color: #0062A6;
}

.al3-item.slick-current .ai3-icon {
	opacity: 1;
	visibility: visible;
}

.ai3-line {
	display: block;
	width: 1px;
	height: 76px;
	background: #E5E5E5;
}

.ai3-txt1 {
	color: #555555;
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
}

.ai3-txt2 {
	color: #666;
	font-size: 16px;
}

.ai3-icon {
	opacity: 0;
	visibility: hidden;
	display: block;
	position: absolute;
	left: 0;
	top: 53%;
	color: #0062A6;
	font-size: 18px;
}

.ai3-bot {
	margin-left: 20px;
}


/* 企业文化 */

.about4-wrap {
	position: relative;
}

.about4-cont1 {
	position: relative;
	width: 1200px;
	margin: 138px auto 213px;
}

.ac-bg-words {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -162px;
	z-index: 0;
	text-transform: uppercase;
	color: #FAFAFA;
	font-size: 180px;
	width: 100%;
	text-align: center;
	font-family: "DINPro.woff";
	font-weight: normal;
	/*transition: 0.45s;
	animation: fun 20s infinite linear;*/
}


/*@keyframes fun {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(50%);
	}
	50% {
		transform: translateY(100%);
	}
	75% {
		transform: translateY(50%);
	}
	100% {
		transform: translateY(0);
	}
}*/

.ac41-title {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -92.5px;
	z-index: 0;
}

.at-n {
	position: relative;
	z-index: 99;
	width: 185px;
	height: 185px;
	border-radius: 50%;
	background: #1A86D1;
	text-align: center;
	line-height: 185px;
	color: #fff;
	font-size: 30px;
	font-weight: 400;
}

.at-w {
	position: absolute;
	top: 0;
	left: 0;
	width: 185px;
	height: 185px;
	background: #8CC2E8;
	border-radius: 50%;
	-webkit-animation: living 3s linear infinite;
}

@keyframes living {
	0% {
		transform: scale(1);
		opacity: 0.5;
	}
	50% {
		transform: scale(1.3);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 0.5;
	}
}

.ac41-list {
	width: 79%;
	float: right;
	margin-left: -8%;
}

.ac41-list li {
	position: relative;
	width: 42%;
	float: left;
	margin-top: 30px;
	margin-left: 8%;
	padding: 10px 0;
	background: #F2F2F2;
	transition: 0.45s;
	cursor: pointer;
}

.ac41-list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
}

.ac41-list li:hover .al-num {
	background: #1A86D1;
}

.ac41-list li:hover {
	background: #8CC2E8;
}

.ac41-list li:hover .al-txt1 {
	color: #fff;
}

.ac41-list li:hover .al-txt2 {
	color: #fff;
}

.al-num {
	display: block;
	position: absolute;
	top: 15px;
	left: -35px;
	width: 74px;
	height: 74px;
	background: #707070;
	color: #fff;
	font-size: 30px;
	font-family: arial;
	text-align: center;
	line-height: 74px;
	font-weight: normal;
	transform: rotate(45deg);
	transition: 0.45s;
}

.an {
	display: block;
	transform: rotate(-45deg);
}

.al-bot {
	width: 76%;
	padding: 0 0 0 20%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}

.al-txt1 {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	height: 36px;
	overflow: hidden;
}

.al-txt2 {
	color: #A4A4A4;
	font-size: 16px;
	height: 48px;
	overflow: hidden;
	line-height: 1.5;
}

.about4-culture {
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.ac4-cover {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/static/image/op1.png) repeat;
	background-size: cover;
	padding: 116px 0 153px 0;
}

.ac4-title {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}

.ac4-culture {
	position: relative;
	width: 820px;
	margin: 100px auto 0;
}

.ac4-culture li {
	position: relative;
	float: left;
	width: 249px;
	cursor: pointer;
}

.ac4-culture li:hover .ac-c1 {
	background: #8CC2E8;
	opacity: 1;
}

.ac4-culture li:hover .ac-c2 {
	background: #1A86D1;
	color: #fff;
	-webkit-transform: rotate(45deg) scale(1.08);
	-moz-transform: rotate(45deg) scale(1.08);
	transform: rotate(45deg) scale(1.08);
}

.ac-iw1 {
	left: 37px;
}

.ac-iw2 {
	left: 74px;
}

.ac-iw3 {
	left: 111px;
}

.ac-iw4 {
	left: 176px;
}

.ac-iw5 {
	left: 213px;
}

.ac-c1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 176px;
	height: 176px;
	background: #fff;
	opacity: 0.3;
	z-index: 1;
	transform: rotate(45deg);
	transition: 0.45s;
}

.ac-c2 {
	position: relative;
	z-index: 99;
	background: #fff;
	width: 140px;
	height: 140px;
	text-align: center;
	color: #707070;
	font-size: 14px;
	-webkit-transform: rotate(45deg) scale(1);
	-moz-transform: rotate(45deg) scale(1);
	transform: rotate(45deg) scale(1);
	margin: 18px 0 0 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: 0.45s;
}

.ac-c2 font {
	display: block;
	width: 120px;
	transform: rotate(-45deg);
	position: relative;
	line-height: 1.5;
}

.values-wrap {
	position: relative;
	padding: 180px 0;
}

.values {
	position: relative;
}

.values-bot {
	position: relative;
	width: 700px;
	height: 590px;
	margin: 0 auto;
}

.values-bot .ac41-title {
	left: 50%;
	margin-left: -92.5px;
}

.vb-cricle li {
	display: block;
	position: absolute;
}

.vc-w {
	display: block;
	position: absolute;
	width: 171px;
	height: 171px;
	border-radius: 50%;
	background: #F2F2F2;
	z-index: 0;
}

.vc-n {
	width: 80px;
	height: 134px;
	text-align: center;
	padding: 0 30px;
	border-radius: 50%;
	background: #E5E5E5;
	position: relative;
	top: 18.5px;
	left: 16px;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}

.vc-index1 {
	left: 383px;
}

.vc-index2 {
	top: 203px;
	left: 526px;
}

.vc-index3 {
	left: 380px;
	top: 422px;
}

.vc-index4 {
	top: 422px;
	left: 127px;
}

.vc-index5 {
	top: 203px;
	left: 0;
}

.vc-index6 {
	left: 128px;
}

.vn1 {
	display: block;
	color: #666;
	font-size: 18px;
	font-weight: normal;
}

.vn2 {
	display: block;
	color: #A4A4A4;
	font-size: 14px;
	line-height: 1.3;
}


/* 产品中心 */

.pit-switch a {
	padding: 20px 25px !important;
}

.product-list li {
	position: relative;
	border: 1px solid #F2F2F2;
	box-sizing: border-box;
	padding: 80px 0 15px 0;
	background: #fff;
}

.product-list .ql-pic {
	text-align: center;
}

.product-list .ql-pic img {
	display: inline-block;
	width: auto;
	height: 320px;
}

.pl-words {
	position: relative;
	z-index: 999;
	color: #666;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 40px;
}

.product-detail-top {
	border-bottom: 1px solid #F2F2F2;
}

.pdl-w {
	width: 1200px;
	margin: 0 auto;
}

.pdt-l {
	float: left;
	padding: 15px 40px 15px 0;
	border-right: 1px solid #F2F2F2;
}

.pdt-l a {
	color: #666;
	font-size: 16px;
}

.pdt-l a:hover {
	color: #0062A6;
}

.pdt-r {
	float: right;
}

.pdt-r a {
	display: block;
	padding: 15px 25px;
	color: #666;
	font-size: 15px;
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
	transition: 0.45s;
}

.pdt-r a:hover {
	background: #0062A6;
	color: #fff;
}

.pd-bg {
	background: #FAFAFA;
}

.pd-wrap {
	width: 1200px;
	margin: 0 auto;
	padding: 91px 0 80px 0;
}

.pw-pic-bot {
	float: left;
}

.pw-lbot {
	width: 84%;
	float: left;
}

.pw-pic-bot {
	width: 36%;
	float: left;
}

.ppb-pic {
	position: relative;
	background: #fff;
	padding-top: 51px;
	text-align: center;
	border: 1px solid #F2F2F2;
}

.ppb-pic img {
	margin-bottom: 65px;
	display: inline-block;
}

.pp-icon {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 45px;
	height: 45px;
	background: #F2F2F2;
	line-height: 45px;
}

.pp-icon i {
	color: #A4A4A4;
	font-size: 20px;
}

.ppb-banner {
	width: 280px;
	margin: 15px auto 0;
	padding: 0 10px;
}

.pb-item {
	width: 23px;
	height: 33px;
	background: #fff;
	padding: 6px 11px;
	margin: 0 5px;
	border: 1px solid #F2F2F2;
}

.pb-item.slick-current {
	border: 1px solid #0062A6;
}

.pb-item img {
	width: 100%;
	height: 100%;
	display: block;
}

.ppb-banner .slick-prev,
.ppb-banner .slick-next {
	position: absolute;
	top: 50%;
	margin-top: -18.5px;
	display: block;
	height: 37px;
	width: 37px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background-color: #434343;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
	z-index: 200;
	border-radius: 50%;
}

.ppb-banner .slick-prev {
	left: -37px;
}

.ppb-banner .slick-next {
	right: -37px;
}

.ppb-banner .slick-arrow i {
	display: block;
	font-family: "iconfont" !important;
	font-size: 25px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
	line-height: 37px;
	text-align: center;
	color: #fff;
	transition: 0.35s;
}

.ppb-banner .slick-prev i:before {
	content: "\e771";
}

.ppb-banner .slick-next i:before {
	content: "\e770";
}

.ppb-banner .slick-arrow:hover {
	background-color: #0062A6;
}

.ppb-banner .slick-arrow:hover i {
	color: #fff;
}

.pw-detail {
	width: 59%;
	float: right;
}

.pd-title {
	padding-bottom: 40px;
	border-bottom: 3px solid #0062A6;
}

.pt1 {
	display: block;
	float: left;
	background: #0062A6;
	color: #fff;
	font-size: 16px;
	padding: 8px;
	vertical-align: middle;
}

.pt2 {
	float: left;
	color: #333;
	font-size: 30px;
	line-height: 1.2;
	margin-left: 18px;
}

.pd-bot {
	padding: 40px 0;
	border-bottom: 1px solid #E5E5E5;
}

.pd-bot img {
	float: left;
	width: 100%;
}

.pb1 {
	display: block;
	width: 10%;
	float: left;
	color: #999;
	font-size: 14px;
}

.pb2 {
	float: right;
	width: 88%;
	color: #666;
	font-size: 16px;
	line-height: 1.5;
}

.pw-recommended {
	width: 11%;
	float: right;
}

.pr-title {
	color: #666;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
}

.pr-list li {
	background: #fff;
	padding: 20px 0 12px 0;
	text-align: center;
	margin-top: 12px;
}

.pl-pic img {
	height: 140px;
}

.pl-txt {
	color: #999999;
	font-size: 12px;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 10px;
}

.pr-list li:hover .pl-txt {
	color: #006DB8;
}


/* 工程案例 */

.cases-wrap {
	width: 1618px;
	margin: 39px auto 70px;
}

.cases-list ul {
	margin-left: -3%;
}

.cases-list li {
	position: relative;
	float: left;
	width: 47%;
	margin: 20px 0 0 3%;
	border: 1px solid #F2F2F2;
	box-sizing: border-box;
}

.cases-list li:hover .cc-t1 {
	color: #0062A6;
}

.cases-list li:hover .cb-t2 {
	background: #0062A6;
}

.cases-list li:hover .cases-pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.cases-pic {
	float: left;
	width: 58%;
	overflow: hidden;
}

.cases-pic img {
	display: block;
	transition: 0.45s;
}

.cases-cont {
	float: right;
	width: 40%;
	padding-top: 30px;
}

.cc-t1 {
	color: #333;
	font-size: 20px;
	height: 36px;
	overflow: hidden;
	font-weight: 400;
}

.cc-t1,
.cc-t2 {
	padding-right: 40px;
}

.cc-t2 {
	color: #999;
	font-size: 16px;
	margin-top: 15px;
	line-height: 1.5;
	height: 48px;
	overflow: hidden;
}

.cc-b {
	position: absolute;
	width: 40%;
	right: 0;
	bottom: 0;
}

.cb-t1 {
	display: inline-block;
	margin-top: 14.5px;
	color: #A4A4A4;
	font-size: 14px;
}

.cb-t2 {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #E5E5E5;
	color: #fff;
	font-size: 25px;
	text-align: center;
	line-height: 50px;
	font-style: normal;
	float: right;
	transition: 0.45s;
}


/* 案例详情 */

.cdt-bot1 {
	width: 900px;
	margin: 0 auto;
	padding: 60px 0;
	text-align: center;
}

.cdt-txt1 {
	color: #333;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.5;
}

.cdt-txt2 {
	color: #999999;
	font-size: 14px;
}

.cdt-bot2 {
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	padding: 15px 0;
}

.cb-w {
	width: 1200px;
	margin: 0 auto;
}

.cb-w900 {
	width: 900px;
	margin: 0px auto;
}

.cb-l {
	float: left;
}

.cb-r {
	float: right;
}

.clt {
	color: #999999;
	font-size: 16px;
	margin-right: 59px;
}

.clt b {
	color: #666;
	font-size: 18px;
	font-weight: 400;
}

.crt1 {
	font-size: 16px;
	color: #A4A4A4;
	margin-right: 15px;
	vertical-align: middle;
}

.crt1 i {
	color: #A4A4A4;
	font-size: 17px;
	margin-right: 5px;
}

.crt2 {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #707070;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	transition: 0.35s;
}

.crt2:hover {
	border: 1px solid #0062A6;
}

.crt2:hover i {
	color: #0062A6;
}

.crt2 i {
	color: #707070;
	font-size: 15px;
}

.cases-detail-bg {
	position: relative;
	background: #F2F2F2;
	padding: 70px 0;
}

.cases-detail-words {
	width: 900px;
	margin: 0 auto;
	color: #666;
	font-size: 16px;
}

.return-cases-list a {
	display: block;
	width: 125px;
	height: 40px;
	background: #fff;
	margin: 60px auto 0;
	text-align: center;
	line-height: 40px;
	color: #A4A4A4;
	font-size: 16px;
	transition: 0.35s;
}

.return-cases-list a:hover {
	color: #0062A6;
}

.previous-btn {
	position: fixed;
	top: 50%;
}

.previous-btn:hover .pl-icon {
	background: #0062A6;
}

.previous-left {
	left: 10%;
}

.previous-right {
	right: 10%;
}

.pl-icon {
	display: block;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	text-align: center;
	line-height: 37px;
	background: #434343;
	margin: 0 auto;
	transition: 0.45s;
}

.pl-icon i {
	color: #fff;
	font-size: 15px;
}

.pl-txt {
	color: #666;
	font-size: 16px;
	margin-top: 5px;
	text-align: center;
}


/* 营销网络 */

.service-wrap {
	width: 1618px;
	margin: 0 auto;
	padding: 50px 0;
}

.service-list {
	margin-left: -2%;
}

.service-list li {
	float: left;
	width: 31.333%;
	margin-top: 40px;
	border: 1px solid #F2F2F2;
	box-sizing: border-box;
	margin-left: 2%;
	cursor: pointer;
	transition: 0.45s;
	height: 271px;
}

.service-list li:hover {
	border-left: 2px solid #0062A6;
	border-right: 2px solid #0062A6;
	border-top: 2px solid #0062A6;
	border-bottom: 15px solid #0062A6;
}

.service-list li:hover .sl-bot {
	padding: 30px 30px 15px 30px;
}

.service-list li:hover .st-icon {
	width: 25px;
	opacity: 1;
	visibility: visible;
	margin-right: 10px;
}

.service-list li:hover .sl-title {
	color: #0062A6;
}

.sl-title {
	color: #333;
	font-size: 26px;
	font-weight: 400;
	padding: 25px 30px;
	border-bottom: 1px solid #F2F2F2;
	line-height: 1;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sl-title font {
	vertical-align: middle;
}

.st-icon {
	opacity: 0;
	visibility: hidden;
	display: inline-block;
	width: 0;
	height: 25px;
	background: url(/static/image/start.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	transition: 0.45s;
}

.sl-bot {
	padding: 30px;
}

.sl-words {
	margin-top: 10px;
	color: #999;
}

.sl-words font {
	display: block;
	float: left;
	font-size: 15px;
}

.sw-txt {
	display: block;
	float: left;
	width: 80%;
	font-size: 16px;
	margin-left: 14px;
	line-height: 1.5;
	max-height: 48px;
	overflow: hidden;
}


/* 新闻中心 */

.news-wrap {
	width: 1618px;
	margin: 0 auto;
	padding: 20px 0 80px 0;
}

.news-list-bot {
	margin-left: -3%;
}

.news-list-bot li {
	position: relative;
	float: left;
	margin-top: 40px;
	box-sizing: border-box;
	width: 47%;
	height: 232px;
	margin-left: 3%;
	border: 1px solid #F2F2F2;
}

.news-list-bot li:hover .nc-title {
	color: #0062A6;
}

.news-list-bot li:hover .nlb-pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.nlb-pic {
	position: relative;
	float: left;
	width: 42%;
	overflow: hidden;
}

.nlb-pic img {
	display: block;
	transition: 0.45s;
}

.no-pic {
	padding-bottom: 230px;
}

.nlb-cont {
	float: right;
	width: 52%;
	padding: 2% 3%;
}

.np-cont {
	width: 94% !important;
	position: absolute;
	top: 6%;
	left: 3%;
	right: 3%;
	bottom: 2%;
}

.nc-time {
	color: #A4A4A4;
	font-size: 15px;
}

.nc-title {
	color: #333;
	font-size: 20px;
	margin-top: 20px;
	font-weight: 400;
	line-height: 1.5;
	height: 30px;
	overflow: hidden;
}

.nc-desc {
	color: #999;
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.5;
	height: 48px;
	overflow: hidden;
}

.nc-more {
	display: block;
	font-weight: normal;
	color: #A4A4A4;
	font-size: 15px;
	margin-top: 40px;
}


/* 人力资源 */

.human-resources-wrap {
	width: 1612px;
	margin: 0 auto;
	padding: 60px 0 70px 0;
}

.talent-concept {
	position: relative;
	padding: 162px 0 178px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.ri-list li {
	border: 1px solid #F2F2F2;
	margin-top: 10px;
}

.tc-words {
	width: 832px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.tw1 {
	font-size: 30px;
	font-weight: 400;
}

.tw2 {
	font-size: 16px;
	margin-top: 25px;
}

.recruitment-information {
	margin-top: 57px;
}

.ri-head {
	background: #0062A6;
}

.ri-head span {
	width: 16%;
	color: #fff;
}

.rl-information.active {
	background: #008BEB;
}

.rl-information.active span {
	color: #FFFFFF;
}

.rl-information span {
	color: #666666;
	height: 65px;
	line-height: 65px;
}

.ri-head span {
	padding: 20px 0;
}

.ri-total span {
	display: block;
	float: left;
	text-align: center;
	font-size: 16px;
}

.ri-w {
	width: 16%;
}

.ri-lw {
	float: right !important;
	cursor: pointer;
	box-sizing: border-box;
	width: 4%;
	text-align: center;
	border-left: 1px solid #F2F2F2;
}

.ri-lw i {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 auto;
	background: url(/static/image/more.png) no-repeat;
	background-size: contain;
	margin-top: 24.5px;
}

.ri-lw.active {
	background: #FFFFFF !important;
}

.ri-lw.active i {
	width: 16px;
	height: 2px;
	margin-top: 33.5px;
	background: url(/static/image/more-zk.png) no-repeat;
	background-size: contain;
}

.rl-detail {
	display: none;
	padding: 39px 100px;
	color: #555555;
	font-size: 15px;
}

.load-more-btn {
	display: block;
	width: 125px;
	height: 40px;
	border: 1px solid #E5E5E5;
	text-align: center;
	line-height: 40px;
	color: #A4A4A4;
	font-size: 16px;
	margin: 48px auto 0;
}

.load-more-btn:hover {
	color: #0062A6;
}


/* 联系我们 */

.maps {
	height: 864px;
}

.contact-us-wrap {
	width: 1596px;
	margin: 90px auto 56px;
}

.cuw-title {
	color: #0062A6;
	font-size: 30px;
	text-align: center;
	font-weight: 400;
}

.cuw-list {
	margin-top: 65px;
}

.cuw-list li {
	float: left;
	height: 143px;
	margin-top: -1px;
	margin-left: -1px;
}

.cl-w {
	padding: 40px 6% 20px 6%;
	width: 25%;
	border: 1px solid #E5E5E5;
	margin-top: -1px;
	box-sizing: border-box;
}

.cl-txt1 {
	color: #999;
	font-size: 14px;
}

.cl-txt2 {
	color: #333;
	font-size: 16px;
	max-height: 54px;
	overflow: hidden;
}


/*index style end*/


/*404 style*/

.noPage .pageC {
	width: 90%;
	margin: 0px auto;
}

.add-fc {
	text-align: center;
}

.no-t {
	font-size: 30px;
	font-weight: bold;
	color: #333;
}

.no-btn {
	width: 160px;
	height: 50px;
	line-height: 50px;
	display: block;
	margin: 0px auto;
	background-color: #0062A6;
	text-align: center;
	color: #fff;
}

.no-btn .txt {
	color: #fff;
}

.no-btn:hover {
	background-color: #222;
}


/*404 style end*/


/*serach style*/

.page-padding {
	padding: 80px 0;
}

.serach-box {
	position: relative;
	padding: 74px 0;
	background-color: #f3f3f3;
}

.serach-banner-box .t {
	font-size: 24px;
	padding-bottom: 8px;
}

.serach-banner {
	position: relative;
	width: 448px;
	padding: 16px 84px 16px 24px;
	background-color: #fff;
	height: 24px;
	line-height: 24px;
}

.serach-banner .txt {
	border: 0px none;
	height: 24px;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: transparent;
	font-size: 14px;
	color: #333;
}

.serach-banner .btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 84px;
	line-height: 56px;
	height: 100%;
	background-color: #0062A6;
	text-align: center;
}

.serach-banner .btn i {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 24px;
}

.serach-banner .btn:hover {
	background-color: #636363;
}

.serachList a:link,
.serachList a:visited {
	color: #333;
}

.serachList a:active,
.serachList a:hover {
	color: #0062A6;
}

.serachList {
	padding: 15px 0px 0;
}

.serachList a {
	display: block;
	padding: 15px 2%;
	line-height: 1.4;
	border-bottom: 1px solid #EEEEEE;
}

.serachList a:hover {
	background-color: #f5f5f5;
}

.cblue {
	color: #0062A6;
}

.vwrap {
	display: none;
	z-index: 11040;
	width: 100%;
	position: fixed;
}

.vwrap .videobtg {
	z-index: 900;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	overflow: hidden;
}

.vwrap .videobox {
	z-index: 990;
	width: 800px;
	height: 400px;
	background-color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -400px;
}

.vwrap .videobox #videobox {
	width: 100%;
	display: inline-block;
	height: 100%;
	background: #80abde;
}

#videobox_wrapper {
	height: 100%!important;
}

.vwrap .closes {
	z-index: 999;
	width: 32px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: -42px;
}

.vwrap .closes i {
	display: block;
	width: 32px;
	height: 32px;
	background: url(/static/image/close.png) no-repeat 50% 50%;
}

.vwrap .closes:hover i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#videobox_display_button,
#videocontainer_display_button {
	background: none no-repeat!important;
}

.jwplayer .jwicon {
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
}

.jwplayer .jwicon:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.jwlogo,
.jwclick {
	display: none!important;
}

.jwdisplayIcon {
	background: none no-repeat!important;
}

.videoList {
	margin-left: -2%;
}

.videoList li {
	position: relative;
	float: left;
	width: 31.333%;
	margin-left: 2%;
	background: #F2F2F2;
	box-sizing: border-box;
	margin-top: 30px;
	transition: 0.45s;
}

.videoList li:hover .vwcover {
	background: url(/static/image/op6.png) repeat;
}

.videoList li:hover .vwplay:before {
	background: url(/static/image/op5.png) repeat;
}

.videoList li:hover,
.videoList li:hover .vwplay {
	background: #0062A6;
}

.videoList li:hover .vctxt1,
.videoList li:hover .vctxt2 {
	color: #fff;
}

.videoList li:hover .vlpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.vlbox {
	position: relative;
}

.vlpic {
	overflow: hidden;
}

.vlpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.vlcont {
	padding: 26px 40px;
}

.vctxt1 {
	color: #707070;
	font-size: 20px;
	font-weight: normal;
	height: 36px;
	overflow: hidden;
}

.vctxt2 {
	color: #A4A4A4;
	font-size: 14px;
	height: 50px;
	overflow: hidden;
	margin-top: 3px;
}

.videotxt {
	margin-top: 30px;
}

.videos {
	width: 100%;
}

.trailer {
	position: relative;
	line-height: 0;
	margin-top: 16px;
	overflow: hidden;
}

.trailer .markimg {
	display: block;
	height: 400px;
	width: 100%;
	position: relative;
}

.vbBox {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 5;
}

.jwplayer {
	opacity: 0;
	height: 100% !important;
}

.video {
	position: absolute;
	cursor: pointer;
	left: 50%;
	text-align: center;
	margin-left: -28px;
	top: 50%;
	margin-top: -28px;
	z-index: 10;
}

.video:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 17px solid #fff;
	position: absolute;
	left: 22px;
	top: 50%;
	margin-top: -11px;
	transition: 0.36s;
	border-radius: 2px;
}

.video span {
	display: block;
	width: 56px;
	height: 56px;
	position: relative;
	margin: auto;
}

.video span img {
	display: block;
	max-width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.video span:after,
.video span:before {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	border-style: solid;
	border-color: #fff;
	border-radius: 50%;
	border-width: 2px;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.video span:after {
	opacity: 0;
	-webkit-transform: scale(.8);
	transform: scale(.8);
}

.trailer:hover .markimg {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
}

.trailer:hover .video span:after,
.trailer:hover .video span:before {
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s
}

.trailer:hover .video span:before {
	opacity: 0;
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

.trailer:hover .video span:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.video b {
	display: block;
	text-align: center;
	line-height: 1;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 16px;
}

.jwlogo {
	display: none !important;
}


/*serach style end*/