@charset "utf-8";
html,
body{
    height: 100vh;
    overflow: hidden;
}
.inner_page{
    height: 100vh;
}
.inner_vision{
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
}
.pageBg{position: absolute;left: 0;top: 0;right: 0;bottom: 0;overflow: hidden;z-index: 0;pointer-events: none}
.pageBg img{width: 100%;height: 100%;object-fit: cover;user-select: none}
.inner_s1 .inner_vision{
    padding: 1.57rem .58rem 0 1.44rem;
}

.anibg img{position: absolute;z-index: 1;bottom: -.1rem;pointer-events: none;user-select: none}
.anibg img:nth-child(1){left: -1.5rem;width: 4.95rem}
.anibg img:nth-child(2){left:50%;margin-left: -5.5rem;width: 10.99rem}
.anibg img:nth-child(3){right: -1.5rem;width: 4.95rem}

@media (max-width: 1024px){
    .anibg img:nth-child(1){left: -10vw;width:27vw}
    .anibg img:nth-child(2){left:50%;margin-left: -30vw;width: 60vw}
    .anibg img:nth-child(3){right: -10vw;width:27vw}
}

/*footer*/
.footer{background: #A51414;padding: .3rem 0 .4rem;color: rgba(255,2552,255,.7)}
.footer p+p{margin-top: .1rem}
.footer p img{height: .8rem;}
.footer a{color: rgba(255,2552,255,.7)}
.footer p span{display: inline-block;}
.footer p span+span{margin: 0 .1rem}
@media (min-width:1025px){
    .footer{display: none}
}
/*pagination*/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .4rem;
}

.pagination a {
    display: inline-block !important;
    border: 1px solid #EDCA6E;
    padding: 0 0.12rem !important;
    height: 0.35rem !important;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #fff;
    margin: 0 7px;
}

.pagination a.active {
    background: #EDCA6E ;
    color: #fff;
    border: 1px solid #EDCA6E ;
}

.pagination a:hover {
    background: #EDCA6E ;
    color: #fff;
    border: 1px solid #EDCA6E ;
}


/*inner_s1*/
.inner_s1 .tit {
    width: 1.36rem;
    position: relative;
}
.inner_s1 .tit .titimg {
    position: relative;
    margin-top: .34rem
}

.inner_s1 .tit .titimg:after {
    content: '';
    height: 100vh;
    width: 1px;
    background: rgba(255,255,255,.1);
    position: absolute;
    left: 50%;
    top: calc(100% + .26rem)
}

.inner_s1 .tit .titimg img:first-child {
    width: 1.36rem
}

