@charset "UTF-8";
body{
    background: linear-gradient(0deg, #E7F6F5 0%, #FFFFFF 99%) no-repeat bottom center;
    background-size: 100% 43.33vw;
}
.v_news_content img{
max-width:100%;
height:auto !important;
}
.v_news_content table{
width:auto;
max-width:100%;
margin:0 auto !important;

}
.v_news_content td p{
text-align:center;
text-indent:0 !important;
}
@media(max-width: 1024px) {
.v_news_content table{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    }
}
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .5rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #157C6A;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 7px;
    border-radius: 50vw;
}

.pagination a.active {
    background: #157C6A;
    color: #fff;
    border: 1px solid #157C6A;
}

.pagination a:hover {
    background: #157C6A;
    color: #fff;
    border: 1px solid #157C6A;
}
.n_banner .img img{
    display: block;
    width: 100%;
}

.n_banner .top{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: .5rem;
    z-index: 5;
}
.n_banner .tit{
    display: flex;
    font-size: .48rem;
    line-height: .68rem;
    color: #FFFFFF;
    font-weight: 700;
}
.n_banner .tit span{
    color: #F4CA66;
}
.n_dh ul{
    gap: 0 .27rem;
}
.n_dh li h3{
    font-size: .24rem;
    line-height: .28rem;
    color: rgba(228, 228, 228, 0.8);
    transition: all .5s;
}
.n_dh li h3 a{
    display: flex;
    align-items: center;
}
.n_dh li h3 .svg{
    width: .14rem;
    height: .11rem;
    opacity: 0;
    color: #F4CA66;
    margin-left: .08rem;
    transition: all .5s;
}
.n_dh li:hover h3 .svg,
.n_dh li.active h3 .svg{
    opacity: 1;
}
.n_dh li:hover h3,
.n_dh li.active h3{
    color: #FFFFFF;
    font-weight: 700;
}
.n_dh{
    margin-top: .42rem;
}
.n_banner:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    opacity: .8;
}
.n_banner{
    position: relative;
}
.inner-page{
    padding: .76rem 0 1.5rem;
    position: relative;
}
.inner-page:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 2rem;
    background: linear-gradient(180deg, #E7F6F5 0%, #FFFFFF 99%);
    pointer-events: none;
}
.inner-page .inner-bg img{
    position: absolute;
    right: 0;
    top: 0;
    width: 22.86vw;
    pointer-events: none;
}
.inner-page .inner-bg img.img-2{
    width: 18.69vw;
    top: .46rem;
}
/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #127764;
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 0px;
}

#bnt_back img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

#bnt_back svg {
    fill: rgb(255, 255, 255);
    height: 30px;
    vertical-align: middle;
    width: 26px;
}

#m_n_nav i {
}

#m_n_nav h1 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    line-height: 50px;
    font-weight: 600;
}

#bnt_sub_nav {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: flex;
    align-items: center;
}

#bnt_sub_nav svg {
    fill: rgb(255, 255, 255);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

#bnt_sub_nav img {
    display: block;
    height: 20px;
}

#bnt_sub_nav.on img {
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9;
}

#sub_nav_content ul {
    display: none;
}
#sub_nav_content ul li {
    display: block;
    line-height: 28px;

}

#sub_nav_content ul li a {
    display: block;

    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 10px;
    color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
    color: #127764;
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
}

#sub_nav_content dt {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    /*float: left;*/
    line-height: 30px;
    padding: 0 20px;
}
#sub_nav_content dt i{
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold;
    font-size: .16rem;
}
#sub_nav_content dt a {

    display: inline-block;
    width: 88%;
    color: rgb(91, 83, 73);
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0px;
    opacity: 0;
    display: none;
}

#sub_nav_content dt a {
}



#sub_nav_content dd {
    display: none;
}

#sub_nav_content dd .box {
    padding: 0px;
}

#sub_nav_content dd a {
    padding: 0px 25px;
    line-height: 30px;
    border-top: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    color: rgb(91, 83, 73);
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #127764;
}

