/**********全部****************/

* {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

a {
    color: #333;
    text-decoration: none;
}

.header {
    width: 980px;
    margin: 0 auto;
}

.main {
    width: 980px;
    margin: 0 auto;
}

ul li {
    list-style-type: none;
    border-bottom: 1px dashed #E3E3E3;
    box-sizing: border-box;
    line-height: 26px;
}


/* .banner {
    width: 100%;
    height: 540px;
    background: url("http://www.chinahightech.com/statics/images/2019fdImg/listBanner.jpg")
} */

.banner1 {
    width: 100%;
    height: 115px;
    background: url("../storage/bg.jpg") no-repeat;
    background-size: cover;
}

.bottom {
    padding: 17px 0 20px 0;
    border-top: 1px solid #1d4b94;
    margin-top: 15px;
}

.bottom p {
    text-align: center;
    line-height: 26px;
    color: #90abd5;
}

.bottom p a {
    color: #90abd5;
}

.bg173d79 {
    background: #173d79;
    width: 980px;
    margin: 0 auto;
}