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

.swiper-slide {
    /* 初始高度可以设置为 0 或者一个较小的值，之后通过 JavaScript 修改 */
    height: 100%;
    overflow: hidden;
    /* 隐藏超出 slide 的内容 */
}

.bannercontent_title {
    display: none !important;
}

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

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

.fixed-nav .public_ad_header {
    display: none;
}

.header_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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: 22px !important;
    font-weight: 800 !important;
    color: #fff !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;
}

/* hot product */
.index_hotpro {
    padding: 50px 0;
}

.index_hotprotitle h2 {
    font-size: 35px;
    color: #212121;
    font-weight: 800;
    text-align: left;
    width: 70%;
    word-break: break-all;
    line-height: 1.5;
}

.index_hotprotitle p {
    font-size: 18px;
    color: rgba(13, 13, 13, 0.7);
    font-weight: normal;
    margin-bottom: 40px;
}

.index_hotpromainpos {
    margin-top: 10px;
}

.index_hotpromainlist {
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 15px 20px;
    height: 100%;
}

.index_hotpromainlistimg img {
    height: 105px;
}

.index_hotpromainlisttitle h3 {
    font-size: 26px;
    color: #212121;
    font-weight: 800;
    text-align: left;
    margin: 8px 0;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index_hotpromainlisttitle p {
    font-size: 18px;
    color: rgba(13, 13, 13, 0.7);
    word-break: break-all;
}

.index_hotpromainlisttitle span {
    display: inline-block;
    width: 100%;
    border-bottom: solid 0.1px #eee;
}

.index_hotpromainlistdetail p {
    word-break: break-all;
    font-size: 15px;
    color: rgba(13, 13, 13, 0.7);
    font-weight: normal;
    margin: 8px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index_hotpromainlistmore a {
    padding: 15px 60px;
    border: solid 1px transparent;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
    font-family: Montserrat, sans-serif;
    color: #850657;
    text-decoration: none;
    font-size: 15px;
    background-color: #ede7ec;
    border-radius: 250px;
    font-weight: 600;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.index_hotpromainlist:hover {
    border: solid 1px #ffc7d8;
}

.index_hotpromainlist:hover .index_hotpromainlistmore a {
    background-color: #fff;
    border-color: #ff4c82;
    color: #ff4c82;
}

/* contact us */
.index_contactsmain {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.index_contactsmainleft {
    padding: 60px;
    margin: 0;
    width: 40%;
    min-height: 0;
    background: linear-gradient(to bottom right, #d600f2 0%, #036078 100%);
    z-index: 1;
    text-align: left;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-border-radius: 20px 0px 0px 20px;
    -moz-border-radius: 20px 0px 0px 20px;
    border-radius: 20px 0px 0px 20px;
    border-radius: 20px 0px 0px 20px;
}

.index_contactsmaintitle h2 {
    font-size: 26px;
    color: #fff;
    font-weight: 800;
    text-align: left;
    margin: 10px;
    word-break: break-all;
}

.index_contactsmaintitle h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    text-align: left;
    margin: 10px;
    word-break: break-all;
}

.index_contactsmaintitle p {
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    text-align: left;
    margin: 10px;
    word-break: break-all;
}

.index_contactsmainright {
    width: 60%;
    background: url(../images/chem5.jpg) no-repeat;
    background-size: cover;
    border-radius: 0px 20px 20px 0px;
}

.index_contactsmainmore a {
    padding: 15px 30px;
    border: solid 1px transparent;
    margin-top: 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
    font-family: Montserrat, sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    background-color: #ff4c82;
    border-radius: 250px;
    font-weight: 600;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.index_contactsmainmore a:hover {
    background-color: #fff;
    border-color: #ff4c82;
    color: #ff4c82;
}

/* good */
.index_nice {
    padding: 50px 0;
}

.index_nicepos {
    margin-top: 10px;
}

.index_nice .mainbox_title h3 {
    word-break: break-all;
    font-size: 20px;
    color: #212121;
    font-weight: 800;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 10px;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}

.index_nice .mainboxtext p {
    font-size: 18px;
    color: rgba(13, 13, 13, 0.7);
    font-weight: normal;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.index_nice .img_div {
    background: #fff;
    border: 3px solid #ede7ec;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    line-height: 1.8;
}

.index_nice .img_div i {
    color: #6434b0;
    font-size: 30px;
    background: #ede7ec;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.index_nice .imgs {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ede7ec;

}

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


.indexproduct_title h2 {
    font-size: 48px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

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

.indexproductli {
    margin: 15px 0;
    position: relative;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}

.indexproductli:hover {
    position: relative;
    top: -20px;
}

.indexproductbox p {
    font-size: 16px;
    color: #212121B3;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.indexproductbox p span {
    font-size: 30px;
    color: #212121;
    line-height: 1.5;
    font-weight: bold;
}

.indexproductli:hover .indexproductbox h3 {
    color: #ad4bdb;
}

.indexproductli:hover .indexproductmore {
    box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(234, 20, 254, 0.3);
    background: linear-gradient(to bottom right, #ad4bdb 0%, #ad4bdb 100%) transparent;
}

.indexproductbox {
    position: relative;
    height: 100%;
    padding: 20px 15px;
    background: #fff;
    box-shadow: inset 0px 0px 0px 1px rgba(33, 33, 33, 0.1);
    /* border: 2px solid #f0390e; */
    border-radius: 20px;
    overflow: hidden;
}

.indexproductbox h3 {
    margin: 20px 0;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    text-align: center;
    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;
}

.indexproducthd {
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
    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;
}

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

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

.indexproduct_con {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indexproduct_txt h3 {
    font-size: 22px;
    text-align: center;
    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;
}

.indexproductmore {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 100px;
    box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(254, 20, 88, 0.3);
    background: linear-gradient(to bottom right, #ff4c82 0%, #fe1458 100%) transparent;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 30px auto 0 auto;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}

.indexproductmore h4 {
    font-size: 18px;
    color: #000;
    margin-right: 15px;
    font-weight: 600;
    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;
}


.indexproductli:hover .indexproductimg img {
    transform: scale(1.1);
}





/* 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: 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;
    height: 50px;
}

.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;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    background-color: #fe1458;
    margin-top: 30px;
    border: none !important;
    box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(254, 20, 88, 0.3) !important;
    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: #ad4bdb;
    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: #ad4bdb;
    border: 1px solid #ad4bdb;
    color: #fff;
}

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

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

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

/* about */
.index_aboutus {
    padding: 60px 0;
    background: #f6f8fa;
}

.index_hotprotitle h1 {
    font-size: 35px;
    color: #212121;
    font-weight: 800;
    text-align: left;
    width: 100%;
    word-break: break-all;
}

.index_aboutusmore {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 100px;
    box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(254, 20, 88, 0.3);
    background: linear-gradient(to bottom right, #ff4c82 0%, #fe1458 100%) transparent;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 30px auto 0 auto;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}

.index_aboutusimg img {
    border-radius: 30px;
}

.index_aboutusmain p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 2;
}

.index_aboutus .index_hotprotitle {
    margin-top: 50px;
}

/* brand */
.index_brand {
    padding: 60px 0;
    background: #f6f8fa;
}

.index_brand .swipercard2 {
    border-radius: 10px;
    border: solid 1px #ff4c824a;
    padding: 30px 20px;
    height: 100%;
    background: #fff;
}

.index_brand .swiper-slide {
    height: auto;
    overflow: auto;
}

.index_brand .comname img {
    align-items: center;
    width: 100%;
}

.index_brand .boder_box {
    display: inline-block;
    width: 100%;
    border-bottom: solid 0.1px #eee;


}

.index_brand .cname {
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    color: rgba(13, 13, 13, 0.7);
    font-weight: normal;
    display: inline-block;
    padding-top: 15px;
    word-break: break-all;
}


/* map */
#map2 {
    width: 100%;
    height: 700px;
}

/* footer */
.footer {
    background: repeating-linear-gradient(to bottom right, #0f0436 0%, #036078 100%);
    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;
}

.footer_flex {
    background: linear-gradient(to bottom right, #d600f2 0%, #036078 100%) #850657;
    padding: 50px 20px;
    border-radius: 30px;
}

.footer_contact1 {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    align-items: center;
}

.footer_contact1_tel {
    box-shadow: 0px 0px 0px 3px rgba(237, 231, 236, 0.2);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}

.footer_contact1_tel p {
    color: #ffffffbf;
    font-size: 16px;
}

.footer_contact1_tel i {
    font-size: 22px;
    line-height: 2;
    color: #fff;
}

.footer_contact1_social_tel {
    margin-left: 20px;
    width: 80%;
}

.footer_contact1_social_add {
    /* margin-left: 20px; */
}

.footer_contact1_social_tel p {
    font-size: 20px !important;
    color: #fff !important;
}

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

.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: #ad4bdb;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}

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

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

.public_ad_header_social_media a {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 15px;
    border-radius: 0;
    color: #000;
    line-height: 3;
}

.footer_url {
    margin: 40px 0;
}

.footer_url a {
    margin-left: 0;
    margin-right: 20px;
    border-radius: 0;
    color: #fff;
    line-height: 3;
    font-size: 22px;
    font-weight: 800;
}

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

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

.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: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
    margin-top: 40px;
    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-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: capitalize;
}

.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_contactsmainleft {
        border-radius: 20px;
        width: 100%;
        padding: 30px;
    }

    .index_contactsmainright {
        display: none;
    }

    .index_hotprotitle h2 {
        font-size: 28px;
        width: 100%;
    }

    .index_hotprotitle p {
        margin-bottom: 15px;
    }

    .index_hotpro {
        padding: 20px 0;
    }

    .index_hotpromainlistimg img {
        height: 60px;
    }

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

    .index_hotpromainlisttitle p {
        font-size: 15px;
    }

    .index_hotpromainlistmore a {
        padding: 15px 5px;
    }

    .index_nice {
        padding: 20px 0;
    }

    .indexproductbox p {
        margin-bottom: 10px;
    }

    .indexproductbox p span {
        font-size: 22px;
    }

    .indexproductmore {
        padding: 10px;
        margin: 20px auto 0 auto;
    }

    .index_aboutus {
        padding: 20px 0;
    }

    .index_hotprotitle h1 {
        font-size: 28px;
        width: 100%;
    }

    .index_aboutusmain {
        margin-bottom: 20px;
    }

    .index_brand {
        padding: 20px 0;
    }

    .footer_contact1 {
        margin: 10px 0;
        display: -webkit-box;
    }

    .index_contactsmainmore a {
        width: 100%;
    }






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

    .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: 30px 0;
    }

    .swipercard2 {
        margin-top: 0px;
    }

    .indexassess_mainpreson i {
        display: none;
    }



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

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

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


    .footer_contact li {
        display: -webkit-box;
    }

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

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

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

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

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

    .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: 768px) {
    .index_contactsmainleft {
        border-radius: 20px;
        width: 100%;
        padding: 30px;
    }

    .index_contactsmainright {
        display: none;
    }

    .index_hotprotitle h2 {
        font-size: 28px;
        width: 100%;
    }

    .index_hotprotitle p {
        margin-bottom: 15px;
    }

    .index_hotpro {
        padding: 20px 0;
    }

    .index_hotpromainlistimg img {
        height: 60px;
    }

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

    .index_hotpromainlisttitle p {
        font-size: 15px;
    }

    .index_hotpromainlistmore a {
        padding: 15px;
    }

    .index_nice {
        padding: 20px 0;
    }

    .indexproductbox p {
        margin-bottom: 10px;
    }

    .indexproductbox p span {
        font-size: 22px;
    }

    .indexproductmore {
        padding: 10px;
        margin: 20px auto 0 auto;
    }

    .index_aboutus {
        padding: 20px 0;
    }

    .index_hotprotitle h1 {
        font-size: 28px;
        width: 100%;
    }

    .index_aboutusmain {
        margin-bottom: 20px;
    }

    .index_brand {
        padding: 20px 0;
    }

    .footer_contact1 {
        margin: 10px 0;
        display: -webkit-box;
    }

    .index_contactsmainmore a {
        width: 100%;
    }

    .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: 30px 0;
    }

    .swipercard2 {
        margin-top: 0px;
    }

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

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

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

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


    .index_good {
        padding: 20px 0;
    }

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

    .footer_contacts {
        margin-left: 5px;
    }

    .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: 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_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_contactsmainleft {
        padding: 30px;
    }

    .index_aboutus .index_hotprotitle {
        margin-top: 0;
    }

    .index_hotprotitle h2 {
        font-size: 28px;
        width: 100%;
    }

    .index_hotprotitle p {
        margin-bottom: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .index_hotpro {
        padding: 20px 0;
    }

    .index_hotpromainlistimg img {
        height: 60px;
    }

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

    .index_hotpromainlisttitle p {
        font-size: 15px;
    }

    .index_hotpromainlistmore a {
        padding: 15px;
    }

    .index_nice {
        padding: 20px 0;
    }

    .indexproductbox p {
        margin-bottom: 10px;
    }

    .indexproductbox p span {
        font-size: 22px;
    }

    .indexproductmore {
        padding: 10px;
        margin: 20px auto 0 auto;
    }

    .index_aboutus {
        padding: 20px 0;
    }

    .index_hotprotitle h1 {
        font-size: 28px;
        width: 100%;
    }

    .index_aboutusmain {
        margin-bottom: 20px;
    }

    .index_brand {
        padding: 20px 0;
    }

    .footer_contact1 {
        margin: 10px 0;
        display: -webkit-box;
    }

    .index_contactsmainmore a {
        width: 100%;
    }

    .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: 30px 0;
    }

    .swipercard2 {
        margin-top: 0px;
    }

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

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

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

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

    .index_good {
        padding: 20px 0;
    }

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

    .footer_contacts {
        margin-left: 5px;
    }

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

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

    .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_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_aboutus .index_hotprotitle {
        margin-top: 0;
    }

    .index_hotpromainlistmore a {
        padding: 15px;
    }

    .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: 30px 0;
    }

    .swipercard2 {
        margin-top: 0px;
    }


    .indexgood {
        padding: 50px 0;
    }

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

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

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

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

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

    .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) {
    .public_ad_header_name {
        padding: 20px 20px;
    }

    .index_hotproductbigtit h2 {
        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%;
    }


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

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

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

    .indexabout_hdleft {
        padding: 80px 250px 80px 50px;
    }

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

    .indexaboutimg {
        margin-top: 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%;
    }
}