@CHARSET "UTF-8";
.service_bannerBox{
	width:100%;
	height:300px;
	background-color:#9dc6e9;
	margin-top: -20px;
	position: relative;
    z-index: 9;
}
.service_banner{
	width:1190px;
	height:300px;
	margin:0 auto;
	position: relative;
}
.ser_img{
	width:375px;
	height:268px;
	position: absolute;
	top:-210px;
	right:140px;
}
.serviceMainBox{
	margin-top: -30px;
	position: relative;
    z-index: 10;
}
.serviceMain{
	background-color:#fff;
	line-height:40px;
	padding:50px 110px;
	font-size:16px;
	margin-bottom:50px;
}
.serviceMain .title{
	margin-bottom:15px;
	font-weight:bold;
	color:#d8000f;
}
.div2{
	padding-left:230px;
	padding-top: 20px;
	margin-top:70px;
	margin-bottom:55px;
	background: url(../images/serviceImg1.jpg) no-repeat;
}
.problemText .listP{
	width:370px;
	float:left;
}
.listP:before{
	content: '';
    width: 8px;
    height: 8px;
    float: left;
    margin-right:9px;
	margin-top:16px;
	background-color:#d8000f;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
	border-radius:5px;
}
.div3{
	height:370px;
	padding-top: 60px;
	background: url(../images/serviceImg2.jpg) no-repeat right top;
}
.contactText .tel{
	margin-right:50px;
}
.contactText .tel:before{
	content: '';
    width: 16px;
    height: 19px;
    float: left;
    margin-right:5px;
	margin-top: 11px;
    background: url(../images/con_icon.png) no-repeat left top;
}
.contactText .QQ:before{
	content: '';
    width: 16px;
    height: 20px;
    float: left;
    margin-right:5px;
	margin-top: 10px;
    background: url(../images/con_icon.png) no-repeat left -19px;
}


/* 案例专题页 */
.anliBox{
	width: 100%;
	min-width: 1120px;
}
.anli1{
	height: 692px;
	background: url(../images/anli/anli1_bg.jpg) no-repeat center top;
}
.anli2{
	height: 699px;
	background: url(../images/anli/anli2_bg.jpg) no-repeat center top;
}
.anli3{
	height: 744px;
	background: url(../images/anli/anli3_bg.jpg) no-repeat center top;
}
.ruzhu{
	height: 851px;
	background: url(../images/anli/ruzhu_bg.jpg) no-repeat center top;
}
.anli_mainBox{
	width: 1120px;
	margin: 0 auto;
	box-sizing: border-box;
}
.anli_main{
	width: 610px;
}
.anli1 .anli_main{
	padding-top: 148px;
}
.anli2 .anli_main{
	padding-top: 200px;
}
.anli3 .anli_main{
	padding-top: 195px;
}
.anli2 .anli_mainBox{
	padding-left: 500px;
}
.anli_main .title1 span{
	padding: 5px 30px;
	background-color: #d8000f;
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.anli_main .title2{
	font-size: 34px;
	padding: 30px 0;
	font-weight: bold;
}
.anli_main .text{
	font-size: 18px;
	line-height: 30px;
}
.anli_main .redT{
	padding-top: 20px;
	font-size: 20px;
	color: #d8000f;
	font-weight: bold;
	line-height: 30px;
}
.ruzhu .anli_mainBox{
	height: 851px;
	position: relative;
}
.ruzhuBtn{
	display: block;
	width: 320px;
	height: 100px;
	position: absolute;
	left: 400px;
	top: 435px;
}