.box{
    background: #f8faf9;
}
.banner{
    width: 100%;
    height: 5.3rem;
    overflow: hidden;
    margin-top: 0.8rem;
}
.banner .swiper{
    width: 100%;
    height: 100%;
}

.top{
    width: 100%;
    height: 0.5rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
}
.top .top-le{
    width: auto;
    height: 0.5rem;
    overflow: hidden;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.5rem;
    border-bottom: 0.02rem solid #6da288;
    box-sizing: border-box;
    font-weight: bold;
}
.top .top-ri{
    width: auto;
    height: 0.5rem;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.5rem;
    display: block;
}
.notice{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.notice .not-box{
    width: 100%;
    height: 2.65em;
    overflow-y: hidden;
    overflow-x: scroll;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
}
.not-box .not-ul{
    height: 100%;
    display: flex;
    float: left;
}
.not-ul .not-li{
    display: block;
    width: 4rem;
    height: 2.55rem;
    background: #f9f9f9;
    border-radius: 0.1rem;
    overflow: hidden;
    margin-right: 0.2rem;
}
.not-li:last-child{
    margin-right: 0;
}
.not-li .not-img{
    width: 100%;
    /*height: 2.5rem;*/
    overflow: hidden;
}
.not-li .not-span{
    width: 100%;
    height: 0.6rem;
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}

.open{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.open .open-box{
    margin: 0 auto;
    padding: 0.6rem 0 0.45rem;
    overflow: hidden;
    position: relative;
}
.open-box .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.open-box .swiper-slide{
    width: 5.52rem;
    height: 3.67rem;
    position: relative;
}
.swiper-slide .post_banner_item{
    width: 100%;
    height: 100%;
    position: relative;
}
.open-box .span{
    width: 100%;
    height: 0.3rem;
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.24rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.3rem;
}

#open .swiper-button-prev{
    width: 0.42rem !important;
    height: 0.42rem !important;
    background: url(../images/prev.png) no-repeat center center / 100% 100% !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 57%;
}
#open .swiper-button-next{
    width: 0.42rem !important;
    height: 0.42rem !important;
    background: url(../images/next.png) no-repeat center center / 100% 100% !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 57%;
}
.swiper-button-next:after {
    content: '' !important;
}
.swiper-button-prev:after{
    content: '' !important;
}

.feng{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.2rem;
    box-sizing: border-box;
    background: #ffffff;
}

.feng .feng-box{
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
    overflow: hidden;
    padding: 0 0.5rem;
    box-sizing: border-box;
}
.feng-box .feng-item{
    width: 2.85rem;
    /*height: 1.5rem;*/
    float: left;
    margin-top: 0.2rem;
    margin-right: 0.2rem;
}

.exhibits{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.exhibits .exh-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.1rem;
    margin-bottom: 0.4rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
}
.exh-box .exh-item{
    display: block;
    width: 2.85rem;
    height: 2.85rem;
    position: relative;
    float: left;
    margin-right: 0.2rem;
    margin-top: 0.2rem;
}
.exh-item .exh-span{
    width: 100%;
    height: 0.6rem;
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.26rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.65rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 0.1rem;
    box-sizing: border-box;
}

.review{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.review .rev-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.1rem;
    margin-bottom: 0.4rem;
}
.rev-box .rev-item{
    display: block;
    width: 100%;
    height: 4rem;
    position: relative;
    margin-top: 0.2rem;
}
.rev-item .rev-span{
    width: 98%;
    height: 0.6rem;
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.26rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.65rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 0.1rem;
    padding-right: 0.1rem;    
}