.nav-swiper {
    width: 100%;
    position: relative;
    padding: 0 .74rem;
}

.navSwiper .swiper-slide {
    justify-content: center;
}

.navSwiper {
    width: 100%;
}

.navSwiper-next,
.navSwiper-prev {
    width: 0.36rem;
    height: 0.36rem;
    background: #FFFFFF;
    border: 0.01rem solid #006B31;
    border-radius: 50%;

    margin-top: 0;
    transform: translateY(-50%);
}

.navSwiper-next::after,
.navSwiper-prev::after {
    font-size: 0.2rem;
    color: #006B31;
}

.navSwiper-a {
    height: 0.44rem;
    min-width: 1.5rem;
    position: relative;
    font-size: 0.17rem;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #444444;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
}

.navSwiper-a::after {
    content: '';
    width: 0;
    height: 0.04rem;
    background: #006B31;
    position: absolute;
    bottom: 0;
    left: 0;
}

.navSwiper-a.active,
.navSwiper-a.active .navSwiper-a-a {
    color: #006B31;
}

.navSwiper-a.active::after {
    width: 100%;
}

.navSwiper-a:hover {
    color: #006B31;
}

/*  */
.scheme-wrap {
    margin: 0 auto;
    background: #F4F4F5;
}
.flex_flex{
    display: flex;
    padding: 0.6rem 0.05rem;
}
.right_rightbox{
    flex: 1;
    margin-left: 0.35rem;
}

.left_leftbox{
    width:2.35rem;
}
.left_title{
    width: 100%;
    height: 0.44rem;
    text-align: center;
    line-height: 0.44rem;
    color: #fff;
    font-size: 0.174rem;
    background: #006B31;
    
}
.left_left_top a{
    padding: 0.15rem 0 0.15rem 0.2rem;
    color: #333;
    font-size: 0.18rem!important;
    /*font-size: 0.13rem;*/
    display: block;
    margin-bottom: 0.03rem;
    background: #fff;
    line-height: 1.4;
}
.left_left_top a:hover{
    color: #000;
    box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 107, 49, 0.15);
}
.left_left_a{
    color: #006B31;
    line-height: 1.5;
    font-size: 0.14rem;
    margin-top: 0.22rem;
}
.original-nav-box,.scheme-box{
    padding: 0;
}

.original-nav-box {
    display: flex;
    /*padding: .6rem 1rem 0 1rem;*/
}

.original-nav {
    flex: 1;
    margin-right: 0.01rem;
    height: 0.44rem;
    background: #FFFFFF;
    font-size: 0.17rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #444444;
    line-height: 0.44rem;
    text-align: center;
}

.original-nav.active {
    background: #006B31;
    color: #fff;
}

/*  */
.scheme-box {
    /*padding: .45rem 1rem 1rem;*/
}

.scheme-box1 {
    padding: .75rem 1rem 1rem;
}

.scheme-list {
    margin-bottom: .54rem;
}

.scheme-item {
    display: flex;
    align-items: center;
    padding: .25rem .45rem;
    background: #fff;
    margin-top: .24rem;
    transition: all .365s;
    position: relative;
}

.scheme-img {
    width: 1.92rem;
    height: 1.27rem;
    background: #FFFFFF;
    border: 0.01rem solid #006B31;
    border-radius: 0.15rem;
    flex-shrink: 0;
}

.scheme-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.scheme-des {
    flex: 1;
    margin: 0 .4rem;
}

.scheme-text {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 1.2;
}

.scheme-p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.21rem;
    margin-top: .15rem;
}

.scheme-time {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #006B31;
    margin-top: .16rem;
}

.scheme-bt {
    flex-shrink: 0;
    margin-left: .3rem;
    width: 1.47rem;
    height: 0.35rem;
    background: #006B31;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.35rem;
    text-align: center;
}

.scheme-item:hover {
    box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 107, 49, 0.3);
}

.scheme-item:hover .scheme-text {
    color: #006B31;
}

/* 视频 */

