﻿/* Global */
*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
   	margin:0;
	padding:0;
}
html{
     width:100%;
	 height:100%;
	 /*禁止手机横屏自动调整文字大小*/
	 -ms-text-size-adjust:none;
	 -webkit-text-size-adjust:none;
	 -moz-text-size-adjust:none;
	 -o-text-size-adjust:none;
}

body{
	 font-family:Microsoft Yahei;
}

ul{
   list-style:none;
   padding:0;
   margin:0;
}

a:link,a:visited{
   text-decoration:none;
   outline:none;
}


*, *:after, *:before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box; 
}

.clearfix:before,.clearfix:after{ 
   content: ''; display:block;
}
.clearfix:after { 
   clear: both; 
}

.img{
	border:0 none;
}

.w-1200{
	width: 1200px;
	margin: 0 auto;
}
/*头部公用部分*/
.top{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	border-bottom: 1px solid #e5e5e5;
}
.top-left{
	float: left;
}
.top-right{
	float: right;
	position: relative;
}
.top-right li{
	float: left;
	width: 65px;
	cursor: pointer;
}
.top-right li a{
	color: #000;
}
.top-right li span{
	padding-left: 2px;
}


/*导航条公用部分*/
.top-nav{
	height: 90px;
}
.nav{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.nav-left{
	width: 335px;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 90px;
}
.nav-left img{
	vertical-align:middle;
}
.nav-right{
	text-align: center;
	width: 865px;
	height: 90px;
	position: absolute;
	left: 335px;
	top: 0;
}
.nav-right li{
	width: 112px;
	height: 90px;
	float: left;
}
.nav-right li:first-child{
	width: 70px;
	height: 90px;
}
.nav-right li a{
	font-size: 16px;
	color: #333;
	height: 90px;
	line-height: 90px;
	display: inline-block;
}
.nav-first:hover{
	background: #00657a;
	width: 70px;
	color: #fff;
}
.nav-second:hover{
	background: #00657a;
	width: 112px;
	color: #fff;
}



/*轮播开始 */
.wy-mod-banner{
	height: 400px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.wy-mod-banner .banners{
	width: 100%;
	max-width: 1920px;
	min-width: 1366px;
	height: 400px;
	overflow: hidden;
	position: absolute;/*
	left: 50%;
	margin-left: -44%;*/
}
.wy-mod-banner .banner{
	width: 100%;
	max-width: 1920px;
	min-width: 1366px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -50%;
}
.banner img{
	width: 100%;
	height: 400px;
}
.wy-mod-banner .focus {
    width: 978px;
    height: 10px;
    margin: 0px auto;
    padding-top: 355px;
    text-align: center;
}
.wy-mod-banner .focus a {
    text-decoration: none;
    z-index: 3;
    width: 14px;
    height: 14px;
    position: relative;
    display: inline-block;
    *display: inline;
    overflow: hidden;
    margin: 0px 3px;
    zoom: 1;
    background: #fff;
    border-radius: 50%;
}
.wy-mod-banner .focus a:hover{
	background: #ed1c24;
}
.index_banner .focus a .bg-b {
    background: #fff;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    cursor: pointer;
    width: 28px;
    height: 6px;
}
.focus .on {
    background: #ed1c24 !important;
}
.index_banner .focus a .inner {
    background: #60c1bd;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
    opacity: 0;
    display: none;
    display: none;
    display: none;
    width: 28px;
    height: 6px;
}

/*版块简介开始*/
.block{
	width: 100%;
	height: 410px;
}
.block-left{
	float: left;
	width: 640px;
}
.block-right{
	float: left;
	width: 560px;
}
.block-title{
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	font-weight: 600;
	color: #00657a;
	letter-spacing:2px;
}
.block-title a{
	color: #333333;
}
.block-line{
	height: 22px;
	width: 3px;
	color: #00657a;
	font-weight: 600;
}
.product{
	position: relative;
}
.block-con{
	width: 345px;
	display: inline-block;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 43px;
}
.product .block-title{
	height: 45px;
	line-height: 45px;
}
.block-con p{
	width: 305px;
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
}
.block-news{
	width: 640px;
	height: 130px;
	float: left;
	margin-top: 30px;
}
.block-news p{
	width: 542px;
	color: #666666;
	font-size: 12px;
	/*text-indent: 24px;*/ 
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
}
.block-lynews{
	width: 560px;
	height: 130px;
	float: left;
	margin-top: 30px;
}
.lynews-title{
	width: 280px;
	float: left;
/*	border-right: 1px solid #e5e5e5;*/
}
.lynews-title li:first-child{
	margin-top: 0px;
}
.lynews-title li{
	font-size: 12px;
	margin-top: 5px;
}
.lynews-title a{
	color: #666666;
	font-size: 14px;
	letter-spacing: 1px;
}
.lynews-title1{
	width: 280px;
	float: right;
}
.lynews-title1 li:first-child{
	margin-top: 0px;
}
.lynews-title1 li{
	font-size: 12px;
	margin-top: 5px;
	float: right;
}
.lynews-title1 a{
	color: #666666;
	font-size: 14px;
}


/*底部公用部分*/
.footer{
	height: 80px;
}
.footer-tips{
	height: 80px;
	margin: 0 auto;
	border-top: 1px solid #e5e5e5;
	margin-top: 55px;
	font-size: 12px;
	text-align: center;
}
.footer-tips span{
	display: inline-block;
	margin-top: 24px;
	color: #333333;
}
.footer-tips span a{
	color: #333333;
}

/*关于利业分页开始*/
.nav-line{
	width: 100%;
	border-top: 1px solid #e5e5e5; 
}
.aboutus-content{
	margin: 0 auto;
	width: 1200px;
	margin-top: 30px;
}
.content-left{
	float: left;
}
.content-left li{
	width: 220px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	position: relative;
}
.content-left li a{
	color: #999999;
}
.content-left li a:hover{
	color: #00657a;
	font-size: 18px;
	font-weight: 500;
}
.content-left li a:hover .lio-ch{
	letter-spacing: 1px;
}
.content-left li.current a{
	color: #00657a;
	font-size: 18px;
	font-weight: 500;
}
.content-left li.current a .lio-ch{
	letter-spacing: 3px;
}
.lio-ch{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	text-align: right;
}
.lio-en{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 115px;
	text-align: left;
}
.content-right{
	width: 960px;
	border-left: 2px solid #e5e5e5;
	float: right;
	position: relative;
}
.slide1{
	position: absolute;
	top: 0px;
	left: -1px;
	border-left: 2px solid #00657a;
	height: 35px;
}
.slide2{
	position: absolute;
	top: 40px;
	left: -1px;
	border-left: 2px solid #00657a;
	height: 35px;
}
.slide3{
	position: absolute;
	top: 80px;
	left: -1px;
	border-left: 2px solid #00657a;
	height: 35px;
}
.slide4{
	position: absolute;
	top: 120px;
	left: -1px;
	border-left: 2px solid #00657a;
	height: 35px;
}
.common{
	width: 890px;
	margin-left: 40px;
	border-bottom: 1px solid #e5e5e5;
}
.common-span{
	color: #00657a;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-left: 41px;
	display: block;
}
#Synopsis p{
	color: #666666;
	font-size: 14px;
	text-indent: 20px;
	line-height: 30px;
	margin-left: 40px;
	width: 853px;
}
.Synopsis-words{
	margin-top: 40px;
}
.Synopsis-more{
	overflow: hidden;
	position: relative;
}
.Synopsis-img{
	width: 890px;
	height: 185px;
	margin-top: 60px;
	margin-bottom: 30px;
	overflow: hidden; 
	position: relative;
	margin-left: 40px;
}
.synopsis-banner{
	width: 2464px;
	height: 185px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.synopsis-banner li:first-child{
	margin-left: 0px;
}
.synopsis-banner li{
	float: left;
	margin-left: 56px;
	margin-top: 1px;
}
#Culture{
	margin-top: 60px;
}
#Culture .dtt{
	margin-left: 40px;
}
.culture-img{
	display: block;
	text-align: center;
	margin-bottom:40px;
	margin-top: 20px;
}
#Culture dt{
	display: inline-block;
	color: #00657a;
	font-size: 20px;
	margin-bottom: 20px;
}
#Culture dd{
	display: inline-block;
	margin-left: 20px;
	font-size: 14px;
	color: #959595;
}
#reputation{
	margin-top: 60px;
}
#reputation p{
	color: #959595;
	font-size: 14px;
	text-indent: 20px;
	line-height: 30px;
	margin-left: 40px;
}
.reputation-img{
	margin-top: 20px;
	margin-bottom: 60px;
	position: relative;
	overflow: hidden;
	margin-left: 26px;
}
.reputation-img li{
	float: left;
	width: 155px;
	height: 112px;
	border: 1px solid #c98535;
	margin-left: 14px;
	margin-top: 30px;
}
.reputation-img li img{
	padding: 5px 5px 5px 5px;
}
#honner{
	margin-top: 60px;
	width: 920px;
	margin-left: 40px;
}
#honner p{
	color: #959595;
	font-size: 14px;
	text-indent: 20px;
	line-height: 30px;
	margin-left: 40px;
}
.honner-span{
	font-size: 18px;
	font-weight:500;
	width: 75px;
	color: #00657a;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	margin-left: 38px;
	margin-top: 20px;
}
.honner-common{
	/*margin-top: 20px;*/
	margin-bottom: 30px;
}
.honner-img{
	overflow: hidden;
	position: relative;
	margin-left: 26px;
}
.cost-img{
	overflow: hidden;
	position: relative;
	margin-left: 26px;
}
.engin-img{
	overflow: hidden;
	position: relative;
	margin-left: 26px;
}
.honner-common li{
	float: left;
	width: 155px;
	height: 112px;
	border: 1px solid #c98535;
	margin-left: 14px;
	margin-top: 30px;
}
.honner-common li img{
	padding: 5px 5px 5px 5px;
}

