.toubu{
    width: 100%;
    /*height: 76px;*/
    /*background: #eb7350;*/
}
.tbnk{
    width: 1200px;
    margin: 0 auto;
    /*background: #5FB878;*/
    height: 76px;
    line-height: 76px;
    /*overflow: hidden;*/
}
.tbnk img{
    width: 202px;
    height: 50px;
}

/*导航*/

.daohang{
    float: right;
}
.layui-nav{
    background: none;
}
.layui-nav .layui-nav-item a{
    color: #000000;
}
.layui-nav .layui-nav-item a:hover{
    color: #ff4e00;
}
.layui-nav .layui-this:after{
    content: '';
    /*top: -8px;*/
    margin-left: 16px;
    /*width: 100%;*/
    width: 80px!important;
}
.layui-nav *{
    font-size: 16px;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
    background: #ff4e00;
}
span.layui-nav-bar{
    position: absolute;
    top:-8px!important;
    width: 80px!important;
    margin-left: 16px;
}
.layui-nav .layui-nav-item a{
    padding: 0 26px;
}
/*#test2{
    height: 715px!important;
}*/
.banner{
    height:100%
}
.bannerimg{
    width: 100%;
    height: 100%;
}
/*以上为头部*/

/*一下为底部*/
.dibu{
    width: 100%;
    height: 290px;
    background-image: url("../image/dibubg.jpg");
    color: white;
}
.shouye{
    width: 178px;
    float: left;
    margin-top: 52px;
}
.lxwm{
    width: 284px;
    float: left;
    margin-top: 52px;
}
.sywz{
    font-size: 20px;
    height: 44px;
}
.fwxm{
    width: 200px;
    float: left;
    margin-top: 52px;
    display: block;

}
.gzwm{
    width: 100px;
    float: right;
    margin-top: 52px;
}
.fuxm1{
    font-size: 14px;
    height: 32px;
}
.sywz a{
    color: white!important;
}
.fuxm1 a{
    color: white!important;
}
.lxwm a{
    color: white!important;
}
.erweima{
    width: 100px!important;
    height: 100px!important;
    margin-top: 28px;
}
.beian{
    width: 100%;
    height: 56px;
    background: #0a0b0c;
    text-align: center;
    line-height: 56px;
    font-size: 14px;
    color: white;
}

@media screen and (min-width:1200px){
    .xtss{
        display: none;
    }
    .cehua{
        display: none;
    }
    .fanhui{
        display: none;
    }
}

@media screen and (max-width:1199px){
    .tbnk{
        width: 800px;
        margin: 0 auto;
        /*background: #5FB878;*/
        height: 76px;
        line-height: 76px;
        /*overflow: hidden;*/
    }
    .tbnk img{
        width: 162px;
        height: 40px;
    }
    .shouye {
        width: 90px;
    }
    .fwxm {
        width: 115px;
    }
    .lxwm {
        width: 243px;
        margin-left: 16px;
    }
    .banner {
        height: 386px;
    }
    #test2 {
        height: 386px!important;
    }
    .fenye {
        margin-bottom: 20px;
    }
    .xtss{
        display: none;
    }
    .cehua{
        display: none;
    }
    .fanhui{
        display: none;
    }
}




@media screen and (max-width:799px) {

    .fwxm {
        display: none;
    }
    .shouye {
        display: none;
    }
    .fuxm1 {
        font-size: 13px;
    }
    .beian {
        font-size: 12px;
    }
    .gzwm {
        float: none;
        width:100%;
    }
    .lxwm {
        margin-top: 0;
        width: 100%;
        margin-left: 0;
    }
    .erweima {
        margin-left: 110px;
    }
    .guanzhu{
        display: none;
    }
    .dibu {
        text-align: center;
    }
    .tbnk {
        height: 60px;
        width: 94%;
        line-height: 60px;
        text-align: center;
    }
    #test2 {
        height: 180px!important;
    }
    .banner {
        height: 180px;
    }
    .cehua img{
        width:30px !important;
        height: 30px!important;
    }
    .cehua{
        display: block;
        width: 30px;
        float: left;
    }
    .logo {
        display: none;
    }
    .daohang {
        display: none;
    }
    .xtss{
        display: block;
        width: 78%;
        text-align: center;
        font-size: 20px;
        line-height: 60px;
        font-weight: 600;
        float: left;
    }
    .fanhui{
        float: right;
        display: block;
    }
}




.menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 150;
    display: flex;
    flex-direction: row;
}
.yincang{
    height: 100%;
    width: 20%;
    z-index: 100;
}
.menu--visible {
    pointer-events: auto;
}

/*侧滑页面*/
.app-menu {
    /*background-color: #fff;*/
    color: #fff;
    position: relative;
    /*max-width: 400px;*/
    width: 80%;
    height: 100%;
    font-size: 16px;
    background-color: #20222a;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(-103%);
    transform: translateX(-103%);
    display: flex;
    flex-direction: column;
    will-change: transform;
    z-index: 160;
    pointer-events: auto;
    transition: all 0.5s ease-in;
    transition: all 0.4s ease-out;
}
.menu--visible .app-menu {
    -webkit-transform: none;
    transform: none;
}
.menu:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    will-change: opacity;
    pointer-events: none;
    transition: opacity 1s cubic-bezier(0,0,0.3,1);
}
.menu--visible.menu:after {
    opacity: 1;
    pointer-events: auto;
}
.layui-side-scroll{
    width: 100% !important;
}
.layui-nav-tree{
    width: 100% !important;
}
.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this{
    background: linear-gradient(to right,#0dbafe,#00aef3) !important;
}

.youce{
    width:20%;
    height: 100%;
    background: #FD482C;
}
.xiaofl a{
     color: #e0e0e0!important;
    font-size: 14px!important;
}
.user{
    height: 20px;
}

.erweima{
    width: 100px!important;
    height: 100px!important;
    margin:0 auto;
}
.erweima img{
   width: 100%;
    height: 100%;
    margin-top: 24px;
}
