body{
    min-width: 1200px;
    background: #000 url("mx20191001_bg.jpg") repeat-y center top;
    color: #fff;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

#container{
    min-width: 1200px;
    overflow: hidden;
}
.inner{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#bannerBox{
    background: transparent url("mx20191001_banner.jpg") no-repeat center top;
    height: 1781px;
}
#bannerBox .inner{
    padding-top: 238px;
}
#bannerBox .logo{
    position: absolute;
    right: 50px;
    top: 50px;
}
#bannerBox .title{
    width: 809px;
    margin: 0 auto;
}
#bannerBox .intro{
    margin: 866px auto 0;
    width: 435px;
    height: 350px;
    position: relative;
}
#bannerBox .intro h3{
    position: absolute;
    right: -80px;
    top: -100px;
}
#bannerBox .inner p{
    text-indent: 2em;
    font-size: 22px;
    font-family: '楷体', sans-serif;
    writing-mode: vertical-rl;
    line-height: 2;
    text-align: justify;
}

.section-title{
    background: url("mx20191001_title-bg.png") no-repeat;
    width: 451px;
    height: 201px;
    margin: 50px auto;
    text-align: center;
}
.section-title img{
    padding-top: 12px;
}
.section-desc{
    text-indent: 2em;
    width: 650px;
    margin: 50px auto;
    text-align: justify;
    font-size: 20px;
    font-family: '楷体', sans-serif;
}

#storyBox .story{
    background: url("mx20191001_border.png") no-repeat;
    font-family: '楷体', sans-serif;
    width: 1057px;
    height: 253px;
    margin: 0 auto;
    padding: 40px 50px;
}
#storyBox .story h3{
    font-size: 32px;
    text-align: center;
}
#storyBox .story p{
    text-align: justify;
    font-size: 16px;
    text-indent: 2em;
}

#customBox{

}
#customBox ul{
    overflow: hidden;
}
#customBox ul li{
    width: 400px;
    float: left;
    padding: 1px;
    position: relative;
    cursor: pointer;
}
#customBox ul li .text{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 50px 40px;
    left: 0;
    top: 0;
    font-family: '楷体', sans-serif;
}
#customBox ul li:hover .text{
    display: block;
}
#customBox ul li img{
    border: 4px solid;
    border-color: #c89958 #37230f #37230f #c89958;
    border-radius: 4px;
    width: 100%;
    height: 460px;
    display: block;
}
#customBox ul li .text h3{
    font-size: 32px;
    text-align: center;
}
#customBox ul li .text p{
    text-align: justify;
    font-size: 16px;
    text-indent: 2em;
}

#newsBox{

}
#newsBox .ppt{
    width: 600px;
    float: left;
    position: relative;
}
#newsBox .list{
    width: 550px;
    float: right;
}
#newsBox .ppt .swiper-slide{
    position: relative;
}
#newsBox .ppt .swiper-slide span{
    position: absolute;
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    left: 0;
    bottom: 0;
}
#newsBox .ppt .swiper-slide img{
    width: 100%;
    display: block;
}
#newsBox .ppt .swiper-pagination{
    width: auto;
    right: 10px;
    left: auto;
}
#newsBox .list li{
    font-family: '楷体', sans-serif;
    font-size: 20px;
    padding: 20px 0;
    border-bottom: 1px dashed #fff;
}
#newsBox .more{
    text-align: right;
}
#newsBox .more a{
    font-family: '楷体', sans-serif;
    font-size: 20px;
    text-decoration: underline;
}

#photoBox{

}
#photoBox .ppt{
    position: relative;
}
#photoBox .swiper-slide img{
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
#photoBox .swiper-slide span{
    width: 100%;
    display: block;
    text-indent: 2em;
    text-align: justify;
    font-size: 16px;
}

#photoBox .ppt .swiper-button-prev{
    background: url("mx20191001_prev.png") no-repeat;
    width: 48px;
    height: 62px;
    margin-top: -70px;
    left: -80px;
}
#photoBox .ppt .swiper-button-next{
    background: url("mx20191001_next.png") no-repeat;
    width: 48px;
    height: 62px;
    margin-top: -70px;
    right: -80px;
}

footer{
    min-width: 1200px;
    padding: 100px 0;
    position: relative;
}
footer h1{
    text-align: center;
    font-size: 42px;
    color: #ffffff;
}
footer p{
    font-size: 29px;
    text-align: center;
    color: #ffffff;
}
footer p.copy{
    margin-top: 80px;
    font-size: 21px;
    line-height: 29px;
    color: #ffffff;
}
footer p.copy span{
    margin-top: 50px;
    font-size: 17px;
    color: #ffffff;
}
footer .main{
    width: 1200px;
    height: 413px;
    margin: 0 auto;
    position: relative;
}
footer .main .img1{
    left: -360px;
    position: absolute;
    bottom: 76px;
}
footer .main .img2{
    left: -360px;
    position: absolute;
    bottom: 0;
}