.about-staff-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .3rem;
}

.about-staff-item {
    width: 3.84rem;
    margin-top: .25rem;
    margin-right: .22rem;
    background: #fff;
}

.about-staff-item:nth-child(3n) {
    margin-right: 0;
}

.about-staff-img {
    width: 100%;
    height: 2.22rem;
}

.about-staff-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-staff-des {
    padding: .2rem;
    text-align: center;
}

.about-staff-text {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
}


.about-staff-item:hover {
    background: #006B31;
}

.about-staff-item:hover .about-staff-text {
    color: #fff;
}

/* 5_4_下载 */
.download-list {
    padding: .4rem .65rem;
    background: #fff;
    margin-bottom: .65rem;
}

.download-item {
    padding: .18rem 0;
    display: flex;
    align-items: center;
    border-bottom: 0.01rem dashed #ccc;
}

.download-item:last-of-type {
    border-bottom: 0;
}

.download-text {
    flex: 1;
    margin-right: 0.15rem;
    display: flex;
    align-items: center;
}

.download-text img {
    flex-shrink: 0;
    width: .24rem;
    margin-right: .3rem;
}

.download-text p {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
}

.download-bt {
    width: 1.47rem;
    height: 0.35rem;
    background: #006B31;
    flex-shrink: 0;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.35rem;
}

.download-item:hover .download-text p {
    color: #006B31;
}

/* 我要提问 */
.quiz-wrap {
    background: #fff;
    padding: .7rem .5rem;
}

.quiz-title {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 0.32rem;
    text-align: center;
}

.quiz-form-wrap {
    margin-top: .8rem;
}

.quiz-form-box {
    display: flex;
    justify-content: space-between;
}

.quiz-form {
    display: flex;
    margin-bottom: .24rem;
}

.quiz-form-text {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #006B31;
    line-height: 0.33rem;
    flex-shrink: 0;
}

.quiz-form-input {
    flex: 1;
}

.quiz-form-input input {
    width: 2.35rem;
    height: 0.31rem;
    border: 0.01rem solid #BCBCBC;
    padding: 0.15rem 0;
}

.quiz-form-input textarea {
    width: 100%;
    height: 1.21rem;
    border: 0.01rem solid #BCBCBC;
    padding: 0.15rem;
}

.quiz-bt {
    width: 1.79rem;
    height: 0.41rem;
    background: #006B31;
    margin: 0 auto;
    margin-top: .4rem;
    font-size: 0.19rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.41rem;
    text-align: center;
    cursor: pointer;
}