@media (max-width: 1199px){
    #m_n_nav{
        display: block;
    }
    .n_banner .top{
        display: none;
    }
    .pagination{
        padding-top: .3rem;
    }
}
@media (max-width: 1025px) {
    .inner-page{
        padding: .4rem 0;
    }
}

.inner-s1 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: .33rem .8rem .32rem .33rem;
}
.inner-s1 li .pic{
    width: 3.53rem;
    height: 2.35rem;
    border-radius: .12rem;
}
.inner-s1 li .text{
    width: calc(100% - 3.98rem);
    position: relative;
    transition: all .5s;
}
.inner-s1 li time{
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    color: #959595;
    font-weight: 600;
}
.inner-s1 li time span{
    font-size: .34rem;
    color: #157C6A;
    margin-right: .01rem;
    font-weight: 700;
}
.inner-s1 li h3{
    font-size: .24rem;
    line-height: .3rem;
    color: #2C2C2C;
    margin-top: .26rem;
}
.inner-s1 li p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
    margin-top: .2rem;
}
.inner-s1 li .arrow .svg{
    width: .18rem;
    height: .14rem;
}
.inner-s1 li .arrow{
    position: absolute;
    right: 0;
    bottom: .03rem;
    width: .48rem;
    height: .48rem;
    background: #F26321;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .5s;
}
.inner-s1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #E8ECF2;
}
.inner-s1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-2.png") no-repeat bottom center;
    background-size: cover;
    border-radius: .12rem;
    box-shadow: 0 .04rem .2rem rgba(46, 99, 79, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s1 li:hover h3{
    font-weight: 700;
}
.inner-s1 li:hover .arrow{
    opacity: 1;
    visibility: visible;
}
.inner-s1 li:hover .text{
    padding-right: .9rem;
}
.inner-s1 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s1 li{
    position: relative;
}

@media (max-width: 1025px) {
    .inner-s1 li a{
        padding: .2rem;
    }
    .inner-s1 li h3{
        font-size: .2rem;
        margin-top: .1rem;
    }
    .inner-s1 li p{
        margin-top: .1rem;
    }
    .inner-s1 li time span{
        font-size: .3rem;
    }
    .inner-s1 li .arrow{
        position: static;
        width: .4rem;
        height: .4rem;
        margin-top: .1rem;
        opacity: 1;
    }
    .inner-s1 li .arrow .svg{
        width: .15rem;
        height: .1rem;
    }
    .inner-s1 li .pic{
        border-radius: .1rem;
    }
    .inner-s1 li .text {
        width: calc(100% - 3.8rem);
    }
    .inner-s1 li:hover .text{
        padding-right: 0;
    }
}
@media (max-width: 769px) {
    .inner-s1 li .pic{
        width: 100%;
        height: auto;
        padding-top: 66.57%;
    }
    .inner-s1 li .text{
        width: 100%;
        margin-top: .2rem;
    }
}
@media (max-width: 481px) {

}
.inner-s2 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 1.6rem;
    position: relative;
    z-index: 2;
    padding: .2rem .6rem .2rem .82rem;
    transition: all .5s;
}
.inner-s2 li .times{
    flex-shrink: 0;
    margin-right: .25rem;
    position: relative;
    width: 1.12rem;
}
.inner-s2 li .time1{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: .84rem;
    height: .66rem;
    margin-right: .36rem;
    flex-shrink: 0;
    color: #008F8D;
    background: url("../images/s1-img-2.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    opacity: 0;
    transition: all .5s;
}
.inner-s2 li .time1 span{
    display: block;
    font-size: .34rem;
    line-height: 1;
    font-weight: 700;
}
.inner-s2 li .time1 em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    margin-top: .02rem;
}
.inner-s2 li .time2{
    position: absolute;
    left: 0;
    top: 50%;
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    color: #127764;
    font-weight: 600;
    line-height: 1;
    transform: translateY(-50%);
    margin-top: -.2em;
    transition: all .5s;
}
.inner-s2 li .time2 span{
    display: block;
    font-size: .34rem;
    margin-right: .01rem;
    font-weight: 700;
}

