a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

a:hover {
    color: #333;
}

.header-top {
    height: 40px;
    line-height: 40px;
}

@font-face {
    font-family: 'bebas';
    src: url('../font/HELVETICA LT 63 MEDIUM EXTENDED.TTF')
}

.font {
    font-family: bebas;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
}

.menu-box,
.language-box {
    height: 90px;
    color: #fff;
}

.header-menu>li {
    height: 90px;
    padding: 0 30px;
    line-height: 90px;
    position: relative;
}

.header-menu li.active {
    background-color: #fff;
}

.header-menu li.active>a,
.pro-menu-two .active a {
    color: #0084bb;
}

.header-menu ul {
    position: absolute;
    top: 80px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
}

.header-menu>li:hover>a {
    color: #75bd2d;
}

.header-menu>li:hover>ul {
    top: 90px;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
}

.header-menu ul li {
    width: 100%;
    white-space: nowrap;
    padding: 15px 20px;
    line-height: initial;
}

.language-box:hover .language-box2 {
    opacity: 1;
    visibility: visible;
    transition: all 1s;
}

.header-menu ul li:hover a {
    color: #75bd2d;
}

.menu-box .language-box2 {
    position: absolute;
    left: 0;
    top: 90px;
    background-color: #fff;
    padding: 20px 18px 16px 18px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
}

.menu-box .language-box2>div {
    margin-bottom: 14px;
    position: relative;
}

.menu-box .language-box2 .active a,
.menu-box .language-box2>div:hover a {
    color: #75bd2d;
}

.menu-box .language-box2 .active::after {
    position: absolute;
    left: -18px;
    top: 6px;
    content: '';
    width: 4px;
    height: 20px;
    background-color: #75bd2d;
}

.m-block,
.phone-menu {
    display: none;
}

.phone-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #333;
    z-index: 11;
    display: none;
}

.close {
    font-size: 36px;
    color: #fff;
    text-align: right;
    padding: 20px;
}

.list_dt {
    background: #333;
    color: white;
    width: 100%;
    padding: 0 40px 0 20px;
    line-height: 48px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #464646;
}

.list_dt:hover {
    background: #222;
}

.list_dt:hover ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4285F4;
}

#open {
    background: #222;
}

#open ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #002b6e;
}
.search-box{
    position: relative;
}
.search-box input {
    border: 1px solid #0084bb;
    border-radius: 20px;
    width: 420px;
    height: 40px;
    padding: 0 40px 0px 15px;
}
.search-box button {
    background: transparent;
    position: absolute;
    right: 10px;
    top: 3px;
}
.more-pro{
    width: 200px;
    height: 55px;
    text-align: center;
    margin: 0 auto;
}
.list_dt_icon {
    position: absolute;
    right: 10px;
    top: 8px;
    display: block;
    width: 26px;
    height: 26px;
    background: url("../imgs/off.png") no-repeat;
}

#open .list_dt_icon {
    background: url("../imgs/open.png") no-repeat;
}

.list_dd {
    display: none;
}

.list_li {
    background: #4e4e4e;
    list-style-type: none;
    color: white;
    width: 100%;
    padding: 0 30px;
    line-height: 48px;
    cursor: pointer;
    border-bottom: 1px solid #6b6b6b;
}

.list_li:hover {
    background: #002b6e;
}


/*  */

main {
    margin-top: 130px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
}

.swiper-pagination-bullet {
    width: 60px;
    height: 4px;
    background-color: #ffffff;
    opacity: 0.5;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.banner-swiper,
.institution-swiper {
    --swiper-navigation-size: 0;
}

.banner-swiper .swiper-button-prev,
.banner-swiper .swiper-rtl .swiper-button-next {
    left: 9vw;
}

.banner-swiper .swiper-button-next,
.banner-swiper .swiper-rtl .swiper-button-prev {
    right: 9vw;
    left: auto;
}


/* pro */

.pro-one>li {
    background-color: #fff;
    height: 46px;
    border-radius: 23px;
    line-height: 46px;
    width: 18.6%;
}

.pro-one>li.active {
    background-color: #0084bb;
    position: relative;
}

.pro-one>li.active>a {
    color: #fff;
}

.pro-one>li .pro-two {
    display: none;
}

.pro-one>li:nth-child(2) .pro-two {
    margin-left: -110%;
}

.pro-one>li:nth-child(3) .pro-two {
    margin-left: -218%;
}

.pro-one>li:nth-child(4) .pro-two {
    margin-left: -328%;
}

.pro-one>li:nth-child(5) .pro-two {
    margin-left: -438%;
}

.pro-one>li.active .pro-two {
    display: flex;
    background-color: #e4e8ed;
    border-radius: 23px;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.pro-one>li.active .pro-two li {
    padding-left: 1.3vw;
}

.pro-one>li.active::after {
    position: absolute;
    top: 46px;
    left: 50%;
    transform: translate(-50%);
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-top-color: #0084bb;
    content: '';
}
.qy-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    width: 100%;
}
.pro-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    width: 100%;
}
.zzjg-box img {
    max-width: 100%;
}
.pro-box>div {
    overflow: auto;
}

