* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	transition: all 0.8s;
	/*background: #fff;*/
}

a {
	text-decoration: none;
}

body,
html {
	height: 100%;
}

a,
img {
	border: 0;
}

body {
	min-width: 1200px;
	font: 12px/180% Arial, Helvetica, sans-serif, "新宋体";
}

li {
	list-style: none;
}

.fix {
	zoom: 1;
}

.fix:after {
	content: '';
	height: 0;
	font-size: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

.container {
	width: 90%;
	margin: 0 auto;
}

#fullPage-nav {
	_display: none;
	font-size: 12px;
}

#fullPage-nav li {
	width: 90px;
	height: 21px;
	margin: 10px 0 0;
	vertical-align: middle;
}

#fullPage-nav li a {
	float: right;
	width: 21px;
	height: 21px;
	color: #8F9DA4;
	text-decoration: none;
	text-align: right;
	background: url(../images/dot.png) 5px 5px no-repeat;
}

#fullPage-nav li .active {
	background-position: 0 bottom;
}

#fullPage-nav span {
	display: none;
}

.fullPage-tooltip {
	float: left;
	top: 0;
	margin-right: 5px;
	font: 12px "";
	color: #8F9DA4;
	line-height: 21px;
}

.section {
	position: relative;
	overflow: hidden;
}

.section .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.bg_2 {
	background: url(../images/bg_about.jpg) center no-repeat;
	background-size: cover;
}

.section .bg img {
	display: block;
	width: 100%;
	height: 100%;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	display: none !important;
}

.theme-default .nivo-caption {
	display: none !important;
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
}

.top_nav {
	z-index: 9999;
	width: 100%;
	height: 92px;
	background:#f4f4f4;}

.logo {
	position: relative;
	float: left;
	line-height: 90px;
}


/*
	.logo:before {
		content: ' ';
		width: 2000px;
		position: absolute;
		top: 0;
		right: 0;
		height: 110%;
		background: #3b6caa url(../images/header-v5-bg.png) no-repeat 0 0;
		-webkit-background-size: cover;
		-ms-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		transform: skewX(-45deg);
		-ms-transform: skewX(-45deg);
		-moz-transform: skewX(-45deg);
		-webkit-transform: skewX(-45deg);
		-o-transform: skewX(-45deg);
	}*/

.logo img {
	vertical-align: middle;
	max-height: 69px;
	position: relative;
	z-index: 1;
}

.logo div {
	position: relative;
	z-index: 1;
	height: 92px;
	display: inline-block;
	font: 12px "";
	color: white;
	margin-left: 10px;
	padding-top: 20px;
	box-sizing: border-box;
	vertical-align: middle;
}

.logo div span {
	font: 30px "";
	line-height: 36.4px;
	color: rgb(255, 255, 255);
}

.nav {
	display: block;
	float: right;
	height: 92px;
}

.menu li {
	float: left;
	width: 120px;
	height: 92px;
	margin: 0 15px;
	text-align: center;
	position: relative;
}


/*.menu li:hover {
	background-color: rgba(59, 108, 170, 0.6);
}*/


/*.menuhover {
	background-color: rgba(59, 108, 170, 0.6);
}*/

.menu li a {
	font: 14px "";
	color: #555555;
	line-height: 92px;
	padding: 20px 10px;
}

.menu li a:hover {
	/*background-color: #6ed5f9;*/
	color: #666666;
}

.nav .menu {
	float: right;
}

.tel_top {
	float: right;
	font: 14px "";
	color: white;
	line-height: 90px;
}

.menu_middle {
	display: none;
	z-index: 999;
	position: absolute;
	top: 92px;
	width: 120px;
	left: -50%;
	padding: 5px 5px;
	box-sizing: border-box;
	background-color: rgba(59, 108, 170, 0.6);
}

.menu_middle dd a {
	display: block;
	width: 100%;
	height: 30px;
	font: 12px "";
	line-height: 30px;
	color: white;
}

.menu_middle dd a:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.company {
	background: #fff;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 10%;
	-webkit-background-size: cover;
	background-size: cover;
}

.company_img {
	display: inline-block;
	width: 40%;
	box-sizing: border-box;
	padding: 10px 10px;
	vertical-align: middle;
}

.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.company_img img {
	width: 100%;
}

.company_text {
	display: inline-block;
	width: 58%;
	vertical-align: middle;
	padding: 20px 40px;
	box-sizing: border-box;
}

.company_text p {
	text-indent: 2em;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 28px;
	font-family: ;
	color: #5a5a5a;
}

.company_text p a {
	color: red;
}

.company_tit {
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 21px;
	line-height: 40.6px;
	font-weight: bold;
}

.line_left {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 40%;
	border-bottom: 1px solid #dadada;
}

.line_right {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 40%;
	border-bottom: 1px solid #cccccc;
}

.line_left:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
	width: 20%;
	border-bottom: 4px solid #dadada;
}

.line_right:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 20%;
	border-bottom: 4px solid #dadada;
}

.company_h3 {
	font: 15px "";
	line-height: 21.15px;
	text-transform: uppercase;
	color: rgb(218, 51, 0);
	font-weight: bold;
	text-align: center;
}

.company_h4 {
	width: 100%;
	font-size: 16px;
	font-family: ;
	color: rgb(0, 0, 0);
	text-align: center;
	margin: 5px 0;
}

.business li {
	float: left;
	width: 25%;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
}

.li_div {
	position: relative;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
}