.inner-s2 li .text{
    flex: 1;
    overflow: hidden;
    position: relative;
    padding: .07rem 0;
    transition: all .5s;
}
.inner-s2 li .text h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #333333;
    max-height: .68rem;
}
.inner-s2 li .text h3 i{
    color: #107360;
}
.inner-s2 li .arrow .svg{
    width: .18rem;
    height: .14rem;
}
.inner-s2 li .arrow{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .48rem;
    height: .48rem;
    background: #F26321;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s2 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #E8ECF2;
}
.inner-s2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 .04rem .2rem rgba(46, 99, 79, 0.3);
    border-radius: .12rem;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s2 li:hover .time1{
    opacity: 1;
    visibility: visible;
}
.inner-s2 li:hover .time2{
    opacity: 0;
    visibility: hidden;
}
.inner-s2 li:hover .times{
    margin-right: .08rem;
}
.inner-s2 li:hover h3{
    font-weight: 700;
}
.inner-s2 li:hover h3 i{
    color: #008F8D;
}
.inner-s2 li:hover .arrow{
    opacity: 1;
    visibility: visible;
}
.inner-s2 li:hover .text{
    padding-right: .9rem;
}
.inner-s2 li:hover a{
    padding-left: .69rem;
}
.inner-s2 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s2 li{
    position: relative;
}

@media (max-width: 1025px) {
    .inner-s2 li a{
        padding: .2rem ;
        height: 1.1rem;
    }
    .inner-s2 li .time2{
        display: none;
    }
    .inner-s2 li .time1{
        opacity: 1;
        margin-right: 0;
    }
    .inner-s2 li .times{
        width: auto;
        margin-right: .2rem;
    }
    .inner-s2 li .text h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner-s2 li .arrow{
        display: none;
    }
    .inner-s2 li .text{
        padding: 0 !important;
    }
    .inner-s2 li:hover .times{
        margin-right: .2rem;
    }
    .inner-s2 li:hover a{
        padding-left: .2rem;
    }
    .inner-s2 li .time1 span{
        font-size: .3rem;
    }
}
@media (max-width: 769px) {

}
@media (max-width: 481px) {

}

.inner-s3 .dtl-l{
    width: 73.5625%;
}
.inner-s3 .dtl-tit h2{
    font-size: .28rem;
    line-height: .4rem;
    color: #333333;
    font-weight: 600;
    text-align: center;
}
.inner-s3 .dtl-tit .cont .li{
    font-size: .16rem;
    color: #999999;
    line-height: .4rem;
    margin: 0 .16rem;
}
.inner-s3 .dtl-tit .cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: .26rem;
    background: #EEF9F8;
    padding: .12rem .2rem .1rem;
}
.inner-s3 .dtl-cont p{
    font-size: .18rem;
    line-height: 2;
    color: #333333;
    text-indent: 2em;
}
.inner-s3 .dtl-cont p + p{
    margin-top: 2em;
}
.inner-s3 .dtl-cont p img{
height:auto;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.inner-s3 .dtl-cont{
    margin-top: .39rem;
}
.inner-s3 .dtl-page p{
    font-size: .2rem;
    line-height: .32rem;
    color: #107360;
    transition: all .5s;
}
.inner-s3 .dtl-page p a{
    color: #333333;
}
.inner-s3 .dtl-page p:hover a{
    color: #107360;
}
.inner-s3 .dtl-page:before{
    position: absolute;
    content: '';
    left: 0;
    top: -.02rem;
    height: .03rem;
    width: 1.2rem;
    background: #F26321;
    border-radius: 50vw;
}
.inner-s3 .dtl-page{
    position: relative;
    padding-top: .28rem;
    margin-top: .39rem;
    border-top: .01rem solid #CDDCDB;
}

.inner-s3 .dtl-r{
    width: 21.3125%;
}
.inner-s3 .dtl-r h2{
    font-size: .24rem;
    line-height: .55rem;
    color: #FFFFFF;
    text-align: center;
    background: #107360;
    border-radius: 50vw;
}
.inner-s3 .dtl-r li a{
    display: block;
    padding: .26rem 0 .25rem;
}
.inner-s3 .dtl-r li time{
    display: block;
    font-size: .16rem;
    line-height: 1;
    color: #666666;
    font-weight: 600;
}
.inner-s3 .dtl-r li h3{
    font-size: .18rem;
    line-height: .28rem;
    color: #333333;
    margin-top: .05rem;
}
.inner-s3 .dtl-r li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #CDDCDB;
}
.inner-s3 .dtl-r li:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: .01rem;
    background: #107360;
    transition: all .5s;
}
.inner-s3 .dtl-r li:hover time{
    color: #107360;
}
.inner-s3 .dtl-r li:hover h3{
    color: #107360;
    font-weight: 700;
}
.inner-s3 .dtl-r li:hover:after{
    width: 2.3rem;
}
.inner-s3 .dtl-r li{
    position: relative;
}

