@charset "utf-8";
/* 
 * Project Name:数之联
 * Author:浅浅
 * Date：2017-3-29
 */
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;
}

caption, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0px;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

body {
	font: 14px/1.8 "Microsoft Yahei","微软雅黑",Arial,Helvetica,sans-serif,"SimHei","黑体";
	margin: 0 auto;
	color: #666;
	background-color: #fff;
}

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;
}

table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	text-align: left;
}

table thead tr {
	background-color: #e2e2ea;
}

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: #f29100;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #f29100;
	color: #fff;
	text-shadow: none;
}

select {
	outline: none;
}

select::-ms-expand {
	display: none;
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-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;
}

.fc {
	text-align: center;
}
.pinner .pageC p{
	text-align: center;
}
.fr {
	text-align: right;
}

.l {
	float: left;
	display: inline-block;
}

.r {
	float: right;
	display: inline-block;
}

.vt {
	vertical-align: top;
}

.vm {
	vertical-align: middle;
}

.inner {
	width: 1100px;
	margin: 0px auto;
}

.pinner {
	width: 1000px;
	margin: 0px auto;
}

.top {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	border-bottom: 1px solid #cccccc;
	height: 60px;
	background-color: #fff;
}

.top a:link, .top a:visited {
	color: #333;
}

.top a:active, .top a:hover {
	color: #f28e00;
}

.logo {
	display: block;
	overflow: hidden;
	padding: 15px 20px 12px;
	width: 162px;
	position: absolute;
	left: 5%;
	top: 0;
	background-color: #fff;
	box-shadow: 0 0 5px 1px rgba(26,26,26,0.3);
}

.logo img {
	width: 100%;
	display: block;
}

.grop-sider {
	float: right;
	display: block;
	margin-right: 5%;
}

.nav {
	float: left;
	display: block;
	margin-right: 18px;
}

.nav li {
	float: left;
	display: block;
	width: 100px;
	text-align: center;
	position: relative;
}

.nav .nav-link {
	height: 60px;
	line-height: 60px;
	display: block;
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.nav .nav-link.hov {
	color: #f28e00;
}

.nav .subnav a:link, .nav .subnav a:visited {
	color: #fff;
}

.nav .subnav a:active, .nav .subnav a:hover {
	color: #f28e00;
}

.nav .subnav {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	padding: 18px 0px;
	display: none;
	background: url(../images/black_50.png) repeat;
	background: none rgba(0,0,0,0.5);
}

.nav .subnav a {
	display: block;
	padding: 5px 0px;
	line-height: 1.4;
}

.search-box {
	float: left;
	position: relative;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding: 0px 62px 0px 10px;
	height: 60px;
	width: 146px;
}

.search-box .search-txt {
	border: 0;
	height: 20px;
	line-height: 20px;
	width: 100%;
	background-color: transparent;
	color: #666;
	margin-top: 20px;
}

.search-box .search-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 100%;
	background: url(../images/serach_btn.png) no-repeat scroll center center;
	right: 0px;
}

.search-box .search-btn:hover {
	background-color: #E2E2EA;
}

.top.fixed .logo {
	padding: 5px 20px 4px;
	width: 126px;
}

