

*{
    margin: 0 auto;
    padding: 0 auto;
}
ul, li{
    list-style: none;
}
address, cite, dfn, em, var {
    font-style: normal;
}
html,body {
    font-family: '微软雅黑';
    background: #151419;
}
.text-center {
    text-align: center;
}
.img-responsive{
    width: 100% !important;
}
/* index 首页开始 */
.outter-nav {
    width: 100%;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.5);
    /*position: fixed;*/
    top: 0;
    z-index: 4000;
}
.header-nav-wrap{
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    z-index: 10000;
}
.header-box {

    max-width:100%;
    position:fixed;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 10000;
}



#img{
    position:absolute;
    left:0px;
    top:0px;
}
.header-nav {
    position: relative;
    margin: auto;
    z-index: 10;
    width: 1200px;

    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-nav {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 90px;
    text-align: center;
}
.main-nav li {
    width: 100px;
    height: 90px;
    padding: 0 10px;
}
.main-nav a {
    color: #fff;
}
.main-nav .active {
    background-color: #d1102b;
}
.header-search input {
    background-color: transparent !important;
    border: 0 none;
    outline: 0 none;
    border: 1px solid #fff;
    border-radius: 30px;
    padding-left: 10px;
    height: 28px;
    line-height: 28px;
    color: #fff;
}
.header-search button{
   background: url("/images/search.png") no-repeat center;
    border: none;
    width: 13px;
    height: 12px;
    position: absolute;
    cursor: pointer;
    right: 12px;
    top: 40px;

}

/* footer 部分 */
.footer-box {
    width: 100%;
    border-top: 1px solid #111111;
    padding: 30px 0;
}
.footer {
    width: 520px;
    margin: 0 auto;
}
.footer-list {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-list li {
    padding: 0 10px;
    border-right: 1px solid #333333;
}
.footer-list li a{
    color: #fff;
}
.footer-box li:last-child {
    border-right: none;
}
.footer-box p {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
.footer-box a{
    color: #fff;
}

/*网站地图*/
.sitemap .sitemap-content h4{
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 30px 0;

}
.sitemap .sitemap-content a{
    color: #fff;
    display: inline-block;
    width: 290px;
    white-space: nowrap;
    overflow: hidden;
}

.sitemap .sitemap-content .news a{
    width: 550px;
}
