@charset "utf-8";

.banner:hover .slick-arrow {
    opacity: 1;
}

.banner .slick-prev {
    width: .6rem;
    height: .6rem;
    background: url(../images/s6-l.png) no-repeat;
    background-size: 100% 100%;
    left: 0.5rem;
    transition: all 0.3s;
    opacity: 0;
}

.banner .slick-prev:hover {
    background: url(../images/s6-lh.png) no-repeat;
    background-size: 100% 100%;
}

.banner .slick-next {
    width: .6rem;
    height: .6rem;
    background: url(../images/s6-r.png) no-repeat;
    background-size: 100% 100%;
    right: 0.5rem;
    transition: all 0.3s;
    opacity: 0;
}

.banner .slick-next:hover {
    background: url(../images/s6-rh.png) no-repeat;
    background-size: 100% 100%;
}



@font-face {
    font-family: Bebas;
    src: url('fonts/Bebas.ttf');
    font-style: normal;
}

a {
    display: block;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner ul li video,
.banner ul li a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.banner ul li a {
    display: block;
    position: relative;
    padding-top: 41.66%;
    overflow: hidden;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-dots {
    padding-bottom: .1rem;
}

.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);
    }
}

/* s1 */
.s1 {
    margin-top: -0.95rem;
    position: relative;
    z-index: 9;
}

.s1-a1 h3 {
    font-size: .22rem;
    text-align: justify;
    color: #FFFFFF;
}

.s1-a1 .ico img {
    height: .46rem;
}

.s1-t ul {
    display: flex;
    align-items: flex-start;
}

.s1-t ul li {
    border-radius: 8px;
    width: 12%;
    height: 1.8rem;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}

.s1-a1 {
    display: block;
    padding-top: .5rem;
    width: 100%;
}

.s1-a2 {
    display: none;
    padding: .3rem;
    padding-bottom: 0;
    width: 100%;
}

.s1-a2 h3 {
    font-size: .3rem;
    font-weight: bold;
    line-height: .28rem;
    text-align: justify;
    color: #FFFFFF;
    white-space: nowrap;
    padding-bottom: .32rem;
    position: relative;
}

.s1-a2 h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.1rem;
    width: 100%;
    height: 100%;
    background: url(../images/s1-line.png) no-repeat left bottom;
    background-size: 100%;
}

.s1-a2 p {
    font-size: .16rem;
    line-height: .2rem;
    text-align: justify;
    color: #FDFEFE;
    white-space: nowrap;
}

.s1-t ul li.on .s1-a1 {
    display: none;
}

.s1-t ul li.on .s1-a2 {
    display: block;
}

.s1-lk {
    display: flex;
    align-items: center;
    margin-top: .15rem;
}

.s1-lk a {
    border-radius: .3rem;
    background: #FFFFFF;
    box-shadow: 0rem .04rem .06rem 0rem rgba(18, 85, 176, 0.24);
    line-height: .4rem;
    padding: 0 .16rem;
    margin-right: .2rem;
    white-space: nowrap;

    display: flex;
    align-items: center;
}

.s1-lk a b {
    color: #969696;
    font-size: .16rem;
    font-weight: normal;
    transition: all 0.3s;
    display: block;
    white-space: nowrap;
    position: relative;
    transform: translateY(-0.01rem);
}

.s1-lk a b::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: .06rem;
    width: 0%;
    height: .01rem;
    background-color: #3273CB;
    transition: all 0.3s;
}

.s1-lk a:hover b::after {
    width: 100%;
}

.s1-lk a img {
    width: .24rem;
    margin-right: .08rem;
    filter: grayscale(100%);
}

.s1-lk a:hover img {
    filter: grayscale(0%);
}

.s1-lk a:hover b {
    color: #1255B0;
}

.s1-t ul li:nth-child(odd) {
    transform: translateY(-0.1rem);
}

.s1-t ul li.on {
    width: 40%;
}

