﻿ 
/*------------------------------------ϵͳʼ---------*/
body {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #979797;
	background-color: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
	SCROLLBAR-SHADOW-COLOR: buttonface;
	SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
}
p {
	line-height: 24px;
}
a {
	color: #979797;
	text-decoration: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
/*
a:link {color:#666;text-decoration:none;}
a:visited {color:#999;text-decoration:none;}
a:active {color:#CCC;text-decoration:none;}
*/
a:hover {
	color:#39F;
	text-decoration: none;
}
div {
	word-break: break-all;
	word-wrap: break-word;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
em {
	color: #ccc;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: ''
}
input, select, buttom, textarea {
	font-size: 12px;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
.clr {
	clear: both
}
.h40 {
	height: 40px;
}
.h50{ height:50px; clear:both;}
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

 
	
	
.header{
	display: block;
	position: fixed;
	width: 100%;
	height:90px;
	top:0;
	left:0;
	z-index: 99999;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;background-color: #fff;
	background-color: rgba(255,255,255,0.8);
}

.header.hide{
	top: -91px;
	border-bottom: none;
}

.header.black{
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	border-bottom: none;
}


.map_dress {
	float: right;
	height: 16px;
	width: 60px;
	background-image: url(../images/mapico.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-top: 25px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	cursor: pointer;
	background-size: 16px;
	border-left: 1px #fff solid;
}
.map_dress strong {
	font-size: 15px;
	color: #fff;
}
.map_dress .fenzhan_list {
	width: 400px;
	padding: 10px;
	border: 2px #efefef solid;
	position: absolute;
	height: 300px;
	display: none;
	z-index: 999;
	background-color: #fff;
	right: 10px;
	text-align: left;
	top: 70px;
}
.map_dress .fenzhan_list h3 {
	font-size: 16px;
	border-bottom: 1px #efefef solid;
	line-height: 35px;
}
.map_dress .fenzhan_list ul li {
	float: left;
}
.map_dress .fenzhan_list ul li a {
	font-size: 14px;
	width: 70px;
	height: 40px;
	background-color: #efefef;
	margin: 5px;
	display: block;
	line-height: 40px;
	text-align: center;
	margin-top: 10px;
}
.map_dress .fenzhan_list ul li a:hover {
	background-color: #F00;
	color: #fff;
}
.map_dress .fenzhan_list i {
	display: block;
	width: 39px;
	height: 19px;
	background-image: url(../images/dsj.png);
	position: absolute;
	margin-top: -65px;
	margin-left: 350px;
}
.map_dress:hover .fenzhan_list {
	display: block;
}
.map_dress:hover strong {
	color: #F00
}
.map_dress .fenzhan_list b {
	display: none;
}
/*------------------------------------top---------*/
a:focus {
	outline: none;
}
a {
noOutline:expression(this.onFocus=this.blur());
}
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

.banner{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
	height:500px;
	background-color: #000;
}
.banner-inside{
	display: block;
	padding: 170px 0 99px;
	text-align: center;
	line-height: 1;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover; background-color:#030
}

.banner-inside h4{
	position: relative;
	display: block;
	font-size: 38px;
	color: #fff;
	opacity: 0;
	top:100px;
	-webkit-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

.banner-inside.show h4{
	opacity: 1;
	top:0;
}

.banner-inside p{
	position: relative;
	display: block;
	margin-top: 25px;
	font-size: 24px;
	color: #fff;
	opacity: 0;
	top:100px;
	-webkit-transition: 0.3s 0.6s ease-in-out;
	-o-transition: 0.3s 0.6s ease-in-out;
	transition: 0.3s 0.6s ease-in-out;
}

.banner-inside.show p{
	opacity: 1;
	top:0;
}

.top_heibg {
	height: 65px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999999999999999;
	background-color: #333;
	filter: alpha(opacity=50); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.5; /*Firefox私有，透明度50%*/
	opacity: 0.5;/*其他，透明度50%*/
}
#top {
	height: 65px;
	position:absolute;
 
	width: 100%;
	z-index: 99999999999999999;
}
#top .logo {
	float: left;
	clear: right;
	margin-left:40px;
	margin-top:10px;
}
#top .dh {
	width: auto;
	float: right;
	text-align: left;
	margin-top:0px;  
}
.pptel {
	text-align: right;
	padding-left: 20px;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #595757;
	float: right;
	color: #333; margin-right:60px;
}
.pptel strong {
	color: #2a8de5;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1px;
}
#top .dh ul {background-color:#000;
}
#top .dh ul li {

 
	border-right: 0px #CCCCCC solid;
	float: left; margin:0px;
 
	font-size: 17px;
}
#top .dh ul li .bt {
	color: #666666;
}
#top .dh ul li .bt a {
	color: #333;
}
#top .dh ul li .bt a:hover {
	color: #fb1506;
}
#top .dh ul li a {
	color: #333; line-height:90px;  display:block; width:120px; text-align:center;
}
#top .dh ul li a:hover { line-height:90px; background-size:100%; background-color:#2a8de5; color:#fff;
}
.brand_desi {
	height: 74px;
	border: 0px #efefef solid;
	width: 1065px;
	margin: auto;
	border-radius: 100px;/*普通*/
	-moz-border-radius: 100px;/*firfox*/
	-webkit-border-radius: 100px;/*firfox*/
	line-height: 74px;
	font-size: 18px;
	background-color: #fff;
	box-shadow: 0px 0px 2px #dedede;/*摄影，第一个值是X，第二个是Y，第三个是大小*/
	-webkit-box-shadow: 0px 0px 2px #dedede;
-moz-box- shadow: 0px 0px 2px #dedede;
	z-index: 2;
	position: relative;
	margin-top: -40px;
}
.brand_desi a {
	display: block;
	height: 74px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/line_r.png);
	background-repeat: no-repeat;
	background-position: right;
}
.brand_desi a:hover {
	background-color: #e61000;
	color: #fff;
	background-image: none;
}
.brand_desi .br_one {
	padding-left: 32px;
	text-align: left;
	border-radius: 100px 0px 0px 100px;
}
.brand_desi .br_last {
	padding-left: 32px;
	text-align: left;
	border-radius: 0px 100px 100px 0px;
	background-image: none;
}
.index_info {
	text-align: center;
	border-bottom: 1px #CCCCCC dotted;
	padding: 40px;
	padding-bottom: 0px;
}
 .index_title{ text-align:center; height:170px;}
  .index_title span{ display:block;font-size:32px; line-height:38px;  color:#2885d8;  }
   .index_title strong{ display:block;font-size:16px;   position:relative; z-index:2; margin:auto; background-color:#FFF; width:365px; color:#a3a3a2;font-family:'ITCAvantGardeStd67eb9ea455d9'; line-height:44px;}
    .index_title i{ border-bottom:1px #efefef solid; display:block; position:absolute; z-index:1; width:100%; margin-top:-30px;}
	 .index_title b{ width:76px; height:43px; background-image:url(../images/icon01_ip7v.png); display:block; margin:auto; margin-bottom:10px;}
	  .index_title p{ font-size:14px;}
	  .index_title2{ height:120px; text-align:left; padding-left:20px; padding-top:50px;   }
	    .index_title2 span{ display:block;font-size:38px; line-height:38px; font-family:'ITCAvantGardeStd67eb9ea455d9'; color:#999;  }
   .index_title2 strong{ display:block;font-size:31px;   color:#fff;}
   .index_title2 p{ float:right; font-size:14px; padding-right:10px; position:relative; margin-top:-20px;}
.zhuanye {
	font-size: 28px;
	line-height: 65px;
	color: #434343;
}
.case_title {
	text-align: center;
	margin-top: 30px;
	;
}
.case_title span {
	font-size: 34px;
	font-weight: bold;
	color: #666;
	display: block
}.skip a{ display:block; height:35px; line-height:35px; background-color:#efefef;FONT-FAMILY: "Microsoft Yahei"; margin-bottom:10px; padding-left:10px;}
.skip a:hover{ background-color:#ccc;}
.case_title strong {
	font-size: 33px;
	line-height: 35px;
	color:#69F;
}
.case_title a {
	font-size: 18px;
	background-color: #efefef;
	padding: 15px;
}
.case_title a:hover {
	background-color: #F00;
	color: #fff;
}
.case_title li {
	display: inline-block;
}
.case_title i {
	width: 140px;
	border-bottom: 1px #666 solid;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.case_title ul {
	margin-top: 20px;
	word-spacing: 20px;
	text-align: center;
}
.case_title p {
	font-size: 16px;
	padding-top: 20px;
	margin-bottom: 30px;
}
.case_title .now {
	background-color: #F00;
	color: #fff;
}
.case_index_list {
	width: 1209px;
	margin: auto;
	margin-top: 30px;
}
.case_index_list li {
	width: 389px;
	height: 345px;
	float: left;
	margin: 7px;
	border-bottom: 1px #ccc dotted;
	margin-top: 14px;
}
.case_index_list li strong {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-top: 10px;
}
.case_index_list li img {
	width: 389px;
	height: 265px;
}
.case_index_list a:hover li img {
	filter: alpha(opacity=50); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.5; /*Firefox私有，透明度50%*/
	opacity: 0.5;/*其他，透明度50%*/
}
.case_index_list li p {
}
.case_index_list a:hover li strong {
	color: #F00
}
.more {
	height: 100px;
	padding-top: 30px;
}
.more a {
	display: block;
	width: 140px;
	height: 40px;
	text-align: center; border:1px #fff solid;
	color: #2787d4;
	font-size: 16px;
	line-height: 40px;
	margin: auto;
	border-radius: 30px;/*普通*/
	-moz-border-radius: 30px;/*firfox*/
	-webkit-border-radius: 30px;/*firfox*/ background-color:#fff;
}
.more a:hover {
	background-color: #2787d4;border:1px #fff solid; color:#Fff;
}


.more2 {
	height: 100px;
	padding-top: 30px;
}
.more2 a {
	display: block;
	width: 140px;
	height: 40px;
	text-align: center; border:1px #ccc solid;
	color: #333;
	font-size: 16px;
	line-height: 40px;
	margin: auto;
	border-radius: 30px;/*普通*/
	-moz-border-radius: 30px;/*firfox*/
	-webkit-border-radius: 30px;/*firfox*/
}
.more2 a:hover {
	background-color: #333; color:#fff;
}


.line {
	height: 1px;
	border-bottom: 1px #CCCCCC dotted;
}
.server_xm {
	width: 580px;
	height: 580px;
	background-image: url(../images/fwxmbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	border: 2px #e7e7e7 dotted;
	border-radius: 1130px;/*普通*/
	-moz-border-radius: 1130px;/*firfox*/
	-webkit-border-radius: 1130px;/*firfox*/
	margin-top: 60px;
	margin-bottom: 60px;
}
.server_xm a {
	display: block;
	width: 160px;
	height: 160px;
	background-color: #f6f6f6;
	border-radius: 230px;/*普通*/
	-moz-border-radius: 230px;/*firfox*/
	-webkit-border-radius: 230px;/*firfox*/
	position: absolute;
	text-align: center;
	color: #333333;
}
.server_xm a:hover {
	background-color: #e61000;
	color: #fff;
	width: 180px;
	height: 180px;
	transform: rotate(360deg);
}
.server_xm strong {
	font-size: 24px;
	margin-top: 50px;
	display: block;
	text-decoration: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.server_xm span {
	font-size: 15px;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.server_xm a:hover strong {
	margin-top: 60px;
	color: #fff;
	font-size: 28px;
}
.server_xm a:hover span {
	color: #fff;
	font-size: 18px;
}
.server_xm .ser_1 {
	margin-left: 115px;
	margin-top: -5px;
}
.server_xm .ser_1:hover {
	margin-left: 105px;
	margin-top: -15px;
}
.server_xm .ser_2 {
	margin-left: 320px;
}
.server_xm .ser_2:hover {
	margin-left: 310px;
	margin-top: -10px;
}
.server_xm .ser_3 {
	margin-top: 156px;
	margin-left: -22px;
}
.server_xm .ser_3:hover {
	margin-top: 146px;
	margin-left: -32px;
}
.server_xm .ser_4 {
	margin-top: 156px;
	margin-left: 444px;
}
.server_xm .ser_4:hover {
	margin-top: 146px;
	margin-left: 434px;
}
.server_xm .ser_5 {
	margin-top: 356px;
	margin-left: 15px;
}
.server_xm .ser_5:hover {
	margin-top: 346px;
	margin-left: 5px;
}
.server_xm .ser_6 {
	margin-top: 346px;
	margin-left: 410px;
}
.server_xm .ser_6:hover {
	margin-top: 336px;
	margin-left: 400px;
}
.server_xm .ser_7 {
	margin-top: 444px;
	margin-left: 212px;
}
.server_xm .ser_7:hover {
	margin-top: 434px;
	margin-left: 202px;
}
.pslc {
	width: 1216px;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.zheyang {
	background-color: #009FE9;
	padding-top: 50px;
	padding-bottom: 50px;
}
.zheyang ul {
	width: 1127px;
	margin: auto;
	color: #fff;
	text-align: center;
}
.zheyang strong {
	font-size: 36px;
	line-height: 64px;
	display: block;
}
.zheyang p {
	font-size: 14px;
	margin-bottom: 30px;
}
.list_news ul li {
	float: left;
}
.list_news .bd {
	width: 1190px;
	margin: auto;
}
.list_news ul li a {
	width: 357px;
	height: 358px;
	padding: 5px 7px;
	margin: 20px 38px 30px 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	transition: all .6s;
	color: #454545;
	display: block;
}
.list_news ul li a:hover .info2 span{ color:#69F}
.list_news ul li .info2 {
	padding: 11px;
	text-align: center;
}
.list_news ul li .info2 span {
	line-height: 25px;
	display: block;
	height: 60px;
	font-size: 16px;
}
.list_news ul li .info2 p { color:#999;
	line-height: 25px;
}.list_news ul li .info2 i{ color:#999;
	line-height: 25px;
}
.list_news ul li .info2 img{ display:block; width:100%; height:170px; margin-bottom:14px;
}
.list_news ul li a:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.ljdz {
	background-color: #009FE9;
	padding: 60px;
	text-align: center;
	color: #fff;
}
.ljdz a {
	width: 150px;
	height: 40px;
	text-align: center;
	background-color: #fff;
	border-radius: 30px;/*普通*/
	-moz-border-radius: 30px;/*firfox*/
	-webkit-border-radius: 30px;/*firfox*/
	display: block;
	font-size: 28px;
	text-align: center;
	color: #009FE9;
	line-height: 40px;
	margin: auto;
}
.ljdz strong {
	font-size: 38px;
	display: block;
	line-height: 85px;
}
.ljdz span {
	font-size: 24px;
	font-weight: bold;
}
.ljdz p {
	font-size: 19px;
	line-height: 35px;
	margin-top: 20px;
}
.erweima {
	text-align: center;
}
.erweima span {
	font-size: 36px;
	color: #454545;
	line-height: 96px;
}
.erweima p {
	font-size: 18px;
}
.erweima p strong {
	color: #F00;
	font-size: 25px;
	display: block;
	line-height: 44px;
} 
.list_page, .list_page2 {
	display: block;
	padding: 50px 0;
	text-align: center;
	font-size: 14px;
	color: #ccc;
}
.list_page a, .list_page2 a {
	font-size: 14px;
	color: #ccc;
}
.list_page {
}
.list_page ul {
	display: block;
	font-size: 0;
	line-height: 0;
}
.list_page li {
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: top;
}
.list_page li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	height: 36px;
	border: 1px solid #ccc;
	background: #fff;
	color: #262626;
	text-align: center;
	line-height: 36px;
	border-left: 0px;
}
.list_page li a:hover {
	background: #efefef;
	color: #262626;
}
.list_page li .up {
	border-left: 1px solid #ccc;
}
.list_page li .list_page_now {
	background-color: #efefef;
	color: #262626;
}
.list_page li .list_page_now:hover {
	background-color: #efefef;
}
.pro_dis {
	width: 988px;
	margin: auto;
	text-align: left;
	padding-bottom: 40px;
}
.pro_dis img {
	width: 100%;
	height: auto;
}
.dress {
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #F00
}
.dress a {
	color: #F00
}
.pro_dis h1 {
	font-size: 18px;
	font-weight: lighter;
	line-height: 35px;
}
.pro_dis h2 {
	font-size: 15px;
	font-weight: lighter;
	line-height: 15px;
	margin-bottom: 20px;
}
.pro_dis .xiangmu_js {
	font-size: 14px;
}
.contentMun {
	height: 150px;
	width: 840px;
	margin: 0px auto;
}
.contentMun .child {
	padding-top: 50px;
	width: 280px;
	text-align: center;
	float: left;
}
.contentMun .child .mun {
	font-size: 66px;
	height: 46px;
	color: #444;
}
.contentMun .child p {
	font-weight: 100;
	font-size: 20px;
	color: #444;
}
.team_info {
	text-align: center;
	margin-top: 30px;
}
.team_info strong {
	font-size: 36px;
	display: block
}
.team_info span {
	font-size: 23px;
	color: #F00;
	line-height: 55px;
}
.team_info p {
	line-height: 25px;
	font-size: 16px
}
.team_img {
	text-align: center;
}
.kejian {
	text-align: center
}
.kejian strong {
	font-size: 29px;
	line-height: 63px;
	display: block;
}
.kejian ul {
	background-color: #404040;
	padding: 20px;
}
.ganghao {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.ganghao strong {
	font-size: 32px;
	color: #F00
}
.ganghao p {
	font-size: 14px;
	width: 600px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.info {
	width: 1000px;
	margin: auto;
	padding-bottom: 40px;
	font-size: 14px;
	line-height: 22px;
}
.info h3 {
	font-size: 19px;
	line-height: 55px;
	font-weight: lighter;
}
.art_xx {
	border-bottom: 1px #CCCCCC solid;
	text-align: center;
}
.nm_next {
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
.art_dis {
	font-size: 14px;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 25px; text-align:justify;
}
.art_dis img {
	max-width: 988px;
}
.news_list3 li {
	line-height: 25px;
}
.mainTitle {
	color: #434343;
	font-size: 42px;
	line-height: 72px;
	letter-spacing: 5px;
	font-family: 'MyriadPro-LightCond';
	font-weight: 100;
	font-stretch: ultra-condensed;
	width: 100%;
	text-align: center;
}
.mainSub {
	width: 37px;
	height: 2px;
	background: #009FE9;
	margin: 0px auto;
}
.mainInfo {
	padding: 10px 0px;
	text-align: center;
	font-size: 30px;
	color: #434343;
	font-family: 'Noto Sans S Chinese Light', 'NotoSansHans-Light', '微软雅黑';
	border-bottom: 1px solid #bfbfbf;
	margin: auto;
	width: 180px;
	display: block
}
.mainInfo_2 {
	display: block;
	margin-top: 30px;
	color: #e50012;
	font-size: 28px;
}
.red {
	color: #009FE9;
}
.red2 {
	color: #009FE9;
	font-size: 24px
}
.lx_kk {
	width: 1100px;
	margin: auto;
	margin-top: 50px;
}
.lx_kk .lx_left {
	width: 490px;
	float: left;
	text-align: left;
	color: #434343;
	border-right: 1px #949494 solid;
	padding-right: 80px;
}
.lx_kk .lx_left h1 {
	font-size: 33px;
	padding: 0px;
	margin: 0px;
}
.lx_kk .may_help {
	font-size: 30px;
	color:#009FE9;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.lx_kk .lx_right {
	width: 380px;
	float: right; text-align:center; margin-right:120px;
} 
.iframe1200, .iframe1024, .iframe640, .iframe480, .iframe320 {
	display: none;
}
.zp a {
	color: #666
}
.zp a:hover {
	color: #ff0000
}
.lx_list {
	text-align: center;
}
.lx_list a {
	width: 170px;
	height: 30px;
	background-image: url(../images/qq2.png);
	background-repeat: no-repeat;
	background-position: top;
	display: inline-block;
	padding-top: 120px;
	font-size: 18px;
	margin: 50px;
}
.lxlxlx{ line-height:33px; font-size:16px}
.ditie {
	text-align: center;
	font-size: 16px
}
#top .logo_m {
	display: none;
}
#top .m_tel {
	display: none;
}
.navBtn {
	display: none;
}
.pclc {
	display: block;
}
.mlc {
	display: none;
}
.m_copy {
	display: none;
}
.footnav {
	display: none
}
.erweima .may {
	font-size: 64px;
	color: #000;
	line-height: 50px;
} 
.hezuo {
	width: 1190px;
	margin: auto;
}
.hezuo li {
	float: left;
	width: 450px;
	text-align: center;
	margin: 60px;
	margin-bottom: 0px;
}
.hezuo li i {
	display: inline-block;
	height: 200px;
	width: 228px;
	background-image: url(../images/tbb.png);
	background-repeat: no-repeat;
}
.hezuo li strong {
	display: block;
	font-size: 30px;
	line-height: 55px;
}
.hezuo li p {
	font-size: 16px;
	line-height: 25px;
}
.hezuo li:hover strong {
	color: #F00
}
.hezuo .he1 i {
	background-position: 0px -66px;
}
.hezuo .he1:hover i {
	background-position: -320px -66px;
}
.hezuo .he2 i {
	background-position: 0px -363px;
}
.hezuo .he2:hover i {
	background-position: -319px -363px;
}
.hezuo .he3 i {
	background-position: 0px -660px;
}
.hezuo .he3:hover i {
	background-position: -320px -660px;
}
.hezuo .he4 i {
	background-position: 0px -954px;
}
.hezuo .he4:hover i {
	background-position: -320px -954px;
}
.team_kk {
	width: 1000px;
	margin: auto;
}
.ser_xx {
	width: 1190px;
	margin: auto
}
.ser_xx img {
	width: 100%;
}
.pro_js {
	padding-top: 20px;
	font-size: 14px;
	line-height: 25px;
}
.mainFootBtn {
	margin: 0 8px;
	display: inline-block;
*display:inline;
*zoom:1;
	font-size: 22px;
	width: 215px;
	height: 50px;
	border: 2px solid #e50005;
	color: #e50005;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}
.mainFoot .mainFootBtn {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.mainFoot .mainFootBtn.on {
	background: #e50005;
	color: #fff;
}
.mainFoot .mainFootBtn:hover {
	background: #e50005;
	color: #fff;
}
.mainFoot .mainFootBtn.on:hover {
	border: 2px solid #e50005;
	color: #e50005;
	background: #fff;
}
.s_x_kk{ text-align:center;}

.banner_box{ width:100%; height:700px; position: relative; overflow: hidden; background:url(../images/home_bg.jpg) no-repeat center #fff;} 
.bar-menu,.head_btn{ display: none;}
  

.banner_video{ width:100%; height:100%; position: absolute; left: 0; top: 0; z-index: 1;}
.banner_video em{ width:100%; height:100%; position: absolute; left: 0; top: 0; z-index: 1; background: rgba(0,0,0,0.35);}
.banner_video video{position: absolute;top: 0;min-width: 100%;width: 100% !important;height:auto!important;object-fit: cover;object-position: center;}
   
.top_menu{ display:none} 
 .tuijianyw{ display:none;} 
 .m_ser_xm{ display:none;}
 .m_pslc{ display:none;} 
 .team_bg_kk{ display:none;}
 .brand_desi_m{ display:none;}
 
 
 
.bussiness{ width:1200px; margin:auto;}
.bussiness-body{
	display: block;
	overflow: hidden; width:100%; margin:auto;
}

.bussiness-body .item{
	position: relative;
	display: block;
	float: left;
	width: 16.666%;
	opacity: 0;
	filter:alpha(opacity=0);
	overflow: hidden;
}

.bussiness-body .item1{
	left:200px;
	-webkit-transition: left 0.3s 0.5s linear,opacity 0.3s 0.5s linear,background 0.3s linear,width 0.3s linear;
	-o-transition: left 0.3s 0.5s linear,opacity 0.3s 0.5s linear,background 0.3s linear,width 0.3s linear;
	transition: left 0.3s 0.5s linear,opacity 0.3s 0.5s linear,background 0.3s linear,width 0.3s linear;
}

.bussiness-body .item2{
	left:300px;
	-webkit-transition: left 0.5s 0.5s linear,opacity 0.5s 0.5s linear,background 0.3s linear,width 0.3s linear;
	-o-transition: left 0.5s 0.5s linear,opacity 0.5s 0.5s linear,background 0.3s linear,width 0.3s linear;
	transition: left 0.5s 0.5s linear,opacity 0.5s 0.5s linear,background 0.3s linear,width 0.3s linear;;
}

.bussiness-body .item3{
	left:400px;
	-webkit-transition: left 0.7s 0.5s linear,opacity 0.7s 0.5s linear,background 0.3s linear,width 0.3s linear;
	-o-transition: left 0.7s 0.5s linear,opacity 0.7s 0.5s linear,background 0.3s linear,width 0.3s linear;
	transition: left 0.7s 0.5s linear,opacity 0.7s 0.5s linear,background 0.3s linear,width 0.3s linear;
}

.bussiness-body .item4{
	left:500px;
	-webkit-transition: left 0.9s 0.5s linear,opacity 0.9s 0.5s linear,background 0.3s linear,width 0.3s linear;
	-o-transition: left 0.9s 0.5s linear,opacity 0.9s 0.5s linear,background 0.3s linear,width 0.3s linear;
	transition: left 0.9s 0.5s linear,opacity 0.9s 0.5s linear,background 0.3s linear,width 0.3s linear;
}

.bussiness-body .item5{
	left:600px;
	-webkit-transition: left 1.1s 0.5s linear,opacity 1.1s 0.5s linear,background 0.3s linear,width 0.3s linear;
	-o-transition: left 1.1s 0.5s linear,opacity 1.1s 0.9s linear,background 0.3s linear,width 0.3s linear;
	transition: left 1.1s 0.5s linear,opacity 1.1s 0.9s linear,background 0.3s linear,width 0.3s linear;
}

.bussiness-body .item.on{
	width: 32.33%;
}

.bussiness .bussiness-body.show .item{
	left:0;
	opacity: 1;
	filter:alpha(opacity=100);
}

.bussiness-body .item .service{
	display: block;
	height: 358px;
	border: 1px solid #e8e8e8;
	border-width: 1px 0px 1px 1px;
	text-align: center;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.bussiness-body .item.on .service{
	width: 50%;
}

.bussiness-body .item5 .service{
	border-width: 1px 1px 1px 1px;
}

.bussiness-body .item.on .service{
	background-color: #009FE9;
	border-color: #009FE9;
}

.bussiness-body .item .service .content{
	display: block;
	height: 240px;
	padding-top: 46px;
	line-height: 1;
}

.bussiness-body .item .service .content h4{
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.bussiness-body .item .service .content h4 a{
	color: #333;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.bussiness-body .item.on .service .content h4 a{
	color: #fff;
}

.bussiness-body .item .service .content p{
	display: block;
	margin-top: 11px;
	color: #4b4b4b;
	white-space: nowrap;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.bussiness-body .item.on .service .content p{
	color: #fff;
}

.bussiness-body .item .service .content .icon{
	display: inline-block;
	margin-top: 56px;
}

.bussiness-icon1{
	background:url(../images/icon.png) no-repeat 0px -822px;height:72px;padding-left:88px;
}

.bussiness-body .item.on .service .content .bussiness-icon1{
	background:url(../images/icon.png) no-repeat 0px -894px;
}

.bussiness-icon2{
	background:url(../images/icon.png) no-repeat 0px -750px;height:72px;padding-left:42px;
}

.bussiness-body .item.on .service .content .bussiness-icon2{
	background:url(../images/icon.png) no-repeat 0px -678px;
}

.bussiness-icon3{
	background:url(../images/icon.png) no-repeat 0px -1254px;height:72px;padding-left:54px;
}

.bussiness-body .item.on .service .content .bussiness-icon3{
	background:url(../images/icon.png) no-repeat 0px -1326px;
}

.bussiness-icon4{
	background:url(../images/icon.png) no-repeat 0px -966px;height:72px;padding-left:75px;
}

.bussiness-body .item.on .service .content .bussiness-icon4{
	background:url(../images/icon.png) no-repeat 0px -1182px;
}

.bussiness-icon5{
	background:url(../images/icon.png) no-repeat 0px -1038px;height:72px;padding-left:74px;
}

.bussiness-body .item.on .service .content .bussiness-icon5{
	background:url(../images/icon.png) no-repeat 0px -1110px;
}

.bussiness-body .item .service .infoo{
	display: block;
	padding: 16px 20px 0 20px;
	border-top: 1px dashed #cdcdcd;
	font-size: 12px;
	line-height: 20px;
	color: #6c6c6c;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.bussiness-body .item.on .service .infoo{
	color: #fff;
	border-top: 1px dashed #4e94dd;
}

.bussiness-body .item .price{
	position: absolute;
	display: block;
	width: 100%;
	height: 360px;
	left:100%;
	top:0;
}

.bussiness-body .item.on .price{
	width: 50%;
	left:50%;
}

.bussiness-body .item .price ul{
	display: block;
	position: relative;
	z-index: 5;
}

.bussiness-body .item .price ul li{
	display: block;
	height: 71px;
	line-height: 71px;
	*height: 69px;
	*line-height: 69px;
	border-bottom: 1px solid #565758;
	white-space: nowrap;
}

.bussiness-body .item .price ul li a{
	display: block;
	padding: 0 20px 0 10px;
	color: #999;
	background: url(../images/enter-icon.png) no-repeat right 10px center;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.bussiness-body .item .price ul li a:hover{
	color: #fff;
	background: url(../images/enter-icon-on.png) no-repeat right 10px center;
}

.bussiness-body .item .price ul li a .num{
	padding-left: 10px;
}

.bussiness-body .item .price .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background-color: #000;
	opacity: 0.8;
	filter:alpha(opacity=80);
	z-index: 2;
}




.case{ background-image:url(../images/casebg.jpg); margin-top:60px; background-size:100% auto;}
.case-body{
	display: block;
	width: 100%;
	overflow: hidden;
}

.case-body ul{
	display: block;
	margin: 0 -8px;
}

.case-body li{
	display: block;
	width: 25%;
	*width: 24.739999%;
	float: left;
	margin-bottom: 16px;
	-webkit-transform: scale(0.4);
	-o-transform: scale(0.4);
	transform: scale(0.4);
	opacity: 0;
	filter: alpha(opacity=0);
}

.case-body .item1{
	-webkit-transition: 0.3s 0.5s linear;
	-o-transition: 0.3s 0.5s linear;
	transition: 0.3s 0.5s linear;
}

.case-body .item2{
	-webkit-transition: 0.45s 0.5s linear;
	-o-transition: 0.45s 0.5s linear;
	transition: 0.45s 0.5s linear;
}

.case-body .item3{
	-webkit-transition: 0.6s 0.5s linear;
	-o-transition: 0.6s 0.5s linear;
	transition: 0.6s 0.5s linear;
}

.case-body .item4{
	-webkit-transition: 0.75s 0.5s linear;
	-o-transition: 0.75s 0.5s linear;
	transition: 0.75s 0.5s linear;
}

.case-body .item5{
	-webkit-transition: 0.9s 0.5s linear;
	-o-transition: 0.9s 0.5s linear;
	transition: 0.9s 0.5s linear;
}

.case-body .item6{
	-webkit-transition: 1.05s 0.5s linear;
	-o-transition: 1.05s 0.5s linear;
	transition: 1.05s 0.5s linear;
}

.case-body .item7{
	-webkit-transition: 1.3s 0.5s linear;
	-o-transition: 1.3s 0.5s linear;
	transition: 1.3s 0.5s linear;
}

.case-body .item8{
	-webkit-transition: 1.45s 0.5s linear;
	-o-transition: 1.45s 0.5s linear;
	transition: 1.45s 0.5s linear;
}

.case .case-body.show li{
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
	display: block;
}

.case-body li .content{
	display: block;
	padding:0px 8px; 
}

.case-body li .content .pic{
	display: block;
	overflow: hidden;
	position: relative;
}

.case-body li .content .pic img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	transform-origin:50% 50%;
}

.case-body li .content:hover .pic img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.case-body li .content .pic .icon{
	position: absolute;
	display: block;
	width: 90px;
	height: 90px;
	top:50%;
	margin-top: -25px;
	left:50%;
	margin-left: -30px;
	background: url(../images/hexagon-icon.png) no-repeat center;
	opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	-webkit-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	transition: 0.5s linear;
}

.case-body li .content:hover .pic .icon{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter:alpha(opacity= 100);
}

.case-body li .content .infoo{ overflow:hidden;
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 20px 0 10px;
	background-color: #f1f1f1;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.case-body li .content:hover .infoo{
	background-color: #009FE9;
}

.case-body li .content .infoo h4{
	display: block;
	float: left;
}

.case-body li .content .infoo h4 a{
	color: #333;
	font-size: 16px;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.case-body li .content:hover .infoo h4 a{
	color: #fff;
}

.case-body li .content .infoo .enter{
	position: relative;
	display: block;
	float: right;
}

.case-body li .content .infoo .enter a{
	display: block;
	float: left;
	width: 31px;
	height: 31px;
	border: 1px solid transparent;
	border-radius: 50%;
	margin-top: 14px;
	margin-left: 10px;
	-webkit-transition: border 0.3s linear;
	-o-transition: border 0.3s linear;
	transition: border 0.3s linear;
}

.case-body li .content .infoo .enter a:hover{
	border: 1px solid #fff;
}

.case-body li .content .infoo .enter .computer-icon{
	background:url(../images/icon.png) no-repeat -1px -301px;
}

.case-body li .content:hover .infoo .enter .computer-icon{
	background:url(../images/icon.png) no-repeat -1px -367px;
}

.case-body li .content .infoo .enter .mobel-phone-icon{
	background:url(../images/icon.png) no-repeat -1px -268px;
}

.case-body li .content:hover .infoo .enter .mobel-phone-icon{
	background:url(../images/icon.png) no-repeat -1px -334px;
}

.case-body li .content .infoo .enter .case-ewm{
	display: none;
	position: absolute;
	padding: 6px;
	border: 1px solid #e0e0e0;
	bottom:47px;
	right:-20px;
	background-color: #fff;
	z-index: 10;
}

.case-body li .content .infoo .enter .case-ewm img{
	display: block;
	width: 140px;
	height: 140px;
}

.case-body li .content .infoo .enter .case-ewm p{
	display: block;
	padding: 10px;
	line-height: 1;
	text-align: center;
	color: #383838;
	white-space: nowrap;
}

.case-body li .content .infoo .enter .case-ewm .arrow{
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px solid #fff;
	bottom:-16px;
	right:30px;
}

.shouhou{ height:190px; background-color:#1D1D1D;}
.shouhou ul{ width:1200px; margin:auto;}
.shouhou ul li{ width:300px; float:left; margin-top:60px;}
.shouhou ul li img{ float:left;}
.shouhou ul li strong{ display:block;font-size:18px; float:left; font-weight:lighter; color:#fff; margin-left:10px; margin-top:5px;}
.shouhou ul li span{ display:block;margin-left:10px; float:left; font-size:14px;}

.map_info_kk{ background-color:#000; height:340px; width:100%; position:absolute; margin-top:-340px;
  filter:alpha(opacity=70); /*IE滤镜，透明度50%*/
  -moz-opacity:0.7; /*Firefox私有，透明度50%*/
  opacity:0.7;/*其他，透明度50%*/}
  .map_info{   height:340px; width:100%; position:absolute; margin-top:-340px; */}
  .map_info strong{ color:#fff; font-size:30px; text-align:center; display:block; margin-top:30px;}
  .map_info i{ width:100px; border-bottom:2px #fff solid; margin:auto; display:block; margin-top:20px;}
  .map_info p{ font-size:16px; text-align:center; color:#fff; margin-top:30px;}
  .map_info a{ display:block; width:300px; height:50px; text-align:center; line-height:50px; font-size:16px; color:#fff; background-color:#009FE9; font-size:30px; margin:auto;border-radius:100px;/*普通*/
 
-moz-border-radius:100px;/*firfox*/
-webkit-border-radius:100px;  /*firfox*/ margin-top:20px;}

.link{ background-color:#333; padding:30px;}
.link ul{ width:1200px; margin:auto; word-spacing:10px;}
.link ul a{ color:#ccc; font-size:14px;}
.link ul a:hover{ color:#fff;}
.link ul strong{ font-size:24px; color:#00A0E9; display:block;}

.foot{ background-image:url(../images/footbg.jpg); padding:50px 0px 0px 0px; height:451px;}
.foot ul{ width:1200px; margin:auto;}
.foot ul .foot_lx{ float:left; width:470px; color:#fff;  }
.foot ul .foot_lx strong{ font-size:26px}
.foot ul .foot_lx span{ display:block; line-height:34px; font-size:12px; margin-bottom:20px;}
.foot ul .foot_lx li{ line-height:40px; font-size:16px}
.foot ul .foot_ly{ float:left;   margin-left:30px}
.foot ul .foot_ewm { float:right; text-align:center; line-height:33px; color:#fff; width:150px;} 
.foot ul .foot_ewm img{ width:150px;}
.foot_copy{ line-height:24px; padding-top:20px; text-align:center; font-size:14px; background-color:#094e86; height:78px; color:#fff;}
.foot_copy a{ color:#fff;}

/*右侧浮动层*/

.online-service{
	position: fixed;
	width: 42px;
	bottom:175px;
	right:10px;
	z-index: 99;
}

.online-service li{
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	margin-top: 5px;
}

.online-service li .way{
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	text-align: center;
	background-color: #00A0E9;
 
	z-index: 10;
	font-size: 0;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	cursor: pointer;
}


.online-service li .way .icon{
	display: inline-block;
	margin: 10px 0px 0px 3px; 
}
.online-service li .way .icon.arrow-top{
	margin-top: 15px;
}

.online-service li .way p{
	display: block;
	line-height: 1;
	font-size: 12px;
	color: #fff;
}

.online-service .phone .content{
	display: block;
	*display: none;
	position: absolute;
	width: 0px;
	height: 42px;
	padding: 0 41px 0 20px;
	top:0;
	right: 0px;
	border-radius: 21px;
	opacity: 0;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
	background-color: #00a0e9;
 
	z-index: 3;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.online-service li:hover .content{
	*display: block;
	width: 140px;
	opacity: 1;
}

.online-service .phone .content span:last-child{
	padding-left: 10px;
}

.online-service .wx .ewm{
	display: block;
	*display: none;
	position: absolute;
	top: 50%;
	margin-top: -51px;
	right: 51px;
	opacity: 0;
	z-index: 3;
	-webkit-transform: scale(0,0);
	-ms-transform: scale(0,0);
	-o-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.online-service .wx:hover .ewm{
	*display: block;
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 1;
	white-space: nowrap;
}

.online-service .wx .ewm img{
	display: block;
	width: 102px;
	height: 102px;
	border: 1px solid #ccc;
}

.online-service .wx .ewm .arrow{
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #ccc;
	top:50%;
	margin-top: -5px;
	right:-10px;
}

.online-service .wx .ewm h4{
	display: block;
	margin-top: 6px;
	color: #333;
	font-size: 16px;
	text-align: center;
}

.online-service .wx .ewm p{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #666;
	margin-top: 2px;
}


.arrow-top{background:url(../images/contact-icon.png) no-repeat 0px 0px;height:12px;padding-left:22px;}
.contact-icon3{background:url(../images/contact-icon.png) no-repeat 0px -12px;height:24px;padding-left:30px;}
.contact-icon2{background:url(../images/contact-icon.png) no-repeat 0px -36px;height:24px;padding-left:26px;}
.contact-icon1{background:url(../images/contact-icon.png) no-repeat 0px -60px;height:24px;padding-left:25px;}

/*在线服务图标*/



.bdkf a{background:url(../images/gt01.gif) no-repeat center center;}
.bdkf a:hover{background:url(../images/gt02.gif) no-repeat center center;}

.info_info{ width:1190px; margin:auto; text-align:justify; font-size:15px; margin-bottom:30px;}
.info_info p{line-height:30px; margin-bottom:20px; }
.info_info img{ max-width:1190px;}
.fuwu_ys{ height:458px;  background-image:url(../images/why.jpg)}
.fuwu_ys ul{ width:1200px; margin:auto;}
.fuwu_ys ul strong{ font-size:35px; color:#218bd0; margin-top:70px; padding-top:70px; display:block;}
.fuwu_ys ul span{ font-size:15px; display:block; color:#dedede; line-height:56px;}
.fuwu_ys ul li{ float:left; width:400px;color:#00a0e9; text-align:center;}
.fuwu_ys ul li b{   display:block; font-size:110px; display:block; }
.fuwu_ys ul li p{ color:#00a0e9; font-size:19px;  }



.case-center .case-type{
	display: block;
	text-align: center;
	font-size: 0;
	position: relative;
}

.case-center .case-type .line{
	position: absolute;
	width: 100%;
	height: 1px;
	top:32px;
	background-color: #d2d2d2;
	z-index: -1;
}

.case-center .case-type ul li{
	display: inline-block;
	*display: inline;
	*zoom:1;
	padding: 0 30px;
	background-color: #fff;
}

.case-center .case-type ul li i{
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	-webkit-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

.case-center .case-type ul li:hover i{
	background-color: #ddd;
}

.case-center .case-type ul li .all-icon{
	background: #eee url(../images/case-type-icon.png) no-repeat 0px 0px;
}

.case-center .case-type ul li:hover .all-icon,.case-center .case-type ul li.active .all-icon{
	background: #0166ce url(../images/case-type-icon.png) no-repeat 0px -64px;
}

.case-center .case-type ul li .type1-icon{
	background: #eee url(../images/case-type-icon.png) no-repeat 0px -128px;
}

.case-center .case-type ul li:hover .type1-icon,.case-center .case-type ul li.active .type1-icon{
	background: #0166ce url(../images/case-type-icon.png) no-repeat 0px -192px;
}

.case-center .case-type ul li .type2-icon{
	background: #eee url(../images/case-type-icon.png) no-repeat 0px -256px;
}

.case-center .case-type ul li:hover .type2-icon,.case-center .case-type ul li.active .type2-icon{
	background: #0166ce url(../images/case-type-icon.png) no-repeat 0px -320px;
}

.case-center .case-type ul li .type3-icon{
	background: #eee url(../images/case-type-icon.png) no-repeat 0px -384px;
}

.case-center .case-type ul li:hover .type3-icon,.case-center .case-type ul li.active .type3-icon{
	background: #0166ce url(../images/case-type-icon.png) no-repeat 0px -448px;
}

.case-center .case-type ul li .type4-icon{
	background: #eee url(../images/case-type-icon.png) no-repeat 0px -512px;
}

.case-center .case-type ul li:hover .type4-icon,.case-center .case-type ul li.active .type4-icon{
	background: #0166ce url(../images/case-type-icon.png) no-repeat 0px -576px;
}


.case-center .case-type ul li .type5-icon{
	background: #eee url(../images/case-type-icon.png) no-repeat 0px -640px;
}

.case-center .case-type ul li:hover .type5-icon,.case-center .case-type ul li.active .type5-icon{
	background: #0166ce url(../images/case-type-icon.png) no-repeat 0px -704px;
}

.case-center .case-type ul li .type6-icon{
	background: #eee url(../images/case-type-icon.png) no-repeat 0px -768px;
}

.case-center .case-type ul li:hover .type6-icon,.case-center .case-type ul li.active .type6-icon{
	background: #0166ce url(../images/case-type-icon.png) no-repeat 0px -832px;
}

.case-center .case-type ul li p{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 1;
	margin-top: 14px;
}

.case-center .case-type ul li.active p{
	color: #0166ce;
}



.fuwu_xbt {
	font-size: 18px;
	color: #000000;
}
.fuwu_nr {
	font-size: 16px;
	color: #666666;
	line-height: 38px;
}

.nuozhufeng_about_nr {
	padding-bottom: 40px;
	line-height: 28px;
	font-size: 16px;
	color: #666666;
}
.nuozhufeng_why_xbt {
	font-size: 18px;
	color: #E9C20B;
}.nuozhufeng_team_bt {
	font-size: 24px;
	padding-bottom: 8px;
}
a.nuozhufeng_news_bt {
	font-size:18px;
	font-weight:normal;
	text-decoration: none;
	padding-left: 16px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	color: #333333;
	display: inline;
}
a.nuozhufeng_news_bt:hover {
	font-size: 18px;
	font-weight: normal;
	display: inline;
	transition: 1s;
}
.nuozhufeng_news_pading {
	padding: 15px;
}
a.nuozhufeng_news_title {
	font-size:15px;
	font-weight:normal;
	text-decoration: none;
	color: #333333;
	display: inline;
}
a.nuozhufeng_news_title:hover {
	font-size: 15px;
	font-weight: normal;
	color:#0000CC;
	display: inline;
	transition: 1s;
}
.nuozhufeng_news_jj {
	font-size: 13px;
	line-height: 24px;
	color: #666666;
}
a.nuozhufeng_news_more {
	font-size:15px;
	font-weight:normal;
	text-decoration: none;
	color: #333333;
	display: inline;
}
a.nuozhufeng_news_more:hover {
	font-size: 15px;
	font-weight: normal;
	color:#0000CC;
	display: inline;
	transition: 1s;
}
.nuozhufeng_why_b {
	border: 1px solid #FFFFFF;
	padding: 30px;
}
.nuozhufeng_why_bt {
	font-family: "微软雅黑";
	font-size: 24px;
	color: #E9C20B;
}
.nuozhufeng_banner_why {
	background-image: url(../imgs/nuozhufeng_why.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.nuozhufeng_banner-inside{
	display: block;
	padding: 281px 0 99px;
	text-align: center;
	line-height: 1;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.nuozhufeng_left_b {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
}
.nuozhufeng_info_bt {
	font-size: 20px;
	color: #161616;
	font-weight: bold;
}
.nuozhufeng_info_nr {
	font-size: 15px;
	line-height: 30px;
	color: #666666;

}
.nuozhufeng_info_nr  li{
list-style:disc !important;
	margin-left:20px;
}
.nuozhufeng_info_nr p{ padding:8px 0; margin:0;}
.nuozhufeng_info_nr br{ padding:8px 0; margin:0;}
.nuozhufeng_info_tp{ width:850px; overflow:hidden;}
.nuozhufeng_info_tp img{ max-width:100%;}
.nuozhufeng_info_next {
	font-size: 15px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0b66c3;
	padding-bottom: 12px;
	display: inline;
}
.nuozhufeng_info_foot_bg {
	background-image: url(../imgs/rec.png);
	background-repeat: repeat-x;
	background-position: center;
}
.nuozhufeng_info_next_b {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
a.nuozhufeng_info_wen {
	font-size:25px;
	font-weight:bold;
	text-decoration: none;
	color: #333333;
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
}
a.nuozhufeng_info_wen:hover {
	font-size: 25px;
	font-weight:bold;
	color:#0b66c3;
	transition: 1s;
}
a.nuozhufeng_info_more_bt {
	font-size:14px;
	text-decoration: none;
	color: #333333;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
a.nuozhufeng_info_more_bt:hover {
	font-size: 14px;
	color:#0b66c3;
	transition: 1s;
}
a.nuozhufeng_back {
	font-size:15px;
	text-decoration: none;
	color: #333333;
	display: block;
	background-image: url(../imgs/back_a.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	height: 39px;
	width: 159px;
	line-height: 39px;
}
a.nuozhufeng_back:hover {
	font-size: 15px;
	color:#fff;
	transition: 1s;
	background-image: url(../imgs/back_b.png);
}
a.nuozhufeng_anniu {
	font-size:15px;
	text-decoration: none;
	color: #333333;
	display: block;
	background-image: url(../imgs/anniu_a.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	height: 39px;
	width: 123px;
	line-height: 39px;
}
a.nuozhufeng_anniu:hover {
	font-size: 15px;
	color:#fff;
	transition: 1s;
	background-image: url(../imgs/anniu_b.png);
}
.about_bb {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	padding-top: 15px;
	padding-bottom: 15px;
}
.about_bt {
	font-family: "微软雅黑";
	font-size: 31px;
}
.about_xbt {
	font-size: 18px;
	color: #0b66c3;
}
.about_nr {
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 28px;
	font-size: 16px;
	color: #666666;
}
.img-responsive{display:block;max-width:100%}dd,dl,li,ol,ul{list-style:none}*{padding:0}a{text-decoration:none}table{border-collapse:collapse;border-spacing:0}button,input{font-family:Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;outline:none}img{vertical-align:center;border:none}body{font-size:14px;font-family:Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;}*{box-sizing:border-box}@font-face{font-family:iconfont;src:url(//at.alicdn.com/t/font_259415_pqp5k7rczjs8aor.eot);src:url(//at.alicdn.com/t/font_259415_pqp5k7rczjs8aor.eot#iefix) format("embedded-opentype"),url(//at.alicdn.com/t/font_259415_pqp5k7rczjs8aor.woff) format("woff"),url(//at.alicdn.com/t/font_259415_pqp5k7rczjs8aor.ttf) format("truetype"),url(//at.alicdn.com/t/font_259415_pqp5k7rczjs8aor.svg#iconfont) format("svg")}.iconfont{font-family:iconfont}.wrapper{width:1200px;margin-left:auto;margin-right:auto}.fl,.pull-left{float:left}.fr,.pull-right{float:right}.clearfix:after,.clearfix:before{content:"";display:table;clear:both;height:0}
.online-service .phone:hover .content{ width:200px;}
.why{background-color:#fff}
.why ul.content{padding:15px;padding-top:35px}
li.why_item{float:left;border:1px solid #bbd3ed;width:280px;height:380px;margin-right:25px;padding:20px 30px;text-align:center;cursor:pointer;transition:all .3s}
li.why_item:last-of-type{margin-right:0}
li.why_item.active,li.why_item:hover{border:1px solid #fff;box-shadow:0 0 15px #fff;-webkit-transform:translateY(-14px);transform:translateY(-14px)}
li.why_item.active *,li.why_item.active p.info,li.why_item.active p.title,li.why_item:hover *,li.why_item:hover p.info,li.why_item:hover p.title{color:#fff}
li.why_item div.icon{padding-bottom:20px}
li.why_item div.icon span.iconfont{font-size:63px}
li.why_item p.title{font-size:24px;color:#E9C20B}
li.why_item p.info2{margin-top:30px;font-size:14px;line-height:2;color:#bbd3ed}

li.why_item div.icon span.iconfont{color:#fff;}
.nuozhufeng_banner_why {
	background-image: url(../images/nuozhufeng_why.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


.linian_bt {
	font-family: "微软雅黑";
	font-size: 31px;
	color: #fff;
}
.linian_nr {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}
.linian_nr  li{
	
	
}  
.wapBtnAn {
	transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}

.nuozhufeng_youshi_bt {
	font-size: 18px;
}.nuozhufeng_youshi_jj {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}.nuozhufeng_b {
	background-image: url(../images/team_b.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.seo_case_kk{ height:630px; background-image:url(../images/bg1.jpg); background-position:center; background-position:bottom; background-repeat:no-repeat; background-color:#F7F7F7; padding-top:50px;  }
.seo_case_kk .seo_case_cuputer{ width:692px; height:566px; margin:auto; background-image:url(../images/computer.png); padding-top:27px; padding-left:25px; padding-right:27px;}


.youshi{ width:786px; height:336px; background-image:url(../images/zj.png); margin:auto; margin-top:60px; margin-bottom:60px;}
.youshi li{ float:left; width:373px; height:194px; padding-left:160px;  background-repeat:no-repeat; background-position:0px; position:absolute; margin-right:20px;}
.youshi li strong{ display:block; margin-top:90px; font-size:17px; color:#000; margin-bottom:20px;}
.youshi .youshi_1{ margin-left:-160px; margin-top:-80px;background-image:url(../images/y11.png);}
.youshi .youshi_1:hover{background-image:url(../images/y1.png); }
.youshi .youshi_2{ margin-left:560px; background-position:right; padding-right:160px; padding-left:0px; margin-top:-80px;background-image:url(../images/y22.png);} 
.youshi .youshi_2:hover{background-image:url(../images/y2.png); }
.youshi .youshi_3{  margin-left:-160px; margin-top:170px;background-image:url(../images/y33.png);}
.youshi .youshi_3:hover{background-image:url(../images/y3.png); }
.youshi .youshi_4{ margin-left:560px; background-position:right; padding-right:160px; padding-left:0px; margin-top:170px;background-image:url(../images/y44.png);} 
.youshi .youshi_4:hover{background-image:url(../images/y4.png); }

.index_gs_kk{ background-image:url(../images/gsjjbg.jpg); height:562px; background-position:center}
.index_gs_kk ul{ width:1190px; margin:auto;}
.index_gs_kk ul .gsjj_img{ float:left;}
.index_gs_kk ul .gsjj_info{ width:620px; float:right; font-size:15px; color:#fff; line-height:25px; text-align:justify}
 
 .kk{ width:1100px; margin:auto;}
  .LeftHandle{  position:absolute; width:36px; height:80px;   cursor:pointer; background-image:url(../images/lrbtn.png); z-index:2; margin-top:120px;   margin-left:-55px; }
  .RightHandle{ width:36px; height:80px; background-image:url(../images/lrbtn.png); background-position:0px -80px; cursor:pointer;position:absolute; z-index:2; margin-left:1110px; margin-top:120px;  }


.index_pro_list1{ }
.index_pro_list1 li{ float:left; width:252px; margin-right:30px; background-color:#efefef;  height:323px;  font-size:15px;margin-bottom:20px;} .index_pro_list1 li:hover p{ color:#FFF;}
 .index_pro_list1 li:hover a{ color:#333;}
  .index_pro_list1 li img{ width:252px; height:200px;  }
  .index_pro_list1 li strong{   line-height:25px; display:block; font-weight:lighter; padding:10px; padding-bottom:0px;}
 
 .index_pro_list1 li p{ font-size:12px; padding:10px; font-family:"宋体"; line-height:22px; color:#aaa}
 .index_pro_list1 li p span{ display:block; width:100%; height:30px; line-height:30px; text-align:center; background-color:#139CD7; text-align:center; color:#FFF; margin-top:10px;}
 
 
 
.zhuanzhu{ height:694px; background-image:url(../images/zhuazhubg.jpg); background-position:center; text-align:center; color:#fff;}
.zhuanzhu .year12{ font-size:45px; padding-top:90px;}
.zhuanzhu span{ font-size:16px; display:block; line-height:53px;}
 
.zhuanzhu .zhuanzhu_img{ text-align:center; padding:60px;}
.zhuanzhu .zhuanzhu_wushui{ width:1000px; margin:auto;}
.zhuanzhu .zhuanzhu_wushui strong{ font-size:24px; display:block; border-bottom:2px #fff solid; width:100px; margin:auto; line-height:55px; margin-bottom:30px;}



.news_kk{  padding-top:20px}
.marauto{ width:1190px; margin:auto;  }
.touxiao{ float:left; width:546px;}
.index_list{ float:right; width:581px;}
.index_list li{ clear:both; background-image:url(../images/news_ico.jpg); background-repeat:no-repeat; background-position:103px 0px;   height:113px; border-bottom:1px #efefef dotted; margin-bottom:30px; }
 
.index_list li a span{   font-size:15px;}
.index_list li a   span{ float:left; width:86px; height:86px; background-color:#f2f2f2; display:block; text-align:center;  }
.index_list li a   span strong{ font-size:32px; display:block; margin-top:10px;}
.index_list li a .arc_r{ margin-left:100px;}
.index_list li a .arc_r h4{ font-size:16px}
.index_list li a .arc_r p{ padding-bottom:10px; padding-top:10px; color:#999}
.index_list li a:hover .arc_r h4{ color:#2BAFE5}

.index_list li{}
.touxiao img{ width:546px; height:347px;}
.touxiao a b{ line-height:33px}
.touxiao a span{ float:right; line-height:33px}

.form{ margin-left:20px; margin-top:20px;}
.input-text{ width:440px; height:35px; border:0px; margin-bottom:20px; padding-left:10px;}
#liuyan{ width:440px; border:0px; height:104px;padding:10px;}
.submit_tj{ height:43px; width:226px; background-color:#cbe20a; color:#fff; border:0px; cursor:pointer; font-size:18px; margin-top:20px; }




.menu_pro{  margin-top:20px; text-align:center; margin-bottom:10px;}
.menu_pro li{  display:inline-block; text-align:center; margin-bottom:5px; border-right:1px #fff solid;}
.menu_pro li a{ display:block;  height:45px; line-height:45px;   background-color:#D3E507; color:#fff;   font-size:16px;  padding-left:40px; padding-right:40px;   }
.menu_pro li a:hover{ background-color:#CCC}
.menu_pro li .now{display:block;   height:45px; line-height:45px; text-align:center; background-color:#4BB0E3; color:#fff;  }
.menu_pro li .li_l{ padding:0px; width:25px; border-radius:25px 0px 0px 25px;/*普通*/
-moz-border-radius:25px 0px 0px 25px;/*firfox*/
-webkit-border-radius:25px 0px 0px 25px;/*firfox*/  }
.menu_pro li .li_r{ padding:0px; width:25px; border-radius:0px 25px 25px 0px;/*普通*/
-moz-border-radius:0px 25px 25px 0px;/*firfox*/
-webkit-border-radius:0px 25px 25px 0px;/*firfox*/  }
.rongyu{ text-align:center;}
.rongyu img{ width:480px; height:auto; margin:25px;}


.pic_pic{ display:block; margin-bottom:20px; text-align:center}




.tuijian_small_p{ text-align:center; }
.tuijian_small_p a{ display:inline-block; width:300px; height:220px; background-color:#FFf; margin:13px; margin-top:25px; position:relative;   border:1px #efefef solid;}
.tuijian_small_p a img{ height:220px; width:100%; }
.tuijian_small_p a strong{ position:absolute; font-size:15px; color:#666; display:block; margin-top:-40px; text-align:center; width:300px;filter:alpha(opacity=80); /*IE滤镜，透明度50%*/
  -moz-opacity:0.8; /*Firefox私有，透明度50%*/
  opacity:0.8; background-color:#fff; height:40px; line-height:40px;  }
.cplll{width:1200px; margin:auto; }
.tuijian_small_p a i{ width:64px; height:64px; background-image:url(../images/fdj.png); display:block; position:absolute; margin:auto; margin-top:0px; margin-left:120px;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;  }
.tuijian_small_p a:hover i{ width:64px; height:64px; background-image:url(../images/fdj.png); display:block; position:absolute; margin:auto; margin-top:-180px; margin-left:120px;}

.qita table{ border-collapse:collapse; width:100%; margin-top:30px;}
.qita table td{ padding:10px; border:1px #ccc solid;}
.qita table td strong{ font-size:21px; }

.qita table td div{ font-size:18px;}

.feishui_yewu{  }
.feishui_yewu li{ height:300px; margin-bottom:30px;}
.feishui_yewu li img{ float:left;}
.feishui_yewu li p{ float:right; width:497px; height:300px; background-color:#efefef; text-align:center;}
.feishui_yewu li p strong{ display:block; font-size:24px; color:#39F; margin-top:80px; margin-bottom:10px; }
.feishui_yewu li p span{ padding:20px; display:block;}
.feishui_yewu .yewu_zuo img{ position:absolute; margin-left:517px;}
.feishui_yewu .yewu_zuo p{ position:absolute; }