.inner_s1 .tit .titimg img:last-child {
    display: none
}
.inner_s1 .slide_s1{
    width: calc(100% - 2.06rem);
}
.slide_s1 a{
    position: relative;
    padding: .15rem 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slide_s1 a .img{
    width: 3.38rem;
    height: 2rem;
    -webkit-mask:url(../images/n-img-1.svg);
    mask: url(../images/n-img-1.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    mask: none \0;
    background: url("../images/n-img-1.svg") no-repeat 50%/100% 100%;
    flex-shrink: 0;
    overflow: hidden;
}
.slide_s1 a .txt-box{
    width: calc(100% - 3.96rem);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.slide_s1 a time{
    display: block;
    font-size: .2rem;
    line-height: .48rem;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    width: 1.5rem;
    text-align: center;
    background: url("../images/n-img-2.png") no-repeat 50%/100% 100%;
    margin-left: .53rem;
    flex-shrink: 0;
    position: relative;
}
.slide_s1 a time:after{
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    width: 1px;
    height: 1.82rem;
    background: linear-gradient(270deg, #BE9A51 1%, #EDCA6E 62%);
    opacity: .3;
    transition: .3s;
}
.slide_s1 a .txt{
    flex: 1;
    margin-top: .05rem;
    overflow: hidden;
}
.slide_s1 a h4{
    font-size: .24rem;
    line-height: .34rem;
    color: #FFFFFF;
    transition: .3s;
}
.slide_s1 a p{
    margin-top: .27rem;
    font-size: .16rem;
    line-height: .26rem;
    color: #fff;
    opacity: .8;
    height: .78rem;
}
.slide_s1 a:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 3.96rem;
    right: .76rem;
    height: 1px;
    background: linear-gradient(270deg, #BE9A51 1%, #EDCA6E 62%);
    opacity: .3;
    transition: .5s;
}
.slide_s1 a:after{
    position: absolute;
    content: '';
    bottom: -.07rem;
    left: 3.96rem;
    width: .38rem;
    height: .14rem;
    background: url("../images/slogon.png") no-repeat 50%/100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.slide_s1 a:hover:after{
    opacity: 1;
    visibility: visible;
}
.slide_s1 a:hover:before{
    opacity: 1;
    left: 4.1rem;
}
.slide_s1 a:hover time:after{
    opacity: 1;
}
.slide_s1 a:hover h4{
    background: linear-gradient(276deg, #BE9A51 1%, #EDCA6E 62%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.slide_s1_box{
    height: 6.9rem;
}
.slide_s1 .pr1 a time:after{
    opacity: 0;
}
.slide_s1 .btn{
    width: .26rem;
    height: .22rem;
    background: transparent no-repeat 50%/100%;
    transform: translate(-50%,0);
}
.slide_s1 .btn:after{
    display: none;
}
.slide_s1 .next{
    bottom: -.4rem;
    top: auto;
    right: auto;
    left: 50%;
    background-image: url("../images/n-img-3.png");
}
.slide_s1{
    position: relative;
}
.slide_s1 .wap_box{
    display: none;
}


@media (min-width: 1025px) {
    .slide_s2 .list li{height: .92rem}
    .slide_s1 .swiper-slide-active + div + div a:after,
    .slide_s1 .swiper-slide-active + div + div a:before{
        display: none;
    }
    .slide_s1 .swiper-slide-active + div + div  a time:after{

        background: linear-gradient(270deg, rgba(190, 154, 81, 0) 1%, #EDCA6E 62%,transparent 100%) ;
    }
}

@media (max-width: 1024px) {
    html, body{
        height: auto;
        overflow: visible;
    }
    .inner_page{
        height: auto;min-height: 80vh
    }
    .inner_page .wrap{
        padding: 0 .6rem;
    }
    .inner_vision{
        position: relative;
        min-height: 73vw;
        height: auto;
    }
    .inner_s1 .inner_vision{
        padding: 1.5rem 0 1rem;
    }
    .inner_s1 .tit{
        width: 100%;
    }
    .inner_s1 .tit .titimg{
        margin-top: 0;
    }
    .tit .titimg img:first-child{display: none}
    .inner_s1 .tit .titimg img:last-child{display: block;height: .75rem}
    .inner_s1 .tit .titimg:after{display: none}
    .inner_s1 .slide_s1{
        width: 100%;
        margin-top: .5rem;
    }
    .slide_s1 a h4{
        font-size: .32rem;
        line-height: 1.5;
    }
    .slide_s1 a p{
        font-size: .22rem;
        line-height: 1.8;
        height: 5.4em;
        margin-top: .1rem;
    }
    .slide_s1 a .txt-box{
        width: calc(100% - 3.7rem);
    }
    .slide_s1 a time{
        font-size: .24rem;
        margin-left: .2rem;
    }

    .slide_s1 .wap_box{
        display: block;
    }
    .slide_s1 .web_box{
        display: none;
    }
    .slide_s1 a{
        padding: .3rem 0;
    }
    .slide_s1 a time:after{
        height: 2.12rem;
    }
}
@media (max-width: 769px) {
    .slide_s1 a{
        flex-wrap: wrap;
    }
    .slide_s1 a .img{
        width: 100%;
        height: 53vw;
    }
    .slide_s1 a .txt-box{
        width: 100%;
        margin-top: .3rem;
        display: block;
    }
    .slide_s1 a time{
        margin-left: 0;
        margin-bottom: .1rem;
    }
    .slide_s1 a time:after{
        display: none;
    }
    .slide_s1 a:before{
        right: 0;
        left: 0rem;
    }
    .slide_s1 a:after{
        left: 0;
    }
    .slide_s1 a:hover:before{
        left: .3rem;
    }
    .inner_s1 .slide_s1{
        margin-top: .2rem;
    }
}

@media (max-width: 481px) {
    .slide_s1 a p{
        font-size: 12px;
    }
}


/*inner_s2*/

.inner_s2 .inner_vision{
    padding: 1.9rem 2.69rem 0 1.44rem;
}
.inner_s2 .tit {
    width: 1.31rem;
    position: relative;
}
.inner_s2 .tit .titimg {
    position: relative;
    margin-top: .22rem
}

.inner_s2 .tit .titimg:after {
    content: '';
    height: 100vh;
    width: 1px;
    background: rgba(255,255,255,.1);
    position: absolute;
    left: 50%;
    top: calc(100% + .26rem)
}

.inner_s2 .tit .titimg img:first-child {
    width: 1.31rem
}

.inner_s2 .tit .titimg img:last-child {
    display: none
}
.inner_s2 .slide_s2{
    width: calc(100% - 2.06rem);
}
.slide_s2 a{
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slide_s2 a time{
    display: block;
    width: 1.39rem;
    line-height: .45rem;
    font-size: .2rem;
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    background: url("../images/n-img-6.png") no-repeat 50%/100% 100%;
    margin-right: .56rem;
    flex-shrink: 0;
    position: relative;
}
.slide_s2 a .txt{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.slide_s2 a h4{
    flex: 1;
    font-size: .24rem;
    line-height: .34rem;
    color: #fff;
    transition: .3s;
}
.slide_s2 a i{
    margin-left: .2rem;
    display: block;
    width: .39rem;
    height: .24rem;
    background: url("../images/n-img-4.png") no-repeat 50%/100% 100%;
    transition: .3s;
    flex-shrink: 0;
}
.slide_s2 a:before{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 1px;
    left: 1.94rem;
    background: #FFFFFF;
    opacity: .2;
    transition: .3s;
}
.slide_s2 a:after{
    position: absolute;
    content: '';
    left: 1.86rem;
    bottom: -.05rem;
    width: .38rem;
    height: .14rem;
    background: url("../images/slogon.png") no-repeat 50%/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.slide_s2 a:hover:before{
    left: 2.2rem;
    opacity: 1;
    background: linear-gradient(270deg, #BE9A51 1%, #EDCA6E 62%) ;
}
.slide_s2 a:hover:after{
    opacity: 1;
    visibility: visible;
}
.slide_s2 a:hover h4{
    color: #EDCA6E;
    background: linear-gradient(275deg, #BE9A51 1%, #EDCA6E 62%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.slide_s2 a:hover i{
    background-image: url("../images/n-img-5.png");
}
.slide_s2_box{
    height: 6.44rem;
}
.slide_s2 .current-group-last a:before,
.slide_s2 .current-group-last a:after{
    display: none;
}
.slide_s2 .btn{
    width: .26rem;
    height: .22rem;
    background: transparent no-repeat 50%/100%;
    transform: translate(-50%,0);
}
.slide_s2 .btn:after{
    display: none;
}
.slide_s2 .next{
    bottom: -.4rem;
    top: auto;
    right: auto;
    left: 50%;
    background-image: url("../images/n-img-3.png");
}
.slide_s2{
    position: relative;
}
.slide_s2 .wap_box{
    display: none;
}
@media (max-width: 1025px) {
    .inner_s2 .inner_vision{
        padding: 1.5rem 0 1rem;
    }
    .inner_s2 .tit{
        width: 100%;
    }
    .inner_s2 .tit .titimg{
        margin-top: 0;
    }
    .tit .titimg img:first-child{display: none}
    .inner_s2 .tit .titimg img:last-child{display: block;height: .75rem}
    .inner_s2 .tit .titimg:after{display: none}
    .inner_s2 .slide_s2{
        width: 100%;
        margin-top: .3rem;
    }
    .slide_s2 .wap_box{
        display: block;
    }
 
    .slide_s2 a{
        height: auto;flex-wrap: wrap;padding: .3rem 0
    }
    .slide_s2 a time{
        font-size: .22rem;
        margin-right: .2rem;
    }
    .slide_s2 a h4{
        font-size: .28rem;
        line-height: 1.4em
    }
    .slide_s2 a:before{
        left: 0;
    }
    .slide_s2 a:after{
        left: 0;
    }
    .slide_s2 a:hover:before{
        left: .3rem;
    }
    .slide_s2 a .txt{flex: inherit;width: 100%;margin-top: .2rem}
}
@media (max-width: 481px) {
    .inner_s2 .slide_s2{
        margin-top: .2rem;
    }

}

/*inner_s3*/

.inner_s3 .inner_vision{
    padding: 1.79rem 1.54rem 0 1.56rem;
}
.inner_s3 .tit {
    width: 1.18rem;
    position: relative;
}
.inner_s3 .tit .titimg {
    position: relative;
    margin-top: .03rem
}

.inner_s3 .tit .titimg:after {
    content: '';
    height: 100vh;
    width: 1px;
    background: rgba(255,255,255,.1);
    position: absolute;
    left: 50%;
    top: calc(100% - .1rem)
}

.inner_s3 .tit .titimg img:first-child {
    width: 1.18rem
}

.inner_s3 .tit .titimg img:last-child {
    display: none
}
.inner_s3 .slide_s3{
    width: calc(100% - 2rem);
}
.slide_s3_ul{
    display: flex;
    flex-wrap: wrap;
}
.slide_s3_ul li{
    width: 31.77%;
    margin: .48rem 0 0 2.345%;
}
.slide_s3_ul li:nth-child(-n+3){
    margin-top: 0;
}
.slide_s3_ul li:nth-child(3n+1){
    margin-left: 0;
}
.slide_s3_ul li a{
    position: relative;
    padding: .06rem;
    display: block;
}
.slide_s3_ul li .img{
    height: 2.8rem;
    -webkit-mask:url(../images/n-img-7.svg);
    mask: url(../images/n-img-7.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    mask: none \0;
    background: url("../images/n-img-7.svg") no-repeat 50%/100% 100%;
    flex-shrink: 0;
    overflow: hidden;
    z-index: 3;
}
.slide_s3_ul li .img:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.1rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 3;
}
.slide_s3_ul li h4{
    font-size: .2rem;
    line-height: .28rem;
    color: #fff;
    padding: 0 .28rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .26rem;
    z-index: 3;
}
.slide_s3_ul li i.ico{
    position: absolute;
    left: 50%;
    top: 50%;
    width: .3rem;
    height: .3rem;
    background: url("../images/n-img-9.png") no-repeat 50%/100% 100%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 4;
    transition: .3s;
}
.slide_s3_ul li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-8.png") no-repeat 50%/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.slide_s3_ul li:hover a:after{
    opacity: 1;
    visibility: visible;
}
.slide_s3_ul li:hover i.ico{
    opacity: 1;
    visibility: visible;
}
.slide_s3_box{
    height: 6.32rem;
}
.slide_s3 .btn{
    width: .26rem;
    height: .22rem;
    background: transparent no-repeat 50%/100%;
    transform: translate(-50%,0);
}
.slide_s3 .btn:after{
    display: none;
}
.slide_s3 .next{
    bottom: -.58rem;
    top: auto;
    right: auto;
    left: 50%;
    background-image: url("../images/n-img-3.png");
}

.slide_s3{
    position: relative;
}

.imgfixbox{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}
.imgfixbox.showdiv {
    opacity: 1;
    visibility: visible
}
.imgfixbox .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 56, 118, 0.6);
    backdrop-filter: blur(12px); /* 应用高斯模糊 */
}
.imgfixbox .imgfixcon{
    padding-top: 1.17rem;
}
.imgfixbox .imgfix1 .con{
    width: 10.64rem;
    margin: 0 auto;
}
.imgfixbox .imgfix1 .img_box{
    padding: .07rem;
    background: url("../images/n-img-11.png") no-repeat 50%/100% 100%;
}
.imgfixbox .imgfix1 .img{
    height: 5.91rem;
    -webkit-mask:url(../images/n-img-10.svg);
    mask: url(../images/n-img-10.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    mask: none \0;
    background: url("../images/n-img-10.svg") no-repeat 50%/100% 100%;
    flex-shrink: 0;
    overflow: hidden;
    z-index: 3;
}
.imgfixbox .imgfix1 h4{
    font-size: .22rem;
    line-height: .3rem;
    color: #fff;
    text-align: center;
    margin-top: .28rem;
}
.imgfixbox .imgfix1 .btn{
    width: .54rem;
    height: .54rem;
    background: transparent no-repeat 50%/100% 100%;
    transition: .3s;
    z-index: 99;
}
.imgfixbox .imgfix1 .btn:after{
    display: none;
}
.imgfixbox .imgfix1 .prev{
    left: .3rem;
    background-image: url("../images/n-prev1.png");
}
.imgfixbox .imgfix1 .next{
    right: .3rem;
    background-image: url("../images/n-next1.png");
}
.imgfixbox .imgfix1 .prev:hover{
    background-image: url("../images/n-prev2.png");
}
.imgfixbox .imgfix1 .next:hover{
    background-image: url("../images/n-next2.png");
}
.imgfixbox .bot{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-mask: -webkit-linear-gradient(to right, transparent, white 20%, white 80%, transparent);
    mask: linear-gradient(to right, transparent, white 20%, white 80%, transparent);
    z-index: 5;
}
.imgfixbox .imgfix2 .img{
    height: 100%;
}
.imgfixbox .imgfix2 .img:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .04rem solid;
    border-image: linear-gradient(304deg, #BE9A51 0%, #EDCA6E 64%) 4;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 3;
}
.imgfixbox .imgfix2 .swiper-slide:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: .3s;
}
.imgfixbox .imgfix2 .swiper-slide{
    width: 1.98rem;
    height: 1.1rem;
    position: relative;
}
.imgfixbox .imgfix2 .swiper-slide-active .img:after{
    opacity: 1;
    visibility: visible;
}
.imgfixbox .imgfix2 .swiper-slide-active:after{
    opacity: 0;
    visibility: hidden;
}
.imgfixbox .bot:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.1rem;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 9%, #000000 50%, rgba(0, 0, 0, 0) 92%);
}
.imgfixbox .close{
    position: absolute;
    top: .56rem;
    right: .4rem;
    width: .32rem;
    height: .32rem;
    background: url("../images/n-close.png") no-repeat 50%/100% 100%;
    cursor: pointer;
    transition: .5s;
}
.imgfixbox .close:hover{
    transform: rotate(180deg);
}

.slide_s3 .wap_box{
    display: none;
}
   .slide_s3 .web_box{
       height: 75vh;overflow: auto;padding-right:0
    }
    .slide_s3 .web_box::-webkit-scrollbar{display: none}
    .slide_s2 .web_box{
       height: 75vh;overflow: auto;padding-right:0
    }
    .slide_s2 .web_box::-webkit-scrollbar{display: none}

    .slide_s1 .wap_box{
       height: 75vh;overflow: auto;padding-right:0
    }
    .slide_s1 .wap_box::-webkit-scrollbar{display: none}
@media (max-width: 1025px) {
    .inner_s3 .inner_vision{
        padding: 1.5rem 0 1rem;
    }
    .inner_s3 .tit{
        width: 100%;
    }
    .inner_s3 .tit .titimg{
        margin-top: 0;
    }
    .tit .titimg img:first-child{display: none}
    .inner_s3 .tit .titimg img:last-child{display: block;height: .9rem}
    .inner_s3 .tit .titimg:after{display: none}
    .inner_s3 .slide_s3{
        width: 100%;
        margin-top: .3rem;
    }
    .slide_s3 .wap_box{
        display: block;
    }
    .slide_s3 .web_box{
       height: auto;overflow: inherit;padding-right:0;
    }
       .slide_s2 .web_box{
       height: auto;overflow: inherit;padding-right:0;
    }
    .slide_s3_ul li h4{
        font-size: .26rem;
        line-height: 1.5;
    }
    .slide_s3_ul li .img{
        height: 18.5vw;
    }
    .slide_s3_ul li{
        width: 32%;
        margin: 0;
    }
    .slide_s3_ul{
        gap: .3rem 2%;
    }
    .imgfixbox{
        display: none;
    }
    .viewer-title{
        font-size: .24rem !important;
        line-height: 1.5 !important;
    }
}
@media (max-width: 769px) {
    .slide_s3_ul li .img {
        height: 27.5vw;
    }
    .slide_s3_ul li{
        width: 49%;
        margin: 0;
    }
    .slide_s3_ul{
        gap: .3rem 2%;
    }
}
@media (max-width: 481px) {
    .slide_s3_ul li .img {
        height: 52.7vw;
    }
    .slide_s3_ul li{
        width: 100%;
        margin: 0;
    }
}

/*inner_s4*/
.inner_s4{
    height: auto;
    min-height: calc(100vh - 1.56rem);
}
.inner_s4 .inner_vision{
    position: static;
    height: auto;
    padding: 1.7rem .2rem 0;
}
.inner_s4 .dtl_tit h4{
    font-size: .32rem;
    line-height: .46rem;
    color: #333333;
    text-align: center;
}
.inner_s4 .dtl_tit .cont{
    margin-top: .1rem;
    gap: 0 .3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.inner_s4 .dtl_tit .cont .li{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .4rem;
    color: #777777;
}
.inner_s4 .dtl_tit .cont .li img{
    display: block;
    width: .18rem;
    margin-right: .11rem;
}
.inner_s4 .dtl_tit .cont .li a{
    display: block;
    font-size: .18rem;
    color: #777777;
    margin: 0 .1rem;
    transition: .3s;
}
.inner_s4 .dtl_tit .cont .li a:hover,
.inner_s4 .dtl_tit .cont .li a.active{
    color: #AC1010;
}
.inner_s4 .dtl_tit:before{
    position: absolute;
    content: '';
    left: 0;
    right: .62rem;
    bottom: 0;
    height: 1px;
    background: rgba(0, 0, 0, .1);
}
.inner_s4 .dtl_tit:after{
    position: absolute;
    content: '';
    width: .7rem;
    height: .26rem;
    right: 0;
    bottom: -.06rem;
    background: url("../images/n-img-15.png") no-repeat 50%/100% 100%;
}
.inner_s4 .dtl_tit{
    padding-bottom: .32rem;
    position: relative;
}
.inner_s4 .dtl_txt p{
    font-size: .18rem;
    line-height: 1.78em;
    color: rgba(51, 51, 51, 0.8);
    text-indent: 2em;
}
.inner_s4 .dtl_txt p + p{
    margin-top: .4rem;
}
.inner_s4 .dtl_txt p img{
    display: block;
    width: auto;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 auto;
}
.inner_s4 .dtl_txt{
    margin-top: .3rem;
}
.inner_s4 .dtl_page p{
    font-size: .2rem;
    line-height: .32rem;
    color: #90000A;
}
.inner_s4 .dtl_page p a{
    color: #222;
    transition: .5s;
}
.inner_s4 .dtl_page p + p{
    margin-top: .06rem;
}
.inner_s4 .dtl_page p:hover a{
    color: #90000A;
}
.inner_s4 .dtl_page:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 100%;
    width: .94rem;
    height: .04rem;
    background: #90000A;
    clip-path: polygon(0 0, 100% 0, calc(100% - .03rem) 0, 100% 100%, 0 100%);
}
.inner_s4 .dtl_page{
    margin-top: .76rem;
    padding: .38rem .36rem 0;
    position: relative;
    border-top: 1px solid #EEEEEE;
}
.inner_s4 .share_box{
    position: fixed;
    top: 20vw;
    right: .9rem;
    width: .6rem;
}
.inner_s4 .share_box .li img{
    display: block;
    width: 100%;
}
.inner_s4 .share_box .li span{
    display: block;
    font-size: .18rem;
    line-height: .4rem;
    color: #777777;
    text-align: center;
}
@font-face{font-family:"socialshare";src:url("../font/iconfont.woff") format("woff")}.social-share{}.social-share *{font-family:"socialshare" !important}.social-share .icon-tencent:before{content:"\f07a"}.social-share .icon-qq:before{content:"\f11a"}.social-share .icon-weibo:before{content:"\f12a"}.social-share .icon-wechat:before{content:"\f09a"}.social-share .icon-douban:before{content:"\f10a"}.social-share .icon-heart:before{content:"\f20a"}.social-share .icon-like:before{content:"\f00a"}.social-share .icon-qzone:before{content:"\f08a"}.social-share .icon-linkedin:before{content:"\f01a"}.social-share .icon-diandian:before{content:"\f05a"}.social-share .icon-facebook:before{content:"\f03a"}.social-share .icon-google:before{content:"\f04a"}.social-share .icon-twitter:before{content:"\f06a"}.social-share a{position:relative;text-decoration:none;margin: 4px .06rem;display:inline-block;outline:none;}.social-share .social-share-icon{position:relative;display:inline-block;width: .42rem;height: .42rem;font-size: .22rem;border-radius: 50%;line-height: .4rem;border:1px solid #666;color:#666;text-align:center;vertical-align:middle;transition:background 0.6s ease-out 0s;}.social-share .social-share-icon:hover{background:#666;color:#fff}.social-share .icon-weibo{color:#ff763b;border-color:#ff763b}.social-share .icon-weibo:hover{background:#ff763b}.social-share .icon-tencent{color:#56b6e7;border-color:#56b6e7}.social-share .icon-tencent:hover{background:#56b6e7}.social-share .icon-qq{color:#56b6e7;border-color:#56b6e7}.social-share .icon-qq:hover{background:#56b6e7}.social-share .icon-qzone{color:#FDBE3D;border-color:#FDBE3D}.social-share .icon-qzone:hover{background:#FDBE3D}.social-share .icon-douban{color:#33b045;border-color:#33b045}.social-share .icon-douban:hover{background:#33b045}.social-share .icon-linkedin{color:#0077B5;border-color:#0077B5}.social-share .icon-linkedin:hover{background:#0077B5}.social-share .icon-facebook{color:#44619D;border-color:#44619D}.social-share .icon-facebook:hover{background:#44619D}.social-share .icon-google{color:#db4437;border-color:#db4437}.social-share .icon-google:hover{background:#db4437}.social-share .icon-twitter{color:#55acee;border-color:#55acee}.social-share .icon-twitter:hover{background:#55acee}.social-share .icon-diandian{color:#307DCA;border-color:#307DCA}.social-share .icon-diandian:hover{background:#307DCA}.social-share .icon-wechat{position:relative;color:#7bc549;border-color:#7bc549}.social-share .icon-wechat:hover{background:#7bc549}.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left:-92px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms}.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px}.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}.social-share .icon-wechat:hover .wechat-qrcode{display:block}

.share_li .social-share .social-share-icon{
    display: block;
    margin: .1rem 0;
}
.share_li .social-share .icon-wechat .wechat-qrcode{
    left: -78px;
}
.share_li{
    position: absolute;
    top: 0;
    right: 100%;
    padding: .1rem;
    opacity: 0;
    visibility: hidden;
}
.inner_s4 .share_box:hover .share_li{
    opacity: 1;
    visibility: visible;
}


.inner_s4 .detail{
    position: relative;
    padding: .42rem 1.9rem 1.43rem;
    border-radius: .1rem;
    min-height: 60vh;
    background: url("../images/n-img-12.jpg") no-repeat bottom center/cover;
}
@media (max-width: 1025px) {
    .inner_s4 .inner_vision{
        padding: 1.5rem 0 0;
    }
    .inner_s4 .detail{
        padding: .4rem;
    }
    .inner_s4 .dtl_tit h4{
        font-size: .36rem;
        line-height: 1.5;
    }
    .inner_s4 .dtl_tit .cont .li{
        font-size: max(.2rem,12px);
        line-height: 1.5;
    }
    .inner_s4 .dtl_tit .cont .li a{
        font-size: max(.2rem,12px);
    }
    .inner_s4 .dtl_tit{
        padding-bottom: .2rem;
    }
    .inner_s4 .dtl_txt p{
        font-size: max(.24rem,13px);
        line-height: 1.75em;
    }
    .inner_s4 .dtl_txt p + p{
        margin-top: .3rem;
    }
    .inner_s4 .dtl_page{
        margin-top: .4rem;
        padding: .3rem 0 0;
    }
    .inner_s4 .dtl_page p{
        font-size: max(.24rem,14px);
        line-height: 1.75em;
    }
    .inner_s4 .share_box{
        /* display: none; */
        position:relative;
        top: 0;right: 0;margin-top: .4rem;display: flex;width: 100%
    }
    .share_li{
    position: relative;
    top: 0;
    right: 0;
    padding: 0 .1rem;
    opacity: 1;
    visibility: visible;flex:1;  
}
.inner_s4 .share_box .li img{width: .62rem}
.inner_s4 .share_box .li span{display: none}
.social-share{display: flex}
.social-share .social-share-icon{width: .62rem;height: .62rem;font-size: .34rem;line-height: .6rem;margin-left: .2rem}
.share_li .social-share .social-share-icon{margin: 0 0 0 .3rem}
}


/*inner_s5*/

.inner_s5 .inner_vision{
    padding: 1.72rem 1.6rem 0 1.52rem;
}

.inner_s5 .tit {
    width: 1.11rem;
    position: relative;
}
.inner_s5 .tit .titimg {
    position: relative;
    margin-top: .03rem
}

.inner_s5 .tit .titimg:after {
    content: '';
    height: 100vh;
    width: 1px;
    background: rgba(255,255,255,.1);
    position: absolute;
    left: 50%;
    top: calc(100% + .12rem)
}

.inner_s5 .tit .titimg img:first-child {
    width: 1.11rem
}

.inner_s5 .tit .titimg img:last-child {
    display: none
}
.inner_s5 .content{
    width: calc(100% - 2rem);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s5 .content .ll{
    width: 3.24rem;
}
.inner_s5 .content .ll .img{
    height: 4.3rem;
    border-radius: .1rem;
}
.inner_s5 .content .rr{
    width: calc(100% - 3.73rem);
    padding: .34rem .3rem .51rem .62rem;
    background: url("../images/n-img-19.png") no-repeat 50%/100% 100%;
}
.inner_s5 .con_tit h4{
    font-size: .36rem;
    line-height: .52rem;
    color: #333333;
}
.inner_s5 .con_tit p{
    font-size: .16rem;
    line-height: .28rem;
    color: #333333;
    margin-top: .17rem;
}
.inner_s5 .con_tit:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: .62rem;
    height: 1px;
    background: #000;
    opacity: .1;
}
.inner_s5 .con_tit:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: .7rem;
    height: .26rem;
    background: url("../images/n-img-15.png") no-repeat 50%/100% 100%;
}
.inner_s5 .con_tit{
    position: relative;
    padding-bottom: .33rem;
}
.inner_s5 .con_txt p{
    font-size: .16rem;
    line-height: .38rem;
    color: #555555;
}
.inner_s5 .con_txt {
    margin-top: .45rem;
}
.inner_s5 .con::-webkit-scrollbar {width:4px;height: 8px;background-color:  rgba(0, 0, 0, 0.1);}
.inner_s5 .con::-webkit-scrollbar-track {border-radius: 10px;background-color:  rgba(0, 0, 0, 0.1);}
.inner_s5 .con::-webkit-scrollbar-thumb {border-radius: 10px; background: linear-gradient(270deg, #A51414 0%, #A20E0C 110%);}
.inner_s5 .con{
    height: 6.3rem;
    padding-right: .53rem;
    overflow-y: auto;
}

@media (max-width: 1025px) {
    .inner_s5 .inner_vision{
        padding: 1.5rem 0 1rem;
    }
    .inner_s5 .tit{
        width: 100%;
    }
    .inner_s5 .tit .titimg{
        margin-top: 0;
    }
    .tit .titimg img:first-child{display: none}
    .inner_s5 .tit .titimg img:last-child{display: block;height: .9rem}
    .inner_s5 .tit .titimg:after{display: none}
    .inner_s5 .content{
        width: 100%;
        margin-top: .3rem;
    }
    .inner_s5 .content .rr{
        padding: .4rem .3rem .3rem .4rem;
    }
    .inner_s5 .con_tit p{
        font-size: max(.22rem,13px);
        line-height: 1.5;
    }
    .inner_s5 .con_txt p{
        font-size: max(.22rem,13px);
        line-height: 2.3;
    }
    .inner_s5 .con_txt {
        margin-top: 0.2rem;
    }
}
@media (max-width: 769px) {
    .inner_s5 .content .ll{
        width: 100%;
    }
    .inner_s5 .content .ll .img{
        width: 3.24rem;
        margin: 0 auto;
    }
    .inner_s5 .content .rr{
        width: 100%;
        margin-top: .3rem;
    }
    .inner_s5 .con{
        height: auto;
        padding-right:0;
    }
}

/*inner_s6*/

.inner_s6 .inner_vision{
    padding: 1.57rem 1.6rem 0 2.52rem;
}

.inner_left{
    width: 3.3rem;
}
.inner_left ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_left ul li{
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.inner_left ul li .span{
    position: relative;
}
.inner_left ul li .span:before {
    content: '';
    position: absolute;
    bottom: 100%;
    border-left: 1px dashed #fff;
    left: 50%;
    opacity: .4;
    transition: .3s
}

.inner_left ul li .span:after {
    content: '';
    position: absolute;
    top: 100%;
    border-left: 1px dashed #fff;
    left: 50%;
    opacity: .4;
}
.inner_left ul li .span span{
    writing-mode: vertical-lr;
    color: #fff;
    cursor: pointer;
    font-size: .26rem;
    letter-spacing: .2em;
    position: relative;
    padding-top: .48rem;
    padding-bottom: .4rem;
}
.inner_left ul li .span span:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: .81rem;
    height: .29rem;
    background: url(../images/n-img-20.png) no-repeat center;
    background-size: auto .2rem;
    transform: translateX(-50%);
    transition: .3s
}
.inner_left ul li .span span:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: .2rem;
    background: url(../images/n-img-21.png) no-repeat center;
    background-size: auto .2rem;
    transition: .3s
}
.inner_left ul li.on .span span:before,
.inner_left ul li:hover .span span:before{
    background-image: url("../images/n-img-22.png");
    background-size: auto .29rem;
}
.inner_left ul li.on .span span,
.inner_left ul li:hover .span span{
    color: #EDCA6E;
}
.inner_left ul li.li1{
    padding-top: .69rem;
}
.inner_left ul li .span:before{
    height: 43vh;
}
.inner_left ul li .span:after{
    height: 43vh;
}
.inner_left ul li.li2{
    padding-top: 1.85rem;
}

.inner_s6 .content{
    width: calc(100% - 4.36rem);
}
.inner_s6 .cont{
    height: calc(100vh - 1.57rem - .58rem);
    overflow-y:scroll;
}
.inner_s6 .cont::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: #f5f5f5;
    opacity: 0;
}

.inner_s6 .cont::-webkit-scrollbar-track {
    background-color: #e2e2e2;
    opacity: 0;
}

.inner_s6 .cont::-webkit-scrollbar-thumb {
    background-color: #333;
    opacity: 0;
}
.inner_s6 .cont_tit{
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner_s6 .cont_tit img{
    display: block;
    height: .24rem;
}
.inner_s6 .cont_tit h4{
    font-size: .32rem;
    line-height: 1;
    color: #EDCA6E;
    flex-shrink: 0;
    margin: 0 .1rem;
}
.inner_s6 .cont_txt{
    margin-top: .6rem;
}
.inner_s6 .xyksq .desc p,
.inner_s6 .xyksq .desc p *{
    font-size: .16rem;
    line-height: 2em;
    color: rgba(255, 255, 255, 0.9);
}
.inner_s6 .xyksq .desc h6{
    font-size: .22rem;
    line-height: .32rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
    margin-bottom: .15rem;
}
.inner_s6 .xyksq .item h4{
    font-size: .24rem;
    line-height: .3rem;
    color: #EDCA6E;
    margin-bottom: .22rem;
    font-weight: bold;
}
.inner_s6 .xyksq .item .img_box img{
    display: block;
    width: auto;
    max-width: 100%;
}
.inner_s6 .xyksq .item1 .img_box{
    width: 1.8rem;
    flex-shrink: 0;
    margin-right: .72rem;
}
.inner_s6 .xyksq .item1 .txt-box{
    flex: 1;
    overflow: hidden;
    margin-top: .13rem;
}
.inner_s6 .xyksq .item1{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: .44rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.inner_s6 .xyksq .item2 .img_box{
    width: 3.72rem;
    margin-left: 1.06rem;
    flex-shrink: 0;
}
.inner_s6 .xyksq .item2 .txt-box{
    flex: 1;
    overflow: hidden;
    margin-top: .3rem;
}
.inner_s6 .xyksq .item2{
    margin-top: .54rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s6 .xyksq .item3 .img_box{
    margin-top: .36rem;
}
.inner_s6 .xyksq .item3{
    margin-top: .42rem;
    padding-bottom: .54rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.inner_s6 .xyksq .item4 .img_box{
    margin-top: -.09rem;
}
.inner_s6 .xyksq .item4{
    margin-top: .75rem;
}

/*返校预约*/

.inner_s6 .fxyy .desc p,
.inner_s6 .fxyy .desc p *{
    font-size: .16rem;
    line-height: 2em;
    color: rgba(255, 255, 255, 0.9);
}
.inner_s6 .fxyy .item1 .desc p{
    text-indent: 2em;
}
.inner_s6 .fxyy .txt-box h4{
    font-size: .24rem;
    line-height: .3rem;
    color: #EDCA6E;
    font-weight: bold;
    margin-bottom: .23rem;
}
.inner_s6 .fxyy .txt-box i{
    display: block;
    width: .6rem;
    height: .02rem;
    background: linear-gradient(272deg, #BE9A51 1%, #EDCA6E 62%);
    margin-bottom: .3rem;
}
.inner_s6 .fxyy .item2 .img_box{
    width: 4.8rem;
    margin-left: 1.22rem;
    flex-shrink: 0;
}
.inner_s6 .fxyy .item2 .txt-box{
    flex: 1;
    overflow: hidden;
    margin-top: .36rem;
}
.inner_s6 .fxyy .item2{
    margin-top: .42rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

/*联系我们*/

.inner_s6 .lxwm .item1 h4{
    font-size: .24rem;
    line-height: .3rem;
    color: #EDCA6E;
    font-weight: bold;
    margin-bottom: .23rem;
}
.inner_s6 .lxwm .item1 i{
    display: block;
    width: .6rem;
    height: .02rem;
    background: linear-gradient(272deg, #BE9A51 1%, #EDCA6E 62%);
}

.inner_s6 .lxwm .item2 .txt-box h5{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .36rem;
    color: #fff;
}
.inner_s6 .lxwm .item2 .txt-box h5 img{
    display: block;
    width: .2rem;
    margin-right: .14rem;
}
.inner_s6 .lxwm .item2 .txt-box .ewm img{
    display: block;
    width: 1.6rem;
}
.inner_s6 .lxwm .item2 .txt-box .ewm span{
    display: block;
    width: 1.6rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    margin-top: .19rem;
    text-align: center;
}
.inner_s6 .lxwm .item2 .txt-box .ewm{
    margin-top: .41rem;
}
.inner_s6 .lxwm .item2 .txt-box{
    flex: 1;
    overflow: hidden;

}
.inner_s6 .lxwm .item2 .img_box{
    width: 6.51rem;
    margin-top: .04rem;
}
.inner_s6 .lxwm .item2{
    margin-top: .69rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 1025px) {
    .inner_s6 .inner_vision {
        padding: 1.7rem 0 1rem;
    }
    .inner_left{
        width: 100%;
    }
    .inner_left ul li .span span{
        writing-mode: initial;
        font-size: max(.34rem,18px);
        padding: 0;
        line-height: 2;
    }
    .inner_left ul li .span span:after{
        display: none;
    }
    .inner_left ul li .span span:before{
        top: auto;
        bottom: calc(100% + .05rem);
        background-image: url(../images/n-img-22.png);
        background-size: auto .29rem;
        opacity: 0;
    }
    .inner_left ul li.on .span span:before,
    .inner_left ul li:hover .span span:before{
        opacity: 1;
        visibility: visible;
    }
    .inner_left ul li .span:before,
    .inner_left ul li .span:after{
        display: none;
    }
    .inner_left ul li{
        width: 32%;
        padding: 0 !important;
    }
    .inner_s6 .content{
        width: 100%;
        margin-top: .4rem;
    }
    .inner_s6 .cont_tit h4{
        font-size: max(.36rem,17px);
        line-height: 1.85;
    }
    .inner_s6 .xyksq .item h4{
        font-size: max(.3rem,16px);
        line-height: 1.5;
    }
    .inner_s6 .xyksq .desc p, .inner_s6 .xyksq .desc p *{
        font-size: max(.24rem,14px);
        line-height: 1.85;
    }
    .inner_s6 .xyksq .item1 .img_box{
        margin-right: .4rem;
    }
    .inner_s6 .xyksq .item1 .txt-box{
        margin-top: 0;
    }
    .inner_s6 .xyksq .item1{
        padding-bottom: .3rem;
    }
    .inner_s6 .xyksq .item2 .txt-box{
        margin-top: 0;
    }
    .inner_s6 .xyksq .item2 .img_box{
        width: 100%;
        margin-top: .3rem;
        margin-left: 0;
    }
    .inner_s6 .xyksq .item2 .txt-box{
        flex: initial;
        width: 100%;
    }
    .inner_s6 .xyksq .item .img_box img{
        margin: 0 auto;
    }
    .inner_s6 .xyksq .item2 {
        margin-top: 0.4rem;
    }
    .inner_s6 .xyksq .item3{
        margin-top: .4rem;
        padding-bottom: .4rem;
    }
    .inner_s6 .xyksq .item3 .img_box{
        margin-top: .3rem;
    }
    .inner_s6 .xyksq .desc h6{
        font-size: max(.28rem,15px);
    }
    .inner_s6 .xyksq .item4{
        margin-top: .4rem;
    }
    .inner_s6 .cont{
        height: auto;
    }
    .inner_s6 .cont_txt{
        margin-top: .3rem;
    }
    .inner_s6 .fxyy .desc p, .inner_s6 .fxyy .desc p *{
        font-size: max(.24rem,14px);
        line-height: 1.85;
    }
    .inner_s6 .fxyy .txt-box h4{
        font-size: max(.28rem,15px);
        line-height: 1.85;
    }
    .inner_s6 .fxyy .item2{
        margin-top: .3rem;
    }
    .inner_s6 .fxyy .item2 .txt-box{
        margin-top: 0;
    }
    .inner_s6 .lxwm .item2 .txt-box h5{
        font-size: max(.24rem,14px);
        line-height: 2;
    }
    .inner_s6 .lxwm .item2 .txt-box h5 img{
        width: .24rem;
    }
    .inner_s6 .lxwm .item2 .txt-box .ewm{
        margin-top: .3rem;
    }
    .inner_s6 .lxwm .item2 .txt-box .ewm img{
        margin: 0 auto;
    }
    .inner_s6 .lxwm .item2 .txt-box .ewm span{
        width: auto;
        font-size: max(.24rem,14px);
        line-height: 1.5;
        margin-top: .1rem;
    }
    .inner_s6 .lxwm .item1 h4{
        font-size: max(.28rem,15px);
        line-height: 1.85;
    }

    .inner_s6 .lxwm .item2 .txt-box{
        flex: initial;
        width: 100%;
    }
    .inner_s6 .lxwm .item2{
        margin-top: .3rem;
    }
    .inner_s6 .lxwm .item2 .img_box{
        width: 100%;
        margin-top: .3rem;
    }
    .inner_s6 .lxwm .item2 .img_box img{
        display: block;
        width: 100%;
    }

}

@media (max-width: 769px) {
    .inner_left ul li .span span:before{
        bottom: auto;
        left: auto;
        right: 100%;
        top: 50%;
        transform: translate(0,-50%);
        width: .6rem;
        height: .21rem;
        background-size: auto .21rem;
    }
    .inner_left ul li.on .span span:before, .inner_left ul li:hover .span span:before{
        background-size: auto .21rem;
    }
    .inner_left ul li .span span{
        padding-left: .1rem;
    }
    .inner_left ul li{
        width: 50%;

    }
    .inner_left ul{
        justify-content: center;
    }
    .inner_s6 .xyksq .item1 .txt-box{
        flex: initial;
        width: 100%;
    }
    .inner_s6 .xyksq .item1 .img_box{
        width: 100%;
        margin-top: .3rem;
        margin-right: 0;
    }
    .inner_s6 .xyksq .item1 .img_box img{
        margin: 0 auto;
    }
    .inner_s6 .xyksq .desc p, .inner_s6 .xyksq .desc p *{
        line-height: 2;
    }
    .inner_s6 .fxyy .desc p, .inner_s6 .fxyy .desc p *{
        line-height: 2;
    }
    .inner_s6 .fxyy .item2 .txt-box{
        flex: auto;
        width: 100%;
    }
    .inner_s6 .fxyy .item2 .img_box{
        width: 100%;
        margin: .3rem 0 0;
        text-align: center;
    }
    .inner_s6 .fxyy .item2 .img_box img{
        margin: 0 auto;
    }
}
@media (max-width: 481px) {
    .inner_left ul li{
        width: 100%;

    }
}