@charset "utf-8";

a {
    display: block;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner video,
.banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.banner a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-prev {
    width: .23rem;
    height: .41rem;
    background: url(../images/banner-l.png) no-repeat;
    background-size: 100% 100%;
    left: 1.2rem;
    transition: all 0.3s;
}

.banner .slick-arrow:hover {
    transform: scale(1.1);
}

.banner .slick-next {
    width: .23rem;
    height: .41rem;
    background: url(../images/banner-r.png) no-repeat;
    background-size: 100% 100%;
    right: 1.2rem;
    transition: all 0.3s;
}

.banner .slick-dots {
    bottom: .55rem;
    right: 2.9rem;
    left: auto;
    width: auto;
    background: rgba(255, 255, 255, 0.5);
}

.banner .slick-dots li {
    width: 1.3rem;
    height: .01rem;
    margin: 0;
    position: relative;
}

.banner .slick-dots li::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: .03rem;
    background: #ffffff;
    transition: all 0.6s;
    width: 0%;
}

.banner .slick-dots li.slick-active:after {
    width: 100%;
}

.banner .slick-slide.slick-current a img {
    animation: img_scale 8s linear;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.banner .slick-prev {
    width: .49rem;
    height: .38rem;
    background: url(../images/ban-l.png) no-repeat;
    background-size: 100% 100%;
    left: auto;
    top: auto;
    transform: none;
    right: 2.2rem;
    bottom: .4rem;
}

.banner .slick-next {
    width: .49rem;
    height: .38rem;
    background: url(../images/ban-r.png) no-repeat;
    background-size: 100% 100%;
    left: auto;
    top: auto;
    transform: none;
    right: 1.6rem;
    bottom: .4rem;
}

/* s1 */
.s1 {
    padding: .6rem 0;
    background: url(../images/s1-bg.jpg) no-repeat;
    background-size: cover;
}

.tit {
    position: relative;
    margin-bottom: .5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
}

.tit h3 {
    display: inline-block;
    text-align: left;
}

.more {
    position: absolute;
    right: 0;
    bottom: 0;
}

.more a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #9E9E9E;
    font-size: .14rem;
    transition: all 0.3s;
}

.more a:hover {
    color: #5E6BDE;
}

.more a:hover img {
    margin-left: .15rem;
}

.more a img {
    display: block;
    margin-left: .1rem;
    width: .32rem;
    transition: all 0.3s;
}

.tit h3 span {
    display: block;
    color: #5E6BDE;
    font-size: .16rem;
    padding-left: .33rem;
    position: relative;
    margin-bottom: .05rem;
}

.tit h3 span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .24rem;
    height: .02rem;
    background: #F5BE5A;
}

