.allpage {
    background: #efeef3;
}
#navbox {
    padding:10px 0;
    text-align:center;
}
#navbox a {
    display:inline-block;
    width:31.6667%;
    height:8.889vw;
    text-align:center;
    font-size:16px;
    color:#835e1b;
    line-height:8.889vw;
    background:url(images/navbox_bg.png) 0 0 / 100% 100% no-repeat;
}
.navbox2_wrap {
    /*padding: 2vw;*/
    width: 20vw;
    height: 12vw;
    /*background: url(images/navbox2.png) 0 0 /100% 100% no-repeat;*/
}
#navbox2{
    margin: -5vw 15px 0;
    padding: 3vw 0;
    z-index: 3;
    position: relative;
    margin-top: -5vw;
    font-size: 0;
    text-align: center;
    background: #fff;
    border-radius: 20px;
}
#navbox2 a{
    display: inline-block;
    margin: 2vw 1.2vw 0;
    width: 20vw;
}
.navbox2_wrap img{
    width: 12vw;
    height: 12vw;
    margin: 0 4vw;
}
#navbox2 span{
    display: inline-block;
    width: 20vw;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #000;
}
.modulebox{

}
.modulebox h2{
    padding: 15px 0 15px;
}

.imgbox{
    padding: 0 1.85vw;
}
.imgboxleft{
    position: relative;
    width: 50vw;
    height: 50vw;
}
.imgboxright{
    position: relative;
    width: 45vw;
}
.imgboxleft, .imgboxright{
    border-radius: 10px;
    /*overflow: hidden;*/
}
.mt185{
    margin-top: 1.85vw;
}

.newslist img{
    /* width: 36.67vw;
    height: 24.5vw; */
    width: 150px;
    height: 97.5px;
    border-radius: 10px;
}
.newslist{
    padding: 0 1.85vw
}
.newslist li{
    padding: 8px 0;
    border-bottom: 1px solid #c8c7cc;
}
.newslisttitle{
    overflow: hidden;
    font-size: 16px;
    color: #000;
    width: calc(93vw - 150px);
    height: 78px;
    line-height: 26px;
}
.newslisttime{
    padding-top: 2px;
    font-size: 14px;
    color: #7d7c81;
}
.newslisttime .fr{
    padding-right: 10px;
}


.mbox1{
    position: relative;
    padding-top: 20px;
    padding-bottom: 18vw;
}
.mbox1 h2{
    margin-bottom: 5vw;
    text-align: center;
    color: #fff;
    height: 36vw;
    text-indent: -9999px;
    background: url(images/mbox1_titlebg.png) no-repeat;
    background-size: cover;
}
@media (min-width: 1000px){
    .mbox1 h2{
        height: 38vw;
    }
}
.mbox1_list{
    margin: 0 15px;
    color: #fff;
}
.mbox1_list li{
    padding: 10px 5px 10px 12px;
    border-bottom: 1px solid #bfd9ed;
    line-height: 24px;
    background: url(images/mbox1_icon.jpg) 0 19px / 6px 6px no-repeat;
}
.mbox1_list a{
    color: inherit;
    font-size: 16px;
}


.mbox2, .mbox4{
    position: relative;
}
.mbox2 h2, .mbox4 h2, .mlist h2 {
    text-align: center;
    line-height: 10vw;
    color: #0060ad;
    height: 10vw;
    text-indent: -9999px;
    background: url(images/mbox2_titlebg.png) center center / 100vw 10vw no-repeat;
}  
.mbox2 img{
    width: 100%;
    height: 30vw;
    border-radius: 8px;
}
.imgboxright{
    margin: 0 1.5vw 15px;
}
.mbox3{
    overflow: hidden;
}
.mbox3, .mbox5{
    padding-top: 20px;
    padding-bottom: 70px;
    background: #0060ad url(images/mbox3.jpg) 0 0 / 100vw 5vw no-repeat;
}
.mbox3 h2, .mbox5 h2{
    text-align: center;
    line-height: 10vw;
    color: #fff;
    height: 10vw;
    background: url(images/mbox1_titlebg.png) center center / 50vw 10vw no-repeat;
}  
.mbox3 .swiper-msg{
    position: absolute;
    bottom: -60px;
    color: #fff;
}
.mbox3 .swiperbox2 .swiper-slide, .mbox3 .swiper-container{
    overflow: visible;
}
.mbox3-img-wrapper .swiper-slide{
    position: relative;
}

.mbox3 img{
    height: 100%;
}

.mbox5 .swiper-msg, .mbox5 .imgbox-time{
    color: #fff;
}
.more{
    position: absolute;
    bottom: 4vw;
    right: 12vw;
    padding: 4vw;
    font-weight: bold;
    color: #fff;
}
.more2{
    position: absolute;
    top: 1vw;
    right: 2vw;
    padding: 4vw;
    color: #000;
}
.wrap{
    background: url(images/mbox1.png) 0 bottom no-repeat;
    background-size: cover;
}
.allpage{
    padding-top: 0;
    background: #fff;
}
.cate-title {
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    color: #000;
    padding-left: 1.85vw;
}
.cate-title em {
    margin-right: 4px;
    display: inline-block;
    width: 6px;
    height: 17px;
    vertical-align: middle;
    background: #53c9ff;
}

.mbox1 .icon {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    background: url(images/video_icon.png) 0 0 / 100% 100% no-repeat;
    z-index: 9;
}