* {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
}

p {
    text-justify: inter-ideograph;
    text-align: justify;
    letter-spacing: 1px;
}

.container {
    width: 1000px;
    margin: 0 auto;
}

.active-pc {
    display: block;
}

.none-pc {
    display: none;
}

/* banner css*/
.banner img {
    width: 100%;
}

.banner {
    position: relative;
    font-size: 0;
}

.logo {
    position: absolute;
    top: 5%;
    left: 20%;
    width: 202px;
    height: 66px;
    background: url("../images/logo.png") no-repeat top center;
    background-size: contain;
}

.banner a {
    display: block;
}

/* 诗歌 */
.poetry {
    width: 100%;
    height: 270px;
    background-color: #e0fbf1;
    overflow: hidden;
}

.poetry-box {
    width: 982px;
    height: 177px;
    background: url("../images/1.png") no-repeat top center;
    overflow: hidden;
    margin: 25px auto 0;
}

.poetry-box p {
    width: 837px;
    height: 96px;
    font-size: 24px;
    font-weight: 900;
    color: #333333;
    line-height: 48px;
    margin: 55px 0 0 110px;
    text-indent: 48px;
    letter-spacing: 3px;
}


/* 内容 */
.content {
    width: 100%;
    height: 2420px;
    background: #f6fcee;
    overflow: hidden;
}

.new-box {

    width: 1000px;
    margin: 0 auto;
    display: flex;
    margin-top: 65px;
    justify-content: space-between;
}

.new-box-left {
    width: 675px;
}

.new-box-left>h3 {

    font-size: 20px;
}

.nnn a {
    display: block;
    margin: 28px 0 0 40px;
    color: #05523d;
}

.new-box-left>h3>img {
    padding-right: 23px;

}

.new-box-left>p {
    width: 634px;
    margin-top: 30px;
    line-height: 30px;
    padding-left: 23px;
    font-size: 14px;
    text-indent: 28px;
}

.nnn {
    display: flex;
}

.lineMore {
    width: 555px;
    border-top: 1px dashed #078160;
    margin-top: 40px;
}

.content-box {
    width: 1105px;
    height: 2100px;
    margin: 0 auto;
    background: url("../images/2.png") no-repeat top center;
    margin-top: 84px;
}

.content-left-box {
    width: 100%;
    display: flex;

}

.content-left {
    width: 559px;
}

.content-left p {
    font-size: 14px;
    text-indent: 28px;
    line-height: 30px;
}

.content-left p:nth-child(2) {
    margin-top: 20px;
}

.content-left h3 {
    font-size: 20px;
    /* letter-spacing: 2px; */
}

.content-padding {
    padding-top: 125px;
}

.content-right {
    margin: 10px 0 0 70px;
}

.more-p {
    font-size: 14px;
    text-indent: 28px;
    line-height: 30px;
}

.line {
    width: 100%;
    height: 15px;
    background: url("../images/4.png") no-repeat top center;
    margin-top: 20px;
}

.marginTop {
    margin-top: 30px;
}

.content-right2 {
    margin: 20px 60px 0 35px;
}

.marginTop2 {
    margin-top: 0;
}

.marginTop3 {
    margin-top: -15px;
}

.marginTop4 {
    margin-top: 10px;
}

/* swiper */
.swiper {
    width: 100%;
    height: 615px;
    background: #e0fbf1;
    overflow: hidden;

}

.pos {
    position: relative;
}

.title {
    text-align: center;
    margin-top: 50px;
}

.swiper-container {
    width: 928px;
    margin-top: 20px;
}

.swiper-item {
    width: 235px;
    height: 384px;
    background: url("../images/25.png") no-repeat bottom center;
    background-size: contain;
}

.swiper-item img {
    width: 190px;
    height: 322px;
    margin: 20px 0 0 24px;
}

.swiper-item p {
    text-align: center;
    font-size: 14px;
    color: #666666;
}


