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

    /*-----------------------头部css end------------------------------------*/


    /*-----------------------bodycss------------------------------------*/
    .img-box-body {
        position: relative;
        width: 100%;
    }
    .title{
        font-size: 0.26rem;
        color: #ffffff;
        position: absolute;
        top: 0.6rem;
        left: 1.04rem;
        font-family:SourceHanSansSC-Light;
    }
    .introduction{
        font-size: 0.09rem;
        color:#ffffff;
        position: absolute;
        top: 1rem;
        left: 0.3rem;
        font-family:SourceHanSansSC-Light;
        /*font-family:FZLTXIHJW--GB1-0;*/
    }
    .service{
        font-size: 0.09rem;
        color:#ffffff;
        position: absolute;
        top: 1.2rem;
        left: 1.04rem;
        font-family:SourceHanSansSC-Light;
    }
    .guide{
        width: 0.21rem;
        height: 0.9rem;
        position: absolute;
        top: 1.6rem;
        left: 1.71rem;
    }

    .impression-two{
        width: 3.245rem;
        height: 1.53rem;
        position: absolute;
        top: 1.8rem;
        left:0.25rem;
    }


    /*-----------------------bodycss end------------------------------------*/

    /*--------------------------底部css----------------------------------*/
    .index-bottom{
        border: 1px solid #7e5f3c;
        margin-top: 0.23rem;
    }
    .bottom-log{
        height: 100%;
        width: 5%;
        position: relative;
        top: 0.5rem;
        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.5rem;
        left: 2.13rem;

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


    /*-----------------------bodycss------------------------------------*/
    .img-box-body {
        position: relative;
        width: 100%;
   }
    .title{
        font-size: 0.26rem;
        color: #ffffff;
        position: absolute;
        top: 0.6rem;
        left: 1.04rem;
        font-family:SourceHanSansSC-Light;
    }
    .introduction{
        font-size: 0.09rem;
        color:#ffffff;
        position: absolute;
        top: 1rem;
        left: 0.3rem;
        font-family:SourceHanSansSC-Light;
        /*font-family:FZLTXIHJW--GB1-0;*/
    }
    .service{
        font-size: 0.09rem;
        color:#ffffff;
        position: absolute;
        top: 1.2rem;
        left: 1.04rem;
        font-family:SourceHanSansSC-Light;
    }
    .guide{
        width: 0.21rem;
        height: 0.9rem;
        position: absolute;
        top: 1.6rem;
        left: 1.71rem;
    }

    .impression-two{
        width: 3.245rem;
        height: 1.53rem;
        position: absolute;
        top: 1.8rem;
        left:0.25rem;
    }


    /*-----------------------bodycss end------------------------------------*/

    /*--------------------------底部css----------------------------------*/
    .index-bottom{
        border: 1px solid #7e5f3c;
        margin-top: 0.5rem;
    }
    .bottom-log{
        height: 100%;
        width: 5%;
        position: relative;
        top: 0.5rem;
        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.5rem;
        left: 2.13rem;

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