.banner .text {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    bottom: unset;
    text-align: center;
}


.banner .brand_link {
    height: 80px;
    background: #FFFFFF;
    border-radius: 40px;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0 120px;
    position: absolute;
    left: 50%;
    bottom: 65px;
    transform: translateX(-50%);
}

.banner .brand_link a {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    transition: 0.6s;
    position: relative;
    white-space: nowrap;
}

.banner .brand_link a:after {
    content: "";
    width: 31px;
    height: 2px;
    background: #003894;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%) scaleX(0);
    transition: 0.6s;
}

.banner .brand_link a:hover, .banner .brand_link a.on {
    color: #003894;
}

.banner .brand_link a:hover:after, .banner .brand_link a.on:after {
    transform: translateX(-50%) scaleX(1);
}

.banner .brand_link a:not(:nth-last-child(1)) {
    margin-right: 150px;
}

.section {
    padding: 104px 0 82px;
    background: linear-gradient(180deg, #F3F4F6 0%, #FFFFFF 100%);
}

.section .wrap {
    width: 1520px;
    margin: auto;
}

.section .wrap h2 {
    font-weight: bold !important;
    font-size: 40px;
    color: #111111;
    margin-bottom: 35px;
}

.section .wrap .newList {
    display: flex;
    flex-wrap: wrap;
}

.section .wrap .newList .item {
    display: block;
    width: 480px;
    margin-bottom: 60px;
}

.section .wrap .newList .item:hover .time {
    color: #111111;
}

.section .wrap .newList .item .img {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 29px;
}

.section .wrap .newList .item .img img {
    display: block;
    transition: 3s;
}

.section .wrap .newList .item .img:hover img {
    transform: scale(1.1);
}

.section .wrap .newList .item .img:hover .img_btn .iconfont {
    transform: scale(1);
}

.section .wrap .newList .item .img .img_btn {
    position: absolute;
    right: 33px;
    bottom: 22px;
}

.section .wrap .newList .item .img .img_btn .iconfont {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50%;
    color: #111111;
    font-size: 20px;
    transform: scale(0);
    transition: 0.6s;
}

.section .wrap .newList .item .img .img_btn .iconfont:hover {
    background: #003894;
    color: #FFFFFF;
}

.section .wrap .newList .item .time {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #6A7183;
    line-height: 1;
    margin-bottom: 15px;
    transition: 0.6s;
}

.section .wrap .newList .item p {
    width: 404px;
    font-weight: 400;
    font-size: 18px;
    color: #6A7183;
    line-height: 30px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section .wrap .newList .item:not(:nth-child(3n)) {
    margin-right: 40px;
}

.section .wrap .page {
    display: flex;
    justify-content: center;
}

.section .wrap .page .iconfont {
    width: 47px;
    height: 47px;
    background: #F3F4F6;
    transition: 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    color: #111111;
    opacity: 0.6;
}

.section .wrap .page .iconfont:nth-child(1) {
    margin-right: 30px;
    transform: rotate(180deg);
}

.section .wrap .page .iconfont:nth-child(1):hover {
    opacity: 1;
    transform: rotate(180deg) scale(1.5);
}

.section .wrap .page .iconfont:hover {
    opacity: 1;
    transform: scale(1.5);
}

.news_page {
    padding: 200px 0 80px;
}

.news_page .wrap {
    width: 1300px;
    margin: auto;
}

.news_page .wrap .title {
    padding-bottom: 34px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 70px;
}

.news_page .wrap .title h1 {
    font-weight: bold !important;
    font-size: 40px;
    color: #111111;
    line-height: 60px;
}

.news_page .wrap .title .time {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin-top: 13px;
    line-height: 1;
}

.news_page .wrap .content {
    padding-bottom: 40px;
    border-bottom: 1px solid #D9D9D9;
}

.news_page .wrap .content p {
    font-weight: 400;
    font-size: 18px;
    color: #6A7183;
    line-height: 40px;
}

.news_page .wrap .page {
    margin-top: 35px;
}

.news_page .wrap .page a {
    display: block;
    font-weight: 400 !important;
    font-size: 24px;
    color: #111111;
    line-height: 50px;
    transition: 0.6s;
}

.news_page .wrap .page a:hover {
    color: #003894;
}
.sec2 {
    padding: 0 0 120px;
}
.sec2 .wrap {
    width: 1520px;
    margin: auto;
}
.sec2 .wrap .title {
    margin: 0 0 60px;
}
.sec2 .wrap .title h2 {
    font-weight: bold !important;
    font-size: 40px;
    color: #111111;
}
.sec2 .wrap .swiper {
    width: 100%;
    padding: 0 0 60px;
}
.sec2 .wrap .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #003894;
}
.sec2 .wrap .swiper .swiper-slide .item {
    width: 100%;
    height: 420px;
    background: #F3F4F6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px 0 58px;
    position: relative;
}
.sec2 .wrap .swiper .swiper-slide .item .text {
    width: 230px;
}
.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_title {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    display: block;
    transition: 0.6s;
    margin: 0 0 10px;
}
.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .text > p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 90px;
}
.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_btn {
    margin: 95px 0 0;
    display: flex;
    align-items: center;
}
.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_btn p {
    font-weight: 100;
    font-size: 16px;
    color: #111111;
    margin-right: 9px;
    transition: 0.6s;
}
.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_btn .iconfont {
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    background: #003894;
    border-radius: 28px;
    font-size: 18px;
    color: #FFFFFF;
    transition: 0.6s;
}
.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .img {
    width: 391px;
    height: 294px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .img img {
    transition: 3s;
}
.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_btn:hover p {
    color: #003894;
}
.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item:hover .text .item_title {
    color: #003894;
}
.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item:hover .img img {
    transform: scale(1.1);
}
/*# sourceMappingURL=news.css.map */
@media screen and (max-width: 1600px) {
  .section .wrap {
    width: 90%;
  }
  .section {
    padding: 80px 0 60px;
  }
  .banner .brand_link {
    padding: 0 80px;
  }
  .banner .brand_link a:not(:nth-last-child(1)) {
    margin-right: 60px;
  }
  .banner .brand_link a {
    font-size: 16px;
  }
  .banner .brand_link {
    height: 70px;
  }
  .section .wrap h2,.news_page .wrap .title h1 {
    font-size: 32px;
  }
  .section .wrap .newList .item {
    width: 32%;
  }
  .section .wrap .newList .item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .section .wrap .newList .item p {
    font-size: 16px;
    line-height: 1.6;
    width: 90%;
  }
  .news_page {
    padding: 160px 0 80px;
  }
  .news_page .wrap .content p {
    font-size: 16px;
    line-height: 2;
  }
  .news_page .wrap .page a {
    font-size: 20px;
  }
    .sec2 .wrap .title h2 {
        font-size: 32px;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_title {
        font-size: 20px;
    }
    .sec2 .wrap .swiper .swiper-slide .item {
        height: 360px;
        padding: 0 20px 0 40px;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .text > p {
        font-size: 14px;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_btn {
        margin: 60px 0 0;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_btn p {
        font-size: 14px;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .text .item_btn .iconfont {
        width: 22px;
        height: 22px;
        font-size: 16px;
    }
    .sec2 .wrap {
        width: 90%;
    }
}
@media screen and (max-width: 1400px) {
  .news_page .wrap {
    width: 90%;
  }
  .section .wrap h2,.news_page .wrap .title h1 {
    font-size: 28px;
  }
  .section .wrap .newList .item {
    width: 31%;
  }
  .section .wrap .newList .item:not(:nth-child(3n)) {
    margin-right: 3.5%;
  }
  .section .wrap .newList .item .img .img_btn .iconfont {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .news_page .wrap .title h1 {
    font-size: 24px;
    line-height: 1.6;
  }
  .news_page .wrap .title .time {
    font-size: 14px;
  }
  .news_page {
    padding: 120px 0 60px;
  }
  .news_page .wrap .title {
    padding-bottom: 26px;
    margin-bottom: 40px;
  }
  .banner .brand_link {
    height: 55px;
    padding: 0 50px;
  }
  .banner .brand_link a:not(:nth-last-child(1)) {
    margin-right: 30px;
  }
  .banner .brand_link a {
    font-size: 14px;
  }
  .banner .brand_link a:after {
    width: 22px;
  }
  .banner .brand_link {
    bottom: 25px;
  }
  .section .wrap .newList .item {
    width: 48%;
  }
  .section .wrap .newList .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .section .wrap .newList .item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .section .wrap .newList .item p {
    font-size: 14px;
  }
  .section .wrap .newList .item .img {
    margin-bottom: 16px;
  }
  .section .wrap .newList .item .time {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .section .wrap h2 {
    font-size: 24px;
  }
  .news_page .wrap .content p {
    font-size: 14px;
  }
  .news_page .wrap .page a {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

    .sec2 .wrap .swiper .swiper-slide .item {
        flex-direction: column-reverse;
        height: unset;
        padding: 40px 25px;
    }
    .sec2 .wrap .title {
        margin: 0 0 40px;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .item .img {
        width: 100%;
        height: 150px;
    }
    .sec2 .wrap .swiper .swiper-slide .item .text {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 40px 0;
  }
  .section .wrap h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .section .wrap .newList .item {
    margin-bottom: 38px;
  }
  .section .wrap .newList .item .img {
    border-radius: 10px;
  }
  .section .wrap .newList .item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .section .wrap .newList .item {
    width: 100%;
  }
  .section .wrap .newList .item .img .img_btn .iconfont {
    width: 40px;
    height: 40px;
  }
  .section .wrap .newList .item .img .img_btn {
    right: 15px;
    bottom: 15px;
  }
  .news_page .wrap .title h1 {
    font-size: 20px;
  }
  .news_page {
    padding: 80px 0 40px;
  }
  .news_page .wrap .title {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .news_page .wrap .content {
    padding-bottom: 15px;
  }
    html[lang='en'] .banner .brand_link {
        height: unset;
        padding: 10px 15px;
        flex-wrap: wrap;
        width: 90%;
        justify-content: center;
        border-radius: 10px;
    }
    html[lang='en'] .banner .brand_link a {
        margin: 10px;
    }
}
