.banner {
    height: 10.8rem;
    max-height: 100vh
}

.banner .swiper-container {
    height: 100%
}

.banner .swiper-container .swiper-slide {
    position: relative;
    display: flex;
    align-items: center
}

.banner .swiper-container .swiper-slide a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center
}

.banner .swiper-container .swiper-slide .bannerImg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all .5s ease-out;
    left: 0;
    top: 0
}

.banner .swiper-container .swiper-slide .bannerImg #video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner .swiper-container .swiper-slide .basics-box {
    position: relative
}

.banner .swiper-container .swiper-slide .basics-box .box.right {
    float: right
}

.banner .swiper-container .swiper-slide .basics-box .box > img {
    display: block;
    margin-bottom: .14rem
}

@media screen and (max-width: 1280px) {
    .banner .swiper-container .swiper-slide .basics-box .box {
        max-width: 90%;
        text-align: center
    }
}

.banner .swiper-container .swiper-slide .basics-box .box .line {
    margin: .4rem 0 .6rem;
    width: 80px;
    height: 4px;
    background: #fff
}

.banner .swiper-container .swiper-slide .basics-box .box p {
    color: #fff
}

.banner .swiper-container .swiper-slide .basics-box .box p.p1 {
    font-size: 60px;
    line-height: 1;
    font-weight: bold
}
.banner .swiper-container .swiper-slide .basics-box .box p.p1.en {
    font-size: 30px;
    width: 50%;
}
@media only screen and (max-width: 1440px) {
    .banner .swiper-container .swiper-slide .basics-box .box p.p1 {
        font-size: 42px
    }
    .banner .swiper-container .swiper-slide .basics-box .box p.p1.en {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1024px) {
    .banner .swiper-container .swiper-slide .basics-box .box p.p1 {
        font-size: 38px
    }
    .banner .swiper-container .swiper-slide .basics-box .box p.p1.en {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .banner .swiper-container .swiper-slide .basics-box .box p.p1 {
        font-size: 30px
    }
    .banner .swiper-container .swiper-slide .basics-box .box p.p1.en {
        font-size: 24px;
        width: 100%;
    }
}

.banner .swiper-container .swiper-slide .basics-box .box p.p2 {
    font-size: 60px;
    line-height: 1
}

@media only screen and (max-width: 1440px) {
    .banner .swiper-container .swiper-slide .basics-box .box p.p2 {
        font-size: 42px
    }
}

@media only screen and (max-width: 1024px) {
    .banner .swiper-container .swiper-slide .basics-box .box p.p2 {
        font-size: 38px
    }
}

@media only screen and (max-width: 767px) {
    .banner .swiper-container .swiper-slide .basics-box .box p.p2 {
        font-size: 30px
    }
}

.banner .swiper-container .swiper-slide .basics-box .box p.p3 {
    font-size: 22px;
    margin-top: .14rem
}

@media only screen and (max-width: 1440px) {
    .banner .swiper-container .swiper-slide .basics-box .box p.p3 {
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    .banner .swiper-container .swiper-slide .basics-box .box p.p3 {
        font-size: 16px
    }
}

.banner .swiper-container .swiper-slide .basics-box .box p.p4 {
    font-size: 14px;
    margin-top: .14rem
}

@media only screen and (max-width: 767px) {
    .banner .swiper-container .swiper-slide .basics-box .box p.p4 {
        font-size: 12px
    }
}

.banner .swiper-container .swiper-slide .basics-box .box p.p5 {
    font-size: 14px
}

@media only screen and (max-width: 767px) {
    .banner .swiper-container .swiper-slide .basics-box .box p.p5 {
        font-size: 12px
    }
}

.banner .swiper-slide-active .bannerImg {
    -webkit-animation-name: fadeInBig;
    animation-name: fadeInBig;
    animation-duration: 1s !important
}

.banner .swiper-slide-active .basics-box p.p1 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-duration: 1.2s !important
}

.banner .swiper-slide-active .basics-box p.p2 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    animation-duration: 1.2s !important
}

.banner .swiper-slide-active .basics-box p.p3 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 1.2s !important
}

.banner .swiper-slide-active .basics-box p.p4 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 1.2s !important
}

.banner .swiper-slide-active .basics-box p.p5 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 1.2s !important
}

.banner .swiper-slide-active .basics-box .line {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 1.2s !important
}

