.nav-head {
    height: 80px;
}

.nav-all {
    background: #9EC401;
    height: 70px;

}

.nav-waith {
    margin: auto;
    width: 83.5%;
    height: 70px;
}

.nav-top-waith {
    margin: auto;
    width: 80%;
    height: 70px;
}

.nav-ul {
    list-style: none;
    height: 70px;

}

.navbar-btn {
    margin: 15px;
}

.nav-ul a {
    text-decoration: none;
    line-height: 70px;
}

.nav-ul li {
    display: inline-block;
}

.nav-ul li a {
    color: #ffffff;
    display: block;
    font-size: 20px;
    line-height: 70px;
    padding: 0 25px 0;
}

.navbar {
    margin-bottom: 0;
}


.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.col-md-5-1 {
    float: left;
    width: 19%;
    margin: 20px 5px 0 5px;
}

.col-md-5-2 {
    float: left;
    width: 16%;
    padding: 0;
    margin-right: 30px;
}

.col-xs-6 {
    padding: 0;
}

.col-md-5-2 img {
    width: 280px;
    height: 210px;
}

.panel-waith {
    width: 76.5%;
    margin: auto;
}

.price-num {
    font-size: 18px;
    font-weight: bold;
}

.panel-success > .panel-heading {
    color: #ffffff;
    background-color: #9EC401;
    border-color: #9EC401;
}

.panel-body {
    padding: 10px
}

.jiaoyi-title {
    margin: 60px auto 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: fit-content;
    padding: 20px 0;
    border-bottom: 2px solid black;
}

body, html {
    overflow-x: hidden;
}

.jiaoyi-img {

    display: flex; /*flex弹性布局*/
    justify-content: center; /*水平居中对齐*/
    align-items: center; /*垂直居中对齐*/
    flex-direction: row;


}

.jiaoyi-img div {
    margin: 0 20px;
}

.jiaoyi-img {
    margin-top: 50px;
    padding: 0;
}

.jiaoyi-background {
    margin-top: 50px;
    background: #9EC401;
    width: 100%;
    height: 310px;
    display: flex; /*flex弹性布局*/
    justify-content: center; /*水平居中对齐*/

    flex-direction: row;
}


.jiashengpingtai {
    width: 26%;

    height: 310px;

    background: #ffffff;

    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;

    display: flex; /*flex弹性布局*/
    justify-content: center; /*水平居中对齐*/
    align-items: center; /*垂直居中对齐*/
    flex-direction: column; /*元素的排列方向为垂直*/

    float: left;
    margin: 50px 50px;
}

@media (max-width: 1920px) {
    .jiashengpingtai {
        width: 26%;
        margin: 40px 46px;
    }
}


@media (max-width: 1740px) {
    .jiashengpingtai {
        /* margin: 40px 40px; */
        width: 24%;
    }
}

@media (max-width: 1360px) {
    .jiashengpingtai {
        width: 23%;
        margin: 30px 30px;
    }
}

/* .pingtai{width: 75%;margin: auto;} */
.pingtaititle {
    margin-top: 20px;
}

.pingtaiitemone {
    margin-top: 130px;
}

.pingtaiitemtwo {
    margin-top: 50px;
}

.pingtaiitemhthree {
    margin-top: 130px;
}

.jieshao {
    padding: 0 80px;
    font-weight: bold;
}

.jieshao a button {
    color: #B6D635;
    border: 1px solid #B6D635;
    background: white;
    padding: 5px 10px;
    margin-top: 50px;
}

.jieshao-content {
    font-size: 16px;
    text-indent: 20px;
    line-height: 2em
}

.jspp {
    margin-top: 80px;
}

.jieshao-title {
    font-size: 20px;
}