.pro-content {
    padding: 0 20px 30px 20px;
}

.pro-content .more-button {
    width: 120px;
    height: 36px;
    color: #0084bb;
    border-radius: 18px;
    border: solid 1px #0084bb;
    line-height: 34px;
}

.pro-box>div:hover {
    box-shadow: 0px 0px 20px #e3e8ef;
}

.pro-box>div:hover .more-button,
.news-content a:hover .new-more,
.related-swiper .swiper-slide:hover .more-button {
    background-color: #0084bb;
    color: #fff;
    transition: all 1s;
}

.why-icon {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex: 0.92;
}

.why-icon>div:nth-child(1),
.why-icon>div:nth-child(3) {
    border-bottom: 1px solid #dde2e9;
}

.why-icon>div:nth-child(2) {
    border: 1px solid #dde2e9;
    border-top: none;
}

.why-icon>div:nth-child(5) {
    border: 1px solid #dde2e9;
    border-top: none;
    border-bottom: none;
}

.suppliers-box {
    position: absolute;
    right: 0;
    top: 61%;
    width: 71vw;
    padding: 58px 14vw;
    background-image: url(../imgs/why-right.png);
    background-repeat: no-repeat;
    background-position: 5vw 88%;
}

.suppliers-box:hover {
    background-position: 6vw 88%;
    transition: all .5s;
}

.card-header {
    background-color: #003278;
    padding: 0 0;
}

.btn-link {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    background-image: url(../imgs/jian.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 98%;
}

.collapsed {
    background-image: url(../imgs/jia.png);
}

.card-body {
    border: solid 1px #003278;
    background-color: #0084bb;
    color: #fff;
    font-size: 1rem;
    line-height: 24px;
    padding: 1.875rem;
}

.card {
    border: none;
    margin-bottom: 10px;
}

.about-content {
    flex: 0.9;
}

.about-img {
    width: 36vw;
}

.about-img .bg00 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 80px;
}

.about-img:hover .bg00 img {
    transform: scale(1.3);
    transition: all .5s;
}

.num-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 60px;
}

.num-box .font {
    border-bottom: 1px solid #333333;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cases-box,
.clients-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.clients-box>a>div {
    width: 100%;
    height: 100%;
}

.brands-box {
    background-image: url(../imgs/brands.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.6vw;
}

.brands-content-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    width: 60%;
}

.brands-content-box p {
    height: 46px;
    background-color: #0e3544;
    line-height: 20px;
}

.clients-box .clients-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 90deg, rgb(0, 43, 110) 0%, rgba(0, 43, 110, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0, 43, 110) 0%, rgba(0, 43, 110, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0, 43, 110) 0%, rgba(0, 43, 110, 0) 100%);
}

