@charset "utf-8";

body {
    overflow-x: hidden;
}



/* 中心部分 */


.title {}

.tit_c {}

.tit_c .h3 {
    font-size: .56rem;
    color: #222;
    text-transform: uppercase;
    font-family: "shs_bold";
}

.tit_c p {
    font-size: .14rem;
    color: #222;
    line-height: .24rem;
    margin-top: .1rem;
    margin-bottom: .15rem;
}



.title .more {
    position: relative;


    transition: all .6s;
}

.title .more:hover {}

.title .more a {
    display: block;
    width: 2.4rem;
    height: .6rem;
    line-height: .6rem;
    border: 1px solid #222;
    text-align: center;
    border-radius: .3rem;
    transition: all .6s;
}

.title .more a:hover {
    width: 2.6rem;
}

.title .more a span {
    font-size: .16rem;
    color: #222;
    padding-right: .75rem;
    text-transform: capitalize;
    background: url(../images/more.png ) no-repeat right center/ .64rem auto;
}

.title .more:hover a {}


.section1 .title {
    padding-left: .55rem;
    padding-top: 1.3rem;
}


.s1 {
    display: flex;


    justify-content: space-between;
}

.s1 .left {
    position: relative;
    width: 33.3%;
}

.s1l_lj {
    margin-top: .65rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #c5c5c5;
}

.s1l_lj a {
    width: 50%;
    border-left: 1px solid #c5c5c5;
    padding: .3rem .15rem;
    line-height: .4rem;
    font-size: .18rem;
    color: #222;
    text-align: center;
    text-transform: capitalize;
    transition: all .6s;
}

.s1l_lj a:hover {
    background: #712654;
    color: #fff;
}

.s1l_lj a:first-child {
    border-left: 1px solid transparent;
}

.s1l_txt {
    background: #f7f7fb;
    padding: .8rem .35rem;
}

.s1l_txt span {
    font-size: .16rem;
    color: #666;
    font-weight: bold;
}

.s1l_txt h2 {
    margin-top: .15rem;
    margin-bottom: .2rem;
    font-size: .2rem;
    color: #222;
    line-height: .4rem;
    font-family: "shs_bold";
}

.s1l_txt p {
    font-size: .14rem;
    color: #222;
    line-height: .34rem;
    height: 1.36rem;
}

.s1l_txt .gd {
    margin-top: .3rem;
}

.s1l_txt .gd a {
    font-size: .16rem;
    color: #222;
}

.s1l_txt .gd a:hover {
    color: #1a2375;
    text-decoration: underline;
    font-weight: bold;
}

.s1 .right {
    width: 66.6%;
}

.s1r {
    display: flex;
    flex-wrap: wrap;
}

.s1r_l {
    width: 50%;
    padding: .35rem;
    border: 1px solid #c5c5c5
}

.s1r_l a {
    display: block;
}

.s1r_l a .pic {
    padding-top: 75%;
}

.s1r_l a .cont {
    padding-top: .35rem;
}

.s1r_l a .cont>span {
    font-size: .16rem;
    color: #666;
    font-weight: bold;
}

.s1r_l a .cont h2 {
    margin: .15rem 0 .1rem;
    font-size: .2rem;
    color: #222;
    font-family: "shs_bold";
}

.s1r_l a .cont h2 em {
    background-size: 100% 1px;
    background-image: linear-gradient(#222, #222);
}

.s1r_l a:hover .cont h2 em {
    color: #222;
}

.s1r_l a .cont p {
    line-height: .32rem;
    font-size: .14rem;
    color: #222;
    height: 1.28rem;
}

.s1r_l a .cont .gd {
    margin-top: .4rem;
}

.s1r_l a .cont .gd span {
    font-size: .16rem;
    color: #293f99;
    font-weight: bold;
    text-decoration: 1px underline;
}


.s1r_l .slick-dots {
    position: relative;
    background: transparent;
    margin-top: .8rem;
}

.s1r_l .slick-dots li {
    width: .12rem;
    height: .12rem;
    margin: 0 .15rem;
    background: #a773c1;
    border-radius: 50%;
}

.s1r_l .slick-dots li.slick-active {
    background: #6d1598;
}


.s1r_l .slick-dots li.slick-active:before {
    content: "";
    position: absolute;
    width: .2rem;
    height: .2rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: .01rem solid #6d1598;
    border-radius: 50%;
}

.s1r_r {
    width: 50%;
}

.s1r_r ul li a {
    display: block;
    padding: .35rem;
    border-bottom: 1px solid #c5c5c5;
}

.s1r_r ul li a .scale {
    position: relative;
}

.s1r_r ul li a .scale:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 85%;
    background: linear-gradient(to top, rgba(0, 0, 81, 1), transparent);
}

