.zt{

    margin: 0;

    /*overflow: hidden;*/

    overflow-x: hidden;

    /*防止底部被fixed遮挡*/

    /*margin-bottom: 260px;*/

}

.logo{

    /*width: 100%;*/

    height: 75px;

    overflow: hidden;

    padding: 10px;

}

.th-right{

    float: right;

    margin: 0;

    font-size: 30px;

}

.th-wh{

    width: 270px;

    height: 38px;

    float: right;

    margin-right: 10px;

    margin-top: -70px;
}

.th-mm{

    display: none;

}


@media screen and (min-width: 320px)and (max-width: 750px){

    .th-wh{
        display: none;
    }

    .th-mm{

        display: unset;

    }
    .th-mm .th-right{
        font-size: 3vw;

    }

}


.dh{

    width: 600px;

    height: 30px;

    float: right;

    margin-top: 10px;

    text-align: center;

    font-size: 20px;
}

.dh_gywm{

    text-decoration: none;

    color: #bc161a;

    width: 130px;

}

.dh_fwjs{

    text-decoration: none;

    color: #bc161a;

    margin-left: 50px;

}

.dh_alzs{

    text-decoration: none;

    color: #bc161a;

    margin-left: 50px;

}

.dh_lxwm{

    text-decoration: none;

    color: #bc161a;

    margin-left: 50px;

}

.lb_pic{

    width: 100%;

    margin: 0;

    overflow: hidden;

}

.dh_pic{

    width: 100%;

    padding: 5px;

    overflow-x: hidden;

    text-align: center;

}

.dh_pic_1{



    margin-left: 20px;

}

.yd2{

    /*position: relative;

    left: 0;*/

}

.yd1:hover .yd2{

    /*transform: translateX(-52px);*/

    position: relative;

    left: -20px;

    /*transition: left 10s;*/

}

#fd img{

    cursor: pointer;

    transition: all 0.5s;

}

#fd:hover img{

    transform: scale(1.1);

}

#back-to-top{
    
    position: fixed;
    
    bottom: 262px;
    
    right: 20px;
    
    background: url("image/arrow-up.png") center #423e00 no-repeat;

    width: 50px;

    height: 50px;

    border-radius: 50%;
    
}

