@charset "utf-8";
.index_main{
min-height:120px;
}
.section1 {
    position: relative;
    padding-top: 35px;
    /* padding-bottom: 120px; */
    background-size: 100% auto;
    z-index: 9;
}

.sect1 {
    padding-bottom: 110px;
}

.s1 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.s1-l {
    width: 49.53%;
}

.s1-r {
    position: absolute;
    width: 54%;
    right: 0;
    top: 0;
}

.s1-r a {
    position: relative;
    display: block;
}

.s1-r a::after {
    content: "";
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    width: 563px;
    height: 121px;
    /* background: url(../images/s1-r-bg.png) no-repeat center center; */
    background-size: 100% 100%;
}

.s1-r a .pic {
    padding-top: 65%;
    border-bottom-left-radius: 100px;
}

.s1-r a .pic:hover img {
    transform: scale(1);
}

.title h2 {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    color: #1B181F;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: "sisong";
}

.title h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, #048FCE 0%, #0FC3D7 100%);
    width: 26px;
    height: 2px;
}

.sect1 p {
    line-height: 40px;
    font-size: 20px;
    color: #848484;
    /* color: #333333; */
    margin-bottom: 60px;
    display: -webkit-box !important;
    -webkit-line-clamp: 9 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-break: break-all !important;
}

.more {
    /* text-align: right; */
    margin-top: 60px;
}

.more a {
    position: relative;
    display: inline-block;
    width: 165px;
    height: 50px;
    border-radius: 10px;
    /* border: 2px solid #d8dcdf; */
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    background: url(../images/s1-more-bg.png) no-repeat center center;
    background-size: 100% 100%;
    text-transform: uppercase;
    text-align: center;
    transition: all .3s;
}

.more a:hover {
    width: 180px;
}

.more a span {
    padding-left: 15px;
}

.section2 {
    /* margin-top: -50px; */
    padding-top: 140px;
    padding-bottom: 190px;
    background: url(../images/sect2-bg.png) no-repeat center left;
    background-size: 100% 100%;
    overflow: hidden;
}

.sect2 {
    position: relative;
    padding-left: 340px;
}

.sect2 .title {
    position: absolute;
    left: 0;
    width: 340px;
    /* text-align: center; */
}

.sect2 .title h2 {
    color: #048ecd;
    margin-bottom: 20px;
    line-height: 50px;
}

.sect2 .title h2:after {
    background: #048ecd;
}

.sect2 .title .more {
    margin-top: 0;
}

.sect2 .title .more a {
    width: auto;
    padding-right: 30px;
    background: url(../images/s2-more_c.png) no-repeat right center;
    color: #0ea3d5;
}

.s2 {
    width: auto;
    /* overflow: hidden; */
    position: relative;
    margin-left: 70px;
}

.s2 .slick-prev {
    position: absolute;
    left: -125px;
    top: auto;
    transform: none;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../images/s2-l.png) no-repeat center center;
}

.s2 .slick-next {
    position: absolute;
    left: -45px;
    width: 60px;
    top: auto;
    transform: none;
    bottom: 0;
    height: 60px;
    border-radius: 50%;
    background: url(../images/s2-r.png) no-repeat center center;
}

.s2 ul li {
    margin-left: 28px;


}

.s2 ul li:nth-child(3n) {
    background: url(../images/s2-bg3.png) no-repeat center center;
    background-size: 100% 100%;
}

.s2 ul li:nth-child(3n-2) {
    background: url(../images/s2-bg1.png) no-repeat center center;
    background-size: 100% 100%;
}

.s2 ul li:nth-child(3n-1) {
    background: url(../images/s2-bg2.png) no-repeat center center;

    background-size: 100% 100%;
}

.s2 ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
    /* padding: 15px 0; */
    height: 270px;
    color: #fff;
    border-radius: 30px;
}

.s2 ul li a .icon {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #f0f5f8;
    margin-left: auto;
    margin-right: auto;
}

.s2 ul li a .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .6s;
}

.s2 ul li:hover a .icon img {
    transform: translate(-50%, -50%) rotatey(360deg);
}

.s2 ul li a .text {}

.s2 ul li a .text p {
    line-height: 24px;
    font-size: 20px;
    color: #fff;

}

.s2 ul li a .text span {
    position: relative;
    display: inline-block;
    margin-top: 25px;
    font-size: 16px;
    color: #0f4396;
    font-weight: bold;
    text-decoration: underline;
    top: 0;
    transition: all .3s;
}