.tit h3 b {
    display: block;
    color: #333333;
    font-size: .36rem;
    line-height: 1;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s1-l {
    width: 75%;
    margin-right: .4rem;
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-lc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-ban {
    width: 61%;
    margin-right: .4rem;
}

.s1-ban .pic {
    padding-top: 5rem;
    border-radius: .1rem;
    overflow: hidden;
}

.s1-tx {
    padding: .35rem;
    background: #ffffff;
    width: 89%;
    margin-left: auto;
    margin-right: 0;
    margin-top: -0.35rem;
    position: relative;
    z-index: 2;
    padding-right: 1.2rem;
}

.s1-tx h3 {
    color: #333333;
    font-size: .22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .15rem;
    font-weight: 600;
}

.s1-tx p {
    font-size: .16rem;
    line-height: .26rem;
    height: .52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666666;
}

.s1-lt {
    flex: 1;
    min-width: 0;
}

.s1-ban .slick-prev {
    width: .4rem;
    height: .4rem;
    background: url(../images/s1-l.png) no-repeat center center;
    background-color: #F0F4F9;
    background-size: .1rem;
    border: .01rem solid transparent;
    border-radius: 50%;
    left: auto;
    top: auto;
    bottom: .3rem;
    transform: none;
    right: .8rem;
    transition: all 0.3s;
}

.s1-ban .slick-next {
    width: .4rem;
    height: .4rem;
    background: url(../images/s1-r.png) no-repeat center center;
    background-size: .1rem;
    background-color: #F0F4F9;
    border: .01rem solid transparent;
    border-radius: 50%;
    left: auto;
    top: auto;
    bottom: .3rem;
    transform: none;
    right: .3rem;
    transition: all 0.3s;
}

.s1-ban .slick-arrow:hover {
    border-color: #3750B6;
    background-color: #ffffff;
}

.s1-lt ul li a {
    border-bottom: .01rem solid #D8D8D8;
    padding: .15rem 0;
    position: relative;
}

.s1-lt ul li a::after {
    content: '';
    width: 0;
    height: .01rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #3750B6;
    transition: all 0.6s;
}

.s1-lt ul li a h3 {
    color: #333333;
    font-size: .18rem;
    line-height: .26rem;
    height: .52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: .1rem;
}

.s1-lt ul li a p {
    font-size: .18rem;
    color: #333333;
    background: url(../images/s1-jt1.png) no-repeat right center;
    background-size: .2rem;
    transition: all 0.3s;
    position: relative;
}

.s1-lt ul li.on a h3 {
    font-weight: 600;
    color: #3750B6;
    margin-bottom: .2rem;
}

.s1-lt ul li a p::after {
    content: '';
    width: .56rem;
    height: .56rem;
    background: url(../images/s1-jt2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: all 0.5s;
}

.s1-lt ul li.on a p {
    line-height: .56rem;
    background-size: 0;
}

.s1-lt ul li.on a p::after {
    transform: scale(1);
}

.s1-lt ul li.on a::after {
    width: 100%;
}


/* s2 */
.s2 {
    padding-top: .1rem;
    padding-bottom: .7rem;
    background-color: #F0F4F9;
}

.s2 .tit {
    justify-content: center;
}

.s2-lt ul li a {
    text-align: center;
}

.s2-lt ul li a h3 {
    font-size: .6rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #3750B6;
    margin-bottom: .1rem;
}

.s2-lt ul li a p {
    font-size: .18rem;
    color: #333333;
}

/* s3 */

.s3 {
    padding-bottom: .8rem;
    background-color: #F0F4F9;
}

.s3-qh {
    display: flex;
    margin-left: .66rem;
}

.s3-qh p {
    color: #3750B6;
    font-size: .2rem;
    padding: 0 .25rem;
    line-height: .46rem;
    position: relative;
    cursor: pointer;
}

.s3-qh p::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: .02rem;
    height: .3rem;
    background: #D9DFF4;
}

.s3-qh p.on::after {
    display: none;
}

.s3-qh p.on {
    background-color: #3750B6;
    color: #ffffff;
    border-radius: .05rem;
    transition: all 0.3s;
}

.s3-qhc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-l {
    width: 46.25%;
    margin-right: .4rem;
    background: url(../images/s3-lbg.png) no-repeat center bottom #fff;
    background-size: cover;
    border-radius: .16rem;
    box-shadow: 0rem .04rem .16rem 0rem rgba(0, 0, 0, 0.08);
    padding: 0 .6rem;
    padding-top: .1rem;
}

.s3-r {
    flex: 1;
    min-width: 0;
}

.s3-r img {
    width: 100%;
    display: block;
    border-radius: .05rem;
}

.s3-slick ul li:last-child a {
    border: none;
}

.s3-slick ul li a {
    padding: .3rem 0;
    border-bottom: .01rem solid #E1E1E1;
}


.s3-slick ul li a:hover {
    border-color: #F5BE5A;
}

.s3-slick h3 {
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    font-weight: normal;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .1rem;
}

.s3-slick ul li a:hover h3 {
    color: #3750B6;
}

.s3-slick p {
    /* display: flex; */
    flex-wrap: wrap;
    align-items: center;
}

.s3-slick p span {
    font-size: .16rem;
    line-height: .24rem;
    color: #999999;
    padding-left: .29rem;
    display: block;
}

.s3-slick p span.s3-zjr {
    background: url(../images/s3-zjr.png) no-repeat left center;
    background-size: .2rem;
    margin-right: .4rem;
}

.s3-slick p span.s3-sj {
    background: url(../images/s3-sj.png) no-repeat left center;
    background-size: .2rem;
}

.s3-slick .slick-dots {
    bottom: 0.1rem;
}

.s3-slick .slick-dots li {
    width: .2rem;
    height: .04rem;
    background: #E8E8E8;
    margin: 0 .05rem;
    transition: all 0.6s;
}

.s3-slick .slick-dots li.slick-active {
    background: #3750B6;
    width: .6rem;
}

.s3-c {
    position: relative;
}

.s3-qhc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}

.s3-qhc.on {
    z-index: 1;
    opacity: 1;
    position: relative;
}

/* s4 */
.s4-tit h3 {
    opacity: 0.5;
    margin: .3rem;
    cursor: pointer;
}

.s4-tit h3.on {
    opacity: 1;
}
.s4-lt ul li a:hover h4 {
    color: #ffffff;
}
.s4-lt ul li a h4 {
    color: #666666;
    font-size: .16rem;
    line-height: .27rem;
    height: .81rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.s4-qhc {
    position: relative;
}

.s4-qhc>div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}

.s4-qhc>div.on {
    z-index: 1;
    opacity: 1;
    position: relative
}

.s4 {
    padding-bottom: 2.43rem;
    background: url(../images/s4-bg.png) no-repeat center bottom;
    background-size: 100%;
}

.s4 .tit {
    justify-content: center;
}

.s4-lt>ul {
    padding-bottom: .4rem;
    margin-left: -0.13rem;
    margin-right: -0.13rem;
}

.s4-lt ul li a {
    border-radius: .12rem;
    background: #FFFFFF;
    border: .01rem solid #D4D4D4;
    margin: 0 .13rem;
    padding: .35rem .45rem;
    background: url(../images/s4-tbg.png) no-repeat right top;
    background-size: 0% 100%;
    transition: background-size 0.6s;
}

.s4-lt ul li a:hover {
    background: url(../images/s4-tbg.png) no-repeat left top;
    background-size: 100% 100%;
    border-color: transparent;
}


.s4-lt ul li a span {
    display: block;
    color: #3750B6;
    font-size: .18rem;
}

.s4-lt ul li a h3 {
    color: #333333;
    font-size: .2rem;
    margin-bottom: .2rem;
    margin-top: .06rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-lt ul li a p {
    color: #666666;
    font-size: .14rem;
    line-height: .24rem;
    padding-left: .29rem;
    margin-top: .05rem;
}

.s4-lt ul li a p.s4-sj {
    background: url(../images/s4-sj1.png) no-repeat left center;
    background-size: .16rem;
}

.s4-lt ul li a:hover p.s4-sj {
    background: url(../images/s4-sj2.png) no-repeat left center;
    background-size: .16rem;
}

.s4-lt ul li a p.s4-dd {
    background: url(../images/s4-dd1.png) no-repeat left center;
    background-size: .16rem;
}

.s4-lt ul li a:hover p.s4-dd {
    background: url(../images/s4-dd2.png) no-repeat left center;
    background-size: .16rem;
}

.s4-lt ul li a p.s4-zjr {
    background: url(../images/s4-zjr1.png) no-repeat left center;
    background-size: .16rem;
}

.s4-lt ul li a:hover p.s4-zjr {
    background: url(../images/s4-zjr2.png) no-repeat left center;
    background-size: .16rem;
}

.s4-lt ul li a:hover h3 {
    color: #ffffff;
}

.s4-lt ul li a:hover span {
    color: #ffffff;
}

.s4-lt ul li a:hover p {
    color: #ffffff;
}


.s4-lt .slick-dots {
    bottom: -0.1rem;
}

.s4-lt .slick-dots li {
    width: .2rem;
    height: .04rem;
    background: #E8E8E8;
    margin: 0 .05rem;
    transition: all 0.6s;
    border-radius: .03rem;
}

.s4-lt .slick-dots li.slick-active {
    background: #3750B6;
    width: .6rem;
}


/* s5 */
.s5 {
    padding-top: .7rem;
    padding-bottom: .9rem;
    background: url(../images/s5-bg.png) no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
}

.s5-lt ul:first-child {
    margin-bottom: .4rem;
}

.s5-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.s5-lt a {
    background: url(../images/s5-tbg.png) no-repeat;
    background-size: 100% 100%;
    width: 3.74rem;
    height: 1.42rem;
    position: relative;
    transition: all 0.3s;
}

.s5-lt a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    display: block;
}

.s5-lt a:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

.s5-lt ul li {
    position: relative;
}

.s5-lt ul li:first-child::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    transform: rotate(180deg);
    background: url(../images/s5-tbg2.png) no-repeat;
    background-size: 100% 100%;
}