.trans, .trans:hover {
	-webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-ms-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.trans-fast, .trans-fast:hover {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
}

.menu-handler {
	display: none;
	width: 54px;
	height: 53px;
	border-left: 1px solid #cccccc;
	cursor: pointer;
	position: absolute;
	z-index: 1005;
	right: 0px;
	top: 0px;
	transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
	-moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.menu-handler .burger {
	width: 24px;
	height: 2px;
	background-color: #666666;
	display: block;
	position: absolute;
	z-index: 5;
	top: 16px;
	left: 50%;
	margin: 0px 0px 0px -12px;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
}

.menu-handler .burger-2 {
	top: 24px;
}

.menu-handler .burger-3 {
	top: 32px;
}

.menu-handler.active .burger-1 {
	top: 24px;
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

.menu-handler.active .burger-2 {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	left: 100%;
}

.menu-handler.active .burger-3 {
	top: 24px;
	-moz-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

.search-Mbtn {
	width: 54px;
	height: 53px;
	position: absolute;
	right: 54px;
	top: 0px;
	cursor: pointer;
	display: none;
	border-left: 1px solid #cccccc;
}

.search-Mbtn i {
	width: 24px;
	height: 24px;
	background: url(../images/serach_btn2.png) no-repeat scroll center center;
	background-size: cover;
	display: block;
	margin: 15px auto;
}

.searchIBox {
	position: fixed;
	left: 0px;
	top: 53px;
	height: 0px;
	overflow: hidden;
	padding: 12px 108px 12px 3%;
	background-color: #666;
	z-index: 800;
	width: 100%;
	box-sizing: border-box;
	-webkit-transform: perspective(600px) rotateX(-90deg);
	-moz-transform: perspective(600px) rotateX(-90deg);
	-ms-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: center top 0;
	-moz-transform-origin: center top 0;
	-ms-transform-origin: center top 0;
	transform-origin: center top 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all .3s ease .2s;
	-moz-transition: all .3s ease .2s;
	-ms-transition: all .3s ease .2s;
	transition: all .3s ease .2s;
	visibility: hidden;
}

.searchIBox.active {
	visibility: visible;
	-webkit-transform: perspective(600px) rotateX(0deg);
	-moz-transform: perspective(600px) rotateX(0deg);
	-ms-transform: perspective(600px) rotateX(0deg);
	transform: perspective(600px) rotateX(0deg);
	height: 48px;
}

.searchIBox .txt {
	border: 0px none;
	height: 24px;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
	width: 95%;
	background-color: transparent;
	font-size: 14px;
	color: #fff;
	font-family: "microsoft yahei";
}

.searchIBox .btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 108px;
	height: 100%;
	background-color: #F29100;
}

.searchIBox .btn i {
	width: 20px;
	height: 20px;
	background: url(../images/serach_btn3.png) no-repeat scroll center center;
	background-size: cover;
	display: block;
	margin: 16px auto;
}

.search-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.5);
	display: none;
	z-index: 850;
}

.menuBox {
	position: fixed;
	left: 0px;
	top: -100%;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 900;
	background-color: #ffffff;
	color: #666666;
	display: none;
}

.menuBox a:link, .menuBox a:visited {
	color: #333;
}

.menuBox a:active, .menuBox a:hover {
	color: #f29200;
}

.menu {
	padding: 80px 0px 190px;
	text-align: center;
	width: 94%;
	margin: 0px auto;
	line-height: 1.5;
}

.menu li > a {
	font-size: 24px;
	display: block;
	padding: 20px 0px;
}

.menu li > a.active {
	background-color: #004ea2;
	color: #fff;
}

.menu .subMenu {
	display: block;
	width: 90%;
	margin: 0px auto;
	display: none;
	border-bottom: 1px solid #CCCCCC;
}

.menu .subMenu a {
	font-size: 18px;
	display: block;
	padding: 12px 0px;
}

.menuBox-bot a:link, .menuBox-bot a:visited {
	color: #fff;
}

.menuBox-bot a:active, .menuBox-bot a:hover {
	color: #fff;
}

.menuBox-bot {
	width: 100%;
	margin: 0px auto;
	color: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 110px;
	background-color: #fff;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
}

.menuBox-bot .item {
	float: left;
	display: block;
	width: 33.33%;
}

.menuBox-bot .item a {
	display: block;
	padding: 25px 0px;
}

.menuBox-bot .item a:active {
	background-color: #929292;
}

.menuBox-bot .item .ico {
	display: block;
	background-image: url(../images/sharp2.png);
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	margin: 0px auto;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
}

.menuBox-bot .item .i1 {
	background-position: 0px 0px;
}

.menuBox-bot .item .i2 {
	background-position: -60px 0px;
}

.menuBox-bot .item .i3 {
	background-position: -120px 0px;
}

.menuBox-bot .item:hover .i1 {
	background-position: 0px -60px;
}

.menuBox-bot .item:hover .i2 {
	background-position: -60px -60px;
}

.menuBox-bot .item:hover .i3 {
	background-position: -120px -60px;
}

.menuBox-bot .t {
	padding: 3% 0px 1%;
}

.menuBox-bot .sharpbox {
	float: right;
}

.mtop {
	height: 60px;
}

.footbox {
	background-color: #114e83;
	color: #fff;
	font-family: "SimHei","黑体","Microsoft Yahei","微软雅黑",Arial,Helvetica,sans-serif;
}

.footbox a:link, .footbox a:visited {
	color: #fff;
}

.footbox a:active, .footbox a:hover {
	color: #f29200;
}

.linkBox {
	padding: 50px 0px 25px;
}

.linkBox .conBox {
	float: left;
	display: block;
	width: 70%;
}

.linkBox .sharpItem {
	float: right;
	display: block;
}

.foot {
	border-top: 1px solid #2669a3;
	padding: 8px 0px;
}

.foot-nav {
	float: right;
	display: block;
}

.foot-nav .line {
	padding: 0px 15px;
}

.ermBox {
	padding: 10px;
	border: 1px solid #7095b5;
	width: 90px;
	margin-bottom: 10px;
	float: right;
}

.ermBox img {
	width: 100%;
	display: block;
}

.fsharp a {
	display: block;
	width: 26px;
	height: 26px;
	margin-left: 15px;
	background: url(../images/sharp.png) no-repeat scroll -78px 0px;
	background: none rgba(255,255,255,1);
	border-radius: 50%;
	float: left;
	position: relative;
}

.fsharp a em {
	background: url(../images/sharp.png) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

.fsharp a.a1 {
	margin-left: 8;
}

.fsharp a.a1 .i {
	background-position: 0px 0px;
}

.fsharp a.a2 .i {
	background-position: -26px 0px;
}

.fsharp a.a3 .i {
	background-position: -52px 0px;
}

.fsharp a.a1:hover .i {
	background-position: 0px -26px;
}

.fsharp a.a2:hover .i {
	background-position: -26px -26px;
}

.fsharp a.a3:hover .i {
	background-position: -52px -26px;
}

.linkBox .conBox .c-i {
	padding-left: 30px;
	background-position: left 2px;
	background-repeat: no-repeat;
	margin-bottom: 8px;
	display: inline-block;
}

.linkBox .conBox .c-i1 {
	background-image: url(../images/c_i1.png);
}

.linkBox .conBox .c-i2 {
	background-image: url(../images/c_i2.png);
}

.linkBox .conBox .c-i3 {
	background-image: url(../images/c_i3.png);
}

.linkBox .conBox .c-i4 {
	background-image: url(../images/c_i4.png);
}

.dock {
	position: fixed;
	right: 0;
	bottom: 40%;
	z-index: 800;
}

.dock a {
	width: 40px;
	height: 40px;
	margin-bottom: 1px;
	display: block;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(4, 0, 0, 0.1);
}
.dock .itel{ display: none;}
.dock a i {
	background: url(../images/sider_ico.png) no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.dock a i.i1 {
	background-position: -120px 0px;
}

.dock a i.i2 {
	background-position: 0px 0px;
}

.dock a i.i3 {
	background-position: -40px 0px;
}

.dock a i.i4 {
	background-position: -80px 0px;
}

.dock a:hover i.i2 {
	background-position: 0px -40px;
}

.dock a:hover i.i3 {
	background-position: -40px -40px;
}

.dock a:hover i.i4 {
	background-position: -80px -40px;
}

.popUpblack {
	background: url(../images/black_60.png) repeat;
	background: none rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1030;
	display: none;
}

.popUp {
	width: 220px;
	height: 264px;
	border: 5px solid #eeeeee;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -115px;
	z-index: 1004;
}

.popUp .img {
	padding: 20px;
}

.popUp .img img {
	width: 100%;
	height: 100%;
	display: block;
}

.popUp .t {
	padding: 10px 0px;
	color: #666;
	font-weight: bold;
	background: #eeeeee;
	text-align: center;
}

.pbanner {
	position: relative;
	overflow: hidden;
	min-height: 300px;
	background: /* url(../images/loader.gif) no-repeat scroll center center #fff*/;
}

.pbanner .load-img {
	display: block;
	width: 100%;
}

.picw .load-img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	opacity: 0;
}

.trans-1 .load-img {
	transition: all 1.2s cubic-bezier(0.165, 0.74, 0.44, 1) 0s;
	-webkit-transition: all 1.2s cubic-bezier(0.165, 0.74, 0.44, 1) 0s;
}

.pbanner-C a:link, .pbanner-C a:visited {
	color: #fff;
}

.pbanner-C a:active, .pbanner-C a:hover {
	color: #d5012a;
}

.pbanner-C {
	position: absolute;
	left: 5%;
	top: 0%;
	width: 90%;
	visibility: hidden;
	height: 100%;
	display: block;
	color: #fff;
	text-align: center;
}

.pbanner-C .t {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
}

.pbanner-C.inview {
	visibility: visible;
	-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: flipInX 2s 1;
	animation: flipInX 2s 1;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@-moz-keyframes flipInX {
	0% {
		-moz-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-moz-transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-moz-transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-moz-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@-o-keyframes flipInX {
	0%; {
		-o-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-o-transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-o-transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-o-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		transform: perspective(400px) rotateX(10deg);
	}

	100% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

.pbanner-C .bot {
	width: 30px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 15px auto 0px;
}

.pbanner-vico {
	background: url(../images/vico.png) no-repeat;
	width: 80px;
	height: 80px;
	display: block;
	background-size: cover;
	margin: 25px auto 0px;
	cursor: pointer;
}

.pagePadding {
	padding: 60px 0px;
}

.pageC a:link, .pageC a:visited {
	color: #f29200;
}

.pageC a:active, .pageC a:hover {
	color: #333;
}

.pageC {
	color: #666;
    margin-bottom:50px;
}

.pageC img {
	max-width: 100% !important;
}
/*video*/
.vwrap {
	display: none;
	z-index: 1040;
	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: 500px;
	background-color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -250px;
	margin-left: -400px;
}

.vwrap .videobox #videobox {
	width: 100%;
	display: inline-block;
	height: 100%;
	background: #80abde;
}

#videobox_wrapper {
	height: 100%!important;
}

.vwrap .close {
	z-index: 999;
	width: 32px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: -42px;
}

.vwrap .close i {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/closebtn.png) no-repeat 50% 50%;
	-webkit-transition: 400ms;
	transition: 400ms;
}

.vwrap .close: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;
	background: url(../images/vico.png) no-repeat scroll center center !important;
	width: 50px!important;
	height: 50px!important;
	transform: rotate(0deg) !important;
}

.jwplayer .jwicon:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.jwlogo, .jwclick {
	display: none!important;
}

.jwdisplayIcon {
	background: none no-repeat!important;
}
/*video style end*/
/* 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: #00865e url(../images/loader.gif) center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
/* Arrows */
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}
/* Dots */
.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	outline: none;
}