.s1r_r ul li a .scale .pic {
    padding-top: 56.25%;
}

.s1r_r ul li a .scale h2 {
    position: absolute;
    left: .15rem;
    right: .15rem;
    bottom: .15rem;
    line-height: .32rem;
    font-size: .2rem;
    color: #fff;
    font-family: "shs_bold";
    height: .64rem;
    z-index: 6;
}

.s1r_r ul li a .cont {
    margin-top: .3rem;
}

.s1r_r ul li a .cont p {
    line-height: .32rem;
    font-size: .14rem;
    color: #222;
    height: .64rem;
}

.s1r_r ul li:hover a .cont p {
    color: #1a2375;
}

@media screen and (min-width: 1025px) {}

@media screen and (max-width: 1024px) {
    .s1 {
        flex-wrap: wrap;
    }

    .s1 .left {
        width: 100%;
    }

    .s1 .right {
        width: 100%;
    }

    .section1 .title {
        padding: .15rem;
        padding-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .s1l_lj {
        margin-top: .15rem;
    }

    .s1l_txt {
        padding: .15rem;
    }

    .s1r_l {
        padding: .15rem;
    }

    .s1r_r ul li a {
        padding: .15rem;
    }

    .s1r_l .slick-dots {
        margin-top: .2rem;
    }

    .s1r_l a .cont .gd {
        margin-top: .2rem;
    }
}



@media screen and (max-width: 768px) {
    .tit_c .h3 {
        font-size: .2rem;
    }

    .tit_c p {
        display: none;
    }

    .title .more a {
        width: 1rem;
        height: .3rem;
        line-height: .3rem;
    }

    .title .more a span {
        font-size: .12rem;
        padding-left: .1rem;
        padding-right: .4rem;
        background-size: .3rem auto;
    }

    .s1l_lj a {
        padding: .1rem .15rem;
    }

    .s1l_txt h2 {
        margin: .05rem 0 .1rem;
    }

    .s1l_txt .gd {
        margin-top: .15rem;
    }

    .s1r_l {
        width: 100%;
    }

    .s1r_l a .cont {
        padding-top: .15rem;
    }

    .s1r_r {
        width: 100%;
    }

    .s1r_r ul li a .cont {
        margin-top: .1rem;
    }

    .s1r_r ul li a .scale h2 {
        font-size: .18rem;
    }
}

.section2 {
    position: relative;
    padding-top: 1rem;
    padding-bottom: .8rem;

    z-index: 3;
}

.section2 .wp {
    width: 16.8rem;
    position: relative;
    z-index: 6;
}

.section2::before {
    content: "";
    position: absolute;
    left: 0;
    width: 43.75%;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 2;
}

.section2::after {
    content: "";
    position: absolute;
    right: 0;
    width: 56.15%;
    top: 0;
    bottom: 0;
    background: #f7f7fb;
    z-index: 2;
}

.sect2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-l {
    width: 48.8%;
}

.s2-r {
    width: 48.8%;
}

.s2l-pic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2l-pic .s2l_left {
    width: 48.4%;
    margin-top: 1.3rem;
}

.s2l-pic .s2l_right {
    width: 48.7%;
}

.s2l-pic a {
    display: block;
}

.s2l-pic a .scale {
    position: relative;
}

.s2l-pic a .scale::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 85%;
    background: linear-gradient(to top, rgba(0, 0, 81, 1), transparent);
}

.s2l-pic a .pic {
    padding-top: 65%;
}

.s2l-pic a .txt {
    position: absolute;
    left: .15rem;
    right: .15rem;
    bottom: .2rem;
    z-index: 6;
}

.s2l-pic a .txt .s2_logo img {
    max-height: .6rem;
}

.s2l-pic a .txt h2 {
    font-size: .2rem;
    color: #fff;
    font-family: "shs_bold";
}

