@charset "utf-8";

body {
    overflow-x: hidden;
}

.loding {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999999999;
}

/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;

}

.banner .slick-slide a .pic {
    padding-top: 47.91%;
}

.banner .slick-slide a .pic::before {
    content: none;
}

.banner {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner .slick-slide a {
    display: block;
    overflow: hidden;
    position: relative;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4.4rem;
    background: url(../images/headbg.png) no-repeat center center/ 100% auto;
}


.banner .slick-slide img {
    display: block;
    width: 100%;
    transform: scale(1.1);
    transition: all 5s ease-out;
}

.banner .img_scale img {
    transform: scale(1);
}

.banner .slick-slide .a {
    top: 0;
    left: 0;
    transform: scale(1.1);
    transition: all 5s ease-out;
}

.banner .img_scale .a {
    transform: scale(1);
}

.banner a:hover .pic div.a {
    width: 100%;
    height: 100%;
}

.banner .slick-dots {
    bottom: 0.4rem;

}

.banner .slick-dots li {
    vertical-align: middle;
    margin: 0 0.25rem;
    padding: 0;
    width: 0.12rem;
    height: 0.12rem;
    background: rgba(49, 82, 241, .6);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

.banner .slick-dots li:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    border: 1px solid rgba(49, 82, 241, 1);
    opacity: 0;
    z-index: -1;
}

.banner .slick-dots li.slick-active {
    background: rgba(49, 82, 241, 1);

}

.banner .slick-dots li.slick-active:before {
    opacity: 1;
    z-index: 9;
}

.banner .slick-dots li.slick-active::after {
    content: "";
    position: absolute;


    width: 0;
    left: calc(100% + .1rem);
    height: 1px;
    top: 50%;
    background: rgba(49, 82, 241, 1);

    transition: all 0.5s;
}

.banner .slick-dots li.slick-active::after {
    width: .3rem;

}

.banner .slick-dots li button {
    display: none;
}

/* .banner .slick-prev,
.banner .slick-next {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.16rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.4rem;
  
}

.banner .slick-next {
  right: 0.4rem;
  
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
} */
@media screen and (max-width: 1024px) {
    .banner .slick-slide a::after {
        display: none;
    }

    .banner {
        padding-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    .banner .slick-dots {
        bottom: .2rem;
    }

    .banner .slick-dots li {
        margin: 0 .1rem;
    }

    .banner .slick-dots li.slick-active {
        margin: 0 .35rem;
    }
}

/* 中心部分 */
.bk1 {
    position: relative;
    background: url(../images/bk1.jpg) no-repeat center top/100% auto;
    overflow: hidden;
    z-index: 3;
}

.tit_c {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: -.17rem;
}

.tit_c:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .09rem;
    height: .09rem;
    border-radius: 50%;
    background: #434461;
}

.tit_c span {
    font-size: .34rem;
    color: #434461;
    font-weight: bold;
    padding: 0 .17rem;
}

.title .more a {
    padding-left: .25rem;
    font-size: .18rem;
    color: #434461;
    background: url(../images/more.png) no-repeat left center/.18rem auto;
    transition: all .6s;
}

.section1 {
    padding: 1rem 0;
}

.s1 {
    margin-top: .2rem;
}

.s1 .left {
    width: 56.25%;
}

.news a {
    display: block;
}

.news a .pic {
    padding-top: 53.33%;
    border-radius: .2rem .2rem 0 0;
}

.news a .cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 1.6rem;
    padding-left: .3rem;
    padding-right: 2.3rem;
    background: rgba(246, 249, 255, 1);

    border-radius: 0 0 .15rem .15rem;
}

.news a .cont h2 {
    font-size: .2rem;
    color: #434461;
    margin-bottom: .15rem;
}

.news a .cont p {
    font-size: .16rem;
    color: #727391;
    line-height: .24rem;
    max-height: .48rem;
}

.news .slick-dots {
    width: auto;
    left: auto;
    right: .2rem;
    bottom: .6rem;
}

.news .slick-dots li {
    width: .11rem;
    height: .11rem;
    vertical-align: middle;
    margin: 0 .1rem;
    background: #3152f1;
    border-radius: 50%;
}

.news .slick-dots li.slick-active {
    width: auto;
    height: auto;
    padding-left: .6rem;
    background: transparent;
}

.news .slick-dots li.slick-active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .57rem;
    height: .22rem;
    background: url(../images/s1-dots.png) no-repeat left center/.57rem auto;

}


.news .slick-dots li span {
    font-size: 0;
    color: #f58355;
    font-weight: bold;
}

.news .slick-dots li.slick-active span {
    font-size: .34rem;
}

.s1 .right {
    width: 40%;
}

.s1-list li {
    margin-top: .5rem;
}

.s1-list li:first-child {
    margin-top: 0;
}