.s2 ul li:hover a .text span {
    top: -5px;
}

.s2-state {
    position: absolute;
    left: 30px;
    bottom: -65px;
    width: calc(100% + (100vw - 1500px) / 2);
}

.s2-state div {
    width: 100%;
    height: 4px;
    background-color: rgba(216, 216, 216, .3);
    border-radius: 5px;
    position: relative;
}

.s2-state span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #fff;
    border-radius: 5px;
    transition: all 0.3s;
}

.section3 {
    padding-top: 140px;
    /* margin-top: -45px; */
    background: url(../images/s2-bg.png) no-repeat center center;
    background-size: cover;
}

.sect3 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    min-height: 6.5rem;
}

.sect3 .title {
    position: absolute;
    left: 590px;
    top: 35px;
}

.sect3-l {
    position: relative;
    width: 500px;
    /* float: left; */
    /* padding: 125px 0; */
    /* width: 50%; */
    z-index: 2;
}

.sect3-r {
    width: calc(100% - 590px);
    /* position: absolute; */
    right: 0;
    top: 0;
    bottom: 0;
    /* padding-top: 90px; */
    /* width: 58%; */
    z-index: 9;
    /* z-index: 8; */
}

.sect3-l .tpp {
    position: relative;
    margin: 0 auto;
    /* padding: 15px; */
    border-radius: 10px;
}

.sect3-l .pic {
    padding-top: 134%;
    z-index: 9;
    border-radius: 20px;
}



.sect3-r .title h2 {
    /* color: #fff; */
}

.sect3-r p {
    line-height: 40px;
    font-size: 20px;
    color: #848484;
}

.s3-r .more {
    margin-top: 30px;
}

.s3-r .more a {
    color: #fff;
}

.section4 {
    position: relative;
    margin-top: -55px;
    padding-top: 150px;
    padding-bottom: 90px;
    background: url(../images/s4-bg.png) no-repeat center center;
    background-size: 100% 100%;
}
/*
.section4::after {
    content: "";
    position: absolute;
    right: 0;
    top: -315px;
    width: 409px;
    height: 478px;
}
*/
.sect4 .title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}

.sect4 .title h2 {
    color: #fff;
}

.sect4 .title h2:after {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: #fff;
}

.sect4 .title .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.sect4 .title .more a {
    padding: 0 28px;
    background: url(../images/s2-more.png) no-repeat 90% center;
    width: auto;
    padding-left: 30px;
    padding-right: 60px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
}

.sect4 ul li {
    margin: 30px 0;
}

.sect4 ul li a {
    position: relative;
    display: block;
    background: #fff;
    padding: 80px 60px 115px 60px;
    border-radius: 0;
    overflow: hidden;
    transition: all .6s;
}

.sect4 ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 55%;
    background: url(../images/s4-tppbg.png) no-repeat center center;
    background-size: 100% 100%;
    transition: all .6s;
}

.sect4 ul li a .tpp {
    position: relative;
    padding: 10px;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
    background: #CFEEFA;
    margin: 0 auto;
    z-index: 9;
}

.sect4 ul li a .pic {
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.sect4 ul li a .text {

    padding-top: 30px;
}

.sect4 ul li a .text span {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    font-family: "sisong";
    padding-bottom: 20px;
    font-family: "sisong";
    border-bottom: 1px solid #D1E0F2;
}

.sect4 ul li a .text .nr {
    padding-top: 24px;
}

.sect4 ul li a .text .nr p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    height: 60px;
    letter-spacing: 0em;
    color: #7D8089;
}

.sect4 ul li a .more {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    margin-top: 0;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: url(../images/s1-more-bg.png) no-repeat center center;
    opacity: 0;
    z-index: -1;
    background-size: 100% 100%;
}


.s4 {
    min-height: 660px;
}