.s5-lt ul li:last-child::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background: url(../images/s5-tbg2.png) no-repeat;
    background-size: 100% 100%;
}

/* s6 */
.s6 {
    padding-top: .8rem;
    padding-bottom: 1.2rem;
    background: url(../images/s6-bg.png) no-repeat;
    background-size: cover;
    position: relative;
}

.s6 .w16 {
    position: relative;
    z-index: 2;
}

.s6::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.5rem;
    background: url(../images/s6-motto.png) no-repeat center bottom;
    background-size: 83%;
    width: 100%;
    height: 3.77rem;
}

.s6-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s6-c>div {
    width: 47.5%;
}

.s6-ltop .scale {
    width: 3.2rem;
    margin-right: .4rem;
    border-radius: .12rem;
}

.s6-ltop .scale .imged {
    padding-bottom: 4.2rem;
}


.s6-ltop ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s6-ltop {
    margin-bottom: .5rem;
    position: relative;
}

.s6-ltop::before {
    content: '';
    left: -0.1rem;
    top: -0.1rem;
    position: absolute;
    border-radius: .12rem;
    background: #F5BE5A;
    width: 3.05rem;
    height: 90%;
}

.s6-ltop>ul {
    border-radius: .12rem;
    background: #FFFFFF;
    box-shadow: 0rem .04rem .3rem 0rem rgba(55, 80, 182, 0.12);
}

