/* public */
.bannercontent_title {
    display: none !important;
}

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

.t50 {
    margin-top: 50px;
}

.b20 {
    margin-bottom: 20px;
}

.b40 {
    margin-bottom: 40px;
}

.b60 {
    margin-bottom: 60px;
}

.indexalltitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
.indexproduct_icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.indexproduct_icon span {
    width: 80px;
    height: 2px;
    background: #000;
    display: block;
}
.indexproduct_icon b {
    display: block;
    width: 18px;
    height: 18px;
    background-color: #009843;
    border-radius: 50%;
    margin: 0 20px;
}

.indexalltitle h2 {
    font-size: 36px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    word-break: break-all;
}

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

.indexalltitle .indexalltitleimg2 {
    margin-top: 45px;
    display: block;
}
/* brand */
.brand img{
    max-width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    display: block;
}
/* product */
.indexproduct {
    background: url(../images/white-texture.png) no-repeat 50% 50%;
    background-size: auto 100%;
    padding: 90px 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;
}
.indexproductli:hover .indexproductbox h3 {
    color: #009843;
}
.indexproductbox {
    position: relative;
    height: 100%;
    padding: 20px 15px;
    background: #fff;
    border: 2px solid #009843;
    border-radius: 20px;
    overflow: hidden;
}
.indexproductbox h3 {
    margin: 30px auto 50px auto;
    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;
    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;
}
.indexproductmore span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    background-color: #009843;
    display: block;
}
.indexproductmore i {
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.indexproductall {

        display: flex;
        justify-content: center;
        align-items: center;
 
}

.indexproductallmore {
    padding: 15px 100px;
    background-color: #009843;
    border: 1px solid #009843;
    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;
}


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

.indexproductallmore:hover {
    background-color: #fff;
    color: #009843;
}

.indexproduct_title {
    padding: 0px 35px;
    border: none;
    background: transparent;
    color: #000;
    width: 17%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto 50px auto;
    position: relative;
    line-height: 45px;
    cursor: pointer;
}

.indexproduct_title span {
    position: absolute;
    background-color: #009843;
    display: block;
    transition: all 200ms;
}

.indexproduct_title .line1,
.indexproduct_title .line3 {
    height: 6px;
    width: 25px;
}

.indexproduct_title .line2,
.indexproduct_title .line4 {
    height: 25px;
    width: 6px;
}

.indexproduct_title .line1,
.indexproduct_title .line2 {
    top: -10px;
    left: 0;
}

.indexproduct_title .line3,
.indexproduct_title .line4 {
    bottom: -10px;
    right: 0;
}

/* honour */
.indexhonour{
    background: url(../images/white-texture.png) no-repeat 50% 50%;
    padding: 90px 0;
}
.indexhonour .swiper{
    max-width: 1500px !important;
    margin: 0 auto !important;
    padding-bottom: 80px;
}
.indexhonour .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.indexhonour .swiper-pagination-bullet-active{
    background:#009843 !important;
}
.indexhonour  .swiper-button-next, .indexhonour  .swiper-button-prev{
    color:#009843 !important;
}
/* about company */
.indexabout {
    padding: 60px 0;
}

.indexabout_hd {
    margin-bottom: 50px;
}

.indexabout_hdflex,
.indexabout_bdflex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.indexabout_hdtitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.indexabout_hdtitle span {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

.indexabout_hdtitle h2 {
    word-break: break-all;
    font-size: 48px;
    color: #000;
    font-weight: bold;
}

.indexabout_hdtitletxt P {
    font-size: 16px;
    color: #000;
    line-height: 28px;
}
.count_txt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.count_txt h3 {
    font-size: 36px;
    color: #000;
    font-weight: bold;
}
.count_txt span {
    width: 110px;
    height: 8px;
    border-radius: 30px;
    background-color: #dcdcdc;
    display: block;
    margin: 30px 0;
}
.count_txt h2 {
    font-size: 60px;
    color: #009843;
    font-weight: bold;
    margin-bottom: 30px;
}
.count_txt p {
    font-size: 24px;
    color: #000;
    line-height: 28px;
}
.countmore {
    display: inline-block;
    padding: 15px 80px;
    border-radius: 30px;
    font-size: 18px;
    border: 1px solid #009843;
    margin-top: 45px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    background-color: #009843;
    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;
}
.countmore:hover {
    padding: 15px 100px;
    color: #009843;
    background-color: #fff;
    font-weight: bold;
}
.indexaboutmore {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

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

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

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

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

.indexaboutimg img {
    width: 100%;
    vertical-align: middle;
}



/* advantage */
.advance{
    padding: 80px 0 40px 0;
}

.advance_title h2 {
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}
.advance_li:nth-child(odd) {
    background-color: #f8f8f8;
}
.advanceflex {
    display: flex;
    flex-wrap: wrap;
}
.advance_box {
    height: 100%;
    padding: 40px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.advance_box i {
    text-align: center;
    font-size: 60px;
    color: #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;
}
.advance_box h4 {
    word-break: break-all;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin: 15px auto 15px auto;
    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;
}
.advance_box p {
    word-break: break-all;
    font-size: 18px;
    color: #000;
    line-height: 28px;
    text-align: center;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.advance_li:hover {
    background-color: #009843;
}
.advance_li:hover .advance_box h4, .advance_li:hover .advance_box i, .advance_li:hover .advance_box p {
    color: #fff;
}
/* us */
.indexus {
    background:#00984380;
}
.indexus_show{
    padding: 60px 0;
}
.indexus_show h2 {
    font-size: 48px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    word-break: break-all;
}
.indexus_show p {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexusimg{
    text-align: center;
}
.indexus a{
    display: inline-block;
    padding: 15px 80px;
    border-radius: 30px;
    font-size: 18px;
    border: 1px solid #009843;
    margin-top: 45px;
    color: #fff;
    text-align: center;
    background-color: #009843;
    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;
}
.indexus a:hover {
    padding: 15px 100px;
    color: #009843;
    background-color: #fff;
    font-weight: bold;
}
/* video */
.video {
    background:#00984380;
}
.videoimg{
    text-align: center;
}
.videomain {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999999999999999999;
}

.videoclose {
    position: absolute;
    top: 50px;
    right: 50px;
}

.videoclose img {
    width: 50px;
    height: 50px;
    display: block;
}

.videobox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videobox video {
    width: 100%;
}

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

.video_show {
    padding: 80px 0;
}

.video_left h2 {
    font-size: 32px;
    color: #009843;
    padding: 30px 0 10px 0;
    font-weight: 600;
}

.video_left p {
    font-size: 20px;
    color: #fff;
    padding: 10px 0 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 8;
}

.video_right {
    position: relative;
}

.video_pos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_btn {
    position: relative;
}

.video_play {
    position: absolute;
    /* left: 50px; */
    top: 0;
}

.video_icon {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    /* background-color: #fff; */
    border: 2px solid #009843;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
}

.video_icon i {
    position: absolute;
    font-size: 42px;
    left: 16%;
    color: #009843;
}

.video_icon:hover {
    transform: scale(1.4);
    transition: 0.5s;
}

/* news */
.indexnew {
    padding: 60px 0;
}

.indexnew .indexproduct_title {
    width: 60%;
}

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

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

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

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

.indexnew_txt {
    padding-top: 15px;
    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;
}
.indexnew_txt span {
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 15px;
    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;
}
.indexnew_title a {
    max-width: 90%;
}
.indexnew_more h4 {
    font-size: 18px;
    color: #000;
    display: inline-block;
}
.indexnew_more i {
    font-size: 16px;
    color: #fff;
}
.indexnew_more h5 {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    background-color: #009843;
    margin-left: 15px;
}
.indexnew_more {
    display: inline-block;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0 15px 0;
    padding: 13px 40px;
    border: 1px solid #009843;
    border-radius: 30px;
    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;
}
.indexnew_txt p {
    font-size: 16px;
    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;
}
.indexnew_title b {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #009843;
    display: block;
    margin: 0 0 3px 5px;
}
.indexnew_title h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    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;
}
.indexnew_title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.indexnewli:hover .indexnewimg img {
    transform: scale(1.1);
}
.indexnewli:hover .indexnew_txt {
    padding: 15px 15px 0 15px;
}
.indexnewli:hover .indexnewbox {
    background-color: #009843;
}
.indexnewli:hover .indexnew_txt span, .indexnewli:hover .indexnew_txt p, .indexnewli:hover .indexnew_txt h3 {
    color: #fff;
}
.indexnewli:hover .indexnew_title {
    border-bottom: 1px solid #fff;
}
.indexnewli:hover .indexnew_more {
    border: 1px solid #fff;
    background-color: #fff;
}
/* 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-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: 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;
    /*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 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  } */
.footer_copyrights_p p {
    font-size: 14px;
    color: #fff;
    display: inline;
}

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

.footer_tags {
    border-bottom: 1px solid #e5e5e5;
    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: #ddd;
    text-transform: capitalize;
}

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

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

@media (max-width: 576px) {
    .countmore {
        padding: 15px 40px;
    font-size: 16px;
    }
    .count_txt h2{
        font-size: 40px;
    }
    .count_txt p{
        font-size: 20px;
    }
    .count_txt h3{
        font-size: 30px;
    }
    .advance_box i{
        font-size: 50px;
    }
    .indexhonour{
        padding: 60px 0;
    }
    .indexhonour .swiper {
        padding-bottom: 60px;
    }
    .indexproductbox h3{
        font-size: 14px;
    }
    .advance {
        padding: 40px 0 40px 0;
    }
    .indexus a{
        padding: 10px 40px;
        font-size: 16px;
    }
    .indexus_show h2{
        font-size: 30px;
        margin-top: 20px;
    }
    .indexproductmore h4{
        font-size: 14px;
    }
    .indexproductmore span{
        line-height: 1.2;
        width: 20px;
        height: 20px;
    }
    .indexproductmore i{
        font-size: 12px;
    }
    .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: 40px 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: 26px;
    }
    .indexproduct_icon span{
        width: 60px;
    }
    .indexproduct_icon b{
        width: 16px;
        height: 16px;
    }
    .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;
    }


    .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) {
    .advance_box i{
        font-size: 50px;
    }
    .countmore {
        padding: 15px 40px;
    font-size: 16px;
    }
    .count_txt p{
        font-size: 20px;
    }
    .count_txt h2{
        font-size: 40px;
    }
    .count_txt h3{
        font-size: 30px;
    }
    .indexhonour{
        padding: 60px 0;
    }
    .indexhonour .swiper {
        padding-bottom: 60px;
    }
    .indexproductbox h3{
        font-size: 16px;
    }
    .advance {
        padding: 40px 0 40px 0;
    }
    .indexus a{
        padding: 10px 40px;
        font-size: 16px;
    }
    .indexus_show h2{
        font-size: 30px;
        margin-top: 20px;
    }
    .indexproductmore span{
        line-height: 1.2;
        width: 20px;
        height: 20px;
    }
    .indexproductmore i{
        font-size: 12px;
    }
    .indexproductmore h4{
        font-size: 14px;
    }
    .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: 40px 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;
    }


    .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) {
    .advance_box i{
        font-size: 50px;
    }
    .countmore {
        padding: 15px 40px;
    font-size: 16px;
    }
    .count_txt h2{
        font-size: 40px;
    }
    .count_txt p{
        font-size: 20px;
    }
    .count_txt h3{
        font-size: 30px;
    }
    .indexhonour{
        padding: 60px 0;
    }
    .indexhonour .swiper {
        padding-bottom: 60px;
    }
    .product_static_hot {
        display: none;
    }
    .advance {
        padding: 40px 0 40px 0;
    }
    .indexus a{
        padding: 10px 40px;
        font-size: 16px;
    }
    .indexus_show h2{
        font-size: 30px;
        margin-top: 20px;
    }
    .indexproductmore span{
        line-height: 1.2;
        width: 20px;
        height: 20px;
    }
    .indexproductmore i{
        font-size: 12px;
    }
    .indexproductmore h4{
        font-size: 14px;
    }
    .indexproductbox h3{
        font-size: 16px;
    }
    .product_left_hotproduct {
        display: none;
    }
    .videoimg{
        margin-top: 20px;
    }
    .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: 40px 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;
    }

    .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: 992px) and (max-width: 1200px) {
    .product_static_hot {
        display: none;
    }

    .product_left_hotproduct {
        display: none;
    }
    .videoimg{
        margin-top: 20px;
    }
    .indexproduct_btnaa a {
        padding: 5px 10px;
    }

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

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

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

    .newsinfo {
        display: none;
    }

    .indexproduct {
        padding: 40px 0;
    }

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

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

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

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

    .indexabout_hdtitletxt {
        margin-top: 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 {
        display: none;
    }

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

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

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


}

@media (min-width: 1400px) and (max-width: 1680px) {
    .indexproduct_more i {
        font-size: 14px;
    }

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