@import'vide-js.css';
@import'swiper.css';
html,
body {
    overflow-x: hidden;
}

body,
.bbs-body * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    line-height: 1.75;
}

ul,
li {
    list-style-type: none;
}

.bbs-body img {
    border: 0;
}

.bbs-body a {
    text-decoration: none;
}

.bbs-body {
    max-width: 1920px;
    font-family: '华文新魏', 'Microsoft YaHei', Arial, sans-serif;
    overflow: hidden;
    position: relative;
    background: #f0f0f0 url(../images/back.jpg) no-repeat center bottom;
    color: #482e22;
    font-size: 16px;
    min-height: 1600px;
}

.bbs-body.noback {
    background-image: none;
}

.bbs-head {
    padding-bottom: 57.760417%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/head.jpg);
    background-size: cover;
    height: 0;
}

.bbs-inner_01 {
    background: url(../images/inner_bak1.jpg) no-repeat center top;
    background-size: 100% auto;
    height: 1272px;
}


.bbs-container {
    width: 1420px;
    margin: 0px auto;
    position: relative;
}

.bbs-editor {
    margin: 0px auto;
    padding-top: 70px;
    padding-bottom: 100px;
}

.bbs-editor_title {
    background: url(../images/tit_bak.png) no-repeat center;
    background-size: contain;
    padding: 5px 15px;
    font-size: 48px;
    text-align: center;
    line-height: 1;
}

.bbs-editor_con {
    font-size: 30px;
    width: 85%;
    margin: 0px auto;
    margin-top: 50px;
}

.bbs-era {}

.bbs-era_title {
    background: url(../images/tit_bakTwo.png) no-repeat center;
    background-size: contain;
    padding: 40px 45px;
    font-size: 48px;
    text-align: center;
    line-height: 1;
    color: #fff;
}

.bbs-era_main {
    padding-top: 60px;
    font-size: 0;

}

