@import "../base.css?v2";
@import "nav.css";
/*---------------------------------------------适应ipad-----------------------------------------------*/
@media screen and (min-width: 600px) and (max-width: 1199px) {

    .img-box-one{
        position: relative;
        width: 100%;
    }
    .img-box-one_first{
        margin-top: 0.2rem;
    }
    .img-box-one img{
        width: 100%;
        height: auto;
    }
    .title{
        font-size: 0.26rem;
        color: #baac9e;
        position: absolute;
        top: 0.83rem;
        left: 0.17rem;
        font-family:SourceHanSansSC-Light;
    }
    .introduction{
        font-size: 0.10rem;
        color: #ffffff;
        position: absolute;
        top: 1.24rem;
        left: 0.18rem;
        font-family:FZLTXIHJW--GB1-0;
    }
    .service{
        font-size: 0.10rem;
        color: #ffffff;
        position: absolute;
        top: 1.43rem;
        left: 0.18rem;
        font-family:FZLTXIHJW--GB1-0;
    }
    .guide{
        width: 0.21rem;
        height: 0.9rem;
        position: absolute;
        top: 1.77rem;
        left: 0.18rem;
    }
    .index-bottom{
        border: 1px solid #7e5f3c;
        margin-top: 0.3rem;
    }
    .bottom-log{
        height: 100%;
        width: 5%;
        position: relative;
        top: 0.4rem;
        left: 1.43rem;

    }
    .bottom-log img{
        width: 0.17rem;
        height: 0.29rem;
        position: absolute;
        transform: translateY(-120%);
        right: 0;
    }
    .bottom-wx{
        height: 100%;
        width: 5%;
        position: relative;
        top: 0.4rem;
        left: 2.13rem;

    }
    .bottom-wx img{
        width: 0.17rem;
        height: 0.29rem;
        position: absolute;
        transform: translateY(-120%);
        right: 0;
    }
    .info{
        width: 100%;
        font-size: 0.09rem;
        color:#7e5f3c;
        margin-top: 0.4rem;
        margin-bottom: 0.1rem;
        text-align: center;
    }
    .tel{
        width: 100%;
        font-family:FZLTXIHJW--GB1-0;
    }
    .add{
        width: 100%;
        font-family:FZLTXIHJW--GB1-0;
    }
    .bottom-icp{
        font-family:FZLTXIHJW--GB1-0;
        height: 0.5rem;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        background-color:#7e5f3c;
        color: #ffffff;
        font-size: 0.1rem;
        text-align: center;
        line-height: 0.5rem;
    }
}
/*--------------------------------------------------------------end------------------------------------------------------------------*/
/*------------------------------------------------------------适应手机----------------------------------------------------------------*/
@media (max-width:600px){

    .img-box-one{
        position: relative;
        width: 100%;
    }
    .img-box-one_first{
        margin-top: 0.41rem;
    }
    .img-box-one img{
        width: 100%;
        height: auto;
    }
    .title{
        font-size: 0.26rem;
        color: #baac9e;
        position: absolute;
        top: 0.83rem;
        left: 0.17rem;
        font-family:SourceHanSansSC-Light;
    }
    .introduction{
        font-size: 0.10rem;
        color: #ffffff;
        position: absolute;
        top: 1.29rem;
        left: 0.18rem;
        font-family:FZLTXIHJW--GB1-0;
    }
    .service{
        font-size: 0.10rem;
        color: #ffffff;
        position: absolute;
        top: 1.43rem;
        left: 0.18rem;
        font-family:FZLTXIHJW--GB1-0;
    }
    .guide{
        width: 0.21rem;
        height: 0.9rem;
        position: absolute;
        top: 1.77rem;
        left: 0.18rem;
    }
    .index-bottom{
        border: 1px solid #7e5f3c;
        margin-top: 0.3rem;
    }
    .bottom-log{
        height: 100%;
        width: 5%;
        position: relative;
        top: 0.4rem;
        left: 1.43rem;

    }
    .bottom-log img{
        width: 0.17rem;
        height: 0.29rem;
        position: absolute;
        transform: translateY(-120%);
        right: 0;
    }
    .bottom-wx{
        height: 100%;
        width: 5%;
        position: relative;
        top: 0.4rem;
        left: 2.13rem;

    }
    .bottom-wx img{
        width: 0.17rem;
        height: 0.29rem;
        position: absolute;
        transform: translateY(-120%);
        right: 0;
    }
    .info{
        width: 100%;
        font-size: 0.09rem;
        color:#7e5f3c;
        margin-top: 0.4rem;
        margin-bottom: 0.1rem;
        text-align: center;
    }
    .tel{
        width: 100%;
        font-family:FZLTXIHJW--GB1-0;
    }
    .add{
        width: 100%;
        font-family:FZLTXIHJW--GB1-0;
    }
    .bottom-icp{
        font-family:FZLTXIHJW--GB1-0;
        height: 0.5rem;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        background-color:#7e5f3c;
        color: #ffffff;
        font-size: 0.1rem;
        text-align: center;
        line-height: 0.5rem;
    }
}
/*-------------------------------------------------------end-----------------------------------------------------------*/
.clear{
    clear: both;
}