/* public */
body,
html {
    overflow-x: hidden;
}

.bannercontent_title {
    display: none !important;
}

.nav_wrap .head_nav>li li a:hover {
    color: #f15b39;
}

.navbar-toggler {
    background-color: #f15b39 !important;
}

.fixed-nav-active .fixed-nav-appear {
    display: none;
}

.public_ad_header .public_ad_header_social_media a i {
    color: #f15b39;
    font-size: 22px;
}

.public_ad_header .public_ad_header_social_media a {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 5px;
}

.head_layer .container {
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 9;
}

.t50 {
    margin-top: 50px;
}

.b20 {
    margin-bottom: 20px;
}

.b40 {
    margin-bottom: 40px;
}

.b60 {
    margin-bottom: 60px;
}

.tm30 {
    margin-top: 30px;
}

.index_tit {
    text-align: center;
}

.index_tit h2 {
    font-size: 80px;
    color: #181818;
    font-weight: 800;
}

.index_tit p {
    font-size: 38px;
    color: #7994A5;
}

.public_ad_header_tel {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #000 !important;
}

.indexalltitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.indexalltitle img {
    width: 50px;
    height: 50px;
}

.indexalltitle h2 {
    font-size: 48px;
    color: #000;
    font-weight: bold;
    margin: 0 10px;
    text-align: center;
    word-break: break-all;
}

.indexalltitle .indexalltitleimg1 {
    margin-top: -40px;
    display: block;
}

.indexalltitle .indexalltitleimg2 {
    margin-top: 45px;
    display: block;
}

.common_title {
    padding: 50px 0;
}

.common_title h2 {
    color: #000;
    font-size: 50px;
    font-weight: bolder;
    word-break: break-all;
}

.common_title span {
    color: #3891FC;
    font-size: 50px;
    font-weight: bolder;
}

.common_title p {
    color: #0A192BB3;
    font-size: 18px;
    line-height: 2;
    padding: 0 0 0 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}



/* product */
.indexproduct {
    background: url(../images/productbg.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 60px 0 0 0;
}

.indexproduct_img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 100%;
}