.b_p_1 {
	margin-top: 20px;
	font: 21px "";
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 15px;
}


/*.b_p_1:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 3px;
	background-color: #DA3300;
	bottom: 0px;
	left: 50%;
	margin-left: -20px;
}*/

.b_p_2 {
	text-align: center;
	font: 14px "";
	color: #666;
}

.none_div {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/a8550b395ff7cb799f9d247350fb6d2f.jpg) no-repeat;
	background-size: 100% 100%;
	bottom: -50%;
	left: 0;
	opacity: 0;
}

.bg_color {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #c30000;
	opacity: .8;
	padding: 46px 20px;
	text-align: center;
}

.zh h3 {
	font: 21px "";
	color: white;
	line-height: 28px;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 20px;
}

.zh h3:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-top: -2px;
	width: 40px;
	margin-left: -20px;
	border-bottom: 4px solid white;
}

.zh-en p {
	font: 14px "";
	color: white;
	line-height: 28px;
}

.des {
	margin-top: 20px;
}

.des p {
	font: 14px "";
	color: white;
	line-height: 28px;
}

.konw_more {
	position: absolute;
	bottom: 30px;
	color: #fff;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 14;
}

.business_img img {
	width: 100%;
}

.business_four {
	/*background-color: #242121;*/
	background: #fff;
	background-size: cover;
	padding: 120px 0 0;
	height: 100%;
	box-sizing: border-box;
}

