
/*@charset "gb2312";*/
 html{-webkit-text-size-adjust:none; /*解决chrome浏览器下字体不能小于12px*/}
 body{ color:#000000; font-family:"微软雅黑", Arial, Helvetica, sans-serif;}
 * {}
a{outline:none; text-decoration:none;} a:hover{ text-decoration:underline;}
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;} 
body{overflow-x: hidden; font-size:12px;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{/*border-collapse:collapse;border-spacing:0;*/} fieldset,a img{border:0;} address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/} em,i{ font-style:normal;}



/**
 +------------------------------------------------------------------------------
 * Public Class
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }.clearfix {display:block;}.clear{ clear:both;}/* 清除浮动*/
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */ 
.strong{ font-weight: bold;} .left{ float: left;} .right{ float: right;} .center{ margin:0 auto; text-align:center;}
.show{ display:block; visibility:visible;}.hide{ display: none; visibility:hidden;}
.block{ display:block;} .inline{ display:inline;}
.transparent{filter:alpha(opacity=50); -moz-opacity:0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/ -khtml-opacity: 0.5; opacity: 0.5; } .break{ word-wrap:break-word;overflow:hidden; /*word-break:break-all;*/}

.tal{ text-align:left} .tar{ text-align:right;}

/*文字两侧对齐*/
.justify {
	text-align:justify;
	text-justify:distribute-all-lines;/*ie6-8*/
	text-align-last:justify;/* ie9*/
	-moz-text-align-last:justify;/*ff*/
	-webkit-text-align-last:justify;/*chrome 20+*/
}

