.index_banner {
    position: relative;
    overflow: hidden;
}

.index_banner .img {
    width: 100%;
}

.index_banner .img img {
    display: block;
    width: 100%;
}

.index_banner .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.index_banner .text h5 {
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.index_banner .text p {
    font-weight: normal;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 40px;
}

.sec1 {
    padding: 119px 0 127px;
    background: #F7F9FA;
}

.sec1 .wrap .common_title {
    margin-bottom: 45px;
}

.sec1 .wrap .list {
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .list .item {
    position: relative;
}

.sec1 .wrap .list .item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
    box-shadow: 0px 10px 30px 0px rgba(17, 28, 56, 0.05);
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
}

.sec1 .wrap .list .item .item_box {
    width: 250px;
    height: 430px;
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    transition: 1s;
}

.sec1 .wrap .list .item .item_box .img {
    width: 620px;
    height: 321px;
}

.sec1 .wrap .list .item .item_box .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 .wrap .list .item .item_box .item_text {
    width: 100%;
    padding: 19px 20px 0;
}

.sec1 .wrap .list .item .item_box .item_text .icon {
    width: 20px;
    height: 22px;
    transition: 0.4s;
}

.sec1 .wrap .list .item .item_box .item_text .icon img {
    display: block;
}

.sec1 .wrap .list .item .item_box .item_text .item_text_box {
    position: relative;
    margin: 16px 0 0;
    transition: 0.4s;
}

.sec1 .wrap .list .item .item_box .item_text .item_text_box .item_title {
    font-weight: bold;
    font-size: 18px;
    color: #999999;
    line-height: 1;
    transition: 0.4s;
}

.sec1 .wrap .list .item .item_box .item_text .item_text_box .labels {
    display: flex;
    gap: 10px;
    width: 580px;
    position: absolute;
    top: 30px;
}

.sec1 .wrap .list .item .item_box .item_text .item_text_box .labels .label {
    font-weight: normal;
    font-size: 14px;
    color: #111111;
    height: 35px;
    background: #FFFFFF;
    border-radius: 18px;
    border: 1px solid #EBECED;
    display: flex;
    align-items: center;
    padding: 0 14px;
    transform: translateY(10px);
    opacity: 0;
}

.sec1 .wrap .list .item:nth-child(3) .item_box .item_text .icon {
    width: 22px;
}

.sec1 .wrap .list .item:nth-child(3) .item_box .item_text .icon img {
    width: 100%;
}

.sec1 .wrap .list .item.on:after {
    opacity: 1;
}

.sec1 .wrap .list .item.on .item_box {
    width: 620px;
}

.sec1 .wrap .list .item.on .item_box .item_text .icon {
    opacity: 0;
}

.sec1 .wrap .list .item.on .item_box .item_text .item_text_box {
    transform: translateY(-38px);
}

.sec1 .wrap .list .item.on .item_box .item_text .item_text_box .item_title {
    color: #111111;
}

.sec1 .wrap .list .item.on .item_box .item_text .item_text_box .labels .label {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
}

.sec1 .wrap .list .item.on .item_box .item_text .item_text_box .labels .label:nth-child(2) {
    transition-delay: 0.05s;
}

.sec1 .wrap .list .item.on .item_box .item_text .item_text_box .labels .label:nth-child(3) {
    transition-delay: 0.1s;
}

.sec1 .wrap .list .item.on .item_box .item_text .item_text_box .labels .label:nth-child(4) {
    transition-delay: 0.15s;
}

.sec1 .wrap .list .item.on .item_box .item_text .item_text_box .labels .label:nth-child(5) {
    transition-delay: 0.2s;
}

.sec1 .wrap .list .item.on .item_box .item_text .item_text_box .labels .label:nth-child(6) {
    transition-delay: 0.25s;
}

.sec1 .wrap .list .item.on .item_box .item_text .item_text_box .labels .label:nth-child(7) {
    transition-delay: 0.3s;
}

.sec2 {
    padding: 107px 0 126px;
}

.sec2 .wrap .text_box {
    margin: 55px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec2 .wrap .text_box .text {
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    width: 700px;
}

.sec2 .wrap .text_box .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 16px;
    color: #111111;
    min-width: 145px;
    height: 55px;
    padding: 0 20px;
    border-radius: 28px;
    border: 1px solid rgba(17, 17, 17, 0.3);
    transition: 0.6s;
}

.sec2 .wrap .text_box .more a:hover {
    background: #184392;
    border: 1px solid #184392;
    color: #FFFFFF;
}

.sec2 .wrap .img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.sec2 .wrap .img img {
    display: block;
    width: 100%;
}

.sec3 {
    padding: 91px 0 116px;
    background: #F7F9FA;
}

.pro_section .wrap .common_title {
    text-align: center;
    margin-bottom: 55px;
}

.pro_section .wrap .swiper_box {
  position: relative;
}
.pro_section .wrap .swiper_box .btns {
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  width: 1600px;
  position: absolute;
  top: 181px;
  left: 50%;
  transform: translateX(-50%);
}
.pro_section .wrap .swiper_box .btns .iconfont {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  pointer-events: auto;
  font-size: 16px;
  color: #111;
  transition: 0.6s;

}
.pro_section .wrap .swiper_box .btns .iconfont.prev {
  transform: rotate(180deg);
}
.pro_section .wrap .swiper_box .btns .iconfont:hover {
  background: #184392 !important;
  color: #fff !important;
}
.sec4 .wrap .swiper_box .btns .iconfont {
  background: #F7F9FA;
}
.pro_section .wrap .pro_swiper .swiper-pagination {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 0;
    gap: 0 12px;
}

.pro_section .wrap .pro_swiper .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 20px;
    height: 8px;
    background: #184392;
    border-radius: 4px;
    opacity: 0.3;
    transition: 0.6s;
    margin: 0;
}

