* {
    padding: 0;
    margin: 0;
}

ul,
li,
ol {
    list-style: none;
}

.new-top-nav {
    position: fixed;
    top: 0;
    z-index: 7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    /* height: 100px; */
    height: 80px;
    padding-left: 160px;
    padding-right: 170px;
    background-color: #bfd1e1;
}

.new-top-nav .logo {
    height: 40px;
}
.new-top-nav .logo img {
    height: 100%;
}

.new-top-nav .phone-nav:hover {
    cursor: pointer;
}

.new-top-nav a {
    color: #000;
    text-decoration: none;
}

.new-top-nav a:hover {
    color: rgb(0, 139, 210);
}

.new-top-nav .right-nav {
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.new-top-nav .right-nav ul {
    display: flex;
    align-items: center;
    /* height: 50px; */
    height: 40px;
    margin-right: 100px;
    /* font-size: 24px; */
    font-size: 18px;
}

.new-top-nav .right-nav ul li {
    padding: 0 40px;
    text-align: end;
}

.new-top-nav .right-nav ul .lang {
    margin-left: 50px;
    font-size: 18px;
}
.new-top-nav .right-nav ul .lang .dropdown-content {
    font-size: 14px;
}

.new-top-nav .right-nav .other-nav {
    display: flex;
    height: 27px;
}

.new-top-nav .right-nav .other-nav .search {
    display: flex;
    align-items: center;
    padding: 5px 8px;
    margin-right: 20px;
    border-radius: 4px;
    background-color: #008cd3;
    font-size: 8.69px;
    color: #fff;
}

.new-top-nav .right-nav .other-nav .search a {
    color: #fff;
}

.new-top-nav .right-nav .other-nav .lang {
    font-size: 17px;
}

.new-top-nav .right-nav .other-nav .icon {
    margin-right: 5px;
}

.new-banner-main {
    width: 100%;
    height: calc(100vh - 80px);
    margin-top: 80px;
    overflow: hidden;
}

.new-banner-main .swiper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

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

/* .new-banner-main .swiper-container-vertical>.swiper-pagination-bullets {
    top: 50%;
    z-index: 4;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    left: 40px;
    right: auto;
} */

.swiper-container-horizontal>.swiper-pagination-bullets {
    width: 200px;
    top: 50%;
    padding-left: 40px;
    z-index: 4;
    -webkit-transform: translate3d(0, -13%, 0);
    transform: translate3d(0, -13%, 0);
}

.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;

    margin: 25px 0;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: 3px solid #fff;
    opacity: 1;
}

.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #008cd2;
    border: 3px solid #008cd2;
}

/* .new-banner-main .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 25px 0;
} */

.new-banner-main .swiper img {
    position: absolute;
    top: 0;
}

.new-banner-main .swiper .text {
    position: relative;
    z-index: 3;
    margin-left: 100px;
    /* font-size: 48px; */
    font-size: 38px;
    color: #fff;
}


.new-banner-main .swiper-slide:nth-child(2) {
    color: #fff;
}


.new-about-us-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* height: calc(100vh - 100px); */
    overflow: hidden;
}

.new-about-us-main>div {
    /* display: none; */
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 40px auto;
}

.new-about-us-main .text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.new-about-us-main .pic {
    max-width: 678px;
}

.new-about-us-main .pic img {
    margin-top: 30px;
    transition: all 1s;
}

.new-about-us-main .title {
    display: none;
    position: relative;
    font-size: 38px;
    color: #008cd3;
}

.new-about-us-main .title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 4px;
    width: 2em;
    background-color: #008cd2;
}

.new-about-us-main .text .another-title {
    position: relative;
    /* margin-bottom: 50px; */
    margin-bottom: 40px;
    /* font-size: 38px; */
    font-size: 30px;
    color: #008cd3;
}

.new-about-us-main .text .another-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 4px;
    width: 2em;
    background-color: #008cd2;
}

.new-about-us-main .content {
    flex: 1;
    margin-right: 100px;
    font-size: 14px;
    text-align: justify;
}

.new-industry-main {
    width: 100%;
    padding-top: 60px;
    /* padding-bottom: 60px; */
    background-color: #f7f7f7;
}