.s1-t ul li:nth-child(1) {
    background: linear-gradient(115deg, #2597E5 0%, #1790E2 0%, #23ACE2 92%);
}

.s1-t ul li:nth-child(2) {
    background: #7CD5F3;
}

.s1-t ul li:nth-child(3) {
    background: #377FE2;
}

.s1-t ul li:nth-child(4) {
    background: #987FF3;
}

.s1-t ul li:nth-child(5) {
    background: #f5a94b;
}

.s1-t ul li:nth-child(6) {
    background: #5BD8D8;
}

.s1-a1 .ico img {
    display: block;
    height: .45rem;
    margin: 0 auto;
}

.s1-a1 h3 {
    font-size: .22rem;
    line-height: .28rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: .2rem;
}

.s1-b {
    border-radius: .08rem;
    border: .01rem solid #4888E1;
    padding: .08rem;
    padding-left: .8rem;
    background: url(../images/ser.png) no-repeat left .4rem center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: .4rem;
    margin-bottom: .6rem;
}

.s1-b input {
    height: .64rem;
    flex: 1;
    min-width: 0;
    background-color: transparent;
    color: #666666;
    font-size: .24rem;
}

.s1-b button {
    border-radius: .08rem;
    background: #1255B0;
    box-shadow: .02rem .04rem .16rem 0rem rgba(0, 0, 0, 0.06);
    color: #ffffff;
    line-height: .64rem;
    width: 1.6rem;
    text-align: center;
    font-size: .2rem;
    cursor: pointer;
}

/* s2 */

.s2 {
    padding-top: .6rem;
    padding-bottom: .5rem;
    background: url(../images/s2-bg.png) no-repeat right bottom;
    background-size: 88% 100%;
    position: relative;
}

.s2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 6rem;
    height: 90%;
    background: url(../images/s2-lbg.png) no-repeat left bottom;
    background-size: 100% 100%;
}

.s2-rqh {
    margin-left: 5.7rem;
    position: relative;
    z-index: 2;
}