.wenda {
    background-image: url(/static/images/wendaimg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 320px;
    color: #ffffff;
    line-height: 2em;
}

.wenda a button {
    color: #B6D635;
    border: 1px solid #B6D635;
    background: white;
    padding: 10px 15px;
    margin-top: 50px;
}

.jswd a button {
    color: #B6D635;
    border: 1px solid #B6D635;
    background: white;
    padding: 5px 10px;
}

.jswdlist ul {
    list-style: none;
}

.jswdlist ul li {
    font-size: 15px;
    font-weight: bold;
    line-height: 2em;
}

/* .jswd{width: 8%;margin: auto;text-align: center;} */
.jswd {
    margin: auto;
    text-align: center;
}

.wendatime {
    color: #adadad;
    font-size: 0.8em;
}

.listonetitle {
    color: #B6D635;
}

.kaihu-waith {
    margin: auto;
    margin-top: 70px;
}

.kaihu-waith-content {
    margin: auto;
    width: 25%;
    text-align: center;
}

.kaihu-waith-content h3 {
    color: #ffffff;
    margin: 0 auto 20px;
}

.kaihu-waith-content .zhenshi a button {
    color: #ffffff;
    background: #9EC401;
    border: none;
    border-radius: 2%;
    margin: auto;
    padding: 8px 20px;
    font-weight: bold;
}

.kaihu-waith-content a:hover {
    color: #fff;
    text-decoration: none;
}

.kaihu-waith {
    background-image: url(/static/images/beijingbanner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 255px;
    display: flex; /*flex弹性布局*/
    justify-content: center; /*水平居中对齐*/
    align-items: center; /*垂直居中对齐*/
    flex-direction: column; /*元素的排列方向为垂直*/
    line-height: 2em;
}

.moni {
    color: #ffffff;
}

.wenda .col-md-5 {
    padding: 0;
    text-align: center;
}

.wenda .col-md-2 {
    padding: 0;
    text-align: center;
}

.footer {
    background: #9DC300;
    color: #ffffff;
    padding-top: 40px;
}

.youlianimg {
    padding: 0;
}

.panel-body .col-md-2 {
    padding: 0;
    text-align: center;
}

.panel-body .col-md-5 {
    padding: 0;
    text-align: center;
}

@media (max-width: 960px) {
    html, body {
        height: 100%;
        width: 100%;
    }


    .col-md-5-2 {
        margin: 0 !important;
    }

    .jiashengpingtai {
        margin: 0;
        width: 70%;
        height: 220px;
        margin-left: 3%;
        font-size: 0.8em;
    }

    ul {
        padding: 0;
    }

    .jswd {
        width: 190px;
        height: 50px;
        display: flex; /*flex弹性布局*/
        justify-content: center; /*水平居中对齐*/
        align-items: center; /*垂直居中对齐*/
        flex-direction: column; /*元素的排列方向为垂直*/
    }

    .jswd a button {
        margin-top: 20px;
        width: 190px;
        height: 30px;
        display: flex; /*flex弹性布局*/
        justify-content: center; /*水平居中对齐*/
        align-items: center; /*垂直居中对齐*/
        flex-direction: column; /*元素的排列方向为垂直*/
    }

    .kaihu-waith-content {
        width: 80%;
    }

    .col-xs-6 {
        width: 50% !important;
        float: left;
    }

    .col-xs-12 {
        width: 100% !important;
        float: left;
    }

    .yidong-button {
        margin: 50px 0;
        display: flex; /*flex弹性布局*/
        justify-content: center; /*水平居中对齐*/
        align-items: center; /*垂直居中对齐*/
        flex-direction: row;
    }

    .yidong-button .col-xs-6 {
        padding: 0;
    }

    .yidong-button .zhenshibuntton {
        background: #9EC400;
        color: #ffffff;
        border: none;
        padding: 15px 20px;
    }

    .yidong-button .xunibuntton {
        background: #6382D7;
        color: #ffffff;
        border: none;
        padding: 15px 20px;
    }

    .row {
        padding: 0;
        margin: 0;
    }

    .row .col-xs-3 {
        padding: 0;
        margin: 0;
    }

    .panel-waith {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    /* .jieshao{padding: 20px !important;} */
    /* .col-xs-12 ul li {border-bottom: 1px solid #b8b8b8;} */
    .jspp {
        padding: 0;
        margin-top: 50px;
    }

    .jieshao {
        display: flex; /*flex弹性布局*/
        justify-content: center; /*水平居中对齐*/
        align-items: center; /*垂直居中对齐*/
        flex-direction: column; /*元素的排列方向为垂直*/
        background: #9EC400;
        padding: 30px 0;
        color: #ffffff;
    }

    /* .jieshao p img{padding: 0 20px;} */
    .jieshao a button {
        color: #ffffff;
        background: #9EC400;
        padding: 10px 20px;
        border: #ffffff solid 1px;
    }

    .jsyidong {
        display: flex; /*flex弹性布局*/
        justify-content: center; /*水平居中对齐*/
        align-items: center; /*垂直居中对齐*/
        flex-direction: column; /*元素的排列方向为垂直*/
    }

    .jieshao-title {
        display: flex; /*flex弹性布局*/
        justify-content: center; /*水平居中对齐*/
        align-items: center; /*垂直居中对齐*/
        flex-direction: column; /*元素的排列方向为垂直*/
        font-size: 1.2em;
    }

    .jieshao-content {
        font-size: 1.1em;
        padding: 0 20px;
    }

    .jiaoyi-background {
        height: 220px;
    }

    .pingtai {

        padding: 0;
        display: flex; /*flex弹性布局*/
        justify-content: center; /*水平居中对齐*/
        align-items: center; /*垂直居中对齐*/
        flex-direction: row; /*元素的排列方向为垂直*/
    }

    .pingtaiitemone {
        margin-top: 100px;
    }

    .pingtaiitemtwo {
        margin-top: 20px;
    }

    .pingtaiitemhthree {
        margin-top: 100px;
    }

    .jiaoyi-img {
        display: block;
    }

    /* .jiaoyi-img div{
        padding: 5px 8px;
    } */
    .col-md-5-1 {
        width: 100%;
    }


    .swiper-button-prev, .swiper-button-next {
        position: relative;
        top: 0;
        width: calc(var(--swiper-navigation-size) / 44 * 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
        z-index: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        color: var(--swiper-navigation-color, var(--swiper-theme-color));
    }


    .buttonswiper {

        display: flex; /*flex弹性布局*/
        justify-content: center; /*水平居中对齐 */
        align-items: center; /* 垂直居中对齐 */
        flex-direction: row; /* 元素的排列方向为垂直 */
    }

    .navbar-brand {

        display: flex; /*flex弹性布局*/
        justify-content: center; /*水平居中对齐 */
        align-items: center; /* 垂直居中对齐 */
        flex-direction: row; /* 元素的排列方向为垂直 */
        /* float: none; */
        width: 70%;
        margin: 0;
        padding: 0;

    }

    .headerleft {
        display: flex; /*flex弹性布局*/
        justify-content: center; /*水平居中对齐 */
        align-items: center; /* 垂直居中对齐 */
        flex-direction: column; /* 元素的排列方向为垂直 */
        margin: 10px 0;
    }

    .buttonswiper button {
        background: #ffffff;
        color: #9EC401;
        margin: 15px;
        border: #9EC401 1px solid;
        padding: 0;
        width: 20%;


    }

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: none;
    }

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: none;
    }

    .jiaoyi-title {
        margin-top: 20px;
    }

    .footer {
        display: flex; /*flex弹性布局*/
        /* justify-content: center;  水平居中对齐 */
        /* align-items: center;         垂直居中对齐 */
        flex-direction: column; /* 元素的排列方向为垂直 */
    }
}