/*头部*/

.header-wrap {
    width: 100%;
    height: 40px;
    background: rgba(26, 29, 31, 1);
    color: #FFFFFF;
    box-sizing: border-box;
    position: relative;
}

.header-wrap-C {
    width: 1200px;
    height: 40px;
    overflow: hidden;
    margin: 0 auto;
}

.header-aboutus {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 40px;
    text-decoration: none;
    overflow: hidden;
}

.header-aboutus span a {
    color: #FFFFFF;
}

.header-text {
    height: 12px;
    font-size: 16px;
    line-height: 40px;
}

.header-phone-logo>img {
    width: 22px;
    height: 22px;
    color: #FFFFFF;
    margin-right: 10px;
    margin-left: 48px;
}

.header-phone-text {
    height: 15px;
    width: 96px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-right: 10px;
}

.header-phone {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-right: 10px;
}

.header_nav {
    position: absolute;
    width: 100%;
    margin-top: 40px;
    height: 45px;
    line-height: 45px;
    z-index: 10;
}

.header_nav ul {
    margin-left: 100px;
}

.header_nav li {
    float: left;
    margin-right: 30px;
}

.header_nav li a {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
}

.header_nav li a:hover {
    color: rgba(200, 33, 38, 1);
}

.header_nav li a.on {
    color: rgba(200, 33, 38, 1);
}

/*footer底部*/

.footer-wrap {
    width: 100%;
    height: 145px;
    min-width: 100%;
    border-top: 1px solid #E2E2E2;
    position: relative;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    background-color: #383839;
    text-align: center;
}

.footer-wrap-container {
    width: 1000px;
    margin: 0 auto;
}

.footer-wrap-top {
    width: 660px;

    box-sizing: border-box;
    padding-bottom: 10px;
    margin: 0 auto;
}

.footer-wrap-top-C {
    float: left;
    width: 122px;
    font-size: 14px;
    color: #83888A;
    border: 1px solid #ddd;
    margin: 0 20px;
    overflow: hidden;
}

.footer-wrap-top-C>span {
    float: right;
    margin-left: 5px;
    width: 75px;
    padding-top: 6px;
    padding-right: 5px;
}

.footer-wrap-top-C>img {
    float: left;
    width: 36px;
    height: 43px;
    vertical-align: middle;
}

.footer-wrap-bottom>p {
    font-size: 14px;
    color: #83888A;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}