.s6-tx {
    flex: 1;
    min-width: 0;
    padding-right: .4rem;
}

.s6-ltop ul li a .scale::before {
    content: '';
    width: 100%;
    height: 1.44rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/s6-ifo.png) no-repeat center bottom;
    background-size: 100% 100%;
    z-index: 8;
}

.s6-ltop ul li a .scale p {
    position: absolute;
    left: 0;
    bottom: .2rem;
    width: 100%;
    text-align: center;
    z-index: 9;
    color: #ffffff;
    font-size: .2rem;
}

.s6-tx span {
    font-size: .18rem;
    color: #3750B6;
    display: block;
}

.s6-tx h3 {
    font-size: .26rem;
    font-weight: bold;
    line-height: .28rem;
    color: #3750B6;
    height: .56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: .2rem 0;
}

.s6-tx h3 i {
    font-weight: 600;
}

.s6-tx p {
    font-size: .14rem;
    line-height: .26rem;
    color: rgba(102, 102, 102, 0.8);
    height: .52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s6-more {
    color: #9E9E9E;
    font-size: .18rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: .4rem;
}

.s6-more img {
    width: .4rem;
    margin-left: .1rem;
}

.s6-lbot ul li a .scale {
    width: 1.06rem;
    height: 1.06rem;
    border-radius: 50%;
    margin: 0 auto;
}

.s6-lbot ul li a {
    position: relative;
}

.s6-lbot ul li.slick-current a::before {
    display: none;
}

.s6-lbot ul li.slick-active a::before {
    content: '';
    width: .3rem;
    height: .01rem;
    background: #F5BE5A;
    position: absolute;
    top: 50%;
    right: 93%;
    transform: translateY(-50%);
}

.s6-lbot .slick-prev {
    width: .2rem;
    height: .4rem;
    background: url(../images/s1-l.png) no-repeat center center;
    background-size: .08rem;
    transition: all 0.3s;
}

.s6-lbot .slick-prev:hover {
    background-size: .1rem;
}

.s6-lbot .slick-next {
    width: .2rem;
    height: .4rem;
    background: url(../images/s1-r.png) no-repeat center center;
    background-size: .08rem;
    transition: all 0.3s;
}

.s6-lbot .slick-next:hover {
    background-size: .1rem;
}

.s6-qh {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .3rem;
}

.s6-qh p {
    color: #3750B6;
    font-size: .2rem;
    padding: 0 .15rem;
    line-height: .46rem;
    position: relative;
    cursor: pointer;
    border-radius: .05rem;
    background: #E7EBF9;
    transition: all 0.3s;
    margin-right: .1rem;
    margin-bottom: .1rem;
}

.s6-qh p.on {
    background-color: #3750B6;
    color: #ffffff;
    border-radius: .05rem;
    transition: all 0.3s;
}

.s6-rc ul li a {
    position: relative;
    transform: scale(0.85);
    transform-origin: center center;
    border-radius: .12rem;
    overflow: hidden;
    transition: all 0.3s;
    margin: 0 0.2rem;
}

.s6-rc ul li.slick-current a {
    transform: scale(1);
}

.s6-rc ul li a .scale .imged {
    padding-bottom: 123%;
}

.s6-rc ul li a .scale i {
    position: absolute;
    left: .1rem;
    top: .1rem;
    z-index: 2;
    color: #ffffff;
    font-size: .14rem;
    display: block;
    font-style: normal;
    line-height: .38rem;
    padding: 0 .2rem;
    border-radius: .3rem;
    background: #F5BE5A;
}

.s6-rc ul li a::before {
    content: '';
    width: 100%;
    height: 1.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/s6-ifo.png) no-repeat center bottom;
    background-size: 100% 100%;
    z-index: 2;
}

