﻿ 
/*------------------------------------ϵͳʼ---------*/
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:#000;
	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: 80px;
	top:0;
	left:0;
	z-index: 99999;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.header.hide{
	top: -81px;
	border-bottom: none;
}

.header.black{
	background-color: #;
	background-color: rgba(0,0,0,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: calc(100vh);
	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-image:url(../images/about_e_01.jpg)
}

.banner-inside h4{
	position: relative;
	display: block;
	font-size: 48px;
	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: 31px;
	color: #cacbcc;
	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: #;
	filter: alpha(opacity=50); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.5; /*Firefox私有，透明度50%*/
	opacity: 0.5;/*其他，透明度50%*/
}
#top {
	height: 65px;
	position:absolute;
	top:20px;
	width: 100%;
	z-index: 99999999999999999;
}
#top .logo {
	float: left;
	clear: right;
	margin-left:40px;
	margin-top:0px;
}
#top .dh {
	width: auto;
	float: right;
	text-align: left;
	margin-top:0px;
}
.pptel {
	text-align: right;
	padding-left: 20px;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #595757;
	float: right;
	color: #fff; margin-right:60px;
}
.pptel strong {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
}
#top .dh ul {
}
#top .dh ul li {
	height: 45px; width:134px;
	border-right: 0px #CCCCCC solid;
	float: left;
	line-height: 16px;
	font-size: 15px; text-align:center;
}

#top .dh ul li .bt {
	color: #666666;
}
#top .dh ul li .bt a {
	color: #fff;
}
#top .dh ul li .bt a:hover {
	color: #fb1506;
}
#top .dh ul li a {
	color: #fff; line-height:45px;  display:block; 
}
#top .dh ul li a:hover { background-image:url(../images/tmbg.png);
}
#top .dh ul li:hover{ background-image:url(../images/tmbg.png)}

#top .dh ul li ul { display:none;   position:absolute; margin:0px; transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; z-index:-999;  }
#top .dh ul li ul li { float:none; width:134px; background-image:url(../images/tmbg.png); margin:0; border-bottom:0px #fff solid; padding:0px;  }
#top .dh ul li ul li a { background:none; width:134px; line-height:43px; height:43px; text-align:center;color:#fff; padding:0px;}
#top .dh ul li ul li:hover { background-color:#F90; color:#fff; background-image:none; }
#top .dh ul li ul li:hover a{ color:#fff; background-image:none;}
#top .dh ul li:hover ul {   display:block; }
#top .dh ul li.sfhover ul { display:block;  }




.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:25px; line-height:48px; font-family:'HelveticaNeue';color:#666; letter-spacing:5px; }
   .index_title strong{ display:block;font-size:25px;   position:relative; z-index:2; margin:auto; background-color:#efefef; width:265px; color:#f5ad00;}
    .index_title i{ border-bottom:1px #aaa solid; display:block; position:absolute; z-index:1; width:100%; margin-top:-20px;}
	 .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;}
	.hui{ background-color:#efefef;}
	.hei{ background-color:#474747;}
	.huitit strong{ background-color:#efefef; color:#f5ad00;}  
.heitit strong{ background-color:#474747; color:#fff;}  
	  
	  .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:#fff; 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:#000}

.index_list li{}
.touxiao img{ width:546px; height:347px;}
.touxiao a b{ line-height:33px}
.touxiao a span{ float:right; line-height:33px}

.marauto{ width:1190px; margin:auto;  }

.news_kk{ background-color:#f5f5f5;}
	  
	  .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
}
.case_title strong {
	font-size:19px;
	line-height: 35px;
	color: #333;
}
.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: #;
	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 #333 solid;
	color: #333;
	font-size: 16px;
	line-height: 40px;
	margin: auto;
	border-radius: 30px;/*普通*/
	-moz-border-radius: 30px;/*firfox*/
	-webkit-border-radius: 30px;/*firfox*/
}
.more a:hover {
	background-color: #333; color:#fff;
}


.more2 {
	height: 100px;
	padding-top: 30px;
}
.more2 a {
	display: block;
	width: 140px;
	height: 40px;
	text-align: center;  
	color: #fff;
	font-size: 16px;
	line-height: 40px; background-color:#F90;
	margin: auto;
	border-radius: 30px;/*普通*/
	-moz-border-radius: 30px;/*firfox*/
	-webkit-border-radius: 30px;/*firfox*/
}
.more2 a:hover {
	background-color: #000; 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: #;
}
.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: 208px;
	padding: 5px 7px;
	margin: 20px 24px 0 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	transition: all .6s;
	color: #454545;
	display: block;
}
.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: 18px;
}
.list_news ul li .info2 p {
	line-height: 25px;
}
.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;
}
.auth{ text-align:right; border:1px #ccc dotted; padding:10px; background-color:#f7f7f7; margin-top:20px; }
.pro_dis {
	width: 1200px;
	margin: auto;
	text-align: left;
	padding-bottom: 40px;
}
.pro_dis img {
	width: 100%;
	height: auto; margin-bottom:20px;
}
.dress {
	height: 44px; text-align:right; padding-right:15%;
	line-height: 44px;
	font-size: 14px;
	color: #999; background-color:#f8f8f8; border-bottom:1px #ededed solid;
}
.dress a {
	color: #
}
.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: 1100px;
	margin: auto;
	padding-bottom: 40px;
	font-size: 14px;
	line-height: 22px;
}
.info img{ width:1100px;}
.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: 22px;
}
.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: 480px;
	float: right;
}
.lx_kk .lx_right strong {
	font-size: 18px;
	text-align: left;
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	color: #434343;
	font-weight: lighter;
}
.lx_kk .lx_right input {
	width: 100%;
	display: block;
	height: 38px;
	background-color: #dcdcdc;
	border: 0px;
	padding: 0px 10px;
	margin-bottom: 20px;
}
.lx_kk .lx_right textarea {
	margin-bottom: 20px;
	line-height: 18px;
	width: 100%;
	padding: 10px;
	background-color: #dcdcdc;
	border: 0px;
}
.lx_kk .lx_right #Submit {
	width: 100%;
	display: block;
	height: 38px;
	background-color: #009FE9;
	border: 0px;
	padding: 0px 10px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.lx_kk .lx_right #Submit {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.lx_kk .lx_right #Submit:hover {
	background: #970c17;
	color: #fff;
}
.lx_kk .lx_right .input_r {
	padding-right: 20px;
}
.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;
}
.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:16px;
	width: 180px;
	height: 40px;
	border: 1px solid #333;
	color: #333;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.mainFoot .mainFootBtn {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.mainFoot .mainFootBtn.on {
	background: #333;
	color: #fff;
}
.mainFoot .mainFootBtn:hover {
	background: #333;
	color: #fff;
}
.mainFoot .mainFootBtn.on:hover {
	border: 2px solid #333;
	color: #333;
	background: #fff;
}
.s_x_kk{ text-align:center;}