.clients-box .clients-title p {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.institution-box {
    background-image: url(../imgs/BRANCHES.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.institution-box .wrap {
    height: 100%;
}

.institution-img {
    position: absolute;
    top: 50%;
    left: 0;
}

.institution-button {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.institution-button p {
    height: 46px;
    background-color: #002b6e;
    line-height: 46px;
    cursor: pointer;
}

.institution-button p.active {
    background-color: #ff7a24;
}

.news-button p {
    width: 179px;
    height: 36px;
    background-color: #ced1d6;
    border-radius: 18px;
    line-height: 36px;
    cursor: pointer;
}

.news-button p.active,
.pro-menu>div.active,
.pro-menu>div.active a,
.pages a.Ahover {
    background-color: #0084bb;
    color: #fff;
}
.PreSpan,.NextSpan{
    width: 20px;
}

.pro-imgs{
    height: 17.1vw;
}

.news-content .bgfff,
.why-icon>div,
.footer-top .footer-input,
.pro-menu-two,
.history-box .history-time,
.history-box .history-content,
.history-imgs {
    padding: 30px;
}
.news-content .sw-new{
    height: 610px;
}

.news-content .new-time-zz {
    position: absolute;
    top: 13.7vw;
    left: 50px;
}

.news-content .new-time-box {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    flex-direction: column;
    position: absolute;
    top: 14vw;
    left: 82px;
    z-index: 1;
}

.news-content .news-img {
    height: 14vw;
    width: 100%;
    overflow: hidden;
}

.news-content .new-more {
    width: 180px;
    height: 40px;
    border: solid 1px #333333;
    line-height: 38px;
}

.news-content a:hover .news-img img,
.history-imgs>div:hover img {
    transform: scale(1.1);
    transition: all .5s;
}
.tuite-box .befor,
.tuite-box:hover .after{
    display: none;
}
.tuite-box:hover .befor{
    display: block;
}
.news-content a:hover .new-more img,
.footer-icons>div:hover img,
.follow-icon div:hover img {
    filter: grayscale(100%) brightness(500%);
}

.footer-bottom {
    line-height: 50px;
}
.hezuo-form .firstRow td{
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.footer-icons>div {
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 3px;
}

.footer-icons>div:hover {
    background-color: #ff7a24;
    transition: all .5s;
}

.footer-pro li:hover a {
    color: #ff7a24;
}

.footer-input input,
.footer-input textarea {
    width: 100%;
    border: solid 1px #2f73dc;
    background: transparent;
    padding-left: 10px;
    color: #fff;
}

.footer-input input {
    height: 36px;
}

.footer-input textarea {
    height: 72px;
}

.footer-top .footer-one {
    width: 23%;
}

.footer-input {
    width: 300px;
}

.footer-input button {
    width: 120px;
    height: 36px;
    background-color: #ff7a24;
    border: solid 0px #2f73dc;
}


/* pro */

.banner .banner-title {
    position: absolute;
    top: 41%;
    left: 14vw;
    z-index: 1;
}

.banner .banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.pro-menu>div {
    flex: 1;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.pro-menu-two .brand-box2 {
    display: contents;
    /*grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr ;*/
    /*grid-gap: 10px 20px;*/
}

.pro-menu-two .brand-box2>div {

    white-space: nowrap;
}

.pro-more {
    cursor: pointer;
}

.pro-menu-two .brand-box {
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 28px;
    margin-bottom: 28px;
    margin-left: 35px;
    max-height: 78px;
    overflow: hidden;
    width: 100%;
}

.model-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-left: 35px;
    width: 100%;
}
.model-box>div{
    white-space: nowrap;
}

.pro-content-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px 20px;
}

.pages {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pages a {
    padding: 10px 14px;
}

.pages .all,
.pages a:nth-child(2),
.pages a[title|="尾页"] {
    /*display: none;*/
}

.position {
    line-height: 46px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.mySwiper2 {
    height: 610px;
    width: 610px;
}

.mySwiper {
    height: 100px;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.news-content {
    --swiper-navigation-size: 0;
}

.pro-swiper {
    width: 610px;
    --swiper-navigation-size: 24px;
}

.pro-swiper .swiper-button-next,
.pro-swiper .swiper-button-prev {
    width: 60px;
    height: 60px;
    background-color: #cccccc;
    border-radius: 50%;
}

.pro-swiper .swiper-button-next:hover,
.pro-swiper .swiper-button-prev:hover {
    background-color: #0084bb;
    transition: all .5s;
}

.pro-content2 {
    flex: 0.95;
}

.pro-content2 .line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.down-button {
    width: 240px;
    height: 48px;
    background-color: #e3efff;
}

.inquiry-button {
    width: 240px;
    height: 48px;
    line-height: 48px;
}
.inquiry-button:hover{
    font-size: 18px;
    transition: .8s;
}
.pro-details {
    line-height: 80px;
    margin-top: -60px;
}

.pro-details>p {
    flex: 1;
    cursor: pointer;
}

.pro-details>p.active {
    color: #333333;
    border-bottom: 4px solid #0084bb;
}

.pro-specification {
    line-height: 28px;
}

.related-swiper {
    padding-bottom: 60px;
}

.related-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border: solid 1px #0084bb;
    border-radius: 50%;
}

.related-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #0084bb;
}

.related-swiper .pro-content {
    padding: 0;
}

.related-swiper .swiper-horizontal>.swiper-pagination-bullets,
.related-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.related-swiper .swiper-pagination-custom,
.related-swiper .swiper-pagination-fraction {
    bottom: 0px;
}

table {
    width: 100%;
}

table td {
    border: 1px solid #ccc;
    line-height: 26px;
    padding: 6px 20px;
    color: #666;
}

table tr td:nth-child(odd) {
    background-color: #f8f8f8;
    color: #333;
}

.pro-specification input {
    width: 410px;
    height: 46px;
    border: 1px solid #ccc;
    padding-left: 20px;
}

.pro-specification textarea {
    border: 1px solid #ccc;
    width: 100%;
    height: 120px;
    padding-left: 20px;
    padding-top: 16px;
}

.pro-specification button {
    width: 300px;
    height: 46px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
}

.imgVideo {
    width: 100%;
}

.imgVideo video {
    max-width: 100%;
}

.history-box {
    border: 1px solid #ccc;
    width: 78%;
}

.history-box>div {
    border-bottom: 1px solid #ccc;
}

.history-box>div:last-child {
    border-bottom: none;
}

.history-box .history-time {
    border-right: 1px solid #ccc;
    height: auto;
    width: 140px;
}

.history-box .history-content {
    flex: 1;
}

.history-imgs {
    flex: 1;
    line-height: 30px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    border: 1px solid #ccc;
}

.hover2 {
    display: none;
}

.news-content .swiper-button-prev:hover .hover1,
.news-content .swiper-button-next:hover .hover1 {
    display: none;
}

.news-content .swiper-button-prev:hover .hover2,
.news-content .swiper-button-next:hover .hover2 {
    display: block;
}

.news-content .swiper-button-prev,
.news-content .swiper-rtl .swiper-button-next {
    left: -150px;
    right: auto;
}

.news-content .swiper-button-next,
.news-content .swiper-rtl .swiper-button-prev {
    right: -150px;
    left: auto;
}
.new-new-content .f16{
    line-height: 32px;
}
.new-new-content img {
    max-width: 100%;
}

@media (min-width: 1366px) and (max-width: 1450px) {
    .wrap {
        width: 1300px;
    }
    .why-icon {
        flex: 0.98;
    }
    .suppliers-box {
        background-position: 3vw 88%;
        top: 65%;
        padding: 58px 30px 58px 180px;
    }
    .suppliers-box:hover {
        background-position: 4vw 88%;
    }
    .pro-specification input {
        width: 378px;
    }
    .blog2-right img {
        margin-right: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .wrap {
        width: 1100px;
    }
    .model-box {
      grid-template-columns: 1fr 1fr;
    }
    .pro-menu-two .brand-box2 {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .header-menu>li {
        padding: 0 26px;
    }
    .banner-swiper .swiper-button-prev,
    .banner-swiper .swiper-rtl .swiper-button-next {
        left: 4vw;
    }
    .banner-swiper .swiper-button-next,
    .banner-swiper .swiper-rtl .swiper-button-prev {
        right: 4vw;
        left: auto;
    }
    .why-icon {
        flex: 1;
    }
    .news-content .bgfff,
    .why-icon>div,
    .footer-top .footer-input,
    .pro-menu-two,
    .history-box .history-time,
    .history-box .history-content,
    .history-imgs {
        padding: 20px;
    }
    .suppliers-box {
        background-position: 3vw 88%;
        top: 65%;
        padding: 58px 30px 58px 230px;
    }
    .brands-content-box {
        width: 72%;
    }
    .news-content .new-time-zz {
        top: 13.3vw;
        left: 6px;
    }
    .news-content .new-time-box {
        left: 38px;
    }
    .pro-menu .f18 {
        font-size: 16px;
    }
    .pro-swiper {
        width: 414px;
        --swiper-navigation-size: 24px;
    }
    .mySwiper2 {
        height: 414px;
        width: 414px;
    }
    .pro-specification input {
        width: 312px;
    }
    .content-pcb-left {
        width: 68%;
    }
    .blog2-right img {
        margin-right: 10px;
    }
    .footer-top .footer-one {
        width: 26%;
    }
}

@media (max-width: 750px) {
    .wrap,
    .footer-input,
    .content-pcb-left{
        width: 90vw;
    }
    .m-block,
    .turnkey-box2-img {
        display: block;
    }
    .m-none,
    .header-top,
    .language-box>.f16,
    .pro-two,
    .pro-one>li.active::after,
    .turnkey-box2-img2 {
        display: none !important;
    }
    .menu-box .language-box2 {
        left: -90px;
    }
    .search-box {
        margin-top: 20px;
        width: 100%;
    }
    .search-box input{
        width: 100%;
    }
    main {
        margin-top: 90px;
    }
    .banner-swiper {
        height: 500px;
    }
    .hezuo-form .firstRow td{
        font-size: 12px;
    }
    .p90,
    .p60 {
        padding: 30px 0;
    }
    .content-pcb-right {
        margin-left: 0;
        width: 100%;
    }
    .pp60 {
        padding: 30px;
    }
    .pb60 {
        padding-bottom: 30px;
    }
    .news-content .bgfff,
    .why-icon>div,
    .footer-top .footer-input,
    .pro-menu-two,
    .history-box .history-time,
    .history-box .history-content,
    .history-imgs {
        padding: 10px;
    }
    .mb60 {
        margin-bottom: 20px;
    }
    .f50,
    .f60,
    .f36 {
        font-size: 1.875rem;
    }
    .f16 {
        font-size: 14px;
        line-height: 24px;
    }
    .f14 {
        font-size: .75rem;
    }
    .f18,
    .f20 {
        font-size: 1rem;
        line-height: 22px;
    }
    .f30,
    .f28 {
        font-size: 1.25rem;
        line-height: 28px;
    }
    .pro-one>li {
        width: 100%;
        margin-bottom: 8px;
    }
    .mb116,
    .mb40,
    .contanct-box p {
        margin-bottom: 20px;
    }
    .mb10 {
        margin-bottom: 5px;
    }
    .mb30,
    .mb20,
    .footer-top .footer-one {
        margin-bottom: 10px;
    }
    .mr20 {
        margin-right: 2px;
    }
    .pro-box,
    .num-box,
    .clients-box,
    .imgs-box,
    .fac-imgs,
    .logo-box {
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    .pro-content {
        padding: 0 8px 8px 8px;
    }
    .about-content,
    .why-icon {
        flex: auto;
    }
    .why-icon {
        grid-template-columns: 1fr 1fr;
    }
    .why-icon>div {
        border: 1px solid #dde2e9;
    }
   .news-content .sw-new {
        height: 465px;
    }
    .suppliers-box {
        position: inherit;
        right: auto;
        top: auto;
        width: 100%;
        padding: 30px 20px;
        background-image: none;
    }
    .btn-link {
        white-space: normal;
        width: 95%;
        background-position-x: 100%;
    }
    .about-img,
    .brands-content-box,
    .footer-top .footer-one,
    .pro-swiper,
    .mySwiper2,
    .pro-content2,
    .pro-specification button,
    .history-box,
    .turnkey-box,
    .contanct-box p,
    .tow-input>div,
    .info-imgs,
    .info-cart {
        width: 100%;
    }
    .cases-box,
    .blog-big-box,.qy-box,
    .blog-big-box2{
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .clients-box .clients-title p {
        bottom: 10px;
        left: 10px;
    }
    .news-button p {
        width: 42vw;
        margin-bottom: 6px;
    }
    .news-content .news-img,
    .blog-big-img {
        height: 210px;
    }
    .news-content .new-time-zz {
        top: 185px;
        left: 24px;
    }
    .mb50 {
        margin-bottom: 30px;
    }
    .news-content .new-time-box {
        top: 190px;
        left: 56px;
    }
    .pro-menu>div,
    .pro-content2 {
        flex: auto;
    }
    .banner {
        height: 200px;
    }
    .banner .banner-title {
        left: 20px;
    }
    .pro-menu-two .brand-box {
        padding-bottom: 12px;
        margin-bottom: 12px;
        margin-left: 12px;
        max-height: 66px;
    }
    .pro-menu-two .brand-box2 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 6px 6px;
    }
    .model-box {
        grid-template-columns: 1fr;
        grid-gap: 6px 6px;
        margin-left: 12px;
    }
    .model-box > div,.pro-menu-two .brand-box2 > div{
        white-space: normal;
    }
    .pro-imgs {
      height: 180px;
    }
    .mySwiper2 {
        height: 243px;
    }
    .inquiry-button {
        width: 36vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pro-details {
        margin-top: 0;
    }
    .pro-specification input {
        width: 74vw;
        margin-bottom: 10px;
    }
    table td {
        padding: 2px;
        font-size: 8px;
    }
    .flex2 {
        flex-wrap: wrap;
    }
    .history-box .history-time {
        width: 90px;
    }
    .imgimg2 {
        height: 230px;
    }
    .bg-zhezhao-content {
        width: 90%;
        height: 87vh;
        margin-top: 30px;
        padding: 30px 1px;
    }
    .imgs-cart-icon i {
        margin-left: 38%;
    }
    .blog-title {
        font-size: 22px;
        line-height: 26px;
    }
    .blog-time,
    .tow-input>div input,
    .intl-tel-input {
        margin-bottom: 10px;
    }
    .fac-img {
        height: 134px;
    }
    .turnkey-box2 {
        width: 100%;
        height: 200px;
        margin-bottom: 10px;
    }
    .logos p {
        margin-top: 10px;
    }
    .info-box>div {
        margin-bottom: 10px;
    }
    .info-box>div:last-child {
        margin-bottom: 0;
    }
}