html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    /*font-weight: normal;*/
    vertical-align: baseline;
}
a {
    color: #7e8c8d;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

li {
    list-style: none;
}
html, body {
    width: 100%;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.chanel-mc{
    width: 100%;
}
.mc-inner{
    width: 1170px;
    margin: 0 auto;
    overflow: auto;
}
.mc-item{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.mc-item1{
    height: 128px;
    background-image: url('../img/mcbg_01.jpg');
}
.mc-item2{
    height: 441px;
    background-image: url('../img/mcbg_02.jpg');
}
.mc-item3{
    height: 230px;
    background-image: url('../img/mcbg_03.jpg');
}
.mc-item4{
    height: 198px;
    background-image: url('../img/mcbg_04.jpg');
}
.mc-item5{
    height: 191px;
    background-image: url('../img/mcbg_05.jpg');
}
.mc-item6{
    height: 152px;
    background-image: url('../img/mcbg_06.jpg');
}
.mc-item7{
    height: 160px;
    background-image: url('../img/mcbg_07.jpg');
}
.mc-item8{
    height: 160px;
    background-image: url('../img/mcbg_08.jpg');
}
.mc-item9{
    height: 333px;
    background-image: url('../img/mcbg_09.jpg');
}
.mc-item10{
    height: 175px;
    background-image: url('../img/mcbg_10.jpg');
}
.mc-item11{
    height: 179px;
    background-image: url('../img/mcbg_11.jpg');
}
.mc-item12{
    height: 177px;
    background-image: url('../img/mcbg_12.jpg');
}
.mc-item13{
    height: 223px;
    background-image: url('../img/mcbg_13.jpg');
}

.mc-item2 a,
.mc-item4 a{
    display: block;
    font-size: 0;
}
.mc-activity{
    width: 380px;
    margin-right: 10px;
    border: none;
    background: none;
}
.mc-activity .act-item:first-child{
    margin-bottom: 9px;
}
.mc-adversity{
    width: 380px;
    margin-top: 5px;
}
.mc-adversity .act-item{
    margin-bottom: 8px;
}
.mask{
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.mask .act-image{
    height: 100%;
    text-align: center;
}
.mask .close{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 50px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}