*{
    padding: 0;
    margin: 0;
}
/* @media only screen and(max-width: 1080px), only screen and(max-device-width:1080px) {
    html, body {
        font-size:16.875px;
    }
}
@media only screen and(max-width: 960px), only screen and(max-device-width: 960px) {
    html, body {
        font-size:15px;
    }
} */

div{
    width: 90%;
    /* height: 7rem; */
    float: left;
    margin-left: 5%;
    z-index:1;
}
ul,li{
    list-style: none;
}
.lg li{
    float: left;
    width: 100%;
    height: 7rem;
    
}
.lg1{
    background: url(../img/index/1.png);
    background-size: 100% 100%;
}
.lg2{
    background: url(../img/index/2.png);
    background-size: 100% 100%;
}
.lg3{
    background: url(../img/index/3.png);
    background-size: 100% 100%;
}
.lg4{
    background: url(../img/index/4.png);
    background-size: 100% 100%;
}
.smil{
    width: 2.64rem;
    height: 0.6rem;
}
.smil:hover{
    background-color: #ff8400;
}
.end{
    width: 90%;
    height: 2.14rem;
    min-height: 150px;
    margin-left: 5%;
    background-color: #002b54;
}
.end ul{
    margin-top: .5rem;
    margin-left: 3.9rem;
}
.end li{
    float: left;
    font-size: .18rem;
    color: white;
    width: 1rem;
    margin-left: 1.2rem;
    min-width: 86px;
}
.end a{
    font-family: microsoft yahei;
    color: white;
}
.end span{
    width: 100%;
    float: left;
    font-family: microsoft yahei;
    font-size: .14rem;
    margin-top: .1rem;
}
.suspend{
    width: .6rem;
    height: 100px;
    /* background-color:pink; */
    position: fixed;
    right: 5%;
    bottom: 17%;
}
.end-2{
    /* position: fixed;
    right: 5%; */
    bottom: 17%;
    width: .6rem;
    height: 0.6rem;
    display: none;
    float: left;
}
.end-2 img{
    width: 100%;
    height: 100%;
}
.end-3{
    /* position: fixed;
    right: 5%; */
    bottom: 10%;
    width: .6rem;
    height: 0.6rem;
    float: left;
}
.end-3 img{
    width: 100%;
    height: 100%;
}
.botton{
    width: 90%;
    margin-left: 5%;
    height: 0.4rem;
    background-color: #00162a;
    font-size: .16rem;
    line-height: .4rem;
    color: white;
}
.botton p{
    margin-left: 5.33rem;
}


.top{
        width: 90%;
        height: 1.2rem;
    }
    .top p{
        float: left;
    }
    .top-1{
        width: 1.79rem;
        height: .49rem;
        margin-left: 2.7rem;
        margin-top: .35rem;
        float: left;
        /* display: inline-block; */
    }
    .top-1 img{
        width: 100%;
        height: 100%;
        /* display: inline-block; */
        float: left;
    }
    .nav{
        font-size: 18px ;
        float: left;
        width: 8rem;
        margin-top: .35rem;
        margin-left: 3.9rem;
    }
    .nav ul li{
        float: left;
        width: 1.2rem;
        height: .5rem;
        text-align: center;
        line-height: .5rem;
        font-size: .15rem ;
        margin-left: .1rem;
    }
    .nav ul li:hover{
        color: #fff;
        background-color: #0056b7;
    }
    .h1:hover .h2{
        display: block;
    }
    .h2{
        width: 1rem;
        background-color: gray;
        z-index: 999999;
        display: none;
        color:#666666;
        border-radius:5px ;
        margin-top: 5px;
    }
    .h4{
        width: 1rem;
        height: 1rem;
        background-color: #666666;
        z-index: 999999;
        display: none;

    }
    .h3:hover .h4{
        display: block;
    }




    /*屏幕大于1200排序（大屏幕电脑）*/
/*屏幕在480px到768之间（主要是手机屏幕）*/
@media screen and (max-width: 768px){
    .end,.botton,.top{
        display: none;
    }
    .new{
        display: block;
    }
    .top-3-min{
        width: 100% !important;
        height: 200px !important;
    }
    .top-3 img{
        width: 100% !important;
        height: 200px !important;
    }
}
/*屏幕在768px到1023之间（小屏幕-pad）*/
@media screen and (min-width: 768px) and (max-width:1023px){
    .end,.botton,.top{
        display: block;
    }
    .new{
        display: none;
    }
}
@media screen and (min-width: 1023px){
    .new{
        display: none;
    }
}

.layui-nav *{
    font-size: 12px !important;
}


.new{
    margin-left: 0 !important;
    width: 100%;
    margin-bottom: 10px;
}
.new-1{
    width: 100%;
    margin-left: 0 !important;
}
.new-1 img{
    width: 150px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5%;
}
.new-1 button{
    float: right;
    margin-right: 5%;
    margin-top: 10px;
}
.layui-nav-tree{
    width: 100%;
    background-color: #f1f1f1;
    color: #333;
}
.layui-nav-child,.layui-nav-child{
    background-color: #f1f1f1 !important;
    color: #999999 !important;
}
.new-2 ul li a,.new-2 ul li dl dd{
    background-color: #f1f1f1 !important;
    color: #999999 !important;
}
.new-2 ul li dl dd{
    border-top: 1px solid white;
}
.new-2 li {
    border-top: 1px solid white;
}
.layui-nav .layui-nav-more{
    border-color: #999999 transparent transparent !important;
}
.new-2 ul li dl a{
    margin-left: 30px;
}


.top-3-min{
    width: 100%;
    height: 200px;
}
.top-3-min img{
    width: 375px;
    height: 100%;
}