.section5 {
    padding-top: 70px;
    padding-bottom: 60px;
    background: url(../images/sect5-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect5 ul {
    font-size: 0;
}

.sect5 ul li {
    display: inline-block;
    width: 33.333%;
    text-align: center;
}

.sect5 ul li a {
    display: block;
}

.sect5 ul li a h2 {
    font-size: 32px;
    color: #fff;
    font-family: "Arial";
}

.sect5 ul li a h2 span {
    font-size: 64px;
    color: #fff;
    font-family: "Arial";
}

.sect5 ul li a p {
    font-size: 20px;
    color: #fff;
    font-family: "Arial";
}
.sect4 .slick-dots{  
    position: relative;
}
.slick-dots li:hover {
   height:18px !important;
}
.slick-dots li:hover button, .slick-dots li.slick-active button{
     height: 18px;
     background: rgb(89 194 209);
     /* background-image: linear-gradient(225deg, #70d8e3 0%, #5cb1dd 100%); */
}
@media screen and (min-width: 1920px) {
    .s1-r {
        width: 47%;
    }
}

@media screen and (min-width: 1024px) {
    .sect4 ul li:hover {
        height: 600px;
    }

    .sect4 ul li:hover a {
        position: relative;
        margin: -30px 0;
        height: 100%;
        box-shadow: 5px 12px 33px 0px rgba(13, 44, 80, 0.35);
        z-index: 9;
        border-radius: 20px;
        overflow: hidden;
    }

    .sect4 ul li:hover a::after {
        background: url(../images/s4-tpp-other.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .sect4 ul li:hover a .tpp {
        background: url(../images/rw-bg.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .sect4 ul li:hover a .more {
        opacity: 1;
        z-index: 9;
    }
}

@media screen and (max-width: 1500px) {
    .section1 {
        padding-top: 40px;
    }

    .sect1 {
        padding-bottom: 30px;
    }

    .sect2 .title {
        left: 15px;
    }

    .s2 {
        width: 80vw;
    }

    .section2 {
        /* margin-top: -95px; */
    }

    .sect3-l {
        width: 350px;
    }

    .sect3-r {
        width: calc(100% - 380px);
    }

    .section4 {
        /* margin-top: -150px; */
        padding-top: 80px;
    }

    .section3 {
        /* padding-bottom: 100px; */
        padding-top: 90px;
    }

}

@media screen and (max-width: 1200px) {
    .title h2 {
        margin-bottom: 30px;
    }

    .sect1 p {
        line-height: 30px;
        font-size: 18px;
    }

    .sect2 {
        padding-left: 15px;
    }

    .sect2 .title {
        position: static;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .s2 {
        width: 100%;
        margin-left: 0;
    }

    .s2 .slick-prev {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
    }

    .s2 .slick-next {
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        left: auto;
        width: 30px;
        height: 30px;
    }

    .s2 ul li {
        margin: 0 14px;
    }

    .s2 ul li a {
        height: 150px;
    }

    .s2-state {
        width: 100%;
    }

    .section4 {
        padding-bottom: 40px;
    }

    .sect3 .title {
        position: static;
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .s1-r {
        position: static;
        width: 100%;
    }

    .s1-l {
        width: 100%;
    }

    .s1-l .more {
        text-align: right;
        margin-bottom: 70px;
    }

    .section2 {
        padding-top: 80px;
    }

    .sect4 .title {
        justify-content: space-between;
    }

    .section1 {
        padding-top: 15px;
        background-size: cover;
    }

    .sect4 ul li a .more {
        opacity: 1;
        z-index: 9;
    }

    .sect4 ul li a {
        padding: 20px;
        padding-bottom: 135px;
    }

    .s4 {
        min-height: 530px;
    }

    .section4 {
    /*    background-size: cover;*/
    }
}
@media screen and (max-width: 768px) {
.index_main{
min-height:340px;
}
    .footer {
        margin-top: 0;
        padding-top: 15px;
        padding-bottom: 26px;
        background: #0e1e33;
    }
    .section3 {
        padding: 45px 0;
    }
    .section4 {
        padding-top: 45px;
        background-size: auto;
        margin-top: 0px;
    }
}

@media screen and (max-width: 700px) {
    .title h2 {
        font-size: 24px;
    }

    .more {
        margin-top: 30px;
    }

    .sect2 .title {
        flex-wrap: wrap;
    }

    .sect2 .title h2 {
        margin-bottom: 5px;
    }

    .section2 {
        padding-bottom: 90px;
    }

    .s2-state {
        bottom: -30px;
    }

    .sect3-l {
        width: 100%;
    }

    .sect3-r {
        width: 100%;
    }

    .sect3-r p {
        line-height: 26px;
        font-size: 18px;
        margin: 10px 0;
    }

    .sect4 .title {
        flex-wrap: wrap;
    }

    .sect4 .title .more {
        position: static;
        transform: none;
    }

    .section4::after {
        z-index: -1;
    }

    .section4 {
        padding-top: 35px;
    }
}