.slick-dots li button:focus {
	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);
	}
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}

    /* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
 /*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
}
    /* Clickable class fix problem with hover on touch devices */
    /* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
 /*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

    /* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
 /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span {
}

        /* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px;
}
/* fade */
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}

.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
	0% {
		opacity: 1;
	}
}

@-moz-keyframes empty {
	0% {
		opacity: 1;
	}
}

@keyframes empty {
	0% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes backSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}
}

@-moz-keyframes backSlideOut {
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%);
	}
}

@keyframes backSlideOut {
	25% {
		opacity: .5;
		transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%);
	}
}

@-webkit-keyframes backSlideIn {
	0%, 25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0);
	}
}

@-moz-keyframes backSlideIn {
	0%, 25% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateZ(0) translateX(0);
	}
}

@keyframes backSlideIn {
	0%, 25% {
		opacity: .5;
		transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		transform: translateZ(0) translateX(0);
	}
}

@-webkit-keyframes scaleToFade {
	to {
		opacity: 0;
		-webkit-transform: scale(.8);
	}
}

@-moz-keyframes scaleToFade {
	to {
		opacity: 0;
		-moz-transform: scale(.8);
	}
}

@keyframes scaleToFade {
	to {
		opacity: 0;
		transform: scale(.8);
	}
}

@-webkit-keyframes goDown {
	from {
		-webkit-transform: translateY(-100%);
	}
}

@-moz-keyframes goDown {
	from {
		-moz-transform: translateY(-100%);
	}
}

@keyframes goDown {
	from {
		transform: translateY(-100%);
	}
}

@-webkit-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}

@-moz-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-moz-transform: scale(1.5);
	}
}

@keyframes scaleUpFrom {
	from {
		opacity: 0;
		transform: scale(1.5);
	}
}