.business_five {
	/*background-color: #242121;
          background:url(../images/hteam.jpg)  no-repeat center center;
        background-color: #1f2023;
		*/
	background: url(../images/fivebg.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 0;
}

.business_six {
	/*background-color: #242121;*/
	background: #fff;
	background-size: cover;
	padding: 40px 0;
}

.tit_o {
	color: #333;
	font-weight: 700;
	margin: 10px 0;
	text-align: center;
}

.tit_o p {
	font: 32px "";
	line-height: 36px;
}

.line_bootm {
	display: block;
	font-size: 24px;
	line-height: 16px;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 10px;
	/*color: red;*/
	color: #555555;
}


/*
	.line_bootm:after {
		display: block;
		width: 50px;
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: -25px;
		border-bottom: 2px solid #3B6CA8;
		clear: both;
	}*/

.tit_last {
	display: block;
	font-size: 14px;
	color: #8e8d8d;
}

.x {
	font-weight: normal;
}

.x .tit_last {
	margin: 10px 0;
}

.Product {
	padding: 40px 0;
	padding-top: 20px !important;
}

.te_l {
	text-align: left !important;
}

.te_l:after {
	left: 0 !important;
}

.bg_b:after {
	border-bottom: 2px solid #3B6CA8 !important;
}

.product_list_1 {
	width: 25%;
	float: left;
	border-top: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
}

.product_list_1 li {
	font-size: 13px;
	line-height: 45px;
	color: #787878;
	font-weight: 500;
	padding: 0 25px;
	text-transform: uppercase;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-top: 0;
	cursor: pointer;
	background: #fff;
	font-weight: 600;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.product_list_1 li a {
	color: #76838f;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}

.product_list_1 li a:hover {
	color: #3b6caa !important;
}

.list_1_before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 2px;
	height: 100%;
	border-left: 5px solid #3B6CA8;
}

.product_list_2 {
	width: 70%;
	float: right;
}

.text_2 {
	font-size: 14px;
	line-height: 26px;
	color: #8e8d8d;
	font-weight: 500;
	margin-bottom: 25px;
}

.left_list_2 {
	width: 66.666%;
	float: left;
}

.right_list_img {
	width: 33.33333%;
	float: left;
}

.right_list_img img {
	width: 100%;
}

.img_more img {
	width: 50%;
	display: block;
	float: left;
}

.img_more span {
	width: 50%;
	display: block;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}

.img_more span a {
	width: 42px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #3b6caa;
	font-size: 14px;
	color: #3b6caa;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 15px;
	font-weight: 500;
	position: relative;
	z-index: 999;
}

.img_more span a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	line-height: 28px;
	font-size: 14px;
	color: white;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 500;
	background-color: #3b6caa;
	width: 0%;
	height: 100%;
	box-sizing: border-box;
	transition: width 0.3s;
	z-index: -1;
}

.w_100:before {
	width: 100% !important;
}

.w_100 {
	color: white !important;
}

.product_list_2 li {
	display: none;
	-webkit-animation-duration: 1s !important;
	animation-duration: 1s !important;
}

.product_list_2 li:after {
	content: '';
	font-size: 0;
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

.case {
	text-align: center;
	padding: 80px 0;
	background: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background: url(../images/team-section-bg.jpg);
	background-attachment: fixed;
}


/**/

.picScroll-left {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.picScroll-left .hd {
	overflow: hidden;
	height: 30px;
	margin: 10px 0;
	display: none;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
	overflow: hidden;
	cursor: pointer;
}

.prev {
	background: url(../images/left.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.next {
	background: url(../images/right.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.picScroll-left .hd .prevStop {
	background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
	background-position: -60px -50px;
}

.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left .hd ul li.on {
	background-position: 0 0;
}

.picScroll-left .bd {
	padding: 0;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	margin: 0 4px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.img-holder {
	border: 9px solid #1B222C;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: -82.5px;
	position: relative;
	z-index: 99;
	overflow: hidden;
}

.owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-item img {
	transform-style: preserve-3d;
}

.content {
	text-align: center;
	padding: 0 22px;
	background: #1B222C;
	padding-top: 82.5px;
	padding-bottom: 40px;
	display: block;
	position: relative;
	backface-visibility: hidden;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	transform: translateZ(0);
	vertical-align: middle;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	box-sizing: border-box;
	border: 1px solid #565B64;
}

.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-bounce-to-bottom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	opacity: 0.2;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.content h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	margin-top: 24px;
	transition: all .3s ease;
}

.content h2 a {
	color: #fff;
}

.content p {
	color: #9A9999;
	font-size: 14px;
	margin-top: 11px;
	transition: all .3s ease;
}

.owl-item {
	width: 262.5px;
}

.footer {
	background-color:#fff;
	padding: 20px 0;
	width: 100%;
}

.p {
	position: absolute;
	left: 0;
	bottom: 0;
}

.w_30 {
	width: 33.33333%;
	float: left;
	padding: 0 30px;
	box-sizing: border-box;
}

.f_tit {
	width: 100%;
	font-size: 20px;
	font-family: ;
	color: #555555;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 10px;
}

.f_tit:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	border-bottom: 4px solid red;
}

.text_f {
	font: 12px "";
	color: white;
	line-height: 28px;
}

.w_30 p img {
	vertical-align: middle;
	margin-right: 10px;
}

.w_30 p {
	font: 12px "";
	color: #555555;
	line-height: 28px;
}

.ewm {
	margin-top: 20px;
}

.ewm img {
	width: 70px;
	height: 70px;
	vertical-align: middle;
}

.ewm span {
	font: 20px "";
	color: white;
	line-height: 24px;
	display: inline-block;
	margin-left: 30px;
	vertical-align: middle;
	font-weight: bold;
}

.last_p {
	text-align: center;
	font: 12px "";
	color: #555555;
	margin: 30px 0;
}


/**/

.left_wrap {
	float: left;
	width: 250px;
}

.left_wrap h2 {
	width: auto;
	height: 45px;
	line-height: 45px;
	text-indent: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.zlm {
	width: auto;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-top: none;
}

.zlm dl {
	overflow: hidden;
}

.zlm dl dt {
	height: 40px;
	background: #f1f1f1;
	line-height: 40px;
	text-indent: 20px;
	border-bottom: 1px solid #d8d8d8;
}

.zlm dl dt:hover,
.zlm dl #on {
	background: #fff;
}

.zlm dl dt:hover a,
.zlm dl #on a {
	color: #333;
}

.zlm dl dt a {
	color: #333;
}

.clear {
	width: 100%;
	clear: both;
}

.left_lxxx {
	padding: 10px;
	font-size: 14px;
	color: #696969;
	line-height: 25px;
	border: 1px solid #d8d8d8;
	border-top: none;
	word-break: break-all;
}

.left_wrap h2 {
	background: #0381CB;
}

.bgc {
	background-color: #EEEEEE !important;
	padding-top: 40px;
}

.right_wrap {
	width: 930px;
	overflow: Hidden;
	float: right;
}

.right_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #d8d8d8;
}

.right_title h2 {
	font-size: 26px;
	font-weight: normal;
}

.content_into {
	line-height: 25px;
}

.content_into img {
	max-width: 100%;
	height: auto;
}

.content_into div {
	font: 14px "";
	color: #696969;
	line-height: 28px;
}

.w_1200 {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 1200px !important;
}

.left_wrap .product_list_1 {
	width: 100%;
}

.left_wrap .product_list_1 li:hover {
	background: #f1f1f1 !important;
}

.left_wrap .product_list_1 .list_1_before {
	background: #f1f1f1 !important;
}

.camera_thumbs_cont> div {
	display: none;
}

.not-animated {
	opacity: 0;
}

.more_box {
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 40px;
	padding: 0 15px;
	box-sizing: border-box;
	margin-top: 30px;
	transition: all 0.8s;
}
img{max-width:100%}  
.more_box a {
	width: 360px;
	height: 50px;
	line-height: 50px;
	/*border: 1px solid #3b6caa;
            padding: 0 15px;
		*/
	/* border-bottom: 2px solid #807f7f;*/
	font-size: 16px;
	border: 1px solid rgba(255, 255, 255, .1);
	color: #807f7f;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 500;
	position: relative;
	z-index: 999;
	transition: all 0.8s;
}

.more_box:hover a {
	background-color: #6ed5f9;
	font-size: 16px;
	color: #807f7f !important;
	transition: all 0.8s;
}

.more_box i {
	width: 0;
	font-size: 18px;
	margin-left: 10px;
	overflow: hidden;
	transition: all 0.8s;
	vertical-align: -4px;
	color: #807f7f !important;
}

.more_box:hover i {
	width: auto;
	margin-left: 20px;
	transition: all 0.8s;
}


/*===========*/

.index_about {
	width: 40%;
	box-sizing: border-box;
	padding: 15px 10px;
	padding-top: 0 !important;
	float: left;
}

.index_pic_box {
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border: 5px solid #fff;
	margin-bottom: 20px;
	font-size: 0 !important;
	line-height: 0 !important;
}

.index_pic_box img {
	width: 100%;
	border: none;
}

.index_pic_box:before {
	content: "";
	position: absolute;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.4;
	background: #3b6caa !important;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	box-sizing: border-box;
}

.index_pic_box:hover:before {
	transform: scale(1);
}

.index_pic_tit {
	color: #ff0000;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: capitalize;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 10px;
}

.index_pic_tit:after {
	display: block;
	width: 50px;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 2px solid #ff0000;
	clear: both;
}

.index_pic_text {
	font-size: 12px;
	line-height: 26px;
	color: #818080;
	font-weight: 500;
	margin: 0;
	max-height: 78px;
}

.index_ab_text {
	width: 100%;
	box-sizing: border-box;
	padding: 15px 30px;
	padding-top: 0 !important;
	float: left;
}

.index_ab_text h3 {
	color: #000000;
	font-size: 26px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: .03em;
}

.index_ab_text p {
	text-align:center;
	width: 1000px;
	font-size: 21px;
	line-height: 57px;
	color: #555555;
	font-weight: 500;
	margin: 0 auto;
	padding-bottom: 20px;
	margin-top: 30px;
}

.index_ab_text ul {
	margin-top: 25px;
}

.index_ab_text ul li i {
	font-size: 14px;
	margin-right: 15px;
	color: #818080;
	font-weight: 500;
}

.index_ab_text ul li a {
	font-size: 14px;
	line-height: 38px;
	color: #818080;
	text-transform: uppercase;
}

.index_ab_text ul li a:hover {
	color: #3B6CA8;
}

.single {
	background: #fff;
}

.single .img-holder {
	float: left;
}

.single .content_teams {
	float: left;
	margin-left: -170px;
	width: 100%;
}

.single .content2_teams {
	margin-left: 200px;
}

.single h3 {
	font-size: 14px;
	line-height: 37px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: #3b6caa !important;
	padding: 0 49px;
	margin: 0;
	margin-bottom: 23px;
	position: relative;
	right: 50px;
	margin-top: 15px;
}

.single .content2_teams a {
	color: #fff;
}

.single .content2_teams a {
	color: #fff;
}

.ohto {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
}

.teams {
	background: url(../images/imglist_bg.jpg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 80px 0;
	background-attachment: fixed;
	box-sizing: border-box;
}

.hvr {
	line-height: 0 !important;
	float: left;
}

.item_1 {
	background-color: white;
	float: left;
	width: 510px;
	margin-right: 30px;
}

.single p {
	text-align: left;
	padding-right: 15px;
	font-size: 14px;
	color: #484848;
	margin: 0;
	font-weight: 500;
	max-height: 85px;
}

.news_li {
	width: 50%;
	margin-top: 30px;
	margin-bottom: 0px;
	float: left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 22px;
	box-sizing: border-box;
}

.new_a {
	width: 140px;
	height: 120px;
	position: relative;
	float: left;
}

.new_a img {
	width: 100%;
	height: 100%;
	line-height: 0;
}

.new_a:before {
	content: "";
	position: absolute;
	z-index: 88;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	opacity: 0.4;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.media-left:hover .new_a:before {
	transform: scale(1);
}

.margin-left-10 {
	margin-left: 10px !important;
}

.new_main {
	float: left;
	width: 340px;
	margin-left: 15px;
}

.new_main h4 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	color: #37474f;
}

.new_main h4 a {
	color: #37474f;
}

.new_main h4:hover a {
	color: #3B6CA8;
}

.des_1 {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #76838f;
	font-weight: 300;
}

.info {
	color: #76838f;
	font-weight: 300;
	margin-bottom: 0px;
}

.margin-right-5 {
	margin-right: 5px;
}

.news {
	padding: 15px 0;
	padding-bottom: 30px !important;
}

.fluid_container {
	height: 1000px;
}

.top_nav {
	transition: 0.8s;
}

.nav_color {
	height: 80px;
	/*background-color: rgba(59, 108, 170, 0.6);*/
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.nav_color nav {
	height: 80px !important;
}

.nav_color .menu li {
	height: 80px !important;
}

.nav_color .menu li a {
	line-height: 80px !important;
}

.nav_color .logo div {
	height: 80px !important;
	padding-top: 16px !important;
}

.nav_color .menu_middle {
	top: 80px !important;
}

.nav_color .menu_middle dd a {
	line-height: 30px !important;
}

.menuhover_top {
	color: #3B6CA8;
}

.in_banner {
	width: 100%;
}

.in_banner img {
	width: 100%;
}

.into_nav {
	background-color: #fff;
}

.teams_pic {
	float: left;
}

.ab_jj {
	background: url(../images/download_bg.jpg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	overflow: hidden;
	padding: 0px;
	height: 845px;
}

.pull-right {
	max-width: none;
	transition: all .3s ease;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.ab_left {
	width: 41.11111%;
	float: left;
}

.ab_right {
	width: 58.1111%;
	float: left;
	padding: 40px 50px;
	box-sizing: border-box;
}

.ab_right_h3 {
	font-size: 24px;
	color: #3b6caa;
	font-weight: bold;
	line-height: 28px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 17px;
}

.ab_right p {
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	letter-spacing: .03em;
	font-weight: normal;
	margin-bottom: 20px;
}

.ab_right_h4 {
	font-size: 24px;
	color: #3b6caa;
	font-weight: bold;
	line-height: 28px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 17px;
	padding-bottom: 20px;
	position: relative;
}

.ab_right_h4:after {
	display: block;
	width: 50px;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 2px solid #3B6CA8;
	clear: both;
}

.list-box ul {
	display: table-cell;
	vertical-align: middle;
}

.list-box ul li {
	color: #fff;
	font-size: 13px;
	float: left;
	width: 50%;
	padding-right: 15px;
	line-height: 40px;
	box-sizing: border-box;
}

.list-box ul li i {
	font-size: 15px;
	margin-right: 10px;
}

.list-box ul li a {
	color: #fff;
}

.list-box ul li a:hover {
	color: #3B6CA8;
}

.top_1_left {
	width: 41.11111%;
	float: left;
	padding-top: 126px;
}

.top_1_div h5 {
	color: #555555;
	font: 28px "";
	text-align: right;
	line-height: 36px;
	font-weight: bold;
}

.spa_h5 {
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 15px;
}

.spa_h5:after {
	width: 50px;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	border-bottom: 2px solid #3B6CA8;
	clear: both;
}

.p_text {
	font: 15px "";
	color: #999999;
	line-height: 25px;
	margin-top: 40px;
}

.p_a {
	margin-top: 25px;
}

.p_a a {
	font-size: 15px;
	color: #C30000;
	text-decoration: underline;
}

.top_1 {
	padding-bottom: 60px;
}

.top_2 {
	float: left;
	width: 58.33333%;
	padding: 0 15px;
	padding-top: 126px;
	box-sizing: border-box;
}

.top_2 div {
	overflow: hidden;
	font-size: 1.6rem;
	color: #fff;
	z-index: 1000;
	margin-bottom: 18px;
	line-height: 0px !important;
}

.top_2_box {
	float: left;
	width: 50%;
	margin-bottom: 12px;
	background: url(/build/dea25a6….png) no-repeat;
	background-size: 100% 100%;
	font-size: 1.6rem;
	color: #fff;
	line-height: 28px;
	cursor: pointer;
}

.top_2_box div {
	position: relative;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	z-index: 1000;
	padding: 0 15px;
	padding-bottom: 18px;
	box-sizing: border-box;
}

.top_2_box div img {
	float: right;
}

.div_span {
	position: absolute;
	bottom: 0;
	width: 120px;
	height: 80px;
	opacity: 0.7;
	line-height: 22px;
	text-align: center;
	background-color: #000;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	display: block;
	line-height: 80px;
}

.div_span:hover {
	background-color: #C30000;
}

.ab_2 {
	width: 100%;
	background: url(../images/bg-ab_2.png);
	background-size: 100% 100%;
	padding: 70px 0;
	margin-bottom: 200px;
}

.ab_2_tit h3 {
	text-align: center;
}

.ab_2_tit h3 div {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	font: 32px "";
	color: white;
	font-weight: bold;
	padding-bottom: 20px;
}

.ab_2_tit h3 div:after {
	content: '';
	width: 70px;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: 0;
	border-bottom: 5px solid red;
}

.ab_2_tit h2 {
	text-align: center;
	display: block;
	margin: 0 auto;
	position: relative;
	font: 32px "";
	color: white;
	font-weight: bold;
	margin: 10px 0;
}

.ab_text_2 {
	margin-top: 30px;
	text-align: center;
	font-size: 15px;
	font-family: "";
	color: white;
	line-height: 28px;
}

.li_box li {
	width: 25%;
	text-align: center;
	float: left;
}

.li_box li a div {
	color: white;
	margin: 75px auto 0;
	height: 90px;
	width: 90%;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	font-size: 18px;
	line-height: 90px;
}

.li_box li a div:hover {
	background-color: red;
	border-color: red;
}

.ab_3 {
	width: 98%;
	background-color: #f5f5f5;
	margin: 0 auto 200px;
}

.ab_3_left {
	width: 41.66667%;
	float: left;
	position: relative;
	height: 356px;
}

.ab_3_right {
	float: left;
	position: relative;
	height: 356px;
	padding-left: 40px;
	width: 58.33333%;
	box-sizing: border-box;
}

.ab_3_left1 {
	position: absolute;
	top: -50px;
	bottom: 55px;
	width: 90%;
	z-index: 1000;
}

.ab_3_left1 img {
	width: 100%;
	max-height: 400px;
}

.ab_3_left2 {
	position: absolute;
	top: -20px;
	bottom: -50px;
	left: 20px;
	width: 400px;
	height: 400px;
	border: 1px solid #C30000;
}

.ab_3_right .top_1_div h5 {
	text-align: left !important;
	margin-bottom: 10px !important;
}

.ab_3_right .top_1_div .spa_h5:after {
	left: 0 !important;
	width: 70px;
	border-bottom: 3px solid red !important;
}

.ab_3_right_box {
	position: absolute;
	top: -70px;
	padding: 0 15px;
	box-sizing: border-box;
}

.ab_3_right_box p {
	margin-top: 40px;
	font: 14px "";
	color: #777777;
	line-height: 28px;
}

.text {
	margin-top: 12px;
	overflow: hidden;
}

.tit {
	width: 33%;
	float: left;
	font-weight: 600;
	text-align: justify;
}

.tit p {
	color: #777777;
	font: 15px "";
	font-weight: 600;
	text-align-last: justify;
	line-height: 28px;
}

.tit p,
.text-right p {
	padding: 0;
	margin: 0 !important;
	text-align: justify;
}

.quto-box {
	float: left;
	width: 3%;
	text-align: center;
	margin-top: 3px;
}

.text-right {
	width: 63%;
	float: left;
	text-align: left;
}

.text-right p {
	padding-left: 10px;
	box-sizing: border-box;
}

.fl_r {
	right: 0;
}

.pd_0 {
	padding: 0 !important;
}

.new_top {
	padding: 0 15px;
	box-sizing: border-box;
	height: 50px;
	margin: 40px 0;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
}

.new_top ul li {
	height: 50px;
	line-height: 50px;
	float: left;
}

.new_top ul li a {
	font: 16px "";
	color: #555555;
	line-height: 50px;
}

.new_top ul li a:hover {
	color: #2098D1;
}

.split {
	margin: 0 12px;
	padding: 0;
	color: #e0e0e0;
	line-height: 50px;
	float: left;
}

.news_a {
	margin: 50px 0;
}

.news_a li {
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px dashed #dbdbdb;
}

.new_left {
	float: left;
	width: 30%;
	padding: 0 15px;
	box-sizing: border-box;
}

.new_left img {
	width: 300px;
	height: 150px;
}

.new_right {
	width: 69.888888%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}

.f-p {
	font: 14px "";
	color: #353535;
	line-height: 28px;
	padding-bottom: 80px;
	letter-spacing: 0.1em;
}

.float_l {
	float: left;
}

.float_l span {
	font: 12px "";
	color: #999999;
	margin: 0 5px;
}

.date {
	float: right;
	font: 12px "";
	color: #999999;
}

.new_right:hover .f-p {
	color: #2098D1;
}

.new_list .new_a {
	width: 320px;
	height: 150px;
}

.new_list .new_a img {
	height: 150px;
}

.new_list {
	margin: 50px 0;
}

.new_list .new_main {
	width: 70%;
	margin: 0 !important;
	padding-left: 15px;
	box-sizing: border-box;
}

.web_left {
	width: 70%;
	float: left;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	background-color: white;
	padding: 30px 15px;
	box-sizing: border-box;
}

.web_left .new_a {
	width: 200px;
}

.web_left .new_main {
	width: 500px;
}

.web {
	/*margin: 50px 0;*/
	margin: 50px 0px 0px 0px;
	    background: #fff;
}

.web_left .media-left {
	margin: 20px 0;
}

.web_bg {
	background-color: #fff;
	
}

.index-tab {
	position: relative;
	z-index: 2;
	background-color: #F9F9F9;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #DDD;
	margin: 0 -15px;
	margin-top: -30px;
}

.index-tab a {
	display: block;
	height: 100%;
	float: left;
	color: rgb(51, 51, 51);
	padding: 0px 30px;
	border-right: 1px solid rgb(221, 221, 221);
	font: 14px/50px ;
}

.sel {
	background-color: #FFF !important;
	border-bottom: 1px solid #FFF !important;
}

.index-tab a.hot span {
	position: absolute;
	width: 18px;
	height: 14px;
	background-image: url(../images/hot.png);
	background-repeat: no-repeat;
	top: 19px;
	right: 9px;
}

.index-tab a.hot {
	position: relative;
}

.web_right {
	width: 28%;
	float: right;
	padding: 0 15px;
	box-sizing: border-box;
}

.post-right-title {
	font-size: 16px;
	color: #393939;
	border-left: 4px solid #2689FF;
	margin-left: -22px;
	margin-bottom: 15px;
	padding: 5px 0 5px 18px;
	text-align: left;
}

.post-right-item {
	padding: 15px 20px 40px;
	background-color: #FFF;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
	margin: 20px 0;
	margin-top: 0;
}

.hot-list li {
	margin: 0 -20px;
}

.hot-list li a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	padding: 6px 20px 6px 40px;
	position: relative;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #747f8c;
	line-height: 22px;
}

.hot-list li a:hover {
	color: #3498DB;
}

.hot-list li a span.hot-num {
	color: #3498DB;
	font-family: "Georgia";
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 20px;
	top: 4px;
}

.contact_box li {
	width: 25%;
	padding: 0 15px;
	box-sizing: border-box;
	float: left;
}

.function {
	margin: auto;
	padding-bottom: 20px;
}

.radius {
	margin: auto;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 81px;
	width: 162px;
	height: 162px;
	background-color: #f8f8f8;
	margin-bottom: 42px;
}

.zh {
	color: #333333;
	font-weight: bold;
}

.f-s22 {
	font: 22px "";
	color: #999999;
}

.bottom {
	font-size: 16px;
	font-family: "";
}

.d-n p {
	text-align: center;
	font-size: 16px;
	font-family: "";
	color: #999999;
}

.p-t10 {
	padding-top: 10px;
}

.contact_box {
	margin: 50px 0;
}

.bg_g {
	background-color: #f5f5f5;
	padding: 50px 0;
}

.map {
	width: 100%;
	height: 100%;
	position: relative;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.button-group {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
	padding: 10px;
}

.button-group .button {
	height: 28px;
	line-height: 28px;
	background-color: #0D9BF2;
	color: #FFF;
	border: 0;
	outline: none;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	margin-bottom: 4px;
	cursor: pointer;
}

.button-group .inputtext {
	height: 26px;
	line-height: 26px;
	border: 1px;
	outline: none;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	margin-bottom: 4px;
	cursor: pointer;
}

#tip {
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	font-size: 12px;
	right: 10px;
	top: 20px;
	border-radius: 3px;
	border: 1px solid #ccc;
	line-height: 30px;
}


/*
#tip input[type='button'] {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #0D9BF2;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	outline: none;
	border: 0;
}
*/

.amap-info-content {
	font-size: 12px;
}

#myPageTop {
	position: absolute;
	top: 5px;
	right: 10px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	margin: 10px auto;
	padding: 6px;
	font-family: "", "΢���ź�", "Pinghei";
	font-size: 14px;
}

#myPageTop label {
	margin: 0 20px 0 0;
	color: #666666;
	font-weight: normal;
}

#myPageTop input {
	width: 170px;
}

#myPageTop .column2 {
	padding-left: 25px;
}

#panel {
	display: none;
	position: absolute;
	background-color: white;
	max-height: 90%;
	overflow-y: auto;
	top: 10px;
	right: 10px;
	width: 280px;
}

.col-address {
	width: 50%;
	padding: 0 15px;
	box-sizing: border-box;
	float: left;
}

.address {
	position: relative;
	height: 300px;
	display: table;
	width: 100%;
}

.address .content_map {
	display: table-cell;
	vertical-align: bottom;
}

.bg-box {
	height: 160px;
	position: relative;
	margin-bottom: 22px;
}

.bg1 {
	position: absolute;
	bottom: 0;
	height: 107px;
	width: 100%;
	background: url(../images/asdfg.png) no-repeat;
	background-size: 100% 100%;
}

.address-box .address .bottom {
	overflow: hidden;
	font-size: 14px;
}

.tit {
	float: left;
	font-size: 19px;
	width: 23%;
	text-align: center;
	color: #333;
}

.address-box .address .text {
	float: right;
	width: 77%;
	padding-left: 20px;
	font-size: 14px;
	margin-top: 5px;
}

.text_con p {
	font: 14px "";
	color: #999999;
	text-align: right;
}

.web_bg_top {
	background-color: white;
}

.web_bg_top ul li {
	display: inline-block;
	float: none !important;
}

.hot-list li:after {
	content: '';
	font-size: 0;
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.web_bg_top ul {
	text-align: center;
}

.right_img_box li {
	border-bottom: 1px dashed #dbdbdb;
	margin: 10px -15px;
	padding-bottom: 10px;
}

.web_bg_top .split {
	float: none !important;
	display: inline-block !important;
}

.text_hot_list {
	float: left;
	width: 50%;
	padding-left: 15px;
	box-sizing: border-box;
}

.text_hot_list img {
	max-width: 100%;
}

.pd_0 {
	line-height: 0 !important;
	padding-left: 10px !important;
	padding-right: 15px !important;
}

.text_hot_list {
	font: 12px "";
	color: #333333;
	line-height: 24px;
}

.date_hot_list {
	color: #999999;
}

.online p {
	font: 28px "";
	color: #333333;
	text-align: center;
}

.online div {
	text-align: center;
	font: 16px "";
	color: #666666;
	margin: 10px 0;
	line-height: 24px;
}

.online div span {
	display: inline-block;
	border-bottom: 1px solid #dbdbdb;
	line-height: 24px;
	width: 40%;
	margin: 0 15px;
	vertical-align: middle;
	position: relative;
}

.online div span:after {
	content: '';
	width: 60px;
	border-bottom: 4px solid #999999;
	position: absolute;
}

.span_line_1:after {
	right: 0 !important;
	top: -2px;
}

.span_line_2:after {
	left: 0 !important;
	top: -2px;
}

.form {
	width: 50%;
	float: left;
	margin-top: 60px;
}

.select_form {
	width: 481px;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
}

.form div {
	margin: 20px 0;
	font: 16px "";
	color: #999999;
}

.form div input {
	display: inline-block;
	vertical-align: middle;
	width: 480px;
	height: 30px;
	font: 14px "";
	color: #999999;
	padding-left: 15px;
	box-sizing: border-box;
	line-height: 30px;
	margin-left: 10px;
}

.form div textarea {
	display: inline-block;
	vertical-align: top;
	min-width: 480px;
	font: 14px "";
	color: #999999;
	box-sizing: border-box;
	padding: 15px;
	min-height: 100px;
	margin-left: 10px;
}

.sub {
	text-align: center;
	width: 480px;
	height: 40px;
	color: white;
	font: 18px "";
	border-style: none;
	background-color: #d73506;
	line-height: 40px;
	margin-left: 45px;
}

.hand_box {
	float: left;
	width: 50%;
	padding: 15px;
	box-sizing: border-box;
}

.hand_box img {
	width: 100%;
}

.online {
	padding-top: 20px;
}

.why {
	margin: 120px 0;
}

.coe9 {
	/*background-color: #242121;

     background: url(../images/fivebg.jpg) no-repeat center center;
	*/
	padding: 120px 0;
	height: 974px;
	box-sizing: border-box;
}

.last_x {
	padding: 120px 0;
	height: 100%;
	box-sizing: border-box;
	padding-top: 20%;
}

.why .index_about {
	width: 33.333333%;
	box-sizing: border-box;
	text-align: left;
}

.why .index_pic_tit:after {
	left: 50%;
	margin-left: -25px;
}

.tel {
	font-size: 18px;
	margin: 15px 0;
}

.work_inner {
	padding-top: 10px;
	padding-bottom: 40px;
}

.work_inner .w_auto {
	position: relative;
}

.w_auto {
	width: 1200px;
	margin: 0 auto;
}

.maxexit {
	background: url(../images/exit.gif) no-repeat center center;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 5555;
	cursor: pointer;
}

.work_inner .listsbox ul {
	position: relative;
	display: block;
	margin-top: 10px;
	width: 1200px;
}

.work_inner .listsbox ul li {
	float: left;
	margin-left: 13px;
	margin-bottom: 13px;
	display: inline-block;
	position: relative;
	display: inline-block;
	width: 290px;
	height: 188px;
	cursor: pointer;
}

.work_inner .listsbox ul li:nth-child(4n+1) {
	margin-left: 0;
}

.work_inner .listsbox li:hover .redbg {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.work_inner .listsbox li:hover .blackbg {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.work_inner .listsbox ul li img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 290px;
	height: 177px;
}

.work_inner .listsbox ul li .redbg {
	z-index: 19;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/index_casered.png) no-repeat;
	width: 290px;
	height: 177px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.work_inner .listsbox ul li .blackbg {
	z-index: 19;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/index_caseblack.png) no-repeat;
	width: 290px;
	height: 177px;
	display: block;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.work_inner .listsbox ul li .core {
	z-index: 20;
	padding-top: 182px;
	color: #fff;
	position: relative;
	padding-left: 10px;
}

.work_inner .listsbox ul li .core .y_time {
	font-size: 14px;
	line-height: 20px;
}

.work_inner .listsbox ul li .core .y_title {
	font-size: 18px;
	line-height: 24px;
}

.work_inner .listsbox ul li .core span {
	width: 270px;
	height: 1px;
	background: #fff;
	display: block;
	margin-top: 10px;
}

.work_inner .listsbox ul li .core .y_word {
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
}

.banner22 {
	margin: 20px auto 0;
	width: 100%;
	overflow: hidden;
}

.large_box {
	margin-bottom: 10px;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.large_box img {
	width: 100%;
	height: 100%;
	display: block;
}

.small_box {
	width: 100%;
	height: 73px;
	overflow: hidden;
}

.small_list {
	position: relative;
	float: left;
	width: 1130px;
	height: 73px;
	overflow: hidden;
}

.small_list ul {
	height: 73px;
	overflow: hidden;
}

.small_list ul li {
	position: relative;
	float: left;
	margin-right: 10px;
	width: 200px;
}

.small_list ul li img {
	display: block;
	width: 100%;
}

.small_list ul li .bun_bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 73px;
	background: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.small_list ul li.on .bun_bg {
	display: block;
}

.btn {
	display: block;
	width: 20px;
	height: 73px;
	background-color: #777;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.btn:hover {
	background-color: #e7000e;
}

.left_btn {
	float: left;
	margin-right: 10px;
	background-image: url(../images/left_btn.png);
}

.right_btn {
	float: right;
	background-image: url(../images/right_btn.png);
}

.w_90 {
	width: 90%;
	margin: 60px auto;
}

.w_90 ul li {
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
}

.w_90 ul li img {
	width: 100%;
	transition: all 0.8s;
}

.img_box_list {
	font-size: 0;
	overflow: hidden;
	line-height: 0;
}

.text_box {
	padding-bottom: 18px;
	text-align: center;
	background-color: #fff;
	position: relative;
}

.title_x {
	margin: 0 40px;
	color: #555555;
	padding: 18px 0px 5px;
	font-size: 16px;
	transition: width 0.4s;
}

.subtitle {
	margin-top: 0;
	color: #7E7E7E;
	font-size: 12px;
	padding: 0 20px;
}

.bule_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	z-index: 1;
	background-color: #6ed5f9;
	transition: width 0.4s;
}

.tab_box {
	position: relative;
	z-index: 2;
}

.list_x:hover .bule_bg {
	width: 100%;
	transition: width 0.4s;
}

.list_x:hover .title_x {
	color: #666;
	transition: width 0.4s;
}

.list_x:hover img {
	transform: scale(1.1);
	transition: all 0.8s;
}

#fullPage-nav {
	_display: none;
	font-size: 12px;
}

#fullPage-nav li {
	width: 90px;
	height: 21px;
	margin: 10px 0 0;
	vertical-align: middle;
}

#fullPage-nav li a {
	float: right;
	width: 21px;
	height: 21px;
	color: #8F9DA4;
	text-decoration: none;
	text-align: right;
	background: url(../images/dot.png) 5px 5px no-repeat;
}

#fullPage-nav li .active {
	background-position: 0 bottom;
}

