.header {
    width: 100%;
    font-family: "思源黑体 CN Regular";
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;

}

ul,p{
    margin: 0;
    padding: 0;
}
/*.footer .fastnav {
    width: 18.7%;
    height: 200px;
    border-right: 1px solid #404040;
    float: left;
}
.footer .productshow{
    width: 26.5%;
    height: 100%;
    border-right: 1px solid #404040;
    float: left;
    padding-left: 86px;

}
.footer .contactus .phonenum{
    font-size: 30px;
    font-family: "Adobe Caslon Pro Bold";
}
.codeImg{
    float: right;
}
.footer .contactus{
    width: 25%;
    height: 100%;
    float: left;
    padding-left: 86px;
}*/
@media (max-width: 1200px ) {
    .footercontains {
        width: 960px;
        height: 200px;
        margin: 0 auto;
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .footer .fastnav {
        width: 48%;
        height: 200px;
        border-right: 1px solid #404040;
        float: left;
    }
    .footer .productshow{
        width: 48%;
        height: 100%;
        border-right: 1px solid #404040;
        float: left;
        padding-left: 20px;

    }

    .footer .contactus{
        width: 48%;
        height: 100%;
        float: left;
        padding-left: 20px;
    }
}
@media (min-width: 1200px ) {
    .footercontains {
        width: 1200px;
        height: 200px;
        margin: 0 auto;
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .footer .fastnav {
        width: 18.7%;
        height: 200px;
        border-right: 1px solid #404040;
        float: left;
    }
    .footer .productshow{
        width: 26.5%;
        height: 100%;
        border-right: 1px solid #404040;
        float: left;
        padding-left: 86px;

    }

    .footer .contactus{
        width: 25%;
        height: 100%;
        float: left;
        padding-left: 86px;
    }
    .footer .contactus .phonenum{
        font-size: 30px;
        font-family: "Adobe Caslon Pro Bold";
    }
}

.footer {
    width: 100%;
    display: inline-block;
    background: #333333;
    color: #fff;
}

.footer a {
    color: #fff;
    font-size: 14px;
    font-family: "思源黑体 CN Regular";
}

.footer a:hover {
    color: #f2f2f2;
}



.nav_list {
    float: left;
    width: 100px;
    padding-top: 40px;
    text-align: center;
}

.nav_list li {
    line-height: 30px;
}

.footertitle {
    font-size: 16px;
    font-weight: 600;
    width: 100px;
    text-align: center;
}



.contactus .contact_content{
    width: 270px;
    padding-top: 40px;
    text-align: left;
    font-size: 14px;
}
.contact_content li {
    line-height: 30px;
}
.codeImg{
    float:right;
}



