﻿@charset "utf-8";
/* 
 * Project Name:康信
 * Author:freedeseloper
 * Date：2018-5-11
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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, table, caption, tbody, tfoot, thead, tr, th, td, 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;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* always display scrollbars */
body {
	font: 14px/1.8 "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;
	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;
}
input {
	outline: none;
}
img {
	border: 0;
}
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;
}
::-moz-selection {
background: #b0b0b0;
color: #fff;
text-shadow: none;
}
::selection {
	background: #b0b0b0;
	color: #fff;
	text-shadow: 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;
}
.clearfix {
*zoom: 1;
}
.fc {
	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: 1000px;
	margin: 0px auto;
}
.top {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	padding-top: 32px;
	z-index: 999;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}
.top a:link, .top a:visited {
	color: #333333;
}
.top a:active, .top a:hover {
	color: #0b4ea2;
}
.logo {
	position: absolute;
	left: 150px;
	top: 32px;
	width: 135px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}
.logo img {
	width: 100%;
	display: block;
}
.languageBox {
	position: absolute;
	right: 50px;
	display: block;
	top: 32px;
	line-height: 73px;
	font-size: 14px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}
.languageBox a {
	color: #666;
}
.languageBox span {
	padding: 0px 8px;
}
.languageBox a.act {
	color: #0b4ea2;
}
.nav {
	float: right;
	display: block;
	margin-right: 30px;
	width: calc( 100% - 28% - 30px);
}
.nav li {
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 73px;
	width: calc( 20% - 80px);
	text-align: center;
	position: relative;
}
.nav li a {
	padding: 0px 8px;
}
.nav li.act .subnav dd a {
	color: #fff;
}
.nav .arrow {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 4px;
	display: block;
	background-color: #0b4ea2;
}
.nav li .subnav {
	background-color: #050505;
	opacity: 0.8;
	display: none;
	padding: 3px 0px;
	position: absolute;
	width: 160px;
	clear: both;
	line-height: 40px;
	left: -18px;
}
.nav li:hover dl {
	display: block;
}
.nav .subnav a {
	color: #fff;
	position: relative;
	font-size: 16px;
}
.nav li .subnav dd {
	border-bottom: 1px solid #555;
}
.nav li .subnav dd a:hover {
	color: #fff;
	background: #0b4ea2;
	display: block;
}
.ptopbox {
	padding-top: 22px;
	background-color: #fff;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.ptopbox .logo_top {
	width: 28%;
	float: left;
	height: 73px;
}
.ptopbox .logo {
	top: 22px;/*width: 100px;*/
}
.ptopbox .languageBox {
	top: 22px;
}
.topfix {
	padding-top: 0px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
}
.topfix.ptopbox {
	background-color: rgba(255,255,255,1);
}
.topfix .logo {
	top: 14px;
	width: 115px;
}
.topfix .languageBox {
	top: 0px;
}
.menu-handler {
	display: none;
	background-color: #fff;
	width: 76px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	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: 28px;
	height: 4px;
	background: #0b4ea2;
	display: block;
	position: absolute;
	z-index: 5;
	top: 20px;
	left: 50%;
	margin: 0px 0px 0px -14px;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
}
.menu-handler .burger-2 {
	top: 29px;
}
.menu-handler .burger-3 {
	top: 38px;
}
.menu-handler.active .burger-1 {
	top: 29px;
	-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;
}
.menu-handler.active .burger-3 {
	top: 29px;
	-moz-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
.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;
}
.pusher {
	transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.pusher-black {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.5);
	display: none;
	z-index: 900;
}
.menuBox {
	background-color: #0b4ea2;
	color: #fff;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 390px;
	height: 100%;
	z-index: 999;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transform: translate(100%, 0px);
	-moz-transform: translate(100%, 0px); /* Firefox 4 */
	-webkit-transform: translate(100%, 0px); /* Safari and Chrome */
	-o-transform: translate(100%, 0px); /* Opera */
}
.no-csstransforms3d .menuBox {
	display: none;
}
.languageBox2 a:link, .languageBox2 a:visited {
	color: #fff;
}
.languageBox2 a:active, .languageBox2 a:hover, .languageBox2 a.act {
	color: #fff;
	text-decoration: underline;
}
.languageBox2 {
	text-align: right;
	font-size: 14px;
	padding: 18px 20px 30px;
}
.languageBox2 a {
	margin-left: 15px;
}
.navMobile li {
	padding-bottom: 10px;
}
.nav-link {
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 5px 30px;
}
.nav-link:hover span.nav-link-text {
	color: #fff;
}
.navMobile .subnav {
	background-color: #E7E7E8;
	display: none;
	padding: 10px 30px;
}
.navMobile .subnav dd {
	padding: 5px 0px;
	margin-bottom: 5px;
}
.navMobile .subnav a {
	color: #666666;
	position: relative;
	font-size: 16px;
}
.navMobile .subnav a:hover {
	color: #0b4ea2;
}
.menuOpen .pusher {
	transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
	-webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
.menuOpen .top {
	transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.menuOpen .pusher-black {
	display: block;
}
.menuOpen .menuBox {
	z-index: 3;
}
.foot a:link, .foot a:visited {
	color: #999;
}
.foot a:active, .foot a:hover {
	color: #fff;
}
.foot {
	/*background-color: #363636;*/
	font-size: 14px;
	/*padding: 16px 0px;*/
	color: #cccccc;/*line-height: 2.5;*/
}
.copy {
	width: 100%;
	margin: auto;
	padding: 5px 0px;
	color: #999;
	font-size: 12px;
}
.copy .copy_cc {
	max-width: 1200px;
	width: 98%;
	margin: auto;
}
.copy .amap {
	float: left;
}
.copy .amap:hover {
	color: #0083c7;
}
.copy span {
	width: 60%;
	display: inline-block;
	line-height: 20px;
}
.copy .y_a {
	float: right;
}
/*footer*/
.footer {
	background: #333;
	width: 100%;/*  margin-top: 2%;*/
}
.logo_di {
	width: 30%;
	float: left;
}
.logo_di ul {
	margin-top: 15px;
}
.footer_com {
	max-width: 1200px;
	width: 98%;
	margin: auto;
	padding: 1% 0px;
}
.footer_com .di_nav {
	width: 50%;
	float: left;
}
.footer_com .di_nav li {
	width: 22%;
	float: left;
	border-left: 1px solid #4d4d4d;
	padding-left: 15px;
}
.footer_com .di_nav li a {
	display: block;
	color: #999;
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	width: 100%;
}
.footer_com .di_nav li a:hover {
	color: #fff;
}
.footer_com .di_nav li .tit {
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	width: 100%;
	color: #fff;
	margin-bottom: 10px;
}
.footer_com .er_right {
	width: 20%;
	float: right;
}
.footer_com .er_right .er {
	width: 65%;
	float: right;
	margin-right: 2%;
}
.footer_com .er_right .er .pic {
	position: relative;
}
.footer_com .er_right .er .pic i {
	display: block;
	padding-bottom: 100%;
}
.footer_com .er_right .er .pic img {
	padding: 10px;
	border: 1px solid #999;
	box-sizing: border-box;
	width: 100%;
}
.footer_com .er_right .er .text {
	color: #fff;
	text-align: center;
}
.footer_com .er_right .er .text span {
	display: block;
	line-height: 35px;
	height: 35px;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
}
.footer_com .er_right .er .text span:last-child {
	color: #999;
	font-size: 12px;
}
.footer_com .er_right .dian {
	width: 55%;
	float: right;
}
.footer_com .er_right .dian .di_bg {
	background: url(../images/di_dian.png) no-repeat left;
	padding-left: 52px;
}
.footer_com .er_right .dian span {
	display: block;
	color: #fff;
	font-size: 16px;
}
.footer_com .er_right .dian a {
	display: block;
	color: #ffffff;
	font-size: 2em;
	font-family: Pabloco;
}
.footer_com .er_right .dian .map_a {
	background: #205da5;
	border: 1px solid #2670b7;
	border-radius: 50px;
	text-align: center;
	font-size: 18px;
	width: 80%;
	height: 40px;
	line-height: 37px;
	margin-top: 20px;
}
.footer_com .er_right .dian .map_a:hover {
	font-weight: 700;
}
/*footer end*/
.sharpBox {
	float: right;
	display: block;
}
.sharpBox a {
	display: block;
	width: 32px;
	height: 32px;
	margin-left: 8px;
	background: url(../images/sharp.png) no-repeat scroll 0px -37px;
	float: left;
	position: relative;
}
.sharpBox a em {
	background: url(../images/sharp.png) no-repeat scroll -48px -38px;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.sharpBox a .ibg {
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 300ms;
}
.sharpBox a:hover .ibg {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.sharpBox a.a1 em.i {
	background-position: 0px 0px;
}
.sharpBox a.a2 em.i {
	background-position: -47px 0px;
}
.mtop {
	height: 95px;
}
.pbanner {
	width: 100%;
	padding: 95px 0px 142px;
	position: relative;
}
.pageT {
	text-align: center;
	color: #fff;
	padding: 46px 0px;
	font-size: 24px;
	line-height: 1.2;
}
.pagenavBox {
	height: 50px;
	position: relative;
}
.pageNav {
	text-align: center;
	font-size: 14px;
}
.pageNav a:link, .pageNav a:visited {
	color: #fff;
}
.pageNav a:active, .pageNav a:hover {
	color: #fff;
}
.pageNav a {
	margin: 0px 10px;
	padding: 0px 15px 10px;
	color: #fff;
	position: relative;
}
.pageNav a .bot {
	height: 1px;
	background-color: #fff;
	width: 0%;
	left: 50%;
	bottom: 0px;
	position: absolute;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.pageNav a:hover .bot, .pageNav a.act .bot {
	width: 100%;
	left: 0px;
}
.pagebot {
	background: url(../images/bot.png) no-repeat;
	width: 52px;
	height: 21px;
	position: absolute;
	left: 50%;
	bottom: 66px;
	margin-left: -26px;
	-webkit-animation: start 1.5s infinite ease-in-out;
	-moz-animation: start 1.5s infinite ease-in-out;
	animation: start 1.5s infinite ease-in-out;
}
 @-webkit-keyframes start {
 0%, 30% {
opacity: 0;
-webkit-transform: translate(0, -8px);
}
 60% {
opacity: 1;
-webkit-transform: translate(0, 0);
}
 100% {
opacity: 0;
-webkit-transform: translate(0, 10px);
}
}
 @-moz-keyframes start {
 0%, 30% {
opacity: 0;
-moz-transform: translate(0, -8px);
}
 60% {
opacity: 1;
-moz-transform: translate(0, 0);
}
 100% {
opacity: 0;
-moz-transform: translate(0, 10px);
}
}
 @keyframes start {
 0%, 30% {
opacity: 0;
transform: translate(0, -8px);
}
 60% {
opacity: 1;
transform: translate(0, 0);
}
 100% {
opacity: 0;
transform: translate(0, 10px);
}
}
.cpnav {
	display: none;
	width: 100%;
	color: #FFF;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}
.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;
}
.fixed {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 970;
}
.pageNav.fixed {
	top: 60px;
	width: 100%;
}
.pageNav.fixed .cpnav {
	background: rgba(204,0,0,0.8);
}
.dock {
	position: fixed;
	top: 50%;
	width: 52px;
	height: 298px;
	margin-top: -149px;
	right: 0px;
	z-index: 1100;
}
.dockCon {
	right: 0px;
	top: 0px;
	position: absolute;
}
.dockCon li.first, .dockCon li.first i {
	border-radius: 10px 0px 0px;
}
.dockCon li.backTop, .dockCon li.backTop i {
	border-bottom: 0px none;
	border-radius: 0px 0 0 10px;
}
.dockCon li:hover i, .dockCon li.active {
	cursor: pointer;
	background-color: #0b4ea2;
}
.dockCon i {
	width: 52px;
	height: 52px;
	display: block;
	background-image: url(../images/slider.png);
	background-repeat: no-repeat;
	background-color: #0b4ea2;
	z-index: 4;
	position: relative;
	border-bottom: 1px solid #999;
}
.dockCon .i1 {
	background-position: center 0px;
}
.dockCon .i2 {
	background-position: center -52px;
}
.dockCon .i3 {
	background-position: center -106px;
}
.dockCon .i4 {
	background-position: center -158px;
}
.dockCon .i5 {
	background-position: center -206px;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.dockCon li.backTop .i5 {
	background-position: center -210px;
}
.dockCon .con {
	background-color: #323232;
	border-radius: 10px 0px 0px 10px;
	color: #fff;
	position: absolute;
	right: 0px;
	display: none;
}
.qqcon a:link, .qqcon a:visited {
	color: #323232;
}
.qqcon a:active, .qqcon a:hover {
	color: #fff;
}
.qqcon {
	top: 40px;
	width: 160px;
	padding: 14px 0px;
	font-size: 14px;
	text-align: center;
}
.qqcon .t {
	color: #999;
}
.qqBtn {
	border-radius: 5px;
	background-color: #fff;
	display: block;
	width: 112px;
	height: 30px;
	line-height: 30px;
	margin: 13px auto 0px;
}
.qqBtn span {
	background: url(../images/qq1.png) no-repeat scroll left center;
	padding-left: 24px;
}
.qqBtn:hover {
	background-color: #0b4ea2;
}
.qqBtn:hover span {
	background-image: url(../images/qq2.png);
}
.weixinCon {
	top: 40px;
	padding: 14px 24px;
	text-align: center;
}
.weixinCon .img {
	width: 120px;
	overflow: hidden;
	margin-bottom: 7px;
}
.weixinCon .img img {
	width: 100%;
	display: block;
}
.telcon {
	top: 105px;
	padding: 5px 18px;
	width: 120px;
}
.telcon .tel {
	font: bold 16px/1.4 arial, helvetica, sans-serif;
}
.dianshangCon {
	padding: 15px 18px 0px 28px;
	height: 234px;
	top: 8px;
	width: 552px;
}
.dianshangCon .t {
	color: #999;
	font-size: 14px;
}
.dianshangCon a:link, .dianshangCon a:visited {
	color: #bcbcbc;
}
.dianshangCon a:active, .dianshangCon a:hover {
	color: #fff;
}
.pintaiList2 dd {
	float: left;
	display: block;
	margin: 16px 10px 0px 0px;
	width: 128px;
	float: left;
	text-align: center;
}
.pintaiList2 dd img {
	width: 100%;
	display: block;
	margin-bottom: 8px;
}
.switchdock {
	background: url(../images/slider.png) no-repeat scroll center -268px;
	width: 28px;
	height: 29px;
	margin: 0px auto 0px;
	display: block;
	position: absolute;
	right: 10px;
	bottom: 0px;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.switchdock.active {
	background: url(../images/switchdock.png) no-repeat;
}
/* BxSlider */
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
*zoom: 1;
}
.bx-wrapper .bx-viewport {
	background: #fff;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0;
	width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: 0;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
*zoom: 1;
*display: inline;
	vertical-align: middle;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
}
.bx-wrapper .bx-next {
	right: 10px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*BxSlider end*/
.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;
	width: 100%;
	height: auto;
}
.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;
}
/*base style end*/
/*index style*/
/*.ishow,.ishow body{ overflow: hidden;}*/
.page {
	width: 100%;
	overflow: hidden;
	background-color: #333333;
}
.rollImg, .roll {
	position: relative;
	float: left;
	z-index: 200;
	cursor: pointer;
}
.roll {
	width: 49px;
	position: absolute;
	margin: 0 50%;
	left: -25px;
	bottom: 3%;
	height: 49px;
	overflow: hidden;
	border-radius: 50%;
	background: url(../images/roll.png) no-repeat;
	background: none rgba(255,255,255,1);
}
.rollImg {
	top: 0px;
	left: 0px;
	position: absolute;
	cursor: pointer;
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	background: url(../images/roll_ico.png) no-repeat scroll center center;
	width: 49px;
	height: 49px;
}
.active .roll {
	-webkit-animation: appearRoll 1600ms ease 1800ms both;
	-moz-animation: appearRoll 1600ms ease 1800ms both;
	-ms-animation: appearRoll 1600ms ease 1800ms both;
	-o-animation: appearRoll 1600ms ease 1800ms both;
	animation: appearRoll 1600ms ease 1800ms both;
}
.active #rollImg1 {
	-webkit-animation: bounce 3s ease-in-out 1.5s;
	-moz-animation: bounce 3s ease-in-out 1.5s;
	-ms-animation: bounce 3s ease-in-out 1.5s;
	-o-animation: bounce 3s ease-in-out 1.5s;
	animation: bounce 3s ease-in-out 1.5s;
}
 @-webkit-keyframes bounce {
 0% {
-webkit-transform: scale(0);
}
 70% {
-webkit-transform: scale(0.5);
}
 35%, 100% {
-webkit-transform: scale(1);
}
}
 @-ms-keyframes bounce {
 0% {
-ms-transform: scale(0);
}
 70% {
-ms-transform: scale(0.5);
}
 35%, 100% {
-ms-transform: scale(1);
}
}
 @-o-keyframes bounce {
0%; {
-o-transform: scale(0);
}
70% {
-o-transform: scale(0.5);
}
35%, 100% {
-o-transform: scale(1);
}
}
 @-moz-keyframes bounce {
 0% {
-moz-transform: scale(0);
}
 70% {
-moz-transform: scale(0.5);
}
 35%, 100% {
-moz-transform: scale(1);
}
}
 @keyframes bounce {
 0% {
transform: scale(0.0);
}
 70% {
transform: scale(0.5);
}
 35%, 100% {
transform: scale(1);
}
}
 @-webkit-keyframes appearRoll {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
 @-moz-keyframes appearRoll {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
 @-ms-keyframes appearRoll {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
 @-o-keyframes appearRoll {
0%; {
opacity: 0;
}
100% {
opacity: 1;
}
}
 @keyframes appearRoll {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
.bannerSlide {
	position: relative;
	z-index: 2;
}
.banner a:link, .banner a:visited {
	color: #666666;
}
.banner a:active, .banner a:hover {
	color: #666666;
}
.banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.banner .item {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.banner .pimg {
	display: block;
	width: 100%;
	position: absolute;
}
.binbox {
	position: absolute;
	right: 5%;
	width: 40%;
	top: 32%;
	z-index: 100;
	color: #333;
}
.binbox p {
	overflow: hidden;
}
.binbox p span {
	display: block;
}
.binbox .en {
	padding-left: 118px;
	color: #666666;
	font: 50px/1.2 arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #d6d6d6;
	margin-bottom: 20px;
}
.binbox .t {
	font: 20px/1.2 "microsoft yahei";
}
.binbox .by {
	font: bold 34px/1.2 "microsoft yahei";
	padding: 5px 0px 10px;
}
.binbox .c {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 5px;
	color: #666666;
}
.binbox .i {
	font: 14px/1.5 arial, helvetica, sans-serif;
	color: #a1a1a1;
	width: 80%;
}
.banner .item3 .binbox .c {
	font-size: 16px;
}
.binbox p span {
	opacity: 0;
	transform: translate(0px, 100%);
	-webkit-transform: translate(0px, 100%);
	-webkit-transition: 0.6s ease 0.4s;
	transition: 0.6s ease 0.4s;
	color: #0b4ea2;
}
.binbox p.en {
	opacity: 0;
	visibility: hidden;
	transform: translate(20%, 0%);
	-webkit-transform: translate(20%, 0);
	-webkit-transition: -webkit-transform 0.8s ease, opacity 0.6s ease, visibility 0.6s ease;
	transition: transform 0.8s ease, opacity .6s ease, visibility .6s ease;
}
.binbox p.en span {
	visibility: visible;
	opacity: 1;
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
}
.slick-current .binbox p.en {
	visibility: visible;
	opacity: 1;
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
}
.slick-current .binbox p span {
	visibility: visible;
	opacity: 1;
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	color: #fff；
}
.banner .bx-wrapper .bx-pager {
	bottom: 16%;
	z-index: 900;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a {
	margin: 0px;
	width: 60px;
	background-color: #6a6a6a;
	border-radius: 0;
	height: 7px;
	border-left: 1px solid #b0b0b0;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background-color: #0b4ea2;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #0b4ea2;
}
.banner .slick-dots {
	bottom: 16%;
}
.banner .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px;
	width: auto;
	height: 9px;
	padding: 0;
	cursor: pointer;
}
.banner .slick-dots li a {
	margin: 0px;
	width: 59px;
	background-color: #6a6a6a;
	border-radius: 0;
	height: 7px;
	border-left: 1px solid #b0b0b0;
	display: inline-block;
}
.banner .slick-dots li a:focus {
	background-color: #0b4ea2;
	width: 62px;
	height: 9px;
}
.banner .slick-dots li.slick-active a {
	background-color: #0b4ea2;
	width: 62px;
	height: 9px;
}
.bannerBot {
	background-size: cover;
	width: 100%;
	height: 158px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	z-index: 100;
}
.bbot1, .bbot2 {
	background-color: #424242;
	display: block;
	width: 100%;
	height: 168px;
	position: absolute;
	left: 0%;
	bottom: -168px;
	z-index: 100;
	display: none;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.bbg {
	height: 130px;
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 0px;
	z-index: 101;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.no-csstransitions .bannerBot {
	display: block;
}
.csstransitions .bannerBot {
	display: none;
}
.csstransitions .bbot1, .csstransforms .bbot2 {
	display: block;
}
.hoves .bbot1 {
	transform: skewY(9.5deg);
}
.hoves .bbot2 {
	transform: skewY(-9.5deg);
}
.hoves .bbg {
	opacity: 1;
	visibility: visible;
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
}
.border {
	border-top: 1px solid #4d4d4d;
}
.ibox {
	position: relative;
}
.ry {
	/*position: relative;*/
	margin-top: -100px;
}
.iboxT {
	font: 28px/1.5 "microsoft yahei";
	color: #fff;
}
.iboxBot {
	width: 38px;
	height: 4px;
	background-color: #fff;
	border-radius: 2px;
	display: block;
	margin: 20px auto 0px;
}
.page .iboxT {
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	opacity: 0;
	visibility: visible;
	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;
}
.page .iboxBot {
	width: 0px;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.active .iboxT, .m-active .iboxT {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transition-delay: 0.4s;
-webkit- transition-delay: 0.4s;
}
.active .iboxBot, .m-active .iboxBot {
	width: 38px;
	transition-delay: 0.4s;
-webkit- transition-delay: 0.4s;
}
.transYT {
	transform: translateY(70px);
	-webkit-transform: translateY(70px);
	opacity: 0;
	visibility: visible;
	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;
}
.active .transYT, .m-active .transYT {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transition-delay: 0.4s;
-webkit- transition-delay: 0.4s;
}
#ipage2 {
	background: url("../images/bg5.jpg") no-repeat scroll center;
	position: relative;
	background-size: cover;
}
#ipage2 .bg {
	height: 233px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
.ipage2-box a:link, .ipage2-box a:visited {
	color: #fff;
}
.ipage2-box a:active, .ipage2-box a:hover {
	color: #fff;
}
.ipage2-box {
	width: 80%;
	margin: 0px auto;
	text-align: center;
	z-index: 2;
}
.ipage2-box .iboxC {
	height: 76px;
	overflow: hidden;
	color: #cccccc;
	font-size: 14px;
	margin: 25px auto 35px;
}
.iAboutList li {
	float: left;
	display: block;
	width: 25%;
}
.iAboutList .item {
	width: 94%;
	margin: 0px auto;
	display: block;
	padding: 10px;
}
.iAboutList .item:hover {
	width: 94%;
	margin: 0px auto;
	display: block;
	padding: 10px;
	background-color: #fff;
	color: #333;
}
.iAboutList .con {
	width: 100%;
	height: auto;
	position: relative;
}
.iAboutList .con img {
	width: 100%;
	height: auto;
	position: relative;
}
.iAboutList .y1 {
	background: url(../images/y1.png) no-repeat;
}
.iAboutList .y2 {
	background: url(../images/y2.png) no-repeat;
}
.iAboutList .y1, .iAboutList .y2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	z-index: 1;
}
.iAboutList .y2 {
	opacity: 0;
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	visibility: hidden;
}
/*.iAboutList .ico {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0px 0px -25px;
	background: url(../images/ico.png) no-repeat;
	z-index: 3;
	-webkit-transition: 0.4s ease 0.2s;
	transition: 0.4s ease 0.2s;
}*/
.iAboutList .name {
	font-size: 16px;
	margin-top: 8px;
	background-color: #fff;
	color: #333;
	text-align: left;
	padding-left: 10px;
	/*height: 60px;*/
	line-height: 60px;
}
.iAboutList a:hover .name {
	background-color: #0b4ea2;
	color: #fff;
}
.iAboutList a:hover .name:before {
	color: #fff;
}
.iAboutList .name:before {
	content: "|";
	margin-right: 10px;
	display: inline-block;
	font-size: 38px;
	font-weight: bold;
	float: left;
}
.iAboutList .name:after {
	content: url(../../images/switchdock.png);
	margin-right: 10px;
	margin-top: 8px;
	display: inline-block;
	float: right;
}
.iAboutList a:hover .name:after {
	content: url(../../images/wswitchdock.png);
}
.iAboutList .intro {
	text-align: left;
	margin-top: 10px;
	font-size: 14px;
}
.iAboutList .lin1 .ico {
	background-position: 0px 0px;
}
.iAboutList .lin2 .ico {
	background-position: -50px 0px;
}
.iAboutList .lin3 .ico {
	background-position: -100px 0px;
}
.iAboutList .lin4 .ico {
	background-position: -150px 0px;
}
.iAboutList .lin1 .item:hover .ico {
	background-position: 0px -50px;
}
.iAboutList .lin2 .item:hover .ico {
	background-position: -50px -50px;
}
.iAboutList .lin3 .item:hover .ico {
	background-position: -100px -50px;
}
.iAboutList .lin4 .item:hover .ico {
	background-position: -150px -50px;
}
.iAboutList .item:hover .y1 {
	opacity: 0;
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
}
.iAboutList .item:hover .y2 {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	visibility: visible;
}
.p-active .iAboutList li {
	opacity: 0;
}
.p-active .iAboutList .lin1 {
	transform: translate(-70px, 50px);
	-webkit-transform: translate(-70px, 50px);
}
.p-active .iAboutList .lin2 {
	transform: translate(-70px, -50px);
	-webkit-transform: translate(-70px, -50px);
}
.p-active .iAboutList .lin3 {
	transform: translate(-70px, 50px);
	-webkit-transform: translate(-70px, 50px);
}
.p-active .iAboutList .lin4 {
	transform: translate(-70px, -50px);
	-webkit-transform: translate(-70px, -50px);
}
/*.iAboutList .lin3{ transform: translateY(50px) rotate(90deg); -webkit-transform:translateY(50px) rotate(90deg);}
.iAboutList .lin4{ transform: translateY(-50px) rotate(90deg); -webkit-transform: translateY(-50px) rotate(90deg);}*/
.active .iAboutList li {
	opacity: 1;
	transition: transform 500ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 500ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
.active .iAboutList .lin1, .active .iAboutList .lin2, .active .iAboutList .lin3, .active .iAboutList .lin4 {
	transform: translateY(0px) rotate(0deg);
	-webkit-transform: translateY(0px) rotate(0deg);
}
.active .iAboutList .lin1 {
	transition-delay: 0.6s;
-webkit- transition-delay: 0.6s;
}
.active .iAboutList .lin2 {
	transition-delay: 0.8s;
-webkit- transition-delay: 0.8s;
}
.active .iAboutList .lin3 {
	transition-delay: 1s;
-webkit- transition-delay: 1s;
}
.active .iAboutList .lin4 {
	transition-delay: 1.2s;
-webkit- transition-delay: 1.2s;
}
.ipage2-pic {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 100px;
}
.more {
	border: 1px solid #fff;
	width: 78px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
}
.more .i2 {
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.more .i3 {
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.more .i1 {
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #fff;
}
.more:hover {
	border-color: #fff;
}
.more:hover .i1 {
	color: #333333;
}
.more:hover .i2 {
	border-width: 105px 0 0 105px;
}
.more:hover .i3 {
	border-width: 0 105px 105px 0;
}
#ipage3 {
	position: relative;
	background: url(../images/bg3.jpg) repeat-x scroll left;
	background-size: cover;
}
.ipage3-pic {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 477px;
}
.ipage3-box {
	padding-top: 100px;
	position: relative;
	z-index: 2;
}
.ipage3-box .iboxT {
	text-align: center;
}
.productIbox a:link, .productIbox a:visited {
	color: #fff;
}
.productIbox a:active, .productIbox a:hover {
	color: #fff;
}
.productIbox1 {
	width: 78%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	overflow: hidden;
	background-color: #fff;
	padding: 1% 0.5%;
}
.productIbox1 .img {
	overflow: hidden;
}
.productIbox1 .img img {
	width: 100%;
	display: block;
	transition: all 0.6s ease 0s;
	-webkit-transform: all 0.6s ease 0s;
}
.productIbox1 .item {
	margin: 0% 0.5%;
	position: relative;
	width: 24%;
	float: left;
}
.productIbox1 .itemCon {
	background: url(../images/line.jpg) repeat-x;
	display: block;
}
.productIbox1 .name {
	background-color: #f8f8f8;
	position: relative;
	text-align: center;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
.productIbox1 .name i {
	height: 1px;
	position: absolute;
	left: 5%;
	width: 90%;
	background-color: #bbbbbb;
	top: 50%;
}
.productIbox1 .name span {
	font-size: 16px;
	padding: 0px 8px;
	background-color: #f8f8f8;
	position: relative;
	z-index: 2;
	color: #333333;
}
.productIbox .con {
	position: absolute;
	left: 0px;
	bottom: 0%;
	width: 80%;
	background: url(../images/line2.jpg) repeat-x scroll left top;
	padding: 8% 10% 10%;
	z-index: 4;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10%);
	-webkit-transform: translateY(10%);
	transition: all 0.6s ease 0s;
	-webkit-transform: all 0.6s ease 0s;
}
.productIbox .con i {
	background: url(../images/pro_i.png) no-repeat scroll center top;
	height: 31px;
	position: absolute;
	left: 0px;
	top: -30px;
	width: 100%;
}
.productIbox .con .t {
	font: 18px/1.4 "microsoft yahei";
}
.productIbox .con .bot {
	display: block;
	width: 42px;
	height: 2px;
	background-color: #fff;
	margin: 5% 0px;
}
.productIbox .con .c {
	height: 65px;
	overflow: hidden;
	margin-bottom: 10%;
	font-size: 13px;
	text-align: justify;
}
.p-active .ipage3-pic {
	background-position: left -100px;
	transition: all 0.8s ease 0s;
	-webkit-transform: all 0.8s ease 0s;
}
.active .ipage3-pic { /*background-position: left top;*/
	transition-delay: 0.6s;
-webkit- transition-delay: 0.6s;
}
.productIbox .itemCon:hover .con {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
/*.productIbox .con { opacity: 0; transform-style: preserve-3d; -webkit-transform-style: preserve-3d; transform:perspective(800px) rotateX(180deg); -webkit-transform:perspective(800px) rotateX(180deg); transform-origin: 0 100% 0; }
.productIbox .itemCon:hover .con { transform:rotateX(0deg); -webkit-transform:rotateX(0deg); opacity: 1;}*/
.picdemo .slick-arrow {
	width: 21px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -47px;
	z-index: 10;
}
.picdemo .slick-arrow i {
	width: 100%;
	height: 100%;
	display: block;
	transition: 600ms;
	-webkit-transition: 600ms;
}
.picdemo .slick-prev {
	background: url(../images/btn_i1.png) no-repeat scroll right center;
	left: 2%;
}
.picdemo .slick-next {
	background: url(../images/btn_i2.png) no-repeat scroll left center;
	right: 2%;
}
.picdemo .slick-prev i {
	background: url(../images/btn_1.png) no-repeat scroll left center;
}
.picdemo .slick-next i {
	background: url(../images/btn_2.png) no-repeat scroll right center;
}
.picdemo .slick-prev:hover i {
	transform: translateX(-8px);
	-webkit-transform: translateX(-8px);
}
.picdemo .slick-next:hover i {
	transform: translateX(8px);
	-webkit-transform: translateX(8px);
}
#ipage4 {
	background: #f8f8f8 url(../images/bg4.jpg) repeat-x scroll right;
	background-size: cover;
}
.ipage4-box {
	padding: 100px 0px 0px;
}
.ipage4-box .iboxT {
	color: #333;
}
.ipage4-box .iboxBot {
	background-color: #999999;
}
.ipage4-box .iboxBy {
	color: #333333;
	font-size: 16px;
	margin: 20px 0px 30px;
}
.iCaseList a:link, .iCaseList a:visited {
	color: #fff;
}
.iCaseList a:active, .iCaseList a:hover {
	color: #fff;
}
.iCaseList {
	margin-bottom: 34px;
}
.iCaseList .img {
	width: 100%;
	display: block;
	transition: 700ms;
	-webkit-transition: 700ms;
}
.iCaseList .item {
	position: relative;
	overflow: hidden;
}
.iCaseList .black {
	background: url(../images/black.png) repeat;
	background: none rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all .3s cubic-bezier(0.445, 0.145, 0.355, 1);
	-o-transition: all .3s cubic-bezier(0.445, 0.145, 0.355, 1);
	-ms-transition: all .3s cubic-bezier(0.445, 1.045, 0.355, 1);
	transition: all .3s cubic-bezier(0.445, 0.145, 0.355, 1);
}
.iCaseList .con {
	position: absolute;
	left: 5%;
	top: 40%;
	width: 90%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30%);
	-webkit-transform: translateY(30%);
	transition: all 0.6s ease 0s;
	-webkit-transform: all 0.6s ease 0s;
}
.iCaseList .con .t {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.iCaseList .more {
	margin: 0px auto;
}
.iCaseList .item:hover .img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.iCaseList .item:hover .black {
	opacity: 1;
	visibility: visible;
}
.iCaseList .item:hover .con {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.p-active .iCaseList .item {
	transform: translateY(80px);
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	opacity: 0;
}
.active .iCaseList .item {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}
.active .iCaseList .item:nth-child(2) {
	transition: 760ms 200ms;
	-webkit-transition: 760ms 200ms;
}
.active .iCaseList .item:nth-child(3) {
	transition: 760ms 400ms;
	-webkit-transition: 760ms 400ms;
}
.active .iCaseList .item:nth-child(4) {
	transition: 760ms 600ms;
	-webkit-transition: 760ms 600ms;
}
.active .iCaseList .item:nth-child(5) {
	transition: 760ms 800ms;
	-webkit-transition: 760ms 800ms;
}
.active .iCaseList .item:nth-child(6) {
	transition: 760ms 1000ms;
	-webkit-transition: 760ms 1000ms;
}
.active .iCaseList .item:nth-child(7) {
	transition: 760ms 1200ms;
	-webkit-transition: 760ms 1200ms;
}
.active .iCaseList .item:nth-child(8) {
	transition: 760ms 1400ms;
	-webkit-transition: 760ms 1400ms;
}
.iCaseList .slick-arrow {
	margin-top: -20px;
}
.more2 {
	margin: 0px auto;
	width: 160px;
	height: 44px;
	border-color: #999999;
	line-height: 44px;
	background-color: #999999;
}
.more2 .i2 {
	border-color: transparent transparent transparent #0b4ea2;
}
.more2 .i3 {
	border-color: transparent #0b4ea2 transparent;
}
.more2:hover .i1 {
	color: #fff;
}
.active .more2 {
	transition-delay: 0.6s;
-webkit- transition-delay: 0.6s;
}
.ipage5-box .iboxT {
	text-align: center;
	color: #fff;
}
.ipage5-box .iboxBot {
	background-color: #999;
	margin-bottom: 70px;
}
.idownDemo {
	width: 1036px;
	padding: 0px 82px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}
.idownDemo .line {
	height: 1px;
	background-color: #bababa;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 50%;
}
.idownList a:link, .idownList a:visited {
	color: #333;
}
.idownList a:active, .idownList a:hover {
	color: #fff;
}
.idownList {
	height: 260px;
	width: 100%;
	padding-top: 30px;
}
.idownList .itemCon {
	position: relative;
	display: block;
	width: 96%;
	height: 233px;
	margin: 0px auto;
}
.idownList .f1 {
	background: url(../images/f1.png) no-repeat;
}
.idownList .f2 {
	background: url(../images/f2.png) no-repeat;
}
.idownList .f1, .idownList .f2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	z-index: 1;
}
.idownList .f2 {
	opacity: 0;
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	visibility: hidden;
}
.idownList .con {
	position: relative;
	text-align: center;
}
.idownList .ico {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px auto;
	background: url(../images/ico2.png) no-repeat;
	z-index: 3;
	-webkit-transition: 0.4s ease 0.2s;
	transition: 0.4s ease 0.2s;
}
.idownList .name {
	font-size: 15px;
	margin: 10px auto 18px;
}
.idownList .bot {
	width: 14px;
	height: 2px;
	background-color: #333;
	display: block;
	margin: 0px auto;
	transition: 200ms;
	-webkit-transition: 200ms;
}
.idownList .btn {
	display: block;
	background: url(../images/more.png) no-repeat;
	width: 28px;
	height: 28px;
	margin: 10px auto 0px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transform: scale(0);
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	transition: 400ms;
	-webkit-transition: 400ms;
}
.idownList .itemCon:hover .ico {
	background-position: 0px -50px;
}
.idownList .itemCon:hover .f1 {
	opacity: 0;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.idownList .itemCon:hover .f2 {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	visibility: visible;
}
.idownList .itemCon:hover .bot {
	width: 0px;
}
.idownList .itemCon:hover .btn {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
.idownList .slick-arrow {
	width: 33px;
	height: 33px;
	display: block;
	border-radius: 5px;
	background-color: #1d2088;
	top: 50%;
	margin-top: -16px;
}
.idownList .slick-arrow i {
	background: url(../images/btn_3.png) no-repeat scroll center center;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	display: block;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.idownList .slick-prev {
	left: -82px;
}
.idownList .slick-next {
	right: -82px;
}
.idownList .slick-prev i {
	background-image: url(../images/btn_3.png);
}
.idownList .slick-next i {
	background-image: url(../images/btn_4.png);
}
.idownList .slick-arrow:hover {
	background-color: #333333;
}
.idownList .slick-prev:hover i {
	background-position: 30% center;
}
.idownList .slick-next:hover i {
	background-position: 70% center;
}
#ipage6 {
	position: relative;
}
#ipage6 .bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/bg6.jpg) no-repeat scroll center center #383838;
	background-size: cover;
}
.ipage6-box {
	z-index: 2;
}
.ipage6-box .iboxT {
	text-align: center;
}
.new {
	width: 90%;
	margin: 0 auto;
	padding-top: 120px;
}
.new .new_tit {
	color: #fff;
	font-size: 28px;
}
.new .new_tit i {
	margin-left: 10px;
}
.new_left {
	width: 62%;
	float: left;
	display: table-cell;
}
.new_left li {
	margin: 56px 2% 0 0;
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
	padding: 2% 0% 1% 0;
	border-radius: 9px;
}
.new_left li img {
	position: absolute;
	left: 0;
	bottom: 0;
	height: calc(100% + 10px);
	border-radius: 9px;
}
.new_left li .new_txt {
	width: calc(100% - 270px - 30px);
	padding: 0 30px 0 270px;
}
.new_left li .new_txt .p1 {
	width: 100%;
}
.new_left li .new_txt .p1 a {
	color: #0b4ea2;
	font-size: 16px;
	float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
}
.new_left li .new_txt .p1 span {
	float: right;
}
.new_left li .new_txt .p2 {
	width: 100%;
	text-indent: 2em;
	margin: 5px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.new_left li .new_txt a {
	display: block;
	color: #3791DB;
	text-align: left;
}
.new_left li .new_txt .p2 a{
        color: #6b6b6b;
}
.new_left li:hover{
    background-color: #0673be;
}
.new_left li:hover .new_txt{
color:#fff;
}
.new_left li:hover .new_txt a{
color:#fff;
}
.new_rig {
	width: 35%;
	float: right;
	display: table-cell;
}
.new_rig .new_hr {
	background: #fff;
	padding: 0 5%;
	margin: 40px 0 0 0;
	height: calc(300px + 80px + 18%);
	width: 90%;
	border-radius: 10px;
}
.new_rig .new_hr:hover {
    color: #fff;
    background: #0673be;
}
.new_rig .new_hr img {
	width: 100%;
	margin: 5% 0;
}
.new_rig .new_hr p {
	margin: 10px 0;
        color: #6b6b6b;
}
.new_rig .new_hr:hover p {
        color: #fff;
}
.new_rig .new_hr a {
	color: #3791DB;
    margin-bottom: 18px;
    display: block;
}
.new_rig .new_hr:hover a {
	color: #fff;
}
.cl {
	clear: both;
}
#ipage7 {
	background-color: #eaeaea;
}
#ipage7 .bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/bg7.jpg) no-repeat scroll center center #eaeaea;
	background-size: cover;
}
.ipage7-box {
	z-index: 2;
}
.ipage7-box .iboxT {
	text-align: center;
	color: #333333;
}
.ipage7-box .iboxBot {
	background-color: #999;
}
.ipage7-box .iboxC {
	width: 774px;
	text-align: center;
	color: #666666;
	margin: 30px auto 50px;
	font-size: 14px;
}
.ipage7-box a:link, .ipage7-box a:visited {
	color: #333;
}
.ipage7-box a:active, .ipage7-box a:hover {
	color: #0b4ea2;
}
.iContactList {
	margin-bottom: 5%;
}
.iContactList li {
	float: left;
	cursor: pointer;
	text-align: center;
	width: 29.33%;
	margin: 0px 2%;
	font-size: 14px;
	color: #333333;
}
.iContactList li .ico {
	display: block;
	margin: 0px auto 30px;
}
.iContactList li:hover .ico {
	-webkit-animation: icoI 1s linear infinite;
	animation: icoI 1s linear infinite;
}
 @-webkit-keyframes icoI {
 0% {
-webkit-transform: translate(0px, 0px);
}
 25% {
-webkit-transform: translate(0px, -10px);
}
 50% {
-webkit-transform: translate(0px, 0px);
}
 75% {
-webkit-transform: translate(0px, 10px);
}
 100% {
-webkit-transform: translate(0px, 0px);
}
}
 @-moz-keyframes icoI {
 0% {
-moz-transform: translate(0px, 0px);
}
 25% {
-moz-transform: translate(0px, -10px);
}
 50% {
-moz-transform: translate(0px, 0px);
}
 75% {
-moz-transform: translate(0px, 10px);
}
 100% {
-moz-transform: translate(0px, 0px);
}
}
 @keyframes icoI {
 0% {
transform: translate(0px, 0px);
}
 25% {
transform: translate(0px, -10px);
}
 50% {
transform: translate(0px, 0px);
}
 75% {
transform: translate(0px, 10px);
}
 100% {
transform: translate(0px, 0px);
}
}
 @-webkit-keyframes mk_3d_top {
 0% {
-webkit-transform: perspective(600px) rotateX(60deg);
-webkit-transform-origin: center top 0;
}
 100% {
-webkit-transform: perspective(600px) rotateX(0deg);
-webkit-transform-origin: center top 0;
}
}
 @keyframes mk_3d_top {
 0% {
-webkit-transform: perspective(600px) rotateX(60deg);
transform: perspective(600px) rotateX(60deg);
-webkit-transform-origin: center top 0;
transform-origin: center top 0;
}
 100% {
-webkit-transform: perspective(600px) rotateX(0deg);
transform: perspective(600px) rotateX(0deg);
-webkit-transform-origin: center top 0;
transform-origin: center top 0;
}
}

/*----- mk_3d_bottom -----*/

@-webkit-keyframes mk_3d_bottom {
 0% {
-webkit-transform: perspective(600px) rotateX(-30deg);
-webkit-transform-origin: center bottom 0;
opacity: 0;
}
 100% {
-webkit-transform: perspective(600px) rotateX(0deg);
-webkit-transform-origin: center bottom 0;
opacity: 1;
}
}
 @keyframes mk_3d_bottom {
 0% {
-webkit-transform: perspective(600px) rotateX(-30deg);
transform: perspective(600px) rotateX(-30deg);
-webkit-transform-origin: center bottom 0;
transform-origin: center bottom 0;
opacity: 0;
}
 100% {
-webkit-transform: perspective(600px) rotateX(0deg);
transform: perspective(600px) rotateX(0deg);
-webkit-transform-origin: center bottom 0;
transform-origin: center bottom 0;
opacity: 1;
}
}
.iContactList li .name {
	width: 228px;
	margin: 0px auto;
	line-height: 1.5;
}
.messageBtn {
	border: 2px solid #115aa8;
	display: block;
	width: 175px;
	padding: 0px 20px;
	height: 20px;
	margin: 0px auto;
	font-size: 20px;
	line-height: 60px;
	height: 60px;
	color: #e31922;
	position: relative;
	overflow: hidden;
}
.messageBtn .ico {
	background: url(../images/more2.png) no-repeat;
	width: 24px;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 22px;
	display: block;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.messageBtn:hover .ico {
	right: 10px;
}
.ipage7-box .messageBtn {
	color: #115aa8;
}
#ipage5, #ipage7 {
	position: relative;
}
#ipage5 .foot, #ipage7 .foot {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
.active#ipage6 .bg {
	-webkit-animation: mk_3d_bottom 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: mk_3d_bottom 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.active#ipage7 .bg {
	-webkit-animation: mk_3d_top 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: mk_3d_top 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
/*index style end*/
/*about style*/
/*about style end*/
/*down style*/
.downList a:link, .downList a:visited {
	color: #333;
}
.downList a:active, .downList a:hover {
	color: #fff;
}
.downList {
	padding-bottom: 6%;
	width: 960px;
	margin: 0px auto;
}
.downList .item {
	margin-top: 18px;
}
.downList .t, .downList .c {
	background-color: #ececec;
	position: relative;
}
.downList .t {
	float: left;
	display: block;
	width: 624px;
	margin-right: 2px;
}
.downList .c {
	float: left;
	display: block;
	width: 334px;
	text-align: center;
}
.downList .t a {
	padding: 22px 82px 22px 66px;
	font: 18px/50px "microsoft yahei";
	display: block;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.downList .t .i1 {
	width: 50px;
	height: 50px;
	float: left;
	display: block;
	background: url(../images/ico2.png) no-repeat;
	position: absolute;
	left: 9px;
	top: 22px;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.downList .t .name {
	height: 50px;
	overflow: hidden;
	display: block;
}
.downList .t .gs {
	position: absolute;
	right: 10px;
	width: 60px;
	font-size: 14px;
}
.downList .c a {
	padding: 22px 0px;
	height: 50px;
	display: block;
	line-height: 50px;
	position: relative;
	z-index: 2;
}
.downList .c .i2 {
	background: url(../images/down.png) no-repeat;
	padding: 0px 0px 0px 50px;
	overflow: hidden;
	line-height: 50px;
	display: inline-block;
*display: inline;
*zoom: 1;
	font-style: initial;
	font-size: 14px;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.downList .bot {
	background-color: #cc0000;
	height: 0px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.downList .t .bot {
	background-color: #333333;
}
.downList .item:hover .bot {
	height: 100%;
}
.downList .item:hover .i1 {
	background-position: 0px bottom;
}
.downList .item:hover .i2 {
	background-position: 0px bottom;
}
.downList .item:hover a {
	color: #fff;
}
/*down style end*/
/*news style*/
.newsPnav {
	display: block;
	padding: 42px 0px 20px;
	border-bottom: 1px solid #fff;
	color: #fff;
	width: 1084px;
	margin: 0px auto 136px;
}
.newsPnav .name {
	font-size: 24px;
	line-height: 1.5;
}
.newsPnav .selbox1 {
	float: right;
	display: block;
}
select.selbox1 {
	width: 200px;
	height: 38px;
	line-height: 38px;
	padding: 0px 0px 0px 15px;
	vertical-align: middle;
	border: 1px solid #fff;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "microsoft yahei";
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	background: url(../images/sico.png) no-repeat scroll 90% center;
	float: left;
	display: block;
}
.no-csstransitions select.selbox1 {
	padding-left: 0;
	background-image: none;
	background-color: #fff;
}
select.selbox1 option {
	padding: 2px 15px;
	color: #333333;
}
select.selbox1:hover {
	color: #fff;
	border: 1px solid #fff;
}
.newsPage {
	position: relative;
	width: 1084px;
	margin: -210px auto 0px;
}
.newTime {
	font-size: 36px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 15px;
}
.newTime span {
	font-size: 16px;
	padding-left: 5px;
}
.filler {
	position: absolute;
	display: block;
	-webkit-transition: 0.6s ease 0s;
	-moz-transition: 0.6s 0s;
	-o-transition: 0.6s 0s;
	transition: 0.6s 0s;
}
.filler {
	background-color: #cc0000;
	z-index: 5;
}
.filler-left {
	width: 3px;
	height: 0%;
	left: 0%;
	bottom: 0%;
}
.filler-right {
	width: 3px;
	height: 0%;
	right: 0%;
	top: 0%;
}
.filler-top {
	width: 0%;
	height: 3px;
	left: 0%;
	top: 0%;
}
.filler-bottom {
	width: 0%;
	height: 3px;
	right: 0%;
	bottom: 0%;
}
.newsList {
	margin-left: -4%;
}
.newsList a:link, .newsList a:visited {
	color: #333;
}
.newsList a:active, .newsList a:hover {
	color: #333;
}
.newItem a:hover .filler-left {
	height: 100%;
}
.newItem a:hover .filler-right {
	height: 100%;
}
.newItem a:hover .filler-top {
	width: 100%;
}
.newItem a:hover .filler-bottom {
	width: 100%;
}
.newItem {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	float: left;
	display: block;
	width: 29.33%;
	margin: 0px 0px 34px 4%;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.newItem a {
	display: block;
	padding: 18px 18px 0px;
}
.newItem .img {
	width: 100%;
	overflow: hidden;
}
.newItem .img img {
	width: 100%;
	display: block;
	-webkit-transition: 0.6s ease 0s;
	-moz-transition: 0.6s 0s;
	-o-transition: 0.6s 0s;
	transition: 0.6s 0s;
}
.newItem .con {
	padding: 18px 0px 10px;
}
.newItem .c {
	font-size: 14px;
	line-height: 1.5;
	height: 42px;
	overflow: hidden;
	margin-bottom: 40px;
}
.newItem .time {
	color: #999999;
	line-height: 26px;
}
.newItem .more {
	background: url(../images/more3.png) no-repeat;
	width: 26px;
	height: 26px;
	display: block;
	float: right;
	display: block;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.newItem:hover {
	box-shadow: 3px 6px 3px -1px rgba(201, 201, 201, 0.6);
}
.newItem:hover .more {
	background-image: url(../images/more4.png);
}
.newItem:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.bgf8 {
	background-color: #f8f8f8;
}
.paging {
	text-align: center;
	padding: 12px 0px 60px;
}
.paging a:link, .paging a:visited {
	color: #ffffff;
}
.paging a:active, .paging a:hover {
	color: #fff;
	background-color: #cc0000;
}
.paging a, .paging span {
	display: inline-block;
	margin: 0px 2px;
	background-color: #8a8a8a;
	font-size: 15px;
	padding: 4px 14px;
	color: #fff;
}
.paging span {
	background-color: #cc0000;
	color: #fff!important;
}
.w960 {
	width: 960px;
	margin: 0px auto;
}
.ninfoT {
	margin-top: 95px;
	padding: 5% 0px 30px;
	border-bottom: 2px solid #cecece;
	text-align: center;
	margin-bottom: 50px;
}
.ninfoT .infoT {
	font-size: 24px;
	color: #333;
	margin-bottom: 18px;
	line-height: 1.5;
}
.ninfoT .infoTime {
	color: #999;
}
.pageC a:link, .pageC a:visited {
	color: #333;
}
.pageC a:active, .pageC a:hover {
	color: #CC0000;
}
.pageC {
	font-size: 14px;
	color: #666666;
	overflow: hidden;
}
.pageC img {
	max-width: 100%;
}
.infoPaging a:link, .infoPaging a:visited {
	color: #666;
}
.infoPaging a:active, .infoPaging a:hover {
	color: #CC0000;
}
.infoPaging {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 59px;
	margin-top: 8%;
	text-align: center;
}
.infoBox {
	width: 370px;
	margin: 0px auto;
	line-height: 59px;
	font-size: 16px;
}
.infoBox .list {
	background: url(../images/list1.png) no-repeat scroll center center #999999;
	padding-left: 68px;
	height: 59px;
	display: inline-block;
}
.infoBox .list:hover {
	background-color: #cc0000;
}
.infoBox .pprev {
	background: url(../images/prev11.png) no-repeat scroll 8% center;
	padding-left: 37px;
	float: left;
	display: block;
	height: 100%;
}
.infoBox .pnext {
	background: url(../images/next11.png) no-repeat scroll 92% center;
	padding-right: 37px;
	float: right;
	display: block;
	height: 100%;
}
.infoBox .pprev:hover {
	background-position: 0px center;
}
.infoBox .pnext:hover {
	background-position: 100% center;
}
/*news style end*/
/*contact sytle*/
.mapBox .BMap_Marker div {
	transition: 500ms;
	transform-origin: bottom;
	-webkit-transform-origin: bottom;
}
.mapBox:hover .BMap_Marker div {
	animation: moveMap 600ms ease-in-out;
	-webkit-animation: moveMap 600ms ease-in-out;
}
 @keyframes moveMap {
 0% {
transform: scale(1);
}
 30% {
transform: scale(0.6);
}
 60% {
transform: scale(1.15);
}
 80% {
transform: scale(0.9);
}
 90% {
transform: scale(1.05);
}
 100% {
transform: scale(1);
}
}
 @-webkit-keyframes moveMap {
 0% {
-webkit-transform: scale(1);
}
 30% {
-webkit-transform: scale(0.6);
}
 60% {
-webkit-transform: scale(1.15);
}
 80% {
-webkit-transform: scale(0.9);
}
 90% {
-webkit-transform: scale(1.05);
}
 100% {
-webkit-transform: scale(1);
}
}
.mapBox {
	width: 100%;
	overflow: hidden;
	height: 550px;
}
.contactList {
	padding: 48px 0px;
	border-bottom: 2px solid #e6e6e6;
}
.contactList .iContactList {
	margin-bottom: 0px;
}
.contactPage {
	padding: 54px 0px;
}
.contactPage dt {
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
}
.contactPage .onedd {
	margin-bottom: 38px;
}
.pintaiList a:link, .pintaiList a:visited {
	color: #666;
}
.pintaiList a:active, .pintaiList a:hover {
	color: #CC0000;
}
.pintaiList {
	margin-left: -32px;
}
.pintaiList li {
	float: left;
	display: block;
	text-align: center;
	font-size: 14px;
	margin-left: 32px;
}
.pintaiList li img {
	display: block;
	width: 163px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}
.pintaiList li:hover img {
	border-color: #CC0000;
}
.messagePage {
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 5% 0px;
	position: relative;
}
.messagePage .iboxT {
	text-align: center;
}
.messagePage .ts {
	text-align: center;
	color: #fff;
	padding: 40px 0px 50px;
	font-size: 14px;
}
.messagePage .black {
	background: url(../images/black2.png) repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.messagePage .w960 {
	position: relative;
}
.formbox {
	width: 582px;
	margin: 0px auto;
}
.formbox dd {
	padding-bottom: 16px;
}
.formbox dd.btnBox {
	padding-top: 24px;
}
.ctxt {
	border: 0px none;
	color: #0f0f0f;
	padding: 12px 2%;
	height: 20px;
	line-height: 20px;
	width: 45%;
	font-size: 14px;
	font-family: "microsoft yahei";
}
.ctxt2 {
	float: right;
	display: block;
}
.ctxt3 {
	width: 96%;
	height: 90px;
	resize: none;
}
.formbox .more2 {
	border: 0px none;
	background-color: #cc0000;
}
.formbox .more2 .i2 {
	border-color: transparent transparent transparent #999;
}
.formbox .more2 .i3 {
	border-color: transparent #999 transparent transparent;
}
.formbox input[type="text"]:focus, .formBox textarea:focus {
	background-color: #eeeeee;
}
/*contact sytle end*/
/*case style*/
.caseT {
	padding: 5% 0px 4%;
	text-align: center;
}
.caseT2 {
	padding: 1% 0px 2%;
}
.caseT .iboxT {
	color: #333333;
}
.caseT .iboxBot {
	background-color: #999;
	margin: 18px auto 15px;
}
.caseT .iboxC {
	font-size: 18px;
}
.casePage {
	padding: 5% 0px;
}
.caseTitle {
	font-size: 24px;
	text-align: center;
	color: #333333;
	margin-bottom: 40px;
	line-height: 1.5;
}
.clist {
	margin-left: -3%;
}
.clist li {
	float: left;
	display: block;
	width: 30.33%;
	margin-left: 3%;
	overflow: hidden;
	background-color: #000;
}
.clist li img {
	width: 100%;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.clist li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.caseDemo {
	height: 494px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.caseDemo .w960 {
	background-color: #cc0000;
	position: relative;
	font-size: 14px;
}
.caseDemo .w960 .img {
	display: block;
	width: 67%;
	float: left;
	display: block;
}
.caseDemo .w960 .img img {
	width: 100%;
	display: block;
}
.caseDemo .con {
	position: absolute;
	right: 5%;
	width: 23%;
	color: #fff;
	background-color: #cc0000;
	height: 100%;
}
.caseDemo .con .t {
	padding: 50px 0px 24px;
	border-bottom: 1px solid #fff;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 32px;
}
.caseDemo .bot {
	position: absolute;
	left: 0px;
	bottom: 10%;
	width: 19px;
}
.caseDemo .bot .line {
	height: 100px;
	background-color: #fff;
	width: 1px;
	margin: 0px auto 12px;
	display: block;
}
.caseDemo .bot .ico {
	background: url(../images/arrw.png) no-repeat;
	width: 19px;
	height: 10px;
	display: block;
}
.casePrev, .caseNext {
	background-color: #fff;
	border-radius: 18px;
	padding: 0px 9px;
	height: 36px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	line-height: 36px;
	color: #666;
	font-size: 14px;
	z-index: 100;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.casePrev {
	left: -60px;
}
.caseNext {
	right: -60px;
}
.casePrev i, .caseNext i {
	width: 20px;
	background: url(../images/more5.png) no-repeat scroll left center;
	display: inline-block;
	height: 36px;
	float: left;
	display: block;
}
.caseNext i {
	background: url(../images/more6.png) no-repeat scroll right center;
}
.casePrev span, .caseNext span {
	width: 0px;
	overflow: hidden;
	font-size: 14px;
	float: left;
	display: block;
	overflow: hidden;
	height: 36px;
	text-align: center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.casePrev:hover span, .caseNext:hover span {
	width: 60px;
	font-size: 14px;
}
.casePrev:hover {
	left: -120px;
}
.caseNext:hover {
	right: -120px;
}
.caseDemo .prevImg {
	position: absolute;
	left: -638px;
	top: 0px;
}
.caseDemo .nextImg {
	position: absolute;
	right: -638px;
	top: 0px;
}
.caseDemo .prevImg img, .caseDemo .prevImg img {
	width: 100%;
	display: block;
}
.caseDemo .prevImg .wiff, .caseDemo .nextImg .wiff {
	background: url(../images/wiff.png) repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}
/*case style end*/
/*product style*/
.productDL a:link, .productDL a:visited {
	color: #333333;
}
.productDL a:active, .productDL a:hover {
	color: #CC0000;
}
.productDL {
	border-top: 1px solid #cccccc;
	margin: 35px 0px 50px;
}
.productDL dd {
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.productDL .img {
	float: left;
	display: block;
	width: 37%;
}
.productDL .img img {
	width: 100%;
	display: block;
}
.productDL .con {
	margin-left: 13%;
	width: 50%;
	float: left;
	display: block;
	padding: 40px 0px;
	color: #333;
	font-size: 14px;
}
.productDL .con .t {
	border-bottom: 1px solid #ccc;
	width: 205px;
	padding-bottom: 15px;
	line-height: 1.5;
	font-size: 24px;
	color: #333333;
	margin-bottom: 30px;
}
.productDL .con .c {
	font-size: 14px;
}
.productDL .con .bot {
	padding: 28px 0px;
}
.productDL .con .bot a:link, .productDL .con .bot a:visited {
	color: #CC0000;
}
.productDL .con .bot a:active, .productDL .con .bot a:hover {
	color: #333333;
}
.productDL .con .bot a {
	background: url(../images/sj.png) no-repeat scroll left 8px;
	padding-left: 18px;
	margin-right: 10%;
	display: inline-block;
}
.productDL .more {
	border-color: #666666;
	width: 98px;
	height: 34px;
	line-height: 34px;
}
.productDL .more .i1 {
	color: #666666;
}
.productDL .more .i2 {
	border-color: transparent transparent transparent #cc0000;
}
.productDL .more .i3 {
	border-color: transparent #cc0000 transparent transparent;
}
.productDL .more:hover {
	border-color: #cc0000;
}
.productDL .more:hover .i1 {
	color: #fff;
}
.productDL dd:hover {
	background-color: #F8F8F8;
}
.proT {
	text-align: center;
	color: #333333;
	font-size: 24px;
	padding: 30px 0px 0px;
}
.productNav a:link, .productNav a:visited {
	color: #666;
}
.productNav a:active, .productNav a:hover {
	color: #fff;
}
.productNav {
	text-align: center;
	padding: 20px 0px 0px;
}
.productNav a {
	border: 1px solid #666666;
	padding: 8px 30px;
	margin: 0px 7px;
}
.productNav a span {
	background: url(../images/sj3.png) no-repeat scroll left center;
	padding-left: 16px;
	font-size: 14px;
}
.productNav a:hover, .productNav a.act {
	background-color: #CC0000;
	border-color: #CC0000;
	color: #fff;
}
.productNav a:hover span, .productNav a.act span {
	background-image: url(../images/sj2.png);
}
.filler2 {
	position: absolute;
	display: block;
	background-color: #cc0000;
	z-index: 5;
	-webkit-transition: 0.4s ease 0s;
	-moz-transition: 0.4s 0s;
	-o-transition: 0.4s 0s;
	transition: 0.4s 0s;
}
.filler-left2 {
	width: 3px;
	height: 0%;
	left: 0%;
	top: 0%;
}
.filler-right2 {
	width: 3px;
	height: 0%;
	right: 0%;
	top: 0%;
}
.filler-top2 {
	width: 0%;
	height: 3px;
	left: 50%;
	top: 0%;
	-webkit-transition: 0.4s ease 0s;
	-moz-transition: 0.4s 0s;
	-o-transition: 0.4s 0s;
	transition: 0.4s 0s;
}
.productList a:link, .productList a:visited {
	color: #fff;
}
.productList a:active, .productList a:hover {
	color: #fff;
}
.productList a:hover .filler-left2 {
	height: 100%;
	-webkit-transition: 0.6s ease 0.4s;
	-moz-transition: 0.6s 0.4s;
	-o-transition: 0.6s 0.4s;
	transition: 0.6s 0.4s;
}
.productList a:hover .filler-right2 {
	height: 100%;
	-webkit-transition: 0.6s ease 0.4s;
	-moz-transition: 0.6s 0.4s;
	-o-transition: 0.6s 0.4s;
	transition: 0.6s 0.4s;
}
.productList a:hover .filler-top2 {
	width: 100%;
	left: 0%;
}
.productList {
	padding-top: 50px;
}
.productList ul {
	margin-left: -4%;
}
.productList .bg2 {
	background-color: #CC0000;
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0px;
	bottom: 0px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.productList li {
	float: left;
	display: block;
	width: 29.33%;
	margin: 0px 0px 4% 4%;
	background-color: #666666;
}
.productList a {
	display: block;
	position: relative;
}
.productList a .img {
	border: 1px solid #cccccc;
	background-color: #fff;
}
.productList a .img img {
	width: 100%;
	display: block;
}
.productList a .name {
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	overflow: hidden;
	padding: 0px 5%;
	text-align: center;
	position: relative;
	z-index: 2;
}
.productList a:hover .bg2 {
	height: 52px;
	-webkit-transition: 0.4s ease 0.6s;
	-moz-transition: 0.4s 0.6s;
	-o-transition: 0.4s 0.6s;
	transition: 0.4s 0.6s;
}
.productList .ico {
	background: url(../images/addico.png) no-repeat;
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -21px 0px 0px -21px;
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	opacity: 0;
	visibility: hidden;
}
.productList a:hover .ico {
	transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-transition: 0.4s ease 0s;
	-moz-transition: 0.4s 0s;
	-o-transition: 0.4s 0s;
	transition: 0.4s 0s;
	opacity: 1;
	visibility: visible;
}
.productAct {
	background-color: #f8f8f8;
	padding: 15px 0px;
	font-size: 14px;
}
.productAct a:link, .productAct a:visited {
	color: #666;
}
.productAct a:active, .productAct a:hover {
	color: #CC0000;
}
.productAct span {
	font-family: "宋体";
	padding: 0px 10px;
}
.productDemo {
	margin: 60px 0px;
}
.pboxT {
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 32px;
}
.paddingB {
	padding: 58px 0px;
}
.pboxDL {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 25px 0px;
}
.pboxDL dd {
	float: left;
	display: block;
	width: 32.33%;
	margin-right: 1%;
	font-size: 14px;
}
.proLine {
	background-color: #cc0000;
	font-size: 18px;
	color: #fff;
	padding: 8px 2%;
	margin-bottom: 30px;
}
.productPingtai {
	padding: 60px 0px;
}
.productPingtai dt {
	font-size: 18px;
	padding-bottom: 30px;
}
.productPingtai .pintaiList {
	margin-left: -1.2%;
}
.productPingtai .pintaiList li {
	width: 13%;
	margin-left: 1.2%;
	font-size: 16px;
}
.productPingtai .pintaiList li img {
	width: 100%;
}
.proName {
	font-size: 20px;
	color: #333333;
	text-align: center;
}
.control {
	text-align: center;
	padding: 26px 0px 32px;
	font-size: 14px;
}
.control .line {
	padding: 0px 4px;
}
.control .num {
	font-size: 20px;
}
.productImg .item img {
	filter: alpha(opacity=40);
	opacity: 0.4;
	border: 1px solid #cccccc;
	width: 100%;
}
.productImg .item {
	margin: 0px 80px;
	background-color: #fff;
}
.productImg .slick-center img {
	filter: alpha(opacity=100);
	opacity: 1;
}
.productImg .slick-arrow {
	width: 33px;
	height: 33px;
	display: block;
	border-radius: 5px;
	background-color: #999999;
	top: 50%;
	margin-top: -16px;
	z-index: 100;
}
.productImg .slick-arrow i {
	background: url(../images/btn_3.png) no-repeat scroll center center;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	display: block;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.productImg .slick-prev {
	left: 31%;
}
.productImg .slick-next {
	right: 31%;
}
.productImg .slick-prev i {
	background-image: url(../images/btn_3.png);
}
.productImg .slick-next i {
	background-image: url(../images/btn_4.png);
}
.productImg .slick-arrow:hover {
	background-color: #fabe00;
}
.productImg .slick-prev:hover i {
	background-position: 30% center;
}
.productImg .slick-next:hover i {
	background-position: 70% center;
}
/*product style end*/
/*aboutNav style*/
.aboutNav a:link, .aboutNav a:visited {
	color: #666;
}
.aboutNav a:active, .aboutNav a:hover {
	color: #CC0000;
}
.aboutNav {
	border-bottom: 1px solid #cccccc;
}
.aboutNav li {
	float: left;
	display: block;
	width: 23%;
	margin: 0px 1%;
	text-align: center;
	font-size: 16px;
	color: #666666;
	position: relative;
}
.aboutNav li a {
	padding-bottom: 35px;
	display: block;
}
.aboutNav i {
	width: 50px;
	height: 50px;
	margin: 0px auto 25px;
	display: block;
	background: url(../images/ico.png) no-repeat;
}
.aboutNav .i1 {
	background-position: 0px 0px;
}
.aboutNav .i2 {
	background-position: -50px 0px;
}
.aboutNav .i3 {
	background-position: -100px 0px;
}
.aboutNav .i4 {
	background-position: -150px 0px;
}
.aboutNav .bot {
	position: absolute;
	left: 50%;
	width: 0px;
	background-color: #CC0000;
	height: 2px;
	bottom: 0px;
	-webkit-transition: 0.4s ease 0s;
	-moz-transition: 0.4s 0s;
	-o-transition: 0.4s 0s;
	transition: 0.4s 0s;
}
.aboutNav li:hover .bot {
	width: 100%;
	left: 0px;
}
.pagebT {
	text-align: center;
	margin-bottom: 38px;
}
.pagebT .zh {
	color: #666666;
	font-size: 24px;
}
.pagebT .en {
	color: #999999;
}
.aboutPic {
	padding: 15%;
	background-attachment: fixed;
	background-size: cover;
}
.qualificationPage {
	background-color: #F8F8F8;
	padding: 70px 0px;
}
.qualificationPbox {
	position: relative;
	margin-bottom: 5%;
}
.qualificationPbox .bor {
	height: 3px;
	position: absolute;
	left: 0px;
	top: 50%;
	background-color: #CC0000;
	width: 100%;
	margin-top: -1px;
}
.qualificationTab {
	position: relative;
	z-index: 2;
	padding: 0px 50px;
}
.qualificationTab .item {
	border-radius: 5px;
	background-color: #d7d7d7;
	font-size: 14px;
	color: #333;
	padding: 10px 10px;
	margin: 0px 7px;
	display: block;
	text-align: center;
}
.qualificationTab .item:hover, .qualificationTab .item.act {
	background-color: #CC0000;
	color: #fff;
}
.qualificationTab .slick-arrow {
	width: 33px;
	height: 33px;
	display: block;
	border-radius: 5px;
	background-color: #fabe00;
	top: 50%;
	margin-top: -16px;
}
.qualificationTab .slick-arrow i {
	background: url(../images/btn_3.png) no-repeat scroll center center;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	display: block;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.qualificationTab .slick-prev {
	left: 0px;
}
.qualificationTab .slick-next {
	right: 0px;
}
.qualificationTab .slick-prev i {
	background-image: url(../images/btn_3.png);
}
.qualificationTab .slick-next i {
	background-image: url(../images/btn_4.png);
}
.qualificationTab .slick-arrow:hover {
	background-color: #333333;
}
.qualificationTab .slick-prev:hover i {
	background-position: 30% center;
}
.qualificationTab .slick-next:hover i {
	background-position: 70% center;
}
.qualificationDemo a:link, .qualificationDemo a:visited {
	color: #333333;
}
.qualificationDemo a:active, .qualificationDemo a:hover {
	color: #CC0000;
}
.qualificationDemo {
	width: 90%;
	margin: 0px auto;
	position: relative;
	padding-bottom: 60px;
	transform: translateX(80px);
	-webkit-transform: translateX(80px);
	opacity: 0;
	transition: 700ms;
	-webkit-transition: 700ms;
}
.qualificationDemo.show {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
}
.qualificationDemo .item {
	margin: 0px 20px;
}
.qualificationDemo .itemA {
	display: block;
	text-align: center;
	cursor: pointer;
}
.qualificationDemo .itemA .img {
	margin-bottom: 8px;
}
.qualificationDemo .itemA img {
	width: 100%;
	display: block;
	font-size: 14px;
}
.qualificationDemo .slick-dots {
	bottom: 0px;
}
.qualificationDemo .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
	width: 13px;
	height: 10px;
	padding: 2px 0px;
	cursor: pointer;
}
.qualificationDemo .slick-dots li a {
	transition: 400ms;
	-webkit-transition: 400ms;
	-ms-transition: 400ms;
	height: 12px;
	width: 12px;
	line-height: 12px;
	text-indent: -10em;
	display: block;
	overflow: hidden;
	padding: 0px;
	cursor: pointer;
	border: 1px solid #b8b8b8;
	background-color: #b8b8b8;
	border-radius: 50%;
}
.qualificationDemo .slick-dots li a:focus {
	outline: none;
}
.qualificationDemo .slick-dots li.slick-active a {
	background-color: #0b4ea2;
	border-color: #0b4ea2;
}
.imgShowBox {
	background: url(../images/black2.png) repeat;
	background: none rgba(0,0,0,0.8);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateY(100%);
	transition: all 800ms ease 0s;
	z-index: 1110;
	width: 100%;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
.no-csstransitions .imgShowBox {
	display: none;
}
.imgShowDemo {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.imgShowDemo .item {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-size: contain;
}
.imgShowDemo .img {
	vertical-align: middle;
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.imgShowDemo .txt {
	background: url(../images/black.png) repeat;
	background: none rgba(0,0,0,0.5);
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 0px;
}
.imgShowDemo .txt .i {
	padding: 0px 3%;
}
.hi-num {
	width: 85px;
	height: 65px;
	background: #272727;
	color: #fff;
	border-left: 1px solid #3a3a3a;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	line-height: 65px;
	font-size: 16px;
}
.img-show {
	transform: translateY(0) !important;
	-webkit-transform: translateY(0) !important;
}
.no-csstransitions .img-show {
	display: block;
}
.imgShowDemo .slick-prev, .imgShowDemo .slick-next {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 100;
	transition: all 0s ease 0s;
	-webkit-transform: all 0s ease 0s;
}
.imgShowDemo .slick-prev {
	background: url(../images/img_btn2.png) no-repeat scroll left top;
	left: 2%;
}
.imgShowDemo .slick-next {
	background: url(../images/img_btn2.png) no-repeat scroll right top;
	right: 2%;
}
.imgShowDemo .slick-prev:hover {
	background-position: left bottom;
}
.imgShowDemo .slick-next:hover {
	background-position: right bottom;
}
.overlayClose {
	width: 56px;
	height: 56px;
	display: block;
	position: fixed;
	right: 2%;
	top: 2%;
	transition: 300ms;
	-webkit-transition: 300ms;
	z-index: 100;
}
.overlayClose i {
	background: url(../images/close2.png) no-repeat scroll center center;
	width: 100%;
	height: 100%;
	display: block;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.overlayClose:hover {
	background-color: #ba002a;
}
.overlayClose:hover i {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.honorPage {
	padding: 6% 0px;
}
.honorPage .w960 {
	position: relative;
	padding-bottom: 60px;
}
.honorDemo {
	padding: 0px 50px 0px;
}
.honorDemo .item {
	border-radius: 5px;
	background-color: #d7d7d7;
	font-size: 14px;
	color: #333;
	padding: 10px 10px;
	margin: 0px 7px;
	display: block;
	text-align: center;
}
.honorDemo .item:hover, .honorDemo .item.act {
	background-color: #CC0000;
	color: #fff;
}
.honorDemo .slick-arrow {
	width: 33px;
	height: 33px;
	display: block;
	border-radius: 5px;
	background-color: #999999;
	top: 50%;
	margin-top: -16px;
}
.honorDemo .slick-arrow i {
	background: url(../images/btn_3.png) no-repeat scroll center center;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	display: block;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.honorDemo .slick-prev {
	left: 0px;
}
.honorDemo .slick-next {
	right: 0px;
}
.honorDemo .slick-prev i {
	background-image: url(../images/btn_3.png);
}
.honorDemo .slick-next i {
	background-image: url(../images/btn_4.png);
}
.honorDemo .slick-arrow:hover {
	background-color: #fabe00;
}
.honorDemo .slick-prev:hover i {
	background-position: 30% center;
}
.honorDemo .slick-next:hover i {
	background-position: 70% center;
}
.honorDemo .itemA {
	display: block;
	margin: 0px 20px;
}
.honorDemo .img {
	border: 1px solid #cfcfcf;
	padding: 5px;
	margin-bottom: 8px;
	overflow: hidden;
}
.honorDemo .img img {
	width: 100%;
	display: block;
}
.honorDemo .name {
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
}
.honorDemo .slick-dots {
	bottom: -60px;
	left: 0px;
}
.honorDemo .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
	width: 13px;
	height: 10px;
	padding: 2px 0px;
	cursor: pointer;
}
.honorDemo .slick-dots li a {
	transition: 400ms;
	-webkit-transition: 400ms;
	-ms-transition: 400ms;
	height: 12px;
	width: 12px;
	line-height: 12px;
	text-indent: -10em;
	display: block;
	overflow: hidden;
	padding: 0px;
	cursor: pointer;
	border: 1px solid #b8b8b8;
	background-color: #b8b8b8;
	border-radius: 50%;
}
.honorDemo .slick-dots li a:focus {
	outline: none;
}
.honorDemo .slick-dots li.slick-active a {
	background-color: #0b4ea2;
	border-color: #0b4ea2;
}
.itemA .img {
	position: relative;
	overflow: hidden;
}
.itemA .black {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	background: url(../images/black.png) repeat;
}
.itemA .il, .itemA .ir {
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	transition: 400ms;
	-webkit-transition: 400ms;
	border-radius: 3px;
}
.itemA .il {
	height: 3px;
	width: 0px;
	margin: -1px 0px 0px -15px;
}
.itemA .ir {
	height: 0px;
	width: 3px;
	margin: -15px 0px 0px -1px;
}
.itemA:hover .black {
	opacity: 1;
	visibility: visible;
}
.itemA:hover .il {
	width: 30px;
}
.itemA:hover .ir {
	height: 30px;
	transition: 400ms ease 200ms;
	-webkit-transition: 400ms ease 200ms;
}
.processPage {
	background-color: #3a3a3a;
	padding: 45px 0px 60px;
	border-bottom: 2px solid #4d4d4d;
}
.processPage .pagebT {
	text-align: left;
	padding-left: 180px;
	color: #fff;
}
.processPage .pagebT .zh {
	color: #fff;
}
.processDemo {
	padding: 0px 120px;
	color: #ccc;
	font-size: 14px;
}
.processDemo .item {
	margin: 0px 60px;
}
.processDemo .con {
	width: 54%;
	float: left;
	display: block;
}
.processDemo .con .year {
	font-size: 40px;
	font-family: arial, helvetica, sans-serif;
}
.processDemo .img {
	width: 35%;
	float: right;
	display: block;
}
.processDemo .slick-prev, .processDemo .slick-next {
	width: 20px;
	height: 43px;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	z-index: 100;
	transition: all 0s ease 0s;
	-webkit-transform: all 0s ease 0s;
}
.processDemo .slick-prev {
	background: url(../images/process_l.png) no-repeat scroll right top;
	left: 50px;
}
.processDemo .slick-next {
	background: url(../images/process_r.png) no-repeat scroll left top;
	right: 50px;
}
.processDemo .slick-prev:hover {
	background-position: left top;
}
.processDemo .slick-next:hover {
	background-position: right top;
}
/*aboutNav style end*/

/*微信弹出*/
.popUpblack {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1010;
	display: none;
}
.popUp {
	width: 220px;
	height: 242px;
	border: 5px solid #999;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -87px 0 0 -115px;
	z-index: 1004;
}
.popUp .t {
	padding: 0 0 0 10px;
	height: 26px;
	line-height: 26px;
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #e8e8e8;
	background: #f2f2f2;
}
.popUp .t .close {
	padding: 0 10px 0 0;
	float: right;
	cursor: pointer;
	color: #666;
	font-weight: normal;
}
.popUp .img {
	padding: 20px;
}
.popUp .img img {
	width: 100%;
	height: 100%;
	display: block;
}
/*微信弹出 end*/
/**cloud**/

.sky {
	width: 100%;
	height: 100%;
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
	-webkit-animation: sky_background 50s ease-out infinite;
	-moz-animation: sky_background 50s ease-out infinite;
	-o-animation: sky_background 50s ease-out infinite;
	animation: sky_background 50s ease-out infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.clouds_one {
	background: url("../images/cloud_one.png") repeat-x 0 50px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 300%;
	-webkit-animation: cloud_one 50s linear infinite;
	-moz-animation: cloud_one 50s linear infinite;
	-o-animation: cloud_one 50s linear infinite;
	animation: cloud_one 50s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.clouds_two {
	background: url("../images/cloud_two.png") repeat-x 0 50px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 300%;
	-webkit-animation: cloud_two 75s linear infinite;
	-moz-animation: cloud_two 75s linear infinite;
	-o-animation: cloud_two 75s linear infinite;
	animation: cloud_two 75s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.clouds_three {
	background: url("../images/cloud_three.png") repeat-x 0 50px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 300%;
	-webkit-animation: cloud_three 100s linear infinite;
	-moz-animation: cloud_three 100s linear infinite;
	-o-animation: cloud_three 100s linear infinite;
	animation: cloud_three 100s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
 @-webkit-keyframes sky_background {
 0% {
 background: #007fd5;
 color: #007fd5
}
 50% {
 background: #000;
 color: #a3d9ff
}
 100% {
 background: #007fd5;
 color: #007fd5
}
}
@-moz-keyframes sky_background {
 0% {
 background: #007fd5;
 color: #007fd5
}
 50% {
 background: #000;
 color: #a3d9ff
}
 100% {
 background: #007fd5;
 color: #007fd5
}
}
@keyframes sky_background {
 0% {
 background: #007fd5;
 color: #007fd5
}
 50% {
 background: #000;
 color: #a3d9ff
}
 100% {
 background: #007fd5;
 color: #007fd5
}
}
 @-webkit-keyframes cloud_one {
 0% {
 left: 0
}
 100% {
 left: -200%
}
}
@-moz-keyframes cloud_one {
 0% {
 left: 0
}
 100% {
 left: -200%
}
}
@keyframes cloud_one {
 0% {
 left: 0
}
 100% {
 left: -200%
}
}
 @-webkit-keyframes cloud_two {
 0% {
 left: 0
}
 100% {
 left: -200%
}
}
@-moz-keyframes cloud_two {
 0% {
 left: 0
}
 100% {
 left: -200%
}
}
@keyframes cloud_two {
 0% {
 left: 0
}
 100% {
 left: -200%
}
}
 @-webkit-keyframes cloud_three {
 0% {
 left: 0
}
 100% {
 left: -200%
}
}
@-moz-keyframes cloud_three {
 0% {
 left: 0
}
 100% {
 left: -200%
}
}
@keyframes cloud_three {
 0% {
 left: 0
}
 100% {
 left: -200%
}
}
canvas {
	display: block;
	vertical-align: bottom;
}
.dcanvas {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
#particles-js {
	width: 100%;
	height: 95%;
}
/*EN*/
.ptopbox .ensou {
	width: 120px;
	float: right;
	margin-top: 25px;
	position: relative;
}
.ptopbox .ensou .en {
	color: #848484;
	font-size: 14px;
	font-family: arial;
	background: url(../images/en.jpg) no-repeat left center;
	padding-left: 25px;
	display: inline-block;
	height: 19px;
	line-height: 19px;
	margin: 0px 15px;
}
.ptopbox .ensou .en:hover {
	color: #205da5;
}
.ptopbox .ensou .sou_img {
	float: right;
}
.ptopbox .ensou .sou_nei {
	position: absolute;
	right: 0px;
	top: 62px;
	background: #fff;
	width: 157px;
	z-index: 99999;
	padding: 6px;
	border-radius: 4px;
	display: none;
}
.ptopbox .sou_nei input {
	width: 120px;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #9c9c9c;
}
.ptopbox .ensou .sou_nei img {
	cursor: pointer;
}
/* map */

#map {
	width: 100%;
	float: left;
	height: calc(100% - 265px);
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	float: left;
}

/*首页新闻*/
@media screen and (max-width: 480px) {
.new_left li {
	padding: 5% 0% 77% 0;
}
.new_left li .new_txt {
	width: 89%;
	padding: 0px 20px 0 20px;
}
.new_left li img {
	left: 2.5%;
	bottom: 2.5%;
	width: 95%;
	height: auto;
	border-radius: 10px;
}
}

@media screen and (min-width: 1292px) {
.nav {
	margin-right: 30px;
	width: calc( 100% - 28% - 30px);
}
.nav li {
	margin: 0px 1% 0px 0px;
	width: calc( 17% - 60px);
}
}

@media screen and (max-width:1153px){
.nav li {
	margin: 0px 0% 0px 0px;
	width: calc( 20% - 68px);
}
}
@media screen and (max-width:1070px){
.nav li {
	margin: 0px 0% 0px 0px;
	width: calc( 20% - 64px);
}
}
@media screen and (max-width:1040px){
.nav li {
	margin: 0px 0% 0px 0px;
	width: calc( 15% - 26px)
}
}


@media screen and (min-width: 1370px) {
.nav {
	margin-right: 30px;
	width: calc( 100% - 30% - 156px);
}
.nav li {
	margin: 0px 1% 0px 0px;
	width: calc( 17% - 55px);
}
.ptopbox .logo_top {
	width: 30%;
}
}
@media screen and (min-width: 1353px) and (max-width: 1357px) {
.nav {
	margin-right: 30px;
	width: calc( 100% - 30% - 156px);
}
.nav li {
	margin: 0px 1% 0px 0px;
	width: calc( 17% - 52px);
}
}


@media screen and (min-width: 1465px) {
.nav li {
	margin: 0px 1% 0px 0px;
	width: calc( 16% - 57px);
}
}

@media screen and (min-width: 1736px) {
.nav li {
	margin: 0px 1% 0px 0px;
	width: calc( 15% - 60px);
}
}

@media screen and (max-width: 480px) {
.logo_di p {
    text-align: center;
}
.logo_di ul {
    text-align: center;
}
.logo_di p img {
    width: 65%;
    margin-top: 15px;
}
}




































