.banner .swiper-slide-active .basics-box .img1 {
    width: 4.1rem;
    height: .69rem;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-duration: 1.2s !important
}

.banner .swiper-slide-active .basics-box .img2 {
    width: 4.08rem;
    height: .18rem;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    animation-duration: 1.2s !important
}

.banner .swiper-slide-active .basics-box .img3 {
    width: 5.83rem;
    height: .58rem;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 1.2s !important
}

.banner .swiper-slide-active .basics-box .img4 {
    width: 4.84rem;
    height: .31rem;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 1.2s !important
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1
}

.news {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    padding: 1.05rem 0;
    overflow: hidden
}

.news .basics-box {
    position: relative;
    z-index: 2
}

.news .basics-box .noticeContainer {
    height: 27px
}

.news .basics-box .notice {
    display: flex;
    align-items: center;
    padding: .3rem;
    margin-bottom: .75rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 15px 0 rgba(2, 57, 139, 0.1)
}

.news .basics-box .notice .left {
    font-size: 18px;
    margin-right: .3rem;
    padding-right: .3rem;
    border-right: 1px solid #cacaca;
    line-height: .8;
    width: 2.2rem
}

@media only screen and (max-width: 1024px) {
    .news .basics-box .notice .left {
        font-size: 16px
    }
}

.news .basics-box .notice .left a {
    display: flex;
    align-items: center
}

.news .basics-box .notice .left .icon {
    position: relative;
    margin-right: .1rem;
    overflow: visible
}

.news .basics-box .notice .left .icon img {
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease-in-out;
    transform-origin: center
}

.news .basics-box .notice .left .icon.active .img2 {
    position: absolute;
    top: 0;
    left: 3px;
    animation: p2fd 1.2s linear .2s infinite;
    opacity: 0
}

.news .basics-box .notice .left .icon.active .img3 {
    position: absolute;
    top: 0;
    left: 3px;
    animation: p2fd 1.2s linear 0s infinite;
    opacity: 0
}

.news .basics-box .notice .left .icon.active .wrap1280 {
    max-width: 1280px;
    margin: 50px auto
}

.news .basics-box .notice .left span {
    color: #f71729;
    font-weight: bold
}

.news .basics-box .notice .right {
    width: calc(100% - 2.2rem);
    font-size: 18px
}

@media only screen and (max-width: 1024px) {
    .news .basics-box .notice .right {
        font-size: 16px
    }
}

.news .basics-box .notice .right a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    height: 27px
}

.news .basics-box .notice .right a .p1 {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%
}

.news .basics-box .notice .right a .p2 {
    font-size: 16px;
    color: #999
}

@media only screen and (max-width: 1366px) {
    .news .basics-box .notice .right a .p2 {
        font-size: 14px
    }
}

@media only screen and (max-width: 767px) {
    .news .basics-box .notice .right a .p2 {
        font-size: 14px
    }
}

.news .basics-box .notice:hover .right .p1 {
    transition: all .3s ease-out;
    color: #ea0517
}

.news .basics-box .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .2rem;
    border-bottom: 1px solid #dee4e5
}

.news .basics-box .title h5 {
    position: relative;
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    padding-left: .34rem
}

@media only screen and (max-width: 1440px) {
    .news .basics-box .title h5 {
        font-size: 34px
    }
}

@media only screen and (max-width: 1024px) {
    .news .basics-box .title h5 {
        font-size: 30px
    }
}

@media only screen and (max-width: 767px) {
    .news .basics-box .title h5 {
        font-size: 24px
    }
}

.news .basics-box .title h5::before {
    position: absolute;
    display: block;
    content: "";
    width: 4px;
    height: .38rem;
    background: #ea0517;
    left: 0;
    top: 50%;
    margin-top: -0.19rem
}

.news .basics-box .title .more a {
    display: block;
    font-size: 14px;
    padding: .1rem .3rem;
    color: #fff;
    background-color: #f8192b;
    border: 1px solid #f8192b;
    transition: all .3s ease-out
}

@media only screen and (max-width: 767px) {
    .news .basics-box .title .more a {
        font-size: 12px
    }
}

.news .basics-box .title .more a:hover {
    background-color: #fff;
    color: #f8192b
}

.news .basics-box .news-box {
    width: 100%;
    margin-top: .4rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 2
}

