*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #71787D;
    margin-top: 20px;
    display: block;
}

.header{
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    text-align: center;
}
.header_logo{
    margin-top: 22px;
    margin-left: 20%;
}
.header_logo>img{
    cursor: pointer;
}
.header_right{
    margin-top: 35px;
    color: white;
    margin-left: 30%;
}
.header_right>ul{
    display: flex;
}
.header_right>ul>li{
    margin-left: 65px;
    cursor: pointer;
}
.header_titler{
    position: absolute;
    top: 312px;
    width: 40%;
    color: white;
    font-weight: 400;
    margin-left: 30%;
}
.header_titler>p{
    font-size: 50px;
}

/*底部*/
.footer{
    width: 100%;
    /*padding: 0 6%;*/
    height: 233px;
    background-color: #EAF2F8;
    display: flex;
    color: #71787D
}
.footer>div{
    width: 30%;
    text-align: center;
    margin-top: 75px;
}
.footer>div>div>ul{
    width: 100%;
    margin: 7px 0 32px 0;
    justify-content: space-around;
}

