.new {
    clear: both;
}

.new .header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    /* width: 100%; */
    width: 1440px;
    height: 90px;
    padding: 0 40px;
    box-shadow: 0 3px 3px #c1c1c1;
    background-color: #fff;
    font-size: 16px;
    color: #000;
}

.new .header .nav-left {
    max-width: 151px;
}

.new .header .empty {
    flex: 1;
    text-align: center;
}

.new .header .empty p {
    font-size: 20px;
}

.new .header .nav-middle {
    height: 100%;
    margin-right: 10px;
}

.new .header a {
    color: #000;
}

.new .header .nav-middle .first-floor {
    float: left;
    position: relative;
    /* padding: 0 40px; */
    line-height: 90px;
    text-align: center;
}

.new .header .nav-middle .first-floor:hover {
    background-color: #fff;
    cursor: pointer;
}

.new .header .nav-middle .first-floor>ul {
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d1d1d1;
}

.new .header .nav-middle .first-floor li {
    padding: 10px 0;
    padding-right: 10px;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
}

.new .header .nav-middle .first-floor ul a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 20px;
}

.new .header .nav-middle .first-floor ul a img {
    width: 16px;
    height: 14px;
}

.new .header .nav-middle .first-floor ul a:not(:last-child) {
    border-bottom: 1px solid #c1c1c1;
}

.new .header .nav-middle .first-floor {
    position: relative;
}

.new .header .nav-middle .first-floor::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 3px solid #00aaea;
    transition: all 1s;
}

.new .header .nav-middle .first-floor:hover:after {
    width: 100%;
}

.new .header .nav-middle .first-floor>a {
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
}

.new .header .nav-middle .first-floor:hover>ul {
    display: block;
    width: auto;
    padding: 15px 0;
    padding-left: 30px;
    color: #000;
    text-align: left;
}

.new .header .nav-right {
    position: relative;
    display: flex;
    width: 130px;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.new .header .nav-right .icon.search {
    position: relative;
    margin-top: 9px;
}

.new .header .nav-right .icon.search:hover {
    cursor: pointer;
}

.new .header .nav-right .icon.search input.text-input {
    position: absolute;
    right: -8px;
    top: 0;
    box-sizing: border-box;
    width: 0px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 40px;
    transition: 1s all;
    font-size: 14px;
    outline: none;
    /* opacity: 0; */
}

.new .header .nav-right .icon.search input.search-btn {
    position: relative;
    width: 30px;
    height: 30px;
    border: none;
    background: url(../img/index/icon-search.png) no-repeat center center;

}

.new .header .nav-right .icon.search img {
    position: relative;
}



.new .header .nav-middle .first-floor>ul a li {
    /* color: rgb(237, 237, 238); */
    color: #000;
}

.new .header .lang:hover {
    cursor: pointer;
}

.new .header .lang-choice {
    position: absolute;
    top: 90px;
    left: 0;
    display: none;
    width: 100%;
    padding: 15px 0;
    padding-right: 40px;
    background-color: rgb(236, 233, 233);
    text-align: center;
}

.new .header .lang-choice a {
    display: inline-block;
    width: 100%;
}

.new .header .lang-choice a:hover li {
    color: rgb(0, 67, 135);
}

.new .header .lang-choice li {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0;
    width: 100%;
    padding-left: 15px;
}

.new .home {
    position: relative;
    width: 1440px;
    margin: 0 auto;
}

.new .home .banner {
    position: relative;
    width: 100%;
    /* height: 850px; */
    height: calc(100vh - 90px);
    overflow: hidden;
    margin-top: 90px;
    /* background-color: #c1c1c1; */
}

.new .home .banner .swiper {
    position: relative;
    width: 100%;
    height: calc(100% - 260px);
}

.new .home .banner .banner-bottom {
    box-sizing: border-box;
    width: 100%;
    height: 220px;
    text-align: center;
}

.new .home .banner .banner-bottom .more-btn {
    display: inline-block;
    margin-top: 30px;
    transition: all .5s;
}

.new .home .banner .banner-bottom .more-btn:hover {
    background-color: rgb(2, 64, 137);
}

.new .home .banner .banner-bottom .more-btn:hover p {
    color: #fff;
}


.new .home .banner .banner-bottom .more-btn a {
    display: flex;
    align-items: center;
    padding: 5px 23px;
    border: 1px solid rgb(162, 163, 164);
}

.new .home .banner .banner-bottom .more-btn img {
    width: 15px;
    height: 15px;
    margin-left: 20px;
}

.new .home .banner .banner-bottom .more-btn p {
    font-size: 15px;
    color: #8d8e90;
}




.new .home .banner .swiper .swiper-button-prev {
    left: 40px;
    color: rgba(255, 255, 255, .8);
}

.new .home .banner .swiper .swiper-button-next {
    right: 40px;
    color: rgba(255, 255, 255, .8);
}

.new .home .banner .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* background: url(../img/index/banner.jpg) no-repeat center/cover; */
}