.pro_section .wrap .pro_swiper .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
}

.pro_section .wrap .pro_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 48px;
    opacity: 1;
}

.pro_section .wrap .pro_swiper .swiper-slide .slide_box {
    display: block;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 0 30px 40px;
}

.pro_section .wrap .pro_swiper .swiper-slide .slide_box .img {
    height: 260px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro_section .wrap .pro_swiper .swiper-slide .slide_box .img img {
    display: block;
    max-width: 80%;
    max-height: 80%;
    transition: 1s;
}

.pro_section .wrap .pro_swiper .swiper-slide .slide_box .line {
    width: 100%;
    height: 1px;
    background: #EDEFF0;
    margin-bottom: 25px;
    position: relative;
}

.pro_section .wrap .pro_swiper .swiper-slide .slide_box .line:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #184392;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s;
    transform: scaleX(0);
    transform-origin: left;
}

.pro_section .wrap .pro_swiper .swiper-slide .slide_box .slide_title {
    font-weight: bold;
    font-size: 26px;
    color: #111111;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s;
    margin-bottom: 22px;
}

.pro_section .wrap .pro_swiper .swiper-slide .slide_box .slide_text {
    font-weight: normal;
    font-size: 16px;
    color: #111111;
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pro_section .wrap .pro_swiper .swiper-slide .slide_box:hover .img img {
    transform: scale(1.1);
}

.pro_section .wrap .pro_swiper .swiper-slide .slide_box:hover .line:after {
    transform: scaleX(1);
}

.pro_section .wrap .pro_swiper .swiper-slide .slide_box:hover .slide_title {
    color: #184392;
}

.sec4 {
    padding: 91px 0 116px;
}

.sec4 .wrap .swiper .swiper-slide .slide_box {
    background: #F7F9FA;
}

.sec5 {
    padding: 37px 0 159px;
}

.sec5 .wrap .common_title {
    text-align: center;
    margin-bottom: 50px;
}

.sec5 .wrap .list {
    display: flex;
    gap: 0 70px;
}

.sec5 .wrap .list .item {
    width: 420px;
    display: block;
    background: #F7F9FA;
    border-radius: 12px;
}

.sec5 .wrap .list .item .img {
    width: 100%;
    height: 260px;
    border-radius: 12px;
    overflow: hidden;
}

.sec5 .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec5 .wrap .list .item .item_text {
    padding: 30px 20px 33px;
}

.sec5 .wrap .list .item .item_text .item_title {
    font-weight: 600;
    font-size: 20px;
    color: #111111;
    line-height: 30px;
    margin-bottom: 40px;
    height: 60px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.6s;
}

.sec5 .wrap .list .item .item_text .item_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec5 .wrap .list .item .item_text .item_bottom .time {
    font-weight: 400;
    font-size: 14px;
    color: #888888;
}

.sec5 .wrap .list .item .item_text .item_bottom .more {
    width: 70px;
    height: 26px;
    border-radius: 13px;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.sec5 .wrap .list .item .item_text .item_bottom .more .iconfont {
    font-size: 22px;
    color: #184392;
    transform: translateY(2px) rotateY(180deg);
    transition: 0.6s;
}

.sec5 .wrap .list .item:hover .img img {
    transform: scale(1.1);
}

.sec5 .wrap .list .item:hover .item_text .item_title {
    color: #184392;
}

.sec5 .wrap .list .item:hover .item_text .item_bottom .more {
    border: 1px solid #184392;
    background: #184392;
}

.sec5 .wrap .list .item:hover .item_text .item_bottom .more .iconfont {
    color: #FFFFFF;
}

/*# sourceMappingURL=index.css.map */
@media screen and (max-width: 1919px) {
    .index_banner .text h5{
        font-size: 2.0833333333vw;
        margin-bottom: 2.0833333333vw;
    }
    .index_banner .text p{
        font-size: 1.0416666667vw;
        line-height: 2.0833333333vw;
    }
    .sec1{
        padding: 6.1979166667vw 0px 6.6145833333vw;
    }
    .sec1 .wrap .common_title{
        margin-bottom: 2.34375vw;
    }
    .sec1 .wrap .list .item::after{
        border-radius: 0.625vw;
        box-shadow: rgba(17, 28, 56, 0.05) 0px 0.5208333333vw 1.5625vw 0px;
    }
    .sec1 .wrap .list .item .item_box{
        width: 13.0208333333vw;
        height: 22.3958333333vw;
        border-radius: 0.625vw;
    }
    .sec1 .wrap .list .item .item_box .img{
        width: 32.2916666667vw;
        height: 16.71875vw;
    }
    .sec1 .wrap .list .item .item_box .item_text{
        padding: 0.9895833333vw 1.0416666667vw 0px;
    }
    .sec1 .wrap .list .item .item_box .item_text .icon{
        width: 1.0416666667vw;
        height: 1.1458333333vw;
    }
    .sec1 .wrap .list .item .item_box .item_text .item_text_box{
        margin: 0.8333333333vw 0px 0px;
    }
    .sec1 .wrap .list .item .item_box .item_text .item_text_box .item_title{
        font-size: 0.9375vw;
    }
    .sec1 .wrap .list .item .item_box .item_text .item_text_box .labels{
        gap: 0.5208333333vw;
        width: 30.2083333333vw;
        top: 1.5625vw;
    }
    .sec1 .wrap .list .item .item_box .item_text .item_text_box .labels .label{
        font-size: 0.7291666667vw;
        height: 1.8229166667vw;
        border-radius: 0.9375vw;
        padding: 0px 0.7291666667vw;
        transform: translateY(0.5208333333vw);
    }
    .sec1 .wrap .list .item:nth-child(3) .item_box .item_text .icon{
        width: 1.1458333333vw;
    }
    .sec1 .wrap .list .item.on .item_box{
        width: 32.2916666667vw;
    }
    .sec1 .wrap .list .item.on .item_box .item_text .item_text_box{
        transform: translateY(-1.9791666667vw);
    }
    .sec2{
        padding: 5.5729166667vw 0px 6.5625vw;
    }
    .sec2 .wrap .text_box{
        margin: 2.8645833333vw 0px;
    }
    .sec2 .wrap .text_box .text{
        font-size: 0.9375vw;
        line-height: 1.875vw;
        width: 36.4583333333vw;
    }
    .sec2 .wrap .text_box .more a{
        font-size: 0.8333333333vw;
        min-width: 7.5520833333vw;
        height: 2.8645833333vw;
        padding: 0px 1.0416666667vw;
        border-radius: 1.4583333333vw;
    }
    .sec2 .wrap .img{
        border-radius: 0.5208333333vw;
    }
    .sec3{
        padding: 4.7395833333vw 0px 6.0416666667vw;
    }
    .pro_section .wrap .common_title{
        margin-bottom: 2.8645833333vw;
    }
    .pro_section .wrap .swiper_box .btns{
        width: 83.3333333333vw;
        top: 9.4270833333vw;
    }
    .pro_section .wrap .swiper_box .btns .iconfont{
        width: 3.125vw;
        height: 3.125vw;
        font-size: 0.8333333333vw;
    }
    .pro_section .wrap .pro_swiper .swiper-pagination{
        margin: 2.6041666667vw 0px 0px;
        gap: 0px 0.625vw;
    }
    .pro_section .wrap .pro_swiper .swiper-pagination .swiper-pagination-bullet{
        width: 1.0416666667vw;
        height: 0.4166666667vw;
        border-radius: 0.2083333333vw;
    }
    .pro_section .wrap .pro_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 2.5vw;
    }
    .pro_section .wrap .pro_swiper .swiper-slide .slide_box{
        border-radius: 0.625vw;
        padding: 0px 1.5625vw 2.0833333333vw;
    }
    .pro_section .wrap .pro_swiper .swiper-slide .slide_box .img{
        height: 13.5416666667vw;
    }
    .pro_section .wrap .pro_swiper .swiper-slide .slide_box .line{
        margin-bottom: 1.3020833333vw;
    }
    .pro_section .wrap .pro_swiper .swiper-slide .slide_box .slide_title{
        font-size: 1.3541666667vw;
        margin-bottom: 1.1458333333vw;
    }
    .pro_section .wrap .pro_swiper .swiper-slide .slide_box .slide_text{
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        height: 2.5vw;
    }
    .sec4{
        padding: 4.7395833333vw 0px 6.0416666667vw;
    }
    .sec5{
        padding: 1.9270833333vw 0px 8.28125vw;
    }
    .sec5 .wrap .common_title{
        margin-bottom: 2.6041666667vw;
    }
    .sec5 .wrap .list{
        gap: 0px 3.6458333333vw;
    }
    .sec5 .wrap .list .item{
        width: 21.875vw;
        border-radius: 0.625vw;
    }
    .sec5 .wrap .list .item .img{
        height: 13.5416666667vw;
        border-radius: 0.625vw;
    }
    .sec5 .wrap .list .item .item_text{
        padding: 1.5625vw 1.0416666667vw 1.71875vw;
    }
    .sec5 .wrap .list .item .item_text .item_title{
        font-size: 1.0416666667vw;
        line-height: 1.5625vw;
        margin-bottom: 2.0833333333vw;
        height: 3.125vw;
    }
    .sec5 .wrap .list .item .item_text .item_bottom .time{
        font-size: 0.7291666667vw;
    }
    .sec5 .wrap .list .item .item_text .item_bottom .more{
        width: 3.6458333333vw;
        height: 1.3541666667vw;
        border-radius: 0.6770833333vw;
    }
    .sec5 .wrap .list .item .item_text .item_bottom .more .iconfont{
        font-size: 1.1458333333vw;
        transform: translateY(0.1041666667vw) rotateY(180deg);
    }
}
@media screen and (max-width: 768px) {
    .index_banner {
        height: 100vh;
    }
    .index_banner .img {
        height: 100%;
    }
    .index_banner .img img {
        height: 100%;
    }
    .index_banner .text h5 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .index_banner .text p {
        font-size: 16px;
        line-height: 1.6;
    }
    .index_banner .text p br {
        display: none;
    }
    .sec1 {
        padding: 50px 0;
    }
    .sec1 .wrap .common_title {
        margin-bottom: 30px;
    }
    .sec1 .wrap .list {
        display: block;
    }
    .sec1 .wrap .list .item .item_box {
        width: 100% !important;
        height: unset;
        border-radius: 6px;
        margin-bottom: 30px;
    }
    .sec1 .wrap .list .item .item_box .img {
        width: 100% !important;
        height: 46vw;
    }
    .sec1 .wrap .list .item .item_box .item_text {
        padding: 30px 20px 40px;
    }
    .sec1 .wrap .list .item .item_box .item_text .icon {
        opacity: 1;
        width: 24px !important;
        height: 28px !important;
        opacity: 1 !important;
        margin-bottom: 20px;

    }
    .sec1 .wrap .list .item .item_box .item_text .icon img {
        display: block;
        width: 100%;
    }
    .sec1 .wrap .list .item .item_box .item_text .item_text_box .item_title {
        font-size: 18px;
        color: #111111;
        margin-bottom: 20px;
    }
    .sec1 .wrap .list .item.on .item_box .item_text .item_text_box {
        transform: unset !important;
    }
    .sec1 .wrap .list .item .item_box .item_text .item_text_box .labels {
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
        position: unset;
    }
    .sec1 .wrap .list .item .item_box .item_text .item_text_box .labels .label {
        font-size: 14px;
        height: 36px;
        border-radius: 20px;
        padding: 0 10px;
        transform: unset !important;
        opacity: 1 !important;
    }
    .sec2 {
        padding: 60px 0;
    }
    .sec2 .wrap .text_box {
        margin: 15px 0 40px;
        display: block;
    }
    .sec2 .wrap .text_box .text {
        font-size: 15px;
        line-height: 2;
        width: 100%;
    }
    .sec2 .wrap .text_box .more {
        margin: 30px 0 0;
    }
    .sec2 .wrap .img {
        border-radius: 6px;
    }
    .sec2 .wrap .text_box .more a {
        font-size: 15px;
        height: 38px;
        width: fit-content;
        padding: 0 19px;
        border-radius: 19px;
    }
    .sec3,.sec4 {
        padding: 60px 0;
    }
    .pro_section .wrap .common_title {
        margin-bottom: 30px;
    }
    .pro_section .wrap .pro_swiper .swiper-slide .slide_box {
        border-radius: 6px;
        padding: 0 20px 30px;
    }
    .pro_section .wrap .pro_swiper .swiper-slide .slide_box .img {
        height: 200px;
    }
    .pro_section .wrap .pro_swiper .swiper-slide .slide_box .line {
        margin-bottom: 25px;
    }
    .pro_section .wrap .pro_swiper .swiper-slide .slide_box .slide_title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .pro_section .wrap .pro_swiper .swiper-slide .slide_box .slide_text {
        font-size: 15px;
        line-height: 26px;
        height: 52px;
    }
    .pro_section .wrap .pro_swiper .swiper-pagination {
        margin: 35px 0 0;
        gap: 10px;
    }
    .pro_section .wrap .pro_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 20px;
        height: 8px;
        border-radius: 4px;
    }
    .pro_section .wrap .pro_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 48px;
    }
    .pro_section .wrap .swiper_box .btns {
        display: none;
    }
    .sec5 {
        padding: 10px 0 60px;
    }
    .sec5 .wrap .common_title {
        margin-bottom: 30px;
    }
    .sec5 .wrap .list {
        gap: 30px;
        flex-wrap: wrap;
    }
    .sec5 .wrap .list .item .img {
        height: 53vw;
    }
    .sec5 .wrap .list .item {
        width: 100%;
        border-radius: 6px;
    }
    .sec5 .wrap .list .item .item_text {
        padding: 30px 20px 20px;
    }
    .sec5 .wrap .list .item .item_text .item_bottom .time {
        font-size: 15px;
    }
    .sec5 .wrap .list .item .item_text .item_title {
        font-size: 18px;
        line-height: 1.6;
        height: 54px;
        margin-bottom: 25px;
    }
    .sec5 .wrap .list .item .img {
        border-radius: 6px 6px 0 0;
    }
    .sec5 .wrap .list .item .item_text .item_bottom .more {
        width: 60px;
        height: 26px;
        border-radius: 15px;
    }
    .sec5 .wrap .list .item .item_text .item_bottom .more .iconfont {
        font-size: 16px;
    }
}