/* 新加的样式*/
.solution-list{}
.solution-item{
    margin-top: .2rem;
}
.solution-title-box{
    display: flex;
    align-items: center;
    min-height: 0.41rem;
    background: #28A863;
    padding: 0 .24rem;
    cursor: pointer;
}
.solution-title{
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    flex: 1;
    margin-right: .3rem;
}
.solution-icon{
    width: .18rem;
    flex-shrink: 0;
}
.solution-icon img{
    width: 100%;
}
.solution-icon2{
    display: none;
}
.solution-des{
    display: none;
}
.hzyvideo-box{
    display: none;
    overflow: hidden;
}
.solution-item.active .solution-icon1{
    display: none;
}
.solution-item.active .solution-icon2{
    display: block;
}
.solution-item.active .solution-des{
    display: block;
}
.solution-item.active .hzyvideo-box{
    display: block;
}
.hzyvideo-bt{
    width: 1.18rem;
    height: 0.33rem;
    background: #006B31;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    font-family: MicrosoftYaHeiLight-, MicrosoftYaHeiLight;
    font-weight: normal;
    color: #FFFFFF;
    margin-top: .4rem;
    cursor: pointer;
    margin-bottom: .15rem;
}
.solution-p{
    padding-left: .24rem;
    position: relative;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: .16rem;
}
.solution-p:after{
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    opacity: 1;
    border: 0.01rem solid #333333;
    position: absolute;
    top: 50%;
    left: 0.08rem;
    transform: translateY(-50%);
    border-radius: 50%;
}
.solution-p:hover{
    color: #28A863;
}
/*问答*/
.wenda-box{
    
}
.wenda-title{
    font-size: 0.2rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #444444;
    margin: 0.2rem 0;
    margin-top: .35rem;
}
.wenda-des{
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #666666;
    line-height: 0.28rem;
}
.ph_more{
    display: none;
}
@media only screen and (max-width: 1024px) {
    .scheme-item{
        /*flex-direction: column;   */
        padding: 10px;
    }
    .scheme-box1{
        /*padding: 0.75rem 0.3rem 1rem;*/
        padding: 15px 0;
    }
    .scheme-des{
        /*margin: 0.4rem auto;*/
    }
    .scheme-text{
        font-size: 0.3rem;
        line-height: .4rem;
    }
    .scheme-p{
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .scheme-img{
        /*width: 100%;*/
        height: auto;
    }
    .scheme-time{
        font-size: .24rem;
    }
    .scheme-bt{
        margin-left: 0;
        height: 0.55rem;
        font-size: 0.24rem;
        line-height: 0.55rem;
    }
    .navSwiper-a{
        font-size: .24rem;
    }
    .original-nav-box{
        padding: 0.6rem 0rem 0 0rem;
    }
    .original-nav{
        font-size: .24rem;
    }
    .scheme-box{
        /*padding: 0.45rem 0.3rem 1rem;*/
        padding: 15px;
        padding-left: 0;
    }
    .quiz-title{
        font-size: .24rem;
    }
    .quiz-form-box{
        display: block;
    }
    .quiz-form-input input{
        width: 100%;
        height: 0.41rem;
    }
    .quiz-form-text{
        font-size: .24rem;
    }
    .quiz-bt{
        height: 0.51rem;
        line-height: 0.51rem;
    }
    .flex_flex{
        flex-wrap: wrap;
        padding: 0.6rem 0.15rem;
    }
    .left_leftbox{
        width: 100%;
    }
    .right_rightbox{
        width: 100%;
        margin-left: 0!important;
    }
    .right_rightbox .original-nav-box{
        flex-wrap: wrap;
    }
    /*.more{*/
    /*    display: block;*/
    /*    width: 100%;*/
    /*    height: 0.44rem;*/
    /*    border: 0;*/
    /*    background: #28A863;*/
    /*    text-align: center;*/
    /*    line-height: 0.44rem;*/
    /*    color: #fff;*/
    /*    font-size: .24rem;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*}*/
    /*.more img{*/
    /*    height: 30%;*/
    /*    display: block;*/
    /*    margin: 0 auto;*/
    /*}*/
    /*.more img:nth-child(2){*/
    /*    display: none;*/
    /*}*/
    .original-nav {
        width: 100%!important;
        flex: none!important;
        margin-right: 0!important;
        /*display: none;*/
    }
    /*.original-nav:nth-child(1){*/
    /*    display: block;*/
    /*}*/
    .left_left_top a{
        font-size: 0.24rem!important;
    }
    .left_title,.solution-title-box{
        font-size: 0.26rem!important;
    }
    .solution-p,.about-staff-text{
        font-size: 0.24rem!important;
    }
    .wenda-des{
        font-size: 0.24rem!important;
        line-height: 1.5;
    }
    .about-staff-list{
        justify-content:space-between;
    }
    .about-staff-item{
        width: 48%;
        margin-right: 0!important;
        
    }
    .ph_more{
        /*display: block;*/
        display: flex;
        align-items: center;
        min-height: 0.41rem;
        background: #28A863;
        padding: 0 0.24rem;
        cursor: pointer;
        color: #fff;
        justify-content: space-between;
    }
    .left_left_top{
        height: 0;
        overflow: hidden;
    }
    .original-nav-box{
        padding: 0!important;
        height: 0;
        overflow: hidden;
    }
    .right_rightbox{
        margin-top: .2rem;
    }
}