.indexproduct_img img {
    border-radius: 30px;
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexproduct_mainpos {
    margin-bottom: 10px;
}

.indexproduct_list {
    height: 100%;
    border-radius: 35px;
    border: solid 2px #fff;
    padding: 20px 40px;
    text-align: center;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexproduct_list:hover {
    background: #fff;
    transform: scale(1.05);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    box-shadow: 0px 0px 15px 0px #b3b3b3;

}

.indexproduct_title {
    margin: 20px 0;
}

.indexproduct_title h3 {
    font-size: 27px;
    color: #000;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    word-break: break-all;
    margin: 5px 0 10px 0;
}

.indexproduct_title p {
    font-size: 18px;
    color: #565454;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    word-break: break-all;
}


.indexproduct_more a {
    padding: 15px 40px;
    border: solid 1px transparent;
    margin-bottom: 10px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 15px;
    background-image: linear-gradient(to right,
            rgb(239, 87, 57),
            rgb(209, 23, 54),
            rgb(238, 84, 56));
    border-radius: 250px;
    font-weight: 600;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* good */
.indexgood {
    padding: 60px 0;
}

.indexgood .swiper-slide {
    height: auto;
    overflow: auto;
    padding-bottom: 50px;
}

.indexgood .swiper-pagination-bullet {
    opacity: 1;
    width: 15px;
    height: 15px;
    background-color: #d4d1d1;
}

.indexgood .swiper-pagination-bullet-active {
    background-color: #f15b39;
    width: 30px;
    border-radius: 10px;
}


.indexgood .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.aibom_list {
    height: 100%;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 30px 20px;

}

.aibom_img img {
    height: 100px;
}

.aibom_text {
    margin-top: 15px;
    margin-bottom: 15px;
}

.aibom_text h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    word-break: break-all;
}

.aibom_text p {
    word-break: break-all;
    font-size: 18px;
    color: #f15b39;
    font-weight: bold;
}

/* about company */
.indexabout {
    background: url(../images/aboutbg.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 80px 0;
}

.indexaboutbtn a {
    width: 30%;
    border-radius: 30px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    border: 1px solid #f15b39;
    color: #000 !important;
    background: transparent;
    font-size: 20px;
    font-weight: bolder;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexaboutbtn a:hover {
    border: 1px solid #f15b39;
    color: #fff !important;
    background: linear-gradient(to right,
            rgb(239, 87, 57),
            rgb(209, 23, 54),
            rgb(238, 84, 56));
    font-size: 20px;
    font-weight: bolder;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexabout_title {
    /* margin: 30px 0; */
}

.indexabout_title h3 {
    font-size: 50px;
    color: #f15b39;
    font-weight: bolder;
    word-break: break-all;
}

.indexgood_more {
    margin: 0 0 10px 0;
}

.indexabout_title h1 {
    font-size: 40px;
    color: #f15b39;
    margin: 20px 0;
    word-break: break-all;
}

.indexabout_title p {
    font-size: 16px;
    color: #0A192BB3;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
}

.indexaboutimg img {
    border-radius: 20px;
    vertical-align: middle;
}

/* picture */
.index_pic {
    background: #ecf0fa;
    padding: 0 0 20px 0;
}

.webmian_list {
    display: flex;
    padding: 30px 25px;
}

.webleft_left {}

.webleft_left img {
    height: 100px;
}

.webleft_right {
    width: 80%;
    padding: 20px 20px;

}

.weblist_title h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
    font-weight: bold;
    word-break: break-all;
}

.weblist_title p {
    font: size 18px;
    color: #fe773a;
    word-break: break-all;
}

.weblogin {
    width: 100%;
    height: 400px;
    background: palegoldenrod;
}

.webfooter {
    width: 100%;

}

.webf_title {
    font-size: 38px;
    color: #002749;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    margin-top: 30px;
}

.webf_text {
    font-size: 20px;
    color: #ce1b92;
    margin-bottom: 50px;

}

.webf_img {
    width: 220px;
    height: 180px;
    background: #fff;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.webf_img img {
    width: 130px;
    height: 130px;
}

/* price */
.indexpricebg {
    background: #ecf0fa;
}

.indexprice_main {
    padding: 30px 100px;
}

.indexprice {
    border-radius: 30px;
    background: url(../images/pricebg.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 80px 0;
}

.indexprice_title h2 {
    font-size: 45px;
    font-weight: bolder;
    color: #ffffff;
    word-break: break-all;
    margin: 5px 0;
}

.indexprice_title p {
    font-size: 25px;
    font-weight: bolder;
    color: #ffffff;
    word-break: break-all;
    margin: 5px 0;
}

.indexprice_nav p {
    font-size: 30px;
    font-weight: bolder;
    color: #ffffff;
    word-break: break-all;
    margin: 5px 0;
}

.indexprice_nav a {
    width: 30%;
    border-radius: 30px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    border: 1px solid #ffffff;
    color: #000 !important;
    background: #fff;
    font-size: 20px;
    font-weight: bolder;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

/* brand */
.indexbrand {
    background: #ecf0fa;
    padding: 50px 0;
}

.indexbrand_title {
    margin: 30px 0;
}

.indexbrand_title h2 {
    font-size: 40px;
    color: #002749;
    margin-bottom: 10px;
    font-weight: bold;
}

.indexbrand_title p {
    font-size: 20px;
    color: #C70136;
}

.indexbrand .swiper-slide {
    height: auto;
}

.indexbrand_img {
    padding: 20px 0;
    height: 100%;
    background: #fff;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexbrand_img img {
    height: 130px;
}

/* evaluate */
.index_evaluate {
    padding: 60px 0;
    background: url(../images/productbg.jpg) no-repeat 50% 50% fixed;
    background-size: cover;
}

.index_evaluate .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: 70px;
}

.index_evaluate_mainn {
    padding: 30px;
}

.index_evaluate_mainname {
    display: flex;
}

.index_evaluate_mainname h3 {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #C70136;
    padding-left: 20px;
    word-break: break-all;
}

.index_evaluate_mainname img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.index_evaluate_mainicon {
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.index_evaluate_mainicon p {
    margin: 0 10px;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 0%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.index_evaluate_mainword p {
    margin: 20px 0;
    padding-left: 30px;
    border-left: 4px solid #c70136;
    font-size: 16px;
    color: #0A192BB3;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;

}

.index_evaluate_mainname i {
    font-size: 30px;
    color: #F15B39;
}

.index_evaluate_mainn {
    height: 100%;
}

.index_evaluate .swiper-slide {
    height: auto;
    overflow: auto;
    padding-bottom: 80px;
}



.index_evaluate .swiper-button-next,
.index_evaluate .swiper-button-prev {
    bottom: 0;
    top: auto;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 10%;
    text-align: center;
    background: linear-gradient(to right, rgb(239, 87, 57), rgb(209, 23, 54), rgb(238, 84, 56));
    z-index: 9999;
}

.index_evaluate .swiper-button-next:after,
.index_evaluate .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.index_evaluate .swiper-button-next:hover,
.index_evaluate .swiper-button-prev:hover {
    background: linear-gradient(to right, rgb(245, 120, 95), rgb(212, 62, 87), rgb(238, 120, 100));
}


/* news */
.blog {
    background: #ecf0fa;
    padding: 50px 0 ;
}


.blogtu {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 100%;
    display: block;
}

.blogtu img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blogimg {
    position: relative;
    overflow: hidden;
    display: block;
    background: #eaeaea;
}

.blogimg h4 {
    padding: 10px 30px;
    background-color: #f15b39;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 9;
}

.blogcover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.blog_txt {
    margin-top: 20px;
}

.blog_txt h3 {
    font-size: 22px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blog_txt p {
    font-size: 16px;
    color: #666;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_go {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.blog_go span {
    font-size: 16px;
    color: #f15b39;
    font-weight: bold;
}

.blog_go i {
    font-size: 16px;
    color: #f15b39;
    margin-left: 10px;
    font-weight: bold;
}

.blog_li {
    margin-bottom: 30px;
}
.blog_box{
    height: 100%;
}
.blog_li:hover .blogtu img {
    transform: scale(1.2);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blog_li:hover .blog_txt h3 {
    color: #f15b39;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blog_go:hover {
    margin-left: 20px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

/* footer */
.footer {
    background: #02182d;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}

.footer .container {
    z-index: 999;
    position: relative;
}

/* .footer_mask{
     width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);position: absolute;top: 0;left: 0;z-index: 9;
   } */
.footer_logo img {
    max-height: 100px;
    vertical-align: middle;
    max-width: initial;
    margin-bottom: 30px;
}

.footer_main h2 {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

.footer .public_ad_header_social_media {
    justify-content: flex-start;
    margin-left: 0;
}

.footer .public_ad_header_social_media a i {
    color: #f15b39;
    font-size: 22px;
}

.footer .public_ad_header_social_media a {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 5px;
}

.footer_page h3,
.footer_product h3,
.footer_contact h3,
.footer_nav h3 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 20px;
}

.footer_page a,
.footer_product a {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    text-transform: none;
    word-wrap: break-word;
    word-break: break-all;
}

.footer_product a:hover {
    text-decoration: underline !important;
    color: #ff883e;
}

.footer_page a:hover {
    text-decoration: underline !important;
    color: #ff883e;
}

.footer_contact li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* flex-wrap: wrap;  */
    margin: 30px 0;
}

.footer_contact li i {
    font-size: 24px;
    color: #fff;
    margin-right: 10px;
    border: 1px solid #f15b39;
    background-color: #f15b39;
    padding: 10px 15px;
    border-radius: 50%;
}

.footer_p p {
    font-size: 16px;
    color: #000;
}

.footer_p {
    margin-bottom: 40px;
}

.footer_contact li p {
    font-size: 18px;
    color: #000;
    flex: 1;
    font-weight: bold;
}

.footer_contact li a {
    font-size: 18px;
    color: #000;
    flex: 1;
}

.footer_copyrights {
    padding: 40px 0 0px 0;
    width: 100%;
    font-size: 18px;
    color: #fff;
}

.footer_copyrights_name {
    font-size: 14px;
    color: #fff;
}

.footer_copyrights_p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    color: #fff;
}

.footer_Powered {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    color: #fff;
    display: inline;
}

.footer_copyrights_p p {
    font-size: 14px;
    color: #fff;
    display: inline;
}

.footer_copyrights_p a {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    display: inline;
    text-decoration: underline;
}

.footer_tags {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 10px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.footer_tags p {
    font-size: 14px;
    color: #fff;
    text-transform: none;
}

.footer_tags a {
    font-size: 14px;
    color: #fff;
    display: block;
    margin: 5px 5px 5px 0;
}

.footer_tags a:hover {
    text-decoration: underline !important;
    color: #ff883e;
}

.footer_maincontent_neiye .footer_contact li p {
    font-size: 16px;
}

.footer_flex_neiye .footer_contact li i {
    padding: 5px 10px;
    font-size: 18px;
}

.footer_flex_neiye .footer_contact li {
    margin: 0 0 20px 0;
}

.footer_flex_neiye .footer_contact li p {
    font-weight: normal;
}

.footer_maincontent {
    position: relative;
    z-index: 999;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
}

.footer_flex {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 50px;
    align-items: center;
}

.footer_flex_neiye {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 50px;
}

.footer_maincontent_neiye {
    position: relative;
    z-index: 999;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
}

@media (max-width: 576px) {
    
.footer_maincontent {
    margin-top: 0px;
}
    .indexproduct_list {
        padding: 10px;
    }

    .indexproduct_title h3 {
        font-size: 20px;
    }

    .indexproduct_title p {
        font-size: 14px;
    }

    .indexproduct_more a {
        padding: 10px 15px;
    }

    .aibom_text h3 {
        font-size: 16px;
    }

    .aibom_text p {
        font-size: 16px;
    }

    .indexgood .swiper-pagination {
        display: none;
    }

    .indexgood {
        padding: 20px 0;
    }

    .indexgood .swiper-slide {
        padding-bottom: 0px;
    }

    .indexaboutbtn a {
        width: 60%;
    }

    .webmian_list {
        padding: 10px;
    }

    .indexprice {
        padding: 20px 0;
    }

    .indexprice_main {
        padding: 10px;
    }

    .indexprice_title h2 {
        font-size: 30px;
    }

    .indexprice_title p {
        font-size: 20px;
    }

    .indexprice_nav p {
        font-size: 20px;
    }

    .indexprice_nav a {
        width: 50%;
    }

    .indexbrand_img img {
        height: 100px;
    }

    .index_evaluate .swiper-slide {
        padding-bottom: 30px;
    }

    .footer_flex {
        padding: 20px;
    }

    .footer_contact li i {
        padding: 7px 10px;
        font-size: 14px;
    }

    .footer_contact li {
        margin: 0 0 20px 0;
    }

    .footer_contact li p {
        font-size: 14px;
    }

    .footer_main {
        margin-bottom: 30px;
    }



    .picture .swiper-pagination {
        display: none;
    }

    .index_evaluate .swiper-pagination {
        display: none;
    }

    .index_contactusmain {
        padding: 0;
    }

    .index_contactusicon i {
        font-size: 40px;
    }

    .index_contactus {
        padding: 20px 0;
    }

    .index_contactusnav p {
        font-size: 16px;
        padding: 0;
    }

    .index_contactusbtn a {
        margin-top: 0px;
        width: 100%;
        font-size: 16px;
    }

    .common_title h2 {
        font-size: 28px;
    }

    .common_title span {
        font-size: 28px;
    }

    .common_title {
        padding: 0;
    }

    .common_title p {
        margin: 10px 0;
        padding: 0;
        line-height: 1.5;
        font-size: 16px;
    }


    .indexabout {
        padding: 30px 0;
    }

    .indexadvantage_boxmain_leftn {
        width: 80px;
        height: 80px;
    }

    .indexadvantage_boxmain_leftn i {
        font-size: 35px;
    }

    .indexadvantagepos {
        padding: 20px;
    }

    .indexadvantage_boxmain_righttop {
        font-size: 18px;
    }

    .indexadvantage_boxmain_right {
        width: 100%;
    }

    .indexadvantage {
        padding: 30px 0;
    }

    .index_brand {
        padding: 20px 0;
    }

    .indexabout_title {
        margin: 30px 0 0 0;
    }

    .picture .swiper-button-next,
    .picture .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .index_evaluate .swiper-button-next,
    .index_evaluate .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .picture {
        padding: 30px 0;
    }

    .index_evaluate {
        padding: 30px 0;
    }

    .index_evaluate_mainname img {
        width: 80px;
        height: 80px;
    }



    .indexproduct_btnaa a {
        padding: 10px;
        font-size: 12px;
    }

    .indexproducelist_img img {
        width: 80px;
        height: 80px;
    }

    .indexproductlist_box {
        padding: 20px;
    }

    .indexproducelist_title span {
        font-size: 16px;
    }

    .indexproducelist_more a {
        padding: 10px;
        font-size: 14px;
    }

    .indexproductlist_btn {
        margin-top: 30px;
    }

    .product {
        margin: 30px 0;
    }

    .indexproductmenu {
        padding: 30px 0;
    }

    .indexdiscount {
        padding: 30px 0;
    }

    .indexindexdiscount_btitle h2 {
        font-size: 28px;
    }

    .indexdiscount_main img {
        width: 200px;
        height: 200px;
    }

    .indexdiscount_maintit h4 {
        font-size: 22px;
    }

    .indexabout_btitle h1 {
        font-size: 28px;
    }

    .indexabout_more a {
        width: 100%;
        margin: 10px 0;
        padding: 10px 30px;
        font-size: 22px;
    }

    .blog {
        padding: 20px 0;
    }

    .swipercard2 {
        margin-top: 0px;
    }

    .indexassess_mainpreson i {
        display: none;
    }



    .indexabout_hdleft {
        padding: 0 20px 0 20px;
    }

    .indexabout_title h3 {
        font-size: 25px;
    }

    .indexabout_title p {
        margin: 5px 0;
    }


    .indexabout_rightnav {
        display: block;
    }

    .indexaboutimg {
        width: 100%;
        height: 100%;
        position: relative;
        margin-left: 0px;
        margin-top: 0px;
    }

    .indexabout_rightpoint {
        padding: 30px;
    }

    .indexabout_rightpoint h2 {
        font-size: 30px;
    }

    .index_tit p {
        font-size: 22px;
    }

    .index_tit h2 {
        font-size: 28px;
        word-break: break-all;
    }

    .indexproduct_main {
        margin-top: 20px;
    }

    .indexproduct_top .indexproduct_toptit {
        font-size: 18px;
    }

    .indexproduct_con .indexproduct_more {
        margin: 10px;
        font-size: 18px;
    }

    .indexproduct {
        padding: 20px 0;
    }

    .index_goodtit p {
        font-size: 18px;
    }

    .index_goodtit h2 {
        font-size: 28px;
    }

    .indexgood_main li {
        width: 45%;
    }

    .indexgood_main h3 {
        font-size: 25px;
        color: #fff;
    }

    .indexgood_icon {
        width: 80px;
        height: 80px;
    }

    .indexgood_main li i {
        font-size: 40px;
    }

    .index_photo {
        padding: 20px 0;
    }

    .swipercard {
        padding: 0px 40px;
    }

    #map2 {
        height: 300px;
    }

    .indexassess {
        padding: 30px 0;
    }

    .indexassess_name h4 {
        font-size: 28px;
    }

    .footer_url {
        display: none;
    }

    .index_hotproductbigtit h2 {
        font-size: 40px;
    }

    .index_hotproduct {
        margin: 30px 0;
    }

    .indexabout_title h1 {
        font-size: 28px;
    }




    .index_feedbacks {
        padding: 20px 0;
    }

    .index_hotproductbg {
        left: 30%;
    }

    .index_hotproductmore {
        width: 100%;
    }



    .index_good {
        padding: 20px 0;
    }

    .index_goodright h2 {
        font-size: 80px;
    }

    .footer_contacts {
        margin-left: 5px;
    }



    .indexabout_data li h3,
    .indexabout_data li span {
        font-size: 26px;
    }

    .indexproduct_btn a {
        padding: 10px;
    }



    .indexservice {
        margin: 10px 0;
    }

    .index_contacttxt h2 {
        font-size: 28px;
    }

    .index_contact {
        padding: 50px 0;
    }

    .indexbrand_title h2 {
        font-size: 28px;
    }

    .goodicon i {
        font-size: 35px;
    }

    .indexbrand {
        padding: 30px 0;
    }

    .footer_page {
        display: none;
    }

    .banner {
        margin-top: 20px;
    }

    .indexhotproduct_content span {
        font-size: 16px;
    }

    .indexhotproduct_box {
        padding: 30px;
    }

    .indexhotproduct_content h3 {
        font-size: 22px;
    }

    .indexproduct_title span {
        font-size: 20px;
    }

    .indexproduct_title h2 {
        font-size: 28px;
    }


    .indexproductbox {
        padding: 10px;
    }

    .indexproducttxt h3 {
        font-size: 20px;
    }

    .indexcoll {
        padding: 0 0 20px 0;
    }

    .indexabout_left {
        width: 100%;
    }

    .indexabout_right {
        width: 100%;
    }

    .indexabout_title span {
        font-size: 22px;
    }

    .advance {
        padding: 30px 0;
    }

    .indexalltitle h2 {
        font-size: 28px;
    }

    .advance_box i {
        font-size: 40px;
    }

    .indexzhutitle h2 {
        font-size: 28px;
    }

    .indexproduct_box {
        padding: 10px;
    }

    .indexproduct_con h3 {
        font-size: 16px;
    }

    .indexproduct_con .indexproduct_more {
        /* width: 100%; */
        padding: 10px;
    }

    .indexus_show h2 {
        font-size: 38px;
    }

    .indexlook {
        padding: 60px 0 30px 0;
    }

    .indexlook_leftbox img {
        display: none;
    }

    .indexlook_main h3 {
        font-size: 30px;
        margin-top: 20px;
    }

    .indexnews {
        padding: 30px 0;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none;
    }

    .product_show_main .public_ad_header_social_media a {
        margin-right: 8px
    }

    .newsinfo {
        display: none;
    }


    .indexalltitle img {
        width: 30px;
        height: 30px;
    }

    .indexproduct_txt h3 {
        font-size: 16px;
    }

    .indexproducthd {
        padding: 15px;
    }

    .indexabout_hdtitletxt {
        margin-top: 30px;
    }

    .indexabout_data li i {
        font-size: 30px;
    }



    .indexabout_data li p {
        font-size: 14px;
    }

    .indexnewli {
        margin-bottom: 30px;
    }

    /* video */
    .video_left h2 {
        font-size: 22px;
    }

    .video_left p {
        font-size: 18px;
    }

    .video_btn {
        margin-top: 20px;
    }

    .index_video_iframe {
        width: 300px;
        height: 200px;
    }

    .videoclose img {
        width: 30px;
        height: 30px;
    }

    .indexproductallmore i {
        font-size: 13px;
    }

    /* footer */
    .footer_page {
        margin-top: 15px;
    }

    .footer_call {
        margin-top: 30px;
    }

    .footer_hd {
        padding-bottom: 10px;
    }

    .headernav_logo img {
        max-height: 50px;
    }

    .headernav {
        padding: 15px 0;
    }



    .footer_logo img {
        max-width: 80%;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .footer_maincontent {
        margin-top: 0px;
    }
    .indexproduct_list {
        padding: 10px;
    }

    .indexproduct_title h3 {
        font-size: 20px;
    }

    .indexproduct_title p {
        font-size: 14px;
    }

    .indexproduct_more a {
        padding: 10px 15px;
    }

    .aibom_text h3 {
        font-size: 16px;
    }

    .aibom_text p {
        font-size: 16px;
    }

    .indexgood .swiper-pagination {
        display: none;
    }

    .indexgood {
        padding: 20px 0;
    }

    .indexgood .swiper-slide {
        padding-bottom: 0px;
    }

    .indexaboutbtn a {
        width: 60%;
    }

    .webmian_list {
        padding: 10px;
    }

    .indexprice {
        padding: 20px 0;
    }

    .indexprice_main {
        padding: 10px;
    }

    .indexprice_title h2 {
        font-size: 30px;
    }

    .indexprice_title p {
        font-size: 20px;
    }

    .indexprice_nav p {
        font-size: 20px;
    }

    .indexprice_nav a {
        width: 50%;
    }

    .indexbrand_img img {
        height: 100px;
    }

    .index_evaluate .swiper-slide {
        padding-bottom: 30px;
    }

    .footer_flex {
        padding: 20px;
    }

    .footer_contact li i {
        padding: 7px 10px;
        font-size: 14px;
    }

    .footer_contact li {
        margin: 0 0 20px 0;
    }

    .footer_contact li p {
        font-size: 14px;
    }

    .footer_main {
        margin-bottom: 30px;
    }

    .picture .swiper-pagination {
        display: none;
    }

    .index_evaluate .swiper-pagination {
        display: none;
    }

    .index_contactusmain {
        padding: 0;
    }

    .index_contactusicon i {
        font-size: 40px;
    }

    .index_contactus {
        padding: 20px 0;
    }

    .index_contactusnav p {
        font-size: 16px;
        padding: 0;
    }

    .index_contactusbtn a {
        margin-top: 0px;
        width: 100%;
        font-size: 16px;
    }

    .common_title h2 {
        font-size: 28px;
    }

    .common_title span {
        font-size: 28px;
    }

    .common_title {
        padding: 0;
    }

    .common_title p {
        margin: 10px 0;
        padding: 0;
        line-height: 1.5;
        font-size: 16px;
    }



    .indexabout {
        padding: 30px 0;
    }

    .indexadvantage_boxmain_leftn {
        width: 80px;
        height: 80px;
    }

    .indexadvantage_boxmain_leftn i {
        font-size: 35px;
    }

    .indexadvantagepos {
        padding: 20px;
    }

    .indexadvantage_boxmain_righttop {
        font-size: 18px;
    }

    .indexadvantage_boxmain_right {
        width: 100%;
    }

    .indexadvantage {
        padding: 30px 0;
    }

    .index_brand {
        padding: 20px 0;
    }

    .indexabout_title {
        margin: 30px 0 0 0;
    }

    .picture .swiper-button-next,
    .picture .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .index_evaluate .swiper-button-next,
    .index_evaluate .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .picture {
        padding: 30px 0;
    }

    .index_evaluate {
        padding: 30px 0;
    }

    .index_evaluate_mainname img {
        width: 80px;
        height: 80px;
    }

    .indexproductlist_btn {
        margin-top: 30px;
    }

    .product {
        margin: 30px 0;
    }

    .indexproductmenu {
        padding: 30px 0;
    }

    .indexdiscount {
        padding: 30px 0;
    }

    .indexindexdiscount_btitle h2 {
        font-size: 28px;
    }

    .indexdiscount_main img {
        width: 200px;
        height: 200px;
    }

    .indexdiscount_maintit h4 {
        font-size: 22px;
    }

    .indexabout_btitle h1 {
        font-size: 28px;
    }

    .indexabout_more a {
        width: 60%;
        margin: 10px 0;
        padding: 10px 30px;
        font-size: 22px;
    }

    .blog {
        padding: 20px 0;
    }

    .swipercard2 {
        margin-top: 0px;
    }

    .indexabout_hdleft {
        padding: 0 20px 0 20px;
    }

    .indexabout_title h3 {
        font-size: 25px;
    }

    .indexabout_title p {
        margin: 5px 0;
    }



    .indexabout_rightnav {
        display: block;
    }

    .indexaboutimg {
        width: 100%;
        height: 100%;
        position: relative;
        margin-left: 0px;
        margin-top: 0px;
    }

    .indexabout_rightpoint {
        padding: 30px;
    }

    .indexabout_rightpoint h2 {
        font-size: 30px;
    }

    .index_tit p {
        font-size: 22px;
    }

    .index_tit h2 {
        font-size: 28px;
        word-break: break-all;
    }

    .indexproduct_main {
        margin-top: 20px;
    }

    .indexproduct_top .indexproduct_toptit {
        font-size: 18px;
    }

    .indexproduct_con .indexproduct_more {
        margin: 10px;
        font-size: 18px;
    }

    .indexproduct {
        padding: 20px 0;
    }

    .index_goodtit p {
        font-size: 18px;
    }

    .index_goodtit h2 {
        font-size: 28px;
    }

    .indexgood_main li {
        width: 45%;
    }

    .indexgood_main h3 {
        font-size: 25px;
        color: #fff;
    }

    .indexgood_icon {
        width: 80px;
        height: 80px;
    }

    .indexgood_main li i {
        font-size: 40px;
    }

    .index_photo {
        padding: 20px 0;
    }

    .swipercard {
        padding: 0px 40px;
    }

    #map2 {
        height: 300px;
    }

    .indexassess {
        padding: 30px 0;
    }


    .indexassess_name h4 {
        font-size: 28px;
    }

    .footer_url {
        display: none;
    }

    .index_goodtitbg {
        left: 12%;
    }

    .index_hotproductbigtit h2 {
        font-size: 40px;
    }

    .index_hotproduct {
        margin: 30px 0;
    }

    .indexabout_title h3 {
        font-size: 30px;
    }

    .indexaboutimg {
        width: 100%;
        height: 100%;
        position: relative;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .index_feedbacks {
        padding: 20px 0;
    }

    .index_hotproductbg {
        left: 30%;
    }

    .index_hotproductmore {
        width: 100%;
    }


    .index_good {
        padding: 20px 0;
    }

    .index_goodright h2 {
        font-size: 80px;
    }

    .footer_contacts {
        margin-left: 5px;
    }


    .indexabout_data li h3,
    .indexabout_data li span {
        font-size: 26px;
    }

    .indexproduct_btn a {
        padding: 10px;
    }

    .indexproduct {
        padding: 0 0 10px 0;
    }

    .indexservice {
        margin: 10px 0;
    }

    .index_contacttxt h2 {
        font-size: 28px;
    }

    .index_contact {
        padding: 50px 0;
    }

    .indexbrand_title h2 {
        font-size: 28px;
    }

    .goodicon i {
        font-size: 35px;
    }

    .indexbrand {
        padding: 30px 0;
    }


    .banner {
        margin-top: 20px;
    }

    .indexhotproduct_content span {
        font-size: 16px;
    }

    .indexhotproduct_box {
        padding: 30px;
    }

    .indexhotproduct_content h3 {
        font-size: 22px;
    }

    .indexproduct_title span {
        font-size: 20px;
    }

    .indexproduct_title h2 {
        font-size: 28px;
    }

    .indexproduct_title {
        margin-bottom: 20px;
    }

    .indexproductbox {
        padding: 10px;
    }

    .indexproducttxt h3 {
        font-size: 20px;
    }

    .indexcoll {
        padding: 0 0 20px 0;
    }

    .indexabout_left {
        width: 100%;
    }

    .indexabout_right {
        width: 100%;
    }

    .indexabout_title span {
        font-size: 22px;
    }

    .indexabout_title h1 {
        font-size: 28px;
    }

    .advance {
        padding: 30px 0;
    }

    .indexalltitle h2 {
        font-size: 28px;
    }

    .advance_box i {
        font-size: 40px;
    }

    .videobtn img {
        width: 80px;
        height: 80px;
    }

    .indexzhutitle h2 {
        font-size: 28px;
    }

    .indexproduct_box {
        padding: 10px;
    }

    .indexproduct_con h3 {
        font-size: 16px;
    }

    .indexproduct_con .indexproduct_more {
        /* width: 100%; */
        padding: 10px;
    }

    .indexus_show h2 {
        font-size: 38px;
    }


    .indexlook {
        padding: 60px 0 30px 0;
    }

    .indexlook_leftbox img {
        display: none;
    }

    .indexlook_main h3 {
        font-size: 30px;
        margin-top: 20px;
    }

    .indexnews {
        padding: 30px 0;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none;
    }

    .swiper-wrapper .bancomvideo button {
        width: 40px;
        height: 40px;
        line-height: 1;
    }

    .swiper-wrapper .bancomvideo i {
        font-size: 20px;
        line-height: 1;
    }

    .newsinfo {
        display: none;
    }

    .product_show_main .public_ad_header_social_media a {
        margin-right: 8px
    }

    .indexproduct_btnaa a {
        padding: 5px 10px;
    }

    .indexalltitle h2 {
        font-size: 30px;
    }

    .indexabout_hdtitle h2 {
        font-size: 28px;
    }

    .indexproduct_more span {
        width: 24px;
        height: 24px;
        line-height: 1.5;
    }

    .indexalltitle img {
        width: 30px;
        height: 30px;
    }

    .indexproduct_txt h3 {
        font-size: 16px;
    }

    .indexproducthd {
        padding: 15px;
    }


    .indexabout_hdtitletxt {
        margin-top: 30px;
    }

    .indexabout_data li i {
        font-size: 30px;
    }

    .indexabout_data li h3,
    .indexabout_data li span {
        font-size: 30px;
    }

    .indexabout_data li p {
        font-size: 14px;
    }

    .indexnewli {
        margin-bottom: 30px;
    }

    /* video */
    .video_left h2 {
        font-size: 22px;
    }

    .video_left p {
        font-size: 18px;
    }

    .video_btn {
        margin-top: 20px;
    }

    .index_video_iframe {
        width: 500px;
        height: 400px;
    }

    .videoclose img {
        width: 30px;
        height: 30px;
    }

    .indexproductallmore i {
        font-size: 13px;
    }

    /* footer */
    .footer_page {
        margin-top: 15px;
    }


    .footer_call {
        margin-top: 30px;
    }

    .footer_hd {
        padding-bottom: 10px;
    }

    .headernav_logo img {
        max-height: 50px;
    }

    .headernav {
        padding: 15px 0;
    }


    .footer_logo img {
        max-width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .footer_maincontent {
        margin-top: 0px;
    }
    .indexproduct_list {
        padding: 10px;
    }

    .indexproduct_title h3 {
        font-size: 20px;
    }

    .indexproduct_title p {
        font-size: 14px;
    }

    .indexproduct_more a {
        padding: 10px 15px;
    }

    .aibom_text h3 {
        font-size: 16px;
    }

    .aibom_text p {
        font-size: 16px;
    }

    .indexgood .swiper-pagination {
        display: none;
    }

    .indexgood {
        padding: 20px 0;
    }

    .indexgood .swiper-slide {
        padding-bottom: 0px;
    }

    .indexaboutbtn a {
        width: 60%;
    }

    .webmian_list {
        padding: 10px;
    }

    .indexprice {
        padding: 30px 0;
    }

    .indexprice_main {
        padding: 20px;
    }

    .indexprice_title h2 {
        font-size: 30px;
    }

    .indexprice_title p {
        font-size: 20px;
    }

    .indexprice_nav p {
        font-size: 20px;
    }

    .indexprice_nav a {
        width: 50%;
    }

    .indexbrand_img img {
        height: 100px;
    }

    .index_evaluate .swiper-slide {
        padding-bottom: 30px;
    }

    .footer_flex {
        padding: 20px;
    }

    .footer_contact li i {
        padding: 7px 10px;
        font-size: 14px;
    }

    .footer_contact li {
        margin: 0 0 20px 0;
    }

    .footer_contact li p {
        font-size: 14px;
    }

    .footer_main {
        margin-bottom: 30px;
    }

    .indexaboutbtn a {
        width: 60%;
    }

    .picture .swiper-pagination {
        display: none;
    }

    .index_evaluate .swiper-pagination {
        display: none;
    }

    .index_contactusmain {
        padding: 0;
    }

    .index_contactusicon i {
        font-size: 50px;
    }

    .index_contactus {
        padding: 20px 0;
    }

    .index_contactusnav p {
        font-size: 16px;
        padding: 0;
    }

    .index_contactusbtn a {
        margin-top: 0px;
        width: 100%;
        font-size: 16px;
    }

    .common_title h2 {
        font-size: 28px;
    }

    .common_title span {
        font-size: 28px;
    }

    .common_title {
        padding: 0;
    }

    .common_title p {
        margin: 10px 0;
        padding: 0;
        line-height: 1.5;
        font-size: 16px;
    }


    .indexabout {
        padding: 30px 0;
    }

    .indexadvantage_boxmain_leftn {
        width: 60px;
        height: 60px;
    }

    .indexadvantage_boxmain_leftn i {
        font-size: 35px;
    }

    .indexadvantage_boxmain_righttop {
        font-size: 18px;
    }

    .indexadvantage_boxmain_right {
        width: 100%;
    }

    .indexadvantage {
        padding: 30px 0;
    }

    .index_brand {
        padding: 20px 0;
    }

    .indexabout_title {
        margin: 0;
    }

    .picture .swiper-button-next,
    .picture .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .index_evaluate .swiper-button-next,
    .index_evaluate .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .picture {
        padding: 30px 0;
    }

    .index_evaluate {
        padding: 30px 0;
    }

    .index_evaluate_mainname img {
        width: 80px;
        height: 80px;
    }

    .indexproductlist_btn {
        margin-top: 30px;
    }

    .product {
        margin: 30px 0;
    }

    .indexproductmenu {
        padding: 30px 0;
    }

    .indexdiscount {
        padding: 30px 0;
    }

    .indexindexdiscount_btitle h2 {
        font-size: 28px;
    }

    .indexdiscount_main img {
        width: 200px;
        height: 200px;
    }

    .indexdiscount_maintit h4 {
        font-size: 22px;
    }

    .indexabout_btitle h1 {
        font-size: 28px;
    }

    .indexabout_more a {
        width: 50%;
        margin: 10px 0;
        padding: 10px 30px;
        font-size: 22px;
    }

    .blog {
        padding: 20px 0;
    }

    .swipercard2 {
        margin-top: 0px;
    }

    .indexabout_hdleft {
        padding: 0 20px 0 20px;
    }

    .indexabout_title h3 {
        font-size:35px;
    }

    .indexabout_title p {
        margin: 5px 0;
        -webkit-line-clamp: 3;
    }


    .indexabout_rightnav {
        display: block;
    }

    .indexaboutimg {
        width: 100%;
        height: 100%;
        position: relative;
        margin-left: 0px;
        margin-top: 0px;
    }

    .indexabout_rightpoint {
        padding: 30px;
    }

    .indexabout_rightpoint h2 {
        font-size: 30px;
    }

    .index_tit p {
        font-size: 22px;
    }

    .index_tit h2 {
        font-size: 28px;
        word-break: break-all;
    }

    .indexproduct_main {
        margin-top: 20px;
    }

    .indexproduct_top .indexproduct_toptit {
        font-size: 18px;
    }

    .indexproduct_con .indexproduct_more {
        margin: 10px;
        font-size: 18px;
    }

    .indexproduct {
        padding: 20px 0;
    }

    .index_goodtit p {
        font-size: 18px;
    }

    .index_goodtit h2 {
        font-size: 28px;
    }

    .indexgood_main li {
        width: 23%;
    }

    .indexgood_main h3 {
        font-size: 25px;
        color: #fff;
    }

    .indexgood_icon {
        width: 80px;
        height: 80px;
    }

    .indexgood_main li i {
        font-size: 40px;
    }

    .index_photo {
        padding: 20px 0;
    }

    .swipercard {
        padding: 0px 40px;
    }

    #map2 {
        height: 300px;
    }

    .indexassess {
        padding: 30px 0;
    }

    .indexassess_name h4 {
        font-size: 28px;
    }

    .footer_url {
        display: none;
    }

    .index_hotproductbigtit h2 {
        font-size: 40px;
    }

    .index_hotproduct {
        margin: 30px 0;
    }

    .indexabout_title h3 {
        font-size: 40px;
    }

    .indexaboutimg {
        width: 100%;
        height: 100%;
        position: relative;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .index_feedbacks {
        padding: 20px 0;
    }

    .index_hotproductbg {
        left: 30%;
    }

    .index_hotproductmore {
        width: 100%;
    }

    .index_good {
        padding: 20px 0;
    }

    .index_goodright h2 {
        font-size: 80px;
    }

    .footer_contacts {
        margin-left: 5px;
    }

    .indexabout_data li h3,
    .indexabout_data li span {
        font-size: 26px;
    }

    .indexproduct_btn a {
        padding: 10px;
    }

    .indexservice {
        margin: 10px 0;
    }

    .index_contacttxt h2 {
        font-size: 28px;
    }

    .index_contact {
        padding: 50px 0;
    }

    .indexbrand_title h2 {
        font-size: 28px;
    }

    .goodicon i {
        font-size: 35px;
    }

    .indexbrand {
        padding: 30px 0;
    }


    .banner {
        margin-top: 20px;
    }

    .indexhotproduct_content span {
        font-size: 16px;
    }

    .indexhotproduct_box {
        padding: 30px;
    }

    .indexhotproduct_content h3 {
        font-size: 22px;
    }

    .indexproduct_title span {
        font-size: 20px;
    }

    .indexproduct_title h2 {
        font-size: 28px;
    }

    .indexproduct_title {
        margin-bottom: 20px;
    }

    .indexproductbox {
        padding: 10px;
    }

    .indexproducttxt h3 {
        font-size: 20px;
    }

    .indexcoll {
        padding: 0 0 20px 0;
    }

    .indexabout_left {
        width: 100%;
    }

    .indexabout_right {
        width: 100%;
    }

    .indexabout_title span {
        font-size: 22px;
    }

    .indexabout_title h1 {
        font-size: 28px;
    }


    .advance {
        padding: 30px 0;
    }

    .indexalltitle h2 {
        font-size: 28px;
    }

    .advance_box i {
        font-size: 40px;
    }



    .videobtn img {
        width: 100px;
        height: 100px;
    }

    .brand {
        padding: 40px 0;
        background-size: auto 100%;
    }

    .brand_main h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }


    .indexzhutitle h2 {
        font-size: 28px;
    }

    .indexproduct_box {
        padding: 10px;
    }

    .indexproduct_con h3 {
        font-size: 16px;
    }

    .indexproduct_con .indexproduct_more {
        /* width: 60%; */
        padding: 20px;
    }

    .indexnews {
        padding: 30px 0;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none;
    }

    .swiper-wrapper .bancomvideo button {
        width: 40px;
        height: 40px;
        line-height: 1;
    }

    .swiper-wrapper .bancomvideo i {
        font-size: 20px;
        line-height: 1;
    }

    .newsinfo {
        display: none;
    }

    .product_show_main .public_ad_header_social_media a {
        margin-right: 8px
    }

    .indexalltitle h2 {
        font-size: 30px;
    }

    .indexabout_hdtitle h2 {
        font-size: 28px;
    }

    .indexproduct_more span {
        width: 24px;
        height: 24px;
        line-height: 1.4;
    }

    .indexalltitle img {
        width: 30px;
        height: 30px;
    }

    .indexproduct_txt h3 {
        font-size: 16px;
    }

    .indexproducthd {
        padding: 15px;
    }


    .indexabout_hdtitletxt {
        margin-top: 30px;
    }

    .indexabout_data li i {
        font-size: 30px;
    }

    .indexabout_data li h3,
    .indexabout_data li span {
        font-size: 30px;
    }

    .indexabout_data li p {
        font-size: 14px;
    }

    .indexnewli {
        margin-bottom: 30px;
    }

    /* video */
    .video_left h2 {
        font-size: 22px;
    }

    .video_left p {
        font-size: 18px;
    }

    .video_btn {
        margin-top: 20px;
    }

    /* .index_video_iframe {
        width: 300px;
        height: 200px;
    } */

    .videoclose img {
        width: 30px;
        height: 30px;
    }

    .indexproductallmore i {
        font-size: 13px;
    }

    /* footer */
    .footer_page {
        margin-top: 15px;
    }


    .footer_call {
        margin-top: 30px;
    }

    .footer_hd {
        padding-bottom: 10px;
    }

    .headernav_logo img {
        max-height: 50px;
    }

    .headernav {
        padding: 15px 0;
    }


    .footer_logo img {
        max-width: 80%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .footer_maincontent {
        margin-top: 0px;
    }
    .indexproduct_list {
        padding: 10px;
    }

    .indexproduct_title h3 {
        font-size: 20px;
    }

    .indexproduct_title p {
        font-size: 14px;
    }

    .indexproduct_more a {
        padding: 10px 15px;
    }

    .aibom_text h3 {
        font-size: 16px;
    }

    .aibom_text p {
        font-size: 16px;
    }

    .indexgood {
        padding: 20px 0;
    }

    .indexaboutbtn a {
        width:50%;
    }

    .webmian_list {
        padding: 10px;
    }

    .indexprice {
        padding: 40px;
    }

    .indexprice_main {
        padding: 10px;
    }

    .indexprice_title h2 {
        font-size: 30px;
    }

    .indexprice_title p {
        font-size: 20px;
    }

    .indexprice_nav p {
        font-size: 20px;
    }

    .indexprice_nav a {
        width: 50%;
    }

    .indexbrand_img img {
        height: 100px;
    }

    .index_evaluate .swiper-slide {
        padding-bottom: 30px;
    }

    .footer_flex {
        padding: 20px;
    }

    .footer_contact li i {
        padding: 7px 10px;
        font-size: 14px;
    }

    .footer_contact li {
        margin: 0 0 20px 0;
    }

    .footer_contact li p {
        font-size: 14px;
    }

    .footer_main {
        margin-bottom: 30px;
    }
    .index_contactusmain {
        padding: 0;
    }

    .index_contactusicon i {
        font-size: 50px;
    }

    .index_contactus {
        padding: 20px 0;
    }

    .index_contactusnav p {
        font-size: 16px;
        padding: 0;
    }

    .index_contactusbtn a {
        margin-top: 0px;
        width: 100%;
        font-size: 16px;
    }

    .common_title h2 {
        font-size: 28px;
    }

    .common_title span {
        font-size: 28px;
    }

    .common_title {
        padding: 0;
    }

    .common_title p {
        margin: 10px 0;
        padding: 0;
        line-height: 1.5;
        font-size: 16px;
    }


    .indexabout {
        padding: 30px 0;
    }

    .indexadvantage_boxmain_leftn {
        width: 80px;
        height: 80px;
    }

    .indexadvantage_boxmain_leftn i {
        font-size: 35px;
    }

    .indexadvantagepos {
        padding: 20px;
    }

    .indexadvantage_boxmain_righttop {
        font-size: 18px;
    }

    .indexadvantage_boxmain_right {
        width: 100%;
    }

    .indexadvantage {
        padding: 30px 0;
    }

    .index_brand {
        padding: 20px 0;
    }

    .indexabout_title {
        margin: 0;
    }

    .picture .swiper-button-next,
    .picture .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .index_evaluate .swiper-button-next,
    .index_evaluate .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .picture {
        padding: 30px 0;
    }

    .index_evaluate {
        padding: 30px 0;
    }

    .index_evaluate_mainname img {
        width: 80px;
        height: 80px;
    }

    .indexproductlist_btn {
        margin-top: 30px;
    }

    .product {
        margin: 30px 0;
    }

    .indexproductmenu {
        padding: 30px 0;
    }

    .indexdiscount {
        padding: 30px 0;
    }

    .indexindexdiscount_btitle h2 {
        font-size: 28px;
    }

    .indexdiscount_main img {
        width: 200px;
        height: 200px;
    }

    .indexdiscount_maintit h4 {
        font-size: 22px;
    }

    .indexabout_btitle h1 {
        font-size: 28px;
    }

    .indexabout_more a {
        width: 40%;
        margin: 10px 0;
        padding: 10px 30px;
        font-size: 22px;
    }
   
    .blog {
        padding: 20px 0;
    }

    .swipercard2 {
        margin-top: 0px;
    }

    .indexabout_title h1 {
        font-size: 28px;
    }

    .indexabout_hdleft {
        padding: 0 20px 0 20px;
    }

    .indexabout_title h3 {
        font-size: 40px;
    }

    .indexabout_title p {
        margin: 5px 0;
        -webkit-line-clamp: 3;
    }


    /* .indexabout_rightnav {
        display: block;
    } */
    .indexaboutimg {
        width: 100%;
        height: 100%;
        position: relative;
        margin-left: 0px;
        margin-top: 0px;
    }

    .indexabout_rightpoint {
        padding: 30px;
    }

    .indexabout_rightpoint h2 {
        font-size: 30px;
    }

    .index_tit p {
        font-size: 22px;
    }

    .index_tit h2 {
        font-size: 28px;
        word-break: break-all;
    }

    .indexproduct_main {
        margin-top: 20px;
    }

    .indexproduct_top .indexproduct_toptit {
        font-size: 18px;
    }

    .indexproduct_con .indexproduct_more {
        margin: 10px;
        font-size: 18px;
    }


    .index_goodtit p {
        font-size: 18px;
    }

    .index_goodtit h2 {
        font-size: 28px;
    }

    .indexgood_main li {
        width: 23%;
    }

    .indexgood_main h3 {
        font-size: 25px;
        color: #fff;
    }

    .indexgood_icon {
        width: 80px;
        height: 80px;
    }

    .indexgood_main li i {
        font-size: 40px;
    }

    .index_photo {
        padding: 20px 0;
    }

    .swipercard {
        padding: 0px 40px;
    }

    #map2 {
        height: 400px;
    }

    .indexassess {
        padding: 30px 0;
    }

    .indexassess_name h4 {
        font-size: 28px;
    }

    .footer_url {
        display: none;
    }

    .index_hotproductbigtit h2 {
        font-size: 50px;
    }

    .indexabout_left {
        width: 100%;
    }

    .indexabout_right {
        width: 100%;
    }

    .blogleftimg {
        padding-top: 70%;
    }

    .brand {
        padding: 40px 0;
        background-size: auto 100%;
    }

    .brand_main h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .videobtn img {
        width: 120px;
        height: 120px;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none;
    }

    .newsinfo {
        display: none;
    }

    .indexproduct {
        padding: 40px 0;
    }

    .indexalltitle h2 {
        font-size: 32px;
    }

    .indexalltitle img {
        width: 30px;
        height: 30px;
    }

    .indexnewli {
        margin-bottom: 30px;
    }

    .footer_call {
        margin-top: 30px;
    }

    .footer_hd {
        padding-bottom: 10px;
    }

    .headernav_logo img {
        max-height: 50px;
    }

    .headernav {
        padding: 15px 0;
    }

    .indexnewbottom {
        flex-wrap: wrap;
    }

    .indexproductallmore {
        margin: 15px auto 0 auto;
    }

    .footer_product {
        /* margin-top: 20px; */
    }

    .footer_page {
        margin-top: 20px;
    }

}

@media (min-width: 1200px) and (max-width: 1400px) {

    .footer_maincontent {
        margin-top: 0px;
    }
    .common_title {
        padding: 30px 0;
    }



    .indexadvantage {
        padding: 40px 0;
    }

    .indexadvantage_boxmain_leftn {
        width: 100px;
        height: 100px;
    }

    .indexabout {
        padding: 40px 0;
    }

    .index_brand {
        padding: 40px 0;
    }

    .picture {
        padding: 40px 0;
    }

    .index_evaluate {
        padding: 40px 0;
    }

    .blog {
        padding: 20px 0;
    }

    .public_ad_header_name {
        padding: 20px 20px;
    }

    .index_hotproductbigtit h2 {
        font-size: 50px;
    }


    .footer_main .public_ad_header_social_media a {
        margin-right: 10px;
    }

    .brand {
        padding: 40px 0;
        background-size: auto 100%;
    }

    .blogleftimg {
        padding-top: 60%;
    }


    /* .public_ad_header_contact {
        display: -webkit-box;
    } */
    .head_layer .container1 {
        padding: 0;
    }

    .index_tit h2 {
        font-size: 50px;
    }

    .indexabout_title h1 {
        font-size: 30px;
    }
    .indexabout_title h3{
        font-size: 40px;
    }
    .indexabout_title p {
        -webkit-line-clamp: 4;
    }
    .indexabout_rightpoint h2 {
        font-size: 50px;
    }

    .index_goodtit h2 {
        font-size: 50px;
    }

    #map2 {
        height: 550px;
    }
}

@media (min-width: 1400px) and (max-width: 1680px) {
    .head_layer .container1 {
        padding: 0;
    }

    .public_ad_header_name {
        padding: 20px 20px;
    }

    .brand {
        padding: 40px 0;
        background-size: auto 100%;
    }



    .common_title {
        padding: 30px 0;
    }



    .indexadvantage {
        padding: 40px 0;
    }

    .indexadvantage_boxmain_leftn {
        width: 100px;
        height: 100px;
    }

    .indexabout {
        padding: 40px 0;
    }

    .index_brand {
        padding: 40px 0;
    }

    .picture {
        padding: 40px 0;
    }

    .index_evaluate {
        padding: 40px 0;
    }

    .blog {
        padding: 20px 0;
    }
}