body{
	background: #fff!important;
}
/* 导航 */
#service_Nav{
	width:100%;
	height:88px;
	background:#fff;
	box-shadow: 0px 3px 6px rgba(0,0,0,.06);
}
.vip02_serNavin{
	width:1180px;
	height:100%;
	margin:0 auto;
}
.vip02_serNavin .firmLogo{
	overflow:hidden;
	width:200px;
	height:60px;
	margin-top:14px;
}
.vip02_serNavin .firmLogo a{
	display: block;
	width:100%;
	height:100%;
}
.vip02_serNavin .firmLogo a:before{
	content:"";
	display:inline-block;
	height:100%;
	vertical-align: middle;
}
.vip02_serNavin .firmLogo a img{
	max-width:100%;
	max-height:100%;
	display:inline-block;
	vertical-align: middle;
}
.vip02_serNavin .firmNav{
	height:20px;
	margin:34px 0;
	line-height:60px;
	color:#333;
	font-size:16px;
}
.vip02_serNavin .firmNav li{
	float: left;
	min-width:140px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:center;
	line-height:20px;
}
.vip02_serNavin .firmNav li:first-child{
	border-left:0;
}
.vip02_serNavin .firmNav li:last-child{
	border-right:0;
}
.vip02_serNavin .firmNav li a{
	display:block;
	color:#333;
}
.vip02_serNavin .firmNav li a:hover{
	color:#5b9cd2;
}
.vip02_serNavin .firmNav li.nav_cur a{
	color:#5b9cd2;
}

/* --------------------------  列表页中间框架 ------------------------------- */
.serviceListWrap{
	width:100%;
	height:auto;
	margin-top:55px;
}
.serviceListin{
	width:1180px;
	height:auto;
	margin:0 auto;
}
.serviceLeft{
	width:200px;
	height:auto;
	padding-bottom:30px;
}
.serviceRight{
	width:930px;
	height:auto;
	min-height:600px;
}

/* 列表页左侧 */
.serviceLeft ul{
	width:140px;
}
.serviceLeft ul li{
	width:100%;
	height:56px;
	border-bottom:1px solid #ccc;
	line-height:56px;
	color:#666;
	font-size:16px;
}
.serviceLeft ul li a{
	color:#666;
}
.serviceLeft ul li a:hover{
	color:#5b9cd2;
}
.serviceLeft ul li.listNav_cur a{
	color:#5b9cd2;
	border-left:2px solid #5b9cd2;
	padding-left:32px;
}

