@charset "utf-8";
/* CSS Document */




/* ul,
ol {
    list-style:none;
    float: left;
}
li {
    list-style:none;
    float: left;
} */



/**********å‘å±•åŽ†ç¨‹**********/
.course-wrap {
    padding-top: 32px;
    padding-bottom: 40px;
    transition: normal;
}

.course-wrap.m-wrap {
    padding-top: 15px;
    position: relative;
}

.course-wrap p.f48 {
    font-size: 42px;
    line-height: 50px;
    color: #035cac;
}

.course-wrap.m-wrap p.f48 {
    font-size: 20px;
    line-height: 34px;
}

.course-wrap span.f14 {
    display: block;
    width: 100%;
    line-height: 26px;
}

.course-wrap.m-wrap span.f14 {
    line-height: 22px;
}

.course-wrap .course-list {
    margin-top: 0px;
    width: 100%;
    position: relative;
}

.course-wrap.m-wrap .course-list {
    margin-top: 20px;
}

.course-wrap .course-list .ovh {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: url(../img/bg_12.png) repeat-x left center;
}

.course-wrap.m-wrap .course-list .ovh {
    background: none;
    width: 100%;
}

.course-wrap .course-list li {
    width: 300px;
    position: relative;
    margin-right: -93px;
}

.course-wrap.m-wrap .course-list li {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
}

.course-wrap .course-list .main {
    padding: 17px 20px 27px;
    background-color: #fff;
    width: 260px;
    color: #777;
}

.course-wrap .course-list .main p {
    padding-left: 18px;
    background: url(../img/ico_125.jpg) no-repeat left 9px;
}

.course-wrap.m-wrap .course-list .main {
    width: 94%;
    padding: 17px 3% 27px;
}

.course-wrap .course-list li .top {
    background: url(../img/bg_10.png) no-repeat left top;
    padding-top: 45px;
    height: 42px;
    line-height: 42px;
    font-family: "Arial";
    font-size: 18px;
    text-align: center;
}

.course-wrap.m-wrap .course-list li .top {
    padding-top: 0;
    padding-left: 3%;
    width: 97%;
    text-align: left;
    background: #e8e8e8;
}

.course-wrap .course-list li.odd {
    margin-top: 0;
}

.course-wrap.m-wrap .course-list li.odd {
    position: relative;
}

.course-wrap .course-list li.odd .top {
    background: url(../img/bg_11.png) no-repeat left bottom;
    padding-bottom: 45px;
    padding-top: 0;
}

.course-wrap.m-wrap .course-list li.odd .top {
    padding-bottom: 0;
    background: #e8e8e8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.course-wrap.m-wrap .course-list li.odd .main {
    margin-top: 42px;
}

.course-wrap .course-list .butn {
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    cursor: pointer;
}

.course-wrap.m-wrap .course-list .butn {
    display: none;
}

.course-wrap .course-list .prev {
    background: url(../images/ico_40.png) no-repeat center top;
    left: 0;
}

.course-wrap .course-list .next {
    background: url(../images/ico_39.png) no-repeat center top;
    right: 0;
}

.course-wrap .course-list .butn:hover {
    background-position: center bottom;
}

.course-wrap .course-list li:hover .top {
    background: url(../images/bg_10.png) no-repeat right top;
    color: #fff;
}

.course-wrap.m-wrap .course-list li:hover .top,
.course-wrap.m-wrap .course-list li.odd:hover .top {
    background: #e8e8e8;
    color: #666;
}

.course-wrap .course-list li.odd:hover .top {
    background: url(../images/bg_11.png) no-repeat right top;
    color: #fff;
}

.course-wrap .course-list li .word {
    text-align: left;
}







