/* 全局 */
*{
    padding: 0;
    margin: 0;
}
body{
    margin:0 auto;
}
a{
    text-decoration: none;
    font-size: 16px;
    color: white;
    font-weight: bold;
}

/* 头部 */
#header{
    width: 1920px;
    height: 900px;
    margin: 0 auto;
    background-image: url(../img/1.png);
    background-repeat: no-repeat;
    background-size: 100% 900px;
}
#header #header_title{
    margin-top: 30px;
    float: right;
    text-align: right;
}
#header #header_title a{
    font-size: 30px;
    margin-right: 100px;
}
#header #header_text{
    text-align: center;
}
#header #header_text img{
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
}
#header #header_text img:hover{
    cursor:pointer;
}

/* 主体 */
#subject{
    width: 100%;
    height: 100%;
    background-image: url(../img/Slice46.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.content{
    width: 1920px;
    height: 900px;
    border: 1px;
    border-top: 1px solid white;
    margin: 0 auto;
}

/* 底部 */
#footer{
    width: 100%;
    height: 200px;
    margin: 0 auto;
    /*background: linear-gradient(#FF7171,#FF284A);	*/
    text-align: center;
    background-color: #FFFFFF;
}
#footer_ul{
    display: inline-block;
    list-style: none;
    padding-top: 40px;
    color: #262626;
}
#footer_ul li{
    color: #262626;
    margin-bottom: 20px;
    font-size: 20px;
    color: #262626;
    font-family: HarmonyOS Sans SC-Regular;
    display: block;
}
#footer_ul li a:hover{
    color: pink;
}