.s6-rtx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    padding: .1rem .4rem;
}

.s6-rtx h3 b {
    color: #ffffff;
    font-size: .24rem;
    margin-right: .14rem;
}

.s6-rtx h3 span {
    color: #ffffff;
    font-size: .14rem;
}

.s6-rtx h3 {
    margin-bottom: .05rem;
}

.s6-rtx p {
    color: #ffffff;
    font-size: .14rem;
}

.s6-rbot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: .4rem;
}

/* 进度条 */
.s2-state {
    flex: 1;
    min-width: 0;
    overflow-x: hidden;
}

.s2-state div {
    height: 2px;
    border-radius: .24rem;
    background: #E8E8E8;
    position: relative;
}

.s2-state span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    border-radius: .24rem;
    background: #F5BE5A;
    transition: all 0.3s;
}

.s6-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: .4rem;
}

.s6-btn>div {
    width: .6rem;
    height: .6rem;
    cursor: pointer;
    transition: all 0.3s;
}

.s6-prev {
    background: url(../images/s6-l.png) no-repeat;
    background-size: 100% 100%;
    margin-right: .2rem;
}

.s6-prev:hover {
    background: url(../images/s6-lh.png) no-repeat;
    background-size: 100% 100%;
}

.s6-next {
    background: url(../images/s6-r.png) no-repeat;
    background-size: 100% 100%;
}

.s6-next:hover {
    background: url(../images/s6-rh.png) no-repeat;
    background-size: 100% 100%;
}

.s6-qhc {
    position: relative;
}

.s6-qhc>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}

.s6-qhc>div.on {
    opacity: 1;
    z-index: 1;
    position: relative;
}

/* s7 */
.s7 {
    position: relative;
    z-index: 2;
    padding-bottom: 1.6rem;
}

.s7 .tit {
    justify-content: center;
}

.s7-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.s7-l {
    width: 25.5%;
    background: url(../images/s7-lbg.jpg) no-repeat;
    background-size: cover;
    padding: .4rem;
    padding-top: .3rem;
}

.s7-m {
    width: 25.5%;
}

.s7-r {
    width: 45%;
}

.s7-l ul li a p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s7-l ul li a p span {
    color: #3750B6;
    font-size: .14rem;
}

.s7-l ul li a p b {
    color: #3750B6;
    font-size: .14rem;
    padding-left: .18rem;
    background: url(../images/s7-d1.png) no-repeat left center;
    background-size: .14rem;
    display: block;
    font-weight: normal;
}

.s7-l ul li a h3 {
    font-size: .18rem;
    font-weight: normal;
    line-height: .28rem;
    color: #333333;
    height: .56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: .1rem;
}

.s7-l ul li a:hover h3 i {
    font-weight: 600;
}

.s7-l ul li a {
    padding: .2rem 0;
    border-bottom: .01rem solid #D9D9D9;
}

.s7-more {
    margin-top: .25rem;
}

.s7-more a {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    color: #9E9E9E;
    font-size: .14rem;
    transition: all 0.3s;
}

.s7-more a img {
    width: .32rem;
    margin-left: .05rem;
    display: block;
}

.s7-more a:hover {
    color: #3750B6;
}

.s7-m .scale .imged {
    padding-bottom: 6.4rem;
}

.s7-tx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding: .2rem .24rem;
}