.news .basics-box .news-box .left {
    flex: auto;
    width: 50%
}

.news .basics-box .news-box .left .left-top {
    width: 100%;
    height: 4.75rem
}

.news .basics-box .news-box .left .left-top .swiper-container {
    width: 100%;
    height: 100%
}

.news .basics-box .news-box .left .left-top .swiper-container .swiper-slide .bannerImg {
    transition: all .4s ease-out
}

.news .basics-box .news-box .left .left-top .swiper-container .swiper-slide:hover .bannerImg {
    transform: scale(1.1)
}

.news .basics-box .news-box .left .left-top .swiper-container .swiper-pagination {
    top: .3rem;
    right: .4rem;
    left: auto;
    text-align: right;
    display: none
}

.news .basics-box .news-box .left .left-top .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff !important
}

.news .basics-box .news-box .left .left-top .swiper-container .box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .3rem .4rem;
    width: 100%;
    color: #fff;
    background: linear-gradient(to bottom, transparent, #000)
}

.news .basics-box .news-box .left .left-top .swiper-container .box .text {
    font-size: 20px
}

@media only screen and (max-width: 1200px) {
    .news .basics-box .news-box .left .left-top .swiper-container .box .text {
        font-size: 16px
    }
}

@media only screen and (max-width: 1024px) {
    .news .basics-box .news-box .left .left-top .swiper-container .box .text {
        font-size: 16px
    }
}