/*利业新闻*/
.liyenews-content{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.personnel-con{
	min-height: 559px;
}
/*引用关于利业部分样式*/
#news{
	min-height: 863px;
	margin-left: 40px; 
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
#news img{
	margin-left: 40px;
}
#news .block-title{
	line-height: 18px;
}
.data{
	display: block;
	font-size: 14px;
	color: #666666;
	/* margin-top: -20px; */
}
#news dl{
	width: 575px;
	position: absolute;
	top: 30px;
	margin-left: 15px;
	line-height: 32px;
	display: inline-block;
}
#news dt{
	font-size: 14px;
	color:  #666666;
	line-height: 18px;
	/*text-indent: 24px;*/
}
#news-h{
	margin-top: 30px;
	min-height: 863px;
	margin-left: 40px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
#news-h img{
	margin-left: 40px;
}
#news-h .block-title{
	line-height: 18px;
}
#news-h dl{
	width: 575px;
	position: absolute;
	top: 30px;
	margin-left: 15px;
	line-height: 32px;
	display: inline-block;
}
#news-h dt{
	font-size: 14px;
	color:  #666666;
	line-height: 18px;
	/*text-indent: 24px;*/
}
.check{
	float: right;
	width: 90px;
	height: 32px;
	color: #fff;
	font-size: 14px;
	background: #00657a;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}
.check a{
	color: #fff;
}
.news-mean{
	position: relative;
	overflow: hidden;
	margin-left: 40px;
}
.mean-common{
	height: 110px;
	width: 890px;
	margin-top: 30px;
	position: relative;
	cursor: pointer;
}
.mean-common:hover{
	background: #00657a;
	color: #fff;
}
.mean-common:hover .mean-lefto{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.mean-common:hover .mean-leftt{
	color: #fff;
}
.mean-common:hover .mean-right-title{
	color: #fff;
}
.mean-common:hover .mean-right p{
	color: #fff;
}
.mean-common{
	background: #f7f7f7;
	color: #959595;
}
.mean-common .mean-lefto{
	color: #333333;
	border-bottom: 1px solid #000;
}
.mean-common .mean-leftt{
	color: #666666;
}
.mean-lefto{
	width: 70px;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	border-bottom: 1px solid #dadada;
	position: absolute;
	top: 20px;
	left: 10px;
}
.mean-leftt{
	width: 70px;
	font-size: 12px;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 10px;
}
.mean-right {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 110px;
    width: 80%;
}
.mean-right-title{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.mean-right p{
	font-size: 14px;
	color: #666666;
	margin-top:5px;
}
#style{
	min-height: 563px;
	margin-left: 40px;
	margin-top: 30px;
}
#style h3{
	color: #00657a;
	line-height: 90px;
}
.style-img{
	margin-left: 40px;
}
.style-imgs{
	position: relative;
	overflow: hidden;
	margin-left: -24px;
}
.style-li-one{
	float: left;
	height: 220px;
	width: 420px;
	border: 1px solid #dadada;
	position: relative;
}
.style-li-one:first-child{
	margin-right: 38px;
}
.style-li-one:hover{
	border: 1px solid #00657a;
}
.style-li-one img{
	padding: 10px 10px 40px 10px;
}
.style-li-one p{
	display: block;
	width: 420px;
	text-align: center;
	position: absolute;
	bottom: 5px;
	left: 0px;
	color: #333333;
	font-size: 12px;
}
.style-li-two{
	float: left;
	width: 250px;
	height: 210px;
	margin-top: 30px;
	display: inline-block;
	margin-left: 63px;
	border: 1px solid #dadada;
	position: relative;
}
.style-li-two:hover{
	border: 1px solid #00657a;
	box-shadow: 1px 1px #e5e5e5;
}
.style-li-two img{
	padding: 10px 10px 40px 10px;
}
.style-li-two p{
	display: block;
	width: 250px;
	text-align: center;
	position: absolute;
	bottom: 5px;
	left: 0px;
	color: #333333;
	font-size: 12px;
}


/*联系我们*/
/*左部引用关于利业样式*/
/*右部开始*/
#headquarters{
	margin-left: 40px;
}
.tips{
	color: #999999;
	font-size: 14px;
	margin-top: -20px;
	margin-left: 40px;
}
.welcome{
	height: 70px;
	font-size: 14px;
	line-height: 70px;
	color: #333333;
	margin-left: 40px;
}
.contact-txt p{
	line-height: 28px;
	font-size: 14px;
	margin-left: 40px;
}
.contact-txt p img{
	margin-top: 4px;
}
.contact-txt p span{
	margin-left: 5px;
	text-align: left;
}
.contact-txt{
	position: relative;
	height: 687px;
	border-bottom: 1px solid #dadada;
}
.ewm{
	width: 220px;
	height: 119px;
	position: absolute;
	top: 10px;
	right: 260px;
}
.ewm img{
	float: left;
}
.erwei{
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	margin-top: 75px;
	margin-left: 7px;
}
.ewm p{
	font-size: 14px;
	text-align: center;
}
.map{
	width: 880px;
	height: 475px;
	margin-top: 30px;
	border: 1px solid #dadada;
	padding: 10px 10px 10px 10px;
	margin-left: 40px;
}
.map span{
	width: 860px;
	height: 455px;
	border: 1px solid #dadada;
	display: block;
}
#branch{
	margin-left: 40px;
	margin-top: 40px;
}
.company:first-child{
	margin-left: 38px;
}
.company{
	width: 268px;
	height: 212px;
	border: 1px solid #dadada;
	display: block;
	float: left;
	position: relative;
	margin-left: 38px;
	margin-top: 30px;
}
.company-title{
	display: block;
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
}
.line{
	display: block;
	width: 55px;
	border: 1px solid #00657a;
	position: absolute;
	top: 48px;
	left: 100px;
}
.company p{
	display: inline-block;
	line-height: 30px;
	margin-left: 20px;

}

