* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.clear {
    clear: both;
}

header {
    width: 100%;
    background-color: #EDF4EC;
}

#heard {
    width: 1000px;
    padding: 10px 0px;
    margin: 0 auto;
    line-height: 60px;
}

marquee {
    line-height: 30px;
}

#marquee {
    background-color: #545652;
    color: #fff;
    font-size: 12px;
}


#heard img {
    height: 60px;
    position: relative;
    top: 7px;
}

nav {
    float: right;
}

nav a {
    line-height: 80px;
    text-decoration: none;
    margin-left: 30px;
}

nav a:nth-child(1) {
    color: #545652;
}

nav a:nth-child(2) {
    color: #278DCE;
}

nav a:nth-child(3) {
    color: #F37F00;
}

nav a:nth-child(4) {
    color: #0F959D;
    font-weight: bolder;
}

#banner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#banner img {
    width: 100%;
}

#banner p {
    position: absolute;
    right: 60px;
    font-family: "楷体";
    font-size: 24px;
    font-weight: bolder;
    top: 0px;
    line-height: 270px;
}

#banner p span {
    margin: 0px 5px;
}

#about_us {
    width: 800px;
    margin: 20px auto;
}

#about_us img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    margin-right: 30px;
}

#about_us div {
    height: 100px;
    box-sizing: border-box;
    padding: 20px 0px;
}

#about_us P:first-child {
    font-weight: bolder;
    color: #3E221F;
}

#about_us P:last-child {
    font-size: 12px;
    color: #DD3356;
}

main {
    width: 1000px;
    margin: 0 auto;
}

h1 {
    color: #111;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.movies {
    width: 100%;
    text-align: center;
    font-size: 0px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.movies li {
    display: inline-block;
    font-size: 16px;
    margin: 0px 25px;
    width: 160px;
}

.movies li:nth-child(1) {
    margin-left: 0px;
}

.movies li:nth-child(5) {
    margin-right: 0px;
}


.movies li img {
    width: 100%;
    height: 226px;
}

.movies li p {
    font-size: 12px;
    line-height: 30px;
}

.movies2 li img {
    width: 100%;
    height: 160px;
}

footer {
    width: 1000px;
    margin: 0 auto;
    color: #999;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
}

.main_list li {
    background-color: #EDF4EC;
    padding: 10px;
    margin-bottom: 20px;
}

.main_list li h2 {
    color: #494949;
    margin-bottom: 10px;
}

.main_list li p {
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

.main_list img {
    width: 160px;
    height: 226px;
    float: left;
    margin-right: 20px;
}

.music_list {
    margin-top: 20px;
}

.music_list li {
    text-align: center;
    float: left;
    margin-bottom: 20px;
    margin-left: 50px;
    font-size: 12px;
    line-height: 30px;
}

.music_list li:nth-child(5n-4) {
    margin-left: 0px;
}

.music_list li img {
    width: 160px;
    height: 160px;
}

.trend_list li {
    width: 250px;
    float: left;
    height: 314px;
    overflow: hidden;
    margin-bottom: 30px;
}

.trend_list li p:nth-child(2) {
    color: #3e3a39;
}

.trend_list li p:nth-child(3) {
    color: #ababac;
    font-size: 14px;
}

.trend_list li p:nth-child(4) {
    color: #dd1944;
    font-size: 16px;
}

.trend_list li:nth-child(4n-3) {
    margin-left: 0px;
}


.trend_list img {
    width: 250px;
    height: 250px;
}