.new-industry-main .big-title {
    position: relative;
    /* font-size: 38px; */
    font-size: 30px;
    color: #008cd3;
    text-align: center;
}

.new-industry-main .big-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    width: 2em;
    /* height: 5px; */
    height: 4px;
    background-color: #008cd2;
}

.new-industry-main .heavy-industry {
    width: 100%;
    margin-top: 40px;
}

.new-industry-main .second-title {
    /* font-size: 28px; */
    font-size: 22px;
    text-align: center;
}

.new-industry-main .triangle {
    width: 0;
    height: 0;
    margin: 0 auto;
    margin-top: 12px;
    border: 16px solid transparent;
    border-top-color: #000;
}

.new-industry-main .heavy-industry .detail-list {
    width: 100%;
    /* height: 845px; */
    background-color: #1d6db3;
    /* font-size: 26px; */
    font-size:20px;
    color: #fff;
}

.new-industry-main .heavy-industry .first-floor {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    /* height: 420px; */
    margin-top: 20px;
}

.new-industry-main .heavy-industry .first-floor a {
    flex: 1;
    color: #fff;
}

.new-industry-main .heavy-industry a {
    flex: 1;
    width: 100%;
    color: #fff;
}

.new-industry-main .heavy-industry a .detail {
    position: relative;
    overflow: hidden;
    opacity: 0;
}

.new-industry-main .heavy-industry .detail img {
    transition: all 1s;
}

.new-industry-main .heavy-industry .detail .bg-img {
    transform: all 1s;
}

.new-industry-main .heavy-industry .detail:hover .bg-img {
    transform: scale(1.1);
}

.new-industry-main .heavy-industry .detail .content {
    position: absolute;
    top: 0;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 71, 114, 0.4);
}

.new-industry-main .heavy-industry .detail .content .icon {
    position: relative;
    display: inline-block;
}

.new-industry-main .heavy-industry .first-floor .detail:nth-child(3) .name {
    margin-top: 0;
}


.new-industry-main .heavy-industry .detail .content .icon>img.base-icon {
    opacity: 0;
}

.new-industry-main .heavy-industry .detail .content .icon>img:not(.base-icon) {
    position: absolute;
    top: 0;
    left: 0;
}

.new-industry-main .heavy-industry .detail .icon img {
    margin: 0 auto;
}

.new-industry-main .heavy-industry .detail .name {
    position: relative;
    /* margin-top: 20px; */
    margin-top: 16px;
    text-align: center;
}

.new-industry-main .heavy-industry .detail .name::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 1.5em;
    height: 2px;
    background-color: #fff;
}

.new-industry-main .heavy-industry .second-floor {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    /* height: 420px; */
}

.new-industry-main .technology {
    margin-top: 60px;
}

.new-industry-main .technology .detail-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}

.new-industry-main .technology a {
    flex: 1;
    width: 100%;
}

.new-industry-main .technology .detail {
    position: relative;
    /* height: 422px; */
    overflow: hidden;
    opacity: 0;
}

.new-industry-main .technology .bg-img {
    /* position: absolute; */
    transition: all 1s;
}

.new-industry-main .technology .detail:hover .bg-img {
    transform: scale(1.2);
}

.new-industry-main .technology .content {
    position: absolute;
    top: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 102, 245, 0.5);
}

.new-industry-main .technology .content .icon {
    position: relative;
    display: inline-block;
}

.new-industry-main .technology .content .icon>img {
    position: absolute;
    top: 0;
    left: 0;
    /* display: inline-block; */
}

.new-industry-main .technology .content .icon>img.base-icon {
    position: relative;
    opacity: 0;
}

.new-industry-main .technology .detail .name {
    position: relative;
    margin-top: 16px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.new-industry-main .technology .detail .name::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 1.5em;
    height: 2px;
    background-color: #fff;
}

.new-industry-main .technology .detail .icon img {
    margin: 0 auto;
    transition: all 1s;
}

.new-scheme-main {
    width: 100%;
    padding-top: 50px;
}

.new-scheme-main .title {
    position: relative;
    /* font-size: 38px; */
    font-size: 30px;
    color: #008cd3;
    text-align: center;
}

