@font-face {
    font-family: 'HYa4gj';
    src: url('../fonts/HYa4gj.woff2') format('woff2'),
        url('../fonts/HYa4gj.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.index_header .slick_img {
    padding-bottom: 41.25%;
}

.index_header .slick_img img:hover {
    transform: scale(1) translate(-50%, -50%);
}

.index_header .banner_arrow {
    position: absolute;
    bottom: .4rem;
    display: -ms-flexbox;
    display: flex;
    z-index: 20;
    align-items: center;
}

.swiper-container {
    position: relative;
}

.banner_arrow .swiper-button-next,
.banner_arrow .swiper-button-prev {
    position: static;
    margin: 0 0.05rem;
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, .2);
    border: 1px solid rgba(255, 255, 255, .5);
}

.banner_arrow .swiper-button-next:after,
.banner_arrow .swiper-button-prev:after {
    content: '\e63c';
    color: #fff;
    font-size: .16rem;
    font-family: "iconfont" !important;
}

.banner_arrow .swiper-button-next:after {
    content: '\e63e';

}

.index_header .swiper-pagination {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: static;
    margin-left: .35rem;
}

.index_header .mouse-scroll {
    position: absolute;
    bottom: .4rem;
    right: 0;
    z-index: 10;
    width: 100%;
}

.index_header .mouse-scroll .gp-container {
    position: relative;
    text-align: right;
}

.index_header .mouse-scroll .gp-container::after {
    position: absolute;
    right: 7px;
    top: -1.15rem;
    content: '';
    display: block;
    width: 2px;
    height: 1rem;
    background: rgba(255, 255, 255, .5);
}

.index_header .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    background: rgba(255, 255, 255, .3);
    opacity: 1;
    border-radius: 0;
    margin: 0 0.05rem;
}

.index_header .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}

@media screen and (max-width: 480px) {
    .banner_arrow .swiper-button-next, .banner_arrow .swiper-button-prev {
        width: .30rem;
        height: .30rem;
    }

    .banner_arrow .swiper-button-next:after, .banner_arrow .swiper-button-prev:after {
        font-size: .12rem;
    }

    .index_header .banner_arrow {
        bottom: .2rem;
    }
}

.content .mode1 {
    padding: .8rem 0 2.7rem;
    background: url('../images/mode1-bg.jpg') no-repeat center/cover;
}

.content .mode2 {
    background-color: #fff;
}

.content .mode3 {
    margin-top: -1.5rem;
    padding: .7rem 0 .8rem;
    background: url('../images/mode3-bg.jpg') no-repeat top right/100% 100%, #013361;
}

.mode-title .title {
    font-size: .46rem;
    font-family: 'HYa4gj';
    font-weight: 400;
    color: #063d73;
    text-align: center;
    margin-bottom: .12rem;
}

.mode-title .sub-title {
    text-align: center;
    padding: 0 .2rem;
    color: rgba(6, 61, 115, .7);
}

.mode-more {
    text-align: center;
}

.mode-more a {
    display: inline-block;
    width: .8rem;
    color: #063d73;
    text-align: center;
    padding: 0.05rem 0rem;
    border-radius: .2rem;
    border: 1px solid #dfdfdf;
    font-family: 'ADOBESONGSTD-LIGHT';
    transition: all .3s;
}

.mode-more a:hover {
    color: #fff;
    background-color: #063d73;
}

@media screen and (max-width: 650px) {
    .mode-title .title {
        font-size: .32rem;

    }
}

.mode1-main {
    margin: .8rem 0 .5rem;
    display: -ms-flexbox;
    display: flex;
}

.mode1-main .left {
    width: 55%;
}

.mode1-main .right {
    width: 45%;
}

.mode1-main .right ul {
    height: 100%;
}

.mode1-main .right ul li {
    height: 33%;
    border-bottom: 1px solid #dfdfdf;

}

.mode1-main .right ul li:nth-child(1) a {
    padding-bottom: .41rem;
    height: 100%;
}

.mode1-main .right ul li:nth-child(2) a,
.mode1-main .right ul li:nth-child(3) a {
    padding-top: .4rem;
    box-sizing: border-box;
    height: 1.4rem;
}

.mode1-main .right ul li:nth-child(2) a:hover,
.mode1-main .right ul li:nth-child(3) a:hover {
    padding-top: .1rem;
    padding-bottom: .42rem;

}

.mode1-main .right ul li a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-left: .2rem;
    box-sizing: border-box;
    font-family: 'Merriweather';
}

.mode1-main .right ul li a .title {
    color: #555;
    word-break: normal;
    overflow-wrap: break-word;
    display: -webkit-box;
    /* 旧版弹性盒子模型 */
    -webkit-box-orient: vertical;
    /* 内容垂直排列 */
    -webkit-line-clamp: 3;
    /* 限制显示行数 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 添加省略号 */
    line-height: .28rem;
}

.mode1-main .right ul li a .date {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: .4rem;
    color: rgba(6, 61, 115, .5);
}

.mode1-main .right ul li a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: .2rem;
    display: block;
    width: 0%;
    height: 5px;
    background: #063d73;
    transition: all .3s;
}

.mode1-main .right ul li a:hover::after {
    width: 50%;
}

.mode1-main .right ul li a:hover .title {
    font-size: .22rem;
    color: #222;
    font-weight: bold;
}