.banner_box{ width:100%; height:100%; 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: #;
	-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: #;
	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:#fff; display:block;}

.foot{ background-color:#24262A; padding:50px 0px 0px 0px;}
.foot ul{ width:1200px; margin:auto;}
.foot ul .foot_tel{ float:left; width:370px; border-right:1px # solid; height:110px;}
.foot ul .foot_tel img{ float:left; margin-right:20px;}
.foot ul .foot_tel strong{ font-size:19px; font-weight:lighter; display:block}
.foot ul .foot_tel span{ font-size:34px;}
.foot_dress{float:left; width:570px;   height:110px; font-size:14px; padding-top:0px}
.foot_mail{float:left;   margin-left:60px;height:80px;font-size:14px; line-height:25px;}
.foot_copy{ line-height:24px; text-align:center; font-size:14px; padding-top:20px; padding-bottom:20px;}
   .foot_menu{ width:240px;  float:left;border-right:1px # solid; padding-left:85px;    }
    .foot_menu strong{ display:block; font-size:16px; margin-bottom:10px; color:#efefef;  }
   .foot_menu a{ display:block; float:left; width:100px; line-height:20px; font-size:13px;}
.foot_menu a:hover{ 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: #222;
 
	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: #222;
 
	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: #;
	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; }

.fuwu_ys{ height:458px;  background-image:url(../images/why.jpg); background-position:center; background-attachment:fixed;  } 
.fuwu_ys ul{ width:1200px; margin:auto; text-align:center; padding-top:70px;}
.fuwu_ys ul strong{ font-size:35px; color:#fff;   display:block; text-align:center;}
.fuwu_ys ul span{ font-size:15px; display:block; color:#dedede; line-height:56px;}
 .fuwu_ys ul p{ color:#fff; line-height:30px; }


.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: #;
	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: #;
	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: #;
	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: #;
	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: #;
	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: #;
	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: #;
	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: #;
	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;}


.cp_list_index{ width:1320px; margin:auto;}
.cp_list_index a li{ float:left; width:278x; height:411px; margin:5px; overflow:hidden; position:relative; }
.cp_list_index a li img{ display:block; width:278px;height:411px;}
.cp_list_index a li strong{ position:absolute; margin-top:-549px;width:278px; text-align:center; font-size:16px;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}
.cp_list_index a li i{ position:absolute;width:278px;height:411px; background-color:#000;margin-top:411px;  filter:alpha(opacity=50); /*IE滤镜，透明度50%*/
  -moz-opacity:0.5; /*Firefox私有，透明度50%*/
  opacity:0.5;/*其他，透明度50%*/transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}
 .cp_list_index a li span{ display:block; width:53px; height:53px; background-image:url(../images/yl.png); position:absolute; margin-top:-480px; left:50%; margin-left:-26px;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;} 
   .cp_list_index a:hover li span{ display:block; width:53px; height:53px; background-image:url(../images/yl.png); position:absolute; margin-top:-260px; left:50%; margin-left:-26px;} 
  .cp_list_index a:hover li strong{ position:absolute; margin-top:-159px;width:278px; text-align:center; font-size:16px; color:#fff;}
.cp_list_index a:hover li i{ position:absolute;width:278px;height:411px; background-color:#000;margin-top:-411px;  filter:alpha(opacity=50); /*IE滤镜，透明度50%*/
  -moz-opacity:0.5; /*Firefox私有，透明度50%*/
  opacity:0.5;/*其他，透明度50%*/}
  .cp_list_tit{ height:95px;}
  .cp_list_tit strong{ display:block;  padding-top:56px; font-size:22px; color:#fff; }
  

  .LeftHandle{  position:absolute; width:36px; height:80px;   cursor:pointer; background-image:url(../images/lrbtn.png); z-index:2; margin-top:177px;   margin-left:25px }
  .RightHandle{ width:36px; height:80px; background-image:url(../images/lrbtn.png); background-position:0px -80px; cursor:pointer;position:absolute; z-index:2; margin-left:1230px; margin-top:177px;   }
.cp_list_index .max li{ float:left; width:420px; height:420px; margin-right:10px;overflow:hidden; position:relative; }
.cp_list_index .max li img{ display:block; width:420px;height:420px;}
.cp_list_index .max li strong{ position:absolute; margin-top:349px;width:420px; text-align:center; font-size:16px;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;} 
.cp_list_index .max li i{ position:absolute;width:420px;height:420px; background-color:#000;margin-top:455px;  filter:alpha(opacity=50); /*IE滤镜，透明度50%*/
  -moz-opacity:0.5; /*Firefox私有，透明度50%*/
  opacity:0.5;/*其他，透明度50%*/transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}
  
  .cp_list_index .max:hover li i{ position:absolute;width:420px;height:420px; background-color:#000;margin-top:-420px;  filter:alpha(opacity=50); /*IE滤镜，透明度50%*/
  -moz-opacity:0.5; /*Firefox私有，透明度50%*/
  opacity:0.5;/*其他，透明度50%*/}
   .cp_list_index .max:hover li strong{ position:absolute; margin-top:-159px;width:420px; text-align:center; font-size:16px; color:#fff;}

.cp_menu{  height:96px; padding-left:10%; word-spacing:20px; padding-top:40px;}
.cp_menu .now{ color:#000; font-size:15px;}

.service_list{ width:1200px; margin:auto;}
.service_list li{ float:left; width:200px; text-align:center; height:190px; background-repeat:no-repeat; background-position:center 30px; background-size:44px; padding-top:100px;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s}
.service_list li strong{ font-size:15px;}
.service_list li span{ display:block;   font-size:12px; padding-top:5px;}
.service_list a:hover li{ background-color:#FC0; padding-top:40px; background-position:center 110px;}
.service_list a:hover li strong{ color:#fff; font-size:19px;}
.service_list a:hover li span{ color:#fff;  }
.service_list .c1{ background-image:url(../images/c8.png)}
.service_list a:hover .c1{  background-image:url(../images/c88.png)}
.service_list .c2{ background-image:url(../images/c1.png)}
.service_list a:hover .c2{  background-image:url(../images/c11.png)} 
.service_list .c3{ background-image:url(../images/c4.png)}
.service_list a:hover .c3{  background-image:url(../images/c44.png)}
.service_list .c4{ background-image:url(../images/c3.png)}
.service_list a:hover .c4{  background-image:url(../images/c33.png)}
.service_list .c5{ background-image:url(../images/c5.png)}
.service_list a:hover .c5{  background-image:url(../images/c55.png)}
.service_list .c6{ background-image:url(../images/c2.png)}
.service_list a:hover .c6{  background-image:url(../images/c22.png)} 

.index_gsjj{ width:1100px; margin:auto; text-align:center; line-height:25px;}
.index_gsjj strong{font-family:'ce56c3bdcfc04b67965f4f27dcb9e35c'; display:block; margin:10px; font-size:24px; color:#000}
.index_gsjj span{ padding:10px; font-size:18px; display:block;}
.index_gsjj b{ display:block; color:#000; padding:20px;}

.menu_anli{ height:55px; text-align:center;}
.menu_anli li{ display:inline-block;}
.menu_anli li a{ padding:5px 10px 5px 10px; display:block; margin:3px; border:1px #666 solid;}
.menu_anli li a:hover{ background-color:#FF960E; color:#fff;border:1px #FF960E solid;}