.body1 { position: relative; z-index: 1; height: 100%; overflow: hidden; }
.body1 .logo { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; background: rgba(0, 0, 0, 0.2); }
.body1 .logo img { max-height: 2.82rem; }
.body1 .nav { width: calc(100% - 4.2rem); border-bottom: none; background: none; }
.body1 .nav li > a { font-size: .24rem; line-height: 1rem; color: #fff; }
.body1 .header .container { width: 90%; border-bottom: 1px solid rgba(255, 255, 255, .15); }

.body2 {
    position: fixed;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    overflow-x: hidden;
    background: #fff;
    -webkit-transition: top 0.7s ease-out 0s;
    -moz-transition: top 0.7s ease-out 0s;
    -ms-transition: top 0.7s ease-out 0s;
    -o-transition: top 0.7s ease-out 0s;
    transition: top 0.7s ease-out 0s;
}

.body2::-webkit-scrollbar {
    width: .08rem;
}

.body2::-webkit-scrollbar-thumb {
    border-radius: .08rem;
    background: #123d86;
}

.body2::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.3);
}

.body2.show {
    top: 0;
}

.banner {
    width: 100%;
    z-index: 1;
    font-size: 0;
    background: #123d86;
}

.banner::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: "";
    width: 100%;
    height: 20%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
}