.s2l-pic a .cont {
    border: 1px solid #c5c5c5;
    border-top: none;
    padding: .3rem .25rem;
}

.s2l-pic a .cont h2 {
    font-size: .2rem;
    color: #222;
    font-family: "shs_bold";
    margin-bottom: .1rem;
}

.s2l-pic a:hover .cont h2 {
    color: #420f76;
}

.s2l-pic a .cont p {
    line-height: .22rem;
    font-size: .14rem;
    color: #222;
    height: .44rem;
}

.s2l-pic .s2l_right ul li {
    margin-top: .2rem;
}

.s2-r ul li {
    margin-bottom: .2rem;
}

.s2-r ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s2-r ul li a .scale {
    width: 2.8rem;
}

.s2-r ul li a .scale .pic {
    padding-top: 64.28%;
}

.s2-r ul li a .cont {
    flex: 1;
    min-width: 0;
    padding: .17rem .2rem;
    background: #fff;
}

.s2-r ul li a .cont h2 {
    line-height: .39rem;
    font-size: .2rem;
    color: #022222;
    font-family: "shs_bold";
}

.s2-r ul li a:hover .cont h2 em {
    background-image: linear-gradient(#022222, #022222);
    color: #022222;
}

.s2-r ul li a .cont p {
    line-height: .36rem;
    font-size: .14rem;
    color: #222;
}

.s2-r ul li a .cont .gd {
    margin-top: .1rem;
}

.s2-r ul li a .cont .gd span {
    font-size: .16rem;
    color: #222;
}

.s2-r ul li a:hover .cont .gd span {
    color: #293f99;
    font-weight: bold;
    text-decoration: underline;
}

.s2r_cont p {
    text-align: right;
    line-height: .32rem;
    font-size: .2rem;
    color: #222;
    margin-left: 30%;
}

@media screen and (min-width: 1025px) {}

@media screen and (max-width: 1024px) {
    .section2 .wp {
        width: auto;
    }

    .s2-l {
        width: 100%;
        margin-bottom: .15rem;
    }

    .s2-r {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .section2::before {
        display: none;
    }

    .section2::after {
        width: 100%;
    }

    .section2 {
        padding: .2rem 0;
    }

    .s2l-pic .s2l_left {
        width: 100%;
        margin-top: .1rem;
    }

    .s2l-pic .s2l_right {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .s2r_cont p {
        margin-left: 0;
        font-size: .18rem;
    }

    .s2-r ul li a .scale {
        width: 100%;
    }

    .s2-r ul li a .cont {
        flex: none;
        width: 100%;
    }

    .s2l-pic a .txt h2 {
        font-size: .18rem;
    }

    .s2-r ul li a .cont h2 {
        font-size: .18rem;
    }
}



.section3 {

    position: relative;

    padding: 1.3rem 0 .55rem;

    background: url(../images/sect3-bg.jpg) no-repeat center top/cover;
}


.section3 .wp {
    position: relative;
    z-index: 6;
}

.section3 .wp .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 37.5%;
}

.section3 .wp .title .tit_c .h3 {
    color: #fff;
}

.section3 .tit_c p {
    color: #fff;
}

.s3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3 ul {
    width: 48%;
}

.s3 ul li {
    margin-bottom: .65rem;
}

.s3 ul:first-child {
    margin-top: 2.5rem;
}

.s3 ul:nth-child(2) {
    margin-top: 1.2rem;
}

.s3 ul li a {
    display: block;
    background: url(../images/s3-bg.png) no-repeat center center/cover;
    padding: .2rem .35rem;
    transition: all .6s;
}

.s3 ul li:hover a {
    background: #642d8f
}

.s3 ul li a>span {
    font-size: .16rem;
    color: #fff;
    font-weight: bold;
}

.s3 ul li a h2 {
    margin: .1rem 0 .15rem;
    line-height: .3rem;
    font-size: .2rem;
    color: #fff;
    font-family: "shs_bold";
    max-height: .6rem;
}

.s3 ul li a p {
    line-height: .24rem;
    font-size: .14rem;
    color: #fff;
    max-height: .48rem;
}

.s3 ul li a .gd {
    margin-top: .2rem;
}

.s3 ul li a .gd span {
    font-size: .16rem;
    color: #fff;
}

.section3 .more {
    position: absolute;
    right: 1.2rem;
    bottom: .75rem;
}

.section3 .more a {
    display: block;
    width: 2.4rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    background: #fff;
    border-radius: .3rem;
    transition: all .6s;
}

.section3 .more a:hover {
    width: 2.6rem;
}

.section3 .more a span {
    font-size: .16rem;
    color: #222;
    padding-right: .75rem;
    text-transform: capitalize;
    background: url(../images/more.png) no-repeat right center / .64rem auto;
}

@media screen and (min-width: 1025px) {}

@media screen and (max-width: 1024px) {
    .section3 .wp .title {
        position: relative;
        width: 100%;
    }

    .s3 ul {
        margin-top: 0 !important
    }

    .s3 ul li {
        margin-bottom: .2rem;
    }

    .section3 .more {
        position: static;
    }

    .section3 .more a {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .section3 {
        padding: .2rem 0;
    }

    .section3 .wp .title {
        margin-bottom: .2rem;
    }

    .s3 ul li a h2 {
        font-size: .18rem;
    }

    .s3 ul {
        width: 100%;
    }

    .section3 .more a {
        width: 1rem;
        height: .3rem;
        line-height: .3rem;
    }

    .section3 .more a span {
        font-size: .12rem;
        padding-left: .1rem;
        padding-right: .4rem;
        background-size: .3rem auto;
    }
}

@media screen and (max-width: 480px) {}


.section4 {
    position: relative;
    padding: 1.2rem 0;
    z-index: 3;
    background: url(../images/sect4-bg.jpg) no-repeat center top/cover;

}

.section4 .wp {
    position: relative;
    width: 16.8rem;
}

.section4 .title {
    position: absolute;
    top: -.5rem;
    right: 0;
    width: 30%;
}

.section4 .title .tit_c {
    text-align: right;
}

.s4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s4_left {
    width: 57.14%;
}

.s4_right {
    width: 40.47%;
}

.s4 a {
    display: block;
    position: relative;
}

.s4 a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80%;
}

.s4 a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .25rem;
    z-index: 6;
    font-size: .2rem;
    color: #fff;
    padding: 0 .2rem;
    font-family: "sh_b";
    text-transform: capitalize;
}

.s4l_top {
    margin-bottom: .4rem;
}

.s4l_top a::after {
    background: linear-gradient(to bottom, transparent, #1a2375);
}

.s4l_top .pic {
    padding-top: 56.25%;
}

.s4l_b ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s4l_b ul li {
    width: 47.9%;
}

.s4l_b ul li:nth-child(1) a::after {
    background: linear-gradient(to bottom, transparent, #6e1799);
}

.s4l_b ul li:nth-child(2) a::after {
    background: linear-gradient(to bottom, transparent, #712654);
}

.s4l_b .pic {
    padding-top: 117.39%;
}

.s4_right .pic {
    padding-top: 109.55%;
}

.s4_right a::after {
    background: linear-gradient(to bottom, transparent, #420f76);
}

.section4 .wp .more {
    position: absolute;
    right: 1.2rem;
    bottom: .5rem;
}

.section4 .wp .more a {
    display: block;
    width: 2.4rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    background: #722554;
    border-radius: .3rem;
    transition: all .6s;
}

.section4 .wp .more a:hover {
    width: 2.6rem;
}

.section4 .wp .more a span {
    font-size: .16rem;
    color: #fff;
    padding-right: .75rem;
    text-transform: capitalize;
    background: url(../images/more1.png) no-repeat right center / .64rem auto;
}

@media screen and (max-width: 1024px) {
    .section4 .title {
        position: static;
        width: 100%;
    }

    .section4 .wp {
        width: auto;
    }

    .section4 .wp .more {
        bottom: .3rem;
    }
}

@media screen and (max-width: 768px) {
    .section4 {
        padding: .2rem 0;
    }

    .section4 .title {
        margin-bottom: .15rem;
    }

    .section4 .title .tit_c {
        text-align: left;
    }

    .s4_left {
        width: 100%;
    }

    .s4_right {
        width: 100%;
        margin-top: .15rem;
    }

    .section4 .wp .more {
        position: static;
        margin-top: .15rem;
    }

    .section4 .wp .more a {
        width: 1rem;
        height: .3rem;
        line-height: .3rem;
        margin-left: auto;
        margin-right: auto;
    }

    .section4 .wp .more a span {
        font-size: .12rem;
        padding-left: .1rem;
        padding-right: .4rem;
        background-size: .3rem auto;
    }

    .s4l_top {
        margin-bottom: .15rem;
    }

    .s4 a p {
        font-size: .18rem;
    }
}

.section5 {
    padding-top: 4rem;
    background: url(../images/sect5-bg.jpg) no-repeat center top/100% auto;
}

.section5 .title {
    position: absolute;
    bottom: 95%;
    left: 8%;
}

.section5 .tit_c .h3 img {

    height: 1.13rem;
}


.s5 {
    width: 80%;
    position: relative;
    z-index: 6;
    height: 100%;
}

.s5 li {
    position: relative;
    background: #f7f7fb;
}

.s5 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s5-bg.png) no-repeat center center/100% 100%;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.s5 li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background: #222;
}

.s5 li.slick-current::after {
    display: none;
}

.s5 li a {
    position: relative;
    display: block;
    padding: .8rem 0 1.1rem;
    text-align: center;
    transition: all .6s;
    z-index: 6;
}

.s5 li a .s5-icon {
    position: absolute;
    right: -.2rem;
    bottom: -.2rem;
}

.s5 li a .s5-icon img {
    max-height: 2.4rem;
}

.s5 li a .s5-icon img.s5_icoh {
    display: none;
}

.s5 li:hover a .s5-icon img.s5_icoh {
    display: block;
}

.s5 li:hover a .s5-icon img.s5_ico {
    display: none;
}

.s5 li a h2 {
    font-size: .24rem;
    color: #222;
}

.s5 li a h2 span {
    font-size: .56rem;
    font-family: "shs_bold";
}

.s5 li a p {
    margin-top: .35rem;
    font-size: .24rem;
    color: #222;
    font-family: "shs_bold";
    height: 70px;
}

.s5-jt {
    position: absolute;
    left: 100%;
    bottom: .38rem;
    display: flex;
    align-items: center;
}

.s5-jt>div {
    width: 1.2rem;
    height: 1.2rem;
}

.s5-jt .s5-prev {
    background: #f7f7fb url(../images/s5-l.png) no-repeat center center/.18rem auto;
    cursor: pointer;
    transition: all .6s;
}

.s5-jt .s5-next {
    background: #f7f7fb url(../images/s5-r.png) no-repeat center center/.18rem auto;
    cursor: pointer;
    transition: all .6s;
}

.s5-jt .s5-prev:hover {
    background: #6d1598 url(../images/s5-l1.png) no-repeat center center/.18rem auto;
}

.s5-jt .s5-next:hover {
    background: #6d1598 url(../images/s5-r1.png) no-repeat center center/.18rem auto;
}

@media screen and (min-width: 1024px) {
    .s5 li:hover::before {
        opacity: 1;
        z-index: 1;
    }

    .s5 li:hover::after,
    .s5 li:hover+li::after {
        background: transparent;
    }

    .s5 li:hover a h2 {
        color: #fff;
    }

    .s5 li:hover a p {
        color: #fff;
    }

}

@media screen and (max-width: 1024px) {
    .section5 {
        padding-top: 2rem;
    }

    .section5 .tit_c .h3 img {
        height: .7rem;
    }

    .s5 li a {
        padding: .3rem;
    }

    .s5 {
        width: 100%;
    }

    .s5-jt {
        position: static;
    }

    .s5 li a h2 span {
        font-size: .24rem;
    }

    .s5 li a p {
        font-size: .18rem;
    }

    .s5-jt>div {
        width: .8rem;
        height: .8rem;
        background-size: .13rem auto !important;
    }

    .s5 li a .s5-icon img {
        max-height: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    .section5 {
        padding-top: .2rem;
    }

    .section5 .title {
        position: static;
        margin-bottom: .2rem;
        margin-left: 15px;
    }

    .section5 .tit_c .h3 img {
        height: .2rem;
    }

    .s5 li a {
        padding: .15rem;
    }

    .s5 li a p {
        margin-top: .05rem;
        font-size: .14rem;
        height: auto;
    }

    .s5 li a h2 {
        font-size: .18rem;
    }

    .s5 li a .s5-icon img {
        max-height: .8rem;
    }

    .s5-jt>div {
        width: .5rem;
        height: .5rem;
        background-size: .08rem auto !important;
    }
}



.section6 {
    position: relative;
    padding-top: .85rem;
}

.section6 .title {
    text-align: center;
}

.s6 {
    padding-top: .35rem;
}

.s6 ul {
    display: flex;
    flex-wrap: wrap;
}

.s6 ul li {
    width: 20%;
}

.s6 ul li.s6_txt {
    display: flex;
    align-items: center;
}

.s6 ul li a {
    display: block;
    position: relative;
}

.s6 ul .s6_tp a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(to bottom, transparent, #44121a);
}

.s6 ul li a .pic {
    padding-top: 83.33%;
}

.s6 ul .s6_tp a p {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 0.3rem .5rem .1rem .2rem;
    font-size: .2rem;
    color: #fff;
    font-family: "shs_bold";
    z-index: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s6 ul .s6_tp a p span {
    position: absolute;
    right: .1rem;
    width: .4rem;
    bottom: .05rem;
    height: .4rem;
    background: url(../images/s6-tb.png) no-repeat center center/100% 100%;
}

.s6 ul .s6_txt a {
    padding: .45rem .3rem;
}

.s6 ul .s6_txt a p {
    line-height: .34rem;
    font-size: .16rem;
    color: #fff;
    height: 1.02rem;
}

.s6 ul .s6_txt a .gd {
    margin-top: .8rem;
}

.s6 ul .s6_txt a .gd span {
    font-size: .16rem;
    color: #fff;
}

.s6 ul .s6_txt a:hover .gd span {
    text-decoration: underline;
}

.s6 ul li:nth-child(2) {
    background: #182175;
}

.s6 ul li:nth-child(5) {
    background: #6d1598;
}

.s6 ul li:nth-child(8) {
    background: #722554;
}

@media screen and (min-width: 1025px) {}

@media screen and (max-width: 1024px) {
    .s6 ul li {
        width: 33.3%;
    }

    .s6 ul .s6_txt a {
        padding: .2rem;
    }

    .s6 ul .s6_txt a .gd {
        margin-top: .2rem;
    }

    .s6 ul .s6_tp a p {
        font-size: .18rem;
    }
}

@media screen and (max-width: 768px) {
    .s6 ul li {
        width: 50%;
    }

    .section6 {
        padding-top: .2rem;
    }
}
@media screen and (max-width: 480px){.s6{padding-top: .15rem;}.s6 ul li{width: 100%;}}
.section7 {
    padding: 1.4rem 0;
    background: url(../images/sect7-bg.jpg) no-repeat center top/cover;
}

.section7 .title {
    text-align: center;
}


.s7_lj ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.25rem;
}

.s7_lj ul li {
    width: 16.6%;
    padding: 0 .1rem;
    margin-top: .2rem;
}

.s7_lj ul li a {
    display: block;
    text-align: center;
    /* line-height: .6rem; */
    background: #fff;
    border-radius: .3rem;
    font-size: .18rem;
    color: #222;
    transition: all .6s;
    padding: 0.3rem 0.1rem;
    min-height: 1rem;
}

.s7_lj ul li a .s7_icon {
    width: .4rem;
}

.s7_lj ul li a .s7_icon img {
    max-width: .4rem;
}

.s7_lj ul li a .txt {
    flex: 1;
    min-width: 0;
    padding-left: .1rem;
}

.s7_lj ul li a .tx p {
    font-size: .18rem;
    color: #222;
}

@media screen and (min-width: 1025px) {
    .s7_lj ul li:hover a {
        background: #722554;
        box-shadow: inset 0 5px 20px #722554;
        color: #fff;
        font-weight: bold;
    }


}

@media screen and (max-width: 1024px) {.s7_lj ul li{padding: 0 .1rem;width: 25%;}.s7_lj ul{margin: 0 -.1rem;}}

@media screen and (max-width: 768px) {.section7{padding: .2rem 0;}.s7_lj ul li{width: 50%;}.s7_lj ul li a{font-size: .16rem;line-height: .4rem;}}

@media screen and (max-width: 600px) {}