.nav-list li dl dd.navtb9 span{
    background-size: 1.0rem;
	display: inline-block;
}
/*施工服务*/
.showProduct{
    padding: 0.56rem 0 0.68rem 0;
}
.showProduct .core{
    padding: 0 0.42rem 0 0.28rem ;
}
.showProduct .core .top{
    padding: 0 0 0 2.8rem;
    position: relative;
}

.showProduct .core .top p{
    color: #000;
    font-size: 0.34rem;
    letter-spacing: 0.014rem;
    padding: 0.56rem 0 1.69rem 0.28rem;
    text-indent: 2em;
    position: relative;
    z-index: 100;
}
.showProduct .core .top p span{
    color: #a31e2c;
    font-size: 0.36rem;

}
.showProduct .core .top img.imgBG{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.showProduct .core .top img.img1{
    margin: 0 0 0.14rem  0;
}
.showProduct .core .top img.img3{
    width: 0.14rem;
    height: 0.16rem;
    position: absolute;
    bottom: 0.65rem;
    left: 2.288rem;
}

.showProduct .core .bottom {
    position: relative;
    top: -0.34rem;
}

.showProduct .core .bottom h1{
    color: #333;
    font-size: 0.33rem;
    letter-spacing: 0.014rem;
    margin: 0 0 0.28rem 0;
}

.showProduct .core .bottom h1 span{
    color: #a31e2c;
    font-size: 0.36rem;
}

.showProduct .core .bottom p{
    margin: 0;
    color: #333;
    font-size: 0.33rem;
    letter-spacing: 0.014rem;
    padding: 0 0 0 0.14rem;
}


/*页面的切换按钮*/
 .allbtn {
    margin: 0.2rem 0;
}
 .allbtn a {
    color: #666;
    position: relative;
    padding: 0 0 0 0.44rem;
}
.allbtn a.next{
    padding: 0 0.44rem 0 0;
    float: right;

}
 .allbtn a:hover {
    color: #a31e2c;
    text-decoration: none;
}

 .allbtn a.previous i {
    width: 0.34rem;
    height: 0.34rem;
    display: inline-block;
    background: url(../images/banner-ico.png) no-repeat center;
    background-size: contain;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    left: 0.1rem;
    margin: -0.17rem 0 0 -0.17rem;
}

 .allbtn a.next i {
    width: 0.34rem;
    height: 0.34rem;
    display: inline-block;
    background: url(../images/banner-ico.png) no-repeat center;
    background-size: contain;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    position: absolute;
    top: 50%;
    right: 0.1rem;
    margin: -0.17rem -0.17rem 0 -0.17rem;
}
 .allbtn a.previous:hover i,
 .allbtn a.next:hover i {
    background: url(../images/banner-ico2.png) no-repeat center;
    background-size: contain;
}