@media (max-width: 1025px) {
    .inner-s3 .dtl-l{
        width: 100%;
    }
    .inner-s3 .dtl-tit h2{
        font-size: .26rem;
        line-height: 1.5;
    }
    .inner-s3 .dtl-tit .cont{
        gap: 0 .15rem;
    }
    .inner-s3 .dtl-tit .cont .li{
        font-size: .16rem;
        line-height: 1.5;
        margin: 0;
    }
    .inner-s3 .dtl-tit .cont{
        margin-top: .15rem;
    }
    .inner-s3 .dtl-cont p{
        line-height: 1.75;
    }
    .inner-s3 .dtl-cont p + p{
        margin-top: 1em;
    }
    .inner-s3 .dtl-cont {
        margin-top: 0.2rem;
    }
    .inner-s3 .dtl-page{
        margin-top: .2rem;
        padding-top: .2rem;
    }
    .inner-s3 .dtl-page p{
        font-size: .18rem;
        line-height: 1.75;
    }
    .inner-s3 .dtl-r{
        width: 100%;
        margin-top: .4rem;
    }
    .inner-s3 .dtl-r h2{
        font-size: .22rem;
    }
    .inner-s3 .dtl-r li a{
        padding: .15rem 0;
    }
}
@media (max-width: 769px) {

}
@media (max-width: 481px) {

}

.n_title01 h2{
    font-size: .36rem;
    line-height: 1;
    color: #107360;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.n_title01 h2 img{
    display: block;
    width: .4rem;
    pointer-events: none;
}
.n_title01 h2 img:nth-child(1){
    margin-right: -.07rem;
}
.n_title01 h2 img:nth-child(2){
    margin-left: -.07rem;
}

