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

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

.t50 {
    margin-top: 50px;
}

.b20 {
    margin-bottom: 20px;
}

.b40 {
    margin-bottom: 40px;
}

.b60 {
    margin-bottom: 60px;
}

.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 */
.indexproduct {
    padding: 90px 0 60px 0;
    background-color: #ebeff4;
}

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

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

.indexproductli {
    margin-bottom: 30px;
}

.indexproductbox {
    height: 100%;
    background-color: #fff;
    border: 5px solid #fff;
    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;
}

.indexproduct_more {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 40px;
    border: 1px solid #003974;
    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;
}

.indexproduct_more p {
    font-size: 16px;
    color: #003974;
    margin-right: 15px;
    font-weight: bold;
    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_more span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #003974;
    border-radius: 50%;
    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_more i {
    font-size: 18px;
    color: #fff;
    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;
}

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

.indexproductallmore {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 60px;
    border: 1px solid #003974;
    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;
}

.indexproductallmore p {
    font-size: 16px;
    color: #003974;
    margin-right: 15px;
    font-weight: bold;
    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;
}

.indexproductallmore span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #003974;
    border-radius: 50%;
    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;
}

.indexproductallmore i {
    font-size: 18px;
    color: #fff;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexproductli:hover .indexproduct_more,
.indexproductallmore:hover {
    background-color: #003974;
}

.indexproductli:hover .indexproduct_more span,
.indexproductallmore:hover span {
    background-color: #fff;
}

.indexproductli:hover .indexproduct_more p,
.indexproductallmore:hover p {
    color: #fff;
}

.indexproductli:hover .indexproduct_more i,
.indexproductallmore:hover i {
    color: #003974;
}

.indexproductli:hover .indexproduct_txt h3 {
    color: #003974;
    font-weight: bold;
}

.indexproductli:hover .indexproductbox {
    /*box-shadow: 5px 5px 20px rgba(0, 57, 116, 0.35);*/
    border: 5px solid #003974;
}

.indexproductli:hover .indexproducthd {
    border-bottom: 1px solid #003974;
}

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

.indexproductallmore:hover {
    /*padding: 10px 100px;*/
}

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

/* about company */
.indexabout {
    padding: 90px 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;
}

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

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

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

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

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

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

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

.indexabout_data li {
    width: 48%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
}

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

.indexabout_data li i {
    font-size: 50px;
    color: #003974;
    text-align: center;
    display: block;
}

.indexabout_data li h3 {
    font-size: 30px;
    color: #003974;
    font-weight: bold;
}

.indexabout_data li span {
    font-size: 30px;
    color: #003974;
    font-weight: bold;
}

.indexabout_data li p {
    font-size: 22px;
    text-align: center;
    color: #003974;
}

/* advantage */
.indexgood {
    padding: 90px 0 60px 0;
    background-color: #ebeff4;
}

.indexgood .indexproduct_title {
    width: 65%;
}

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

.indexgoodli {
    margin-bottom: 30px;
}

.indexgoodwenan {
    padding: 50px 15px 40px 15px;
    z-index: 99;
    color: #000;
}

.indexgoodwenan h3 {
    z-index: 99;
    position: relative;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.indexgoodwenan p {
    z-index: 99;
    position: relative;
    font-size: 16px;
    color: #000;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.indexgoodbox {
    border: 2px #003974 solid;
    color: #000;
    height: 100%;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.indexgoodbox:hover {
    color: #003974;
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
}

.indexgoodicon {
    font-size: 50px !important;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 12px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.indexgoodli:hover .indexgoodcover {
    transform: scale(12);
}

.indexgoodli:hover .indexgoodwenan h3,
.indexgoodli:hover .indexgoodwenan p {
    color: #003974;
}

.indexgoodli:hover .indexgoodicon {
    color: #003974;
}

/* video */
.video {
    background:#00397480;
}
.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: #003974;
    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 #003974;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
}

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

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

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

.indexnew .indexproduct_title {
    width: 60%;
}

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

.indexnewbox {
    border: 2px #003974 solid;
    height: 100%;
    background-color: #f6f6f6;
    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;
}

.indexnewcon {
    padding: 20px 15px;
}

.indexnewcon h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    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;
}

.indexnewcon p {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    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;
}

.indexnewbottom {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    margin-top: 20px;
}

.indexnewbottom span {
    font-size: 14px;
    color: #000;
}

.indexnewcon .indexproductallmore {
    background-color: #003974;
    padding: 5px 30px;
}

.indexnewcon .indexproductallmore p {
    color: #fff;
    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;
}

.indexnewcon .indexproductallmore span {
    background-color: #fff;
    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;
}

.indexnewcon .indexproductallmore i {
    color: #003974;
    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;
}

.indexnewcon .indexproductallmore:hover {
    padding: 5px 30px;
}

.indexnewli:hover .indexnewimg img {
    transform: scale(1.1);
}

.indexnewli:hover .indexnewbox {
    background-color: #003974;
}

.indexnewli:hover .indexnewcon h3,
.indexnewli:hover .indexnewcon p,
.indexnewli:hover .indexnewbottom span {
    color: #fff;
}

.indexnewli:hover .indexnewcon .indexproductallmore {
    background-color: #fff;
    border: 1px solid #fff;
}

.indexnewli:hover .indexnewcon .indexproductallmore p {
    color: #003974;
}

.indexnewli:hover .indexnewcon .indexproductallmore span {
    background-color: #003974;
}

.indexnewli:hover .indexnewcon .indexproductallmore i {
    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: 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: flex-end;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding: 20px 0 20px 0;
    width: 100%;
}

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

/* .footer_copyrights_p {
    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: none;
    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: none;
}

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

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

@media (max-width: 576px) {
    .videoimg{
        margin-top: 20px;
    }
    .product_show_main .public_ad_header_social_media a {
        margin-right: 8px
    }

    .newsinfo {
        display: none;
    }

    .indexproduct_btnaa a {
        padding: 10px 10px;
        font-size: 12px;
    }

    /* 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;
    }

    .indexabout_data li i {
        font-size: 30px;
    }

    .indexabout_data li h3,
    .indexabout_data li span {
        font-size: 18px;
    }

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

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

    .indexabout_data li i {
        font-size: 30px;
    }

    .indexabout_data li p {
        font-size: 14px;
    }

    .indexnewli {
        margin-bottom: 30px;
    }

    /* video */
    .video_left h2 {
        font-size: 22px;
    }

    .video_left p {
        font-size: 18px;
    }

    .video_btn {
        margin-top: 20px;
    }

    /* .index_video_iframe {
        width: 300px;
        height: 200px;
    } */

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

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

    /* footer */
    .footer_page {
        margin-top: 15px;
    }

    .footer_nav {
        display: none;
    }

    .footer_call {
        margin-top: 30px;
    }

    .footer_hd {
        padding-bottom: 10px;
    }

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

    .headernav {
        padding: 15px 0;
    }

    .footer_product {
        display: none;
    }

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

@media (min-width: 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;
    }

    .indexabout_data li i {
        font-size: 30px;
    }

    .indexabout_data li h3,
    .indexabout_data li span {
        font-size: 27px;
    }

    .indexabout_data li p {
        font-size: 14px;
    }

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