@charset "UTF-8";
body{
    min-width: 1200px;
    max-width: 1920px;
    margin:auto;
    font-family: "微软雅黑";
    color: #333;
    background: white;
}
.w1200{
    width: 1200px;
    margin:auto;
}
.minw1200{
    min-width:1200px;
}
.header{
    height: 100px;
    background: #fff;
}
.header .nav{
    height: 100px;
    margin-left: 210px;
    flex-grow:1;
}
.header .nav a{
    color:#222;
    font-size:16px;
}
.header .nav > li{
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 20px;
    border-bottom: 2px solid #fff;
}
.header .nav > li:last-child{
    margin-right:0;
}
.header .nav > li.active{
    border-bottom: 2px solid #dc4f2c;
}
.footer{
    background:url(/images/footer_bg.jpg) no-repeat;
    background-size:cover;
    padding:55px 0 50px;
    color:#fff;
}
.footer .contact-div{
    font-size:14px;
}
.footer .contact-div div{
    margin-bottom: 15px;
}
.footer .contact-div div:first-child{
    font-size:16px;
    margin-bottom: 20px;
}
.footer .contact-div div:last-child{
    margin-bottom: 0px;
}
.footer .copyright-div{
    margin-top: 30px;
    border-top:1px solid #8ab1d3;
    font-size:14px;
    padding-top:20px;
}
.footer .copyright-div a{
    color:#fff;
}