.inner-s4 .item .images img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.inner-s4 .item .images a{
    display: block;
    font-size: .18rem;
    line-height: .36rem;
    color: #107360;
    text-align: center;
    margin-top: .2rem;
}
.inner-s4 .item .images h3 span{
    margin: 0 .3rem;
}
.inner-s4 .item .images h3{
    font-size: .48rem;
    line-height: 1;
    color: #107360;
    font-family: 'syst',sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner-s4 .item .desc{
    font-size: .18rem;
    line-height: 2;
    color: #333333;
    text-indent: 2em;
    margin-top: .3rem;
}
.inner-s4 .item .desc strong{
    color: #107360;
}
.inner-s4 .item .cont{
    margin-top: .47rem;
}
.inner-s4 .item:not(:last-child){
    padding-bottom: .4rem;
    border-bottom: .01rem solid #E8ECF2;
}
.inner-s4 .item1 .images img{
    height: .95rem;
}
.inner-s4 .item1 .desc{
    color: #666666;
}
.inner-s4 .item2 .images img{
    height: 2.8rem;
}
.inner-s4 .item3 .images{
    width: 1.92rem;
    flex-shrink: 0;
}
.inner-s4 .item3 .desc{
    width: calc(100% - 2.48rem);
    margin-top: 0;
}
.inner-s4 .item + .item{
    margin-top: .53rem;
}

@media (max-width: 1025px) {
    .n_title01 h2{
        font-size: .28rem;
        line-height: 1;
    }
    .n_title01 h2 img{
        width: .3rem;
    }
    .inner-s4 .item1 .images img{
        height: .6rem;
    }
    .inner-s4 .item .desc{
        line-height: 1.75;
        margin-top: .1rem;
    }
    .inner-s4 .item .cont{
        margin-top: .2rem;
    }
    .inner-s4 .item:not(:last-child){
        padding-bottom: .25rem;
    }
    .inner-s4 .item2 .images img {
        height: 1.8rem;
    }
    .inner-s4 .item .images a{
        line-height: 1.5;
        margin-top: .1rem;
    }
    .inner-s4 .item + .item{
        margin-top: .3rem;
    }
    .inner-s4 .item .images h3{
        font-size: .32rem;
        line-height: 1.5;
    }
    .inner-s4 .item .images h3 span{
        margin: 0 .15rem;
    }
}
@media (max-width: 769px) {
    .inner-s4 .item3 .images{
        width: 100%;
        margin: 0 auto;
    }
    .inner-s4 .item .desc{
        width: 100%;
    }
}
@media (max-width: 481px) {

}


.inner-s5 .item{
    width: 43.625%;
    position: relative;
}
.inner-s5 .item .li{
    height: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 .5rem 0 .32rem;
    position: relative;
}
.inner-s5 .item .li .name{
    font-size: .2rem;
    line-height: .34rem;
    color: #107360;
    font-weight: 200;
    width: 1.16rem;
    flex-shrink: 0;
}
.inner-s5 .item .li .text{
    flex: 1;
    overflow: hidden;
}
.inner-s5 .item .li p{
    font-size: .18rem;
    line-height: .34rem;
    color: #858585;
}
.inner-s5 .item .li .arrow{
    width: .14rem;
    margin-left: .86rem;
    flex-shrink: 0;
    opacity: 0;
    transition: all .5s;
}
.inner-s5 .item .li .arrow .svg{
    height: .11rem;
    color: #F26321;
}

.inner-s5 .item .li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .01rem;
    height: .3rem;
    background: #107360;
    transform: translateY(-50%);
}
.inner-s5 .item .li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #E2E3E9;
    transition: all .5s;
}
.inner-s5 .item:before{
    position: absolute;
    content: '';
    right: 0;
    bottom: .01rem;
    width: 2.01rem;
    height: 0;
    background: url("../images/n-img-9.png") no-repeat bottom center;
    background-size: 2.01rem .38rem;
    transition: all .5s;
}
.inner-s5 .item:hover .li .arrow{
    opacity: 1;
}
.inner-s5 .item:hover .li:after{
    background: #107360;
}
.inner-s5 .item:hover:before{
    height: .38rem;
}

@media (max-width: 1025px) {
    .inner-s5 .item .li{
        padding: .2rem;
        height: auto;
        min-height: 1.2rem;
    }
    .inner-s5 .item .li .name{
        width: .8rem;
    }
    .inner-s5 .item .li .arrow{
        margin-left: .2rem;
    }
    .inner-s5 .item{
        width: 49%;
    }
}
@media (max-width: 769px) {
    .inner-s5 .item{
        width: 100%;
    }
}
@media (max-width: 481px) {

}


.inner-s6 .item1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(-90deg, rgba(223, 243, 243, 0.5) 0%, rgba(223, 243, 243, 0) 100%);
    border-radius: 0 .2rem .2rem 0;
}
.inner-s6 .item1 .pic{
    width: 2.9rem;
    height: 3.62rem;
}
.inner-s6 .item1 .text{
    width: calc(100% - 2.9rem);
    padding: 0 .85rem 0 .75rem;
}
.inner-s6 .item1 .name{
    display: flex;
    align-items: baseline;
}
.inner-s6 .item1 .name h3{
    font-size: .32rem;
    color: #107360;
    font-weight: 600;
    margin-right: .16rem;
}
.inner-s6 .item1 .name h4{
    font-size: .18rem;
    line-height: 1;
    color: #333333;
}
.inner-s6 .item1 .line:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: .98rem;
    height: .02rem;
    background: #F26321;
}
.inner-s6 .item1 .line{
    display: block;
    height: .01rem;
    background: #E8ECF2;
    position: relative;
    margin-top: .3rem;
}
.inner-s6 .item1 .desc{
    font-size: .18rem;
    line-height: .44rem;
    color: #333333;
    margin-top: .3rem;
}
.inner-s6 .item2 .tit{
    font-size: .28rem;
    line-height: .3rem;
    color: #107360;
    font-weight: 600;
    padding: .19rem .5rem;
    background: linear-gradient(90deg, rgba(223, 243, 243, 0.6) 0%, rgba(223, 243, 243, 0) 100%);
    border-radius: .1rem;
}
.inner-s6 .item2 .desc{
    font-size: .18rem;
    line-height: 2;
    color: #333333;
    text-indent: 2em;
    margin-top: .3rem;
}
.inner-s6 .item2 .desc p + p{
    margin-top: 2em;
}
.inner-s6 .item2{
    margin-top: .5rem;
}

