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

.navbar-toggler {
    background-color: #f0390e !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: #f0390e;
    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;
}

/* product */
.product_title {
    text-align: center;

}

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

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

.product_title h5 {
    font-weight: 600;
    color: #ff3c00;
    font-size: 20px;
}

.product_title h1 {
    font-weight: 600;
    margin: 15px 0;
    font-size: 40px;
}

.product_show {
    padding: 20px 0;
}

.product_pos {
    margin: 15px 0;
    padding: 15px;
}

.product_bg {
    width: 100%;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #000000;
    text-align: center;
}

.product_bg:hover .product_nav h5{
    color: #f0390e;
}
.product_bg:hover .product_nav p{
    color: #f0390e;
}
.product_bg:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
.product_nav h5 {
    color: #000000;
    font-weight: 600;
    margin: 35px 0 25px 0;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.product_nav p {
    color: #999999;
    margin: 12px 0 25px 0;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.product_in {
    /* position: absolute !important;
    top: -62px;
    right: 25px; */
}

.product_inwbg {
    width: 60px;
    height: 60px;
    border-radius: 80px;
    background-color: rgba(255, 60, 0, 0.4);
}

.product_inbg {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #ff3c00;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    cursor: pointer;
    transition: 0.5s;
}

.product_inbg:hover {
    transform: scale(0.75);
    transition: 0.5s;
}

.product_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.product_btn button {
    padding: 10px 40px;
    background-color: #ff3c00;
    color: #fff;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: 0.5s;
}

.product_btn button:hover {
    border: 1px solid #ff3c00;
    background-color: transparent;
    color: #ff3c00;
    transition: 0.5s;
}

/* about company */
.about_left {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_left img {
    width: 85%;
    height: 85%;
    object-fit: cover;
}

.about_imgbg {
    position: absolute;
    width: 85%;
    height: 85%;
    border: 2PX solid #ff3c00;
    top: 12%;
    left: 12%;
    z-index: -10;
}

.about_right h5 {
    font-weight: 600;
    font-size: 14px;
    color: #ff3c00;
}

.about_right h2 {
    font-weight: 600;
    font-size: 40px;
    margin: 15px 0 25px 0;
}

.about_right p {
    font-size: 14px;
    margin: 20px 0;
}

.about_right .about_awards {
    margin: 20px 0;
}

.about_right .about_awards span {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin-left: 10px;
}

.about_right .about_awards i {
    font-size: 40px;
    color: #ff3c00;
}

.about_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px;
}

.about_btn button {
    padding: 10px 40px;
    background-color: #ff3c00;
    color: #fff;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: 0.5s;
}

.about_btn button:hover {
    border: 1px solid #ff3c00;
    background-color: transparent;
    color: #ff3c00;
    transition: 0.5s;
}

/* video */
.video {
    /*../images/3-0.png*/
    background-image: url(../images/3-0.png);
    background-repeat: no-repeat;
    background-size: cover;
}

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

.video_left h2 {
    font-size: 32px;
    color: #f0390e;
    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 {
    text-align: -webkit-center;
    display: block;
    /* position: relative; */
    margin: auto 0;
}

.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 #f0390e;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
}

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

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

/* service */
.service_title h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

.sevice_pos {
    overflow: hidden;
    margin-top: 15px;
}

.sevice_nav {
    cursor: pointer;
    position: relative;
    text-align: center;
}

.sevice_pos:hover .sevice_navtitle {
    top: 0;
    opacity: 1;
}

.sevice_navtitle {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: all 0.5s;
}

/* news */
.news_title h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

.news_img {
    object-fit: cover;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}

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

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

.news_nav:hover .news_more {
    top: 0;
}
.news_nav:hover .news_word h3 {
    color: #f0390e;
}
.news_nav:hover .news_words p {
    color: #f0390e;
}
.news_nav:hover .news_words span {
    color: #f0390e;
}
.news_more {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 60, 0, .2);
    top: -100%;
    left: 0;
    transition: all 0.5s;
}

.news_morebg {
    position: relative;
    width: 100%;
    height: 100%;
}

.news_moreinbg {
    width: 40px;
    height: 40px;
    border-radius: 60px;
    background-color: rgba(255, 255, 255, .8);
    display: flex;
    align-items: center;
    justify-content: baseline;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news_icon {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: baseline;
    position: absolute;
}

.news_icon i {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #ff3c00;
}

.news_word {
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
}

.news_word h3 {
    font-size: 24px;
    margin: 15px 0;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_words {
    height: 119.547px;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.news_words p {
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* 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: #f0390e;
    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 #f0390e;
    margin-top: 45px;
    color: #fff;
    text-align: center;
    background-color: #f0390e;
    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: #f0390e;
    background-color: #fff;
    font-weight: bold;
}

.indexaboutmore {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

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

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

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

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

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

.advance_li:hover .advance_box h4,
.advance_li:hover .advance_box i,
.advance_li:hover .advance_box p {
    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;
    word-wrap: break-word;
    word-break: break-all;
}

.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) {
    .banner .swiper-button-next, .banner .swiper-button-prev{display: none;}
    .news_word h3{
        font-size: 20px;
    }
    .sevice_navtitle{
        font-size: 22px;
    word-break: break-all;
    }
    .news_title h2{
        font-size: 28px;
    }
    .about_right h2{
        font-size: 28px;
    }
    .about_right .about_awards i{
        font-size: 30px;
    }
    .videoimg {
        margin-top: 20px;
    }
    .service_title h2{
        font-size: 28px;
    }
    .video_show{
        padding: 30px 0;
    }
    .product_pos{
        margin: 0;
    }
    .product_title h1 {
        font-size: 28px;
    }

    .product_bg {
        padding: 15px;
    }

    .product_inwbg {
        width: 30px;
        height: 30px;
    }

    .product_inbg {
        width: 30px;
        height: 30px;
    }

    .product_nav h5 {
        margin: 15px 0 15px 0;
        font-size: 19px;
        word-break: break-all;
    }

    .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: 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 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) {
    .banner .swiper-button-next, .banner .swiper-button-prev{display: none;}
    .sevice_navtitle{
        font-size: 22px;
    word-break: break-all;
    }
    .news_title h2{
        font-size: 28px;
    }
    .about_right h2{
        font-size: 28px;
    }
    .about_right .about_awards i{
        font-size: 30px;
    }
    .videoimg {
        margin-top: 20px;
    }
    .service_title h2{
        font-size: 28px;
    }
    .product_pos{
        margin: 0;
    }
    .product_title h1 {
        font-size: 28px;
    }

    .product_bg {
        padding: 15px;
    }

    .product_inwbg {
        width: 30px;
        height: 30px;
    }

    .product_inbg {
        width: 30px;
        height: 30px;
    }

    .product_nav h5 {
        margin: 15px 0 15px 0;
        font-size: 19px;
        word-break: break-all;
    }

    .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) {
    .banner .swiper-button-next, .banner .swiper-button-prev{display: none;}
    .sevice_navtitle{
        font-size: 22px;
    word-break: break-all;
    }
    .news_title h2{
        font-size: 28px;
    }
    .about_right h2{
        font-size: 28px;
    }
    .about_right .about_awards i{
        font-size: 30px;
    }
    .videoimg {
        margin-top: 20px;
    }
    .service_title h2{
        font-size: 28px;
    }
    .product_pos{
        margin: 0;
    }
    .product_title h1 {
        font-size: 28px;
    }

    .product_bg {
        padding: 15px;
    }

    .product_inwbg {
        width: 30px;
        height: 30px;
    }

    .product_inbg {
        width: 30px;
        height: 30px;
    }

    .product_nav h5 {
        margin: 15px 0 15px 0;
        font-size: 19px;
        word-break: break-all;
    }

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

    .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) {
    .banner .swiper-button-next, .banner .swiper-button-prev{display: none;}
    .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;
    }
}