.new .home .banner .swiper-slide .wfEditorMode {
    position: relative;
    z-index: 6;
}

.new .home .banner .swiper-slide .content {
    position: relative;
    z-index: 5;
    /* margin-top: 20%; */
    margin-left: 200px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.new .home .banner .swiper-slide video,
.new .home .banner .swiper-slide img {
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); object-fit: cover;
}


.new .home .banner .swiper-slide .content .title {
    font-size: 58px;
    /* font-weight: bold; */
    color: #fff;
}

.new .home .banner .video-btn {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.new .home .banner .video-btn p {
    position: relative;
    font-size: 15px;
    color: #fff;
}

.new .home .banner .video-btn p::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #fff;
}

.new .home .banner .video-btn img {
    width: 30px;
    height: 30px;
    margin-left: 8px;
}

.new .home .banner .scroll-tips {
    position: absolute;
    /* bottom: 20px; */
    left: 100px;
    display: flex;
    align-items: center;
    z-index: 9;
    height: 43px;
    animation: scrollAn 2s linear infinite alternate;
}

.new .home .banner .scroll-tips p {
    margin-left: 10px;
    color: #fff;
}


.new .swiper-slide .title {
    transform: translateX(-200px);
    opacity: 0;
    transition: all 1s;
}

.new .ani-slide .title {
    transform: translateX(0);
    opacity: 1;
}

.new .swiper-slide .video-btn {
    transform: translateY(100px);
    opacity: 0;
    transition: all 1s;
}

.new .ani-slide .video-btn {
    transform: translateY(0);
    opacity: 1;
}



.new .home .main-container {
    /* width: 1200px; */
    width: 100%;
    padding-bottom: 100px;
    margin: 0 auto;
}

.new .home .bg {
    position: absolute;
    top: calc(100vh - 350px);
    z-index: -1;
    right: 0;
}

.new .home .main-top {
    width: 100%;
    margin-top: 110px;
}

.new .home .main-top .title {
    font-size: 38px;
    color: #5b5c5d;
}

.new .home .banner-bottom .text-content {
    padding: 0 20px;
    margin-top: 30px;
}

.new .home .banner-bottom .text-detail {
    flex: 1;
    position: relative;
    margin-right: 30px;
    font-size: 20px;
}

.new .home .banner-bottom .text-detail p {
    font-size: 24px;
    line-height: 35px;
}

.new .home .banner-bottom .text-detail p:nth-of-type(2) {
    margin-top: 10px;
    font-size: 36px;
    color: #024089;
}

.new .home .banner-bottom .text-detail p:nth-of-type(3) {
    margin-top: 10px;
    font-size: 30px;
}

.new .home .banner-bottom .text-detail em {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    color: #024089;
}

.new .home .num-detail {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    margin-top: 40px;
}