@media (max-width: 1025px) {
    .inner-s6 .item1 .pic {
        width: 2.3rem;
        height: 2.9rem;
    }
    .inner-s6 .item1 .text{
        width: calc(100% - 2.3rem);
        padding: 0 .2rem;
    }
    .inner-s6 .item1 .name h3{
        font-size: .26rem;
        margin-right: .05rem;
    }
    .inner-s6 .item1 .line{
        margin-top: .15rem;
    }
    .inner-s6 .item1 .desc{
        line-height: 1.75;
        margin-top: .15rem;
    }
    .inner-s6 .item2 .tit{
        font-size: .22rem;
        line-height: 1.5;
        padding: .1rem .15rem;
    }
    .inner-s6 .item2 .desc{
        line-height: 1.75;
        margin-top: .2rem;
    }
    .inner-s6 .item2 .desc p + p{
        margin-top: 1em;
    }

}
@media (max-width: 769px) {

}
@media (max-width: 481px) {
    .inner-s6 .item1{
        display: block;
    }
    .inner-s6 .item1 .pic{
        margin: 0 auto;
    }
    .inner-s6 .item1 .text{
        width: 100%;
        margin-top: .2rem;
        padding: 0;
    }
    .inner-s6 .item1 .name{
        display: block;
        text-align: center;
    }
    .inner-s6 .item1 .name h3{
        margin-right: 0;
    }
    .inner-s6 .item1 .name h4{
        line-height: 1.5;
        margin-top: .05rem;
    }
    .inner-s6 .item1 .line:before{
        right: 0;
        margin: 0 auto;
    }
}


.inner-s7 .item1 .images{
    width: 4.57rem;
}
.inner-s7 .item1 .images img{
    display: block;
    max-width: 100%;
    margin-bottom: .1rem;
}
.inner-s7 .item1 .images p{
    font-size: .18rem;
    line-height: .28rem;
    color: #107360;

    padding-left: .35rem;
}
.inner-s7 .item1 .desc{
    width: calc(100% - 5.04rem);
    font-size: .18rem;
    line-height: 2;
    color: #333333;
    text-indent: 2em;
}
.inner-s7 .item1 .content{
    margin-top: .35rem;
    padding: .47rem .55rem .54rem;
    background: linear-gradient(-90deg, rgba(223, 243, 243, 0.5) 0%, rgba(223, 243, 243, 0) 100%);
    border-radius: .2rem;
}
.inner-s7 .item2 .images img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.inner-s7 .item2{
    margin-top: .72rem;
}

@media (max-width: 1025px) {
    .inner-s7 .item1 .images{
        width: 100%;
    }
    .inner-s7 .item1 .images img{
        max-height: 1.2rem;
        margin: 0 auto .1rem;
    }
    .inner-s7 .item1 .images p{
        line-height: 1.5;
        text-align: center;
        padding-left: 0;

    }
    .inner-s7 .item1 .desc{
        width: 100%;
        margin-top: .2rem;
        line-height: 1.75;
    }
    .inner-s7 .item1 .content{
        padding: .2rem;
        margin-top: .2rem;
    }
    .inner-s7 .item2{
        margin-top: .3rem;
    }
}
@media (max-width: 769px) {

}
@media (max-width: 481px) {

}