/*人才招聘页*/
/*引用关于利业左部*/
/*右部开始*/
.personnel{
	margin-left: 40px;
}
.personnel-table{
	width: 890px;
	position: relative;
	overflow: hidden;
	margin-left: 40px;
}
.table-one{
	height: 35px;
	line-height: 35px;
	background-color: #00657a;
}
.table-one-td{
	display: block;
	width: 106px;
	text-align: center;
	color: #fff;
	float: left;
	border-right: 1px solid #fff; 
}
.table-two-td{
	display: block;
	width: 305px;
	text-align: center;
	color: #fff;
	float: left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff; 
}
.table-three-td{
	display: block;
	width: 441px;
	text-align: center;
	color: #fff;
	float: left;
	border-left: 1px solid #fff;
}
.table-two{
	height: 120px;
	border: 1px solid #999999;
	border-top: none;
}
.table-one-tds {
    display: block;
    width: 106px;
    font-size: 14px;
    text-align: center;
    line-height: 120px;
    color: #333333;
    float: left;
    border-right: 1px solid #999999;
}
.table-two-tds{
	width: 305px;
	height: 120px;
	font-size: 14px;
	display: block;
	color: #333333;
	text-align: center;
	padding-top: 47px;
	float: left;
	border-right: 1px solid #999999;
}
.table-three-tds{
	display: block;
	width: 450px;
	height: 120px;
	color: #333333;
	float: left;
	font-size:14px;
	padding-top: 10px;
	line-height: 20px;
	margin-left: 10px;
}
.table-three-tds p{
	margin-top: 63px;
}
.address{
	font-size: 16px;
	font-weight: 500;
	color:  #00657a;
	margin-top: 10px;
}
.address-con{
	color: #333333;
	font-size: 14px;
	margin-left: 10px;
}
.ad{
	margin-top: 10px;
	margin-left: 40px;
}

