body {
    color: #505050 !important;
    background: url(../images/bodyimg.jpg);
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: auto !important;
    left: 213px !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 80px;
    background-color: #d59649;
    background-color: white;
    border-radius: 100px;
}

.swiper-slide i {
    font-size: 18px;
    margin-right: 5px;
}

.swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    background-color: #b67cad;
    left: 0 !important;
}

.swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    background-color: #b67cad;
    right: 0 !important;
}

.swiper-button-next:after {
    font-size: 14px !important;
    color: white;
    font-weight: bold;
}

.swiper-button-prev:after {
    font-size: 10px !important;
    color: white;
    font-weight: bold;
}

.about {
    background: url(../images/about-banner.jpg) no-repeat center center/cover;
    height: 550px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: 100%;
}

.info {
    margin: 50px 0;
}

.infobox {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.4) 10px 10px 40px -8px;
}

.fuwenlunbo .left {
    width: 50%;
}

.fuwenlunbo .right {
    width: 50%;
    padding: 20px 60px;
}

.fuwenlunbo .right h2 {
    text-align: left;
    font-size: 27px;
    border-left: 8px #aa6f3d solid;
    padding-left: 20px;
    margin-bottom: 20px;
}

.fuwenlunbo .right p {
    text-indent: 2em;
    font-size: 14px;
    text-align: left;
    line-height: 23px;
}

.fuwenlunbo .left {
    width: 50%;
}

.fuwenlunbo .right {
    width: 50%;
    padding: 20px 60px;
}

.fuwenlunbo .right h2 {
    text-align: left;
    font-size: 27px;
    border-left: 8px #aa6f3d solid;
    padding-left: 20px;
    margin-bottom: 20px;
}

.fuwenlunbo .right p {
    text-indent: 2em;
    font-size: 14px;
    text-align: left;
    line-height: 23px;
}

.history h1,
h2 {
    text-align: center;
    color: #7e196f;
}

.history h1 {
    margin-top: 80px;
    font-family: emoji;
    font-weight: bold;
    font-size: 42px;
}

.history h2 {
    font-size: 35px;
    margin-bottom: 80px;
}

.headbox {
    width: 80px;
    margin: 0 auto;
    text-align: center;
    height: 30px;
    background-color: #7e196f;
    color: white;
    line-height: 30px;
    font-weight: bold;
    border-radius: 3px;
}

.timezhou {
    margin-bottom: 100px;
}




@media screen and (max-width: 720px) {
    .about{
        height: 165px;
        margin-bottom: 10px;
    }
    .headbox{
        margin: initial;
        margin-left: -10px;
    }
    .fuwen {
        height: 220px !important;
    }

    .info {
        margin: 0;
    }

    .fuwenlunbo .left {
        width: 100%;
    }

    .fuwenlunbo .right {
        width: 100%;
        padding: 20px;
        padding-bottom: 30px;
    }

    .fuwenlunbo .right h2 {
        margin-bottom: 10px;
    }

    .fuwenlunbo .left img {
        width: 100%;
    }

    .fuwenlunbo .swiper-slide {
        display: table-cell;
        vertical-align: middle;
    }

    .swiper-button-next {
        display: none !important;
    }

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        display: none;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        display: none !important;
    }

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        display: none;
    }
}