*{margin: 0;padding: 0;}
.header{
    font-family: 宋体;
    width: 100%;
    height:90px;
    background-color: #ffffff;
    font-size: 16px;
}
.header .headerInner{
    width: 1190px;
    height: 65px;
    margin: 0 auto;
}
.headerInner .nav{
    float: left;
    height: 65px;
    line-height: 65px;
    text-align: center;
    margin-left: 7%;
}
.headerInner ul li{
    list-style: none;
    float: left;
    width:110px;
    font-size: 18px;
}
.headerInner ul li a{
    color: #333;
    text-decoration: none;
    display: block
}
.headerInner ul li a:hover{
    color:#FE0000;
    display: block;
}
/*header END*/


.subnav{
    width: 1067px;
    height: 60px;
   background-color: white;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    font-family: 宋体;
}
.subnav ul li{
    list-style: none;
    float: left;
    width:16.66%;
    line-height: 55px;
}
.subnav ul li a{
    color: #333;
    text-decoration: none;
    display: block;
}


.selected{
    background-color:white;
}
/*subnavEND*/
.footer {
    background: #3D3D3D;
}
.u-footer {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    z-index: 100;
    border-top: 1px solid #efefef;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    width: 1070px;
}
.u-footer p {
    margin: 0 0 0px; color: #999999;font-size: 12px;text-align: center;
}