/*专业服务*/
/*左部引用关于利业样式*/
/*右部开始*/
#service{
	margin-left: 40px;
	border-bottom: 1px solid #dadada;
}
.hammer{
	margin-bottom: 40px;
	margin-left: 40px;
}
.hammer dt{
	position: relative;
}
.hammer-content{
	position: relative;
	width: 878px;
	height: 38px;
	margin-left: -16px;
}
.hammer-content p{
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.hammer-content1{
	position: relative;
	width: 878px;
	height: 38px;
}
.hammer-content1 p{
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.hammer-content2 {
    position: relative;
    width: 878px;
    height: 38px;
    margin-left: -16px;

}
.hammer-content2 p{
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.hammer-content3{
	position: relative;
	width: 878px;
	height: 38px;
	margin-left: -16px;
}
.hammer-content3 p{
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.hammer-content4{
	position: relative;
	width: 878px;
	height: 38px;
	margin-left: -16px;
}
.hammer-content4 p{
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.hammer-content5{
	position: relative;
	width: 878px;
	height: 38px;
	margin-left: -16px;
}
.hammer-content5 p{
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.hammer dt:first-child{
	margin-top: 0px;
}
.hammer dt{
	margin-top: 10px;
        margin-bottom: 10px;
}
#storage{
	margin-left: 40px;  
	margin-top: 40px;
}
.storage-branch{
	width: 864px;
	overflow: hidden;
	position: relative;
	margin-left: 40px;
}
.storage-branch span{
	width: 864px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-top:1px solid #00657a;
}
.storage-branch-a {
    float: left;
    width: 144.8px;
    height: 50px;
    border: 1px solid #00657a;
    border-top: none;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #333333;
    margin-right: -1px;
    display: block;
}
.storage-branch-a:hover{
	color: #fff;
	background-color: #00657a;
}
.storage-img{
	width: 890px;
	margin-top: 60px;
	overflow: hidden;
	position: relative;
	margin-left: 40px;
}
.storage-img-a{
	float: left;
	width: 132px;
	height: 52px;
	margin-top: 10px;
	border: 1px solid #999999;
	display: inline-block;
	margin-left: 10px;
}
.storage-img-a:hover{
	color: #00657a;
	border: 1px solid #00657a;
	box-shadow: 1px 1px #e5e5e5;
}
.service-span{
	position: absolute;
	top: 0px;
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	color: #00657a;
	margin-left: 10px; 
}

/*咨询案例页面开始*/
/*左部引用利页新闻*/
/*右部开始*/
.pub-common{ 
	border-bottom: 1px solid #e5e5e5;
	margin-left: 40px;
}
#industry{
	width: 890px;
	margin-top:30px;
	margin-left: 40px;
}
#civil{
	width: 890px;
	margin-top: 30px;
}
.civil-img{
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.industry-img{
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.public-img{
	width: 890px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.panel{
	display: inline-block;
	margin-left: 41px;
	width: 252px;
	height: 236px;
}
.act-img{
	height: 206px;
	margin-bottom: 30px;
	border: 1px solid #dadada;
	position: relative;
}
.act-img:hover{
	border: 1px solid #00657a;
	box-shadow: 0 0 15px #999999;
}
.act-img img{
	padding: 10px 10px 40px 10px;
	height: 210px;
}
.act-img p{
	position: absolute;
	width: 256px;
	text-align: center;
	bottom: 5px;
	left: 0px;
	color: #333333;
	font-size: 14px;
}
.panel-pop{
	width: 472px;
	height: 304px;
    display: none;
    clear: both;
    border: 2px solid #00657a;
    position: fixed;
    left: 266px;
    right: 0px;
    margin: 0 auto;
    display: none;
    text-align: right;
    z-index: 999;
    top: 150px;
}
.panel-img{
	width: 468px;
    float: left;
    height: 300px;
}
.photo-bar{
	width: 100%;
}
.photo-close {
    background: url(../images/close.png);
    width: 17px;
    height: 15px;
    position: absolute;
    top: 2px;
    margin-left: 450px;
    z-index: 10;
}
.photo-view-h{
	position: relative;
}
.view-content{
	position: absolute;
	bottom: 2px;
	left: 0px;
	width: 468px;
	height: 80px;
	background-color: #000;
	opacity: 0.8;
}
.view-content span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}
.view-content p{
	color: #fff;
	font-size: 14px;
    text-align: center;
}
/*新闻详情页*/
.news-content{
	margin-left: 40px; 
}
.news-content .newtitle{
	color: #333333;
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 70px;
	text-align: center;
	border-bottom: 1px solid #999999; 
}
.news-source{
	color: #666666;
	font-size: 12px;
	text-align: center;
	display: block;
}
.news-content p{
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
	text-indent: 32px;
}
.new-up{
	display: block;
	font-size: 12px;
	margin-top: 60px;
	color: #666666;
}
.new-down{
	display: block;
	font-size: 12px;
	color: #666666;
}


/*回到顶部插件*/
#goTopBtn{
	position: fixed;
	width: 45px;
	height: 45px;
	bottom:35px;
	cursor:pointer;
	display:none;
	background-image: url(../images/top.png);
	background-position: center;
	border-radius: 10%;
}

/*关于利业*/
/*公司简介查看更多*/
#read-more{
	margin-bottom: 30px;
	color: #999999;
	text-align: right;
	font-size: 14px;
}
#gradient {
    width: 890px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
}
#read-more a{
	padding-right: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
/*企业信誉查看更多*/
#re-read-more{
	margin-bottom: 30px;
	color: #999999;
	text-align: right;
	font-size: 14px;
}
#re-gradient {
    width: 890px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
}
#re-read-more a{
	padding-right: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
