.banner {
    width: 100%;
    z-index: 1;
    font-size: 0;
    margin: 1rem 0 0;
}

.banner::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 3;
    content: "";
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent);
}

.banner .img {
    position: relative;
    display: block;
    width: 100%;
    height: 7.3rem;
    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%;
    -moz-transform: scale(1.06);
    transform: scale(1.06);
    -moz-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 {
    -moz-transition: transform 1.2s ease-out ;
    transition: transform 1.2s ease-out ;
    -moz-transform: scale(1);
    transform: scale(1);
}

.banner .pagination {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0.3rem;
    left: 0%;
    z-index: 6;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .pagination .swiper-pagination-bullet {
    position: relative;
    padding: .06rem;
    margin: 0 .05rem;
    background: transparent;
    opacity: 1;
    border: 1px solid transparent;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.banner .pagination .swiper-pagination-bullet::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    border-color: #fff;
}

.column {
    width: 100%;
    margin: .24rem 0 0;
}

.column h3 {
    padding: .26rem .12rem .3rem 0;
    font-weight: 400;
}

.column .cn {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-family: "SourceHanSansCN_Medium";
    font-size: 0.4rem;
    font-weight: 400;
    line-height: 0.6rem;
    color: #003d83;
}

.column .cn::before {
    display: block;
    content: "";
    box-sizing: border-box;
    width: .08rem;
    height: .33rem;
    margin: 0 .2rem 0 0;
    border-radius: 0.4rem;
    background: linear-gradient(0deg, #a2ddfe, #0682c8);
}
.column .cn span {
display: block;
position: relative;
z-index: 1;
}
.column .cn span::after { position: absolute; top: -.34rem; right: -.14rem; z-index: -1; content: ""; width: 1rem; height: 1.55rem; background-image: url("../images/f_icon2.png");  background-repeat: no-repeat;  background-position: 50% 50%;   background-color: transparent;   background-size: 100%; }
.column .en {
    padding: 0 0 0 .28rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.18rem;
    line-height: 0.26rem;
    color: #999;
}

.more {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #999;
}

.more::before {
    display: block;
    content: "";
    box-sizing: border-box;
    width: .29rem;
    height: .28rem;
    margin: 0 .09rem 0 0;
    background-image: url("../images/f_icon5.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100%;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.more::after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 1;
    content: "";
    width: 0;
    height: 1px;
    background: #003d83;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.more:hover {
    color: #003d83;
}

.more:hover::before {
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.more:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.home1 {
    padding: 1px 0 .8rem;
    background-image: url("../images/list_bg2.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-color: #eef3fc;
    background-size: 4.7rem;
}

.home1 .column .en {
    text-align: center;
}

.link-list1 {
    padding: .08rem 0 0;
}

.link-list1 a {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2.08rem;
    height: 2.08rem;
    background: #f7f9fe;
    border-radius: 50%;
    border: 1px solid #e9ecf2;
}

.link-list1 .icon {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: .74rem;
    height: .74rem;
    margin: 0 0 2px;
}

.link-list1 .icon img {
    width: 100%;
}

.link-list1 .title {
    color: #003d83;
}

.link-list1 .more2 {
    height: 0;
    padding: 0 0 0 .28rem;
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #99ccff;
    background-image: url("../images/f_icon3.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: 0.2rem;
    overflow: hidden;
}

.home2 {
    position: relative;
    z-index: 1;
    padding: 1px 0 1.2rem;
    background-image: url("../images/index_bg1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-color: transparent;
    background-size: cover;
}

.news-swiper1 {
    width: 40%;
    margin: 0;
}

.news-swiper1 .img-swiper {
    z-index: 1;
    border: 1px solid #e7e7e7;
    padding: .07rem;
}

.news-swiper1 .txt-swiper {
    z-index: 2;
    padding-top: .5rem;
    margin-top: -.45rem;
}

.news-swiper1 .img-frame {
    display: block;
    padding: 4rem 0 0;
}

.news-swiper1 .img-frame::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: "";
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.news-swiper1 .date1 {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 5px;
    width: .76rem;
    left: 0.22rem;
    padding: .12rem 0 .1rem;
    z-index: 3;
    color: #fff;
    text-align: left;
    background: #f4bd42;
    text-align: center;
    font-size: .14rem;
}

.news-swiper1 .date1 p:first-child {
    font-size: .3rem;
    line-height: .34rem;
}

.news-swiper1 .date1::after {
    display: none;
}

.news-swiper1 .text {
    position: relative;
    z-index: 1;
    display: block;
    padding: .1rem .07rem 0 1.1rem;
}

.news-swiper1 .title {
    font-weight: 700;
    font-size: .18rem;
}

.news-swiper1 .title span {
    margin: 0 .06rem 0 0;
    color: #003d83;
}

.news-swiper1 .info {
    margin: .12rem 0 0;
    height: .52rem;
}

.news-swiper1 .pagination {
    position: absolute;
    top: auto;
    right: 0.2rem;
    top: -.04rem;
    left: auto;
    z-index: 6;
}

.news-swiper1 .pagination .swiper-pagination-bullet {
    position: relative;
    width: .18rem;
    height: .08rem;
    margin: 0 .05rem;
    background: #fff;
    opacity: .34;
    border-radius: .04rem;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.news-swiper1 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .38rem;
    opacity: 1;
    background: #f4bd42;
}

.news-list1 {
    width: 58%;
    align-items: normal;
}

.news-list1 li {
    width: 48.4%;
    border-bottom: 1px solid #e3e3e3;
}

.news-list1 li:nth-of-type(1) a, .news-list1 li:nth-of-type(2) a {
    padding-top: 0;
}

.news-list1 li:nth-of-type(7), .news-list1 li:nth-of-type(8) {
    border: none;
}

.news-list1 a {
    padding: .2rem 0;
}

.news-list1 .text {
    width: calc(100% - .8rem);
}

.news-list1 .title {
    max-height: .52rem;
    line-height: .26rem;
}
.news-list1 .date1 {
margin: .04rem 0 0;
}
.news-list1 .info {
    height: .6rem;
    margin: .07rem 0 0;
    font-size: .12rem;
    line-height: .2rem;
}

.home3 {
    position: relative;
    z-index: 2;
    margin: -.5rem 0 0;
    padding: .16rem 0 1.5rem;
    background-image: url("../images/index_bg2.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100% 100%;
}

.home3 .l-box, .home3 .r-box {
    width: 47.5%;
}

.news-list2 li {
    border-bottom: 1px solid #d6dae2;
}

.news-list2 li:first-child a {
    /* padding-top: 0; */
}

.news-list2 li:last-child {
    border: none;
}

.news-list2 a {
    padding: .12rem .25rem .12rem .2rem;
}
.news-list2 .date1 { width: auto; }
.news-list2 .date1::after {
    display: none;
}

.news-list2 .line {
    width: 1px;
    height: .33rem;
    background: #d4dfea;
}

.news-list2 .text {
    width: calc(100% - 2rem);
    height: .6rem;
    padding: 0 .2rem 0 0;
}

.news-list2 .title {
    width: 100%;
    max-height: .52rem;
    line-height: .26rem;
}

.news-list2 .icon {
    width: .46rem;
    height: .46rem;
    background-image: url("../images/f_icon6_1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 0.2rem;
    border: 1px dashed #a5bbd7;
    border-radius: 50%;
}

.news-swiper2 {
    background: rgba(255, 255, 255, 0.6);
}

.news-swiper2 .img-zoom {
    display: -ms-flexbox;
    display: flex;
}

.news-swiper2 .img-frame {
    display: block;
    width: 2.67rem;
    padding: 1.67rem 0 0;
}

.news-swiper2 .text {
    width: calc(100% - 2.67rem);
    padding: .15rem .26rem 0 .28rem;
    border-top: 2px solid #003d83;
}

.news-swiper2 .title {
    height: .6rem;
}

.news-swiper2 .info {
    margin: .06rem 0 .16rem;
}

.news-swiper2 .pagination {
    position: absolute;
    top: auto;
    right: 0.2rem;
    bottom: 0.17rem;
    left: auto;
    z-index: 6;
}

.news-swiper2 .pagination .swiper-pagination-bullet {
    position: relative;
    width: .12rem;
    height: .05rem;
    margin: 0 .03rem;
    background: #e2e4e7;
    opacity: 1;
    border-radius: .03rem;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.news-swiper2 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .25rem;
    background: #f4bd42;
}

.news-list3 {
    
    background: rgba(255, 255, 255, .8);
    border: 1px solid rgba(19, 75, 140, .2);
}

.news-list3 a {position: relative;display: block;padding: .18rem 0 .27rem;border-bottom: 1px solid #d3d8df;z-index: 2;}

.news-list3 li {
    padding: 0 .3rem;
    
}

.news-list3 li:nth-of-type(3) a {
    border: none;
}

.news-list3 .title {
    width: 100%;
    line-height: .3rem;
    font-weight: 700;
    margin: .02rem 0 .08rem;
}

.news-list3 .date {
    line-height: .3rem;
}

.home4 {
    padding: 0 0 1.4rem;
    background-image: url("../images/index_bg3.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-color: transparent;
    background-size: cover;
}

.home4 .column {
    margin-top: 0;
}

.home4 .l-box {
    width: 40.13%; 
    position: relative;
    z-index:3;
}

.home4 .c-box {
    width: 38.5%;
    margin: -1.2rem 0 0;
    position: relative;
    z-index: 2;
}

.home4 .r-box {
    width: 20.13%;
    margin: -1.2rem 0 0;
position: relative;
    z-index: 1;
}
.home4 .img1 {
    position: relative;
    padding: 4.05rem 0 0;
    margin: 0 0 .1rem;
}
.home4 .img-zoom {
position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%;
}
.home4 .img1 .img-zoom::after {
    position: absolute;
    top: calc(50% - .36rem);
    right: auto;
    bottom: auto;
    left: calc(50% - .36rem);
    z-index: 5;
    content: "";
    width: .72rem;
    height: .72rem;
    background-image: url("../images/f_icon7.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 0.71rem;
}
.home4 .l-box > div, .home4 .c-box > div, .home4 .r-box > div { position: relative; z-index: 1; }
.home4 .img2 {
    padding: 2.7rem 0 0;
    width: calc(100% - 1.08rem);
}
.home4 .img-zoom:hover img { min-height: 100%; -webkit-transform: scale(1.12); transform: scale(1.12); }
.home4 .img3 {
    align-self: flex-end;
    width: 49.17%;
    padding: 2rem 0 0;
}

.home4 .img4 {
    width: 49.17%;
    padding: 4.05rem 0 0;
}

.home4 .container div.img5 {
    width: calc(100% + 1.08rem);
    margin: .1rem 0 0;
    padding: 3.9rem 0 0;
    position: absolute;
    top: 100%;
    right: 0;
}

.home4 .img6 {
    padding: 2.1rem 0 0;
}

.home4 .img7 {
    padding: 2.1rem 0 0;
    margin: .1rem 0;
}

.home4 .title {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%; font-weight: 700;
    padding: .25rem .24rem .1rem .2rem;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), transparent);
}

.ewm {
    height: 3.65rem;
    background-image: url("../images/list_bg3.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.ewm .tag {
    display: -ms-flexbox;
    display: flex;
    background: #e1e1e1;
}

.ewm .tag .line {
    width: 0;
    height: 0;
    border-top: 0.24rem solid transparent;
    border-right: 0.1rem solid transparent;
    border-bottom: .24rem solid #007fc6;
    border-left: .1rem solid #007fc6;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.ewm .tag h6 {
    width: calc(50% - .1rem);
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 0.48rem;
    color: #007fc6;
    text-align: center;
    cursor: pointer;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.ewm .tag h6 + .line {
    border-top: .24rem solid #007fc6;
    border-right: .1rem solid #007fc6;
    border-bottom: 0.24rem solid transparent;
    border-left: 0.1rem solid transparent;
}

.ewm .tag h6.on {
    font-size: .22rem;
    color: #fff;
    background: #007fc6;
}

.ewm .tag h6.on + .line {
    border-top: 0.24rem solid transparent;
    border-right: 0.1rem solid transparent;
    border-bottom: .24rem solid #007fc6;
    border-left: .1rem solid #007fc6;
}

.ewm .slide {
    padding: .52rem 0 0;
}

.ewm .slide li {
    display: none;
    text-align: center;
}

.ewm .slide li.on {
    display: block;
    animation: ani-fade .8s;
}

.ewm .slide img {
    width: 1.74rem;
}

.ewm .slide p {
    font-size: 0.16rem;
    line-height: 0.38rem;
    color: #666;
    text-align: center;
}

@keyframes ani-yuan {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ani-fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (min-width: 1025px) {
    .link-list1 a {
        position: relative;
        z-index: 1;
    }
.home4 .img5 .title { text-align: right; }
    .link-list1 a::before {
        position: absolute;
        top: -0.18rem;
        right: -0.18rem;
        bottom: auto;
        left: auto;
        z-index: -1;
        content: "";
        width: calc(100% + .36rem);
        height: calc(100% + .36rem);
        border: 1px dashed rgba(16, 73, 139, 0.2);
        border-radius: 50%;
        opacity: 0;
        visibility: hidden;
        animation: ani-yuan 30s linear infinite;
    }

    .link-list1 a::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        z-index: -1;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("../images/list_bg1.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: #003d83;
        background-size: cover;
        border-radius: 50%;
        opacity: 0;
        -moz-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .link-list1 a .icon img {
        -moz-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .link-list1 a .icon, .link-list1 a .title, .link-list1 a .more2 {
        position: relative;
        z-index: 2;
        -moz-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .link-list1 a:hover::before, .link-list1 a:hover::after {
        opacity: 1;
        visibility: visible;
    }

    .link-list1 a:hover .icon img {
        filter: brightness(0) invert(100%);
    }

    .link-list1 a:hover .title {
        color: #fff;
    }

    .link-list1 a:hover .more2 {
        height: .26rem;
        margin: .12rem 0 0;
    }

    .news-swiper1 .img-zoom:hover .title {
        font-weight: 700;
        color: #003d83;
    }

    .news-list1 li {
        position: relative;
    }

    .news-list1 li::after {
        position: absolute;
        top: auto;
        right: auto;
        bottom: -1px;
        left: 0;
        z-index: 1;
        content: "";
        width: 0;
        height: 2px;
        background: #003d83;
        -moz-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    .news-list1 li:hover::after {
        width: 100%;
    }

    .news-list1 li:hover .title {
        font-weight: 700;
        color: #003d83;
    }

    .news-list2 li {
        position: relative;
    }

    .news-list2 li::after {
        position: absolute;
        top: auto;
        right: auto;
        bottom: -1px;
        left: 0;
        z-index: -1;
        content: "";
        width: 100%;
        height: calc(100% + 2px);
        opacity: 0;
        background: rgba(255, 255, 255, .8);
        -moz-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        
    }

    .news-list2 li .icon {
        position: relative;
        -moz-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .news-list2 li .icon::after {
        position: absolute;
        top: -5px;
        right: -5px;
        bottom: auto;
        left: auto;
        z-index: 1;
        content: "";
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        border-radius: 50%;
        border: 1px dashed #134b8c;
        opacity: 0;
        -moz-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }
    .news-list2 li:hover {
        z-index: 2;
        border-color: transparent;
    }
    .news-list2 li:hover::after {
        opacity: 1;
        box-shadow: 0 0 .15rem 0 rgba(165, 186, 199, 0.4);
    }

    .news-list2 li:hover .line {
        background: #f4bd42;
    }

    .news-list2 li:hover .title {
        font-weight: 700;
        color: #003d83;
    }

    .news-list2 li:hover .icon {
        background-color: #134b8c;
        background-image: url("../images/f_icon6_2.png");
        border: 1px dashed #134b8c;
    }

    .news-list2 li:hover .icon::after {
        opacity: 1;
        animation: ani-yuan 16s linear infinite;
    }

    .news-swiper2 .img-zoom:hover .title {
        color: #003d83;
        font-weight: 700;
    }

    .news-list3 li {
        position: relative;
    }

    .news-list3 li::after {
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        z-index: 1;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("../images/list_bg1.png");
        background-repeat: no-repeat;
        background-position: 100% 0%;
        background-color: #003d83;
        background-size: 2.56rem;
        -moz-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        opacity: 0;
    }

    .news-list3 li:hover::after {

opacity: 1;
    }
.news-list3 li:hover a { border-color: transparent; }
    .news-list3 li:hover .title,.news-list3 li:hover .date, .news-list3 li:hover .info {
        color: #fff;
    }
}

@media screen and (max-width: 1750px) {
    .link-list1 a {
        width: 1.9rem;
        height: 1.9rem;
    }
}

@media screen and (max-width: 1024px) {
    .banner {
        margin: 68px 0 0;
    }

    .banner .img {
        height: auto;
        padding: 40% 0 0;
    }

    .column {
        margin: .2rem 0 0;
    }

    .column h3 {
        padding: .15rem .1rem .3rem 0;
        background-size: .92rem;
    }

    .column .cn {
        font-size: .38rem;
    }

    .home1 {
        padding-bottom: .4rem;
        background-size: 30vw;
    }

    .link-list1 {
        display: block;
        padding: 0;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -0.1rem;
    }

    .link-list1 > li {
        width: 25%;
        padding: 0 0.1rem;
    }

    .link-list1 a {
        width: 1.66rem;
        height: 1.66rem;
    }

    .link-list1 .title {
        font-size: .18rem;
    }

    .link-list1 .icon {
        width: .65rem;
    }

    .news-swiper1 {
        width: 100%;
    }

    .news-swiper1 .img-frame {
        padding: 60% 0 0;
    }

    .news-swiper1 .title {
        color: #003d83;
        font-weight: 700;
        text-align: center;
    }

    .news-list1 {
        width: 100%;
        margin: .3rem 0 0;
    }

    .home2 {
        padding-bottom: .3rem;
        background: none;
    }

    .home3 {
        margin: 0;
        padding-bottom: .4rem;
        background: #e8effa;
    }

    .home3 .l-box {
        width: 100%;
    }

    .home3 .r-box {
        width: 100%;
    }

    .home4 {
        padding-bottom: .4rem;
    }

    .home4 .l-box {
        width: 100%;
    }

    .home4 .c-box {
        width: 100%;
        margin: .1rem 0 0;
    }

    .home4 .r-box {
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0;
        margin: .1rem 0 0;
    }

    .home4 .img1, .home4 .img5 {
        padding: 60% 0 0;
    }
.home4 .img5 { position: relative !important; top: 0; width: 100%; }
    .home4 .img2 {
width: 100%;
        padding: 41% 0 0;
    }

    .home4 .img3, .home4 .img4 {
        padding: 35% 0 0;
    }

    .home4 .img6, .home4 .img7 {
        width: 49.17%;
        padding: 35% 0 0;
        margin: 0;
    }

    .ewm {
        width: 100%;
        margin: .1rem 0 0;
    }

    .ewm .tag h6 {
        line-height: 42px;
    }
}

@media screen and (max-width: 768px) {
    .banner .pagination {
        bottom: .2rem;
    }
.news-list3 li { padding: 0 .18rem; }
    .column {
        margin: .1rem 0 0;
    }

    .column h3 {
        padding: .15rem .1rem .2rem 0;
        background-size: .85rem;
    }

    .column .cn {
        font-size: .34rem;
        line-height: .5rem;
    }

    .column .en {
        font-size: .15rem;
        line-height: .2rem;
    }

    .link-list1 > li {
        width: 50%;
        margin: 0 0 .1rem;
    }

    .link-list1 a {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        padding: 0 .15rem;
        height: auto;
        border-radius: .1rem;
    }

    .link-list1 .title {
        width: calc(100% - .8rem);
    }

    .link-list1 .more2 {
        display: none;
    }

    .news-list1 li {
        width: 100%;
    }

    .news-list1 li:nth-of-type(5) {
        border-bottom: 1px solid #e3e3e3;
    }

    .news-list1 a {
        padding: .15rem 0 !important;
    }

    .news-list1 .title {
        height: auto;
    }

    .news-list1 .info {
        height: auto;
    }

    .news-list2 .text {
        width: calc(100% - 1rem);
        padding: 0;
    }

    .news-list2 .icon {
        display: none;
    }

    .news-list2 .line {
        display: none;
    }

    .news-swiper2 .img-zoom {
        display: block;
    }

    .news-swiper2 .img-frame {
        width: 100%;
        padding: 60% 0 0;
    }

    .news-swiper2 .text {
        width: 100%;
        padding: .12rem .2rem;
    }
}

@media screen and (max-width: 520px) {
    .banner {
        margin: 57px 0 0;
    }

    .banner .img {
        padding: 55% 0 0;
    }

    .banner .pagination {
        bottom: .12rem;
    }

    .banner .pagination .swiper-pagination-bullet {
        margin: 0 3px;
    }

    .column {
        margin: .1rem 0 0;
    }

    .column h3 {
        padding: .15rem .1rem .2rem 0;
        background-size: .75rem;
    }

    .column .cn {
        font-size: .3rem;
        line-height: .45rem;
    }

    .column .cn::before {
        height: .26rem;
        width: 5px;
        margin: 0 .1rem 0 0;
    }

    .column .en {
        padding-left: .16rem;
        font-size: .13rem;
        line-height: .18rem;
    }

    .link-list1 {
        margin: 0 -.05rem;
    }

    .link-list1 > li {
        padding: 0 .05rem;
    }

    .link-list1 a {
        flex-direction: column;
        justify-content: center;
        padding: .1rem;
        height: auto;
    }

    .link-list1 .title {
        width: 100%;
        text-align: center;
    }

    .link-list1 .icon {
        width: .5rem;
        height: .5rem;
    }

    .news-list1 {
        margin: .12rem 0 0;
    }

    .news-list2 .text{
        width: calc(100% - .8rem);
    }

    .news-list3 a {
        padding: .1rem 0 .05rem;
    }

    .news-list3 .title {
        width: 100%;
        overflow: visible;
        text-overflow: clip;
        white-space: initial;
        line-height: .3rem;
    }

    .news-list3 .date {
        line-height: .4rem;
    }

    .news-list2 .date1 p:first-child {
        font-size: .4rem;
        line-height: .4rem;
    }

    .home4 .img3, .home4 .img4, .home4 .img6, .home4 .img7 {
        width: 100%;
        padding: 60% 0 0;
    }

    .home4 .img4, .home4 .img7 {
        margin: .1rem 0 0;
    }
}

/*# sourceMappingURL=index.css.map */