
html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
body,
html {
    background-color: #ad0306 ;

    font-family: Arial, PingFangSC-Regular, "Microsoft YaHei", "simsun", "Helvetica Neue", Helvetica;
    color: #858585;
    height: 100%;
    overflow-x: hidden;
}
html,
body,
div,
span,
object,
iframe,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
span,
abbr,
acronym,
address,
code,
del,
dfn,
em,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}
ul,
li {
    list-style: none;
}
img {
    border: 0;
    border: none;
    vertical-align: middle;
    max-width: 100%;
}
article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section,
textarea {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
textarea,
input,
button,
keygen,
select {
    font-family: Arial, PingFangSC-Regular, "Microsoft YaHei", "simsun", "Helvetica Neue", Helvetica;
    outline: none;
    font-size: inherit;
}
textarea {
    resize: none;
    color: inherit;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}
button,
input[type="button"] {
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.height_60{
    height: 60px;
}
.float_l {
    float: left;
}
.float_r {
    float: right;
}
.module_width {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.anniversary_top{
    height: 720px;
    background: url("../images/activity/banner.jpg") no-repeat center;
    margin-bottom: 60px;
}
.movie_title{
    background: url("../images/activity/bop_bg.png") no-repeat left bottom;
    text-align: center;
    padding-bottom: 15px;
}
.module_movie{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom:80px ;
    background: url("../images/activity/bottom_bg.png") no-repeat right bottom;
}
.module_movie div{
    width: 16.6%;
    float: left;
    padding: 20px 10px 0;
}

.list_movie {
    margin-top: 20px;
    text-align: center;
}
.list_movie ul.list_img {
    height: 250px;
    width: 100%;
    overflow: hidden;
}
.list_movie ul.list_img img{
    width: 100%;
    height: 250px;
}
.list_movie ul.list_info {
    color: #fff;
    font-size: 14px;
    padding-top: 12px;
}
.anniversary_box{
    background:  url("../images/activity/activity_bg.png") no-repeat center bottom;
    padding-bottom: 250px;
}
