
body{
    background-color: #f3f5f3;
}

.header{
    height: 102px;
    background-color: rgb(0,0,0);
    margin:auto;
    /* position: fixed;
    width: 100%; */
}
.top{
    width:1200px;
    margin: auto;
    
}
.top_logo{
    float: left;
    width: 153px;
    margin-top: 8px;
}
.top_logo a{
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 36px;
    color: #ee4e47;
}
.top_nav ul li:first-child{
    margin-left: 500px;
}
.top_nav ul li{
    float: left;
    margin: 0 32px;
}
.top_nav ul li a{
    display: inline-block;
    height: 102px;
    line-height: 102px;
    font-size:15px;
    color:#ffffff;
}
.top_nav ul li a:hover{
    color: #ee4e47;
}
.top_nav ul li:last-child a:hover{
    color: #FFF;
    background-color: #323232;
}
.top_nav .relation{
    display: block;
    text-align: center;
    line-height: 38px;
    font-size: 15px;
    height: 38px;
    width: 100px;
    background: #ee4e47;
    border-radius: 8px;
    color:#000000;
    margin: 32px 0px;
}
.top_nav .language{
    display: block;
    text-align: center;
    line-height: 38px;
    font-size: 15px;
    height: 38px;
    width: 80px;
    background:  #323232;;
    border-radius: 8px;
    color: #ffffff;
    margin: 32px -30px;
}
/*.w{
    width: 515px;
    background-color: #ee4e47;
}
*/

.footer{
    height: 180px;
    background-color: #000;
}
.footer p{
    text-align: center;
    font-size: 15px;
    color: #ee4e47;
}
.footer ul{
    width: 1200px;
    margin:20px auto;
}
.footer .f1{
    float: left;
    font-size: 14px;
    color: #fff;
    margin-left: 500px;
}
.footer .f1 .f1_down{
    color: #fff;
    margin-left: 55px;
}
.footer .f1 .f1_down a{
    color: #fff;
}