@media screen and (max-width: 10230px) {

    .course-wrap .course-list li {
        font-size: 16px;
        color: #333333;
        line-height: 25px;
        width: 300px;
        /*padding-top: 11px;*/
        position: relative;
        top: 11px;
        padding-left: 18px;
        padding-top: 90px;
        box-sizing: border-box;
        float: left;
    }

    .course-wrap .course-list li:hover:before {
        background: #0097F0;
        transition: .5s ease-in-out;
    }

    .course-wrap .course-list li:before {
        height: 105px;
        position: absolute;
        transition: .5s ease-in-out;
        content: "";
        width: 1px;
        left: 0;
        top: 0;
        background: #dddddd;
    }

    .course-wrap .course-list li:hover .g0:after {
        transition: .5s ease-in-out;
        background: #0097F0;
        border: 2px solid #0097F0;
    }

    .course-wrap .course-list li .g0 {
        font-size: 20px;
        font-family: "beba";
        font-weight: bold;
        color: #8C8C8C;
        position: relative;
        margin-bottom: 15px;
        transition: .5s ease-in-out;

    }

    .course-wrap .course-list li:hover .g0 {
        font-size: 35px;
        transition: .5s ease-in-out;
    }

    .course-wrap .course-list li .g0:after {
        position: absolute;
        height: 10px;
        width: 10px;
        border: 2px solid #CDCDCF;
        content: "";
        left: -23px;
        top: 15px;
        transition: .5s ease-in-out;
        bottom: 0;
        margin: auto;
        box-sizing: border-box;
        border-radius: 50%;
    }

    .course-wrap {
        overflow: hidden;
    }

    .course-wrap .course-list .prev {
        left: 2.5%;
    }

    .course-wrap .course-list .next {
        right: 2.5%;
    }

    .course-wrap .course-list li.odd {
        padding-top: 0;
        top: -30px;
    }

    .course-wrap .course-list li.odd:before {
        top: 30px;

        height: 100%;
    }

    .course-wrap .course-list .ovh {
        overflow: visible;
    }

    .course-wrap .course-list li .p p {
        position: relative;
        padding-left: 10px;
        box-sizing: border-box;
        margin-bottom: 10px;
        font-weight: 400;
        color: #6B6B6B;
    }

    .course-wrap .course-list li .p p:after {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #CECED0;
        left: 0;
        top: 11px;
    }

    .course-wrap .course-list li:hover .p p:after {
        background: #006BC6;
    }

    .course-wrap .course-list .butn {
        margin-top: -16px;
    }

    .course-wrap .course-list {
        background: url(../images/bg_12.png) repeat-x left center;
    }

    .course-wrap .course-list .ovh {
        width: 87%;
        margin: 0 auto;
        background: transparent;

    }

    .course-wrap .course-list .butn {
        z-index: 5;
    }





    .ab-honor-wrap {
        margin-top: 70px;
    }

    .ab-honor-wrap .items {
        position: relative;
        height: 600px;
        background: #f7f7f7;
        font-size: 16px;
        color: #333333;
        margin-bottom: 25px;
    }

    .ab-honor-wrap .items .left-imaegs {
        width: 560px;
    }

    .ab-honor-wrap .items .right-words::-webkit-scrollbar {
        width: 4px;
        height: 1px;
    }

    .ab-honor-wrap .items .right-words::-webkit-scrollbar-thumb {
        border-radius: 4px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #535353;
    }

    .ab-honor-wrap .items .right-words::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        background: #EDEDED;
    }

    .ab-honor-wrap .items .right-words {
        position: absolute;
        height: 100%;
        overflow-y: auto;
        width: calc(100% - 560px);
    }

    .ab-honor-wrap .items .right-words .ul {
        padding: 55px 70px;
        box-sizing: border-box;
    }

    .ab-honor-wrap .items .right-words .ul:nth-child(n+2) {
        border-top: 1px solid #dddddd;
        box-sizing: border-box;
    }

    .ab-honor-wrap .items .right-words.fr {
        right: 0;
        top: 0;
    }

    .ab-honor-wrap .items .right-words.fl {
        left: 0;
        top: 0;
    }

    .ab-honor-wrap .items .right-words .ul .ul-top {
        font-size: 20px;
        font-weight: bold;
        line-height: 22px;
        height: 22px;
        margin-bottom: 15px;
    }

    .ab-honor-wrap .items .right-words .ul .ul-top img,
    .ab-honor-wrap .items .right-words .ul .ul-top .span {
        display: inline-block;
        vertical-align: middle;
    }

    .ab-honor-wrap .items .right-words .ul .li {
        float: left;
        width: 33.33%;
        line-height: 50px;
        /*overflow: hidden;*/
    }

    .ab-honor-wrap .items .right-words .ul .li .p {
        display: inline-block;
        line-height: 1.2;
        vertical-align: top;
        width: calc(100% - 20px);
    }

    .ab-honor-wrap .items .right-words .ul .li span {
        color: #0a66a6;
        font-weight: bold;
        display: inline-block;
        line-height: 1.2;
        vertical-align: top;
    }

    .ab-honor-wrap .items .right-words .ul .li.active {
        width: 100%;
    }

    /**/
    .w1340 {
        width: 1340px;
        margin: 0 auto;
    }

    .ad-road-wrap .road-tit {
        margin: 0 auto;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 45px;
        width: 600px;

    }

    .ad-road-wrap .road-tit .span {
        display: inline-block;
        font-size: 16px;
        color: #999999;
        transition: .5s ease-in-out;
        line-height: 1.2;
        cursor: pointer;
    }

    .ad-road-wrap .road-tit .span:hover,
    .ad-road-wrap .road-tit .span.active {
        color: #0097F0;
        transition: .5s ease-in-out;
    }

    .ad-road-wrap .road-ul {
        position: relative;
        padding-top: 68px;
        box-sizing: border-box;
    }

    .ad-road-wrap .road-ul:after {
        position: absolute;
        width: 18px;
        height: 18px;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: url(../img/img2/i14.png) no-repeat center;
        background-size: 100%;
    }

    .ad-road-wrap .road-ul:before {
        height: 50px;
        width: 2px;
        background: #dddddd;
        content: "";
        left: 0;
        top: 18px;
        right: 0;
        margin: auto;
        position: absolute;
    }

    .ad-road-wrap .road-ul .items {
        position: relative;
        min-height: 300px;
    }

    .ad-road-wrap .road-ul .items:before {
        height: 100%;
        width: 2px;
        background: #dddddd;
        content: "";
        left: 0;
        top: 0;
        right: 0;
        margin: auto;
        position: absolute;
    }

    .ad-road-wrap .road-ul .items:nth-child(n+2) .words {
        margin-top: -230px;
    }

    .ad-road-wrap .road-ul .words {
        width: 50%;
        position: relative;
        padding-bottom: 10px;
    }

    .ad-road-wrap .road-ul .words:before {
        position: absolute;
        content: "";
        height: 2px;
        width: 120px;
        top: 11px;
        background: #dddddd;
    }

    .ad-road-wrap .road-ul .words.fl .g0 {
        text-align: right;
    }

    .ad-road-wrap .road-ul .words.fl:before {
        right: 0;
    }

    .ad-road-wrap .road-ul .words.fr .g0 {
        text-align: left;
    }

    .ad-road-wrap .road-ul .words.fr:before {
        left: 0;
    }

    .ad-road-wrap .road-ul .word {
        width: 510px;
    }

    .ad-road-wrap .road-ul .word .g0 {
        font-size: 20px;
        line-height: 25px;
        height: 25px;
        color: #222222;
        font-family: Arial;
        margin-bottom: 30px;
    }

    .ad-road-wrap .road-ul .word .box {
        background: #f7f7f7;
    }

    .ad-road-wrap .road-ul .word .box .h0 {
        line-height: 60px;
        height: 60px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        background: #0097F0;
        color: #ffffff;
        font-size: 16px;
        padding: 0 35px;
        box-sizing: border-box;
    }

    .ad-road-wrap .road-ul .word .box .img {
        padding: 35px;
        box-sizing: border-box;
        font-size: 16px;
        color: #333333;
        line-height: 30px;
    }

    .ad-road-wrap .road-ul .word .box .img:hover img {
        transition: .5s ease-in-out;
        transform: scale3d(1.05, 1.05, 1);
    }

    .ad-road-wrap .road-ul .word .box .i {
        overflow: hidden;
    }

    .ad-road-wrap .road-ul .word .box .i img {
        transition: .5s ease-in-out;
        width: 100%;
    }

    .ad-road-wrap .road-ul .word .box .p {
        margin-top: 35px;
    }

    @media screen and (max-width: 1850px) {}


    @media screen and (max-width: 1750px) {}

    @media screen and (max-width: 1650px) {


        .w1340 {
            width: 100%;
        }

        .ab-honor-wrap .items {
            height: auto;
        }

        .ab-honor-wrap .items .right-words .ul {
            padding: 40px 55px;
        }

        .ab-honor-wrap .items .right-words .ul .ul-top {
            font-size: 18px;
        }

        .ab-honor-wrap .items .right-words .ul .li {
            line-height: 40px;
            font-size: 14px;
            height: 40px;
        }

        .ab-honor-wrap .items .left-imaegs {
            width: 35%;
        }

        .ab-honor-wrap .items .right-words {
            width: 65%;
        }

        .down-box .items {
            height: auto;
        }

        .down-box .items .words {
            height: auto;
            width: calc(100% - 150px);
            padding: 15px 0;
            padding-left: 20px;
        }

        .down-box .items .words .t0 {
            margin-bottom: 15px;
        }

        .down-box .items .words .more {
            margin-top: 35px;
        }

        .ad-road-wrap .road-ul .word {
            width: calc(100% - 100px);
        }

        .ad-road-wrap .road-ul .words:before {
            width: 70px;
        }

        .ad-road-wrap .road-ul .word .box .p {
            margin-top: 20px;
        }

        .ad-road-wrap .road-tit {
            margin-top: 40px;
            margin-bottom: 30px;
        }

        .ad-road-wrap .road-ul {
            padding-top: 58px;
        }

        .ad-road-wrap .road-ul:before {
            height: 40px;
        }

        .c-tit-t40 {
            font-size: 25px;
        }

        .culture1-wrap .culture1-ul .words .t0 {
            font-size: 22px;
        }

        .culture0-wrap {
            padding-top: 75px;
            padding-bottom: 35px;
        }
    }

    @media screen and (max-width: 1450px) {}

    @media screen and (max-width: 1350px) {}

    @media screen and (max-width: 1190px) {}

    @media screen and (max-width: 1100px) {}

    @media screen and (max-width: 1023px) {


        .ad-road-wrap .road-ul .word {
            width: calc(100% - 60px);
        }

        .ad-road-wrap .road-ul .words:before {
            width: 45px;
        }

        .ad-road-wrap .road-ul .word .box .p {
            font-size: 14px;
            line-height: 25px;
        }

        .ad-road-wrap .road-ul .word .box .h0 {
            padding: 0 20px;
        }

        .ad-road-wrap .road-ul .word .g0 {
            margin-bottom: 20px;
        }

        .culture1-wrap .culture1-ul .words,
        .culture1-wrap .culture1-ul .images {
            width: 100%;
        }

        .culture1-wrap .culture1-ul .words {
            position: static;
        }

        .culture1-wrap .culture1-ul .items {
            margin-bottom: 20px;
        }

        .culture1-wrap .culture1-ul .words .p {
            margin-bottom: 20px;
        }

    }

    @media screen and (max-width: 900px) {
        .ad-road-wrap .road-ul:after {
            width: 16px;
            height: 16px;
            left: -8px;
            right: auto;
        }

        .ad-road-wrap .road-ul:before,
        .ad-road-wrap .road-ul .items:before {
            right: auto;
            left: -1px;
        }

        .ad-road-wrap .road-ul .words.fl .g0 {
            text-align: left;
        }

        .ad-road-wrap .road-ul .items:nth-child(n+2) .words {
            margin-top: 0;

        }

        .ad-road-wrap .road-ul .words.fl:before {
            right: auto;
            left: 0;
        }

        .ad-road-wrap .road-ul .words {
            width: 100%;
            min-height: auto;

        }

        .ad-road-wrap .road-ul .word {
            float: right;
        }

        .ad-road-wrap .road-ul .words img {
            width: 100%;
        }

        .ad-road-wrap .road-tit {
            overflow: hidden;
        }

        .ad-road-wrap .road-tit .span {
            font-size: 12px;
        }

    }

    @media screen and (max-width: 800px) {
        .course-wrap .course-list .butn {
            display: none !important;
        }

        .course-wrap .course-list li .g0 {
            margin-bottom: 5px;
        }

        .course-wrap .course-list li {
            top: 0;
        }

        .course-wrap .course-list li:hover .g0 {
            font-size: 20px;
        }

        .course-wrap .course-list li:before {
            height: 100%;
        }

        .course-wrap .course-list li {
            padding: 0;
            font-size: 14px;
            padding-left: 18px;
            padding-bottom: 20px;
            width: 100%;
            line-height: 1.6;
        }

        .course-wrap .course-list li.odd:before {
            top: 0;
        }

        .course-wrap .course-list {
            margin-top: 0;
        }

        .course-wrap .course-list li.odd {
            top: 0;
        }

        .course-wrap .course-list .ovh {
            width: 95%;
        }

        .course-wrap {
            padding-top: 0;
        }

        .course-wrap .course-list {
            background: transparent;
        }
    }

    @media screen and (max-width: 780px) {
        .h75 {
            height: 38px;
        }

        .characteristics-wrap .items:before {
            top: 10px;
        }

        .wrap.m-wrap.header {
            width: 100%;
            box-sizing: border-box;
        }

        .kwords {
            font-size: 14px;
            line-height: 25px;
        }

        .characteristics-wrap .items .p {
            font-size: 14px;
            line-height: 24px;
        }

        .characteristics-wrap .items .t1 {
            margin-top: 8px;
            margin-bottom: 14px;
            font-size: 14px;
        }

        .characteristics-wrap .items {
            padding: 10px;
        }

        .garden .items .words {
            padding: 5%;
        }

        .t60 {
            font-size: 20px;
        }

        .ad-road-wrap .road-tit {
            width: 100%;
        }

        .culture2-wrap .culture2-ul .items .words .t0 {
            font-size: 18px;
        }

        .guidance-top .guidance-list {
            padding: 20px 25px;
        }
    }

    @media screen and (max-width: 768px) {
        .ab-honor-wrap .items .right-words .ul .li .li-bot {
            position: static;
            width: 100%;
            display: block;
            background: transparent;
            padding: 10px 20px;
            font-size: 16px;
            color: #888;
            display: none !important;

        }

        .ab-honor-wrap .items .right-words .ul .li .li-bot:after {
            display: none;
        }

        .wel-news-box .titbox .t40 {
            font-size: 20px;
        }

        .news-infor.news-infor-2 .wrap2 .box {
            width: 100%;
            margin-left: 0 !important;
        }

        .dj-news-0 .news-infor .wrap2 .box {
            width: 100%;
            margin-left: 0 !important;
        }

        .dj-news .words-box .items .time {
            font-size: 13px;
            margin-bottom: 10px;
        }

        .dj-news .words-box .items .p {
            font-size: 14px;
            line-height: 24px;
            height: 48px;
        }

        .dj-news-0 .news-infor .wrap2 .box a {
            padding: 20px;
        }

        .dj-news-0 .news-infor .wrap2 .box .f18 {
            font-size: 16px;
        }

        .dj-news,
        .dj-news-0 {
            padding-top: 30px;
            padding-bottom: 35px;
        }

        .garden {
            padding-top: 30px;
        }

        .culture1-wrap .culture1-ul {
            margin-top: 20px;
        }

        .culture0-wrap .culture0-ul {
            margin-top: 30px;
        }

        .culture0-wrap {
            padding-top: 35px;
        }

        .culture0-wrap .words {
            margin-top: 20px;
        }

        .culture0-wrap .words .h0 {
            font-size: 16px;
        }

        .culture0-wrap .words .h1 {
            font-size: 13px;
            margin-top: 5px;
        }

        .culture0-wrap .images {
            width: 70px;
            height: 70px;
        }

        .culture0-wrap .culture0-line {
            height: 35px;
        }

        .culture2-wrap .culture2-ul .items .words {
            padding: 15px 20px;
        }

        .footer-main.m-wrap {
            padding: 15px 10px;
            width: 100%;
            box-sizing: border-box;
        }

        .garden-swiper0 .swiper-pagination .swiper-pagination-bullet {
            width: 30px;
        }

        .garden .items .words .p {
            line-height: 1.6;
        }

        .t60 {
            font-size: 16px;
        }

        .ad-road-wrap .road-tit {
            margin-top: 25px;
            margin-bottom: 20px;
        }

        .ad-road-wrap .road-ul .word .box .h0 {
            height: auto;
            line-height: 1.5;
            padding: 15px;
            box-sizing: border-box;
            display: block;
            overflow: visible;
            font-size: 14px;
        }

        .ad-road-wrap .road-ul .word {
            width: calc(100% - 25px);
        }

        .ad-road-wrap .road-ul .words:before {
            width: 20px;
        }

        .ad-road-wrap .road-ul .word .box .img {
            padding: 15px;
        }

        .ab-honor-wrap .items .right-words .ul .li {
            width: 100%;
            height: auto;
            line-height: 2;
        }

        .ab-honor-wrap .items .right-words .ul .ul-top {
            font-size: 16px;
        }

        .wel-tip-box .items .itembot {
            bottom: 75px;
        }

        .profile-wrap {
            padding-top: 35px;
            padding-bottom: 45px;
        }

        .down-box .items {
            width: 100%;
            margin-left: 0 !important;
            margin-bottom: 15px;
        }

        .down-box .items .words .more {
            margin-top: 20px;
        }

        .down-box .items .words .t0 {
            font-size: 16px;
        }

        .down-box .items .words .t1 {
            font-size: 14px;
            line-height: 20px;
            height: 60px;
        }

        .profile-wrap .f48 {
            font-size: 20px;
        }

        .profile-wrap .f36 {
            font-size: 18px;
        }

        .wel-con-bot {
            height: 100px;
            line-height: 100px;
        }

        .wel-news-box .titbox .more {
            font-size: 14px;
            margin-left: 18px;
        }

        .wel-news-box .item .left .num {
            font-size: 30px;
        }

        .wel-tip-box .items {
            font-weight: normal;
        }

        .wel-news-box .item {
            padding: 18px 0;
            padding-right: 1%;
            position: relative;
        }

        .wel-tip-box .items .itemtop br {
            display: block;
        }

        .wel-tip {
            position: relative;
        }

        .wel-tip-box .items .itemtop img {
            display: block;
            margin: 0 auto;
            width: 20px;
            height: 20px;
        }

        .wel-tip-box .items .itemtop .span {
            display: block;
            line-height: 16px;
            font-size: 14px;
            height: 32px;
            margin-top: 5px;
        }

        .wel-tip-box .items {
            padding: 10px 0;
            box-sizing: border-box;
            position: static;
        }

        .culture2-wrap {
            padding-top: 35px;
            padding-bottom: 30px;
        }

        .culture2-wrap .culture2-ul .items {
            margin-bottom: 15px;
        }

        .culture2-wrap .culture2-ul {
            margin-top: 25px;
        }

        .culture1-wrap {
            padding: 35px 0;
        }

        .culture1-wrap .culture1-ul .words .wul .i {
            margin: 0;
            width: 50%;
        }

        .culture1-wrap .culture1-ul .words {
            padding: 20px;
        }

        .culture1-wrap .culture1-ul .words .p {
            line-height: 1.8;
        }

        .culture1-wrap .culture1-ul .words .t0 {
            font-size: 18px;
            line-height: 1.5;
            margin-bottom: 15px;
            height: auto;
        }

        .dj-wrap {
            padding-top: 30px;
            box-sizing: border-box;
        }

        .dj1-wrap .left-words .t0 {
            font-size: 20px;
        }

        .dj1-wrap .left-words .t1 {
            font-size: 18px;
        }

        .ab-honor-wrap {
            margin-top: 20px;
        }
    }

    @media screen and (max-width: 500px) {
        .wel-news-box .item .left .time {
            font-size: 14px;
        }

        .culture2-wrap .culture2-ul .items .words .t0 {
            font-size: 15px;
            margin-bottom: 6px;
        }

        .culture2-wrap .culture2-ul .items .words .t1 {
            line-height: 20px;
            font-size: 12px;
        }

        .wel-con-bot .y1 {
            font-size: 13px;
            line-height: 1.2;
        }

        .wel-con-bot {
            height: 80px;
            line-height: 80px;
        }

        .wel-con-bot .con-box {
            height: 100%;
        }

        .wel-con-bot img {
            height: 60%;
        }

        .wel-con-bot .images {
            height: 100%;
        }

        .wel-news-box .item .left .num {
            font-size: 22px;
        }

        .wel-news-box .item .left {
            width: 75px;
        }

        .wel-con-bot .words {
            font-size: 12px;
        }

        .wel-news-box .item .right {
            width: calc(100% - 80px);
        }

        .wel-news-box .item .right .h0 {
            font-size: 16px;
            line-height: 20px;
            height: 20px;
        }

        .wel-news-box .item .right .p {
            font-size: 13px;
            line-height: 20px;
            height: 40px;
        }

        .wel-news-box .item {
            padding: 13px 0;
            margin-bottom: 0;
            padding-right: 1%;
        }

        .wel-news-box {
            padding-bottom: 45px;
        }

        .wel-news-box .swiper-pagination {
            font-size: 14px;
        }

        .wel-tip-box .items .itemtop .span {
            font-size: 12px;
        }

        .wel-news-box .titbox {
            line-height: 30px;
            margin-bottom: 15px;
            height: 30px;
        }

        .wel-news-box .titbox .t40 {
            font-size: 18px;
        }
    }

    @media screen and (max-width: 375px) {
        .garden .items .words .p {
            font-size: 13px;
        }

        .c-tit.t40 {
            font-size: 18px;
        }

        .culture1-wrap .culture1-ul .words .t0 {
            font-size: 16px;
        }

        .dj1-wrap .left-words .t0 {
            font-size: 18px;
        }

        .dj1-wrap .left-words .t1 {
            font-size: 15px;
            margin-top: 6px;
        }

        .profile-wrap.m-wrap .f48 {
            font-size: 16px;
        }

    }

    .garden .items .image .swiper-pagination .swiper-pagination-bullet {
        opacity: 1;
        width: 30px;
        background: #fff;
        height: 4px;
        border-radius: 0;
    }

    .garden .items .image .swiper-pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #f34b1b;
    }