.s1-list li a {
    height: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: .3rem .6rem;
    background: url(../images/s1r_bg.png) no-repeat right center/cover;
    border-radius: .15rem;
    box-shadow: 0px 8px 14.72px 1.28px rgba(88, 150, 217, 0.2);
    transition: all 0.6s ease 0s;
}

.s1-list li a .date {
    display: flex;
    align-items: flex-end;
    color: #727391;
    line-height: 1;
    font-family: "sysong";
    margin-bottom: .1rem;
    transition: all 0.6s ease 0s;
}

.s1-list li a .date span {
    font-size: .24rem;

}

.s1-list li a .date i {
    font-size: .16rem;
    font-style: normal;
    padding-left: .05rem;
}



.s1-list li a .cont p {
    font-size: .18rem;
    color: #434461;
    line-height: .32rem;
    max-height: .64rem;
    transition: all 0.6s ease 0s;
}

@media screen and (min-width: 1025px) {
    .s1-list li:hover a {
        background: url(../images/s1r_bg1.png) no-repeat right center/cover;
    }

    .s1-list li:hover a .date {
        color: #fff;
    }

    .title .more a:hover {
        letter-spacing: 2px;
        color: #0048bf;
    }

    .news a:hover .cont h2 {
        color: #0048bf;
    }
}

@media screen and (max-width: 1024px) {

    .left,
    .right {
        width: 100% !important;
    }

    .tit_c {
        margin-left: -.15rem;
    }

    .tit_c span {
        padding: 0 .15rem;
    }
}

@media screen and (max-width: 768px) {
    .section1 {
        padding: .2rem 0;
    }

    .tit_c span {
        font-size: .24rem;
    }

    .news a .cont {
        padding-left: .15rem;
        padding-right: .15rem;
        padding-bottom: .3rem;
    }

    .news .slick-dots {
        width: 100%;
        right: auto;
        bottom: .1rem;
    }

    .s1 .right {
        margin-top: .15rem
    }

    .s1-list li a {
        padding: .15rem;
        height: initial;
    }

    .s1-list li {
        margin-top: .15rem;
    }

    .news .slick-dots li.slick-active span {
        font-size: .18rem;
    }

    .s1-list li a .date span {
        font-size: .18rem
    }
}

.section2 .title {
    margin-bottom: .2rem;
}

.s2 .left {
    width: 65%;
}

.s2l_list {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: .4rem;
    padding-left: 0;

}

.s2l_list::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(100% + (100vw - 16rem/2));
    background: linear-gradient(rgba(255, 255, 255, 1) 0%, rgb(230, 240, 255, 1) 100%);
    border-radius: 0 .15rem .15rem 0;
}

.s2l_list li {
    width: 48%;
    position: relative;
    z-index: 2;
}


.s2l_list li a {
    display: block;
    padding: .2rem;
    border-radius: .15rem;
    background: url(../images/s2l-bg.png) no-repeat left bottom/cover;
    box-shadow: 0px 8px 14.72px 1.28px rgba(88, 150, 217, 0.2);
}

.s2l_list li a .pic {
    padding-top: 72.72%;
}

.s2l_list li a .cont {
    padding: .25rem .3rem;
}

.s2l_list li a .cont .info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: .15rem;
}

.s2l_list li a .cont .info span {
    font-size: .16rem;
    color: #f19975;
}

.s2l_list li a .cont .info i {
    font-size: .16rem;
    color: #434461;
    font-style: normal;
}

.s2l_list li a .cont .p p {
    font-size: .18rem;
    color: #434461;
    line-height: .3rem;
    height: .6rem;
}

.s2 {
    align-items: flex-start;
}

.s2 .right {
    width: 32.625%;
}

.s2r_list li {
    position: relative;
    margin-top: .25rem;
    transition: all .6s;
}

.s2r_list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.s2r_list li:first-child {
    margin-top: 0;
}

.s2r_list li a {
    position: relative;
    display: block;
    padding: .28rem;
    background: url(../images/s2r-bg.png) no-repeat left top/cover;
    filter: drop-shadow(0px 8px 14.72px rgba(88, 150, 217, 0.2));
    z-index: 6;
    transition: all .6s;
}

.s2r_list li a .cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: .64rem;
}

.s2r_list li a .cont p {
    font-size: .18rem;
    color: #434461;
    line-height: .32rem;
    max-height: .64rem\0;
    transition: all .6s;
}



@media screen and (min-width: 1025px) {
    .s2r_list li:hover {
        filter: drop-shadow(0 -8px 0 rgba(241, 153, 117, 1));
    }

    .s2r_list li:hover a .cont p {
        color: #0048bf;
        font-weight: bold;
    }

    .s2l_list li a:hover .cont .p p {
        color: #0048bf;
    }
}