.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.s2-l {
    margin-right: .6rem;
    margin-top: -0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s2-r {
    flex: 1;
    min-width: 0;
    padding-top: .1rem;
}

.s2-p::before {
    content: '';
    width: 4.5rem;
    height: 4.5rem;
    background: url(../images/s2-pbg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s2-p ul {
    position: relative;
}

.s2-p ul::before {
    content: '';
    width: 1.97rem;
    height: 1.97rem;
    background: url(../images/s2-yz1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -0.6rem;
    top: -0.6rem;
}

.s2-p ul::after {
    content: '';
    width: .8rem;
    height: .8rem;
    background: url(../images/s2-yz2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -0.3rem;
    right: .3rem;
}

.s2-p img {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    object-fit: cover;
}

.tit {
    margin-bottom: .6rem;
    font-size: 0;
    position: relative;
}
.tit-more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0 !important;!i;!;
    padding: 0 !important;
}
.tit-more:before{display:none}
.tit-more a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #999999;
    font-size: .16rem;
    border-bottom: #D8D8D8 .02rem solid;
    line-height: .3rem;
}
.tit-more a.on{display:block}
.tit-more a.hide{display:none}
.tit-more a:hover {
    color: #1255B0;
    border-bottom: #1255B0 .02rem solid;
}

.tit-more a img {
    width: .14rem;
    height: .14rem;
    margin-left: .05rem;
}

.s2 .tit {
    padding-left: 5.7rem;
    margin-bottom: .3rem;
}

.tit-c {
    display: inline-block;
    position: relative;
    text-align: left;
    cursor: pointer;
}

.tit-c.on h3 b {
    color: #333333;
}

.tit-c.on p {
    color: #1255B0
}

.tit-c.on h3 b:first-child {
    color: #1255B0
}


.tit-c p {
    font-size: .16rem;
    color: #969696;
    font-family: 'sy';
}

.tit-c h3 {
    font-size: .24rem;
    color: #969696;
}

.tit>div:nth-child(2) {
    margin-left: .25rem;
    padding-left: .25rem;
}

.tit>div:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: .08rem;
    width: .01rem;
    height: 90%;
    background: #D9D9D9;
}

.s2-qh {
    position: relative;
    margin-right: .1rem;
    height: 5.55rem;
}

.s2-p {
    position: relative;
}

.s2-qh ul li {
    width: 1.2rem;
    height: 1.2rem;
    padding: .07rem;

    border-radius: 50%;
    position: relative;
    text-align: center;
    margin: .15rem 0;
    z-index: 2;
}

.s2-qh ul li:nth-child(1) {
    transform: translate(1rem, .3rem);
}

.s2-qh ul li:nth-child(4) {
    transform: translate(1rem, -0.3rem);
}



.s2-qh ul li.on a {
    background: linear-gradient(140deg, #F0A74D 13%, #F6BE79 86%), #1255B0;
}

.s2-q {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.s2-qh ul li.on .s2-q {
    opacity: 1;
    visibility: visible;
}


.s2-q::before {
    content: '';
    position: absolute;
    left: 0rem;
    top: 0rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);

    animation: scale_q 2.5s linear infinite;
    animation-delay: 0s;
}

.s2-q::after {
    content: '';
    position: absolute;
    left: -0.05rem;
    top: -0.05rem;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);

    animation: scale_q 2.5s linear infinite;
    animation-delay: 1.5s;
}
/* 扩散圆 */

@keyframes scale_q {
    0% {
        transform: scale(1);
        opacity: .6
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}




.s2-qh ul li a {
    width: 100%;
    height: 100%;
    background: #7FBCE9;
    border-radius: 50%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 9;
}

.s2-qh ul li a p {
    font-size: .16rem;
    color: #FFFFFF;
    font-family: 'sy';
    width: 100%;
    margin-top: .05rem;
}

.s2-qh ul li a img {
    max-height: .3rem;
    min-height: .25rem;
}

.s2-rqh ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s2-rqh ul li {
    margin-right: .2rem;
}

.s2-rqh ul li a {
    border-radius: .3rem;
    background: #FFFFFF;
    box-shadow: 0rem .04rem .06rem 0rem rgba(18, 85, 176, 0.24);
    line-height: .4rem;
    padding: 0 .16rem;
    margin-right: .2rem;
    white-space: nowrap;

    display: flex;
    align-items: center;
}

.s2-rqh ul li a b {
    color: #969696;
    font-size: .16rem;
    font-weight: normal;
    transition: all 0.3s;
    display: block;
    white-space: nowrap;
    position: relative;
    transform: translateY(-0.01rem);
}

.s2-rqh ul li a b::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: .06rem;
    width: 0%;
    height: .01rem;
    background-color: #3273CB;
    transition: all 0.3s;
}

.s2-rqh ul li.on a b::after,
.s2-rqh ul li a:hover b::after {
    width: 100%;
}

.s2-rqh ul li a img {
    width: .24rem;
    margin-right: .08rem;
    filter: grayscale(100%);
}

.s2-rqh ul li.on a img,
.s2-rqh ul li a:hover img {
    filter: grayscale(0%);
}

.s2-rqh ul li.on a b,
.s2-rqh ul li a:hover b {
    color: #1255B0;
}

.s2-rqhc {
    margin: 0 -0.22rem;
    /* height: 4rem; */
    overflow-y: auto;
    padding-bottom: .1rem;
}

@media screen and (min-width:1024px) {

    .s2-rqhc::-webkit-scrollbar {
        width: .05rem;
    }

    .s2-rqhc::-webkit-scrollbar-track {
        background: #d3d3d3;
    }

    .s2-rqhc::-webkit-scrollbar-thumb {
        background-color: #1255B0;
    }
}


.s2-rqhc ul {
    display: flex;
    flex-wrap: wrap;
}

.s2-rqhc ul li {
    width: 25%;
    margin-top: .15rem;
}

.s2-rqhc ul li a {
    margin: 0 .1rem;
    position: relative;
}

.s2-rqhc ul li a::before {
    content: '';
    width: 80%;
    height: 90%;
    position: absolute;
    top: 50%;
    right: -0.05rem;
    transform: translateY(-50%);
    border-radius: .08rem;
    background: #55B5F1;
    opacity: 0;
    transition: all 0.3s;
}

.s2-rqhc ul li a:hover:before {
    opacity: 1;
}

.s2-rqhc ul li a p {
    color: #333333;
    font-size: .16rem;
    border-radius: 8px;
    background: url(../images/s2-jt.png) no-repeat right .1rem center #fff;
    border: .01rem solid rgba(85, 181, 241, 0.4);
    padding: 0.1rem 0;
    padding-left: .05rem;
    padding-right: .3rem;
    transition: background-color 0.3s;
    position: relative;
}

.s2-rqhc ul li a p::before {
    content: '';
    width: .01rem;
    height: 100%;
    position: absolute;
    right: .3rem;
    top: 0;
    background: rgba(85, 181, 241, 0.4);
}

.s2-rqhc ul li a:hover p {
    background: url(../images/s2-jth.png) no-repeat right .1rem center #1255B0;
    color: #ffffff;
}

/* s3 */
.s3 {
    padding-top: .46rem;
    padding-bottom: .7rem;
}

.s3-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-ban {
    width: 45%;
    margin-right: .45rem;
}

.s3-r {
    flex: 1;
    min-width: 0;
}

.s3-ban .pic {
    padding-top: 58%;
}

.s3-tx {
    background: #FFFFFF;
    box-shadow: 0rem -0.06rem .37rem 0rem rgba(0, 0, 0, 0.03);

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .4rem;
}

.s3-date {
    margin-right: .6rem;
}

.s3-date b {
    font-family: Bebas;
    font-weight: 400;
    font-size: .24rem;
    display: block;
    color: #333333;
    margin-bottom: .05rem;
}

.s3-date span {
    border-radius: 1rem;
    background: #1255B0;
    line-height: .2rem;
    color: #ffffff;
    padding: 0 .07rem;
    display: block;
    text-align: center;
}

.s3-txt {
    flex: 1;
    min-width: 0;
}

.s3-txt h3 {
    font-size: .2rem;
    line-height: .32rem;
    text-align: justify;
    color: #353535;
    height: .64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: .2rem;
    font-weight: 600;
}

.s3-txt p {
    font-size: .14rem;
    line-height: .24rem;
    height: .48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
    color: rgba(102, 102, 102, 0.6);
}

.s3-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: .01rem solid #ECF1F7;
    padding: .1rem 0;
    transition: all 0.3s;
}

.s3-lt ul li.on a {
    background-color: #1255B0;
    padding: .15rem .2rem;
}

.s3-lt ul li.on a p {
    color: #ffffff;
    opacity: 0.6;
}

.s3-lt ul li.on a b {
    color: #ffffff;
}

.s3-lt ul li.on a span {
    color: #ffffff;
}

.s3-lt ul li.on a h3 {
    color: #ffffff;
}

.s3-rtx {
    flex: 1;
    min-width: 0;
}

.s3-lt ul li.on a .s3-sj {
    color: #333333;
    transform: translateY(-0.6rem);
    margin-left: .2rem;
}

.s3-sj {
    margin-left: .4rem;
    font-family: Bebas;
    text-align: center;
    color: #B6BCD4;
}

.s3-sj b {
    font-family: Bebas;
    font-size: .32rem;
    line-height: 1;
    display: block;
    margin-bottom: .05rem;
}

.s3-sj span {
    font-family: Bebas;
    font-size: .16rem;
}

.s3-lt h2 {
    font-size: .14rem;
    color: #B2B8D1;
    line-height: .36rem;
    padding-left: .06rem;
    background: url(../images/s3-q.png) no-repeat;
    background-size: auto 100%;
    display: none;
    margin-bottom: .15rem;
}

.s3-lt ul li.on h2 {
    display: block;
}

.s3-rtx h3 {
    font-size: .2rem;
    color: #333;
    line-height: .32rem;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s3-lt li:hover h3 {
    color: #1255B0;
}
.s3-lt ul li.on h3 {
    font-weight: 600;
    height: .64rem;
    white-space: normal;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s3-rtx p {
    font-size: .14rem;
    line-height: .24rem;
    height: .48rem;
    color: #666666;
    margin-top: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: none;
}

.s3-lt ul li.on p {
    display: block;
    display: -webkit-box;
}

.s3-rbt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .1rem 0;
    border-bottom: .01rem solid #E6ECF6;
}

.s3-r .tit {
    margin-bottom: .2rem;
    margin-top: .3rem;
}

.s3-rbt ul li a p {
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-rbt ul li a:hover p {
    color: #1255B0;
}

.s3-qhc {
    position: relative;
}

.s3-c {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.s3-c.on {
    position: relative;
    opacity: 1;
    visibility: visible;
}

/* s3 */

.s345 {
    background: url(../images/s345-bg.png) no-repeat;
    background-size: cover;
}

.s3-ban a:hover h3 {
    color: #1255B0;
}

.s3-ban .slick-prev {
    width: .32rem;
    height: .32rem;
    background: url(../images/s3-l.png) no-repeat;
    background-size: 100% 100%;
    left: .4rem;
    top: auto;
    bottom: .4rem;
    transform: none;
}

.s3-ban .slick-prev:hover {
    background: url(../images/s3-lh.png) no-repeat;
    background-size: 100% 100%;
}

.s3-ban .slick-next {
    width: .32rem;
    height: .32rem;
    background: url(../images/s3-r.png) no-repeat;
    background-size: 100% 100%;
    left: 0.8rem;
    top: auto;
    bottom: .4rem;
    transform: none;
}

.s3-ban .slick-next:hover {
    background: url(../images/s3-rh.png) no-repeat;
    background-size: 100% 100%;
}

/* s4 */

.s4 {
    padding-bottom: .8rem;
}

.s4-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s4-c>div {
    width: 32%;
}

.s4-c>div:hover ul {
    background: url(../images/s4-tbg.jpg) no-repeat;
    background-size: cover;
}

.s4-c>div:hover ul li a h3 {
    color: #ffffff;
}

.s4-c>div:hover ul li a p {
    color: #ffffff;
    background: url(../images/s4-dh.png) no-repeat left center;
    background-size: .18rem;
}

.s4-c>div:hover ul li a p::before {
    opacity: 0.2;
}

.s4-pt .pic {
    padding-top: 58%;
}

.s4-p a {
    position: relative;
}

.s4-p a::before {
    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.6) 100%);
    z-index: 1;
}

.s4-p a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .15rem .3rem;
    color: #ffffff;
    font-size: .18rem;
    z-index: 2;
}

.s4-pt ul {
    background: #ffffff;
    padding: .3rem;
}

.s4-pt ul li {
    margin-bottom: .3rem;
}

.s4-pt ul li:last-child {
    margin-bottom: .1rem;
}

.s4-pt ul li a h3 {
    font-size: .18rem;
    color: #333333;
    margin-bottom: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-pt ul li a p {
    position: relative;
    color: #333333;
    font-size: .16rem;
    padding-left: .24rem;
    background: url(../images/s4-d.png) no-repeat left center;
    background-size: .18rem;
}

.s4-pt ul li a p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 1.2rem;
    right: 0;
    transform: translateY(-50%);
    border-top: .01rem solid #E1E1E1;
}

.s4-pt ul li a p img {
    width: .18rem;
    margin-right: .07rem;
}

/* s5 */
.s5 {
    padding-bottom: .7rem;
}

.s5-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s5-l {
    width: 4.46rem;
    margin-right: .34rem;
    background: #F4D4AD;
    padding: .1rem .5rem .3rem .35rem;
}

.s5-l a h2 {
    width: 1.3rem;
    height: .64rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: url(../images/s5-titbg.png) no-repeat;
    background-size: 100% 100%;
    font-size: .16rem;
    color: #1255B0;
    margin-bottom: .1rem;
}

.s5-l a:hover h3 {
    color: #1255B0;
}

.s5-l a h2 img {
    width: .22rem;
    margin-right: .06rem;
}

.s5-tx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s5-d {
    margin-right: .3rem;
    text-align: center;
}

.s5-d b {
    font-family: Bebas;
    font-size: .32rem;
    color: #1255B0;
    display: block;
    line-height: 1;
    margin-bottom: .05rem;
}

.s5-d span {
    font-family: Bebas;
    font-size: .16rem;
    line-height: 1;
    color: #333333;
    display: block;
}

.s5-txt h3 {
    font-size: .18rem;
    line-height: .28rem;
    max-height: .56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
    color: #333333;
    margin-bottom: .1rem;
}

.s5-txt {
    padding-bottom: .26rem;
    background: url(../images/s5-jt.png) no-repeat right bottom;
    background-size: .29rem;
    flex: 1;
    min-width: 0;
}

.s5-txt p {
    font-size: .16rem;
    line-height: .28rem;
    max-height: .56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666666;
}

.s5-r {
    flex: 1;
    min-width: 0;
}

.s5-r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s5-r ul li {
    width: 48%;
    background: #ffffff;
}

.s5-r ul li:hover a {
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.1);
}