.toe{
	/*超出省略号*/
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
@media screen and (-webkit-min-device-pixel-ratio:0){/* chrome*/
	.justify:after{
		content:".";
		display: inline-block;
		width:100%;
		overflow:hidden;
		height:0;
	}
}

/* 兼容IE6的定位属性fixed，固定不动样式 */
.fixed{
	position:fixed; 
	clip:rect(0 100% 100% 0);
	_position:absolute;
	
	/* 底部 */
	bottom:0px;
	left:0px;
	_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
	
	/* 左侧 */
	/*left:0px;*/
	/*_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);*/
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
}
/* 解决固定层在IE6下闪的问题 */
*html{
	background-image:url(about:blank);
	background-attachment:fixed;
}


/*png图片ie6下透明滤镜实现写法*/
.pngimg{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/x.png');}

/**
 +------------------------------------------------------------------------------
 * FCK 兼容解决方案
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
em{ font-style:italic !important;} strike{ text-decoration:line-through !important;} strong{ font-weight:bold !important;} u{ text-decoration:underline !important;}

/**
 +------------------------------------------------------------------------------
 * 表单样式
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */

/**
 +------------------------------------------------------------------------------
 * 网站整体颜色总汇
 +------------------------------------------------------------------------------
 * @codex  颜色:使用颜色的名称或者16进制代码,如 
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.ff8600,ff86aa a{ color:#ff8600;}

/**
 +------------------------------------------------------------------------------
 * 网站整字体大小
 +------------------------------------------------------------------------------
 * @codex   字体大小,直接使用"font+字体大小"作为名称,如
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.font14px{ font-size:14px;}
.font9pt{ font-size:9pt;}
/*自定义字体*/
/* @font-face {  font-family: danley;  src: url('../font/danley.ttf');  }  .danley {  font-family: danley; } */


/**
 +------------------------------------------------------------------------------
 * 网站整布局命名规范
 +------------------------------------------------------------------------------
 * @codex   id和class命名采用该版块的英文单词或组合命名 如:newRelease
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
  a{ color:#5d5d5e; 
  /*transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;*/
  }
  a:hover{ color:#3e6ed4;}
 
body{font-family: "Microsoft YaHei",sans-serif;}

.css3{
	/*transition: all 0.3s ease-in-out 0s;*/
	
	-webkit-transform:translate3d(0, -20px, 0);
	-ms-transform:translate3d(0, -20px, 0);
	transform:translate3d(0, -20px, 0);
	
	-webkit-transition-property:opacity, -webkit-transform;
	transition-property:opacity, transform;
	-webkit-transition-duration:1000ms;
	transition-duration:1000ms;
	-webkit-transition-timing-function:cubic-bezier(0.25, 0.46, 0.33, 0.98);
	transition-timing-function:cubic-bezier(0.25, 0.46, 0.33, 0.98);
	
	-webkit-transition-delay:800ms;
	transition-delay:800ms
}
.css3.animated{
	-webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
@media screen and (max-width: 650px) {    
  
  }
  
  @media screen and (max-width: 480px) {   
	 
  }
.rotate
{
transform:rotate(7deg);
-ms-transform:rotate(7deg); 	/* IE 9 */
-moz-transform:rotate(7deg); 	/* Firefox */
-webkit-transform:rotate(7deg); /* Safari 和 Chrome */
-o-transform:rotate(7deg); 	/* Opera */
}

body{
	font-size: 12px;
	line-height: 1.7;
}
a:hover{
	text-decoration: none;
}
/*INVES_PHONE_case_detail*/
.wrapper{
	width: 1240px; margin: 0 auto;
}

.header{
	height: 120px; position: absolute; top: 0; left: 0; right: 0; z-index: 9;
}
.header .wrapper{
	position: relative;
}
.header .logo{
	padding: 45px 0 0 45px; position: absolute; left: 0; z-index: 999;
}
.header .logo img{
	height: 25px;
}
.header .nav{
	position: absolute; right: 0; font-size: 24px; margin-top:30px;
}
.header .nav li{
	float: left; display: inline; margin: 0 35px;
}
.header .nav li a{
	display: inline-block;  color: #fff;
}
.header .nav li.selected {
	border-bottom: 2px solid #fff;
}
.header1 .nav{
	font-size: 18px;
}
.header1 .nav li.selected a,.header1 .nav li:hover a{
	color: #f93f74;
}
.header1 .nav li.selected{
	border-bottom: 2px solid #f93f74;
}
.case_page1{
	background: url(../imgs/img1@2x.jpg) no-repeat center #2eaa3f; background-image: url(../imgs/img1.jpg)\9; height: auto; overflow: hidden;  background-size:cover ;
}
.case_page1{
	height: auto; overflow: hidden; padding-top: 310px;
}
.case_page1 .img{
	float: left;display: inline; margin: 0 80px;
}
.case_page1 .img img{
	display: block; height: 853px;
}
.case_page1 .text{
	float: left; display: inline; padding-top: 225px;
}
.case_page1 .text img{
	width: 526px;
}
.case_page{
	height: 900px; 
}
.case_page .wrapper{
	width: 1140px;
}

.case_page2{
	background: url(../imgs/img2@2x.jpg) no-repeat center #c2b3a6; background-image: url(../imgs/img2.jpg)\9;  background-size:cover;
}

.case_h2{
	text-align: center; font-size: 60px; padding-top: 80px; padding-bottom: 15px; color: #666666;
}
.case_text{
	font-size: 18px; color: #7a7d80;
}
.case_h2.bai{
	color: #f8f7f5;
}
.case_text.bai{
	color: #f8f7f5;
}
.case_page3{
	background: url(../imgs/img3@2x.jpg) no-repeat center; background-image: url(../imgs/img3.jpg)\9; background-size:cover;
}
.case_page3 .imgs{
	height: auto; overflow: hidden; margin-top: 80px;
}
.case_page3 .imgs ul{
	width: 110%;
}
.case_page3 .imgs li{
	float: left; display: inline; margin-right: 30px;
}
.case_page3 .imgs li img{
	width: 251px;
}
.case_page4 .imgs{
	padding-top: 50px;
}
.case_page4 .imgs .img1{
	margin-right: 50px; float:  left;display: inline;
}
.case_page4 .imgs .img1 img{
	height: 502px;
}
.case_page4 .imgs .img1.wap-show{
	display: none;
}
.case_page4 .imgs .img2{
	float: left;display: inline; margin-top: 80px;
}
.case_page4 .imgs .img2 img{
	height: 340px;
}
.case_page5{
	background:url(../imgs/img9@2x.jpg) no-repeat center #4a4238; background-image: url(../imgs/img9.jpg)\9;  position: relative;background-size:cover;
}
.case_page5 .icon_play{
	position: absolute; left: 50%; margin-left: -69px;top: 50%; margin-top: -69px;
}
.case_page5 .icon_play img{
	width: 138px; height: 138px;
}
.case_page5 .icon_play a:hover{
	opacity: 0.8;
	-ms-opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
}
.case_page6{
	background: #f2f2f2;
}
.case_page6 .img{
	margin-top: 50px;
}
.case_page6 .img img{
	width: 1141px;
}
.case_page7 .img{
	text-align: center; margin-top: 40px;
}
.case_page7 .img img{
	width: 1140px;
}

.case_page8{
	background: url(../imgs/img11@2x.jpg) no-repeat center #2daff5; background-image: url(../imgs/img11.jpg)\9;  position: relative;background-size:cover; overflow: hidden;
}
.case_page8 .img{
	position: absolute; bottom: -12px;
}
.case_page8 .img img{
	display: block; width: 1140px;
}
.case_page9{
	
}
.case_page9 .imgs{
	height: auto; overflow: hidden; padding-top: 260px;  padding-bottom: 40px;
}
.case_page9 .imgs ul{
	padding-left: 15%;
}
.case_page9 .imgs li{
	float: left; display: inline; width:40%;  text-align: center;
}
.case_page9 .imgs li img{
	height: 74px;
}
.case_page9 .btn_more{
	display: block; width: 200px; height: 60px; text-align: center; line-height: 60px; color: #fff; background: #ee4756; font-size: 16px; margin:75px auto 0 auto; border-radius: 5px;
}
.case_page9 .btn_more:hover{
	background: #dd0643;
}
.footer1{
	
}
.footer1 .info{
	margin-top: 60px; height: auto; overflow: hidden;color: #666666;
}
.footer1 .info_left{
	float: left;display: inline; font-size: 24px; 
}
.footer1 .info_left .img{
	padding-top: 10px; width: 36px;
}
.footer1 .info_right{
	float: right;display: inline; font-size: 16px; text-align: right; line-height: 1.8;
}
.footer1 .copyright{
	text-align: center; font-size: 16px;color: #999999; margin: 50px 0 60px 0;
}

/*INVES_WEB_home*/
/*.home_banner .img{
	text-align: center; background: url(../imgs/img15@2x.jpg) no-repeat center; background-image: url(../imgs/img15.jpg)\9;  height: 839px; background-size:cover ;
}*/
.home_banner{
	 /*height: 1080px;*/ position: relative;
}
.home_banner em{
	width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1;
}
.home_banner sub{
	position: absolute; left: 50%; margin-left: -190px; top:50% ; margin-top: -113px; margin-top: -113px; background: url(../imgs/text.png) no-repeat; width: 380px; height: 226px;content: "";z-index: 1; background-size:cover ;
}
.home_banner video{
	 width: 100%; height: 100%; position: absolute; left: 0; top: 0;
}
.home_page.wrapper{
	width: 1160px;
}
.home_fwxm{
	
}
.home_h2{
	font-size: 28px; text-align: center;margin-top: 110px;
}
.home_fwxm .imgs{
	margin-top: 100px; padding: 0 85px;  height: auto; overflow: hidden;
}
.home_fwxm .imgs ul{
	width: 105%;
}
.home_fwxm .imgs li{
	float: left;display: inline; width: 25%; text-align: center;padding-bottom: 85px; height: auto; overflow: hidden;
}
.home_fwxm .imgs li img{
	width: 109px; height: 109px;
}

.home_fwxm .imgs li h3{
	font-size: 21px; padding-top: 15px; line-height: 1.3;
}
.home_fwxm .imgs li h4{
	font-size: 15px;color: #999999; line-height: 1.3; padding-top: 3px;
}
.gb_btn{
	clear: both; text-align: center;
}
.gb_btn .btn{
	width: 250px; height: 50px; background: #f93f74; color: #fff; display:block; margin: 0 auto; line-height: 50px; font-size: 21px;border-radius: 30px;
	
}

.gb_btn .btn:hover{
	background: #dd0643;
}
.gb_btn .tip{
	font-size: 15px;color: #666666;padding-top: 20px;
}
.home_js .text{
	font-size: 18px;color: #666666; margin-top: 20px; line-height: 1.8;
}
.home_js .imgs{
	height: auto; overflow: hidden; margin-top: 50px; width: 105%;
}
.home_js .imgs img{
	margin-right: 15px; height: 281px;
}
.home_khal .imgs_kh{
	height: auto; overflow: hidden; margin-top: 40px;
}
.home_khal .imgs_kh ul{
	width: 105%;
}
.home_khal .imgs_kh li{
	float: left; display: inline; margin-right: 20px; margin-bottom: 15px;
}
.home_khal .imgs_kh li img{
	width: 216px; height: 86px;
}

.home_khal .imgs_al{
	height: auto; overflow: hidden; margin-top: 70px; margin-bottom: 65px;
}
.home_khal .imgs_al ul{
	width: 105%;
}
.home_khal .imgs_al li{
	float: left;display: inline; margin: 0 35px 35px 0;
}
.home_khal .imgs_al li .img{
	width: 560px; height: 300px; overflow: hidden;
}

.home_khal .imgs_al li .img img{
	width: 560px; height: 300px;
	transition: all 1.5s;
	-ms-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
}
.home_khal .imgs_al li:hover .img img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.home_khal .imgs_al li h3{
	font-size: 19px;color: #333333; padding: 13px 0 0 0; font-family: "宋体","新宋体"; line-height: 1.3;
}
.home_khal .imgs_al li h4{
	font-size: 15px;color: #999999; 
}

.home_lxwm{
	height: auto; overflow: hidden; margin-top: 180px; margin-bottom: 120px;
}
.home_lxwm ul{
	width: 100%;
}
.home_lxwm li{
	width: 33.33%; text-align: center;float: left;display: inline;
}
.home_lxwm li img{
	height: 37px;
}

.home_lxwm li p{
	padding-top: 40px; font-size: 15px;color: #666666;
}

.footer{
	border-top: 1px solid #e7e7e7; padding-top: 30px; padding-bottom: 40px; text-align: center;
}
.footer .imgs img{
	width: 43px; height: 43px;
}
.footer .imgs a{
	padding: 0 15px; 
}
.footer .imgs a:hover{
	opacity: 0.8;
	-ms-opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
}
.footer .copyright{
	padding-top: 30px; font-size: 15px;color: #666666;
}
/*INVES_WEB_blog*/
.wrapper1{
	width: 1160px; position: relative;
}
.header_new{
	position:static !important; height: 90px; border-bottom: 1px solid #e7e7e7;
}
.header_new .nav{
	font-size: 18px; margin-top: 43px;
}
.header_new .nav li a{
	color: #666666; padding-bottom: 14px;
}
.header_new .nav li.selected ,.header_new .nav li a:hover{
	color: #f93f74;
}
.header_new .nav li.selected{
	border-bottom: 2px solid #f93f74;
}

.blog_list{
	height: auto; overflow: hidden; margin-top: 70px;
}
.blog_list .list{ height: auto; overflow: hidden; margin-bottom: 45px;}
.blog_list .list li{
	height: auto; overflow: hidden; margin-bottom: 50px;
}
.blog_list .list li .img{
	width: 1160px; height: 400px;overflow: hidden;
}
.blog_list .list li .img img{
	width: 1160px;
	transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	transform: scale(1); 
	-webkit-transform: scale(1); 
	-ms-transform: scale(1); 
}
.blog_list .list li:hover .img img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.blog_list .list li .tit{
	position: relative; padding-top: 18px;
}
.blog_list .list li .tit h2{
	background: url(../imgs/img45.jpg) no-repeat left center; padding-left: 15px; font-size: 28px;  font-family: "宋体","新宋体"; line-height: 1.3;
}
.blog_list .list li .tit h2 a:hover{
	color: #333; 
}
.blog_list .list li .tit .tip{
	position: absolute; right: 0; top: 0; height: 27px; line-height: 27px; color: #fff; padding: 0 20px; border-radius: 15px; margin-top: 20px;
}
.blog_list .list li .tit .tip_red{
	background: #ee608f;
}
.blog_list .list li .tit .tip_purple{
	background: #6c78d2;
}
.blog_list .list li .tit .tip_blue{
	background: #52b8ce;
}

.blog_list .list li .desc{
	font-size: 18px;color: #999;position: relative; line-height: 1.3; padding-top: 5px;
}
.blog_list .list li .desc .time{
	position: absolute;right: 0; top: 5px; font-size: 15px;
}
.gb_page{
	text-align: center; 
}
.gb_page a{
	display: inline-block; font-size: 18px; color: #666666; height: 35px; line-height: 35px; padding: 0 13px; border-radius: 3px; margin: 0 8px;
}
.gb_page a.selected,.gb_page a:hover{
	color: #fff; background: #f93f74;
}
.blog_list .gb_page{
	margin-bottom: 150px;
}
.blog_list .gb_btn{
	margin-bottom: 110px;
}
/*INVES_WEB_blog_detail*/
.blog_detail{
	padding-top: 40px;
}
.blog_detail .tit{
	position: relative; padding-top: 10px;
}
.blog_detail .tit h2{
	background: url(../imgs/img45.jpg) no-repeat left center; padding-left: 15px; font-size: 36px; font-family: "宋体","新宋体";
}
.blog_detail .tit .tip{
	position: absolute; right: 0; top: 0; height: 27px; line-height: 27px; color: #fff; padding: 0 20px; border-radius: 15px; margin-top: 20px;
}
.blog_detail .tit .tip_red{
	background: #ee608f;
}
.blog_detail .tit .tip_purple{
	background: #6c78d2;
}
.blog_list .list li .tit .tip_blue{
	background: #52b8ce;
}

.blog_detail .desc{
	font-size: 18px;color: #999;position: relative; line-height: 1.3;
}
.blog_detail .desc .time{
	position: absolute;right: 0; top: 5px; font-size: 15px;
}
.blog_detail .texts{
	padding-top: 35px; font-size: 18px;color: #333; margin-bottom: 90px;
}
.blog_detail .texts img{
	width: 1160px;
}
.blog_detail .texts p{
	padding: 15px 0;
}
.blog_detail .texts .img img{
	float: left; display: inline; margin-right: 1px;
}

.blog_detail .btn_fx{
	text-align: center;height: auto; overflow: hidden;
}
.blog_detail .btn_fx a{
	display: inline-block; width: 135px; height: 50px; line-height: 50px; border: 1px solid #d4d4d4; margin: 0 18px; padding: 0 25px 0 25px; font-size: 18px;color: #666666; border-radius: 3px; 
}
.blog_detail .btn_fx a i{
	position: relative;top: 8px; margin-right: 10px;
}
.blog_detail .btn_fx i img{
	width: 35px; height: 29px;
}
.blog_detail .btn_fx a:hover{
	opacity: 0.75;
	-ms-opacity: 0.75;
	-webkit-opacity: 0.75;
	-moz-opacity: 0.75;
}
.blog_detail .btn_sx{
	text-align: center; height: auto; overflow: hidden; margin: 80px 0 160px 0;
}
.blog_detail .btn_sx .prev,.blog_detail .btn_sx .next{
	 display: inline; width: 150px; height: 50px; background: #f93f74; line-height: 50px;color: #fff; font-size: 21px; border-radius: 30px;
}
.blog_detail .btn_sx .prev{
	float: left;
}
.blog_detail .btn_sx .next{
	float: right; 
}
.blog_detail .btn_sx a:hover{
	background: #dd0643;
}

/*INVES_WEB_case*/
.case_imgs{
	height: auto; overflow: hidden; margin-top: 45px; margin-bottom: 130px;
}
.case_imgs ul{
	width: 105%;
}
.case_imgs li{
	float: left;display: inline; margin: 0 35px 50px 0; 
}
.case_imgs li .img{
	width: 560px; height: 300px; overflow: hidden;
}
.case_imgs li img{
	width: 560px; height: 300px;
	transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	transform: scale(1); 
	-webkit-transform: scale(1); 
	-ms-transform: scale(1);
}
.case_imgs li:hover img{
	transform: scale(1.1); 
	-webkit-transform: scale(1.1); 
	-ms-transform: scale(1.1);
}
.case_imgs li h3{
	font-size: 26px;color: #333333; padding: 5px 0 0 0; font-family: "宋体","新宋体"; line-height: 1.3; padding-top: 15px;
}
.case_imgs li h4{
	font-size: 16px;color: #999999; line-height: 1.3; padding-top: 6px;
}
/*INVES_WEB_joinus*/
.joinus_banner{
	margin-top: 60px;
}
.joinus_banner img{
	width: 1600px;
}
.joinus_btn{
	margin: 130px 0;
}
.joinus_list{
	margin-top: 105px; height: auto; overflow: hidden;
}
.joinus_list ul{
	width: 110%;
}
.joinus_list li{
	float: left; display: inline; width: 305px; padding: 0 95px 0 15px;
}
.joinus_list li .item{
	text-align: center;
}
.joinus_list li .item img{
	height: 63px;
}
.joinus_list li .item h3{
	font-size: 24px;color: #f93f74; padding-top: 10px; line-height: 1.3;
}
.joinus_list li .text{
	padding-top: 33px;font-size: 16px;color: #333333; line-height: 1.6;
}

/*INVES_WEB_service*/
.service_fwxm{
	
}
.service_h2{
	font-size: 28px; text-align: center; padding-top: 90px;  line-height: 1.3;
}

.service_fwxm .list{
	margin-top: 100px;/* margin-bottom: 85px;*/ height: auto; overflow: hidden;
}
.service_fwxm .list ul{
	width: 115%;
}
.service_fwxm .list li{
	float: left;display: inline; width: 230px; margin: 0 60px 0 35px;
}
.service_fwxm .list li .ico{
	width: 109px; text-align: center;
}
.service_fwxm .list li img{
	width: 109px; height: 109px;
}
.service_fwxm .list li h3{
	font-size: 18px; padding-top: 12px; line-height: 1.3;
}
.service_fwxm .list li h4{
	font-size: 15px;color: #999999;line-height: 1.5; 
}
.service_fwxm .list li dl{
	height: auto; overflow: hidden; margin-top: 28px;
}
.service_fwxm .list li dd{
	min-height: 110px; font-size: 15px;color: #666666; line-height: 1.5;
}
.service_fwxm .list li dd h5{
	font-size: 18px;color: #f93f74; padding-bottom: 2px;
}

.service_hzhb{
	height: auto; overflow: hidden; margin-top: 70px; 
}
.service_hzhb .imgs{
	padding-top: 85px; height: auto; overflow: hidden;
}
.service_hzhb .imgs ul{
	width: 105%;
}
.service_hzhb .gb_btn{
	margin: 170px 0 100px 0;
}
.service_hzhb .imgs li{
	float: left; display: inline; margin-right: 20px; margin-bottom: 15px;
}
.service_hzhb .imgs li img{
	width: 216px; height: 86px;
}

.service_fwlc .list{
	height: auto; overflow: hidden; margin-top: 135px;
}
.service_fwlc .list ul{
	width: 105%;
}
.service_fwlc .list li{
	float: left; display: inline; width: 185px; margin: 0 25px; text-align: center; font-size: 15px;color: #666666;
}
.service_fwlc .list li.line{
	width: 104px; background: url(../imgs/img33.png) no-repeat center; height: 90px; margin: 0 -52px;
}
.service_fwlc .list li img{
	height: 90px;
}
.service_fwlc .list li h3{
	font-size:18px;color: #333333; padding: 27px 0; line-height: 1.3;
}
.service_fwlc .list li .desc{
	text-align: left; line-height: 1.5; font-size: 14px;
}
.service_fwdx .list{
	height: auto; overflow: hidden; margin-top: 135px;
}
.service_fwdx .list li{
	float: left; display: inline; width: 200px; margin-left: 85px;
}
.service_fwdx .list li .ico img{
	height: 82px;
}
.service_fwdx .list li h3{
	padding-top: 30px; font-size: 18px;color: #333333; padding-bottom: 10px;
}
.service_fwdx .list li dd{
	display: block; font-size: 15px;color: #666666; line-height: 1.9;
}
.service_fwdx .list li dd a:hover{
	color: #f93f74;
}
.service_banner{
	position: relative; overflow-x: hidden; margin-top: 55px; padding-bottom: 40px; margin-bottom: 20px;
}
.service_banner .slide{
	float: left;display: inline;
}
.service_banner .slide img{
	width: 1600px;
}

