html, body, 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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,input{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: "微软雅黑";
    color: #121212;
}
i,strong,em,var{
    *font-style: normal;
    -font-style:normal;
}
a{
    text-decoration: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
    display: block;
}
ol,ul{
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
.clear:after{
    visibility: hidden;/* 将在对象后增加的内容隐藏，但保留物理空间（因为高度设为0，所以对页面无影响）*/
    display: block;/* 以块显示（换行作用) */
    font-size: 0;/* 字号设置为0，使其内容不对页面产生影响 */
    content: ". "; /* " "内为在对象后显示的内容，此处为"." */
    clear: both;/* 清除浮动 */
    height: 0;/* 高度设为0，使其不对页面产生影响 */
}
.clear{
    zoom:1;
}/*兼容IE6/IE7*/
input,textarea,select{
    -webkit-appearance: none;
}
/*正文*/
.first{
    width: 100%;
    height: 550px;
    background: url("/images/mcn/back.jpg") no-repeat;
    background-position: center 0;
    background-size: cover;
    -webkit-background-size: cover;
    text-align: center;
}
.first-con{
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.first-con .text-box{
    flex: 1;
}
.first-con .text{
    float: right;
}
.first-con .text p{
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    line-height: 90px;
    text-align: left;
}
.title-img{
    margin-top: 64px;
    width: 689px;
    margin-left: 60px;
}
.descrition{
    font-size: 20px;
    line-height: 55px;
    background: #fafafa;
    padding: 65px 0;
}
.des-con{
    width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
}
.descrition h3{
    font-weight: bold;
    color:#333;
}
.daily{
    background-color: #fff;
}
.daily-con{
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.daily-con h2{
    font-weight: bold;
    background-image: linear-gradient(to right, #fbcb62,#fe9422);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 45px;
    padding-top: 60px;
    text-align: center;
}
.daily-con h3{
    font-size: 36px;
    line-height: 90px;
    text-align: center;
}
.daily-con .imgs{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.daily-con .imgs img{
    height: 350px;
    margin-right: 30px;
    box-shadow: 4px 4px 9px rgba(0,0,0,0.3);
}
.event-box{
    background-color: #e7e7e7;
    height:815px;
}
.event-box h2{
    font-size: 36px;
    line-height: 165px;
    color: #453838;
    text-align: center;
    width: 1590px;
    position: relative;
    margin: 0 auto;
}
.event-box h2 hr{
    width: 618px;
    border: 0;
    border-top: 2px solid #c5c2c2;
    position: absolute;
    left:0;
    top: 82px;
    margin: 0;
}
.event-box h2 hr:nth-child(2){
    position: absolute;
    left: auto;
    right: 0;
    top: 82px;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 4px 8px 8px rgba(0,0,0,0.3);

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper {
    height: 530px;
    cursor: pointer;
    overflow: auto;
}
.swiper-wrapper{
    height: 97%!important;
}
.swiper-slide{
    /* padding: 45px; */
    box-sizing: border-box;
}
.swiper-slide{
    overflow: hidden;
}
.swiper-slide .left{
    float: left;
    width: 46%;
    margin-left: 6%;
    margin-right: 4%;
    /* padding: 2%; */
}
.swiper-slide .left h2{
    font-size: 28px;
    line-height: 45px;
    color: #303030;
    width: 100%;
    font-weight: bold;
    text-align: left;
}
.swiper-slide .mcn-content{
    font-size: 16px;
    line-height: 30px;
    color: #898989;
    border-top: 2px solid rgba(0,0,0,0.08);
    padding-top:40px;
    margin-top:30px;
    text-align: left;
}
.swiper-slide .right{
    float: left;
    width: 42%;
    margin-right: 4%;
}
.swiper-slide .right img{
    width: 100%;
}
.swiper-slide .right .img1{
    width: auto;
    height: 450px;
}