

/*--------banner-----------*/
.banner-box .banner-imgs li{
    float: left;
    width: 7.5rem;
    height: 3rem;
    background:url("../images/x_about_us_banner.png") no-repeat center/cover;
}
.banner-list .blist-active{
    background-color: #ff6868;
}
/*----------菜单-----------*/
.x_mnue{
    margin-top: 0.1rem;
    padding-bottom: 0.2rem;
}
.x_mnue li{
    float: left;
    margin-left: 0.2rem;
    margin-top: 0.1rem;
}
.x_mnue ul{
    margin-top: 0.1rem;
}
.x_mnue li a{
    display: inline-block;
    font-size: 0.24rem;
    color: #272727;
    width: 1.62rem;
    text-align: center;
    line-height: 0.4rem;
    height: 0.4rem;
    background: #ffffff;
}
.x_mnue .current_menu{
    color: #820000;
}
/*------联系我们-------*/
.x_about {
    background: #ffffff;
    padding-bottom: 0.3rem;
}
.x_about h2{
    color: #820000;
    text-align: center;
    font-size: 0.3rem;
    margin-top: 0.2rem;
}
.x_about  li{
    font-size: 0.26rem;
    color: #4c4c4c;
    margin-top: 0.25rem;
}
.x_about ul{
    float: left;
    width: 70%;
}
.x_ewm {
    float: right;
    margin-top: 0.7rem;
}
.x_ewm h4{
    font-size: 0.18rem;
    color: #4c4c4c;
    margin-top: 0.1rem;
}
.x_ewm img{
    width: 1.34rem;
    height: 1.34rem;
}
.x_about a{
    font-size:0.2rem ;
    background: #ec5164;
    color: #ffffff;
    display: inline-block;
    width: 1.32rem;
    height: 0.32rem;
    text-align: center;
    line-height: 0.32rem;
    border-radius: 0.05rem;
}
.x_about a:last-child{
    margin-left: 0.1rem;
}
@media (max-width: 768px) {
    .x_ewm{
        margin-top: 0.6rem;
    }
}
@media (max-width: 420px) {
    .x_mnue li {
        margin-left: 0.12rem;
    }
    .x_ewm img{
        margin-left: 0.25rem;
    }
}
@media (max-width: 320px) {
    .x_ewm{
        float: left;
        margin-top: 0.1rem;
    }
    .x_ewm img{
        margin-left: 0rem;
    }
    .x_ewm h4{
        float: right;
        margin-top: 0.45rem;
        margin-left: 0.2rem;
    }
    .zt{
        width: 1.3rem;
    }
}