@media screen and (max-width: 1024px) {
    .bk1 {
        padding-bottom: .15rem;
    }

    .s2 .right {
        padding-top: .2rem;
    }

    .s2r_list li a {
        background: #fff;
    }



}

@media screen and (max-width: 768px) {
    .s2l_list {
        padding: 0;
        flex-wrap: wrap;
    }

    .s2l_list::after {
        display: none;
    }

    .s2l_list li {
        width: 100%;
        margin-top: .15rem;
    }

    .s2l_list li a .cont {
        padding: .15rem 0;
    }

    .s2r_list li a {
        padding: .15rem;
    }

    .section2 .title {
        margin-bottom: 0;
    }

    .s2r_list li {
        margin-top: .15rem;
    }
}

.bk2 {
    position: relative;
    margin-top: -2.4rem;
    padding-top: 2.4rem;
    background: url(../images/bk2.png) no-repeat center top/100% auto;
    z-index: 2;
}

.section3 {
    padding-top: .8rem;
    padding-bottom: 2rem;
    background: url(../images/s3-bg.png) no-repeat center bottom/100% auto;
}

.s3 {
    align-items: flex-start;
}

.s3 .title {
    position: relative;
    margin-bottom: .4rem;
    z-index: 2;
}

.s3 .left {
    width: 50%;
    padding-top: .8rem;
}

.s3 .s3_zt a {
    display: block
}

.s3 .left a .pic {
    padding-top: 53.333%;
    border-radius: .15rem;
}

.s3 .s3_zt a span {
    display: block;
    width: 2.4rem;
    height: .52rem;
    margin: 0 auto;
    margin-top: .45rem;
    transition: all .6s;
}

.s3 .right {
    position: relative;
    width: 47.6%;
    padding-top: .49rem;
    padding-left: .85rem;
    padding-bottom: .7rem;
}

.s3 .right::before {
    content: "";
    position: absolute;
    width: 6.03rem;
    height: 4.62rem;
    left: 0;
    top: 0;
    background: url(../images/s3r-bg.png) no-repeat center center/100% 100%;
}


.s3 .right::after {
    content: "";
    position: absolute;
    left: .2rem;
    top: .2rem;
    bottom: 0;
    width: calc(100% + (100vw - 16rem)/2);
    background: rgba(246, 249, 255, .902);
    border-radius: 2rem 0 0 .2rem;
}

.s3 .right .tit_c:after {
    left: 57%;
}

.s3 .right .title .more a {
    display: block;
    padding-left: 0;
    background: none;
    animation: play 3s linear infinite;

}

.s3 .right .title .xx {
    flex: 1;
    min-width: 0;
    height: 5px;
    background: url(../images/s3r-xx.png) no-repeat left center /100% auto;
}

.s3 .right ul {
    position: relative;
    z-index: 2;
}

.s3r_list li {
    border-radius: .2rem;
    margin-top: .2rem;

    transition: all .6s;
}

.s3r_list li:first-child {
    margin-top: 0;
}

.s3r_list li a {
    display: block;
    padding: .2rem .3rem;
    border-radius: .2rem;
    filter: drop-shadow(0px 8px 14.72px rgba(88, 150, 217, 0.2));
    background: url(../images/s3txt-bg.png) no-repeat right center/cover;
    transition: all .6s;
}

.s3r_list li a h2 {
    font-size: .18rem;
    color: #434461;
    margin-bottom: .1rem;
    transition: all .6s;
}

.s3r_list li a p {
    font-size: .14rem;
    color: #727391;
    line-height: .24rem;
    max-height: .48rem;
}

@media screen and (min-width: 1025px) {
    .s3r_list li:hover {
        box-shadow: 0 -8px 0 rgba(241, 153, 117, 1);
    }

    .s3 .s3_zt a span:hover {
        transform: scale(1.1);
    }

    .s3r_list li:hover a h2 {
        font-weight: bold;
        color: #0048bf;
    }

   .s3r_list li:hover a{  background: url(../images/sy_txtbg.jpg) no-repeat right center/cover;}

}

@media screen and (max-width: 1024px) {
    .s3 .left {
        padding-top: 0;
    }

    .s3 .right {
        margin-top: .2rem;
    }

    .section3 {
        padding-bottom: 0;
    }

    .bk2 {
        padding-top: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .section3 {
        padding-top: .3rem;
    }

    .s3 .title {
        margin-bottom: .2rem;
    }

    .s3 .s3_zt a span {
        margin-top: .15rem;
    }

    .s3 .right::before {
        width: 2rem;
        height: 2rem;
        background-size: 100% auto;
        background-position: left top;
    }

    .s3 .right {
        padding-top: .2rem;
        padding-left: .2rem;
        padding-bottom: .2rem;
    }

    .s3 .right .title .more a img {
        height: .4rem;
    }
}

.bk3 {
    position: relative;
    margin-top: -1rem;
    padding-top: 1rem;
    background: url(../images/bk3.png) no-repeat center top/cover;
    z-index: 1;
}

.bk3 .wp {
    position: relative;
    padding-bottom: 1.3rem;
}

.section4 {
    padding: .6rem 0;
}

.section4 .title {
    margin-bottom: .4rem;
}

.s4-pic {
    width: 90%;
    margin: 0 auto;
}

.s4-pic li {
    position: relative;
}

.s4-pic .swiper-slide {
    width: 7.9rem;
}

.s4-pic a {
    display: block;

}

.s4-pic a .pic {
    padding-top: 53.3%;
    border-radius: .15rem;
}

.s4-pic a .pic:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: .15rem;
    background: rgba(0, 0, 0, .4);
}