.s5-r ul li:hover a p {
    color: #1255B0;
}

.s5-r ul li:nth-child(-n+2) {
    margin-bottom: .2rem;
}

.s5-r ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .35rem;
    transition: all 0.3s;
}

.s5-rtx {
    flex: 1;
    min-width: 0;
}

.s5-rtx p {
    font-size: .18rem;
    line-height: .28rem;
    max-height: .56rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* s6 */
.s6 {
    padding-top: .4rem;
    background: url(../images/s6-bg.png) no-repeat;
    background-size: 100% 100%;
}

.s6-lt {
    margin-bottom: .8rem;
}

.s6-lt a {
    margin: 0 .12rem;
}

.s6-lt>ul {
    margin: 0 -0.12rem;
}

.s6-lt .pic {
    padding-top: 151%;
    border-radius: .1rem;
}

.s6-lt .slick-prev {
    width: .6rem;
    height: .6rem;
    background: url(../images/s6-l.png) no-repeat;
    background-size: 100% 100%;
    left: -0.8rem;
}

.s6-lt .slick-prev:hover {
    background: url(../images/s6-lh.png) no-repeat;
    background-size: 100% 100%;
}

.s6-lt .slick-next {
    width: .6rem;
    height: .6rem;
    background: url(../images/s6-r.png) no-repeat;
    background-size: 100% 100%;
    right: -0.8rem;
}

.s6-lt .slick-next:hover {
    background: url(../images/s6-rh.png) no-repeat;
    background-size: 100% 100%;
}


/* bot */
.bot {
    /* background: url(../images/s7-bg.jpg) no-repeat center bottom; */
    background-size: 100%;
    height: auto;
    overflow: hidden;
}

.bt-lk {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: .4rem;
}

.bt-lk h3 {
    font-size: .18rem;
    color: #333333;
    font-weight: normal;
}

.bt-lk a {
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    padding: 0 .25rem;
    position: relative;
}

.bt-lk a:hover {
    color: #1255B0;
}

.bt-lk a:last-child:after {
    display: none;
}

.bt-lk a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: .01rem;
    height: .14rem;
    background: #4A7EC5;
}

