*{
    margin: 0;
    padding: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
}
div li{
    list-style: none;
    cursor: pointer;
}
div li a{
    display: block;
    text-decoration: none;
}
.header{
    width: 100%;
    height: 39px;
    margin: 0 auto;
    background-color: #404040;
}
.hea-top{
    width: 1200px;
    height: 39px;
    margin: 0 auto;
    background-image: url("../images/background_1.jpg");
}
.hea-top-left{
    width: 300px;
    height: 39px;
    float: left;
    padding: 7.5px 0 0 0;
}
.hea-top-right{
    float: right;
    width: 327px;
    height: 39px;
}
.hea-top-right ul li{
    width: 101px;
    height: 39px;
    float: left;
}
.hea-top-right ul li a{
    text-align: center;
    color: #ffffff;
    width: 101px;
    height: 37px;
    font-size: 14px;
    margin: 0 auto;
    line-height: 37px;
}
.icon {
    float: left;
    background-color: #818181;
    width: 1px;
    height: 13px;
    margin: 12px 5px 0 5px;
    box-shadow: 1px 0 0 #575757;
}
.logo{
    width: 100%;
    height: 143px;
    margin: 0 auto;
    background-color: #205ac1;
}
.logo-content{
    width: 1200px;
    height: 143px;
    margin: 0 auto;
    background-image: url("../images/logo.jpg");
}
.footer{
    min-width: 1200px;
    height: 139px;
    margin: 0 auto;
    background-color: #205ac1;
}
.copyright{
    width: 1200px;
    height: 107px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}
.way{
    width: 570px;
    height: 20px;
    margin: 0 auto 10px;
}
.way span{
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    margin-right: 15px;
}
.way ul{
    width: 500px;
    height: 20px;
    margin: 0 auto;
}
.way ul li{
    float: left;
    margin-right: 10px;
    color: #ffffff;
    font-size: 12px;
}
.way ul li a{
    float: right;
    color: #ffffff;
    margin-left: 5px;
    box-shadow: 0 1px 0 #728ed2;
    text-decoration:underline;
}
.way p{
    color: #ffffff;
    font-size: 12px;
    margin-left: 70px;
}
.logo_url{
    display: block;
    width: 500px;
    height: 143px;
}