.new-scheme-main .title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 2em;
    height: 4px;
    background-color: #008cd2;
}

.new-scheme-main .detail-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* height: 755px; */
    margin-top: 60px;
    opacity: 0;
}

.new-scheme-main .detail-list .detail {
    position: relative;
    flex: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.new-scheme-main .detail-list .detail img {
    /* position: absolute; */
    width: 100%;
    transition: all 1s;
}

.new-scheme-main .detail-list .detail img:hover {
    transform: scale(1.2);
}

.new-scheme-main .detail-list .detail .text {
    position: absolute;
    z-index: 4;
    /* top: 50px;
    left: 100px; */
    top: 40px;
    left: 80px;
    color: #fff;
}

.new-scheme-main .detail-list .detail:first-child .text {
    color: #008cd3;
}

.new-scheme-main .detail-list .detail .symbol {
    /* font-size: 50px; */
    font-size: 40px;
}

.new-scheme-main .detail-list .detail .name {
    position: relative;
    /* font-size: 28px; */
    font-size: 22px;
}

.new-scheme-main .detail-list .detail .name::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 4px;
    width: 2em;
    background-color: #fff;
}

.new-global-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    /* height: calc(100vh - 100px); */
    padding: 4% 5%;
    margin: 0 auto;
    opacity: 0;
    background-color: #efefef;
}

.new-global-main .earth {
    position: relative;
    overflow: hidden;
}

.new-global-main .left-container {
    flex: 1;
    /* margin-top: 50px; */
}

.new-global-main .left-container .title {
    position: relative;
    /* font-size: 38px; */
    font-size: 30px;
    color: #008cd3;
    text-align: center;
}

.new-global-main .left-container .title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 2em;
    height: 4px;
    background-color: #008cd2;
}

.new-global-main .earth {
    margin: 0 auto;
    margin-top: 50px;
    width: 90%;
}

.new-global-main .earth .earth-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 58%;
    /* animation: earth-rotate 60s linear infinite; */
}

.new-global-main .earth .bg-img {
    position: relative;
    width: 77%;
    height: 77%;
    left: 50%;
    /* transform: translate(-50%); */
    z-index: 4;
    animation: earth-grid 60s linear infinite;
    transform: translate(-50%);
}

.new-global-main .right-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
    /* margin-top: 150px; */
    margin-left: 90px;
}

.new-global-main .right-container .area {
    display: flex;
    width: 80%;
    padding: 20px 0;
    margin-left: 40px;
    border-bottom: 1px solid #737372;
    opacity: 0;
}

.new-global-main .right-container .area .area-detail {
    flex: 1;
}

.new-global-main .right-container .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-right: 50px;
    border: 8px solid #979797;
    border-radius: 50%;
}

.new-global-main .right-container .area-detail .name {
    margin-bottom: 0;
    /* font-size: 24px; */
    font-size: 20px;
    color: #008cd3;
}

.new-global-main .right-container .area-list {
    display: flex;
    flex-wrap: wrap;
    /* font-size: 22px; */
    font-size: 16px;
}

.new-global-main .right-container .area-list>div {
    width: 180px;
    padding: 8px 0;
}


