@charset "utf-8"; .banner {
    width: 100%;
    z-index: 1;
    font-size: 0;
    margin: 1.4rem 0 0;
    background: #1764af;
}

.banner::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: "";
    width: 100%;
    height: 15%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.banner .img {
    position: relative;
    display: block;
    width: 100%;
    height: 41.78vw;
    overflow: hidden;
}

.banner .img .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner .img img {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
    -webkit-transition: transform 1s ease-out 0s;
    -moz-transition: transform 1s ease-out 0s;
    -ms-transition: transform 1s ease-out 0s;
    -o-transition: transform 1s ease-out 0s;
    transition: transform 1s ease-out 0s;
}

.banner .img video {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-slide-active img {
    -webkit-transition: transform 6.2s ease-out 1s;
    -moz-transition: transform 6.2s ease-out 1s;
    -ms-transition: transform 6.2s ease-out 1s;
    -o-transition: transform 6.2s ease-out 1s;
    transition: transform 6.2s ease-out 1s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.banner .pagination {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0.35rem;
    left: 50%;
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner .pagination .swiper-pagination-bullet {
    position: relative;
    vertical-align: middle;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .32rem;
    height: .32rem;
    margin: 0 .08rem;
    opacity: 1;
    background: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.banner .pagination .swiper-pagination-bullet::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 2;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images/f_icon3.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100%;
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.banner .pagination .swiper-pagination-bullet::after {
    display: block;
    content: "";
    width: .1rem;
    height: .1rem;
    border: 1px solid #fff;
    border-radius: 50%;
}

.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    opacity: 0;
    visibility: hidden;
}

.column {
    position: relative;
    width: 100%;
    margin: .6rem 0 .35rem;
}

.column h3 {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.column h3::after {
    position: absolute;
    top: -0.06rem;
    right: calc(50% - .7rem);
    bottom: auto;
    left: auto;
    z-index: -1;
    content: "";
    width: 1.4rem;
    height: .32rem;
    background-image: url("../images/f_icon9_1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100%;
}

.column .cn {
    font-size: 0.36rem;
    font-weight: 700;
    line-height: 0.48rem;
    color: #1764af;
    text-align: left;
}

.column .en {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.12rem;
    font-weight: 400;
    line-height: 0.24rem;
    color: #888;
    text-align: left;
}

.column .en::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: .38rem;
    height: 1px;
    margin: 0 0 0 .12rem;
    background: #818181;
}

.column .more {
    position: absolute;
    top: 0.15rem;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
}

.more {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    width: 1.5rem;
    padding: 0 .38rem 0 0;
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 0.38rem;
    color: #636363;
    text-align: center;
    border: 1px solid #1764af;
    border-radius: .3rem;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

.more i {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: .4rem;
    height: .4rem;
    background-image: url("../images/f_icon4.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #1764af;
    background-size: 0.18rem;
    border-radius: 50%;
}

.more::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: -1;
    width: 0%;
    height: 100%;
    content: "";
    background: #1764af;
    border-radius: .3rem;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.more:hover {
    color: #fff;
}

.more:hover::after {
    width: 110%;
}

.home1 {
    padding: 1px 0 .5rem;
    background-image: url("../images/index_bg1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.home1 .l-box {
    width: 64.285%;
}

.home1 .r-box {
    width: 32.14%;
}

.news-swiper1 {
    width: 65.55%;
}

.news-swiper1 .img-frame {
    border-radius: .2rem 0 .2rem 0;
}

.news-swiper1 .img {
    padding: 4rem 0 0;
}

.news-swiper1 .text {
    padding: .16rem .15rem 0;
}

.news-swiper1 .title {
    font-weight: 700;
}

.news-swiper1 .info {
    max-height: .56rem;
    margin: .08rem 0 .14rem;
}

.news-swiper1 .date {
    display: inline-block;
    padding: 0 .12rem;
    line-height: .25rem;
    color: #fff;
    background: #0059cd;
    border-radius: .2rem;
}

.news-swiper1 .swiper-arrow {
    position: absolute;
    top: calc(2rem - .22rem);
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    font-family: "宋体";
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.45rem;
    color: #fff;
    text-align: center;
    width: .45rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.news-swiper1 .swiper-arrow.swiper-prev {
    left: .22rem;
}

.news-swiper1 .swiper-arrow.swiper-next {
    right: .22rem;
}

.news-swiper1 .swiper-arrow:hover {
    background: #0059cd;
}

.news-list1 {
    width: 30%;
}

.news-list1 li {
    margin: .18rem 0 0;
}

.news-list1 li:first-child {
    margin: 0;
}

.news-list1 .img-frame {
    border-radius: .1rem 0 .1rem 0;
}

.news-list1 .img {
    padding: 1.68rem 0 0;
}

.news-list1 .title {
    height: .6rem;
    margin: .1rem 0 0;
    font-weight: 700;
}

.news-list1 .date {
    padding: 0 0 0 .27rem;
    background-image: url("../images/f_icon5.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: 0.2rem;
}

.news-list2 li {
    border-bottom: 1px solid #abcbee;
}

.news-list2 li:first-child a {
    padding-top: 0;
}

.news-list2 li:last-child {
    border: none;
}

.news-list2 a {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .14rem 0;
}

.news-list2 .line {
    width: 1px;
    height: .24rem;
    background: #27499a;
}

.news-list2 .text {
    width: calc(100% - .94rem);
}

.news-list2 .title {
    max-height: .6rem;
}

.home2 {
    padding: 0 0 .5rem;
    background-image: url("../images/index_bg2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-color: transparent;
    background-size: 100%;
    overflow: hidden;
}

.home2 .l-box {
    position: relative;
    z-index: 1;
    width: 39.285%;
}

.home2 .l-box .column h3::after {
    background-image: url("../images/f_icon9_2.png");
}

.home2 .l-box .column .cn {
    color: #fff;
}

.home2 .l-box .column .en {
    color: #fff;
}

.home2 .l-box .column .en::after {
    background: #fff;
}

.home2 .l-box .card {
    padding: .15rem .15rem .2rem;
    background: #fff;
    box-shadow: 2px 2px 0.3rem 0 rgba(0, 0, 0, 0.08);
}

.home2 .l-box::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: -1;
    content: "";
    width: calc(100% + (50vw - 700px));
    height: 100%;
    background-image: url("../images/index_bg4.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-color: transparent;
    background-size: cover;
}

.home2 .r-box {
    width: 57.85%;
}

.news-swiper2 {
    margin: 0 0 .16rem;
    border-radius: 0 .2rem 0 .2rem;
}

.news-swiper2 .img {
    padding: 3rem 0 0;
}

.news-swiper2 .text {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: .4rem 1.1rem .16rem .2rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
}

.news-swiper2 .date {
    padding: 0 0 0 .27rem;
    color: #fff;
    background-image: url("../images/f_icon6.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: 0.2rem;
}

.news-swiper2 .title {
    color: #fff;
    font-weight: 700;
}

.news-swiper2 .pagination {
    position: absolute;
    top: auto;
    right: 0.2rem;
    bottom: 0.18rem;
    left: auto;
    z-index: 1;
}

.news-swiper2 .pagination .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    margin: 0 .06rem;
    background: #fff;
    opacity: .4;
}

.news-swiper2 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.news-list3 li {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-list3 .title {
    width: calc(100% - 1.1rem);
    padding: 0 0 0 .32rem;
    line-height: .4rem;
    background-image: url("../images/f_icon4_2.png");
    background-repeat: no-repeat;
    background-position: 0.07rem 50%;
    background-color: transparent;
    background-size: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list3 .date {
    padding-right: .14rem;
    line-height: .4rem;
    color: #818181;
}

.slide-box1 .slide-tag {
    cursor: pointer;
}

.slide-box1 .slide-tag::after {
    top: .02rem;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.slide-box1 .slide-tag .cn {
    font-size: .28rem;
    color: #9b9b9b;
    -webkit-transition: color 0.3s ease-out 0s;
    -moz-transition: color 0.3s ease-out 0s;
    -ms-transition: color 0.3s ease-out 0s;
    -o-transition: color 0.3s ease-out 0s;
    transition: color 0.3s ease-out 0s;
}

.slide-box1 .slide-tag .en {
    -webkit-transform: translateX(0.08rem);
    -moz-transform: translateX(0.08rem);
    -ms-transform: translateX(0.08rem);
    -o-transform: translateX(0.08rem);
    transform: translateX(0.08rem);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.slide-box1 .slide-tag.on::after {
    top: -.06rem;
    opacity: 1;
}

.slide-box1 .slide-tag.on .cn {
    font-size: .36rem;
    color: #1764af;
}

.slide-box1 .slide-tag.on .en {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.slide-box1 .line {
    width: 1px;
    height: .3rem;
    margin: .12rem .16rem 0;
    background: #c7c7c7;
}

.slide-box1 .swiper-container .img-zoom {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.slide-box1 .swiper-container .img-frame {
    width: 45.67%;
}

.slide-box1 .swiper-container .img {
    padding: 2.38rem 0 0;
}

.slide-box1 .swiper-container .text {
    width: 50.61%;
    padding: .15rem 0 0;
}

.slide-box1 .swiper-container .title {
    height: .6rem;
    font-weight: 700;
}

.slide-box1 .swiper-container .info {
    max-height: .84rem;
    margin: .18rem 0;
}

.slide-box1 .swiper-container .date {
    padding: 0 0 0 .27rem;
    color: #a1a1a1;
    background-image: url("../images/f_icon7.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: 0.2rem;
}

.slide-box1 .swiper-container .swiper-arrow {
    position: absolute;
    top: calc(50% - .15rem);
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    width: .3rem;
    height: .3rem;
    background-image: url("../images/arrow3.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 0.13rem;
    opacity: .5;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.slide-box1 .swiper-container .swiper-arrow.swiper-prev {
    left: .08rem;
}

.slide-box1 .swiper-container .swiper-arrow.swiper-next {
    left: calc(45.67% - .38rem);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.slide-box1 .swiper-container .swiper-arrow:hover {
    opacity: 1;
}

.slide-box1 .news-list4 {
    margin: .26rem 0 0;
    padding: .12rem 0 0;
    border-top: 1px solid #e1e1e1;
}

.slide-box1 .more {
    display: none;
}

.slide-box1 .more.on {
    display: flex;
}

.slide-item {
    display: none;
}

.slide-item.on {
    display: block;
    animation: ani-up 1s;
}

@keyframes ani-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0.12rem);
        -moz-transform: translateY(0.12rem);
        -ms-transform: translateY(0.12rem);
        -o-transform: translateY(0.12rem);
        transform: translateY(0.12rem);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.news-list4 li {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-list4 .title {
    width: calc(100% - 1.1rem);
    padding: 0 0 0 .32rem;
    line-height: .4rem;
    background-image: url("../images/f_icon8.png");
    background-repeat: no-repeat;
    background-position: 0.07rem 50%;
    background-color: transparent;
    background-size: 0.14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list4 .date {
    padding-right: .14rem;
    line-height: .4rem;
    color: #818181;
}

.home3 {
    padding: 1px 0 .6rem;
    background-image: url("../images/index_bg3.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.home3 .l-box {
    width: 55.71%;
}

.home3 .l-box .card {
    padding: .32rem .3rem .3rem;
    border-radius: 0 0 .06rem .06rem;
    background: rgba(255, 255, 255, 0.18);
}

.home3 .r-box {
    width: 40.35%;
}

.home3 .column h3::after {
    left: 0;
    background-image: url("../images/f_icon9_2.png");
}

.home3 .column .cn {
    color: #fff;
}

.home3 .column .en {
    color: #fff;
}

.home3 .column .en::after {
    background: #fff;
}

.home3 .more {
    color: #fff;
    border-color: #106faf;
}

.home3 .more i {
    background-color: #397ac6;
}

.home3 .more::after {
    background: rgba(255, 255, 255, 0.18);
}

.home3 .news-list4 {
    margin: .48rem 0 0;
}

.home3 .news-list4 .title {
    color: #fff;
    background-image: url("../images/f_icon8_2.png");
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home3 .news-list4 .date {
    color: #fff;
}

.news-swiper5 .img-zoom {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-swiper5 .img-frame {
    width: 3.6rem;
}

.news-swiper5 .img-frame .img {
    padding: 2.6rem 0 0;
}

.news-swiper5 .date1 {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0.09rem;
    left: 0.09rem;
    z-index: 2;
    width: .72rem;
    color: #fff;
    background: rgba(229, 113, 0, 0.9);
    border-radius: .2rem 0 .2rem 0;
}

.news-swiper5 .date1 p:first-child {
    color: #fff;
}

.news-swiper5 .text {
    width: calc(100% - 3.8rem);
    padding: .2rem 0 0;
}

.news-swiper5 .title {
    height: .68rem;
    font-size: .2rem;
    line-height: .34rem;
    font-weight: 700;
    color: #fff;
}

.news-swiper5 .info {
    max-height: .96rem;
    margin: .18rem 0 0;
    font-size: .16rem;
    line-height: .32rem;
    color: #f1f1f1;
}

.news-swiper5 .swiper-arrow {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
    z-index: 1;
    width: .38rem;
    height: .38rem;
    background-image: url("../images/arrow1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 0.13rem;
    border: 1px dashed rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

.news-swiper5 .swiper-arrow.swiper-prev {
    left: 3.8rem;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.news-swiper5 .swiper-arrow.swiper-next {
    left: 4.55rem;
}

.news-swiper5 .swiper-arrow:hover {
    background-color: #fcb904;
    border-color: #fcb904;
}

.news-list5 li {
    margin: .44rem 0 0;
}

.news-list5 li:first-child {
    margin-top: 0;
}

.news-list5 a {
    display: flex;
    flex-wrap: wrap;
    padding: .2rem .15rem .24rem;
    border-radius: 0 0 .06rem .06rem;
    background: rgba(255, 255, 255, 0.18);
    border-top: .03rem solid #fff;
}

.news-list5 .title {
    width: 100%;
    color: #fff;
}

.news-list5 .title::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: .32rem;
    height: .05rem;
    margin: .07rem 0 .12rem;
    background: #fcb904;
}

.news-list5 .info {
    font-size: .16rem;
    color: #fff;
}

.news-list5 .info.w50 {
    width: 34%;
}

.news-list5 .info.w100 {
    width: 100%;
}

.home4 {
    padding: 1px 0 .7rem;
    background-image: url("../images/index_bg5.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.home4 .column h3::after {
    left: 0;
}

.slide-box2 .column {
    display: flex;
    align-items: center;
}

.slide-box2 .slide-tag {
    margin: 0 0 0 .4rem;
    padding: 0 .24rem;
    font-size: 0.18rem;
    font-weight: 700;
    line-height: 0.36rem;
    color: #606060;
    text-align: left;
    border: 1px solid #d4dce1;
    border-radius: .36rem;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

.slide-box2 .slide-tag.on {
    color: #fff;
    background: #215ab4;
    border-color: #215ab4;
}

.slide-box2 .more {
    display: none;
}

.slide-box2 .more.on {
    display: flex;
}

.news-swiper6 .img-zoom {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-swiper6 .img-frame {
    width: 1.3rem;
}

.news-swiper6 .img-frame .img {
    padding: 123% 0 0;
}

.news-swiper6 .text {
    width: calc(100% - 1.3rem);
    padding: .15rem .1rem .08rem .22rem;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.38), transparent);
}

.news-swiper6 .title {
    font-size: .22rem;
    font-weight: 700;
}

.news-swiper6 .info {
    height: .56rem;
    margin: .1rem 0 .12rem;
}

.news-swiper6 .more2 {
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 0.28rem;
    color: #1764af;
    text-align: right;
}

.news-swiper6 .pagination {
    margin: .32rem 0 0;
    text-align: center;
}

.news-swiper6 .pagination .swiper-pagination-bullet {
    width: .12rem;
    height: .12rem;
    margin: 0 .06rem;
    background: none;
    border: 1px solid #0059cd;
    opacity: 1;
}

.news-swiper6 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0059cd;
}

.news-swiper7 .img-zoom, .news-swiper8 .img-zoom {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-swiper7 .img-frame, .news-swiper8 .img-frame {
    width: 2rem;
}

.news-swiper7 .img-frame .img, .news-swiper8 .img-frame .img {
    padding: 75% 0 0;
}

.news-swiper7 .text, .news-swiper8 .text {
    width: calc(100% - 2rem);
    padding: .15rem 0 0 .2rem;
}

.news-swiper7 .title, .news-swiper8 .title {
    font-weight: 700;
}

.news-swiper7 .info, .news-swiper8 .info {
    height: .84rem;
    margin: .12rem 0 0;
}

.news-swiper7 .pagination, .news-swiper8 .pagination {
    margin: .32rem 0 0;
    text-align: center;
}

.news-swiper7 .pagination .swiper-pagination-bullet, .news-swiper8 .pagination .swiper-pagination-bullet {
    width: .12rem;
    height: .12rem;
    margin: 0 .06rem;
    background: none;
    border: 1px solid #0059cd;
    opacity: 1;
}

.news-swiper7 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .news-swiper8 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0059cd;
}

@media screen and (min-width: 1025px) {
    .news-swiper1 .img-zoom:hover .title {
        color: #1764af;
    }

    .news-list1 .img-zoom:hover .title {
        color: #1764af;
    }

    .news-list2 li {
        position: relative;
    }

    .news-list2 li::after {
        position: absolute;
        top: auto;
        right: auto;
        bottom: -1px;
        left: 0;
        z-index: 1;
        content: "";
        width: 0;
        height: 2px;
        background: linear-gradient(90deg, #1764af, #0059cd);
        -webkit-transition: all 0.7s ease-out 0s;
        -moz-transition: all 0.7s ease-out 0s;
        -ms-transition: all 0.7s ease-out 0s;
        -o-transition: all 0.7s ease-out 0s;
        transition: all 0.7s ease-out 0s;
    }

    .news-list2 li:hover::after {
        width: 100%;
    }

    .news-list2 li:hover .title {
        color: #1764af;
        font-weight: 700;
    }

    .news-list3 li {
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .news-list3 li:hover {
        -webkit-transform: translateX(0.06rem);
        -moz-transform: translateX(0.06rem);
        -ms-transform: translateX(0.06rem);
        -o-transform: translateX(0.06rem);
        transform: translateX(0.06rem);
    }

    .news-list3 li:hover .title {
        color: #1764af;
        font-weight: 700;
    }

    .news-list3 li:hover .date {
        color: #1764af;
    }

    .news-list4 li {
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .news-list4 li:hover {
        -webkit-transform: translateX(0.06rem);
        -moz-transform: translateX(0.06rem);
        -ms-transform: translateX(0.06rem);
        -o-transform: translateX(0.06rem);
        transform: translateX(0.06rem);
    }

    .news-list4 li:hover .title {
        color: #1764af;
        font-weight: 700;
        background-image: url("../images/f_icon8_3.png");
    }

    .news-list4 li:hover .date {
        color: #1764af;
    }

    .slide-box1 .swiper-container .img-zoom:hover .title {
        color: #1764af;
    }

    .news-swiper5 .img-zoom:hover .title {
        color: #fcb904;
    }

    .home3 .news-list4 li:hover .title {
        color: #fcb904;
        font-weight: 700;
        background-image: url("../images/f_icon8_4.png");
    }

    .home3 .news-list4 li:hover .date {
        color: #fcb904;
    }

    .news-list5 li {
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .news-list5 li:hover {
        -webkit-transform: translateY(-0.06rem);
        -moz-transform: translateY(-0.06rem);
        -ms-transform: translateY(-0.06rem);
        -o-transform: translateY(-0.06rem);
        transform: translateY(-0.06rem);
    }

    .news-list5 li:hover .title {
        color: #fcb904;
        font-weight: 700;
    }

    .news-swiper6 .text {
        position: relative;
        z-index: 1;
    }

    .news-swiper6 .text::after {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
        z-index: -1;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("../images/f_icon11.png");
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-color: transparent;
        background-size: 100%;
        opacity: 0;
        -webkit-transition: all 0.42s ease-out 0s;
        -moz-transition: all 0.42s ease-out 0s;
        -ms-transition: all 0.42s ease-out 0s;
        -o-transition: all 0.42s ease-out 0s;
        transition: all 0.42s ease-out 0s;
    }

    .news-swiper6 .img-zoom:hover .text::after {
        opacity: 1;
    }

    .news-swiper6 .img-zoom:hover .title {
        color: #1764af;
    }

    .news-swiper7 .img-zoom:hover .title, .news-swiper8 .img-zoom:hover .title {
        color: #1764af;
    }
}

@media screen and (max-width: 1647px) {
    .home2 .l-box::after {
        width: calc(100% + 7.5vw);
    }
}

@media screen and (max-width: 1024px) {
    .banner {
        margin: 54px 0 0;
    }

    .banner .container {
        max-width: 100%;
    }

    .banner .img {
        height: 40vw;
    }

    .banner .pagination {
        bottom: .2rem;
    }

    .home1 {
        padding-bottom: .3rem;
    }

    .home1 .l-box {
        width: 100%;
    }

    .home1 .r-box {
        width: 100%;
    }

    .column {
        margin: .35rem 0 .2rem;
    }

    .column .cn {
        font-size: .32rem;
    }

    .news-list2 a {
        padding: 8px 0;
    }

    .home2 .l-box {
        width: 100%;
    }

    .home2 .r-box {
        width: 100%;
    }

    .news-swiper2 .img {
        padding: 60% 0 0;
    }

    .slide-box1 .slide-tag.on .cn {
        font-size: .32rem;
    }

    .home3 {
        padding-bottom: .35rem;
    }

    .home3 .l-box {
        width: 100%;
    }

    .home3 .r-box {
        width: 100%;
    }

    .news-list5 li {
        margin: .2rem 0 0;
    }

    .home4 {
        padding-bottom: .5rem;
    }

    .slide-box2 .slide-tag {
        margin: 0 0 0 .15rem;
    }
}

@media screen and (max-width: 768px) {
    .banner .pagination {
        bottom: .2rem;
    }

    .column {
        margin: .28rem 0 .18rem;
    }

    .column .cn {
        font-size: .3rem;
        line-height: .4rem;
    }

    .more {
        width: 1.2rem;
    }

    .news-swiper1 {
        width: 100%;
    }

    .news-swiper1 .img {
        padding: 56.25vw 0 0;
    }

    .news-swiper1 .swiper-arrow {
        top: calc(28vw - .22rem);
    }

    .news-swiper1 .swiper-arrow.swiper-prev {
        left: .15rem;
    }

    .news-swiper1 .swiper-arrow.swiper-next {
        right: .15rem;
    }

    .news-list1 {
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: .26rem 0 0;
    }

    .news-list1 li {
        width: 48%;
        margin: 0;
    }

    .news-list1 .img {
        padding: 60% 0 0;
    }

    .news-list1 .title {
        height: auto;
    }

    .news-list3 li {
        display: block;
        padding: .12rem 0;
        border-top: 1px solid #e2e2e2;
    }

    .news-list3 li:first-child {
        border: none;
    }

    .news-list3 .title {
        width: 100%;
        line-height: .24rem;
        text-overflow: clip;
        white-space: initial;
        background-position-y: 3px;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .news-list3 .date {
        color: #1764af;
        text-indent: .32rem;
    }

    .slide-box1 .slide-tag.on .cn {
        font-size: .3rem;
    }

    .slide-box1 .swiper-container .img-frame {
        width: 100%;
    }

    .slide-box1 .swiper-container .img-frame .img {
        padding: 56.25vw 0 0;
    }

    .slide-box1 .swiper-container .text {
        width: 100%;
    }

    .slide-box1 .swiper-container .title {
        height: auto;
    }

    .slide-box1 .swiper-container .info {
        margin: .1rem 0;
    }

    .slide-box1 .swiper-container .swiper-arrow {
        top: calc(28vw - .15rem);
        opacity: 1;
    }

    .slide-box1 .swiper-container .swiper-arrow.swiper-prev {
        left: .15rem;
    }

    .slide-box1 .swiper-container .swiper-arrow.swiper-next {
        left: auto;
        right: .15rem;
    }

    .news-list4 li {
        display: block;
        padding: .12rem 0;
        border-top: 1px solid #e2e2e2;
    }

    .news-list4 li:first-child {
        border: none;
    }

    .news-list4 .title {
        width: 100%;
        line-height: .24rem;
        text-overflow: clip;
        white-space: initial;
        background-position-y: 3px;
        display: block;
        /* display: -webkit-box; */
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .news-list4 .date {
        color: #1764af;
        text-indent: .32rem;
    }

    .news-swiper5 {
        padding: 0 0 .4rem;
    }

    .news-swiper5 .img-frame {
        width: 100%;
    }

    .news-swiper5 .img-frame .img {
        padding: 60% 0 0;
    }

    .news-swiper5 .text {
        width: 100%;
        padding: .1rem 0 0;
    }

    .news-swiper5 .title {
        height: auto;
    }

    .news-swiper5 .info {
        margin: .1rem 0 0;
    }

    .news-swiper5 .swiper-arrow {
        background-color: #fcb904;
        border-color: #fcb904;
    }

    .news-swiper5 .swiper-arrow.swiper-prev {
        left: calc(50% - .6rem);
    }

    .news-swiper5 .swiper-arrow.swiper-next {
        left: calc(50% + .3rem);
    }

    .home3 .l-box .card {
        padding: .2rem;
    }

    .home3 .news-list4 {
        margin: .2rem 0 0;
    }

    .news-list5 .title {
        line-height: .25rem;
        text-overflow: clip;
        white-space: initial;
    }

    .news-list5 .info.w50 {
        width: 100%;
    }

    .slide-box2 .column {
        flex-wrap: wrap;
    }

    .slide-box2 .column h3 {
        width: 100%;
        margin: 0 0 .14rem;
    }

    .slide-box2 .slide-tag:nth-of-type(1) {
        margin: 0;
    }
}

@media screen and (max-width: 520px) {
    .banner {
        margin: 54px 0 0;
    }

    .banner .img {
        padding: 55% 0 0;
    }

    .banner .pagination {
        bottom: .12rem;
    }

    .banner .pagination .swiper-pagination-bullet {
        width: .24rem;
        height: .24rem;
        margin: 0 3px;
    }

    .banner .pagination .swiper-pagination-bullet::after {
        width: 8px;
        height: 8px;
    }

    .column {
        margin: .25rem 0 .15rem;
        padding-bottom: 40px;
    }

    .column h3::after {
        width: 1rem;
        right: calc(50% - .5rem);
    }

    .column .cn {
        font-size: .26rem;
        line-height: .36rem;
    }

    .column .en::after {
        display: none;
    }

    .column .more {
        top: auto;
        bottom: 0;
    }

    .more {
        width: 1rem;
        padding-right: .3rem;
        font-size: 12px;
        line-height: .32rem;
    }

    .more i {
        width: .34rem;
        height: .34rem;
        background-size: .15rem;
    }

    .slide-box1 .line {
        height: .24rem;
        margin: .1rem 7px 0;
    }

    .slide-box1 .slide-tag .cn {
        font-size: .2rem;
    }

    .slide-box1 .slide-tag.on .cn {
        font-size: .26rem;
    }

    .slide-box2 .column {
        justify-content: space-between;
    }

    .slide-box2 .slide-tag {
        width: 31%;
        padding: 0 5px;
        margin: 0;
        text-align: center;
    }

    .home2 .l-box::after {
        background-position-x: 80%;
    }

    .news-swiper1 .text {
        padding-left: 0;
        padding-right: 0;
    }

    .news-list1 li {
        width: 100%;
        margin: .18rem 0 0;
    }

    .news-swiper6 .title {
        font-size: .2rem;
    }

    .news-swiper6 .img-frame {
        width: 100%;
    }

    .news-swiper6 .img-frame .img {
        padding: 75% 0 0;
    }

    .news-swiper6 .text {
        width: 100%;
        padding-left: .1rem;
    }

    .news-swiper7 .img-frame, .news-swiper8 .img-frame {
        width: 100%;
    }

    .news-swiper7 .text, .news-swiper8 .text {
        width: 100%;
        padding-left: 0;
    }
}

/*# sourceMappingURL=index.css.map */