/*企业荣誉查看更多*/
#ho-read-more{
	margin-bottom: 30px;
	color: #999999;
	text-align: right;
	font-size: 14px;
}
#ho-gradient {
    width: 890px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
}
#ho-read-more a{
	padding-right: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
#co-read-more{
	margin-bottom: 30px;
	color: #999999;
	text-align: right;
	font-size: 14px;
}
#co-gradient {
    width: 890px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
}
#co-read-more a{
	padding-right: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
#en-read-more{
	margin-bottom: 30px;
	color: #999999;
	text-align: right;
	font-size: 14px;
}
#en-gradient {
    width: 890px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
}
#en-read-more a{
	padding-right: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}

/*人才招聘查看更多*/
#pe-read-more{
	margin-bottom: 30px;
	color: #999999;
	text-align: right;
	font-size: 14px;
}
#pe-gradient {
    width: 890px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
}
#pe-read-more a{
	padding-right: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}

/*利业新闻查看更多*/
#me-read-more{
	margin-top: 10px;
	margin-bottom: 20px;
	color: #999999;
	text-align: right;
	font-size: 14px;
}
#me-gradient {
    width: 890px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
}
#me-read-more a{
	padding-right: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
#me-read-more-h{
	margin-top: 10px;
	margin-bottom: 20px;
	color: #999999;
	text-align: right;
	font-size: 14px;
}
#me-gradient-h {
	width: 890px;
	height: 35px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#me-read-more-h a{
	padding-right: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
