@charset "utf-8";
.b_title {
    text-align: center;
    margin-bottom: 50px;
}

.b_title h3 {
    color: rgb(83, 180, 73);
    font-size: 24px;
}

.b_title p {
    color: rgb(102, 102, 102);
    font-size: 12px;
}

.b_more {
    margin-top: 30px;
    text-align: center;
}

.b_more a {
    display: inline-block;
    width: 150px;
    line-height: 46px;
    background-color: rgb(83, 180, 73);
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.scenery {
    background-image: url('../images/bg1.jpg');
}

.scenery_main li {
    width: 23%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
}

.scenery_main li a {
    display: block;
}

.scenery_main li img {
    width: 100%;
    display: block;
}

.scenery_main li:nth-child(4n) {
    margin-right: 0;
}


/* 遮罩层 */

.scenery_c_title {
    position: fixed;
    height: 40px;
    top: 40px;
    width: 100%;
}

.scenery_c_close {
    float: right;
    margin-right: 40px;
    cursor: pointer;
}

.scenery_c_close img {
    width: 40px;
}

.scenery_cover {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    display: none;
}

.scenery_c_main {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin: 0 auto; */
    width: 1400px;
}

.swiper_scenery {
    height: 600px;
}

.swiper_scenery .swiper-slide {
    display: flex;
    align-items: center;
    z-index: 0;
}

.scenery_cover .scenery_c_main .swiper-slide-active {
    transform: scale(2);
    z-index: 3;
}

.scenery_cover .swiper_scenery .swiper-slide-next,
.scenery_cover .swiper_scenery .swiper-slide-prev {
    transform: scale(1.5);
    z-index: 2;
}

.scenery_c_main .swiper-slide {
    align-items: center;
    transition: 300ms;
    transform: scale(1);
}

.scenery_c_main .swiper-slide img {
    width: 100%;
    display: block;
}

.scenery_c_main .scenery_prev {
    background: url(../images/btn_next_prev.png) 0 0 no-repeat;
    width: 60px;
    height: 80px;
    left: -100px;
    outline: none;
}

.scenery_c_main .scenery_next {
    background: url(../images/btn_next_prev.png) 0 -81px no-repeat;
    width: 60px;
    height: 80px;
    right: -100px;
    outline: none;
}

.scenery_c_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.scenery_c_bottom span:first-child {
    color: #f88c00;
}