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

.bannercontent_title {
    display: none !important;
}

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

.tr {
    text-align: right;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.tl {
    text-align: left;
}

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

/* product */
.main-pro {
    background-color: #ececec;
    margin-left: 1%;
    margin-right: 1%;
    min-height: 620px;
    position: relative;
    margin-top: 50px
}

.main-pro1 {
    background-image: url("../images/cir1.png");
    background-repeat: no-repeat;
    background-position: bottom -30px left 0px;
}

.main-pro1 img {
    max-width: 60%;
    position: absolute;
    bottom: 0
}

.main-pro2 {
    background-image: url("../images/cir2.png");
    background-repeat: no-repeat;
    background-position: top -150px right -50px;
}

.main-pro2 img {
    max-width: 80%;
}

.main-pro2 .main-pro-title {
    position: absolute;
    bottom: 0
}

.main-pro3 {
    background-image: url("../images/cir3.png");
    background-repeat: no-repeat;
    background-position: bottom -50px center;
}

.main-pro3 img {
    max-width: 50%;
    position: absolute;
    bottom: 0;
    left: 25%
}

.main-pro-title {
    display: block;
    padding: 30px;
}

.main-margin {
    margin: auto;
}

.main-pro-title h2 {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px
}

.main-pro-title h3 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

/* about */
.index-about {
    margin: 50px 0;
}

.index-about .progress {
    height: 7px;
    background: #e3e3e3;
    border-radius: 0;
    box-shadow: none;
    margin: 50px 0 70px;
    overflow: visible;
    position: relative;
}

.index-about .progress .progress-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    text-transform: none;
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 1;
}

.index-about .progress .progress-bar {
    box-shadow: none;
    border-radius: 0;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}

.index-about .progress .progress-bar:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.6);
    background: #fff;
    position: absolute;
    right: -5px;
    top: -6px;
}

.index-about .progress .progress-value {
    width: 45px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 700;
    color: #111;
    text-align: center;
    position: absolute;
    bottom: 15px;
    right: -17px;
}

.pt50 {
    padding-top: 50px;
}

.pb50 {
    padding-bottom: 50px
}

.index-about .barpink {
    width: 87%;
    background: #ff1170;
}

.index-about .baryellow {
    width: 90%;
    background: #ffa900;
}

.index-about .barblue {
    width: 95%;
    background: #294bdc;
}

.main-about {
    margin-bottom: 30px
}

.main-about span {
    font-size: 16px;
}

.main-about h1 {
    font-size: 50px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 20px
}

.main-about p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
}

.progress.green .progress-bar:after {
    border: 5px solid #21da9a;
}

.progress.pink .progress-bar:after {
    border: 5px solid #f1f1f1;
}

.progress.blue .progress-bar:after {
    border: 5px solid #294bdc;
}

.progress.yellow .progress-bar:after {
    border: 5px solid #ffa900;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.prodimg {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 30px;
}