.bt-lx {
    width: 8.2rem;
    margin-right: 0;
    /* margin-left: auto; */
    padding: .4rem .7rem;
    background: #ffffff;
}

.bt-lx h2 {
    position: relative;
    font-size: .2rem;
    font-weight: bold;
    line-height: .32rem;
    color: #333333;
    margin-bottom: .2rem;
}

.bt-lx h2 span {
    font-family: 'sy';
    font-size: .6rem;
    font-weight: bold;
    line-height: 1;
    color: #1255B0;
    opacity: 0.08;
    position: absolute;
    left: -0.3rem;
    bottom: -0.1rem;
}

.bt-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.bt-c h3 {
    font-size: .18rem;
    font-weight: bold;
    line-height: .32rem;
    color: #333333;
}

.bt-c p {
    font-size: .16rem;
    line-height: .32rem;
    color: #666666;
}

/* side */
.side {
    width: .8rem;
    position: fixed;
    top: 50%;
    right: .4rem;
    transform: translateY(-50%);
    z-index: 999;
    background: url(../images/s-bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: .34rem;
    padding-bottom: .24rem;
    display: none;
}

.side ul li {
    margin-bottom: .16rem;
}

.side ul li a {
    position: relative;
}

.side ul li a img {
    max-height: .2rem;
    min-height: .18rem;
}

.s-a1 .ico {
    width: .42rem;
    height: .42rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 auto;
    position: relative;
}

.s-a1 .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    min-width: 50%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    color: #ffffff;
}

