.subBanner_list{
    width: 1300px;
    height: 300px;
    margin: -40px auto 0;
}
.subBanner_item{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    text-align: center;
}
.subBanner_item .img{
    width: 127px;
    height: 127px;
    background-color: #3db411;
    border-radius: 50%;
    margin-bottom: 25px;
    display: flex;
    
    justify-content: center;
    align-items: center;
}
.subBanner_item:nth-child(2) .img{
    background-color: #359c0f;
}
.subBanner_item:nth-child(3) .img{
    background-color: #2ba7d8;
}
.subBanner_item .img img{
    width: 65px;
}
.subBanner_item h1{
    font-weight: 400;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 18px;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 15px;
}
.subBanner_item p{
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333;
}
.about_wrap{
     padding: 80px 0 60px;
     background-color: #fff;
}
.about_wrap .subTitle{
    margin-bottom: 35px;
}
.about_wrap .caption{
    width: 100%;
    /* height: 400px; */
}
.about_wrap .caption .img{
    width: 615px;
    margin-right: 25px;
    height: 400px;
}
.about_wrap .content{
    font-family: 'SourceHanSansCN-Regular';
	text-align:justify;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    /* height: 100%; */
    padding: 10px 0;
    overflow: hidden;
}
.culture{
    width: 100%;
    height: 468px;
    background-color:#e3f4fd;
}
.culture .img{
    display: block;
    padding: 30px;
    height: 100%;
    overflow: hidden;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: row;
    width: 53%;
}
.culture .img img{
    height: 100%;
    float: left;
    width: auto;
    margin-right: 15px;
    flex-shrink:0;
}
.culture .img img:last-child{
    margin-right: 0;
}
.culture_list{
    height: 100%;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;
    width: 47%;
}
.culture_item{
    width: 596px;
    height: 60px;
    line-height: 1;
}
.culture_item .icon{
    width: 60px;
    height: 60px;
    background-color: #00a0e9;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}
.culture_item .icon img{
    width: 100%;
}
.culture_item h1{
    font-weight: 400;
    line-height: 28px;
    font-family: 'SourceHanSansCN-Bold';
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #000000;
}
.culture_item p{
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    color: #000000;
}
.advantages{
    width: 100%;
    height: 672px;
    padding: 110px 0;
    background-image: url(../images/bg_4.jpg);
}
.advantages .subTitle{
    margin-bottom: 100px;
}
.advantages .subTitle h1,.advantages .subTitle p{
    color: #fff;
}
.advantages .innerWidth{
    width: 770px;
    height: auto;
    display: flex;
    justify-content:space-between;
}
.advantages_item{
    width: 200px;
    height: auto;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
}
.advantages_item .img{
    width: 100%;
    height: 200px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.38);
    overflow: hidden;
    margin-bottom: 15px;
}
.path{
    width: 100%;
    height: auto;
    padding: 90px 0 110px;
}
.path .subTitle{
    margin-bottom: 70px;
}
.path .subTitle h1{
    color: #359c0f;
}
.path .innerWidth{
    width: auto;
    max-width: 1500px;
    margin-bottom: 50px;
}
.path_item{
    height: 265px;
    background-color: #ffffff;
    box-shadow: 0px 8px 21px 0px 
        rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    border: dashed 1px #359c0f;
    padding: 40px 50px;
    line-height: 1;
}
.path_item .date{
    font-family: 'SourceHanSansCN-Regular';
    font-size: 18px;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 15px;
}
.path_item .title{
    font-family: 'SourceHanSansCN-Bold';
    font-size: 18px;
    letter-spacing: 1px;
    color: #359c0f;
    margin-bottom: 25px;
}
.path_item .content{
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
}
.ctrl_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 42px;
}
.path .ctrl{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #359c0f;
    border: none !important;
}
.path .ctrl.swiper-button-disabled{
    background-color: #b5b5b5;
}
.path .prev{
    margin-right: 15px;
}
.honor{
    
    height: auto;
    padding: 90px 0 165px;
}
.honor:before{
    content: "";
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 400px;
    background-color: #f5f5f5;
    z-index:1 ;
}
.honor .subTitle{
    width: 830px;
    margin: 0 auto;
    z-index: 2;
}
.honor .subTitle h1{
    color: #359c0f;
}
.honor .subTitle p{
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    line-height: 18px;
}
.honor_list{
    margin-top: 40px;
    width: 100%;
    height: auto;
}
.honor_list .swiper-wrapper{
    width: calc(100% + 15px);
}
.honor_item{
    height: 350px;
    background-color: #2ba7d8;
    box-shadow: 0px 8px 21px 0px 
        rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    overflow: hidden;
}
.honor_item .img{
    width: 100%;
    height: 100%;
}
.honor_item:hover .img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.honor_item p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #359c0f;
    border-radius: 0px 0px 6px 6px;
    opacity: 0.79;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    z-index: 999;
}
.honor_item:hover p{
    background-color: #00a0e9;
}
.honor .subMore{
    margin-top: 30px;
}
@media only screen and (max-width: 750px){
    .subBanner{
        background-color: #000;
    }
    .subBanner_list{
        width: 100%;
        height: auto;
        padding: 0 0 .3rem;
        margin: -2.3rem auto 0;
    }
    .subBanner_item{
        padding: 0 .6rem;
        height: 3.75rem; 
       /* display: block; */
    }
    .subBanner_item .img{
        width: 1.74rem;
        height: 1.74rem;
        margin-bottom: .1rem;
    }
    .subBanner_item .img img{
        width: .65rem;
    }
    .subBanner_item h1{
        font-size: 0.3rem;
        color: #fff;
        margin-bottom: .3rem;
    }
    .subBanner_item p{
        font-size: 0.24rem;
        line-height: .36rem;
        color: #fff;
    }
    .about_wrap{
         padding: .3rem;
    }
    
    .about_wrap .subTitle{
        margin-bottom: .25rem;
    }
    .about_wrap .subTitle h1 {
        font-size: 0.36rem;
    }
    .about_wrap .caption{
        width: 100%;
        height: auto;
    }
    .about_wrap .caption .img{
        width: 100%;
        float: none;
        margin-right: 0;
        height: auto;
        margin-bottom: .3rem;
    }
    .about_wrap .content{
        font-size: 0.24rem;
        line-height: 0.48rem;
        padding: 0 0;
    }
    .culture{
        height: auto;
        padding: .5rem .3rem .35rem;
    }
    .culture .img{
        padding:0;
        height: 2.91rem;
        width: 100%;
    }
    .culture .img img{
        margin-right: .15rem;
    }
    .culture_list{
        height: 8.35rem;
        padding: 0 0 .45rem;
        width: 100%;
    }
    .culture_item{
        width: 100%;
        height: 1.23rem;
        line-height: 1;
    }
    .culture_item .icon{
        width: 1.23rem;
        height: 1.23rem;
        margin-right: .4rem;
    }
    .culture_item h1{
        line-height: 1;
        font-size: 0.36rem;
        margin-bottom: .1rem;
    }
    .culture_item p{
        font-size: 0.24rem;
        line-height: .6rem;
    }
    .advantages{
        width: 100%;
        height: 5.81rem;
        padding: 1rem;
        background-image: url(../images/wap_bg_3.jpg);
    }
    .advantages .subTitle{
        margin-bottom: .8rem;
    }
    .advantages .innerWidth{
        width: 100%;
    }
    .advantages_item{
        width: 1.74rem;
        font-size: 0.3rem;
    }
    .advantages_item .img{
        width: 1.74rem;
        height: 1.74rem;
        margin-bottom: .2rem;
    }
    .path{
        padding: .75rem .3rem .6rem;
    }
    .path .subTitle{
        margin-bottom: .3rem;
    }
    .path .innerWidth{
        width: 100%;
        margin-bottom: 0;
        padding-bottom: .5rem;
    }
    .path_item{
        height: 3.6rem;
        box-shadow: 0rem 0.08rem 0.21rem 0rem 
        		rgba(0, 0, 0, 0.08);
        	border-radius: 0.12rem;
        padding: .5rem .4rem;
    }
    .path_item .date{
        font-size: 0.3rem;
        margin-bottom: .2rem;
    }
    .path_item .title{
        font-size: 0.3rem;
        margin-bottom: .35rem;
    }
    .path_item .content{
        font-size: 0.24rem;
        line-height: 0.36rem;
    }
    .ctrl_wrap{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        height: 0.42rem;
    }
    .path .ctrl{
        width: 0.42rem;
        height: 0.42rem;
    }
    .path .prev{
        margin-right:.15rem;
    }
    .honor{
        width: 100%;
        height: auto;
        padding: .8rem .3rem 0;
    }
    .honor:before{
        height: 3.49rem;
    }
    .honor .subTitle{
        width: 100%;
    }
    .honor .subTitle p{
        font-size: 0.24rem;
        line-height: 0.36rem;
    }
    .honor_list{
        margin-top: .5rem;
        padding-bottom:.8rem ;
    }
    
    .honor_list .swiper-wrapper{
        width: calc(100% + .4rem);
    }
    .honor_item{
        height: 4.73rem;
        background-color: #2ba7d8;
        box-shadow: 0rem 0.08rem 0.21rem 0rem 
            rgba(0, 0, 0, 0.08);
        border-radius: 0.06rem;
    }
    .honor_item p{
        height: 0.76rem;
        line-height: 0.76rem;
        border-radius: 0;
        font-size: .24rem;
    }
    .honor .subMore{
        margin-top: 0;
    }
}