.nav-list li dl dd.navtb9 span{
    background-size: 1.0rem;
	display: inline-block;
}
/*购房分析*/
.showProduct{
    padding: 0 0 1.0rem 0 ;
}
.showProduct .core{
    padding: 0 ;
}
.showProduct .textBG{
    text-align: center;
    height: 1.96rem;
    padding: 0.5rem 0 0 0;
    overflow: hidden;
}
.showProduct .textBG p{
    color: #000;
    font-size: 0.45rem;
    text-transform: Uppercase;
    letter-spacing: 0.014rem;
}
.showProduct .textBG span{
    width: 3.6rem;
    height: 1px;
    border-top: 0.05rem #000 solid;
    display: inline-block;
    margin: 0.2rem auto 0 auto;
    color: transparent;
    content: "";
}

.showProduct .banner{
    padding: 0 0.42rem;
    color: #333;
    font-size: 0.34rem;
    letter-spacing: 0.014rem;
    text-indent: 2em;
}
.showProduct .banner img{
    margin: 0.42rem 0  0 0;
}
/*全案服务*/
.showProduct .gou .textBG {
    height: 2.2224rem;
    padding: 0.84rem 0 0 0;
}
.showProduct .gou .textBG span{
    width: 0.84rem;
}
.showProduct .gou div:not(.textBG){
    padding: 0 0.84rem;
    font-size: 0.32rem;
    color: #333;
    margin: 0 0 0.42rem 0;
}
.showProduct .gou div img{
    width: 0.84rem;
    height: 0.84rem;
    display: inline-block;
}
.showProduct .gou div:not(.textBG) p{
    width: 7.14rem;
    display: inline-block;
    vertical-align: middle;
    margin:  0 0 0 0.2rem ;
}
.showProduct .gou div:not(.textBG) p span{
color:#a31e2c;
}

/*二维码区域*/
.erMa{
    /*border: none;*/
    padding: 1.0rem 0 0 0;
}



/*页面的切换按钮*/
 .allbtn {
    margin: 0.64rem  0 0 0;
	    padding: 0 0.42rem;
}
 .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;
}








