#section {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

#main-top {
    position: relative;
    width: 100%;
    z-index: 0;
    margin-top: 5px;
}

.main-box {
    display: table-cell;
    vertical-align: top;
}

.slide_wrap {
    position: relative;
    width: 650px;
    height: 280px;
    float: left;
    margin-right: 0;
    overflow: hidden;
}

.glist-box div {
    float: left;
    padding-top: 5px;
}

.glist-box ul {
    overflow: hidden;
    width: 840px;
    float: left;
    height: 210px
}

.glist-box ul li {
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
    height: 100px;
}

.glist-box2 a {
    float: left;
    padding-top: 6px;
}

.glist-box3 div {
    float: left;
}

.gallery-wrapper {
    position: relative;
    width: 650px;
    height: 280px;
    margin: 0;
    padding: 0;
    left: 0;
}

.gallery-wrapper .gallery-list {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 280px;
}

.gallery-wrapper .gallery-list li {
    position: absolute;
    left: 0;
    display: none
}

.gallery-wrapper .gallery-list li:first-child {
    display: block;
}

.gallery-wrapper .gallery-list li. {
    display: block;
}

.gallery-wrapper .gallery-list li.h {
    display: block;
}

.gallery-wrapper .gallery-list li.active {
    display: block;
}

.gallery-wrapper .gallery-list li a {
    display: block;
    text-align: center;
}

.gallery-wrapper .gallery-list li a img {
    display: block;
}

.gallery-wrapper .btn-prev,
.gallery-wrapper .btn-next {
    position: absolute;
    top: 160px;
    color: #f4e9ed;
    font-size: 26px;
}

.gallery-wrapper .btn-prev {
    left: 20px;
    color: transparent;
}

.gallery-wrapper .btn-next {
    right: 20px;
    color: transparent;
}

.ctrl-box {
    position: absolute;
    width: 645px;
    height: 20px;
    margin-top: -20px;
    margin-bottom: 7px;
    background: #666;
}

.ctrl-box .bullet {
    width: 32.9%;
    height: 20px;
    text-align: center;
}

.ctrl-box a {}

.ctrl-box a .bullet {
    display: inline-block;
    color: #fff;
    padding-top: 3px;
    font-size: 12px;
    vertical-align: middle;
}

.ctrl-box a.active .bullet {
    background: #000;
}

.ctrl-box a.hover .bullet {
    background: #000;
}

.btn-ctrl {
    margin-left: 10px;
    padding: 0 4px;
    border: 1px solid #b6b6b6;
    border-radius: 4px;
    background-color: #dadada;
    line-height: 20px;
}


.mb7 {
    margin-bottom: 7px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb50 {
    margin-bottom: 50px;
}

.gline {
    width: 1px;
    height: 90px;
    background: #cccccc;
}

.slide_layout .swiper {
    width: 1100px;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 25px 0 50px;
}

.slide_layout .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    margin: 0 !important;

    /* 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;
}

.slide_layout .swiper-slide img {
    display: block;
    width: 330px;
    height: 330px;
    object-fit: cover;
}

.slide_layout .swiper-button-prev {
    top: 47% !important;
    left: -6px !important;
    color: #cccccc !important;
}

.slide_layout .swiper-button-next {
    top: 47% !important;
    right: -6px !important;
    color: #cccccc !important;
}

.slide_layout .slide_layout {
    width: 1100px;
}

.slide_layout .swiper-button-prev:after {
    font-size: 28px !important;
}

.slide_layout .swiper-button-next:after {
    font-size: 28px !important;
}

.slide_layout .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px !important;
}

.slide_layout .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}

.micon_cata {
    width: 1078px;
    padding: 11px;
    background: #f1f1f1;
    border-radius: 20px;
    margin-bottom: 30px;
}

.micon_cata .swiper {
    position: relative;
    width: 1078px;
    height: 110px;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
}

.micon_cata .swiper-slide {
    text-align: center;

    /* 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;
}

.micon_cata .swiper-button-prev {
    left: 0 !important;
    color: #cccccc !important;
    opacity: 0.6;
}

.micon_cata .swiper-button-prev:hover {
    opacity: 1;
    color: #ff3300 !important;
}

.micon_cata .swiper-button-next {
    right: 0 !important;
    color: #cccccc !important;
    opacity: 0.6;
}

.micon_cata .swiper-button-next:hover {
    opacity: 1;
    color: #ff3300 !important;
}

.micon_cata .swiper-button-prev:after {
    font-size: 25px !important;
}

.micon_cata .swiper-button-next:after {
    font-size: 25px !important;
}

.a8bn_layout {
    width: 1100px;
    display: flex !important;
    flex-direction: column;
}

.a8bn_layout ul {
    display: flex;
    justify-content: space-between;
}

.starbucks_bn {
    border-radius: 20px;
    overflow: hidden;
    display: none;
}

.onethird {
    width: 1100px;
    height: 290px;
    overflow: hidden;
    position: relative;
    display: flex;
}

.onethird .swiper {
    width: 100%;
    height: 290px;
}

.onethird .swiper-slide {
    text-align: center;
    /* 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;
}

.onethird .swiper-button-prev {
    color: #fff;
    background: #999999;
    position: absolute;
    top: 95%;
    left: 43%;
    z-index: 250;
    width: 34px;
    height: 34px;
    border-radius: 50%;

}


.onethird .swiper-button-next {
    color: #fff;
    background: #999999;
    position: absolute;
    top: 95%;
    right: 43%;
    z-index: 250;
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

/* IE9,10 */
@media screen and (min-width:0\0) {
    .onethird .swiper-button-prev {
        top: 88%;
    }

    .onethird .swiper-button-next {
        top: 88%;
    }
}

.onethird .swiper-pagination {
    color: #666666;
    font-size: 17px;
}


.onethird .swiper-button-next:after,
.onethird .swiper-button-prev:after {
    font-size: 17px;
}

.bnthird {
    display: inline-block;
    width: 1100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.bnthird ul {
    display: flex;
    justify-content: space-between;
}


.event {
    width: 1100px;
    height: auto;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.event .swiper {
    width: 100%;
    height: 1030px;
    position: relative;
    background: #fff url(/new/skin/main3/a/event_bn/bg_september.jpg) no-repeat;
}

.event .swiper-slide {
    text-align: center;
    /* 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;
}

.event .swiper-button-prev {
    color: #fff;
    background: #315579;
    position: absolute;
    top: 96.5%;
    left: 42%;
    z-index: 250;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
}

.event .swiper-button-next {
    color: #fff;
    background: #315579;
    position: absolute;
    top: 96.5%;
    right: 42%;
    z-index: 250;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
}

/* IE9,10 */
@media screen and (min-width:0\0) {
    .event .swiper-button-prev {
        top: 94%;
    }

    .event .swiper-button-next {
        top: 94%;
    }
}

.event .swiper-pagination {
    color: #000000;
    font-size: 2.35em;
    position: absolute;
    top: 95%;
}

.event .swiper-button-next:after,
.event .swiper-button-prev:after {
    font-size: 17px;
}



.tit_event {
    display: inline-block;
    width: 1100px;
}


.bnhalf {
    display: inline-block;
    width: 1060px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.bnhalf .white {
    background: #fff;
}

.bnhalf .skyblue {
    background: #e9ffff;
}

.bnhalf ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    border-radius: 20px;
    transition: all 0.3s;
    height:180px; overflow:hidden;
}

.bnhalf ul:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}