@charset "UTF-8";


footer{
    /*height: 603px;*/
    padding-bottom:20px !important;
    background: url("../img/footer.png") no-repeat center top/110%;
}
footer .nav{
    width: 1103px;

    margin-left: 190px;
    padding-top: 40px;
    color: white;
    text-align: center;
}
footer .nav > li + li{
    margin-left: 100px;
}
footer .nav li h3{
    margin-bottom: 37px;
    font-size: 19px;
}
footer .nav li ul li a{
    color: #bebebe;
    font-size: 14px;
    font-weight: lighter;
    line-height: 30px;
}
footer #contact{
    width: 1542px;
    margin-top: 45px;
    border-bottom: 1px solid #909191;
}
footer #contact .left h3{
    width: 220px;
    height: 33px;
    margin-bottom: 30px;
    background: url("../img/CONTACT US.png") no-repeat center top/100%;
}
footer #contact .left p{
    color: white;
    font-size: 13px;
    line-height: 25px;
}
footer #contact .right{
    width: 357px;

}
footer #contact .right > img:nth-of-type(1),
footer #contact .right > img:nth-of-type(2){
    top: -176px;
    left: 50%;
    margin-left: -70.5px;
    width: 141px;
    height: 141px;
    /*background: url("../img/erweima.png") no-repeat center top/100%;*/
}
footer #contact .right > img:nth-of-type(2){
    top: -150px;
    left: 36%;
}
footer #contact .right ul{
    justify-content: space-between;

}
footer #contact .right ul li{
    width: 63px;
    height: 63px;
}
footer #contact .right > img:nth-of-type(3){
    height: 50px;
    margin-top: 30px;

}
footer > p{
    margin-left: 180px;
    color: white;
    font-size: 13px;
    line-height: 30px;
}




