.bbs-era_main-pic {
    width: 45%;
    padding-right: 5%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.bbs-era_main-pic img {
    width: 100%;
    height: auto;
}

.bbs-era_main-text {
    width: 55%;
    display: inline-block;
    font-size: 30px;
}

.bbs-inner_02 {
    background: #f5f5f5 url(../images/inner_bak2.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding: 120px 0 280px 0;
}

.bbs-inner_02.in4 {
    padding: 60px 0 120px 0;
    background-position: center;
}

.bbs-site {
    text-align: center;
}

.bbs-site_title {
    background: url(../images/tit_bakThree.png) no-repeat center;
    background-size: contain;
    font-size: 48px;
    color: #000;
    padding: 80px 170px 95px 150px;
    line-height: 1;
}

.bbs-site_title.tit3 {
    background: url(../images/tit_five.png) no-repeat center;
    padding: 80px 140px 95px 150px;
    background-size: contain;
}

.bbs-site_title.tit2 {
    background-image: url(../images/tit_bakfour.png);
}

.bbs-site_main {
    font-size: 0;
    margin: 0px -30px;
    margin-top: 70px;   
}

.bbs-site_main.main2 {
    margin-top: 10px;
}

.bbs-site_main-list {
    width: 25%;
    display: inline-block;
    padding: 0 30px;
    box-sizing: border-box;
}

.bbs-site_main.main2 .bbs-site_main-list {
    padding: 20px 30px;
}

.bbs-site_main-list img {
    width: 100%;
    height: auto;
}

.bbs-site_main-list_text {
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    font-size: 24px;
    color: #000;
    padding: 15px 0;
    text-align: center;
}

.bbs-site_main-list_text a {
    color: #000;
}

.bbs-inner_03 {
    background: url(../images/hua_bak.png) no-repeat center top;
    background-size: 100% auto;
    min-height: 934px;
    margin-top: -115px;
    padding-top: 140px;
}

.bbs-inner_04 {
    background: url(../images/back.jpg) no-repeat center bottom;
    background-size: 100% auto;
    min-height: 800px;
    padding-top: 140px;
}

.bbs-inner_05 {
    background: url(../images/back_sm.jpg) no-repeat center bottom;
    background-size: 100% auto;
    min-height: 500px;
    padding: 180px 0px 200px 0;
}

.bbs-site_item {
    text-align: center;
    color: #482e22;
    font-size: 48px;
    margin-top: 50px;
}

.bbs-photo {
    padding-top: 180px;
    font-size: 0;
    margin: 0px -30px;
    padding-bottom: 250px;
}

.bbs-photo_list {
    width: 50%;
    display: inline-block;
    padding: 0px 30px;
}

.bbs-photo_list img {
    width: 100%;
    height: auto;
}

.bbs-copyright {
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 2.2;
    padding-top: 20px;
    padding-bottom: 80px;
}

.bbs-innerArticle {
    background: #f0f0f0 url(../images/inner_acBack.jpg) no-repeat center top;
    background-size: 100% auto;
}

.bbs-articleBox {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    padding: 50px 70px;
    border-radius: 10px;    
    margin-top: -70px;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    height: auto;
    padding-bottom: 100px;
}

.bbs-articleBox_title {
    color: #333333;
    font-size: 48px;
    text-align: center;
}

.bbs-articleBox_time {
    color: #9d9d9d;
    font-size: 18px;
    text-align: center;
}

.bbs-articleBox_main {
    font-size: 18px;
    color: #482e22;
    padding-top: 60px;

}

.bbs-articleBox_main img {
    max-width: 90%;
}

.bbs-inner06 {
    padding-top: 500px;
    padding-bottom: 100px;
    background: #f0f0f0 url(../images/back.jpg) no-repeat center top;
}

.bbs-viod {
    text-align: center;
}

.bbs-viod_item {
    display: inline-block;
    width: 80%;
}

.bbs-vr_item-photo {
    padding-bottom: 54.421687%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

.bbs-vr_item-play {
    position: absolute;
    width: 11%;
    display: block;
    bottom: 23%;
    left: 3%;
}

.bbs-vr_item-play::after {
    content: '\20';
    position: absolute;
    padding-bottom: 100%;
    height: 0;
    background: url(../images/icon_play.png) no-repeat center;
    background-size: contain;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.bbs-pagination01,.bbs-pagination02,.bbs-pagination03,.bbs-pagination04,.bbs-pagination05,.bbs-pagination06,.bbs-pagination07,.bbs-pagination08,.bbs-pagination09{
    margin-top: 20px;
}
.bbs-pagination01 span,.bbs-pagination02 span,.bbs-pagination03 span,.bbs-pagination04 span,.bbs-pagination05 span,.bbs-pagination06 span,.bbs-pagination07 span,.bbs-pagination08 span,.bbs-pagination09 span{
    margin: 0px 5px;
}
.bbs-box{
    position: relative;
    margin: 0px -30px;
    overflow: visible;
    padding: 0px 30px;    
}
.bbs-box .bbs-swiper-prev,
.bbs-box .bbs-swiper-next,
.bbs-box .bbs-swiper-prevTwo,
.bbs-box .bbs-swiper-nextTwo,
.bbs-box .bbs-swiper-prev3,
.bbs-box .bbs-swiper-next3,
.bbs-box .bbs-swiper-prev4,
.bbs-box .bbs-swiper-next4{
    position: absolute;
    width: 20px;
    height:47px;
    top: 50%;
    margin-top: -60px;    
    left:0px;
    background: url(../images/ico_arrow.png) no-repeat center;
    background-size: 20px auto;   
    z-index: 2;
    cursor: pointer;
}

.bbs-box .bbs-swiper-next,
.bbs-box .bbs-swiper-nextTwo,
.bbs-box .bbs-swiper-next3,
.bbs-box .bbs-swiper-next4{
    left: auto;
    right: 0px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media screen and (max-width: 1680px) {

    .bbs-inner_01 {
        height: auto;
        background-size: cover;
        padding-bottom: 50px;
    }


    .bbs-container {
        width: 1280px;
    }

    .bbs-editor {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .bbs-editor_title {
        font-size: 36px;
    }

    .bbs-editor_con {
        font-size: 24px;
        width: 80%;
        margin-top: 30px;
    }

    .bbs-era {}

    .bbs-era_title {
        padding: 20px 30px;
        font-size: 32px;
    }

    .bbs-era_main {
        padding-top: 30px;

    }

    .bbs-era_main-text {
        font-size: 28px;
    }

    .bbs-inner_02 {
        padding: 80px 0 220px 0;
    }


    .bbs-site_title {
        font-size: 36px;
        padding: 60px 130px 75px 120px;
    }

    .bbs-site_main {
        margin: 0px -20px;
        margin-top: 50px;
    }

    .bbs-site_main-list {
        padding: 0 20px;
    }

    .bbs-site_main-list_text {
        font-size: 18px;

    }



    .bbs-inner_03 {
        background: url(../images/hua_bak.png) no-repeat center top;
        background-size: cover;
        min-height: 800px;
        margin-top: -85px;
        padding-top: 100px;
    }


    .bbs-photo {
        padding-top: 120px;
        margin: 0px -20px;
        padding-bottom: 200px;
    }

    .bbs-photo_list {
        padding: 0px 20px;
    }

    .bbs-copyright {
        font-size: 16px;
    }

    .bbs-articleBox {
        padding: 20px 40px;
        min-height: 950px;
        margin-top: -50px;
        padding-bottom: 80px;

    }

    .bbs-articleBox_title {
        font-size: 36px;
    }

    .bbs-articleBox_time {
        font-size: 16px;
    }

    .bbs-articleBox_main {
        font-size: 16px;
        padding-top: 40px;

    }

    .bbs-inner06 {
        padding-top: 300px;
        padding-bottom: 50px;
        background: #f0f0f0 url(../images/back.jpg) no-repeat center top;
        background-size: 100% auto;
    }

    .bbs-articleBox {
        margin-top: 0px;

    }


}


@media screen and (max-width: 1280px) {
    .bbs-inner_01 {
        padding-bottom: 40px;
    }

    .bbs-container {
        width: 992px;
    }

    .bbs-editor_title {
        font-size: 28px;
    }

    .bbs-site_title.tit3 {
        padding: 50px 70px 50px 85px;
    }

    .bbs-editor_con {
        font-size: 18px;
    }

    .bbs-era {}

    .bbs-era_title {
        font-size: 28px;
    }



    .bbs-era_main-text {
        font-size: 18px;
    }




    .bbs-site_title {
        font-size: 28px;
        padding: 30px 100px 50px 100px;
    }



    .bbs-inner_03 {
        background-size: contain;
        min-height: 680px;
        padding-top: 60px;

    }

    .bbs-site_main-list_text {
        font-size: 14px;
    }


    .bbs-photo {
        padding-top: 70px;
        padding-bottom: 100px;
    }

    .bbs-site_item {

        font-size: 36px;

    }

    .bbs-articleBox_main {
        font-size: 16px;
    }

    .bbs-inner06 {
        padding-top: 200px;
        padding-bottom: 30px;
    }


}

@media screen and (max-width: 992px) {

    .bbs-container {
        width: 90%;
    }


    .bbs-inner_03 {
        background-size: 115% auto;
    }

    .bbs-site_main-list_text {
        font-size: 14px;
    }

    .bbs-copyright {
        padding-top: 10px;
        padding-bottom: 30px;
    }


}

@media screen and (max-width: 768px) {
    .bbs-body {
        font-size: 13px;
        min-height: 1000px;
    }

    .bbs-head {
        padding-bottom: 40.760417%;
    }

    .bbs-editor_title {
        font-size: 20px;
    }

    .bbs-site_title.tit3 {
        padding: 40px 70px 40px 85px;
    }

    .bbs-editor_con {
        width: 95%;
        font-size: 14px;
    }



    .bbs-era_title {
        font-size: 20px;
    }

    .bbs-era_main-pic {
        width: 100%;
        padding-right: 0%;
    }


    .bbs-era_main-text {
        width: 100%;
        font-size: 14px;
        padding-top: 20px;
    }

    .bbs-inner_02 {
        padding: 40px 0 120px 0;
    }


    .bbs-site_title {
        font-size: 20px;
    }

    .bbs-site_main-list {
        width: 50%;
        padding: 20px;
    }


    .bbs-site_main-list_text {
        font-size: 14px;
    }



    .bbs-inner_03 {
        padding-top: 40px;
        min-height: auto;
        background: none;
    }

    .bbs-photo {
        padding-top: 50px;
    }

    .bbs-photo_list {
        width: 50%;
    }

    .bbs-site_item {
        font-size: 24px;
    }

    .bbs-copyright {
        font-size: 12px;

    }

    .bbs-articleBox_title {

        font-size: 22px;

    }

    .bbs-articleBox_time {

        font-size: 14px;

    }

    .bbs-articleBox_main {
        font-size: 14px;
    }

    .bbs-inner06 {
        padding-top: 100px;
        padding-bottom: 20px;
    }
}