/* 新闻列表页右侧 */
.sNewsListWrap{
	width:740px;
	height:auto;
	margin-bottom: 30px;
	margin-top:-30px;
}
.sNewsList{
	width:100%;
	padding:24px 0;
	border-bottom:1px solid #e6e6e6;
}
.sNewsList h4{
	width:50%;
	height:28px;
	line-height:28px;
	font-size:16px;
	color:#333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.sNewsList h4 a{
	color:#333;
}
.sNewsList h4 a:hover{
	color:#5b9cd2;
}
.sNewsList .sDate{
	margin-top:5px;
	line-height:20px;
	color:#999;
	font-size:12px;
}
.sNewsList p{
	margin-top:5px;
	line-height:24px;
	color:#666;
	font-size:12px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* 服务项目列表页右侧 */
.sItemList{
	width:987px;
	margin-left:-56px;
}
.sItemList dl{
	float: left;
	width:273px;
	margin-left:56px;
	margin-bottom:40px;
}
.sItemList dl dt{
	width:273px;
	height:160px;
	overflow: hidden;
}
.sItemList dl dt img{
	width:100%;
	height:100%;
	transition:transform 1s;
    -webkit-transition:transform 1s;
    -moz-transition:transform 1s;
    -o-transition:transform 1s;
}
.sItemList dl dd{
	width:100%;
	height:50px;
	line-height:50px;
	color:#333;
	font-size:16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.sItemList dl dd a{
	color:#333;
}
.sItemList dl:hover dt img{
	transform:scale(1.2,1.2);
}
.sItemList dl:hover dd a{
	color:#5b9cd2;
}
.sItemList + .page{
	margin-top:0!important;
}
/*页码*/
.serviceRight .page {
    margin: 30px 0;
    height: 36px;
}
.serviceRight .page ul li {
    float: left;
    padding-right: 10px;
    color: #666;
    line-height: 36px;
}
.serviceRight .page ul li a {
    display: block;
    width: 38px;
    height: 34px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #666;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.serviceRight .page ul li a.page_on,.serviceRight .page ul li a:hover {
    color: #fff;
    background: #5b9cd2;
    border: 1px solid #5b9cd2;
}
.serviceRight .page a.page_prev {
    background: #fff url("/images/space/s/vip02/page_icon.png") no-repeat;
    background-position: 0 -68px;
}
.serviceRight .page a.page_next {
    background: #fff url("/images/space/s/vip02/page_icon.png") no-repeat;
    background-position: 0 -102px;
}
.serviceRight .page a.page_prev:hover {
    background: #5b9cd2 url("/images/space/s/vip02/page_icon.png") no-repeat;
    background-position: 0 0;
}
.serviceRight .page a.page_next:hover {
    background: #5b9cd2 url("/images/space/s/vip02/page_icon.png") no-repeat;
    background-position: 0 -34px;
}
/* --------------------------  内容页 ------------------------------- */
.contentWrap{
	margin-top:42px;
}
.serviceRight .contentTop{
	width:100%;
	height:30px;
	padding-top:12px;
	line-height:30px;
	color:#999;
	font-size:14px;
}
.serviceRight .contentTop li a{
	color:#999;
}
.serviceRight .contentTop li a:hover{
	color:#5b9cd2;
}
.sFirstTitle{
	margin-top:40px;
	line-height:40px;
	color:#333;
	font-size:24px;
	text-align:center;
}
.sSecondTitle{
	line-height:40px;
	color:#999;
	font-size:12px;
	text-align:center;
}
.sSecondTitle span{
	margin-left:16px;
}
.sConText{
	width:100%;
	margin-top:30px;
	padding-bottom:50px;
	color:#666;
	font-size:14px;
	line-height:32px;
}
.sConText p{
	text-indent:2em;
}

/* 无内容页面 */
.null{
	width: 100%;
	margin: 80px 0 0 0px;
	text-align: center;
}
.null h3{
	font-size: 24px;
	color: #5b9cd2;
	line-height: 40px;
}
.null p{
	font-size: 18px;
	color: #999;
	line-height: 40px;
}

/* 联系我们页面 */
.serviceOthWrap{
	margin-top:0;
	min-height:700px;
}
.sList_head{
    height: 140px;
    overflow: hidden;
    padding-top: 30px;
    text-align: center;
}
.sList_head h3{
    display: inline-block;
    width: 200px;
    height: 78px;
    font-size: 30px;
    line-height: 80px;
    color: #333;
}
.sList_head h3 em {
	display: inline-block;
	width: 142px;
	height: 2px;
	background: #ccc;
}
.sList_head h3 span{
    font-size: 34px;
}
.sList_head p {
    display: inline-block;
    width: 80px;
    font-size: 16px;
    line-height: 20px;
    background: #fff;
    margin-top: -12px;
}
.slianxi{
	width:100%;
	padding-top:8px;
	margin-top:50px;
	line-height:24px;
	color:#333;
	font-size:14px;
}
.slianxi h3{
	color:#5b9cd2;
	font-size:30px;
	line-height:40px;
	margin-bottom:30px;
}
.slianxi .slianxi_RP{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
.slianxi .slianxi_RP li{
	float: left;
	width: 360px;
	height:auto;
	margin-right:30px;
	margin-bottom:20px;
	color:#333;
	font-size:16px;
	word-break:break-all;
}
.slianxi .slianxi_RP li:nth-child(3n){
	margin-right:0px;
}
.slianxi .slianxi_RP li.slx_adress{
	width:auto;
}
.slianxi .slianxi_RP li span{
	color:#999;
	font-size:12px;
}
/* 底部QQ */
.vip_fred01 a span{color: #5b9cd2!important;}
.vip_fred02{background: #65aae4!important;}
.vip_fred02:hover{background: #5b9cd2!important;}


/* ----------------------------------- 搜索结果页面 ------------------------------ */
.expSousuo {
    width:1180px;
    margin:-30px auto 30px;
    height: 40px;
    line-height: 40px;
}
.expSousuo a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #333;
}
.expSousuo a.active,.expSousuo a:hover {
    color: #5b9cd2;
}
.expSousuo span em{
    color: #5b9cd2;
    padding:0 5px;
}

/*服务项目内容页改版*/
.sConTextV2{
	width:100%;
	margin-top:30px;
	padding-bottom:50px;
	color:#666;
	font-size:14px;
	line-height:32px;
}
.sConTextV2 .sM-v2-title{
    margin: 18px 0;
    border:1px solid #e6e6e6;
}
.sConTextV2 .sM-v2-title:after{
    display: block;
    content: '';
    clear: both;
}
.sConTextV2 .sM-v2-title .Img{
    float: left;
    width: 258px;
    height: 178px;
    padding-right: 40px;
}
.sConTextV2 .sM-v2-title .Img img{
    width: 100%;
    height: 100%;
}
.sConTextV2 .sM-v2-title h3{
    font-size: 18px;
    color:#333;
    line-height: 52px;
}
.sConTextV2 .sM-v2-title h4{
    font-size: 14px;
    color:#666;
    line-height: 20px;
}
.sConTextV2 .sM-v2-title p{
    padding-top: 40px;
}
.sConTextV2 .sM-v2-title p a{
    display: inline-block;
    margin-right: 28px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #5b9cd2;
}
.sConTextV2 .sM-v2-title p a.buy{
    background: #ff7a60;
}

.sM-v2-content{
    border:1px solid #e6e6e6;
    margin-bottom: -30px;
}
.sM-v2-content .title{
    padding-left: 18px;
    background: #f7f7f7;
    line-height: 48px;
    font-size: 16px;
    color:#666;
}
.sM-v2-content .contentBox{
    padding: 20px 25px;

}