*{
    margin:0;
    padding:0;
    list-style-type: none;
    text-decoration: none;
}
html,body{
    min-width: 1190px;
    font-family: "微软雅黑";
}
header{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#headers{
    width: 1180px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 2rem 0 1.5rem 0;
}
.navlist{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#chinaEnglish{
    margin-bottom: 0.8rem;
    margin-right: 1.5rem;
    font-size: 0.75rem;
    color: #666666;
}
.nav{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 1.1rem;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li{
    /*margin-right: 1.5rem;*/
    padding:0.2rem 0;
}
.nav li a{
    color: #333333;
    padding:0.4rem 1.5rem;
}
.active{
    background-color: #caeeff;
    border-radius: 5px;
}

#container{
    width: 100%;
}
#container img{
    width: 100%;
}
#footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-main{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0 6rem 0;
    background-color: #ddeef6;
}
.footer-box{
    width: 1040px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    line-height: 1.5rem;
}
.footer-box li{
    width: 20%;
}
.footer-box li a h4{
    color: #666666;
}
.footer-box li a dd{
    color: #9e9fa0;
}
.fooer-foot{
    width: 100%;
    text-align: center;
    color: #ffffff;
    background-color: #76858c;
    padding: 0.5rem 0;
}