*{
    margin: 0;
    padding:0;
    list-style: none;
}
body{
    font-family:  "微软雅黑",Geneva, Arial, Helvetica, sans-serif !important;;
}
a{
    color:#555
}
a:hover{
    color:#777;
    text-decoration: none;
}
.head-top{
    background-color: #cfcfcf;
    color:#242424;
    height: 30px;
    z-index: 1001;
    width: 100%;
    line-height: 30px;
    top:0;
}
.head-top span{
    padding: 0 5px;
}
.head-top span.glyphicon:before{
    padding-right: 5px;
}
.head-top a{
    color:#242424;
}
.head-top span.glyphicon{
    padding-right: 15px;
}
header{
    position: absolute;
    top:-90px
transition:all 1s ease 0s;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 1);
    width: 100%;
    border-bottom: 1px solid  rgba(0, 0, 0, 1);
    height:90px
}

header .nav{
    width: 1200px;
    margin: 0 auto;
    height: 90px;

}
header .nav .logo{
    width: 250px;
    float: left;
    padding-top: 15px;
}
header .nav .logo img{
    width: 100%;
}
header .nav .nav1{
    width: 900px;
    float: right;
}
header .nav .nav1 ul li{
    display: inline-block;
    font-size: 18px;
    padding: 0 20px;
    line-height: 90px;
}
header .nav .nav1 ul li a{
    color:white;
}
header .nav .nav1 ul li a:hover{
    color:#999;
}
.header-sj{
    display: none;
}
@media(max-width: 1200px){
    header{
        display: none;
    }
    .header-sj{
        position: fixed;
        z-index: 1000;
        top: 0;
        width: 100%;
        display: block;
        height: 50px;
        background-color: #242424;
        border-bottom: 1px solid #242424;
    }
    .header-sj .logo{
        width: 182px;
        height: 50px;
        margin: 0 auto;
        padding-top: 3px;
    }
    .header-sj  .logo img{
        height: 44px;
        width: 182px;

    }
    .header-sj .nav1{
        display: none;
    }
    .header-sj .nav1 ul li{
        line-height: 45px;
        background-color: #333;
        font-size: 18px;
        border-bottom: 1px solid #111;
    }
    .header-sj .nav1 ul li a{
        color:#fff
    }
    .header-sj .daohang{
        position: absolute;
        right: 10px;
        top:8px;
    }
    .header-sj .daohang span{
        color:#fff;
        font-weight: 100;
        font-size: 30px;
    }
    .header-sj .daohang  .glyphicon-remove{
        display: none;
    }
}

/*底部*/

footer{
    margin-top: 40px;
    background-color: #111;
    padding-top:40px;
    color:#b8b8b8
}
footer section{
    padding-top: 20px;
}
footer a{
    color:#b8b8b8;
}
footer h4{
    font-weight: 600;
}
footer .container .col-sm-3{
    line-height: 25px;
}
footer .container .wx{
    padding-top: 40px;
}
footer .clearfix{
    padding-bottom: 40px;
}
footer .dibu{
    width: 100%;
    border-top: 1px solid #333;
    padding: 10px;
    color:#555
}
footer .dibu a{
    color:#555
}
@media(max-width: 1200px){
    footer{
        padding-top: 0;
        margin-top: 0;
    }
    footer .dibu{
        border-top:0px solid #333;
    }
    footer .container{
        display: none;
    }
}
@media(max-width: 768px){
    .dis{
        display: none;
    }
}

.more{
    background-color: #ed8f26;
    margin-top: 30px;
    padding: 10px 30px !important;
    color: #fff;
    display: inline-block;
    line-height: normal !important;
}
.more a{
    color:#fff;
}
.more:hover{
    background-color: red;
}