.header-box{
    position: relative;
    display: block;
    width: 100%;
}
.header-box>img{
    width: 100%;
}
.header-box .header-con{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.header-box .header-con img{
    width: 100%;
}
.xw-box{
    width: 100%;
    position: relative;
    display: block;
}
.xw-box .xw-con{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    background: url(../img/banner1.png)no-repeat center center;
}
.xw-box .xw-con ul{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.xw-box .xw-con ul li{
    flex-grow:3;
    line-height: 2.5;
    padding: 5px;
}
.xw-box .xw-con ul li a p{
    font-size: 16px;
    font-weight: 900;
    color: #fcd397;
}
.xw-box .xw-con ul li.active a p{
    color: #5e2505;
}
img{
    width: 100%;
}
.xw-box .xw-con ul li.active{
    background-color: #a87b3c;
}
.xw-box .xw-con ul li a p img{
    width: 100%;
}

.news-box{
    width: 100%;
    height: auto;
    box-sizing:border-box;
    position:relative;
    z-index:3;
    float: left;
    background: url(../img/banner3.jpg)no-repeat center center;
}
.news-box:after{
    content:''; 
    pointer-events: none; 
    width:100%; 
    height:151px; 
    position:absolute; 
    top:-53px; 
    left:-78px;
}
.news-box .tab-num{
    letter-spacing:-5px;
    font-size:0;
    width: 100%;

}
.news-box .tab-num ul {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 20px;
    border-bottom: 1px solid;
}
.news-box .tab-num li{
    text-align:center;
    flex-grow:4;
    letter-spacing: normal;
    position: relative;
}
.news-box .tab-num li.on:before{
    width: 70px;
}
.news-box .tab-num li:before {
    content: '';
    width: 0;
    height: 3px;
    background: #bd852c;
    position: absolute;
    left: 40px;
    bottom: -0.02rem;
    transform: translateX(-50%);
    transition: 0.3s;
}
.news-box .tab-num li:first-child:after{display: none;}
.news-box .tab-num li a{
    display: block;
    width: 100%;
    font-size: 20px;
    color: #7e6045;
    position: relative;
    line-height: 2;
    font-family: cursive;
    font-weight: 900;
}
.news-box .tab-num li a:before{/* content:''; */width:0px;height:2px;background:#bd852c;position:absolute;bottom:-16px;left:-4px;transition:0.3s;}
.news-box .tab-num li.on a:before{width:60px;}
.news-box .tab-num li.on a{
    color: #bd852c;
}

.news-box .tab-con{
    padding-top: 2px;
    width: 100%;
    padding-left: 0;
    height: 400px;
}
.news-box .tab-con li{display:flex;align-items:center;padding: 20.5px 0;border-bottom: solid 1px #7e6045;}
.news-box .tab-con li:last-child,.news-box .tab-con li:nth-of-type(6){border:none;}
.news-box .tab-con li:nth-of-type(n+7){display:none;}
.news-box .tab-con li a{font-size:14px;color: #fcd397;flex:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin: 0 30px 0 0px;transition:0.3s;}
.news-box .tab-con li .type{font-size:14px;line-height:1em;padding: 5px 0px 5px 15px;flex:none;color: #fcd397;border-radius:20px;}
.news-box .tab-con li .time{font-size:14px;color: #bd852c;flex:none;padding-right: 8px;}
.news-box .tab-con li:hover a{transform:translateX(8px); color:#fcd397;}
.news-box .more{background: url("../images/more.jpg")no-repeat;width: 16px;height: 16px;text-align: center;position:absolute;right: 75px;top: 58px;letter-spacing: normal;}

.yx-box{
    position: relative;
    display: block;
    width: 100%;
    float: left;
    background: url(../img/banner3.jpg)no-repeat center center;
}
.swiper-boxxx{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 0;
}
.swiper-container {
    padding-top: 1rem;
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
    height: 65%;
    padding-bottom: 3rem;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    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-slide{
    overflow: hidden;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    z-index: 999999;
    cursor: pointer !important;
}
.swiper-box{
    overflow: hidden;
    width: 960px;
}
.swiper-slide.swiper-slide-active{
    transform: scale(1.1);
    transition: all 0.3s ease-out;
}
.swiper-slide{
    transition: all 0.3s ease-out;
}

.yx-con{
    padding: 30px 0;
}
.swiper-pagination{
    width: 100%;
    padding-top: 12px;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border: 0;
    margin: 10px 5px;
    background: #a18f7e;
}
.foot{
    background:url(../img/footer.jpg)no-repeat center center; 
    text-align:center; 
    width: 100%;
    float: left;
    padding: 15px;
}
.foot_nav{
    font-size:14px; 
    color:#fff; 
    line-height:30px; 
    padding:30px 0;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-bottom: 1px solid #b68e44;
}
.foot_nav .line{
    display:inline-block; 
    color:#484848; 
    padding:0 20px
}
.icon{
    border-radius: 50%;
    width: 60px;
    margin: 0 auto;
    background-color: #b68e44;
}
.foot_nav a{
    display:inline-block; 
    color:#fff;
    flex-grow: 3;
}
.foot_nav a:hover{
    color:#544637;
}
.text {
    color: #b68e44;
}
.foot_copy{
    font-size:14px; 
    color:#b68e44; 
    line-height:25px; 
    padding:20px;
    text-align: left;
}
.foot_copy a:hover{
    color:#544637;
}
.foot_copy .choice{
    font-size:14px; 
    padding-bottom:10px
}
.foot_copy a{
    color: #b68e44;
    font-size: 14px;
}
.foot_copy .choice .line{
    color:#b68e44; 
    padding:0 15px
}
.foot_copy a.back_top{
    width: 50px;
    height: 50px;
    display: block;
    bottom: 15px;
    right: 15px;
    position: fixed;
    z-index: 999;
}

/*弹出层*/
.popup_box{width:100%; position:fixed; top:0; left:0; _position:absolute; z-index:998}
.popup_box .popup_close{display:block; background:url(../img/icon_close.png) #5e2505; background-size:33px; border-radius:0 5px 0 0; width:33px; height:33px; position:absolute; top:0; right:30px}
.popup_bg{display:none; background:rgba(0,0,0,0.5); width:100%; height:100vh; position:fixed; _position:absolute; left:0; z-index:997}
/*二维码*/
.popup_wxcode_box{margin-top:-120px; top:50%}
.popup_wxcode{background:#FFF; border-radius:5px; box-shadow:0 0 30px rgba(0,0,0,0.2); text-align:center; padding:20px 10px; margin:0 30px;}
.popup_wxcode img{width:160px}
/*分享至*/
.popup_share_box{margin-top:-120px; top:50%}
.popup_share{background:#FFF; border-radius:5px; box-shadow:0 0 30px rgba(0,0,0,0.2); text-align:center; padding:20px 10px; margin:0 30px;}
.popup_share .title{font-size:18px; color:#333; text-align:center; padding:10px 0 6px}
.popup_share li{float:left; text-align:center; width:33.3%; padding:12px 0}
.popup_share li a{display:inline-block; border-radius:29px; height:58px}
.popup_share li a img{width:58px}
.popup_share li:nth-child(1) a{background:#3eb135}
.popup_share li:nth-child(2) a{background:#3eb135}
.popup_share li:nth-child(3) a{background:#df4d69}
.popup_share li:nth-child(4) a{background:#4dafea}
.popup_share li:nth-child(5) a{background:#eecf3d}
.popup_share li:nth-child(6) a{background:#2e9e3b}
/*以前是共用*/

.m_box{
    width: 100%;
    overflow:hidden;
    margin: 0 auto;
    position:relative;
}
.m_box .top{position: relative;height: 1.17rem;background: url(../img/m_bg_01.png) no-repeat;background-size:cover;/* width: 100%; *//* z-index:11; */}
.m_box .top img{width:100%; height:100%;}
.m_box .top .btn-down{width:2rem; height:0.6rem; position:absolute; right:0.27rem; top:0.34rem;}
.m_box .top .btn-gift{width:1.36rem; height:0.42rem; position:absolute; right:1.56rem; top:0.3rem; display:none;}


.inside_title{background:#5e2505;line-height:48px;height:48px;padding: 0 10px;/* margin-top: 138px; */display:flex;align-items: center;justify-content:space-between;}
.inside_title h2{display:block; flex:none; font-size:18px; font-weight:100; color:#FFF;}
.inside_title .back{font-size:15px; color:#FFF; flex:none;}
.inside_title .back i{display:inline-block; padding-right:6px;}
.inside_title .back i img{width:auto; height:18px; margin-top:-2px;}

.inside_m_box .tab-num{display:flex; background:#eee;}
.inside_m_box .tab-num li{flex:1;}
.inside_m_box .tab-num li a{display:block; font-size:15px; color:#666; text-align:center; line-height:43px; transition:all 0.3s linear;}
.inside_m_box .tab-num li.on a{background:#FFF; color:#544637;}

.news_list{padding:0 12px;}
.news_list li{border-bottom:1px solid #f1f1f1; line-height:46px; height:46px; padding:0 6px;}
.news_list a{display:block; float:left; font-size:13px; color:#5e2505; width:70%; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; transition:all 0.3s linear;}
.news_list a:hover{color:#5e2505;}
.news_list .time{float:right; font-size:12px; color:#5e2505; text-align:right; width:30%;}

.tab-num li.active{
    background-color: #a87b3c;
}
.tab-num li.active a{
    color: #5e2505 !important;

}
.xw-box .xw-con ul li.active:hover{
    background-color: #7e6045;
}


.page1{padding:18px 12px 12px;text-align: center;}
.page1 span{font-size:12px;}
.page1 a{font-size:12px; color:#7b7878;}
.page1 a:hover{color:rgba(46,78,135,1);}
.page1 a em{font-family:"ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“"; font-style:normal; padding:0 5px;}
.foot_copy2{background:#5e2505; font-size:12px; color:#fff; line-height:20px; text-align:center; padding:15px 12px}


.inside_m_box{background:#FFF; }
.inside_m_box .tab-num{display:flex; background:#eee;}
.inside_m_box .tab-num li{flex:1;}
.inside_m_box .tab-num li a{display:block; font-size:15px; color:#a87b3c; text-align:center; line-height:43px; transition:all 0.3s linear;}
.inside_m_box .tab-num li.on a{background:#FFF; color:#334263;}

.list_detail{border-bottom:1px dotted #cecece; padding:0 10px;}
.list_detail .title{font-size:22px; color:#333; line-height:26px; padding-top:15px;}
.list_detail .text{display:block; font-size:12px; color:#999; line-height:12px; padding:6px 0 12px;}
    

.m_text{font-size:14px; color:#333; padding:15px 10px;}
.m_text img{max-width:100%;}

.page_updown{border-top:1px dotted #e6e6e6; font-size:14px; color:#666;}
.page_updown a{display:block; border-bottom:1px dotted #e6e6e6; color:#666; padding:0 10px; line-height:34px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; transition:all 0.3s linear;}
.page_updown a:hover{color:#7e6045}

.page_back{text-align:center; position:relative;}
.page_back a{display:block;}
.page_back .arrow{display:inline-block; border-bottom:6px solid #666; border-left:6px solid transparent; border-right:6px solid transparent; font-size:0; height:0; width:0; line-height:0; position:relative;}
.page_back .arrow i{display:inline-block; border-bottom:6px solid #FFF; border-left:6px solid transparent; border-right:6px solid transparent; font-size:0; height:0; width:0; line-height:0; position:absolute; top:2px; left:-6px;}
.page_back p{font-size:15px; color:#666;}

.gift_list{padding:0 12px;}
.gift_list li{border-bottom:1px solid #e6e6e6; line-height:46px; height:46px; padding:0 6px;}
.gift_list .text{display:block; float:left; font-size:13px; color:#666; width:70%; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; transition:all 0.3s linear;}
.gift_list .btn_box{float:right; font-size:14px; color:#999; text-align:right; width:30%;}

.gift_list .btn_box .btn1{display:inline-block; border:1px solid #5e2505; background:#5e2505; border-radius:3px; font-size:12px; color:#fff; text-align:center; height:23px; line-height:23px; padding:0 20px; transition:all 0.3s linear;}
.gift_list .btn_box .btn1:hover{border-color:#5e2505}
.gift_list .btn_box .btn_no{display:inline-block; background:#adadad; border:1px solid #adadad; border-radius:3px; font-size:12px; color:#FFF; text-align:center; height:23px; line-height:23px; cursor:context-menu; padding:0 20px; transition:all 0.3s linear;}
    
/*弹出层*/
/* .popup_box{width:100%; position:fixed; top:0; left:0; _position:absolute; z-index:998} */
.popup_box .popup_close{display:block; background:url(../img/icon_close.png) #5e2505; background-size:33px; border-radius:0 5px 0 0; width:33px; height:33px; position:absolute; top:0; right:30px}
.popup_bg{
    display:none; background:rgba(0,0,0,0.5); width:100%; height:100vh; position:fixed; _position:absolute; left:0; z-index:997
}
.popup_gift_box{margin-top:-120px; top:50%;}
.popup_gift_box{margin-top:-120px; top:50%;}
.popup_gift{background:#FFF; border-radius:5px; box-shadow:0 0 30px rgba(0,0,0,0.2); padding:15px; margin:0 30px;}
.popup_gift .t_list{font-size:15px; color:#999; line-height:180%; padding:20px 0;}
.popup_gift .t_list label{
    display:block; float:left; color:#5b5b5b; text-align:right; width:70px; font-size:14px; line-height:1.6em;
}
.popup_gift .btn{
    border-radius: 0.5rem !important;
    line-height: 2em !important;
}
.popup_gift .t_list .r_box{padding-left:80px; font-size:14px; line-height:1.6em;}
.popup_gift .btn, .popup_gift .btn:active{display:inline-block; background:#5e2505; border-radius:0.05rem; font-size:16px; color:#FFF; text-align:center; line-height:1em; width:100%; padding:0.22rem 0.05rem; cursor:pointer; transition:background 0.2s linear 0s;}