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

.bannercontent_title {
    display: none !important;
}

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

.t50 {
    margin-top: 50px;
}

.b20 {
    margin-bottom: 20px;
}

.b40 {
    margin-bottom: 40px;
}

.b60 {
    margin-bottom: 60px;
}

.tm30 {
    margin-top: 30px;
}

.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;
}

/*hot product */
.index_hotproduct {
    margin: 60px 0;
}
.index_title{
    margin: 0 0 30px 0;
}
.index_hotproductbigtit h2 {
    font-size: 50px;
    font-weight: bolder;
    color: #000;
}

.index_hotproductbigtit p {
    font-size: 17px;
    color: #000;
    margin: 15px 0;
}

.index_hotproductword p {
    font-size: 17px;
    color: #000;
}

.index_hotproductimg img {
    height: 100%;
}

.index_hotproductimg img {
    top: 0;
    position: relative;
    left: 0;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;
}

.index_hotproductimg {
    overflow: hidden;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: hidden;
    /* width: 100%;
    height: 100%; */
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.index_hotproductpos {
    position: relative;
    padding: 20px;
}

.index_hotproductbg {
    /* width: 100%; */
    position: absolute;
    /* display: block; */
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 40px;
    top: 25%;
    left: 40%;
    z-index: 1;
    margin-right: 0px;
    border-style: solid;
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-color: #e6e6e6;
}

.index_hotproducttitle {
    text-align: left;
    color: #000
}

.index_hotproducttitle h5 {
    font-size: 120px;
    margin-top: -120px;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px #e6e6e6;
    transition-property: all;
    transition-duration: 300ms;
    transition-delay: 0ms;
    transition-timing-function: ease;

}

.index_hotproducttitle h2 {
    font-size: 25px;
    word-break: break-all;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.index_hotproducttitle h3 {
    font-size: 16px;
    margin: 10px 0;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.indexhotproductli {
    /* margin:20px; */
    padding: 20px;
}

.index_hotproductmore {
    width: 60%;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border: 1px solid #000;
    color: #fff;
    font-weight: bold;
    background: #000;
    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;
    border-radius: 30px;
}

.index_hotproductmore:hover {
    transform: scale(1.1);
}

.index_hotproductbg:hover .index_hotproductmore {
    background: #4497e4;
    border: 1px solid #4497e4;
    transition-property: all;
    transition-duration: 300ms;
    transition-delay: 0ms;
    transition-timing-function: ease;
}

.index_hotproductbg:hover .index_hotproducttitle h5 {
    color: #4497e4;
    transition-property: all;
    transition-duration: 300ms;
    transition-delay: 0ms;
    transition-timing-function: ease;
}

/* good */
.index_good {
    background-color: #eee;
    padding: 50px 0;
}

.index_goodpos {
    position: relative;
    padding: 20px;
    display: flex;
}

.index_goodnavbg {
    position: relative;
    background: #fff;
    width: 105px;
    height: 245px;
    border-radius: 20px;
}

.index_goodtitbg {
    width: 100px;
    height: 100px;
    position: absolute;
    /* display: block; */
    border-radius: 50%;
    background-color: #4497E4;
    padding: 20px;
    top: 32%;
    left: 15%;
    z-index: 1;
}

.index_goodright h2 {
    font-size: 110px;
    color: #4497E4;
    font-weight: bolder;
}

.index_goodright h2 span {
    font-size: 25px;
    color: #4497E4;
    font-weight: bolder;
}

.index_goodright h3 {
    font-size: 25px;
    color: #000;
    font-weight: bolder;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.index_goodright p {
    font-size: 16px;
    color: #00000099;
    font-weight: bolder;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

/* feedback */
.index_feedbacks {
    background-color: #eee;
    padding: 50px 0;
}

.index_feedbacks .swiper-slide {
    padding-bottom: 50px;
}

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

.feedbackimg {
    text-align: center;
    background: #fff;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: relative;
    margin-top: -120px;
}

.feedbackimg img {
    border-radius: 50%;
}

.feedbacks_left span {
    font-size: 18px;
    color: #ff8b34;
    font-weight: bold;
}

.feedbacks_box {
    margin: 30px 0;
}

.feedbacks_left h3 {
    font-size: 36px;
    color: #fff;
    margin: 20px 0;
}

.feedbacks_left p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.feedbacks .swiper {
    width: 100%;
    height: 100%;
}

.feedbacks .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 50px;
}

.feedbacks .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swipercard {
    background-color: #fff;
    padding: 40px;
    position: relative;
    border-radius: 30px;
    margin-top: 100px;
}

.swipercard p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}

.feedbacktit {
    margin: 20px 0;
    text-align: center;
}

.feedbacktit h2 {
    font-size: 25px;
    color: #000;
    font-weight: bold;
}

.feedbacktit div {
    width: 100%;
    border-bottom: 5px #4497E4 solid;
    margin: 15px 0;
}


.iconimg {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* about company */
.indexabout {
    padding: 50px 0 0 0;
    background: #f4f4f4;
    margin: 100px 0 60px 0;
}

.indexabout_title {
    margin: 30px 0;
}

.indexabout_title h3 {
    font-size: 50px;
    color: #000;
    font-weight: bolder;
    margin: 10px 0;
}

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

.indexabout_title h1 {
    font-size: 25px;
    color: #000;
    font-weight: bold;
    margin: 10px 0;
}

.indexabout_title p {
    font-size: 16px;
    color: #000;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
    margin: 20px 0;
}
.indexabout_icon i{
color: #4497E4;
}
.indexabout_icon p{
    margin: 10px 0;
    }
.indexaboutmore {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.indexaboutmore .indexproductallmore {
    background-color: #003974;
}

.indexaboutmore .indexproductallmore p {
    color: #fff;
}

.indexaboutmore .indexproductallmore span {
    background-color: #fff;
}

.indexaboutmore .indexproductallmore i {
    color: #003974;
}

.indexaboutimg img {
    /* width: 100%; */
    vertical-align: middle;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.indexaboutimg {
    width: 100%;
    height: 900px;
    position: relative;
    margin-top: -100px;
    margin-bottom: -50px;
}

.indexabout_data ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.indexabout_data li {
    width: 45%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
    padding: 10px 40px 10px 0;
}
.indexabout_dataimg img{
    width: 80px;
    height: 80px;
}
.indexabout_dataimg p{
font-size: 15px;
color: #000;
margin: 20px 0;
}


/* product */
.indexproduct {
    padding: 80px 0;
}

.indexzhutitlebox {
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.indexzhutitle {
    margin: 0 auto 40px auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.indexzhutitle h2 {
    font-size: 48px;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}

.indexzhutitle span {
    display: inline-block;
    width: 70px;
    height: 5px;
    background-color: #4497E4;
}

.indexproduct_li {
    margin: 15px 0;
    position: relative;
    top: 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;
}

.indexproductflex {
    display: flex;
    flex-wrap: wrap;
}

.indexproduct_box {
    height: 100%;
    background-color: #fff;
    padding: 30px 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;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}

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

.indexproduct_img 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;
}

.indexproduct_con {
    margin-top: 30px;
}

.indexproduct_con h3 {
    font-size: 18px;
    color: #000;
    text-align: center;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.indexproduct_con .indexproduct_more {
    /* width: 60%; */
    padding: 15px;
    border: 1px solid #4497E4;
    background-color: #4497E4;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 30px auto 0 auto;
    display: block;
    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;
}

.indexproduct_li:hover .indexproduct_con h3 {
    color: #4497E4;
}

.indexproduct_li:hover .indexproduct_con .indexproduct_more {
    background-color: #fff;
    color: #4497E4;
}

.indexproduct_li:hover {
    top: -20px;
}

.indexproduct_li:hover .indexproduct_box {
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}


/* news */
.indexnews {
    padding: 50px 0;
}

.indexnews .newblogflex {
    display: flex;
    flex-wrap: wrap;
}

.indexnews .blogbox {
    height: 100%;
    position: relative;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

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

.indexnews .blog_img 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.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexnews .blog_txt {
    padding: 20px 15px 30px 15px;
}

.indexnews .time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.indexnews .time i {
    font-size: 18px;
    color: #666;
    margin-right: 5px;
    margin-top: -1px;
}

.indexnews .time span {
    font-size: 14px;
    color: #666;
    display: block;
}

.indexnews .blog_txt h3 {
    margin-bottom: 10px;
    line-height: 23px;
    font-weight: bold;
    font-size: 18px;
    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.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexnews .blog_txt p {
    font-size: 16px;
    color: #666;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -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.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexnews .blogmore {
    display: inline-block;
    padding: 10px 60px;
    font-size: 18px;
    color: #000;
    text-align: center;
    background-color: #fff;
    margin-top: 30px;
    border: 1px solid #000;
    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;
}

.indexnews .blogline {
    width: 0%;
    height: 3px;
    background: #4497E4;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    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;
}

.indexnews .blogli:hover .blogline {
    width: 100%;
}

.indexnews .blogli:hover .blogmore {
    background-color: #4497E4;
    border: 1px solid #4497E4;
    color: #fff;
}

.indexnews .blogli:hover .blog_txt h3 {
    font-weight: bold;
    color: #4497E4;
}

.indexnews .blogli:hover .blog_img img {
    transform: scale(1.2);
}

.indexnews .blogli {
    margin-bottom: 30px;
}

/* footer */
.footer {
    /* background-color: #4497E4; */
    padding: 60px 0;
    background-color: #000;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.footer .iconsize {
    font-size: 26px;
    line-height: 1.8;
}

.footer_contacts {
    margin-left: 20px;
    width: 90%;
}

.footer_contacts p {
    font-size: 16px;
    color: #ffffff80;
}

.footer_contacts h2 {
    font-size: 19px;
    color: #ffffff;
}

.footer_logo img {
    max-height: 100px;
    vertical-align: middle;
    max-width: 100%;
    margin-bottom: 20px;
}

.footer_main h3 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.footer_worktime {
    margin: 30px 0;
}

.footer_worktime p {
    font-size: 14px;
    color: #ffffff80;
    padding: 5px 0;
}

.footer_iconbg {
    background: #4497E4;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}

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

.footer_main .public_ad_header_social_media a {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 15px;
    border-radius: 0;
    color: #fff;
}

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

.footer_page a,
.footer_product a {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: none;
}

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

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

.footer_contact li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: nowrap;
}

.footer_contact li i {
    font-size: 22px;
    color: #fff;
}

.footer_copyrights {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding: 20px 0 20px 0;
    width: 100%;
}

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

.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-transform: none;
    text-decoration: underline;
}

.footer_tags {
    border-bottom: 1px solid #fff;
    padding: 0 0 10px 0;
    margin-bottom: 40px;
    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;
}

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

@media (max-width: 576px) {
.index_goodright h3{
    font-size: 16px;
}
.index_hotproductbg{
    position: static;
    margin-top: 56px;
}
.indexabout_data li{
    width: 100%;
    text-align: center;
    padding:10px 0;
}
.index_goodtitbg{
    width: 80px;
    height: 80px;
}
    .footer_contact li {
        display: -webkit-box;
    }
    .index_hotproductbigtit h2{
        font-size: 30px;
    }
    .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%;
    }
    .indexabout {
        padding: 10px 0;
        margin: 30px 0;
    }
    .index_good {
        padding: 20px 0;
    }
    .index_goodright h2{
        font-size: 80px;
    }
    .footer_contacts {
        margin-left: 5px;
        width: 80%;
    }

    

  

    .indexgood,
    .indexnew {
        padding: 40px 0;
    }

    .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;
    }



    .footer_contact {
        margin-top: 15px;
    }

    .footer_page {
        display: none;
    }

    .banner {
        margin-top: 15px;
    }

    .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;
    }

    .indexabout_more {
        width: 50%;
    }

    .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_nav {
        display: none;
    }

    .footer_call {
        margin-top: 30px;
    }

    .footer_hd {
        padding-bottom: 10px;
    }

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

    .headernav {
        padding: 15px 0;
    }

    .footer_product {
        display: none;
    }

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

@media (min-width: 576px) and (max-width: 767px) {
.index_goodright h3{
    font-size: 16px;
}
.index_hotproductbg{
    position: static;
    margin-top: 56px;
}
.indexabout_data li{
    width: 100%;
    text-align: center;
}
.index_goodtitbg{
    width: 80px;
    height: 80px;
}
   
    .index_goodtitbg{
        left: 12%;
    }
    .footer_contact li {
        display: -webkit-box;
    }
    .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%;
    }
    .indexabout {
        padding: 10px 0;
        margin: 30px 0;
    }
    .index_good {
        padding: 20px 0;
    }
    .index_goodright h2{
        font-size: 80px;
    }
    .footer_contacts {
        margin-left: 5px;
        width: 80%;
    }
    .indexgood,
    .indexnew {
        padding: 40px 0;
    }

    .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;
    }

    .footer_contact {
        margin-top: 15px;
    }

    .banner {
        margin-top: 15px;
    }

    .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;
    }

    .indexabout_more {
        width: 50%;
    }

    .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,
    .indexgood,
    .indexnew {
        padding: 40px 0;
    }

    .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_nav {
        display: none;
    }

    .footer_call {
        margin-top: 30px;
    }

    .footer_hd {
        padding-bottom: 10px;
    }

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

    .headernav {
        padding: 15px 0;
    }

    .footer_product {
        display: none;
    }

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

@media (min-width: 768px) and (max-width: 992px) {
.index_goodright h3{
    font-size: 16px;
}
    .footer_contact li {
        display: -webkit-box;
    }
    .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%;
    }
    .indexabout {
        padding: 10px 0;
        margin: 30px 0;
    }
    .index_good {
        padding: 20px 0;
    }
    .index_goodright h2{
        font-size: 80px;
    }
    .footer_contacts {
        margin-left: 5px;
        width: 80%;
    }

    .indexgood,
    .indexnew {
        padding: 40px 0;
    }

    .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;
    }

    .footer_contact {
        margin-top: 15px;
    }

    .banner {
        margin-top: 15px;
    }

    .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;
    }

    .indexabout_more {
        width: 50%;
    }

    .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,
    .indexgood,
    .indexnew {
        padding: 40px 0;
    }

    .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_contact {
        margin-top: 15px;
    }

    .footer_nav {
        display: none;
    }

    .footer_call {
        margin-top: 30px;
    }

    .footer_hd {
        padding-bottom: 10px;
    }

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

    .headernav {
        padding: 15px 0;
    }

    .footer_product {
        display: none;
    }

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

@media (min-width: 992px) and (max-width: 1200px) {
.index_goodright h3{
    font-size: 16px;
}
.index_goodright h2{
    font-size: 80px;
}
.index_goodtitbg{
    left: 10%;
}
    .banner {
        margin-top: 15px;
    }
    .footer_contacts{
        width: 80%;
    }
    .index_hotproductbigtit h2{
        font-size: 50px;
    }
    .indexabout_title h3{
        font-size: 50px;
    }
    .footer_contact li {
        display: -webkit-box;
    }
    .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;
    }

    .indexabout,
    .indexgood,
    .indexnew {
        padding: 40px 0;
    }

    .indexnewli {
        margin-bottom: 30px;
    }

    .footer_nav {
        display: none;
    }

    .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;
    }

    .footer_contact {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .index_hotproductbigtit h2{
        font-size: 50px;
    }
    .indexabout_title h3{
        font-size: 50px;
    }
    .footer_contact li {
        display: -webkit-box;
    }
    .footer_main .public_ad_header_social_media a {
        margin-right: 10px;
    }

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

    .blogleftimg {
        padding-top: 60%;
    }


}

@media (min-width: 1400px) and (max-width: 1680px) {
    .brand {
        padding: 40px 0;
        background-size: auto 100%;
    }
}

.footernav h3 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.footernav li {
    margin-bottom: 15px;
    word-wrap: break-word;
    word-break: break-all;
}
.footernav li a {
    font-size: 16px;
    color: #fff;
}
.footer_worktime{
display: none;
}