#fl-read-more{
	margin-top: 10px;
	margin-bottom: 20px;
	color: #999999;
	text-align: right;
	font-size: 14px;
}
#fl-gradient {
    width: 890px;
    height: 35px;
    position: absolute;
    top: 35px;
    right: 0;
}
#fl-read-more a{
	padding-right: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}

/*咨询案例查看更多*/
#pu-read-more{
	margin-top: 10px;
	margin-bottom: 20px;
	color: #999999;
	text-align: right;
	font-size: 14px;
}
#pu-gradient {
    width: 890px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
}
#pu-read-more a{
	padding-right: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
#ci-read-more{
	margin-top: 10px;
	margin-bottom: 20px;
	color: #999999;
	text-align: right;
	font-size: 14px;
}
#ci-gradient {
    width: 890px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
}
#ci-read-more a{
	padding-right: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
#in-read-more{
	margin-top: 10px;
	margin-bottom: 20px;
	color: #999999;
	text-align: right;
	font-size: 14px;
}
#in-gradient {
    width: 890px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
}
#in-read-more a{
	padding-right: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
.style-li-two a:first-child{
	margin-left: 0px;
}
.style-li-two a{
	height: 210px;
	display: inline-block;
	margin-left: 60px;
	position: relative;
}
.style-li-two:hover{
	border: 1px solid #00657a;
	box-shadow: 1px 1px #e5e5e5;
}
.style-li-two a img{
	padding: 10px 10px 40px 10px;
}
.style-li-two a p{
	position: absolute;
	bottom: 5px;
	color: #333333;
	font-size: 12px;
}
/*专业服务查看更多*/
#br-read-more{
	margin-top: 10px;
	margin-bottom: 20px;
	color: #999999;
	text-align: right;
	font-size: 14px;
}
#br-gradient {
    width: 890px;
    height: 35px;
    position: absolute;
    top: 35px;
    right: 0;
}
#br-read-more a{
	padding-right: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