.new .home .num-detail>div {
    display: flex;
}

.new .home .num-detail>div .icon img {
    max-width: 60px;
    max-height: 40px;
    margin-top: 3px;
}

.new .home .num-detail .text-content {
    margin-left: 5px;
}

.new .home .num-detail .text-content p {
    font-size: 16px;
    line-height: 40px;
}

.new .home .num-detail .text-content p .first-num {
    font-size: 48px;
    color: #024089;
    font-weight: bold;
}

.new .home .num-detail .text-content p:nth-of-type(1) {
    border-bottom: 1px solid #c1c1c1;
}

.new .home .banner-bottom .btn-container {
    display: inline-block;
}

.home .banner-bottom .btn-container p {
    font-size: 20px;
}

.new .home .main-top .btn-container .btn {
    display: flex;
    align-items: center;
    border: 2px solid #d1d1d1;
    padding: 15px 18px;
    margin-top: 40px;
    color: #d1d1d1;
    cursor: pointer;
    transition: all .5s;
}

.new .home .main-top .btn-container .btn:hover {
    transform: translateX(10px);
    background-color: #fff;
    box-shadow: 0 3px 8px #8eb0f8;
    color: #000;
}

.new .home .main-top .btn-container .btn img {
    width: 16px;
    height: 14px;
    margin-left: 30px;
}

.new .home .main-middle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 70px;
}

.new .home .main-middle .left {
    width: calc(50% - 10px);
}

.new .home .main-middle .right {
    width: calc(50% - 10px);
}

.new .home .main-middle .left-one,
.new .home .main-middle .left-two,
.new .home .main-middle .right-one,
.new .home .main-middle .right-two {
    position: relative;
    transition: all 1s;
}

.new .home .main-middle img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 1s;
}

.new .home .main-middle img:hover {
    transform: scale(1.05) rotate(0.1deg);
    box-shadow: 0px 3px 10px rgb(94, 91, 91);
    cursor: pointer;
}

.new .home .main-middle p {
    position: absolute;
    left: 50px;
    bottom: 40px;
    font-size: 38px;
    color: #fff;
    font-weight: bold;
}

.new .home .main-middle .left-two,
.new .home .main-middle .right-two {
    margin-top: 20px;
}

.new .home .main-middle .left-one,
.new .home .main-middle .left-two,
.new .home .main-middle .right-one,
.new .home .main-middle .right-two {
    width: 100%;
}

.new .home .main-middle .left-one img {
    width: 100%;
    max-height: 550px;
}

.new .home .main-middle .left-two img {
    width: 100%;
    max-height: 370px;
}

.new .home .main-middle .right-one img {
    width: 100%;
    max-height: 380px;
}

.new .home .main-middle .right-two img {
    width: 100%;
    max-height: 540px;
}

.new .home .main-bottom {
    margin-top: 120px;
}

.new .home .main-bottom .title {
    font-size: 38px;
    color: #5b5c5d;
    font-weight: bold;
}

.new .home .news-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 410px;
    margin-top: 40px;
}

.new .home .news-content>a {
    width: 49%;
}

.new .home .news-content>div {
    width: 49%;
    height: 100%;
    /* background-color: #000; */
}

.new .home .news-content .news-detail {
    box-shadow: 0 5px 10px #d1d1d1;
}

.new .home .main-bottom .all-news {
    display: inline-block;
}

.new .home .main-bottom .all-news .all-news-btn {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 40px;
    font-size: 15px;
    /* cursor: pointer; */
}

.new .home .main-bottom .all-news .all-news-btn img {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    transition: all 1s;
}

.new .home .main-bottom .all-news-btn p {
    position: relative;
    font-size: 18px;
}

.new .home .main-bottom .all-news-btn p::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #7fd4f4;
    transition: all 1s;
}

.new .home .main-bottom .all-news-btn p:hover::after {
    width: 0;
}


