@media(max-width: 1400px){
    
.menu > li > a {
    font-size: 15px !important;
    display: block;
    line-height: 96px;
    border-bottom: 5px solid transparent;
}

}
@media(max-width: 1388px){
    .header>.clearfix>div{
        display: none;
    }

    .header>.clearfix .so{
        display: none;
    }

    .so:before {
       display: none;
    }

    .so:after {
        display: none;
    }

    .top-nav1{
        display: none;
    }

   .header{
    display: none;
   } 
   .logo img {
        height: 110px;
    }

    .header :nth-child(2) a{
        display: none;
    }
    .navbtn {
        display: block;
        width: 31.453px;
        margin-top: 3px;
    }
    .fr{
        float: right;
    }
    .m_header {
        display: block !important;
        background: #fff;
        padding: 10px 15px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }
    .m_header .logo {
        margin-top: 0;
    }
    .sp ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    position: relative;
}
.sp ul li {
    background: url(../images/navline.png) repeat-x center bottom;
    background-size: 1px 1px;
    line-height: 44px;
    padding: 0 8%;
}
    .m-sub-menu {
    position: fixed;
    right: -100%;
    width: 66%;
    top: 0;
    z-index: 100;
    height: 100%;
    background-color: #fff;
    transition: all 0.74s ease 0s;
    z-index: 1005;
    display: block !important;
    overflow-y: scroll;
}
.m-sub-menu .top-box {
    height: 44px;
    line-height: 44px;
    padding: 0 8%;
    background: url(../images/navline.png) repeat-x center bottom;
    background-size: 1px 1px;
}
.m-sub-menu .top-box .close {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/ico_37.png) no-repeat center;
    margin-top: 12px;
    cursor: pointer;
    transition: transform 0.3s ease 0s;
}


    .m-sub-menu.left {
    right: 0;
    transition: all 0.84s ease 0s;
}
.all_wrap.left, .m_header.left {
        transform: translateX(-66%);
        transition: all 0.8s ease-out 0s;
    }