.s4-pic .swiper-slide-active a .pic:after {
    background: transparent;
}

.s4-txt {
    position: relative;
    padding: 0 12% !important;
    width: 60%;
    margin: 0 auto;
    margin-top: .4rem;
}

.s4-txt ul {
    position: static;
}

.s4-txt .slick-prev {
    width: .48rem;
    height: .48rem;
    background: url(../images/s4_l.png) no-repeat center center/.4rem auto;
    transition: all .6s;
}

.s4-txt .slick-prev:hover {
    background: url(../images/s4_ll.png) no-repeat center center/.4rem auto;
}

.s4-txt .slick-next {
    width: .48rem;
    height: .48rem;
    background: url(../images/s4_r.png) no-repeat center center/.4rem auto;
    transition: all .6s;
}

.s4-txt .slick-next:hover {
    background: url(../images/s4_rr.png) no-repeat center center/.4rem auto;
}

.s4-txt ul li {
    text-align: center;
}

.s4-txt ul li a {
    display: block;
}

.s4-txt ul li a h2 {
    font-size: .18rem;
    color: #434461;
    font-weight: bold;
    margin-bottom: .1rem;
}

.s4-txt ul li a p {
    font-size: .16rem;
    color: #727391;
    line-height: .24rem;
    height: .48rem;

}

@media screen and (min-width: 1025px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    .section4 {
        padding: .2rem 0;
    }

    .s4-txt {
        width: 100%;
    }
}

.section5 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.1rem;
    background: linear-gradient(rgba(255, 254, 255, 1), rgba(215, 255, 254, 1));
    box-shadow: 0px 8px 14.72px 1.28px rgba(88, 150, 217, 0.2);
    border-radius: .2rem;
}

.s5 {
    padding: .3rem .25rem;
}

.s5 ul {
    display: flex;
    flex-wrap: nowrap;
}

.s5 ul li {
    width: 14.28%;
    transition: all .6s;
}

.s5 ul li a {
    display: block;
}

.s5 ul li a .s5-icon {
    position: relative;
    margin: 0 auto;
    width: 1rem;
    height: 1rem;
    padding: .1rem;

    transition: all .6s;
}

.s5 ul li a .s5-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px dashed #0c49c6
}

.s5 ul li a .s5-icon::after {
    content: "";
    position: absolute;
    left: 0.05rem;
    top: .04rem;
    right: .04rem;
    bottom: .04rem;
    background: url(../images/s5-bg.png) no-repeat center center/100% 100%;
}

.s5 ul li a .s5-icon span {
    position: relative;
    z-index: 6;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #0c49c6;
    border-radius: 50%;

}

.s5 ul li a .s5-icon span img {
    max-height: .4rem;
}

.s5 ul li:hover a .s5-icon span img {
    animation: jello 1s linear forwards;
}

.s5 ul li a .txt {

    width: 90%;

    margin: 0 auto;

    margin-top: .18rem;
}

.s5 ul li a .txt p {
    text-align: center;
}

.s5 ul li a .txt p i {
    display: block;
    font-style: normal;
    font-size: .16rem;
    color: #434461;
    line-height: .24rem;
    transition: all .6s;
}

@media screen and (min-width: 1025px) {
    .s5 ul li:hover a .s5-icon::before {
        border: 1px dashed #f19975;
        animation: play2 6s linear infinite;
    }

    .s5 ul li:hover a .s5-icon::after {
        background: url(../images/s5-bg1.png) no-repeat center center/100% 100%;
        animation: play 6s linear infinite;
    }

    .s5 ul li:hover a .s5-icon span {
        background: #f19975;
    }

    .s5 ul li:hover a .txt p i {
        color: #0048bf;
    }
}

@media screen and (max-width: 1024px) {
    .s5 ul {
        flex-wrap: wrap;
    }

    .s5 ul li {
        width: 33.33%;
        margin: .1rem 0;
    }

    .section5 {
        position: static;
    }
}

@media screen and (max-width: 768px) {
    .s5 ul li {
        width: 50%;
    }

    .bk3 .wp {
        padding-bottom: .2rem;
    }
}