.new .home .main-bottom .all-news-btn p a {
    color: #000;
}

.new .home .main-bottom .news-detail {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    /* height: 100%; */
    height: 410px;
    padding: 40px;
    background: url(../img/index/news-bg-01.jpg) no-repeat center/cover;
    cursor: pointer;
    transition: all .5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.new .home .main-bottom .news-detail:hover {
    transform: scale(1.01) rotate(.1deg);
    box-shadow: 0 3px 8px #8eb0f8;
}

.new .home .main-bottom .news-detail .time {
    font-size: 16px;
    color: #f19700;
    font-weight: bold;
}

.new .home .main-bottom .news-detail .time .day {
    font-size: 38px;
    color: #f19700;
    font-weight: bold;
}

.new .home .main-bottom .news-detail .time .year {
    font-size: 16px;
    color: #f19700;
}

.new .home .main-bottom .news-detail .text-container {
    position: relative;
    flex: 1;
    padding-left: 28px;
    margin-left: 30px;
    border-left: 2px solid #ececec;
}

.new .home .news-detail .text-container p {
    font-size: 16px;
    color: #8d8e90;
}

.new .home .news-detail .text-container .pic {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.new .home .news-detail .text-container .pic img {
    max-width: 100%;
}

.new .home .news-detail .text-container .title {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
    color: #000;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.new .home .news-detail .text-container .more-btn-container {
    /* position: absolute; */
    display: inline-block;
    /* bottom: 0;
    right: 0; */
}

.new .home .news-detail .text-container .more-btn {
    position: relative;
    display: flex;
    align-items: center;
    color: #8d8e90;
}

.new .home .news-detail .text-container .more-btn:hover p {
    color: rgb(72, 163, 248);
}

.new .home .news-detail .text-container .more-btn:hover::after {
    border-bottom: 2px solid rgb(72, 163, 248);
}

.new .home .news-detail .text-container .more-btn::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #c1c1c1;
}

.new .home .news-detail .text-container .more-btn img {
    width: 16px;
    height: 14px;
    margin-left: 10px;
}

.new .home .news-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new .home .news-list a {
    height: 22%;
}

.new .home .news-list .news-lists {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-shadow: 0 3px 8px #c1c1c1;
    background-color: #fff;
    cursor: pointer;
    transition: all 1s;
}

.new .home .news-list .news-lists:hover {
    transform: translateX(10px);
    box-shadow: 0 3px 8px #8eb0f8;
}

.new .home .news-list .news-lists .time {
    width: 56px;
    font-size: 14px;
    color: #024089;
    font-weight: bold;
}

.new .home .news-list .news-lists .time p {
    font-size: 14px;
    color: #024089;
}

.new .home .news-list .news-lists .time .day {
    font-size: 28px;
}

.new .home .news-list .news-lists .text {
    width: calc(100% - 160px);
    padding: 15px 0;
    padding-left: 17px;
    margin-left: 20px;
    border-left: 2px solid #ececec;
    font-size: 15px;
    color: #8d8e90;

}

.new .home .news-list .news-lists .text p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new .footer {
    width: 1440px;
    margin: 0 auto;
    background-color: #4c4d4e;
}

.new .footer .footer-content {
    display: flex;
    width: 1220px;
    padding-top: 60px;
    margin: 0 auto;
}

.new .footer .footer-content .logo {
    height: auto;
}

.new .footer a {
    color: #fff;
}

.new .footer .left {
    width: 180px;
    font-size: 14px;
    color: #fff;
}

.new .footer .left p {
    white-space: nowrap;
    color: #fff;
}

.new .footer .left img {
    width: 100%;
}

.new .footer .left .qr-code {
    margin-top: 65px;
    margin-bottom: 10px;
}

.new .footer .right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-left: 190px;
    margin-right: 100px;
    font-size: 15px;
    color: #fff;
}