.banner .img {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    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.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -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 .swiper-arrow {
    position: absolute;
    top: calc(50% - .33rem);
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: .4rem;
    height: .66rem;
    background-image: url("../images/arrow1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto 100%;
    cursor: pointer;
    opacity: .6;
    -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 .swiper-arrow.swiper-prev {
    left: 2%;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.banner .swiper-arrow.swiper-next {
    right: 2%;
}

.banner .swiper-arrow:hover {
    opacity: 1;
}

.banner .swiper-control {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0.58rem;
    left: auto;
    z-index: 3;
    width: 100%;
}

.banner .pagination1 {
    position: relative;
    width: 1.9rem;
    height: 3px;
    background: rgba(255, 255, 255, 0.45);
}

.banner .pagination1 .swiper-pagination-progressbar-fill {
    background: #123d86;
}

.banner .pagination2 {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: .46rem;
}

.banner .pagination2::after {
    position: absolute;
    top: 0.23rem;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: -1;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.banner .pagination2 .pagination-bullet {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 .11rem;
    -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;
}

.banner .pagination2 .pagination-bullet:first-child {
    margin-left: 0;
}

.banner .pagination2 .pagination-bullet:last-child {
    margin-right: 0;
}

.banner .pagination2 .pagination-bullet::before {
    display: none;
    content: "";
    width: .4rem;
    height: .46rem;
    background-image: url("../images/f_icon1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100%;
}

.banner .pagination2 .pagination-bullet::after {
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #838282;
}

.banner .pagination2 .pagination-bullet.active::before {
    display: block;
    opacity: 1;
}

.banner .pagination2 .pagination-bullet.active::after {
    display: none;
}

.banner .num-pag {
    margin: 0 0 0 .1rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 0.46rem;
    color: #fff;
    text-align: left;
}

.banner .num-pag .num {
    font-size: .28rem;
}

.banner .num-pag .line {
    display: inline-block;
    width: 1px;
    height: .2rem;
    margin: 0 2px;
    background: #fff;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}

.column {
    width: 100%;
    margin: .65rem 0 .25rem;
}

.column h3 {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0 .3rem 0 0;
    font-family: "syst900";
    font-size: 0.36rem;
    font-weight: 400;
    line-height: 0.72rem;
    color: #003399;
    text-align: left;
    background-image: url("../images/f_icon4.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-color: transparent;
    background-size: 0.7rem;
}

.column .icon {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .75rem;
    height: .72rem;
    margin: 0 .12rem 0 0;
    background-image: url("../images/f_icon3.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100%;
}

.column .icon img {
    width: .46rem;
}

.column.white h3 {
    color: #fff;
    background-image: url("../images/f_icon4_2.png");
}

.column.white .icon {
    background-image: url("../images/f_icon3_2.png");
}

.column.white .more {
    color: #fff;
}

.column.white .more::after {
    background-image: url("../images/f_icon5_2.png");
}

.more {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 0.3rem;
    color: #999;
    text-align: left;
}

.more::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: .37rem;
    height: .28rem;
    margin: 0 0 0 .1rem;
    background: url("../images/f_icon5.png") no-repeat 50% 50%/100%;
    -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;
}

.more:hover {
    color: #123d86;
    font-weight: 700;
}

.more:hover::after {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.home1 {
    padding: 1.3rem 0 1rem;
    background-image: url("../images/index_bg1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.news-swiper1 {
    width: 59.3%;
}

.news-swiper1 .img-zoom::after { position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: "";
    width: 100%;
    height: 24%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent); }

.news-swiper1 .title { position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    font-weight: 700;
    color: #fff;
    padding: 0 1rem .3rem .3rem; }

.news-swiper1 .img-zoom {
    padding: 5.2rem 0 0;
}

.news-swiper1 .pagination {
    position: absolute;
    top: auto;
    right: 0.28rem;
    bottom: 0.28rem;
    left: auto;
    z-index: 2;
}

.news-swiper1 .pagination .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    margin: 0 .05rem;
    background: none;
    opacity: 1;
    border: 1px solid white;
}

.news-swiper1 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.news-swiper1 .swiper-arrow {
    position: absolute;
    top: calc(50% - .28rem);
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: .32rem;
    height: .56rem;
    background-image: url("../images/arrow1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100%;
    cursor: pointer;
}

.news-swiper1 .swiper-arrow.swiper-prev {
    left: 3%;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.news-swiper1 .swiper-arrow.swiper-next {
    right: 3%;
}

.news-list1 {
    width: 40.7%;
    height: 5.2rem;
    padding: .18rem .28rem 0;
    background: #fff;
}

.news-list1 li {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}

.news-list1 li::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -1px;
    left: 0;
    z-index: 1;
    content: "";
    width: 0;
    height: 1px;
    background: #123d86;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.news-list1 li:last-child {
    border: none;
}

.news-list1 li:hover::after {
    width: 100%;
}

.news-list1 li:hover .date1 {
    color: #123d86;
}

.news-list1 li:hover .date1::before {
    background-image: url("../images/date1.png");
}

.news-list1 li:hover .title {
    color: #123d86;
    font-weight: 700;
}

.news-list1 a {
    padding: .2rem .07rem;
}

.news-list1 .title {
    width: calc(100% - 1.4rem);
    max-height: .54rem;
    line-height: .27rem;
}

.home2 {
    position: relative;
    z-index: 1;
    padding: 1px 0 .85rem;
}

.home2 .home2-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url("../images/index_bg2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.news-list2 {
    width: 68.59%;
}

.news-list2 li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.news-list2 li:last-child {
    border: none;
}

.news-list2 a {
    padding: 0 0 0 .2rem;
}

.news-list2 .date {
    font-size: .24rem;
    line-height: .65rem;
    color: #fff;
}

.news-list2 .line {
    width: 1px;
    height: .16rem;
    background: rgba(255, 255, 255, 0.33);
}

.news-list2 .title {
    width: calc(100% - 1.1rem);
    line-height: .65rem;
    color: #fff;
}

.link-box1 {
    width: 26.6%;
}

.link-box1 li {
    margin: .15rem 0 0;
}

.link-box1 li:nth-of-type(1) {
    margin: 0;
}

.link-box1 li:nth-of-type(1) a {
    background-image: url("../images/list_bg1.jpg");
}

.link-box1 li:nth-of-type(2) a {
    background-image: url("../images/list_bg2.jpg");
}

.link-box1 li:nth-of-type(5) a {
    background-image: url("../images/list_bg3.jpg");
}
.link-box1 li:nth-of-type(4) a {
    background-image: url("../images/list_bg4.jpg");
}
.link-box1 li:nth-of-type(3) a {
    background-image: url("../images/list_bg5.jpg");
}


.link-box1 a {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: .8rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
    -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;
}

.link-box1 a:hover {
    -webkit-transform: translateY(-0.05rem);
    -moz-transform: translateY(-0.05rem);
    -ms-transform: translateY(-0.05rem);
    -o-transform: translateY(-0.05rem);
    transform: translateY(-0.05rem);
}

.link-box1 a:hover p {
    margin-left: .3rem;
}

.link-box1 .icon img {
    width: .5rem;
}

.link-box1 p {
    width: 2.9rem;
    margin: 0 0 0 .2rem;
    font-size: 0.23rem;
    font-weight: 400;
    line-height: 0.3rem;
    color: #fff;
    text-align: left;
    -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;
}

.home3 {
    padding: 0 0 .8rem;
}

.home3 .t-box {
    width: 100%;
}

.home3 .l-box {
    width: 47.5%;
}

.home3 .r-box {
    width: 47.5%;
}

.news-list3 {
    margin: 0 -.28rem;
    font-size: 0;
}

.news-list3 li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 .07rem;
}

.news-list3 .img-zoom {
    padding: .21rem .21rem .45rem;
    overflow: visible;
}

.news-list3 .img-frame {
    padding: 56.25% 0 0;
}

.news-list3 .text {
    padding: .16rem 0 0;
}

.news-list3 .title {
    max-height: .6rem;
    margin: 0 0 .18rem;
}

.news-list3 .date {
    padding: 0 0 0 .28rem;
    background-image: url("../images/f_icon7.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: 0.17rem;
}

.news-list3 .icon {
    position: absolute;
    top: auto;
    right: 0.3rem;
    bottom: -0.25rem;
    left: auto;
    z-index: 1;
    width: .5rem;
    height: .5rem;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, #123d86, #084bbc);
    border-radius: 50%;
    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;
}

.news-list3 .icon i {
    display: block;
    width: .3rem;
    height: .14rem;
    background-image: url("../images/f_icon8.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100%;
}

.news-list3 .icon::after, .news-list3 .icon::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    background: #084bbc;
    border-radius: 50%;
    background: rgba(18, 1, 134, 0.3);
    opacity: 0;
}

.news-list4 li {
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}

.news-list4 li:last-child {
    border: none;
}

.news-list4 .title {
    position: relative;
    z-index: 1;
    width: calc(100% - 1.2rem);
    padding-left: .2rem;
    line-height: .74rem;
}

.news-list4 .title::before {
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    z-index: 1;
    content: "";
    width: 7px;
    height: 7px;
    background: #003399;
    border-radius: 50%;
    transition: all .3s;
}

.news-list4 .date {
    line-height: .74rem;
}

@keyframes ani-scale {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7);
    }
}

.home4 {
    position: relative;
    z-index: 1;
    padding: 1px 0 .65rem;
    background: #123d86;
    overflow: hidden;
}

.home4 .home4-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: -1;
    width: 100%;
    height: 3.52rem;
    opacity: 1 !important;
    background-image: url("../images/index_bg3.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.news-swiper2 {
    position: relative;
}

.news-swiper2 .img-zoom {
    padding: .3rem .25rem .26rem;
}

.news-swiper2 .img-zoom img {
    transform: none !important;
}

.news-swiper2 .img-frame {
    padding: .24rem;
    background: #fff;
}

.news-swiper2 .img-frame .img {
    position: relative;
    padding: 148% 0 0;
    overflow: hidden;
    transform: none !important;
}

.news-swiper2 .title {
    margin: .08rem 0;
    color: #fff;
}

.news-swiper2 .source {
    opacity: 0;
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 0.26rem;
    color: #666;
    text-align: left;
}

.news-swiper2 .swiper-arrow {
    position: absolute;
    top: 2.1rem;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: .34rem;
    height: .48rem;
    background-image: url("../images/arrow3.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 0.26rem;
    cursor: pointer;
}

.news-swiper2 .swiper-arrow.swiper-prev {
    left: -.5rem;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.news-swiper2 .swiper-arrow.swiper-next {
    right: -.5rem;
}

@media screen and (min-width: 1025px) {
    .news-list2 li {
        position: relative;
        -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-list2 li::after, .news-list4 li::after {
        position: absolute;
        top: auto;
        right: auto;
        bottom: -1px;
        left: 0;
        z-index: 1;
        content: "";
        width: 0;
        height: 1px;
        background: rgba(255, 255, 255, 0.6);
        -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 {
        -webkit-transform: translateX(0.1rem);
        -moz-transform: translateX(0.1rem);
        -ms-transform: translateX(0.1rem);
        -o-transform: translateX(0.1rem);
        transform: translateX(0.1rem);
    }

    .news-list2 li:hover::after, .news-list4 li:hover::after {
        width: 100%;
    }

    .news-list3 .img-zoom {
        -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 .img-zoom:hover {
        box-shadow: 0 0.09rem 0.18rem 0 rgba(18, 1, 134, 0.17);
    }

    .news-list3 .img-zoom:hover .icon {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .news-list3 .img-zoom:hover .icon::before {
        animation: ani-scale 2.4s linear infinite;
    }

    .news-list3 .img-zoom:hover .icon::after {
        animation: ani-scale 2.4s linear 1.2s infinite;
    }

    .news-list3 .img-zoom:hover .title {
        color: #123d86;
        font-weight: 700;
    }

    .news-list4 li::after {
        background: #123d86;
    }

    .news-list4 li:hover .title {
        color: #123d86;
        font-weight: 700;
    }

    .news-list4 li:hover .title::before {
        width: .04rem;
        height: .24rem;
        top: calc(50% - .11rem);
        border-radius: 0;
    }

    .news-swiper2 .img-frame {
        -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-swiper2 .img-zoom {
        -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-swiper2 .img-zoom:hover {
        background: #fff;
        box-shadow: 0 0.08rem 0.16rem 0 rgba(0, 0, 0, 0.3);
    }

    .news-swiper2 .img-zoom:hover .img-frame {
        padding: 0 0 .1rem;
    }

    .news-swiper2 .img-zoom:hover .title {
        color: #333;
    }

    .news-swiper2 .img-zoom:hover .source {
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {
.banner .pagination2::after { display: none; }
    .body2 {
        position: static;
    }

    .banner {
        margin: 65px 0 0;
    }

    .banner .img {
        height: auto;
        padding: 45% 0 0;
    }

    .banner .swiper-control {
        bottom: .1rem;
    }

    .banner .pagination {
        bottom: .24rem;
        right: 4%;
    }

    .banner::after {
        display: none;
    }

    .banner .swiper-arrow {
        width: .3rem;
        height: .4rem;
    }

    .home1 {
        padding: 1px 0 .3rem;
    }

    .column {
        margin: .3rem 0 .2rem;
    }

    .column h3 {
        font-size: .32rem;
        line-height: .64rem;
    }

    .column .icon {
        width: .62rem;
        height: .62rem;
    }

    .column .icon img {
        width: .34rem;
    }

    .news-swiper1 {
        width: 100%;
    }

    .news-swiper1 .img-zoom {
        padding: 56.25% 0 0;
    }

    .news-list1 {
        width: 100%;
        height: auto;
    }

    .news-list2 {
        width: 100%;
    }

    .link-box1 {
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .link-box1 li {
        width: 48%;
        margin: .3rem 0 0 !important;
    }

    .link-box1 a {
        height: 1.4rem;
    }

    .link-box1 p {
        font-size: .28rem;
    }

    .home2 {
        padding: 1px 0 .4rem;
    }

    .home3 {
        padding: 0 0 .5rem;
    }

    .home3 .l-box {
        width: 100%;
    }

    .home3 .r-box {
        width: 100%;
    }

    .news-list3 {
        margin: 0 -.1rem;
    }

    .news-list3 li {
        width: 50%;
        padding: 0 .1rem;
        margin: 0 0 .3rem;
    }

    .news-list3 .img-zoom {
        padding: 0;
    }

    .home4 {
        padding-bottom: .5rem;
    }

    .home4 .home4-bg {
        height: 18.33vw;
    }

    .news-swiper2 .swiper-container {
        margin: 0 .4rem;
    }

    .news-swiper2 .img-zoom {
        padding: 0;
    }

    .news-swiper2 .img-frame {
        padding: .16rem;
    }

    .news-swiper2 .title {
        font-size: .18rem;
    }

    .news-swiper2 .source {
        opacity: 1;
        color: #fff;
    }

    .news-swiper2 .swiper-arrow {
        width: .24rem;
        top: 40%;
        background-size: .16rem;
    }

    .news-swiper2 .swiper-arrow.swiper-prev {
        left: 0;
    }

    .news-swiper2 .swiper-arrow.swiper-next {
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    .home4 .home4-bg {
        height: 1.6rem;
    }

    .link-box1 a {
        height: 1.2rem;
        padding: 0 .2rem;
    }

    .link-box1 p {
        font-size: .24rem;
        line-height: .3rem;
        margin: 0 0 0 .15rem;
    }

    .link-box1 .icon img {
        width: .52rem;
    }
}

@media screen and (max-width: 520px) {
    .banner {
        margin: 59px 0 0;
    }
.news-swiper1 .title { padding: 0 1rem .1rem .15rem }
    .banner .img {
        padding: 50% 0 0;
    }

    .banner .swiper-num {
        display: none;
    }

    .banner .pagination2 {
        width: 100%;
        height: .32rem;
        justify-content: center;
    }

    .banner .pagination2 .pagination-bullet {
        margin: 0 6px;
    }

    .banner .pagination2 .pagination-bullet::before {
        width: .28rem;
        height: .32rem;
    }

    .banner .pagination2 .pagination-bullet::after {
        background: #fff;
    }

    .column {
        margin: .25rem 0 .2rem;
    }

    .column h3 {
        padding: 0 .2rem 0 0;
        font-size: .26rem;
        line-height: .54rem;
        background-size: .6rem;
    }

    .column .icon {
        width: .46rem;
        height: .46rem;
    }

    .column .icon img {
        width: .26rem;
    }

    .more {
        font-size: .14rem;
    }

    .more::after {
        width: .28rem;
    }

    .news-swiper1 .swiper-arrow {
        display: none;
    }

    .news-swiper1 .pagination {
        bottom: .1rem; right: .1rem;
    }
.news-swiper1 .pagination .swiper-pagination-bullet { margin: 0 3px; }
    .news-list1 {
        padding: 0;
    }

    .news-list1 .title {
        width: calc(100% - 1.2rem);
    }

    .news-list2 a {
        padding: .15rem 0;
    }

    .news-list2 .date {
        margin: 0 0 5px;
        line-height: .3rem;
        font-size: .2rem;
    }

    .news-list2 .line {
        display: none;
    }

    .news-list2 .title {
        width: 100%;
        line-height: .26rem;
        text-overflow: clip;
        white-space: initial;
    }

    .link-box1 li {
        width: 100%;
        margin: .2rem 0 0 !important;
    }

    .news-list3 {
        margin: 0;
    }

    .news-list3 li {
        width: 100%;
        padding: 0;
    }

    .news-list3 .title {
        margin: 0 0 .1rem;
    }

    .news-list4 a {
        padding: .12rem 0;
    }

    .news-list4 .title {
        width: 100%;
        line-height: .28rem;
        padding-left: .16rem;
        white-space: initial;
        text-overflow: clip;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .news-list4 .title::before {
        width: 6px;
        height: 6px;
        top: 10px;
    }

    .news-list4 .date {
        line-height: .3rem;
        margin: 5px 0 0;
        text-indent: .16rem;
    }
}

/*# sourceMappingURL=index.css.map */