#st-read-more{
	margin-top: 10px;
	margin-bottom: 20px;
	color: #999999;
	text-align: right;
	font-size: 14px;
}
#st-gradient {
    width: 890px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
}
#st-read-more a{
	padding-right: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
.pin-wrapper{
	width: 230px;
	float: left;
}

		
#imgbox-loading div {
	background: #FFF;
	width: 100%;
	height : 100%;
}

#imgbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	z-index: 80;
}

.imgbox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	display: none;
	z-index: 90;
}

.imgbox-img {
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.imgbox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('imgbox-close.png') top left no-repeat;
	cursor: pointer;
	outline: none;
}

.imgbox-title {
	padding-top: 10px;
	font-size: 11px;
	text-align: center;
	color: #333;
	display: none;
}

.imgbox-bg-wrap {
	position: absolute;
	padding: 0;
	margin: 0;
	display: none;
}

.imgbox-bg {
	position: absolute;
	width: 20px;
	height: 20px;
}

.imgbox-bg-n {
	left: 0;
	top: -20px;
	width: 100%;
	background: url(imgbox-bg-n.png) repeat-x;
}

.imgbox-bg-ne {
	right: -20px;
	top: -20px;
	background: url(imgbox-bg-ne.png) no-repeat;
}

.imgbox-bg-e {
	right: -20px;
	top: 0;
	height: 100%;
	background: url(imgbox-bg-e.png) repeat-y;
}

.imgbox-bg-se {
	right: -20px;
	bottom: -20px;
	background: url(imgbox-bg-se.png) no-repeat;
}

.imgbox-bg-s {
	left: 0;
	bottom: -20px;
	width: 100%;
	background: url(imgbox-bg-s.png) repeat-x;
}

.imgbox-bg-sw {
	left: -20px;
	bottom: -20px;
	background: url(imgbox-bg-sw.png) no-repeat;
}

.imgbox-bg-w {
	left: -20px;
	top: 0;
	height: 100%;
	background: url(imgbox-bg-w.png) repeat-y;
}

.imgbox-bg-nw {
	left: -20px;
	top: -20px;
	background: url(imgbox-bg-nw.png) no-repeat;
}
.hammer dt img{
	height: 21px;
    display: inline-block;
    line-height: 22px;
    margin: 0;
    padding-top: 4px;
}
.slideBox{ width:100%; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; position:absolute; right:0; bottom:15px; z-index:1;left: 0;text-align: center; }
.slideBox .hd ul{ overflow:hidden; zoom:1; }
.slideBox .hd ul li{ 
	text-decoration: none;
	    z-index: 3;
	    width: 14px;
	    height: 14px;
	    position: relative;
	    display: inline-block;
	    overflow: hidden;
	    margin: 0px 3px;
	    zoom: 1;
	    background: #fff;
	    border-radius: 50%;
	    cursor: pointer;
}
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; display:block;  }