.s7-tx h3 {
    color: #ffffff;
    font-size: .18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s7-tx p {
    color: #ffffff;
    font-size: .14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s7-a {
    position: relative;
}

.s7-a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.s7-rt a .imged {
    padding-bottom: 4.2rem;
}

.s7-rt a::before {
    content: '';
    width: .54rem;
    height: .54rem;
    background: url(../images/s7-play.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.s7-rb {
    display: flex;
    flex-wrap: wrap;
}

.s7-rb>a {
    width: 50%;
}

.s7-rb>a .imged {
    padding-bottom: 2.2rem;
}

.s7-mt {
    margin-bottom: .3rem;
    margin-top: -0.3rem;
    position: relative;
}

.s7-mt::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.25rem;
    transform: translateY(-50%);
    width: 2.17rem;
    height: 1.68rem;
    background: url(../images/s7-mtbg.png) no-repeat;
    background-size: 100% 100%;
}

.s7-mt a {
    position: relative;
    z-index: 2;
}

.s7-wx {
    width: .36rem;
    height: .36rem;
    position: relative;
    background: url(../images/ico-wx.png) no-repeat;
    background-size: 100% 100%;
}

.ewm-box {
    position: absolute;
    top: 50%;
    left: 160%;
    transform: translateY(-50%);
    width: 3.2rem;
    height: 1.4rem;
    padding: .05rem;
    background: #FFFFFF;
    /*  box-shadow: 0rem .04rem .16rem 0rem rgba(0, 0, 0, 0.2);*/
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 3;
}

.ewm-box img {
    width: 100%;
    height: 100%;
    display: block;
}

.ewm-box::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    border-top: .1rem solid transparent;
    border-right: .1rem solid #fff;
    border-bottom: .1rem solid transparent;
    border-left: .1rem solid transparent;
}

.s7-mt>a:hover .ewm-box {
    left: 150%;
    opacity: 1;
    visibility: visible;
}


/* cs */

.cs {
    background: url(../images/bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: .4rem;
    padding-bottom: 0.4rem;
    position: relative;
}

.cs::before {
    content: '';
    width: 1.94rem;
    height: 4.47rem;
    background: url(../images/motto.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 1rem;
    top: .2rem;
    opacity: 0.1;
}

.cs .tit {
    justify-content: center;
}

.cs .tit h3 b {
    color: #ffffff;
}

.cs .tit h3 span {
    color: #BAC1FF;
}


.cs-r {
    width: 7.2rem;
    height: 7.2rem;
    position: relative;
    /* overflow: hidden; */

}

.cs-r canvas {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
}


.cs-c {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cs-l {
    margin-right: 0;
    padding: .55rem 0;
    padding-right: 1.55rem;
    background: url(../images/cs-lbg.png) no-repeat right center;
    background-size: auto 100%;
    text-align: right;
    position: relative;
    z-index: 2;
}

.cs-l p {
    color: #ffffff;
    font-size: .32rem;
    margin-bottom: 1.55rem;
    cursor: pointer;
}

.cs-l p.on {
    color: #f4d799;
    font-weight: 600;
}

.cs-l p:nth-child(2) {
    margin-right: .36rem;
    margin-bottom: 2.06rem;
    margin-top: 1.5rem;
}

.cs-l p:last-child {
    margin-bottom: 0;
}

.cs-tx {
    position: absolute;
    left: 85%;
    bottom: 15%;
    z-index: 2;
    background: url(../images/cs-tbg.png) no-repeat;
    background-size: cover;
    padding: .4rem .5rem;
    width: 5.7rem;
    border-radius: .1rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.cs-tx.on {
    bottom: 23%;
    opacity: 1;
    visibility: visible;
}

.cs-tx::before {
    content: '';
    position: absolute;
    width: .62rem;
    height: .49rem;
    background: url(../images/dh1.png) no-repeat;
    background-size: 100% 100%;
    left: .4rem;
    top: -0.33rem;
}

.cs-tx::after {
    content: '';
    position: absolute;
    width: .62rem;
    height: .49rem;
    background: url(../images/dh2.png) no-repeat;
    background-size: 100% 100%;
    right: .4rem;
    bottom: -0.33rem;
}

.cs-qh {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cs-qh p::after {
    content: '';
    width: .02rem;
    height: .16rem;
    background-color: #ffffff;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    right: -0.2rem;
}

.cs-qh p:last-child {
    margin-right: 0;
}

.cs-qh p:last-child:after {
    display: none;
}

.cs-qh p {
    color: #ffffff;
    font-size: .2rem;
    position: relative;
    margin-right: .4rem;
    cursor: pointer;
}

.cs-qh p.on {
    color: #f4d799;
}

.cs-qhc h3 {
    font-size: .18rem;
    color: #ffffff;
    padding: .15rem 0;
    border-bottom: solid .01rem #f4d79a;
}

.cs-qhc p {
    font-size: .16rem;
    line-height: .26rem;
    color: #a6a7ec;
    opacity: 0.8;
    margin-top: .2rem;
    /* height: 1.04rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}





































@media screen and (max-width: 1024px) {
    .banner .slick-arrow {
        display: none !important;
    }

    .banner .slick-dots {
        position: absolute;
        left: 50%;
        right: auto;
        bottom: .2rem;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .banner .slick-dots li {
        width: .5rem;
        height: .01rem;
        margin: 0;
        position: relative;
    }

    .s1 {
        padding: .3rem 0;
    }

    .tit h3 b {
        font-size: .24rem;
    }

    .tit {
        margin-bottom: .3rem;
    }

    .banner a {
        height: auto;
        padding-top: 50%;
    }

    .s1-l {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .s1-r {
        flex: auto;
        width: 100%;
    }

    .s1-ban {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .s1-lt {
        flex: auto;
        width: 100%;
    }

    .s1-ban .pic {
        padding-top: 64%;
    }

    .s2-lt ul li a h3 {
        font-size: .4rem;
    }

    .s3-l {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
        padding: .4rem;
        padding-top: 0;
    }

    .s3-r {
        flex: auto;
        width: 100%;
    }

    .s3-qh p {
        line-height: .32rem;
        padding: 0 .1rem;
        font-size: .16rem;
    }

    .s3-qh {
        margin-left: .2rem;
    }

    .s4-lt ul li a {
        padding: .2rem;
    }

    .s4 {
        padding-top: .3rem;
        padding-bottom: 1rem;
    }

    .s5 {
        padding: .3rem 0;
    }

    .s5-lt ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .s5-lt ul li {
        width: 25%;
    }

    .s5-lt a {
        width: 100%;
        height: 1rem;
    }

    .s5-lt a img {
        max-width: 60%;
        height: auto !important;
    }

    .cs {
        display: none;
    }

    .s6-c>div {
        width: 100%;
    }

    .s6 {
        padding: .3rem 0;
    }

    .s6-lbot {
        display: none;
    }

    .s6-qh p {
        line-height: .32rem;
        padding: 0 .1rem;
        font-size: .18rem;
    }


    .s7-l {
        width: 100%;
        margin-bottom: .2rem;
    }

    .s7-m {
        width: 49%;
    }

    .s7-r {
        width: 49%;
    }

    .s6::before {
        display: none;
    }



}

@media screen and (max-width: 768px) {
    .s3-qh {
        width: 100%;
        margin-left: 0;
        margin-top: .2rem;
    }

    .s7-m {
        width: 100%;
        margin-bottom: .2rem;
    }

    .s7-m .scale .imged {
        padding-bottom: 100%;
    }

    .s7-r {
        width: 100%;
    }

    .s7-rb>a .imged,
    .s7-rt a .imged {
        padding-bottom: 64%;
    }

    .s7 {
        padding-bottom: .5rem;
    }

}

@media screen and (max-width: 640px) {
    .s6-rtx {
        padding: 10px;
    }

    .s6-btn>div {
        width: .3rem;
        height: .3rem;
    }

}

@media screen and (max-width: 480px) {
    .s1-ban .slick-arrow {
        display: none;
    }

    .s1-tx {
        padding: .2rem;
    }

    .s1-tx {
        width: 100%;
    }

    .s5-lt ul li {
        width: 50%;
        margin-bottom: .2rem;
    }


    .s5-lt ul:first-child {
        margin-bottom: 0;
    }

    .s6-ltop .scale {
        width: 100%;
        margin: 0;
    }

    .s6-ltop .scale .imged {
        padding-bottom: 100%;
    }

    .s6-tx {
        flex: auto;
        width: 100%;
        padding: .2rem;
    }
}