#fullPage-nav span {
	display: none;
}

.fullPage-tooltip {
	float: left;
	top: 0;
	margin-right: 5px;
	font: 12px "";
	color: #8F9DA4;
	line-height: 21px;
}

.section {
	position: relative;
	overflow: hidden;
}

.section .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.serviceitem {
	/*width: 30.33333%;*/
    width:32%;
	float: left;
	text-align: center;
	padding: 3% 0;
}

.serviceitem+.serviceitem{
	margin-left: 2%;
}

.serviceitem:hover{
	background-color: #6ed5f9;
}

.serviceitem:hover .imga{
	display: none !important;
}

.serviceitem:hover .imgb{
	display: block !important;
}

.more_k{
	transition: color 0s;
}

.serviceitem:hover .more_k{
	color: white;
	width: 180px;
	transition: color 0s;
	border-bottom:3px solid white;
}

.serviceitem a {
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.serviceitem img {
	max-width: 90px;
	display: block;
	margin: 10% auto;
}

.text {
	font-size: 18px;
	color: #fff;
	padding-bottom: 20px;
	text-align: center;
    line-height: 41px;
    height: 95px;
    overflow: hidden;
}

.more_k {
	margin: 0 auto;
	margin-bottom: 80px;
	width: 45px;
	height: 30px;
	color: #686664;
	font-size: 15px;
	border-bottom: 3px solid #686664;
	transition: all 0.5s;
	text-align: center;
}

.imgb {
	display: none !important;
}