.news .basics-box .news-box .left .left-top .swiper-container .box .introduction {
    font-size: 17px;
    margin-top: .15rem;
    color: rgba(255, 255, 255, 0.7);
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

@media only screen and (max-width: 1366px) {
    .news .basics-box .news-box .left .left-top .swiper-container .box .introduction {
        font-size: 15px
    }
}

@media only screen and (max-width: 767px) {
    .news .basics-box .news-box .left .left-top .swiper-container .box .introduction {
        font-size: 15px
    }
}

.news .basics-box .news-box .left .left-top .bannerImg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.news .basics-box .news-box .left .left-top .bannerImg:hover .box {
    bottom: .4rem
}

.news .basics-box .news-box .left .left-up {
    width: 100%;
    margin-top: .25rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.news .basics-box .news-box .left .left-up .small {
    flex: auto;
    width: 48%;
    height: 3.2rem;
    border: 1px solid #d1d1d1;
    padding: 0 .5rem 0 .25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer
}

@media screen and (max-width: 1280px) {
    .news .basics-box .news-box .left .left-up .small {
        height: 3.4rem
    }
}

@media screen and (max-width: 1080px) {
    .news .basics-box .news-box .left .left-up .small {
        height: 3.6rem
    }
}

.news .basics-box .news-box .left .left-up .small:last-child {
    margin-left: .25rem
}

.news .basics-box .news-box .left .left-up .small .text {
    font-size: 20px;
    color: #555555;
    width: 100%;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

@media only screen and (max-width: 1200px) {
    .news .basics-box .news-box .left .left-up .small .text {
        font-size: 16px
    }
}

@media only screen and (max-width: 1024px) {
    .news .basics-box .news-box .left .left-up .small .text {
        font-size: 16px
    }
}

@media screen and (max-width: 1440px) {
    .news .basics-box .news-box .left .left-up .small .text {
        width: 100%
    }
}

.news .basics-box .news-box .left .left-up .small .date {
    font-size: 17px;
    color: #999999
}

@media only screen and (max-width: 1366px) {
    .news .basics-box .news-box .left .left-up .small .date {
        font-size: 15px
    }
}

@media only screen and (max-width: 767px) {
    .news .basics-box .news-box .left .left-up .small .date {
        font-size: 15px
    }
}

@media screen and (max-width: 1440px) {
    .news .basics-box .news-box .left .left-up .small .date {
        margin-top: .1rem
    }
}

.news .basics-box .news-box .left .left-up .small .introduction {
    font-size: 17px;
    color: #888888;
    margin-top: .15rem;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

@media only screen and (max-width: 1366px) {
    .news .basics-box .news-box .left .left-up .small .introduction {
        font-size: 15px
    }
}

@media only screen and (max-width: 767px) {
    .news .basics-box .news-box .left .left-up .small .introduction {
        font-size: 15px
    }
}

@media screen and (max-width: 1440px) {
    .news .basics-box .news-box .left .left-up .small .introduction {
        margin-top: .1rem
    }
}

.news .basics-box .news-box .left .left-up .small .gengduo {
    margin-top: .25rem
}

@media screen and (max-width: 1440px) {
    .news .basics-box .news-box .left .left-up .small .gengduo {
        margin-top: .1rem
    }
}

.news .basics-box .news-box .left .left-up .small .gengduo .icon-gengduo {
    font-size: 12px
}

.news .basics-box .news-box .left .left-up > div {
    cursor: pointer
}

.news .basics-box .news-box .left .left-up > div:hover .text {
    color: #e70012;
    transform: translateX(10px)
}

.news .basics-box .news-box .left .left-up > div p {
    line-height: 2
}

.news .basics-box .news-box .left .left-up > div .text {
    font-size: 20px;
    color: #555555;
    width: 90%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
    transition: all .3s ease-out
}

@media only screen and (max-width: 1200px) {
    .news .basics-box .news-box .left .left-up > div .text {
        font-size: 16px
    }
}

@media only screen and (max-width: 1024px) {
    .news .basics-box .news-box .left .left-up > div .text {
        font-size: 16px
    }
}

@media screen and (max-width: 1440px) {
    .news .basics-box .news-box .left .left-up > div .text {
        width: 100%
    }
}

.news .basics-box .news-box .left .left-up > div .date {
    font-size: 17px;
    color: #999999
}

@media only screen and (max-width: 1366px) {
    .news .basics-box .news-box .left .left-up > div .date {
        font-size: 15px
    }
}

@media only screen and (max-width: 767px) {
    .news .basics-box .news-box .left .left-up > div .date {
        font-size: 15px
    }
}

.news .basics-box .news-box .left .left-up > div .introduction {
    font-size: 17px;
    color: #888888;
    margin-top: .15rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

@media only screen and (max-width: 1366px) {
    .news .basics-box .news-box .left .left-up > div .introduction {
        font-size: 15px
    }
}

@media only screen and (max-width: 767px) {
    .news .basics-box .news-box .left .left-up > div .introduction {
        font-size: 15px
    }
}

@media screen and (max-width: 1440px) {
    .news .basics-box .news-box .left .left-up > div .introduction {
        margin-top: .1rem
    }
}

.news .basics-box .news-box .right {
    flex: auto;
    width: 34%;
    display: flex;
    flex-direction: column;
    padding-left: .25rem
}

.news .basics-box .news-box .right .medium {
    width: 100%;
    cursor: pointer
}

.news .basics-box .news-box .right .medium:first-child {
    margin-bottom: .25rem
}

.news .basics-box .news-box .right .medium .img-box {
    width: 100%;
    height: 2.3rem;
    overflow: hidden
}

.news .basics-box .news-box .right .medium .img-box .img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s
}

.news .basics-box .news-box .right .medium .img-box .img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2)
}

.news .basics-box .news-box .right .medium .content-box {
    width: 100%;
    height: 1.675rem;
    padding: 0 .6rem 0 .3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1
}

@media screen and (max-width: 1280px) {
    .news .basics-box .news-box .right .medium .content-box {
        height: 1.775rem
    }
}

@media screen and (max-width: 1080px) {
    .news .basics-box .news-box .right .medium .content-box {
        height: 1.875rem
    }
}

.news .basics-box .news-box .right .medium .content-box .text {
    font-size: 20px;
    color: #555555;
    max-width: 90%;
    font-weight: bold;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

@media only screen and (max-width: 1200px) {
    .news .basics-box .news-box .right .medium .content-box .text {
        font-size: 16px
    }
}

@media only screen and (max-width: 1024px) {
    .news .basics-box .news-box .right .medium .content-box .text {
        font-size: 16px
    }
}

@media screen and (max-width: 1080px) {
    .news .basics-box .news-box .right .medium .content-box .text {
        -webkit-line-clamp: 1;
        max-width: 100%
    }
}

.news .basics-box .news-box .right .medium .content-box .date {
    font-size: 17px;
    color: #999999;
    margin-top: .15rem
}

@media only screen and (max-width: 1366px) {
    .news .basics-box .news-box .right .medium .content-box .date {
        font-size: 15px
    }
}

@media only screen and (max-width: 767px) {
    .news .basics-box .news-box .right .medium .content-box .date {
        font-size: 15px
    }
}

@media screen and (max-width: 1680px) {
    .news .basics-box .news-box .right .medium .content-box .date {
        margin-top: .1rem
    }
}

.news .basics-box .news-box .right .medium .content-box .gengduo {
    margin-top: .15rem
}

@media screen and (max-width: 1680px) {
    .news .basics-box .news-box .right .medium .content-box .gengduo {
        margin-top: .1rem
    }
}

.news .basics-box .news-box .right .medium .content-box .gengduo .icon-gengduo {
    font-size: 12px
}

.news .basics-box .news-box .right ul {
    padding-left: .5rem
}

@media screen and (max-width: 1440px) {
    .news .basics-box .news-box .right ul {
        padding-left: 0
    }
}

.news .basics-box .news-box .right ul li {
    border-bottom: 1px solid #dee4e5;
    padding: .36rem 0;
    cursor: pointer
}

.news .basics-box .news-box .right ul li:hover .text {
    color: #e70012;
    transform: translateX(10px)
}

.news .basics-box .news-box .right ul li:first-child {
    padding-top: 0
}

.news .basics-box .news-box .right ul li:last-child {
    border-bottom: 0
}

.news .basics-box .news-box .right ul li .text {
    font-size: 20px;
    color: #555555;
    width: 90%;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
    transition: all .3s ease-out
}

@media only screen and (max-width: 1200px) {
    .news .basics-box .news-box .right ul li .text {
        font-size: 16px
    }
}

@media only screen and (max-width: 1024px) {
    .news .basics-box .news-box .right ul li .text {
        font-size: 16px
    }
}

@media screen and (max-width: 1440px) {
    .news .basics-box .news-box .right ul li .text {
        width: 100%
    }
}

.news .basics-box .news-box .right ul li .date {
    font-size: 17px;
    color: #999999;
    line-height: 2
}

@media only screen and (max-width: 1366px) {
    .news .basics-box .news-box .right ul li .date {
        font-size: 15px
    }
}

@media only screen and (max-width: 767px) {
    .news .basics-box .news-box .right ul li .date {
        font-size: 15px
    }
}

.news .basics-box .news-box .right ul li .introduction {
    font-size: 17px;
    color: #888888;
    margin-top: .15rem;
    line-height: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

@media only screen and (max-width: 1366px) {
    .news .basics-box .news-box .right ul li .introduction {
        font-size: 15px
    }
}

@media only screen and (max-width: 767px) {
    .news .basics-box .news-box .right ul li .introduction {
        font-size: 15px
    }
}

@media screen and (max-width: 1440px) {
    .news .basics-box .news-box .right ul li .introduction {
        margin-top: .1rem
    }
}

.news .bg {
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    z-index: 1
}

.data {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center
}

.data .bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    width: 150%;
    height: 100%;
    left: 0;
    top: 0
}

.data .bg1 {
    animation: movex 30s ease-in-out infinite;
    z-index: 1
}

.data .fengche {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 2
}

.data .fengche img {
    width: 100%
}

.data .bg2 {
    right: 0;
    animation: movex1 30s ease-in-out infinite;
    z-index: 3
}

.data .basics-box {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    z-index: 5
}

.data .basics-box .box {
    color: #fff;
    display: inline-block
}
.data .basics-box .box.en{
    width: 40%;
}
.data .basics-box .box .main-title {
    font-size: 60px
}
.data .basics-box .box .main-en {
    font-size: 32px
}
@media only screen and (max-width: 1440px) {
    .data .basics-box .box .main-title {
        font-size: 42px
    }
    .data .basics-box .box .main-en {
        font-size: 28px
    }
}

@media only screen and (max-width: 1024px) {
    .data .basics-box .box .main-title {
        font-size: 38px
    }
    .data .basics-box .box .main-en {
        font-size: 24px
    }
    .data .basics-box .box.en{
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .data .basics-box .box.en{
        width: 100%;
    }
    .data .basics-box .box .main-title {
        font-size: 30px
    }
    .data .basics-box .box .main-en {
        font-size: 20px
    }
}

.data .basics-box .box .normal-title {
    font-size: 30px;
    padding: .15rem 0 .35rem;
    border-bottom: 1px dashed #e6e6e6
}

@media only screen and (max-width: 1440px) {
    .data .basics-box .box .normal-title {
        font-size: 30px
    }
}

@media only screen and (max-width: 1024px) {
    .data .basics-box .box .normal-title {
        font-size: 24px
    }
}

@media only screen and (max-width: 767px) {
    .data .basics-box .box .normal-title {
        font-size: 18px
    }
}

.data .basics-box .box .ignore-title {
    font-size: 20px;
    margin-top: .35rem
}

@media only screen and (max-width: 1200px) {
    .data .basics-box .box .ignore-title {
        font-size: 16px
    }
}

@media only screen and (max-width: 1024px) {
    .data .basics-box .box .ignore-title {
        font-size: 16px
    }
}

.data .basics-box .box .data-box {
    font-size: 0;
    margin-top: .3rem
}

.data .basics-box .box .data-box img {
    width: auto;
    height: .35rem;
    vertical-align: middle
}

.data .basics-box .box .data-box .number {
    line-height: 1;
    font-size: 48px;
    margin-left: .3rem;
    vertical-align: middle
}

@media only screen and (max-width: 1440px) {
    .data .basics-box .box .data-box .number {
        font-size: 36px
    }
}

@media only screen and (max-width: 1024px) {
    .data .basics-box .box .data-box .number {
        font-size: 32px
    }
}

@media only screen and (max-width: 767px) {
    .data .basics-box .box .data-box .number {
        font-size: 26px
    }
}

.data .basics-box .box .data-box .unit {
    font-size: 20px;
    vertical-align: bottom
}

@media only screen and (max-width: 1200px) {
    .data .basics-box .box .data-box .unit {
        font-size: 16px
    }
}

@media only screen and (max-width: 1024px) {
    .data .basics-box .box .data-box .unit {
        font-size: 16px
    }
}

.data .basics-box .box .data-box .describe {
    font-size: 20px;
    padding-left: .65rem
}

@media only screen and (max-width: 1200px) {
    .data .basics-box .box .data-box .describe {
        font-size: 16px
    }
}

@media only screen and (max-width: 1024px) {
    .data .basics-box .box .data-box .describe {
        font-size: 16px
    }
}

@media screen and (max-width: 768px) {
    .data .basics-box {
        justify-content: center
    }

    .banner .swiper-container .swiper-slide .basics-box .box .line {
        margin: .4rem auto .6rem
    }

    .banner .swiper-container .swiper-slide .basics-box .box {
        width: 100%;
        max-width: 100%
    }

    .banner .swiper-slide-active .basics-box .img1, .banner .swiper-slide-active .basics-box .img2 {
        display: inline-block
    }

    .banner .swiper-container .swiper-slide .basics-box.left .line {
        margin: .4rem 0 .6rem
    }

    .news .basics-box .news-box {
        flex-direction: column
    }

    .news .basics-box .news-box .left {
        width: 100%
    }

    .news .basics-box .news-box .left .left-top .bannerImg .box {
        width: 70%
    }

    .news .basics-box .news-box .left .left-up {
        flex-direction: column;
        border-bottom: 1px solid #dee4e5;
        padding-bottom: .4rem
    }

    .news .basics-box .news-box .left .left-up .small {
        width: 100%
    }

    .news .basics-box .news-box .left .left-up .small:last-child {
        margin-left: 0;
        margin-top: .25rem
    }

    .news .basics-box .news-box .right {
        width: 100%;
        padding-left: 0;
        margin-top: 0
    }

    .news .basics-box .news-box .right ul li:first-child {
        padding-top: .36rem
    }

    .data .fengche {
        width: 100%
    }
}

@keyframes movex {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(-30%)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes movex1 {
    0% {
        transform: translateX(-30%)
    }
    50% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-30%)
    }
}

@keyframes haloMin {
    0% {
        transform: scale(1);
        opacity: 1
    }
    25% {
        transform: scale(1);
        opacity: 1
    }
    75% {
        transform: scale(0);
        opacity: 0
    }
    100% {
        transform: scale(0);
        opacity: 0
    }
}

@keyframes p2fd {
    0% {
        opacity: 0;
        transform: translateX(-5px) scale(.5)
    }
    20% {
        opacity: 1
    }
    60% {
        opacity: 1;
        transform: translateX(0) scale(1)
    }
    90% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

/*# sourceMappingURL=./index.css.map */