.bottom-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bottom-container .masking {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.bottom-container .masking img {
    width: 100%;
    height: 100%;
}

.new-news-main {
    position: relative;
    width: 100%;
    padding-top: 110px;
    padding-left: 260px;
    padding-bottom: 50px;
    /* height: 680px; */
    overflow: hidden;
}

.new-news-main .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    background-image: url(../images/new-news.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.new-news-main .content {
    position: relative;
    z-index: 4;
    /* top: 170px; */
    /* left: 260px; */
    color: #fff;
}

.new-news-main .content img.title {
    max-width: 200px;
}

.new-news-main .content p.title {
    /* margin-top: 20px; */
    margin-top: 16px;
    /* font-size: 28px; */
    font-size: 22px;
    font-weight: bold;
}

.new-news-main .content .text {
    margin-top: 16px;
    font-size: 14px;
}

.new-news-main .btn {
    margin-top: 40px;
}

.new-news-main .btn a:hover {
    background-color: #008cd3;
}

.new-news-main .btn a {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 40px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: all .5s;
}

.new-footer-main {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #262b2e;
    font-size: 14px;
    color: #00b9ef;
}

.new-footer-main .new-main {
    position: relative;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

.new-footer-main .footer-list {
    display: flex;
    justify-content: center;
    /* flex: 1; */
    width: 33%;
}

.new-footer-main .footer-list:nth-child(2) {
    border-left: 1px solid #2d535b;
    border-right: 1px solid #2d535b;
}

.new-footer-main .footer-list .title {
    font-size: 18px;
    margin-bottom: 30px;
}

.new-footer-main .footer-list .footer-logo {
    display: flex;
    align-items: flex-end;
    margin-top: 50px;
    height: 136px;
}

.new-footer-main .footer-list .detail-list {
    margin: 8px 0;
}

.new-footer-main .footer-list .footer-logo .qr-code {
    margin-right: 50px;
}

.new-footer-main .footer-list .footer-logo .other-logo {
    display: flex;
}

.new-footer-main .footer-list .footer-logo .other-logo>div:nth-child(1) {
    margin-right: 20px;
}

.new-footer-main .footer-list .detail-list {
    display: flex;
}

.new-footer-main .footer-list .detail-list .list-detail {
    flex: 1;
    margin-top: 1px;
}


/* 手机导航 */
.new-top-nav .phone-nav {
    display: none;
    /* display: flex; */
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    width: 50px;
    height: 50%;
}

.new-top-nav .phone-nav span {
    width: 100%;
    height: 8px;
    background-color: #008cd3;
}

.new-phone-left {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 60%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    transform: translateX(-100%);
    transition: all 1s;
}

.new-phone-right {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    width: 40%;
    height: 100%;
    background-color: #333;
    color: rgba(255, 255, 255, .6);
    transform: translateX(100%);
    transition: all 1s;
}

.new-phone-right ul li {
    padding-left: 20px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
}

.new-phone-right a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
}

.new-footer-main .footer-list .detail-list .list-detail a {
    position: relative;
    ;
    color: #00b9ef;
}

.new-footer-main .footer-list .detail-list .list-detail a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #00b9ef;
    transition: all .5s;
}

.new-footer-main .footer-list .detail-list .list-detail a:hover::after {
    width: 100%;
}


.mySwiper .swiper-slide {
    opacity: 0;
    transition: all 1s;
}

.mySwiper .ani-slide {
    opacity: 1;
}





.rotateAn {
    animation: rotateAn 1s linear forwards;
}

@keyframes rotateAn {
    to {
        transform: rotate(100deg);
    }
}

@keyframes earth-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }

}


@keyframes earth-grid {
    0% {
        transform: translate(-50%) scale(.9) rotate(0);
    }

    10% {
        transform: translate(-50%) scale(1) rotate(36deg);
    }

    20% {
        transform: translate(-50%) scale(.9) rotate(72deg);
    }

    30% {
        transform: translate(-50%) scale(1) rotate(108deg);
    }

    40% {
        transform: translate(-50%) scale(.9) rotate(144deg);
    }

    50% {
        transform: translate(-50%) scale(1) rotate(180deg);
    }

    60% {
        transform: translate(-50%) scale(.9) rotate(216deg);
    }

    70% {
        transform: translate(-50%) scale(1) rotate(252deg);
    }

    80% {
        transform: translate(-50%) scale(.9) rotate(288deg);
    }

    90% {
        transform: translate(-50%) scale(1) rotate(324deg);
    }

    100% {
        transform: translate(-50%) scale(.9) rotate(360deg);
    }
}

@media screen and (max-width: 1675px) {
    .new-global-main .right-container .area-list>div {
        width: auto;
    }

    .new-global-main .right-container .area-list .need-space {
        width: 180px;
    }
    .new-top-nav .right-nav ul li{
        padding: 0 30px;
    }
}

@media screen and (max-width: 1605px) {
    .new-global-main .right-container {
        margin-left: 0;
    }
    .new-top-nav .right-nav ul li{
        padding: 0 20px;
    }
    .new-top-nav .right-nav ul .lang {
        margin-left: 20px;
    }
}