.new .footer .right .title {
    margin-bottom: 25px;
}

.new .footer .right .title a {
    font-size: 18px;
    color: #b4b5b5;
    font-weight: bold;
}

.new .footer .right p:not(.title) {
    position: relative;
    line-height: 35px;
}

.new .footer .footer-bottom {
    width: 100%;
    border-top: 1px solid #5e5f60;
    margin-top: 40px;
    padding: 40px 0;
}

.new .footer .footer-bottom-content {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
}

.new .footer .footer-bottom-content p {
    color: #fff;
}

.new .footer .footer-bottom-content .left {
    flex: 1;
    display: flex;
}

.new .footer .footer-bottom-content .bottom-right {
    display: flex;
}

.new .footer .footer-bottom-content .bottom-right p {
    margin-left: 20px;
}

.new .footer .footer-bottom-content .next-num {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.new .footer .footer-bottom-content .has-icon {
    display: inline-block;
    width: 18px;
    height: 20px;
    margin-right: 10px;
    background: url(../img/index/icon-bottom.png) no-repeat center/contain;
}

.footer .right p a {
    font-size: 16px;
}

.new .footer .right p:not(.title) a {
    position: relative;
    display: inline-block;
}

.new .footer .right p:not(.title) a::after {
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #00aaea;
    transition: all 1s;
}

.new .footer .right p:not(.title) a:hover::after {
    width: 100%;
}


/* 手机导航 */
.new .phone-menu {
    display: none;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    width: 40px;
    height: 100%;
    cursor: pointer;
}

.new .phone-menu span {
    display: inline-block;
    width: 100%;
    height: 5px;
    background-color: #00aaea;
    margin: 5px 0;
}

.new .phone-left {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 60%;
    height: 100vh;
    background-color: #fff;
    transform: translateX(-100%);
    transition: all .8s;
}

.new .phone-right {
    /* display: none; */
    position: fixed;
    top: 0;
    right: 0;
    z-index: 15;
    width: 40%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    transform: translateX(100%);
    transition: all .8s;
}

.new .phone-left .btn-container {
    position: relative;
    width: 100%;
    height: 30px;
    margin-top: 15px;
}

.new .phone-left .close-btn {
    position: absolute;
    right: 15px;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.new .phone-left .close-btn img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.new .phone-left .first-floor {
    margin-top: 10px;
}

.new .phone-left .second-floor {
    display: none;
    margin-top: 10px;
}

.new .phone-left .first-floor>li {
    border-bottom: 1px solid #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

.phone-left .first-floor>li p {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

.phone-left .first-floor>li p a {
    color: #000;
}

.phone-left .second-floor>li a {
    font-size: 16px;
    line-height: 40px;
}

.phone-left .second-floor>li a {
    color: #000;
}

.new .phone-left .first-floor .first-href {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    background-color: #f0eeee;
}

.new .phone-left .first-floor .first-href a {
    flex: 1;
    color: #000;
}

.new .phone-left .first-floor .first-href img {
    width: 25px;
    height: 25px;
    margin-right: 15px;
    transform: rotate(-90deg);
    transition: all 1s;
    cursor: pointer;
}

.new .phone-left .second-floor>li {
    border-bottom: 1px solid #c1c1c1;
    font-size: 16px;
    font-weight: normal;
}

.new .phone-left .second-floor>li:hover {
    background-color: #d1d3d4;
}

.new .phone-left .second-floor a {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding-left: 40px;
}

.shade-video {
    position: relative;
    display: inline-block;
    z-index: 8;
    width: 100%;
    height: 100%;
    /* background-color: #00aaea; */
}


@keyframes scrollAn {
    to {
        transform: translateY(30px);
    }
}






@media screen and (max-width:1460px) {
    .new .header {
        width: 100%;
    }

    .new .home {
        width: 100%;
    }

    .new .home .main-container {
        width: 98%;
    }

    .new .home .main-middle .left-one {
        max-height: 550px;
    }

    .new .home .main-top .text-detail {
        margin-right: 0;
    }

    .new .footer .footer-content {
        width: 90%;
    }

    .new .footer {
        width: 100%;
    }

    .new .footer .footer-bottom-content {
        width: 90%;
    }
}


@media screen and (max-width:1400px) {
    .new .home .main-top .num-detail {
        margin-top: 30px;
    }
}

@media screen and (max-width:1400px) {
    .new .home .main-top .text-content {
        flex-direction: column;
    }

    .new .home .main-top .num-detail {
        width: 100%;
    }
}


@media screen and (max-width: 1680px) {
    .new .home .banner-bottom .text-detail {
        font-size: 18px;
    }

    .new .home .banner-bottom .text-detail p:nth-of-type(2) {
        margin-top: 5px;
        font-size: 30px;
    }

    .new .home .banner-bottom .text-detail p:nth-of-type(3) {
        margin-top: 5px;
        font-size: 28px;
    }

    .new .home .banner .banner-bottom .more-btn {
        margin-top: 15px;
    }

    .new .home .banner .swiper {
        height: calc(100% - 200px);
    }

    .new .home .banner-bottom .text-content {
        margin-top: 15px;
    }
}

@media screen and (max-width:1200px) {
    .new .header .nav-middle {
        display: none;
    }

    .new .phone-menu {
        display: flex;
    }

    .new .header .nav-right {
        display: none;
    }
}

@media screen and (max-width: 1380px) {
    .new .header .nav-middle .first-floor>a{
        padding: 0 10px;
    }
}

@media screen and (max-width:1150px) {
    .new .home .main-bottom .news-content>div {
        width: 100%;
    }

    .new .home .news-content {
        height: auto;
    }

    .new .home .news-list .news-lists {
        padding: 10px 20px;
        margin-top: 20px;
    }

    .new .home .news-content>a {
        width: 100%;
    }

    .new .home .main-bottom .news-detail {
        height: 100%;
    }
}

@media screen and (max-width:1090px) {
    .new .footer-content .right>div {
        width: 30%;
    }

    .new .home .main-middle p {
        font-size: 30px;
    }
}

@media screen and (max-width:890px) {
    .new .home .main-top .num-detail>div {
        width: 30%;
    }
}

@media screen and (max-width:780px) {

    .home .main-middle .left,
    .new .home .main-middle .right {
        width: 100%;
    }

    .new .home .main-top .num-detail>div {
        width: 100%;
    }

    .new .home .main-top .num-detail>div:not(:first-child) {
        margin-top: 30px;
    }

    .new .home .main-middle {
        margin-top: 30px;
    }

    .new .home .main-middle .right {
        margin-top: 20px;
    }

    .new .home .main-bottom .news-detail {
        flex-wrap: wrap;
        height: auto;
    }

    .new .home .main-bottom .news-detail .text-container {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
        padding-top: 10px;
        padding-bottom: 30px;
        margin-top: 10px;
        border-top: 2px solid #ececec;
    }

    .new .footer .footer-content {
        padding-top: 50px;
    }

    .new .footer .right {
        display: none;
    }

    .new .footer .left {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .new .footer .left .logo {
        height: 100px;
        width: auto;
    }

    .new .footer .left .qr-code {
        margin-top: 0;
    }
}


@media screen and (max-width:500px) {
    .new .header {
        padding: 0 20px;
    }

    .new .home .main-container {
        padding-bottom: 20px;
    }

    .new .home .banner .swiper-slide .content {
        margin-left: 10px;
    }

    .new .home .banner .swiper-slide .content .title {
        font-size: 30px;
    }

    .new .footer .footer-content {
        display: none;
    }

    .new .footer .footer-bottom {
        margin-top: 0;
    }

    .new .footer .footer-bottom-content .left {
        flex-wrap: wrap;
    }
}
