
@media(max-width: 1400px){
    .containers {
        width: 100%;
        padding: 0 10px;
    }
    .abouts .box .image {
        width: 500px;
        height: 320px;
    }
    .abouts .box .image img {
        width: 500px;
        height: 320px;
    }
    .abouts .box .bx {
        width: calc(100% - 530px);
        margin-top: 10px;
    }
    .abouts .box .bx .h3 {
        font-size: 30px;
    }
    .abouts .box .bx .h4 {
        font-size: 22px;
    }
    .abouts .box .bx .intro {
        max-height: 226px;
    }
    .abouts .box .bx .tags {
        margin: 10px 0 10px;
    }

    .abouts .box .bx .tags .tag-item .nm .count {
        font-size: 36px;
    }
    .abouts .box .bx .tags .tag-item .nm .unit {
        font-size: 16px;
        margin-top: 15px;
    }
    .abouts .box .bx .tags .tag-item .name {
        font-size: 15px;
    }

    .abouts .box .bx .about-btn .about-link {
        height: 40px;
        margin-top: 10px;
    }

    .products .box .items .item {
        width: 24%;
        margin-right: calc(4% / 3);
    }

    .products .box .items .item .image {
        width: 100%;
        height: calc((100vw - 20px) * 0.24);
    }




    .culture .culture-box .bx {
        width: calc((100% - 20px - 120px) / 4);
        height: calc((100vw - 20px - 120px) / 4);
    }

    .culture .culture-box .bx .icon {
        display: none;
    }


    .culture .culture-box .bx .name {
        margin-top: 20px;
    }

    .culture .culture-box .bx .en {
        margin-bottom: 10px;
    }


    .development .development-box .image {
        width: 300px;
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin-right: 20px;
    }
    .development .development-box .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        animation: zoomInOut 5s ease-in-out infinite;
    }
    .development .development-box .fa-list {
        width: calc(100% - 320px);
    }

    .details .d-contact .contact-box {
        width: calc(50% - 20px);
    }
    .details .d-contact .maps {
        width: 50%;
    }
    .jobs .hd  .jobs-intro {
        width: calc(100% - 450px);
    }
    .jobs .hd  .jobs-image {
        width: 420px;
    }
    .mains .d-content .pro-items .item {
        width: 220px;
        margin-right: calc((100% - (220px * 4)) / 3);
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }

}
@media(max-width: 1240px){
    .headers .header .navs .nav-item {
        margin-right: 20px;
    }
    .headers .header .logo {
        height: 50px;
    }
    .headers .header .logo img {
        height: 50px;
    }

    .headers .header .navs .nav-item {
        padding: 0 10px;
        font-size: 16px;
    }

    .headers .header .navs .nav-item:hover::before,.headers .header .navs .nav-item.active::before {
        left: 10px;
        width: calc(100% - 20px);
    }
    .news .new-box .n-right .item .desc {
        -webkit-line-clamp: 2;
    }

    .mains .d-content .pro-items .item {
        width: 160px;
        margin-right: calc((100% - (160px * 4)) / 3);
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }

}
@media (max-width: 992px){
    body {
        overflow-x: hidden;
    }
    .banners {
        margin-top:60px;
    }
    .banners .banner {
        height: 100vw;
    }
    .banners .banner .swiper-wrapper .swiper-slide {
        height: 100vw;
    }
    .banners .banner .swiper-wrapper .swiper-slide .image {
        height: 100vw;
    }
    .banners .banner .swiper-wrapper .swiper-slide .image.image-pc {
        display: none;
    }
    .banners .banner .swiper-wrapper .swiper-slide .image.image-wap {
        display: block;
    }
    .section-abouts {
        padding: 2rem 0;
    }
    .abouts .box {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }
    .abouts .box .image {
        width: 100%;
        height: auto !important;
        box-shadow: unset;
    }
    .abouts .box .image img {
        width: 100%;
        height: auto !important;
    }
    .abouts .box .bx {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }
    .abouts .box .bx .h3 {
       display: flex;
        align-items: center;
        justify-content: center;
    }
    .abouts .box .bx .h4 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .abouts .box .bx .intro {
        text-align: center;
        max-height: 100% !important;
    }
    .abouts .box .bx .tags {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 1rem 0;
    }
    .abouts .box .bx .tags .tag-item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        width: 33%;
    }

    .abouts .box .bx .about-btn {
        display: none;
    }

    .section-advantage {
        padding: 0 0 4rem;
    }
    .advantage .box {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }
    .advantage .box .adv-item {
        width: 100%;
        margin-top: 2rem;
    }



    .section-products {
        padding: 2rem 0;
    }

    .products .pro-title {
        font-size: 28px;
    }
    .products .pro-title em {
        padding-left: 10px;
    }
    .products .category {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 8px;

    }
    .products .category a {
        white-space: nowrap;
    }
    .products .box {
        margin-top: 2rem;
    }
    .products .box .items {
        display: none;
        flex-wrap: wrap;
        width: 100%;
    }
    .products .box .items.active {
        display: flex;
    }
    .products .box .items .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .products .box .items .item .image {
        width: 100%;
        height: calc(100vw - 20px);
    }

    .products .box .items .item .message {
        margin-bottom: 2rem;
    }



    .section-services {
        padding: 2rem 0;
    }

    .section-services .services .app-list {
        margin-top: 0;
    }

    .section-services .services .app-list .p_list .item {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-top: 1rem;
        padding: 15px 6px;
    }
    .section-services .services .app-list .p_list .item:nth-child(2n),.section-services .services .app-list .p_list .item:nth-child(4n) {
        margin-right: 0;
    }
    .section-services .services .app-list .p_list .item .image {
        overflow: hidden;
        max-width: 35px;
        margin-right: 0;
        margin-left: auto;
    }
    .section-services .services .app-list .p_list .item .image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        filter: blur(0);
        transition: filter 1s;
    }
    .section-services .services .app-list .p_list .item .text-1 {
        line-height: normal;
        color: rgba(255,255,255,1);
        font-size: 16px;
        font-weight: normal;
        margin-top: 10px;
        text-align: left;
    }
    .section-services .services .app-list .p_list .item .text-2 {
        line-height: normal;
        color: rgba(255,255,255,1);
        font-size: 16px;
        font-weight: normal;
        margin-top: 10px;
        text-align: left;
    }

    .section-news {
        padding: 2rem 0;
    }
    .news .s-title {
        justify-content: center;
    }

    .news .s-title .l {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
    }




    .news .new-box {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        margin-top: 1rem;
    }
    .news .new-box .n-left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }
    .news .new-box .n-right {
        width: 100%;
    }
    .news .new-box .n-right .item {
        width: 100%;
        margin-right: 0;
        margin-top: 1rem;
    }
    .news .new-box .n-right .item:nth-child(2n){
        margin-right: 0;
    }
    .news .new-box .n-right .item:nth-child(3),.news .new-box .n-right .item:nth-child(4){
        margin-top: 1rem;
    }

    .news .new-box .n-right .item .desc {
        margin-top: 0.5rem;
    }
    .news .new-box .n-right .item .time {
        margin-top: 0.5rem;
    }

    .section-copyright {
        padding: 2rem 0 6rem;
        border-top: none;
    }
    .copyright {
        display: flex;
        align-items: center;
        justify-content: center;
       flex-flow: column;
    }
    .copyright p {
        line-height: 1.6rem;
        text-align: center;
    }

    .section-details {
        padding: 2rem 0;
        margin-bottom: 1rem;
    }

    .page-banners .page-banner .b-text span {
        font-size: 24px;
    }

    .details {
        min-height: 40vh;
    }
    .details .d-tile {
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }
    .details .d-tile.bf {
        position: relative;
    }
    .details .d-tile.bf:before {
        display: none;
    }
    .details .d-content {
        min-height: 40vh;
    }
    .page-banners {
        margin-top: 60px;
    }

    .mains .d-content {
        width: 100%;
        padding: 1rem 1rem;
    }

    .mains .d-content .pro-items .item {
        width: calc(50% - 0.5rem);
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .mains .d-content .pro-items .item:nth-child(2n-1) {
        margin-right: 1rem;
    }
    .mains .d-content .pro-items .item .image {
        width: 100%;
        height: calc(50vw - 10px - 0.5rem);
    }
    .page-num {
        display: none;
    }


    .mains .d-content .pro-detail {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        width: 100%;
        margin: 0;
    }
    .mains .d-content .pro-detail .m-photo {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mains .d-content .pro-detail .m-photo img {
        width: 100%;
    }

    .pro-detail .pro-info {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .pro-detail .pro-info .pro-h1 {
        color: #111;
        margin-bottom: 1rem;
        font-size: 1.4rem;
        width: 100%;
        text-align: center;
    }
    .pro-detail .pro-info .item {
        margin-top: 1rem;
        font-size: 0.8rem;
    }
    .pro-detail .pro-info .pro-desc {
        margin-top: 1rem;
    }
    .pro-detail .pro-info .pro-btn {
        margin-top: 1rem;
    }
    .pro-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        width: 100%;
        margin: 0;
        margin-top: 3rem;
    }
    .pro-content .pro-content-t {
        margin-bottom: 1rem;
    }
    .pro-content .pro-content-t span {
        font-size: 1.2rem;
        padding: 1rem 0;
        color: #1365B1;
        background-image: unset;
    }
    .pro-message {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        width: 100%;
        margin: 2rem 0 2rem;
    }
    .pro-message .mes-box {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        width: 100%;
        padding: 10px 10px;
        background: #fff;
    }
    .pagebar {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .pagebar .pagination {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 1rem 0;
    }

    .pagination a {
        font-size: 0.9rem;
        padding: 0.5rem 0.5rem;
    }

    .mains .d-content .news-items a.n-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0;
        background: none;
        margin-top: 1rem;
    }
    .mains .d-content .news-items a.n-link .image {
        width: 8rem;
        height: 5rem;
    }
    .mains .d-content .news-items a.n-link .n-con {
        width: calc(100% - 9rem);
    }
    .mains .d-content .news-items a.n-link .n-con .l {
        width: 100%;
    }
    .mains .d-content .news-items a.n-link .n-con .l .time {
        display: none;
    }
    .mains .d-content .news-items a.n-link .n-con .l .t {
        margin-top: 0;
    }

    .mains .d-content .news-items a.n-link .n-con .l .s {
        margin-top: 0.5rem;
    }
    .mains .d-content .news-items a.n-link .n-con .more {
        display: none;
    }


}

@media (max-width: 1440px){
    .elegance .fc-box  .prev2{ left:-50px}
    .qywh02 .next2{ right:-50px}
    .elegance .fc-box .ihd .cn{ font-size:20px; }
    .elegance .fc-box .ihd .en{ font-size:12px; margin-top:12px}
    .elegance .fc-box .nr{ margin-top:20px}
}
@media (max-width:750px){
    .elegance .fc-box .prev2{ left:-0; width:36px; height:36px; background-size:100%; top:50%; margin-top:-33px}
    .elegance .fc-box .next2{ right:-0; width:36px; height:36px; background-size:100%; top:50%; margin-top:-33px}
    .elegance .fc-box .swiper02 .swiper-slide{ width:90%}
    .elegance .fc-box .swiper02 .swiper-slide .title{ margin-top:10px; font-size:14px}
    .elegance .fc-box .swiper02 .swiper-slide .pic span{ height:4px}
    .elegance .fc-box{ background-size:auto 60%; margin:40px 0 0 0; padding-bottom:40px}
}