@media screen and (max-width: 1570px) {
    .new-top-nav {
        padding-right: 70px;
    }

    .new-about-us-main .pic {
        max-width: 500px;
    }

    .new-global-main .earth .bg-img {
        width: 65%;
        height: 65%;
    }

    .new-global-main .earth .earth-img {
        width: 45%;
    }
}

@media screen and (max-width: 1555px) {
    .new-global-main .right-container .area {
        width: 100%;
    }
}

@media screen and (max-width: 1540px) {
    .itemBox {
        top: 100px;
        height: calc(100% - 100px);
    }

    .itemBox h5 {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1445px) {
    .new-top-nav {
        padding-left: 70px;
    }

    .new-global-main .earth .bg-img {
        width: 100%;
        height: 100%;
    }

    .new-global-main .earth .earth-img {
        width: 80%;
    }
}

@media screen and (max-width: 1370px) {
    .new-global-main .right-container .area-list>div {
        width: auto;
    }
    .new-banner-main .swiper .text{
        font-size: 30px;
    }
}

@media screen and (max-width: 1330px) {
    .new-top-nav .right-nav ul {
        margin-right: 0;
        /* font-size: 20px; */
    }
}


@media screen and (max-width: 1320px) {
    .new-about-us-main .pic {
        max-width: 400px;
    }
}

@media screen and (max-width: 1280px) {
    .new-top-nav .right-nav ul {
        font-size: 16px;
    }
    .new-industry-main {
        padding-top: 40px;
    }
    .new-industry-main .big-title {
        font-size: 24px;
    }
    .new-industry-main .heavy-industry {
        margin-top: 20px;
    }
    .new-industry-main .second-title {
        font-size: 18px;
    }
    .new-industry-main .heavy-industry .detail-list {
        font-size: 16px;
    }
    .new-industry-main .technology .detail .name {
        font-size: 18px;
    }
    .new-scheme-main .title {
        font-size: 24px;
    }
    .new-scheme-main .detail-list .detail .symbol {
        font-size: 30px;
    }
    .new-scheme-main .detail-list .detail .name {
        font-size: 18px;
    }
    .new-global-main .left-container .title {
        font-size: 24px;
    }
    .new-global-main .right-container .area-detail .name {
        font-size: 18px;
    }
    .new-global-main .right-container .area-list {
        font-size: 14px;
    }
    .new-global-main .right-container .icon {
        width: 60px;
        height: 60px;
    }
    .new-news-main .content img.title {
        max-width: 160px;
    }
    .new-news-main .btn a {
        font-size: 12px;
    }
    .new-footer-main {
        font-size: 12px;
        padding: 60px 0;
    }
    .new-footer-main .footer-list .title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1260px) {
   
    .new-top-nav .right-nav ul li{
        padding: 0 20px;
    }
    .new-top-nav .right-nav ul .lang{
        margin-left: 10px;
    }
    .new-global-main .right-container .area-list .need-space {
        width: 50%;
    }
    .new-global-main .right-container .area-list{
        font-size: 14px;
    }
}

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

    .new-about-us-main>div{
        width: 90%;
    }
    
    .new-about-us-main .content{
        margin-right: 50px;
    }
    .new-news-main{
        padding-left: 100px;
    }

    
    .new-footer-main {
        padding-bottom: 0;
        padding-top: 50px;
    }

    .new-footer-main .footer-list {
        /* width: 50%; */
        width: 33%;
        padding: 0 10px;
        margin-bottom: 50px;
    }
    .new-footer-main .footer-list .footer-logo .other-logo>div{
        width: 50px;
    }
    .new-footer-main .footer-list>div{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .new-footer-main .footer-list .footer-logo{
        margin-top: 10px;
    }

    .new-top-nav .right-nav ul{
        font-size: 16px;
    }
    .new-top-nav .right-nav ul .lang {
        font-size: 16px;
    }
    .new-top-nav{
        padding: 0 20px;
    }
    .new-top-nav .right-nav ul {
        font-size: 14px;
    }
    .new-top-nav .right-nav ul .lang {
        font-size: 14px;
    }
}

@media screen and (max-width: 960px){
    .new-top-nav .right-nav {
        display: none;
    }
    .new-about-us-main .content{
        margin-right: 0px;
    }
    .new-top-nav .phone-nav {
        display: flex;
    }
    .new-about-us-main .title {
        display: block;
    }
    .new-about-us-main .title{
        font-size: 30px;
    }
    .new-about-us-main .text .another-title {
        display: none;
    }
    
    .new-about-us-main .text {
        flex-direction: column-reverse;
    }
    .new-footer-main {
        display: none;
    }







    .new-global-main .right-container .area-list{
        width: 100%;
    }


    .new-global-main {
        height: auto;
    }

    .new-global-main .left-container {
        margin: 0 auto;
        margin-top: 50px;
    }

    .new-global-main .earth .bg-img {
        width: 50%;
        height: 50%;
    }

    .new-global-main .earth .earth-img {
        width: 40%;
    }

    .new-global-main .right-container {
        flex: none;
        width: 100%;
        margin-top: 20px;
        overflow: hidden;
    }

    .new-global-main .right-container .area .area-detail {
        display: flex;
        flex-wrap: wrap;
    }

    .new-global-main .right-container .area-detail .name {
        width: 100%;
    }

    .new-global-main .right-container .area-list.second-floor {
        margin-top: 0;
        margin-left: 100px;
    }
}
@media screen and (max-width: 800px) {
    .new-top-nav {
        height: 68px;
        padding-left: 30px;
    }

    .new-top-nav .logo {
        width: 120px;
    }

    .new-top-nav .logo img {
        max-width: 100%;
    }

    .new-banner-main {
        height: calc(100vh - 68px);
        margin-top: 68px;
    }

    .new-banner-main .swiper .text {
        font-size: 20px;
    }

    .new-about-us-main {
        height: auto;
    }

    .new-about-us-main>div {
        width: 95%;
    }

    .new-about-us-main .content {
        margin-right: 0;
    }

    .new-industry-main .heavy-industry .detail {
        flex: none;
    }

    .new-industry-main .technology .detail {
        flex: none;
    }

    .new-scheme-main .detail-list .detail {
        flex: none;
    }


    .new-global-main .right-container .area {
        margin-left: 0;
    }

    .new-global-main .right-container .area-list {
        flex-wrap: wrap;
    }

    .new-global-main .right-container .area-list.second-floor {
        margin-left: 0;
    }

    .new-industry-main .heavy-industry .first-floor a {
        flex: none;
        width: 100%;
    }

    .new-industry-main .heavy-industry a {
        flex: none;
        width: 100%;
    }

    .new-industry-main .technology a {
        flex: none;
        width: 100%;
    }

    .new-news-main {
        padding-top: 30px;
        padding-left: 30px;
    }

    .new-news-main .content img {
        width: 200px;
    }

    .need-newline {
        margin: 10px 0;
    }

    .new-industry-main .heavy-industry .detail .bg-img {
        width: 100%;
    }

    .new-industry-main .technology .bg-img {
        width: 100%;
    }

    .new-top-nav .phone-nav {
        width: 40px;
    }

    .new-top-nav {
        padding-right: 30px;
    }

    .new-phone-left {
        width: 40%;
    }

    .new-phone-right {
        width: 60%;
    }

    .new-footer-main {
        display: none;
    }
    .new-scheme-main .detail-list .detail .text{
        left: 25px;
    }
}
















@-webkit-keyframes fadeInLeftEdit {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInLeftEdit {
    -webkit-animation-name: fadeInLeftEdit;
    animation-name: fadeInLeftEdit
}

@-webkit-keyframes fadeInRightEdit {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightEdit {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRightEdit {
    -webkit-animation-name: fadeInRightEdit;
    animation-name: fadeInRightEdit
}

@-webkit-keyframes fadeInUpEdit {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpEdit {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUpEdit {
    -webkit-animation-name: fadeInUpEdit;
    animation-name: fadeInUpEdit
}

@-webkit-keyframes fadeInDownEdit {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDownEdit {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInDownEdit {
    -webkit-animation-name: fadeInDownEdit;
    animation-name: fadeInDownEdit
}

.animate_scaleAn {
    animation-name: scaleAn;
}

@keyframes scaleAn {
    from {
        opacity: 0;
        transform: scale(1.2);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}