@-webkit-keyframes scaleUpTo {
	to {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}

@-moz-keyframes scaleUpTo {
	to {
		opacity: 0;
		-moz-transform: scale(1.5);
	}
}

@keyframes scaleUpTo {
	to {
		opacity: 0;
		transform: scale(1.5);
	}
}
/*base style end*/
/*index style*/
.transYT {
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transition: transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	-webkit-transition: -webkit-transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.transYT2 {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transition: transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	-webkit-transition: -webkit-transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.transXT {
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transition: transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	-webkit-transition: -webkit-transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.transXT2 {
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transition: transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	-webkit-transition: -webkit-transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.transYT50 {
	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;
}

.transYT10 {
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
	transition: transform 400ms,opacity .4s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 400ms,opacity .4s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.transYT250 {
	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;
}

.transXT50 {
	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;
}

.transXT280 {
	transform: translateX(-80px);
	-webkit-transform: translateX(-80px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms,opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms,opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.action.transYT50, .action.transYT10 {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.action.transYT250 {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.action.transXT50 {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.action.transXT280 {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.action.transYT {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.action.transYT2 {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.action.transXT {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.action.transXT2 {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.tlbg:after, .trbg:after, .ttbg:after, .tbbg:after {
	background-color: #eee;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px: transition: transform .8s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	-webkit-transition: transform .8s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	z-index: 1;
}

.tlbg:after {
	transform-origin: left top 0;
	-webkit-transform-origin: left top 0;
}

.trbg:after {
	transform-origin: right top 0;
	-webkit-transform-origin: right top 0;
}

.ttbg:after {
	transform-origin: left top 0;
	-webkit-transform-origin: left top 0;
}

.tbbg:after {
	transform-origin: left bottom 0;
	-webkit-transform-origin: left bottom 0;
}

.action.tlbg:after, .action.trbg:after, .inview .tlbg:after {
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
}

.action.ttbg:after, .action.tbbg:after {
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
}

.no-csstransforms .action.tlbg:after, .no-csstransforms .action.trbg:after, .no-csstransforms .action.ttbg:after, .no-csstransforms .action.tbbg:after, .no-csstransforms .inview .tlbg:after {
	z-index: -1;
	background-color: transparent;
}

.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;
}

.align-vertical {
	height: 100%;
	width: 100%;
	position: relative;
	display: table;
}

.vertical-inner {
	display: table-cell;
	vertical-align: middle;
}

.videoBanner a:link, .videoBanner a:visited {
	color: #fff;
}

.videoBanner a:active, .videoBanner a:hover {
	color: #F29100;
}

.videoBanner {
	position: relative;
	overflow: hidden;
}

.videoBanner .pimg {
	display: block;
	width: 100%;
	background-color: #737373;
}

@-webkit-keyframes Turnico {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes Turnico {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes Turnico2 {
	0% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes Turnico2 {
	0% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.banner-ybox {
	width: 518px;
	height: 518px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -259px 0px 0px -259px;
	z-index: 10;
	color: #fff;
	text-align: center;
}

.banner-ybox i {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-ybox .y1 {
	background-image: url(../img/szl_y1.png);
	-webkit-animation: 8s linear 0s infinite running Turnico;
	animation: 8s linear 0s infinite running Turnico;
}

.banner-ybox .y2 {
	background-image: url(../img/szl_y2.png);
	-webkit-animation: 5s linear 0s infinite running Turnico;
	animation: 5s linear 0s infinite running Turnico;
}

.banner-ybox .y3 {
	background-image: url(../img/szl_y3.png);
	-webkit-animation: 12s linear 0s infinite running Turnico;
	animation: 12s linear 0s infinite running Turnico;
}

.banner-ybox .y4 {
	background-image: url(../img/szl_y4.png);
	-webkit-animation: 15s linear 0s infinite running Turnico2;
	animation: 15s linear 0s infinite running Turnico2;
}

.banner-ybox .y5 {
	background-image: url(../img/szl_y5.png);
	-webkit-animation: 7s linear 0s infinite running Turnico2;
	animation: 7s linear 0s infinite running Turnico2;
}

.banner-ybox .en {
	font-size: 23px;
	font-family: arial, helvetica, sans-serif;
}

.banner-ybox .zh {
	font-weight: bold;
	font-size: 60px;
	line-height: 1.1;
}

.banner-ybox .zh2 {
	font-weight: bold;
	font-size: 70px;
	line-height: 1.1;
	margin-bottom: 10px;
}

.banner-ybox .more {
	font-weight: bold;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
}

.mouseIco {
	background: url(../images/mouse_bg.png) no-repeat scroll center center;
	width: 31px;
	height: 47px;
	position: absolute;
	left: 50%;
	bottom: 5%;
	margin-left: -15px;
	z-index: 10;
}

.mouseIco i {
	width: 5px;
	height: 12px;
	display: block;
	position: absolute;
	left: 13px;
	margin-top: 8px;
	background-color: #fff;
	border-radius: 3px;
	-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(15px);
		-webkit-transform: translateY(15px);
		opacity: 0;
	}
}

@-webkit-keyframes mouse-dot {
	from {
		opacity: 0;
	}

	33% {
		opacity: 1;
	}

	to {
		transform: translateY(15px);
		-webkit-transform: translateY(15px);
		opacity: 0;
	}
}

.balck-20, .balck-30, .balck-40, .balck-50, .balck-60, .balck-70, .balck-80 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.balck-20 {
	background: url(../images/black_20.png) repeat;
	background: none rgba(0,0,0,0.2);
}

.balck-30 {
	background: url(../images/black_30.png) repeat;
	background: none rgba(0,0,0,0.3);
}

.balck-40 {
	background: url(../images/black_40.png) repeat;
	background: none rgba(0,0,0,0.4);
}

.balck-50 {
	background: url(../images/black_50.png) repeat;
	background: none rgba(0,0,0,0.5);
}

.balck-60 {
	background: url(../images/black_60.png) repeat;
	background: none rgba(0,0,0,0.6);
}

.balck-70 {
	background: url(../images/black_70.png) repeat;
	background: none rgba(0,0,0,0.7);
}

.balck-80 {
	background: url(../images/black_80.png) repeat;
	background: none rgba(0,0,0,0.8);
}

.ilink {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: block;
}

.product-Ibox {
	padding: 90px 0px;
}

.iboxT {
	color: #333;
	text-align: center;
}

.iboxT .en {
	font-size: 50px;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.1;
	font-weight: normal;
}

.iboxT .zh {
	font-size: 20px;
	line-height: 1.4;
	font-weight: normal;
}

.iboxT .name {
	font-size: 24px;
	line-height: 1.4;
	font-weight: normal;
}

.iboxT .pname {
	font-size: 18px;
	line-height: 1.4;
}

.iboxT .bot {
	width: 30px;
	height: 2px;
	background-color: #666;
	display: block;
	margin: 15px auto;
}

.iboxT .by {
	width: 80%;
	margin: 0px auto;
}

.iboxT .bs {
	font-size: 16px;
	color: #666666;
}

.iboxT .pico {
	margin: 0px auto;
	width: 100px;
	display: block;
}

.btn-viewMore {
	border: 1px solid #fff;
	width: 78px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	display: block;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}

.btn-viewMore .txt {
	color: #fff;
	text-transform: uppercase;
}

.btn-viewMore:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: #f39800;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .38s cubic-bezier(.4,0,.2,1);
	transition: -webkit-transform .38s cubic-bezier(.4,0,.2,1);
	transition: transform .38s cubic-bezier(.4,0,.2,1);
	transition: transform .38s cubic-bezier(.4,0,.2,1),-webkit-transform .38s cubic-bezier(.4,0,.2,1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}

.btn-viewMore:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}

.btn-viewMore:hover {
	border-color: #f39800;
}

.product-Ilist a:link, .product-Ilist a:visited {
	color: #999;
}

.product-Ilist a:active, .product-Ilist a:hover {
	color: #fff;
}

.product-Ilist {
	overflow: hidden;
}

.product-Ilist dl {
	margin: 20px 0px 0px -1%;
}

.product-Ilist dd {
	float: left;
	display: block;
	width: 32.3%;
	margin-left: 1%;
	position: relative;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 380px;
}

.product-Ilist .balck-70 {
	background: none #fff;
	transition: 400ms;
	-webkit-transition: 400ms;
}

.product-Ilist .con {
	padding: 45px 10% 0px;
	color: #999;
	text-align: center;
	position: relative;
	z-index: 2;
	transition: 400ms;
	-webkit-transition: 400ms;
}

.product-Ilist .icoBox {
	width: 100px;
	height: 100px;
	margin: 0px auto 20px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

.product-Ilist .icoBox .ibg {
	background-repeat: no-repeat;
	background-position: center -30px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.product-Ilist .icoBox .ico {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 96px;
	height: 96px;
	border: 2px solid transparent;
	border-radius: 50%;
	transition: 400ms;
	-webkit-transition: 400ms;
}

.product-Ilist .con .t {
	font-size: 16px;
	line-height: 1.2;
	color: #333;
	min-height: 38px;
	overflow: hidden;
	margin-bottom: 10px;
	font-family: "SimHei","黑体","Microsoft Yahei","微软雅黑",Arial,Helvetica,sans-serif;
	transition: 400ms;
	-webkit-transition: 400ms;
}

.product-Ilist .con .c {
	height: 76px;
	overflow: hidden;
	margin-bottom: 22px;
}

.product-Ilist .ilink {
	z-index: -1;
}

.solutionIbox a:link, .solutionIbox a:visited {
	color: #fff;
}

.solutionIbox a:active, .solutionIbox a:hover {
	color: #fff;
}

.solutionIlist {
	position: relative;
	overflow: hidden;
	width: 102%;
	height: 560px;
}

.solutionIlist li {
	float: left;
	display: block;
	width: 25%;
	height: 100%;
	color: #fff;
	position: relative;
}

.solutionIlist li.first {
	width: 50%;
}

.solutionIlist .img {
	height: 100%;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.solutionIlist .blue-90 {
	background: url(../images/blue_90.png) repeat;
	background: none rgba(17,99,250,0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 400ms;
	-webkit-transition: 400ms;
}

.solutionIlist .t {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
}

.solutionIlist .t .bot {
	width: 20px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin-top: 18px;
}

.solutionIlist .itemt1 {
	position: absolute;
	left: 8%;
	top: 8%;
	width: 84%;
	transition: .4s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: .4s cubic-bezier(0.445, 0.145, 0.355, 1);
	font-size: 16px;
}

.solutionIlist .con {
	position: absolute;
	left: 50%;
	top: 40%;
	width: 450px;
	margin-left: -225px;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s 0.2s;
	-webkit-transition: 0.4s 0.2s;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.solutionIlist .con .t {
	text-align: center;
}

.solutionIlist .con .t .bot {
	margin: 18px auto 15px;
}

.solutionIlist .con .c {
	text-align: center;
	margin: 0px auto 50px;
}

.solutionIlist .btn-viewMore {
	z-index: 4;
}

.solutionIlist li.active .itemt1 {
	left: -10%;
	opacity: 0;
	visibility: hidden;
}

.solutionIlist li.active .blue-90 {
	opacity: 1;
	visibility: visible;
}

.solutionIlist li.active .con {
	opacity: 1;
	visibility: visible;
	top: 30%;
}

.newIbox {
	padding: 75px 0px 60px;
	font-family: "SimHei","黑体","Microsoft Yahei","微软雅黑",Arial,Helvetica,sans-serif;
}

.newI-dl {
	margin-top: 30px;
}

.newI-dl .itemC {
	float: left;
	display: block;
	width: 50%;
}

.newI-demo .item {
	position: relative;
}

.newI-demo .img {
	width: 100%;
	display: block;
	background-position: center center;
	background-size: cover;
	height: 320px;
}

.newI-demo .img img {
	display: none;
	width: 100%;
}

.newI-demo .con {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80%;
	padding: 10px 15% 10px 5%;
	color: #fff;
	background: url(../images/black_60.png) repeat;
	background: none rgba(0,0,0,0.6);
	line-height: 1.5;
	font-family: "SimHei","黑体","Microsoft Yahei","微软雅黑",Arial,Helvetica,sans-serif;
}

.newI-demo .slick-dots {
	bottom: 10px;
	z-index: 105;
	right: 2%;
	width: auto;
}

.newI-demo .slick-dots li {
	position: relative;
	display: inline-block;
	padding: 0px 0px 0px 5px;
	width: 6px;
	height: 6px;
	margin: 0px;
	cursor: pointer;
}

.newI-demo .slick-dots li a {
	height: 6px;
	width: 6px;
	line-height: 6px;
	text-indent: -10em;
	display: block;
	overflow: hidden;
	padding: 0px;
	cursor: pointer;
	border-radius: 0%;
	background: url(../images/pic_num2.png) no-repeat scroll center center;
}

.newI-demo .slick-dots li a:focus {
	outline: none;
}

.newI-demo .slick-dots li.slick-active a {
	background-image: url(../images/pic_num.png);
}

.newI-list-box {
	border: 1px solid #cccccc;
	border-left: 0px none;
	padding: 28px 5%;
	height: 262px;
}

.newI-list a:link, .newI-list a:visited {
	color: #666666;
}

.newI-list a:active, .newI-list a:hover {
	color: #004ea2;
}

.newI-list li {
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	line-height: 1.5;
}

.newI-list li:last-child {
	border: 0px none;
}

.newI-list li a {
	height: 40px;
	display: block;
	overflow: hidden;
}

.newI-list li .time {
	color: #666666;
}

.newI-list .more {
	float: right;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
	margin-left: 8px;
	transition: 200ms;
	-webkit-transition: 200ms;
}

.newI-list a:hover .more {
	color: #f29100;
}

.partnerIbox {
	padding-bottom: 30px;
	overflow: hidden;
}

.partnerIT {
	font-size: 16px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 5px;
}

.partnerIdemo {
	width: 1138px;
	margin-left: -19px;
}

.partnerIdemo .item {
	padding: 5px 24px;
}

.partnerIdemo .img {
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.partnerIdemo .img img {
	width: 100%;
	display: block;
	transition: 600ms;
	-webkit-transition: 600ms;
}

.partnerIdemo .item:hover img {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
}

.no-boxshadow .partnerIdemo .img {
	border: 1px solid #ccc;
}

.partnerIdemo .slick-arrow {
	width: 24px;
	height: 24px;
	top: -62px;
	z-index: 200;
	border: 1px solid #999;
}

.partnerIdemo .slick-arrow i {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.partnerIdemo .slick-prev {
	right: 49px;
}

.partnerIdemo .slick-prev i {
	background: url(../images/img_l1.png) no-repeat scroll center center;
}

.partnerIdemo .slick-next {
	right: 19px;
}

.partnerIdemo .slick-next i {
	background: url(../images/img_r1.png) no-repeat scroll center center;
}

.partnerIdemo .slick-prev:hover i {
	background-image: url(../images/img_l2.png);
}

.partnerIdemo .slick-next:hover i {
	background-image: url(../images/img_r2.png);
}
/*index style end*/
/*product style*/
.product-C {
	margin: 55px auto;
}

.pro-list-type a:link, .pro-list-type a:visited {
	color: #fff;
}

.pro-list-type a:active, .pro-list-type a:hover {
	color: #f29200;
}

.pro-list-type {
	margin-left: -1%;
}

.pro-list-type dd {
	float: left;
	display: block;
	width: 32.3%;
    /*width:19%;*/
	margin-left: 1%;
}

.pro-list-type .item {
	position: relative;
	text-align: center;
	overflow: hidden;
	border: 1px solid #333333;
}

.pro-list-type .t {
	font-size: 18px;
	display: table;
	height: 78px;
	vertical-align: middle;
	color: #333333;
	line-height: 1.2;
	width: 100%;
}

.pro-list-type .con {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #333;
	padding: 0px 12% 0px 38%;
	width: 50%;
	display: block;
	text-align: center;
	transition: 300ms;
	-webkit-transition: 300ms;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	opacity: 0;
	visibility: hidden;
}

.pro-list-type .ico {
	background-repeat: no-repeat;
	background-position: center center;
	width: 54px;
	height: 54px;
	display: block;
	position: absolute;
	left: 6%;
	top: 12px;
}

.pro-list-type .con a {
	display: block;
	line-height: 38px;
}

.pro-list-type .more {
	border-bottom: 1px solid #717171;
}

.bgf5 {
	background-color: #f5f5f5;
}

/*.pro-img-box .pageC img {
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.15);
}*/

.proT {
	padding-bottom: 20px;
}

.pro-highlights {
	text-align: center;
}

.pro-pitem {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0px 7px 10px;
	border: 1px solid #cccccc;
	padding: 8px 8px 20px;
	width: 172px;
	transition: 300ms;
	-webkit-transition: 300ms;
}

.pro-pitem .ico {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0px auto 2px;
	position: relative;
}

.pro-pitem .ico i {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.pro-pitem .ico .i2 {
	opacity: 0;
	visibility: hidden;
}

.pro-pitem .c {
	line-height: 1.5;
}

.pro-pitem .b {
	font-size: 12px;
	margin-top: 10px;
}

.pro-pitem:hover .ico .i1 {
	opacity: 0;
	visibility: hidden;
}

.pro-pitem:hover .ico .i2 {
	opacity: 1;
	visibility: visible;
	-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);
	}

	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);
	}
}

@-webkit-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);
	}

	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);
	}
}

.pro-pitem:hover {
	background-color: #333;
	color: #fff;
}

.pro-apply-box {
	background-color: #585858;
}

.pro-apply-box .pageC {
	color: #fff;
}

.pro-apply-box .pageC a:link, .pro-apply-box .pageC a:visited {
	color: #fff;
}

.pro-apply-box .pageC a:active, .pro-apply-box .pageC a:hover {
	color: #fff;
}

.pro-apply-btn {
	position: relative;
	z-index: 1;
	background-color: #f29300;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	display: block;
	margin: 30px auto 0;
	color: #fff;
}

.pro-apply-btn:before {
	content: "";
	z-index: -1;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: #333;
	-webkit-transition: -webkit-transform .38s cubic-bezier(.4,0,.2,1);
	transition: -webkit-transform .38s cubic-bezier(.4,0,.2,1);
	transition: transform .38s cubic-bezier(.4,0,.2,1);
	transition: transform .38s cubic-bezier(.4,0,.2,1),-webkit-transform .38s cubic-bezier(.4,0,.2,1);
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform-origin: 50% 100% 0;
	-webkit-transform-origin: 50% 100% 0;
	visibility: hidden\9;
}

.pro-apply-btn:hover:before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	visibility: visible\9;
}

.pro-list-btn {
	display: block;
	height: 60px;
	line-height: 60px;
	color: #999999;
	position: relative;
	z-index: 1;
	text-align: center;
}

.pro-list-btn:before {
	content: "";
	z-index: -1;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #f29300;
	-webkit-transition: -webkit-transform .38s cubic-bezier(.4,0,.2,1);
	transition: -webkit-transform .38s cubic-bezier(.4,0,.2,1);
	transition: transform .38s cubic-bezier(.4,0,.2,1);
	transition: transform .38s cubic-bezier(.4,0,.2,1),-webkit-transform .38s cubic-bezier(.4,0,.2,1);
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform-origin: 50% 100% 0;
	-webkit-transform-origin: 50% 100% 0;
	visibility: hidden\9;
}

.pro-list-btn:hover:before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform-origin: 50% 0 0;
	-webkit-transform-origin: 50% 0 0;
	visibility: visible\9;
}

.pro-list-btn:hover {
	color: #fff;
}

.pro-function {
	width: 700px;
	text-align: center;
	margin: 0px auto;
}
/*product style end*/
/*case style*/
.casePage {
	padding: 60px 0px 0px;
	width: 80%;
	margin: 0px auto;
}

.casePage .three-nav {
	margin-left: 1%;
}

.three-nav a:link, .three-nav a:visited {
	color: #333;
}

.three-nav a:active, .three-nav a:hover {
	color: #fff;
}

.three-nav a {
	display: inline-block;
	float: left;
	padding: 0px 30px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin: 0px 1px 5px 0px;
	background-color: #eeeeee;
	position: relative;
	z-index: 1;
}

.three-nav a.active {
	background-color: #F28E00;
	color: #fff;
}

.three-nav a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: #F28E00;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .38s cubic-bezier(.4,0,.2,1);
	transition: -webkit-transform .38s cubic-bezier(.4,0,.2,1);
	transition: transform .38s cubic-bezier(.4,0,.2,1);
	transition: transform .38s cubic-bezier(.4,0,.2,1),-webkit-transform .38s cubic-bezier(.4,0,.2,1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}

.three-nav a:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}

.caselist a:link, .caselist a:visited {
	color: #333;
}

.caselist a:active, .caselist a:hover {
	color: #004EA2;
}

.caselist {
	padding: 40px 0px;
}

.caselist dd {
	float: left;
	display: block;
	width: 32%;
	margin: 0px 0px 40px 1%;
}

.caselist .img {
	overflow: hidden;
	margin-bottom: 20px;
}

.caselist .img img {
	width: 100%;
	display: block;
	transition: 600ms;
	-webkit-transition: 600ms;
}

.caselist .con {
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.25);
	transition: 300ms;
	-webkit-transition: 300ms;
}

.no-boxshadow .caselist .con {
	border: 1px solid #CCCCCC;
}

.caselist h3 {
	margin: 0px 5%;
	font-size: 16px;
	height: 29px;
	overflow: hidden;
}

.pading {
	text-align: center;
	border-top: 1px solid #e5e5e5;
	height: 44px;
	line-height: 44px;
	color: #666;
}

.pading .act {
	color: #f28e00;
}

.pading a:link, .pading a:visited {
	color: #999;
}

.pading a:active, .pading a:hover {
	color: #004EA2;
}

.pading a {
	position: relative;
}

.pading .next, .pading .prev {
	position: relative;
	overflow: hidden;
	padding: 5px 20px;
}

.pading .prev {
	margin: 0px 10px 0px 0px;
}

.pading .next {
	margin: 0px 0px 0px 10px;
}

.pading .prev:hover {
	background-color: #CCCCCC;
}

.pading .next:hover {
	background-color: #CCCCCC;
}

.w800 {
	width: 800px;
	margin: 0px auto;
}

.infoT {
	text-align: center;
	margin-bottom: 20px;
}

.infoT .t {
	font-size: 20px;
	line-height: 1.5;
	padding-bottom: 5px;
	color: #333;
}

.infoT .time {
	color: #999;
}

.pager a:link, .pager a:visited {
	color: #999;
}

.pager a:active, .pager a:hover {
	color: #F28E00;
}

.pager {
	position: relative;
	border-top: 1px solid #d1d1d1;
	padding: 5px 0px;
}

.pager .w800 {
	position: relative;
	line-height: 35px;
}

.pager .prev, .pager .next {
	width: 80%;
}

.pager .list {
	position: absolute;
	right: 0;
	bottom: 0px;
}
/*case style end*/
/*contact style*/
.pageNavBox {
	height: 40px;
	margin: 1px 0px;
}

.pageNavBox a:link, .pageNavBox a:visited {
	color: #fff;
}

.pageNavBox a:active, .pageNavBox a:hover {
	color: #333;
}

.pagenav.fixed {
	position: fixed;
	left: 0;
	top: 61px;
	z-index: 800;
}

.pagenav {
	background-color: #fff;
	width: 100%;
	text-align: center;
	background-color: #333;
}

.cpnavbox {
	height: 40px;
	line-height: 40px;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
}

.cpnavbox a {
	text-align: center;
	position: relative;
	width: 20%;
	display: block;
	float: left;
	position: relative;
	font-size: 16px;
}

.cpnavbox a:before {
	content: "";
	position: absolute;
	right: 0px;
	top: 0;
	width: 1px;
	height: 100%;
	display: block;
	background-color: #fff;
}

.cpnavbox a:hover, .cpnavbox a.active {
	background-color: #fff;
	color: #333;
}

.cpnav {
	display: none;
	width: 100%;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	color: #fff;
}

.caret {
	display: inline-block;
	width: 0px;
	height: 0px;
	margin-left: 10px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.contactPage .bot {
	width: 16px;
	height: 1px;
	display: block;
	margin: 8px auto;
	background-color: #999;
}
/*contact style end*/
/*join style*/
.joinList {
	margin-top: 40px;
}

.joinList a:link, .problemList a:visited {
	color: #666;
}

.joinList a:active, .problemList a:hover {
	color: #F28E00;
}

.joinList .item {
	margin-bottom: 38px;
	float: left;
	display: block;
	background-color: #fff;
	color: #666;
	cursor: pointer;
	padding-right: 3px;
}

.joinList .itemBox {
	border: 1px solid #e8e8e8;
	padding: 35px 30px 30px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}

.joinList .t {
	font-size: 16px;
	color: #333333;
	padding-bottom: 30px;
}

.joinList .num {
	color: #004ea2;
	float: right;
	display: block;
}

.joinList .c333 {
	color: #333333;
}

.joinList .c {
	display: none;
	overflow: hidden;
}

.joinList .bot {
	margin-top: 35px;
	line-height: 1.4;
	color: #999;
	position: relative;
	padding-right: 20px;
}

.szl-more {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 4px;
	transition: 400ms;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-ms-transition: 400ms;
}

.szl-more i {
	display: block;
	background-color: #666;
}

.szl-more .ic1 {
	width: 2px;
	height: 16px;
	margin-left: 7px;
}

.szl-more .ic2 {
	width: 16px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}

.joinList .grid-sizer, .joinList .item {
	width: 330px;
}

.joinList .gutter-sizer {
	width: 0.33%;
}

.joinList .item-active .c {
	display: block;
}

.item-active .szl-more {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

.item-active .szl-more i {
	background-color: #1D4992;
}

.item-active .szl-more .ic2 {
	display: none;
}

.mapbox {
	height: 380px;
	margin-top: 50px;
	font-size: 12px;
}
/*join style end*/
/*solution style*/
.solution-nav a:link, .solution-nav a:visited {
	color: #666;
}

.solution-nav a:active, .solution-nav a:hover {
	color: #F29100;
}

.solution-nav a {
	display: block;
	float: left;
	border: 1px solid #666666;
	padding: 12px 20px;
	text-align: center;
	font-size: 16px;
	margin: 0px 8px 5px 0px;
}

.solution-nav a.active {
	color: #F29100;
}

.solution-t {
	padding: 50px 0px;
	font-size: 30px;
	line-height: 1.5;
	color: #666;
	text-align: center;
	font-weight: normal;
}

.solution-dl {
	margin-top: 35px;
}

.solution-dl dd {
	float: left;
	display: block;
	width: 48%;
}

.solution-dl dd:first-child {
	margin-right: 4%;
}
/*solution style end*/
/*news tyle*/
.newDL a:link, .newDL a:visited {
	color: #999;
}

.newDL a:active, .newDL a:hover {
	color: #fff;
}

.newDL {
	padding: 25px 0px 0;
}

.newDL .item {
	position: relative;
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 25px;
}

.newDL .img {
	float: left;
	display: block;
	width: 50%;
	overflow: hidden;
}

.newDL .img img {
	width: 100%;
	display: block;
	transition: 600ms;
	-webkit-transition: 600ms;
}

.newDL .con {
	float: left;
	display: block;
	width: 40%;
	margin-left: 5%;
	padding-top: 4%;
}

.newDL .time {
	color: #999999;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}

.newDL .t {
	font-size: 16px;
	color: #333333;
	line-height: 1.5;
	height: 24px;
	overflow: hidden;
}

.newDL .c {
	margin: 12px 0px 10%;
	height: 50px;
	overflow: hidden;
}

.newDL .btn-viewMore {
	border-color: #cccccc;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	z-index: 4;
}

.newDL .btn-viewMore:hover {
	border-color: #F29100;
}
/*news tyle end*/
/*about style*/
.aboutList .item {
	display: block;
	position: relative;
}

.aboutList .img {
	display: block;
	width: 50%;
	overflow: hidden;
	position: relative;
}

.aboutList .img img {
	width: 100%;
	display: block;
	transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.aboutList .con {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 50%;
	height: 100%;
	font-size: 13px;
	border-bottom: 1px solid #E5E5E5;
}

.aboutList .itemBox {
	width: 445px;
	margin: 0px 0px 0px 65px;
	display: block;
	height: 100%;
}

.aboutList .itemBox .ico img {
	display: block;
	margin: 0px;
}

.aboutList .itemBox .t {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 12px;
	color: #333;
}

.aboutList .itemBox .bot {
	width: 24px;
	height: 2px;
	background-color: #666;
	display: block;
	margin-bottom: 24px;
}

.aboutList .oneItem .img {
	float: right;
}

.aboutList .oneItem .con {
	left: 0px;
}

.aboutList .oneItem .itemBox {
	margin: 0px 65px 0px 0px;
	float: right;
}

.aboutList .item:hover .img img {
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
}

.numlist {
	color: #333;
	padding-bottom: 20px;
}

.numlist li {
	float: left;
	display: block;
	width: 24%;
	margin-left: 1%;
	margin-bottom: 20px;
}

.numlist h3 {
	font-size: 16px;
}

.numlist .num, .numlist .ren {
	color: #f29200;
	font-weight: bold;
	font-size: 50px;
	line-height: 1.2;
}
/*about style end*/
/*team style*/
.chairmanList .img, .chairmanList .con {
	float: left;
	width: 48%;
}

.chairmanList .img {
	margin-right: 4%;
}

.chairmanList .img img {
	max-width: 100% !important;
}

.chairmanList .con h2 {
	font-size: 24px;
	color: #666;
	padding: 18px 0px;
}

.chairmanList .list {
	padding-bottom: 18px;
}

.chairmanList .list li {
	float: left;
	display: block;
	width: 48%;
	margin-right: 2%;
	color: #999999;
	font-size: 12px;
	padding: 2px 0px;
}

.chairmanTab {
	border-bottom: 1px solid #999999;
	color: #333333;
	margin: 24px auto 36px;
	height: 44px;
	line-height: 44px;
}

.chairmanTab li {
	float: left;
	display: block;
	padding: 0px 22px;
	text-align: center;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}

.chairmanTab .ico {
	position: absolute;
	left: 50%;
	bottom: -6px;
	background: url(../images/sj.png) no-repeat;
	width: 11px;
	height: 6px;
	margin-left: -5px;
	display: none;
}

.chairmanTab .active .ico {
	display: block;
}

.chairmanPage {
	overflow: hidden;
	display: none;
	-webkit-animation-name: tab;
	animation-name: tab;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes tab {
	from {
		opacity: 0;
		-webkit-transform: translateY(5%);
		transform: translateY(5%);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@keyframes tab {
	from {
		opacity: 0;
		-webkit-transform: translateY(5%);
		transform: translateY(5%);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

.chairmanPage.on {
	display: block;
}

.teamPage {
	background-color: #585858;
}

.teamT {
	background-color: #f29400;
	width: 160px;
	height: 108px;
	padding-top: 52px;
	text-align: center;
	color: #fff;
	margin-left: 160px;
}

.teamT .zh {
	font-weight: bold;
	font-size: 24px;
	display: block;
}

.teamT .bot {
	width: 20px;
	height: 2px;
	display: block;
	margin: 10px auto 0px;
	background-color: #fff;
}

.w960 {
	margin: 0px auto;
	width: 960px;
}

.teamList li {
	float: left;
	display: block;
	width: 16.66%;
	position: relative;
	overflow: hidden;
}

.teamList .t-item {
	cursor: pointer;
}

.teamList .balck-40 {
	color: #fff;
	text-align: center;
	padding-top: 44%;
	line-height: 1.5;
	height: 56%;
	opacity: 0;
	visibility: hidden;
	top: 100%;
	transition: 300ms;
	-webkit-transition: 300ms;
}

.teamList .img {
	width: 100%;
	display: block;
}

.teamList .t-item:hover .balck-40 {
	top: 0;
	opacity: 1;
	visibility: visible;
}

.technicalPage {
	background-color: #eee;
}

.technicalPage .teamT {
	background-color: #333;
	margin-left: 320px;
}

.md-content {
	background-color: #fff;
	margin: 0px auto;
	position: relative;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.md-show .md-modal {
	opacity: 1;
	visibility: visible;
}

.md-modal {
	position: fixed;
	left: 0px;
	top: 0px;
	overflow-y: auto;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
	opacity: 0;
	background: url(../images/black_50.png) repeat;
	background: none rgba(0,0,0,0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-overflow-scrolling: touch;
}

.md-overlay {
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background: url(../images/black_50.png) repeat;
	background: none rgba(0,0,0,0.50);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.user-f-Box {
	width: 630px;
	padding: 32px 42px 46px;
}

.user-f-name {
	font: 20px/1.4 "microsoft yahei";
	color: #f29400;
}

.user-f-zw {
	font-size: 16px/1.2 "microsoft yahei";
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.user-close {
	background: url(../images/closebtn2.png) no-repeat scroll center center;
	background-size: cover;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 42px;
	top: 32px;
	cursor: pointer;
	transition: 300ms;
	-webkit-transition: 300ms;
}

.user-close:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

.user-f-c {
	color: #333;
}

.user-f-c a:link, .user-f-c a:visited {
	color: #cc0000;
}

.user-f-c a:active, .user-f-c a:hover {
	color: #D21816;
}

.job-tbl td {
	padding-bottom: 20px;
	vertical-align: top;
}

.job-tbl-l {
	padding-right: 12px;
	width: 100px;
	color: #999999;
	font-weight: bold;
}
/*team style end*/
/*serach style*/
.pbanner2 {
	height: 279px;
	position: relative;
	background-color: #114e83;
}

.serachT {
	font-size: 18px;
	color: #333333;
	padding: 0px 2%;
}

.serach-banner-box {
	position: relative;
	z-index: 1;
	color: #fff;
	padding-top: 76px;
}

.serach-banner-box .t {
	font-size: 28px;
	padding-bottom: 8px;
}

.serach-banner {
	position: relative;
	width: 448px;
	padding: 16px 84px 16px 24px;
	background-color: #F29100;
	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: #fff;
	font-family: "microsoft yahei";
}

.serach-banner .btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 84px;
	height: 100%;
	background-color: #F29100;
}

.serach-banner .btn i {
	width: 26px;
	height: 26px;
	background: url(../images/serach_btn4.png) no-repeat scroll center center;
	background-size: cover;
	display: block;
	margin: 15px auto;
}

.serach-banner .btn:hover {
	background-color: #666;
}

.serachList a:link, .serachList a:visited {
	color: #333;
}

.serachList a:active, .serachList a:hover {
	color: #1D4992;
}

.serachList {
	padding: 15px 0px 40px;
}

.serachList dd {
	background-color: #F2F2F2;
	margin-bottom: 4px;
	color: #333;
}

.serachList a {
	display: block;
	padding: 12px 2%;
	line-height: 1.4;
}

.serachList .w-search-txt {
	color: #F29100;
	font-size: 16px;
}

.search-t .r .xg {
	font-family: arial;
	color: #F28E00;
}
/*serach style end*/
/*vbBox style*/
.vbBox {
	height: 450px;
	margin: 0px auto 20px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.vbBox .vicoBox {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.vbBox .vico {
	position: absolute;
	width: 80px;
	height: 80px;
	display: block;
	left: 50%;
	top: 50%;
	margin: -37px 0px 0px -37px;
	background: url(../images/vico.png) no-repeat;
	background-size: cover;
	transition: 330ms;
	-webkit-transition: 330ms;
}

.vbBox .vicoBox:hover .vico {
	background-image: url(../images/vico1.png);
}

.vbBox .jwplayer {
	position: relative;
	z-index: 5;
	height: 100% !important;
}
/*vbBox style*/