.mode1-main .right ul li a:hover .date {
    color: #063d73;
}

.mode1-swiper .banner_arrow {
    position: absolute;
    bottom: .2rem;
    right: .15rem;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1600px) {
    .mode1-main .right ul li a {
        padding-bottom: 0.36rem;
    }

    .mode1-main .right ul li:nth-child(2) a, .mode1-main .right ul li:nth-child(3) a {
        padding-top: .2rem;
    }
}

@media screen and (max-width: 996px) {
    .mode1-main {
        flex-direction: column;
    }

    .mode1-main .left {
        width: 100%;
    }

    .mode1-main .right {
        width: 100%;
        margin-top: .2rem;
    }

    .mode1-main .right ul li a {
        height: 1.4rem;
    }

    .mode1-main .right ul li a {
        padding-bottom: 0.4rem !important;
    }

    .mode2-main .right ul li a {
        padding-right: .2rem !important;
    }

}

.mode2 .gp-container {
    transform: translateY(-2.12rem);
    background-color: #fff;
    padding-top: .8rem;
}

.mode2-main {
    display: -ms-flexbox;
    display: flex;
    margin-top: .45rem;
    margin-bottom: .5rem;
}

.mode2-main .left {
    width: 55%;
}

.mode2-main .right {
    width: 45%;
}

.mode2-main .right ul {
    height: 100%;
}

.mode2-main .right ul li {
    height: 33%;
    border-bottom: 1px solid #fff;
}

.mode2-main .right ul li a {
    position: relative;
    display: block;
    height: 100%;
    box-sizing: border-box;
    color: #555;
    font-family: 'Merriweather';
    padding: .2rem;
    padding-right: .9rem;
    background-color: #f2f2f2;
}

.mode2-main .right ul li a .title {
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mode2-main .right ul li a .date {
    display: block;
    margin-top: .3rem;
    color: rgba(6, 61, 115, .7);
}

.mode2-main .right ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 0;
    height: 100%;
    background-color: #063d73;
    transition: width .3s;
}

.mode2-main .right ul li a:hover::after {
    width: 100%;
}

.mode2-main .right ul li a:hover .title {
    position: relative;
    z-index: 1;
    font-size: .22rem;
    color: #fff;
}

.mode2-main .right ul li a:hover .date {
    position: relative;
    z-index: 1;
    color: #fff;
}

.mode2-swiper .banner_arrow {
    position: absolute;
    bottom: .2rem;
    right: .15rem;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 996px) {
    .mode2-main {
        flex-direction: column;
    }

    .mode2-main .left {
        width: 100%;
    }

    .mode2-main .right {
        width: 100%;
        margin-top: .2rem;
    }
}

.mode3 .mode-title {
    margin-bottom: .45rem;
}

.mode3 .mode-title .title {
    color: #fff;
}

.mode3 .mode-title .sub-title {
    color: rgba(255, 255, 255, .7);
}

.mode3-main {
    position: relative;
    padding: .2rem;
    box-sizing: border-box;
    background-color: #fff;
}

.mode3-swiper .swiper-slide {
    display: -ms-flexbox;
    display: flex;
}

.mode3-swiper .swiper-slide .img {
    width: 55%;
    margin-right: .2rem;
}

.mode3-swiper .swiper-slide .img .slick_img {
    padding-bottom: 50.35%;
}

.mode3-swiper .swiper-slide .swiper-text {
    width: 45%;
    font-family: 'Merriweather';
    color: #555;
    line-height: .42rem;
    padding-top: .3rem;
    padding-right: .4rem;
    box-sizing: border-box;
    height: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}

.mode3-swiper .banner_arrow {
    position: absolute;
    top: 45%;
    left: 55%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.mode3-swiper .banner_arrow .swiper-button-next, .mode3-swiper .banner_arrow .swiper-button-prev {
    width: .4rem;
    height: .4rem;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.mode3-swiper .banner_arrow .swiper-button-next:hover,
.mode3-swiper .banner_arrow .swiper-button-prev:hover {
    background: #52799e;
    border: 1px solid #fff;
}

.mode3-swiper .banner_arrow .swiper-button-next:hover::after,
.mode3-swiper .banner_arrow .swiper-button-prev:hover::after {
    color: #fff;
}

.mode3-swiper .banner_arrow .swiper-button-next:after, .mode3-swiper .banner_arrow .swiper-button-prev:after {
    color: #52799e;
    font-size: .14rem;
}

.mode3-main .mode-more {
    position: absolute;
    bottom: 5%;
    left: 55%;
    z-index: 10;
}

@media screen and (max-width: 1500px) {
    .mode3-swiper .banner_arrow {
        top: 50%;
    }
}

@media screen and (max-width: 996px) {
    .mode3-main {
        padding-bottom: .8rem;
    }

    .mode3-swiper .swiper-slide {
        flex-direction: column;
    }

    .mode3-swiper .swiper-slide .img {
        width: 100%;
    }

    .mode3-swiper .swiper-slide .swiper-text {
        word-break: break-all;
        width: 100%;
        border-bottom: none;
        padding: 0;
        padding-top: .2rem;
        height: auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mode3-main .mode-more {
        top: auto;
        bottom: .2rem;
        left: auto;
        right: .15rem;
    }

    .mode3-swiper .banner_arrow {
        top: auto;
        bottom: 1.2rem;
        left: auto;
        right: .15rem;
    }
}