.s-a1 p {
    font-size: .14rem;
    line-height: 1;
    margin-top: .06rem;
    color: #FFFFFF;
    text-align: center;
    position: relative;
}



.s-a1 {
    transition: all 0.3s;
}

.s-a2 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .3rem;
    background: #FFFFFF;
    box-shadow: 0rem .04rem .1rem 0rem rgba(18, 85, 176, 0.2);
    width: 1.42rem;
    line-height: .5rem;
    opacity: 0;
    transition: all 0.3s;
}

.s-a2 p {
    font-size: .16rem;
    line-height: .5rem;
    color: #3273CB;
    margin-right: .1rem;
    position: relative;
}

.s-a2 p::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: .1rem;
    transform: translateX(-50%);
    background-color: #1255B0;
    width: 0%;
    height: .01rem;
    transition: all 0.3s;
}

.go-top {
    width: .41rem;
    height: .3rem;
    background: url(../images/go-top.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto;
}

.side ul li:hover .s-a1 {
    opacity: 0;
}

.side ul li:hover .s-a2 {
    opacity: 1;
    right: .1rem;
}

.side ul li:hover .s-a2 p::after {
    width: 100%;
}
















@media screen and (max-width: 1024px) {
    .side {
        display:none !important;
    }
    .s2-rqh {
        margin: 0;
        margin-bottom: .2rem;
    }

    .s2-rqhc {
        height: auto;
        overflow: visible;
        margin: 0 -0.1rem;
    }

    .s2-cbox {
        margin: 0;
    }

    .s1 {
        margin: 0;
        padding: .3rem 0;
    }

    .s1-t ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .s1-t ul li {
        width: 32% !important;
        transform: none !important;
        margin: .1rem 0;
        height: auto;
    }

    .s1-a1 {
        display: none;
    }

    .s1-a2 {
        display: block;
    }

    .s1-a2 h3 {
        font-size: .2rem;
        padding-bottom: .1rem;
        background-size: 0;
    }

    .s1-a2 h3::before {
        display: none;
    }

    .s1-a2 {
        padding: .2rem;
    }

    .s1-b input {
        height: .4rem;
        font-size: .18rem;
    }

    .s1-b button {
        line-height: .4rem;
        width: auto;
        padding: 0 .1rem;
        font-size: .16rem;
    }

    .s1-b {
        background: url(../images/ser.png) no-repeat left .1rem center;
        background-size: .2rem;
        padding-left: .4rem;
        margin: .2rem 0;
    }


    .s2-r {
        flex: auto;
        width: 100%;
    }

    .s2 {
        background-size: cover;
        padding: .3rem 0;
    }

    .s2::before {
        display: none;
    }

    .s2-l {
        justify-content: center;
        background: url(../images/s2-lbg.png) no-repeat right top;
        background-size: cover;
        width: 100%;
        margin: 0;
    }

    .s2 .tit {
        padding: 0;
    }

    .s2-rqhc ul {
        margin: 0;
    }

    .s2-rqhc ul li a {
        margin: 0 .1rem;
    }

    .s3-ban {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .s3-r {
        flex: auto;
        width: 100%;
    }

    .s3-tx {
        padding: .2rem;
    }

    .s3-ban .slick-next {
        left: .6rem;
    }

    .s3-ban .slick-prev {
        left: .15rem;
    }

    .tit {
        margin-bottom: .3rem;
    }

    .s3 {
        padding: .3rem 0;
    }

    .s4 {
        padding-bottom: .3rem;
    }

    .s5-l {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .s5-r {
        flex: auto;
        width: 100%;
    }

    .s6-lt>ul {
        padding: 0 0.6rem;
    }

    .s6-lt .slick-prev {
        left: 0;
    }

    .s6-lt .slick-next {
        right: 0;
    }

    .bt-lk a::after {
        display: none;
    }

    .bt-lk a {
        padding: 0;
        margin-right: .2rem;
    }

    .bt-lx {
        max-width: 100%;
    }

    .s6-lt {
        margin-bottom: .3rem;
    }

    .s2-qh {
        height:5rem;
    }
}

@media screen and (max-width: 768px) {
    .bt-c>div {
        width: 100%;
        margin: .1rem 0;
    }

    .bt-lx {
        padding: .3rem;
    }

    .s1-t ul li {
        width: 49% !important;
    }

    .s2-rqhc ul li {
        width: 50%;
        margin-top: .1rem;
    }

    .s4-c>div {
        width: 100%;
    }

    .s4-m {
        margin: .3rem 0;
    }

    .s5-r ul li {
        width: 100%;
        margin-bottom: .2rem;
    }

    .s5 {
        padding-bottom: .2rem;
    }
}

@media screen and (max-width: 480px) {
    .s1-t ul li {
        width: 100% !important;
    }

    .s2-q {
        transform: translate(-50%,-50%) scale(0.8);
    }

    .s2-p::before {
        width: 3.5rem;
        height: 3.5rem;
    }

    .s2-p img {
        width: 3rem;
        height: 3rem;
    }

    .s2-qh ul li {
        /* width: 1rem; */
        /* height: 1rem; */
    }

    .s2-qh ul li a p {
        font-size: .14rem;
    }
}