.prodimg .shape {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.prodimg .shape img:nth-child(1) {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.prodimg .shape img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

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

.indexproduct_title {
    margin-bottom: 40px;
}

.indexproduct_title span {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

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

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

.indexproductli {
    margin: 15px 0;
}

.indexproductbox {
    height: 100%;
    border: 2px solid #ececec;
    background-color: #ececec;
    padding: 20px 20px;
    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 {
    position: relative;
    overflow: hidden;
    display: block;
    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;
}

.indexproductcon {
    padding: 20px 0 0 0;
    border-top: 1px dashed #fff;
    margin-top: 20px;
}

.indexproducttxt h3 {
    word-wrap: break-word;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    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;
}

.indexproducttxt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.indexproductli:hover .indexproducttxt h3 {
    color: #fff;
}

.indexproductli:hover .indexproductbox {
    border: 2px solid #000;
    background-color: #000;
}

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


.main-bg {
    display: block;
    position: relative;
    padding: 50px 0;
    width: 100%
}

.main-bg::after {
    content: "";
    background-image: url("../images/shadow.jpg");
    background-position: center center;
    background-size: cover;
    opacity: 0.09;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.main-title {
    text-align: center;
    display: none;
}

.main-title span {
    font-size: 14px;
    color: #999
}

.main-title h3 {
    font-size: 48px;
    font-weight: bold;
    color: #000;
    margin: 30px 0 50px 0
}

.main-hot-pro {
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px
}

.main-hot-img {
    margin-bottom: 50px
}

.main-hot-pro img {
    transform: scale(1) rotate(-15deg);
    transition: all 1s ease;
}

.main-hot-pro:hover img {
    -webkit-transform: scale(1.1) rotate(-7deg);
    -ms-transform: scale(1.1) rotate(-7deg);
    -o-transform: scale(1.1) rotate(-7deg);
    transform: scale(1.1) rotate(-7deg);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.main-hot-tit {
    font-size: 20px;
    text-align: center;
    color: #000;
    line-height: 24px;
    word-break: break-all;
}

.main-hot-pro:hover .main-hot-tit a {
    color: #666
}

/* new product */
.index-newpro {
    margin: 50px 0;
}

.main-title1 {
    margin-bottom: 30px
}

.main-title1 h3 {
    font-size: 36px;
    color: #000;
    margin-bottom: 20px
}

.main-title1 p {
    font-size: 14px;
    color: #999
}

.main-new-img {
    margin-bottom: 30px
}

.main-new-img img {
    height: 500px
}

.main-new-img 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;
}

.main-new-img {
    overflow: hidden;
    position: relative;
    text-align: center
}

.main-new-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.background-overlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 99
}

.main-new-title {
    position: absolute;
    color: #fff;
    text-align: left;
    left: 5%;
    right: 5%;
    bottom: 10%;
}

.main-new-title h2 {
    font-size: 14px;
    word-break: break-all;
}

.main-new-title h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0;
    word-break: break-all;
}

.main-new-title1 {
    position: absolute;
    bottom: 10%;
    text-align: left;
    left: 5%;
    right: 5%;
    color: #fff
}

.main-new-title1 h2 {
    font-size: 14px;
    word-break: break-all;
}

.main-new-title1 h3 {
    font-size: 40px;
    font-weight: bold;
    margin: 10px 0;
    word-break: break-all;
}

.main-new-bg {
    background-color: #ececec;
    height: 370px
}

.main-new-img1 {
    position: relative;
    margin-top: -10%;
    margin-bottom: -10%
}

.main-new-title2 {
    padding: 80px 50px;
}

.main-new-title2 h3 {
    font-weight: bold;
    font-size: 30px;
    color: #000;
    margin-bottom: 20px
}

.main-new-title2 p {
    font-size: 16px;
    margin-bottom: 30px
}

.main-new-img2 {
    position: relative;
    margin-bottom: -10%;
    margin-left: -90%;
    margin-right: -50%;
    padding-top: 20px
}

.main-new-title3 {
    padding: 80px 0px 30px 30px
}

.main-new-title3 h3 {
    font-weight: bold;
    font-size: 30px;
    color: #000;
    margin-bottom: 20px
}

.main-new-title3 p {
    font-size: 16px;
    margin-bottom: 30px
}

.main-title-more {
    float: right
}

/* news */
.index-news {
    margin: 50px 0;
}

.main-news {
    display: block;
    position: relative;
    padding: 60px 50px;
    width: 100%;
    display: none;
}

.main-news-more {
    width: 40%;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    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;
}

.main-news::after {
    content: "";
    background-image: url("../images/shadow.jpg");
    background-position: center center;
    background-size: cover;
    opacity: 0.09;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.main-news-img {
    position: relative
}

.main-news-img img {
    border-radius: 50%
}

.main-news-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #000;
    top: 0;
    left: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 30px
}

.main-news-title {
    padding: 50px 50px
}

.main-news-title h3 {
    font-size: 16px;
    font-style: italic;
    color: #666;
    line-height: 24px
}

.main-news-title p {
    margin: 20px 0
}

.main-news-title p i {
    color: #DBB90C
}

.main-news-title h2 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px
}

.index-newsli {
    margin: 10px 0;
}

.main-news-1 {
    position: relative
}

.main-news-1:hover .main-news-more {
    background: #000;
    color: #fff;
}

.main-news-1:hover .news-img img {
    transform: scale(1.2);
}

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

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


.main-news-time {
    position: relative;
    background-color: #000;
    padding: 5px 10px;
    z-index: 99;
    margin-left: 0px;
    display: inline-block;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px
}

.main-news-tit h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.main-news-tit p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

/* footer */
.footer {
    background-color: #000;
    padding: 60px 0;
}

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

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

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

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

.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;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

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

.footer_contact li p {
    font-size: 16px;
    color: #fff;
    flex: 1;
}

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

.footer_copyrights {
    display: flex;
    justify-content: space-between;
    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;
}
.main-hot-tit a{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 576px) {
.index-about .progress .progress-title{
    font-size: 16px;
}
.main-pro3 img{
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.main-pro2 img{
    max-width: 100%;
}
.main-pro1 img{
    max-width: 100%;
}
    .indexproductcon {
        padding: 10px 0 0 0;
    }
    .main-pro {
        min-height: 450px;
    }

    .main-pro-title h3 {
        font-size: 16px;
    }

    .main-about h1 {
        font-size: 28px;
    }

    .prodimg {
        padding: 0px 30px;
    }

    .index-about {
        margin: 30px 0;
    }

    .main-title h3 {
        font-size: 28px;
        margin: 20px 0;
    }

    .main-hot-tit {
        font-size: 18px;
    }

    .main-hot-pro {
        padding: 20px;
    }

    .main-title1 h3 {
        font-size: 28px;
    }

    .index-newpro {
        margin: 30px 0;
    }

    .main-new-title1 h3 {
        font-size: 28px;
    }

    .main-new-img img {
        height: 350px;
        width: 100%;
    }

    .main-new-title h3 {
        font-size: 28px;
    }

    .main-news-title {
        padding: 20px;
    }

    .main-news {
        padding: 30px;
    }

    .main-title1 h3 {
        margin-bottom: 10px;
    }

    .main-title1 {
        margin-bottom: 10px;
    }



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

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

    .indexbrand {
        padding: 20px 0;
        background-size: auto 100%;
    }

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

    .indexbrand_main .indexbrand_more {
        width: 50%;
    }




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

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

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

    .indexgood_main li p {
        font-size: 20px;
    }

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

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

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

    .indexproduct_more {
        padding: 8px 10px;
    }

    .indexproductallmore {
        padding: 10px 30px;
    }

    .indexproduct_more p {
        font-size: 12px;
    }

    .indexproduct_more i {
        font-size: 12px;
    }



    .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_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) {
.main-pro3 img{
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.main-pro2 img{
    max-width: 100%;
}
.main-pro1 img{
    max-width: 100%;
}
    .indexproductcon {
        padding: 10px 0 0 0;
    }
    .main-pro {
        min-height: 550px;
    }

    .main-pro-title h3 {
        font-size: 16px;
    }

    .main-about h1 {
        font-size: 28px;
    }

    .prodimg {
        padding: 0px 30px;
    }

    .index-about {
        margin: 30px 0;
    }

    .main-title h3 {
        font-size: 28px;
        margin: 20px 0;
    }

    .main-hot-tit {
        font-size: 18px;
    }

    .main-hot-pro {
        padding: 20px;
    }

    .main-title1 h3 {
        font-size: 28px;
    }

    .index-newpro {
        margin: 30px 0;
    }

    .main-new-title1 h3 {
        font-size: 28px;
    }

    .main-new-img img {
        height: 350px;
        width: 100%;
    }

    .main-new-title h3 {
        font-size: 28px;
    }

    .main-news-title {
        padding: 20px;
    }

    .main-news {
        padding: 30px;
    }

    .main-title1 h3 {
        margin-bottom: 10px;
    }

    .main-title1 {
        margin-bottom: 10px;
    }

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

    .indexabout_more {
        width: 50%;
    }

    .advance {
        padding: 30px 0;
    }

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

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

    .indexbrand {
        padding: 20px 0;
        background-size: 100% 100%;
    }

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

    .indexbrand_main .indexbrand_more {
        width: 50%;
    }




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

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

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

    .indexgood_main li p {
        font-size: 20px;
    }

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

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

    .indexproduct_more {
        padding: 8px 10px;
    }

    .indexproductallmore {
        padding: 10px 30px;
    }

    .indexproduct_more p {
        font-size: 12px;
    }

    .indexproduct_more i {
        font-size: 12px;
    }

    .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) {
    .indexproductcon {
        padding: 10px 0 0 0;
    }
    .main-pro1 img {
        max-width: 100%;
    }

    .main-pro2 img {
        max-width: 100%;
    }

    .main-pro3 img {
        max-width: 100%;
        left: 0%;
    }

    .main-pro {
        min-height: 600px;
    }

    .main-pro-title h3 {
        font-size: 16px;
    }

    .main-about h1 {
        font-size: 28px;
    }

    .prodimg {
        padding: 0px 30px;
    }

    .index-about {
        margin: 30px 0;
    }

    .main-title h3 {
        font-size: 28px;
        margin: 20px 0;
    }

    .main-hot-tit {
        font-size: 18px;
    }

    .main-hot-pro {
        padding: 20px;
    }

    .main-title1 h3 {
        font-size: 28px;
    }

    .index-newpro {
        margin: 30px 0;
    }

    .main-new-title1 h3 {
        font-size: 28px;
    }

    .main-new-img img {
        height: 300px;
        width: 100%;
    }

    .main-new-title h3 {
        font-size: 28px;
    }

    .main-news-title {
        padding: 20px;
    }

    .main-news {
        padding: 30px;
    }

    .main-title1 h3 {
        margin-bottom: 10px;
    }

    .main-title1 {
        margin-bottom: 10px;
    }

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

    .indexabout_more {
        width: 50%;
    }

    .advance {
        padding: 30px 0;
    }

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

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

    .indexbrand {
        padding: 20px 0;
    }

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

    .indexbrand_main .indexbrand_more {
        width: 50%;
    }




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

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

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

    .indexproduct_more {
        padding: 8px 10px;
    }

    .indexproductallmore {
        padding: 10px 30px;
    }

    .indexproduct_more p {
        font-size: 12px;
    }

    .indexproduct_more i {
        font-size: 12px;
    }

    .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) {
.main-pro3 img{
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.main-pro2 img{
    max-width: 100%;
}
.main-pro1 img{
    max-width: 100%;
}
    .index-about {
        margin: 50px 0 0 0;
    }

    .main-pro-title h3 {
        font-size: 16px;
    }

    .main-about h1 {
        font-size: 30px;
    }

    .main-title h3 {
        font-size: 30px;
        margin: 30px 0;
    }

    .main-title1 h3 {
        font-size: 32px;
    }

    .index-newpro {
        margin: 40px 0;
    }

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

    .main-pro {
        min-height: 550px;
    }

    .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: 30px 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) {
    .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%;
    }
}