.swiper-button-prev,
.swiper-button-next {
    top: 58% !important;
    height: 28px !important;
    color: #05523d !important;
}

.swiper-button-prev {
    left: 0px !important;
    background: url("../images/images/left.png")no-repeat;
}

.swiper-button-next {
    right: -10px !important;
    background: url("../images/images/right.png")no-repeat;
}


/* bottom */
.bottom {
    background-color: #078160;
}

.bottom .jiguan {
    padding: 30px 0 30px;
    margin: 0 auto;
}

.bottom .jiguan p {
    text-align: center;
    width: 532px;
    margin: 0 auto;
    color: #b3cec4;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px !important;
}

.jiguan p a {
    color: #b3cec4;
}

@media screen and (max-width:1100px) {
    .content-box {
        width: 1000px;
    }
}

@media screen and (max-width:768px) {

    /* banner css*/
    .logo {
        width: 152px;
        height: 50px;
        left: 8%;
    }

    .active-iphone {
        display: block;
    }

    .none-iphone {
        display: none;
    }

    .container {
        width: 90%;
    }



    .swiper-container {
        width: 232px;
    }

    .content-box {
        width: 96%;
    }

    .new-box,
    .new-box-left,
    .new-box-left>h3,
    .new-box-left>p {
        width: 100%;
    }

    .new-box {
        width: 96%;
        margin: 25px auto 0;
    }

    .nnn a {
        margin-top: 10px;
    }

    .nnn {
        justify-content: space-around;
    }

    .lineMore {
        width: 70%;
        margin-top: 25px;
    }

    .new-box-left>h3 {
        margin-bottom: 25px;
    }

    .new-box-left>p {
        padding: 0;
        margin-top: 15px;
    }

    .content-left-box {
        flex-wrap: wrap;
    }

    .content-box,
    .content {
        height: 100%;
    }

    .content-box {
        background: none;
        margin-top: 20px;
    }

    .imga {
        width: 100%;
        margin: 0 auto;
    }

    .content-padding {
        padding-top: 0;
    }

    .content-right {
        width: 100%;
        margin: 0px 0;
        text-align: center;
    }

    .content-left {
        width: 100%;
        margin-top: 20px;
        order: -1;
    }

    .marginTop {
        margin-top: 0;
    }

    .content-right2 {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .swiper-item {
        width: 100%;
        height: 285px;
        margin-left: -2px;

    }

    .swiper-item img {
        width: 77%;
        height: 200px;
        margin: 20px 0 0 20px;
    }

    .swiper {
        height: 720px;
    }

    .swiper-container2 {
        width: 100%;
        overflow: hidden;
    }

    .swiper-pagination {
        bottom: -30px !important;
    }

    .swiper-wrapper {
        /* width: 1040px !important; */
    }

    .poetry-box {

        margin-top: 10px;
        width: 96%;
        height: 210px;
        background: url("../images/1.2.png") no-repeat top center;
        background-size: contain;
    }

    .poetry-box p {
        padding: 0 10px;
        width: 85%;
        margin-left: 0;
        margin: 55px auto 0;
        font-size: 18px;
        height: 100% !important;
        line-height: 36px;
    }

    .title img {
        width: 231px;
        height: 45px;
        margin: 0 auto;
    }

    .title {
        margin-top: 25px;
        margin-bottom: 15px;
    }

    /* .swiper-slide {
        width: 100% !important;
    } */
    .poetry {
        height: 250px;
    }

    .content-right img {
        width: 100%;
    }

    .content-right2 img {
        width: 100%;
    }
}

@media screen and (max-width:680px) {
    .bottom .jiguan p {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
    }

    .jiguan p:nth-child(6) img {
        margin-left: 60px !important;
    }

    /* banner css*/
    .logo {
        width: 101px;
        height: 33px;
    }


}

@media screen and (max-width:360px) {}