.index_banner {
    position: relative;
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index_banner .swiper {
    width: 100%;
    overflow: hidden;
}

.index_banner .inban-tit {
    color: #1F2943;
    font-weight: 600;
    line-height: 1.154;
}

.index_banner .inban-des {
    opacity: 0.8;
    color: #1F2943;
    line-height: 1.5;
    font-weight: 200;
    margin-top: 8px;
    margin-bottom: 1.40625vw;
}

.index_banner .inban-btn {
    width: 320px;
    height: 42px;
}

.index_banner .inban-btn a {
    display: flex;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(270deg, #FF9C4F 0%, #ED5814 100%);
    border-radius: 2px;
    padding-left: 20px;
    padding-right: 17px;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #FFFFFF;
}

.index_banner .inban-btn img {
    width: 24px;
}

.index_banner .inban-txt {
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
}

.index_banner .btm {
    background-image: linear-gradient(269deg, rgba(255, 255, 255, 0.35) 35%, rgba(255, 255, 255, 0.75) 75%);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.50);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 96px;
     backdrop-filter: blur(20px);
}

.index_banner .text-tit {
    color: #1F2943;
    line-height: 1.5;
    font-weight: 500;
}

.index_banner .text-des {
    opacity: 0.6;
    font-size: 14px;
    color: #1F2943;
    line-height: 1.5;
    font-weight: 200;
    margin-top: 2px;
}

.index_banner .textlist {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.index_banner .btm .w1400 {
    height: 100%;

}

.index_banner .textitem {
    display: flex;
    align-items: center;
    margin-left: 1.2vw;
}

.index_banner .lf {
    width: 50px;
    flex: none;
    margin-right: 15px;
}

.index_banner .lf img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index_banner .swiper-pagination-bullet {
    /*opacity: 0.2;
    background: #1F2943;*/
    width: 30px;
    height: 5px;
    margin: 0;
    margin-right: 5px;
    transition: all .5s;
    border-radius: 0;
    position: relative;
    background-color: rgba(31, 41, 67, .2);
    opacity: 1;
}

.index_banner .swiper-pagination-bullet-active:after {
    content: '';
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #1368B7;
    position: absolute;

}

.index_banner .swiper-pagination-bullet-active {
    width: 60px;
}

.index_banner .swiper-pagination-bullet-active:after {
    animation: dhua1 linear 3s;
}

@keyframes dhua1 {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.index_banner .swiper .swiper-pagination {
    width: 1400px;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 45px;
    display: flex;
}

.index_banner .swiper .swiper-slide>img {
    object-fit: cover;
}
.swiper-pagination-lock{
    display: none!important;
}
@media screen and (max-width:1600px) {
    .index_banner .swiper .swiper-pagination {
        width: 80%;
    }

    .index_banner .inban-btn {
        width: 240px;

    }
}

@media screen and (max-width:1280px) {
    .index_banner .swiper .swiper-pagination {
        width: 80%;
    }

    .index_banner .btm {
        height: 72px;
    }

    .index_banner .swiper .swiper-pagination {
        bottom: 33px;
    }
}

@media screen and (max-width:1200px) {
    .index_banner .swiper .swiper-pagination {
        width: 90%;
    }

    .index_banner .inban-txt {
        top: 50%;
    }

    .index_banner .inban-btn {
        width: 200px;

    }
}

@media screen and (max-width:1024px) {
    .index_banner {
        margin-top: 60px;
    }

    .index_banner .inban-txt {
        top: 40%;
    }

}

@media screen and (max-width:768px) {
    .index_banner {
        margin-top: 40px;
    }

    .index_banner .swiper {
        height: 240px;
    }

    .index_banner .inban-txt {
        top: 50%;
    }

    .index_banner .btm {
        display: none;
    }

    .index_banner .inban-btn {
        width: 120px;
        height: 32px;
    }

    .index_banner .inban-btn a {
        padding: 0 10px;
    }

    .index_banner .inban-des {
        padding-bottom: 8px;
    }

    .index_banner .swiper .swiper-pagination {
        bottom: 20px;
    }
}

.ind-tit {
    color: #1F2943;
    letter-spacing: 0;
    line-height: 1.286;
    font-weight: 600;
}

.ind-tit span {
    color: #1368B7;
}

.ind-des {
    opacity: 0.8;
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 10px;
}

.ind-more {
    font-size: 14px;
    color: #1368B7;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 200;
    margin-top: 10px;
}


.sec2 {
    padding-top: 4.27vw;
    padding-bottom: 2.03125vw;
}

.sec2-item {
    background-image: linear-gradient(180deg, #EBF2F9 0%, #FFFFFF 36%);
    border: 3px solid #FFFFFF;
    box-shadow: 0 4px 14px 0 rgba(42, 62, 109, 0.08);
}

.sec2-list {
    margin-top: 1.98vw;
    display: flex;
    flex-wrap: wrap;
}

.sec2-item {
    flex: 0 0 23.264%;
    margin-right: calc(6.944% / 3);
    padding: 20px 20px 30px;
}

.sec2-item:nth-child(4n) {
    margin-right: 0;
}

.sec2 .sec2-top {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 1vw;
}

.sec2 .sec2-top .sec2-tl {
    width: 20px;
    margin-right: 8px;
}

.sec2 .sec2-top .sec2-tl img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sec2 .sec2-top .sec2-tit {
    color: #1F2943;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 600;
}


.sec2 .sec2-des {
    opacity: 0.6;
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    font-weight: 200;
}

@media screen and (max-width:1200px) {
    .sec2-item {
        padding: 10px 10px 12px;
    }
}

@media screen and (max-width:768px) {
    .sec2-item {
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .sec2-list {
        margin-top: 12px;
    }
}

.sec3 {
    padding-top: 2.03125vw;
    padding-bottom: 4.167vw;
}

.sec3-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.08vw;
}

.sec3-item {
    flex: 0 0 32.38%;
    background-image: linear-gradient(180deg, #EBF2F9 0%, #FFFFFF 36%);
    border: 3px solid #FFFFFF;
    box-shadow: 0 4px 14px 0 rgba(42, 62, 109, 0.08);
    margin-right: 1.43%;
    padding: 20px;
    position: relative;
}

.sec3 .sec3-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
}

.sec3 .sec3-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
}

.sec3-item:nth-child(3n) {
    margin-right: 0;
}

.sec3 .sec3-tit {
    color: #1F2943;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px;
}

.sec3 .sec3-more {
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 5.1vw;
}

.sec3 .sec3-des {
    opacity: 0.6;
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 200;
}

.sec3 .sec3-more.lan {
    color: #1368B7;
}

.sec3 .sec3-more.yew {
    color: #FE814C;
}

@media screen and (max-width:1600px) {
    .sec3 .sec3-img {
        width: 18%;
        max-width: 80px;
    }
}

@media screen and (max-width:1200px) {
    .sec3-item {
        padding: 10px;
    }
}

@media screen and (max-width:768px) {
    .sec3-item {
        flex: 0 0 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.sec4 {
    background: #F8FAFD;
    padding-top: 3.229vw;
    padding-bottom: 1.98vw;
    overflow: hidden;
}

.sec4-box {
    display: flex;
    justify-content: space-between;
    margin-top: 3.125vw;
    flex-wrap: wrap;
}

.sec4 .sec4-lf {
    flex: 0 0 21.4286%;
}

.sec4 .sec4-rg {
    flex: 0 0 75.357%;
    width: 75.357%;
}

.sec4 .sec4lf-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec4lf-item {
    background-image: linear-gradient(180deg, #EFF4F9 0%, #FFFFFF 53%);
    box-shadow: 0 4px 14px 0 rgba(42, 62, 109, 0.08);
    border-radius: 2px;
    width: 46.67%;
    flex: 0 0 46.67%;
    padding: 2.6vw 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.09375vw;
    position: relative;
    cursor: pointer;
}

.sec2-item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
    border: 3px solid #FFFFFF;
}

.sec4lf-item.active {
    background-image: linear-gradient(180deg, #1368B7 1%, #3397F4 100%);

}

.sec4lf-item.active:after {
    opacity: 0;
}

.sec4 .ico {
    width: 34px;
}

.sec4 .ico img:nth-child(1) {
    display: block;
}

.sec4 .ico img:nth-child(2) {
    display: none;
}

.sec4lf-item.active .ico img:nth-child(1) {
    display: none;
}

.sec4lf-item.active .ico img:nth-child(2) {
    display: block;
}

.sec4lf-tit {
    color: #1F2943;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 6px;
}

.sec4lf-item.active .sec4lf-tit {
    color: #fff;
}

.sec4 .sec4-more {
    border: 1px solid rgba(255, 255, 255, 0.40);
    border-radius: 2px;
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.sec4 .sec4-more a {
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 400;
    width: 80px;
    height: 32px;
    text-align: center;
    display: block;

}


.sec4 .sec4rg-top {
    position: absolute;
    top: 30px;
    left: 24px;
}

.sec4 .sec4rg-tit {
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.375;
}

.sec4 .sec4rg-des {
    opacity: 0.6;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 12px;
}

.sec4 .sec4swp {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sec4 .sec4swp .swiper-pagination {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    right: 25px;
    left: 25px;
    bottom: 34px;
    width: auto;
}

.sec4 .swiper-pagination-bullet {
    opacity: 0.4;
    background: #FFFFFF;
    width: 20px;
    height: 4px;
    margin: 0 5px;
    transition: all .5s;
    border-radius: 0;
    position: relative;
}

.sec4 .swiper-slide{
    position: relative;
}
.sec4 .swiper-slide:before{
    content:'';
    left:0;
    top:0;
    position: absolute;
    width: 100%;
    height: 100%;
 background-image: linear-gradient(0deg, rgba(9,69,130,0.56) 0%, rgba(0,33,65,0.84) 89%, rgba(0,40,80,0.87) 100%);
}

.sec4 .swiper-pagination-bullet-active {
    width: 30px;
    opacity: 1;
}

@media screen and (max-width:768px) {
    .sec4 .sec4-lf {
        flex: 0 0 100%;
    }

    .sec4 .sec4-rg {
        flex: 0 0 100%;
        width: 100%;
        margin-top: 10px;
    }

    .sec4lf-item {
        width: 24%;
        flex: 0 0 24%;
    }

    .sec4 .sec4rg-des {
        display: none;
    }

    .sec4 .sec4rg-top {
        top: 15px;
        left: 15px;
    }

    .sec4 .sec4-more {
        bottom: 15px;
        left: 15px;
    }

    .sec4 .sec4swp .swiper-pagination {
        right: 15px;
        bottom: 15px;
    }

    .sec4 {
        padding: 20px 0;
    }
}

.sec5 {
    padding-top: 4.167vw;
    padding-bottom: 3.125vw;
}

.sec5 .sec5-list {
    margin-top: 3.229vw;
}

.sec5 .con02_list {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 20px;
}

.sec5 .con02_list .sw1 {
    display: flex;
    flex: 1;
}

.c_list01.active .sw1,
.c_list03.active .sw1 {
    animation: ticker linear 80s infinite;
}

.c_list02.active .sw1 {
    animation: ticker2 linear 80s infinite;
}

@keyframes ticker {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.sec5 .con02_list .sw_s {
    width: 170px;
    height: 60px;
    background: #FDFDFD;
    border: 1px solid #EEEEEE;
    opacity: 0.6;
    line-height: 58px;
    font-size: 16px;
    color: #001A33;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
    margin-right: 20px;
    overflow: hidden;
    box-sizing: initial;
}

.con02_list:hover .sw1 {
    animation-play-state: paused;
}

@keyframes ticker2 {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        transform: translate3d(0%, 0, 0);
    }
}

@media screen and (max-width:1200px) {
    .sec5 .con02_list .sw_s {
        line-height: 50px;

        height: 52px;

    }

}

@media screen and (max-width:768px) {
    .sec5 .con02_list .sw_s {
        line-height: 40px;
        font-size: 14px;
        height: 42px;
        width: 140px;
    }

    .sec5 .con02_list {
        margin-bottom: 10px;
    }
}
