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

.bannercontent_title {
    display: none !important;
}

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

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

.prolist_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 40px auto;
}

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

.prolist_title span {
    display: block;
    width: 100px;
    height: 4px;
    background-color: #ee8a09;
    margin: 25px auto 0 auto;
}

.prolist_li {
    margin: 0 0 30px 0;
}

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

.prolist_box {
    height: 100%;
    padding: 30px 15px 10px 15px;
}

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

.prolist_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.prolist_txt {
    padding: 30px 15px;
    display: block;
}

.prolist_txt h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    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;
}

.prolist_li:hover .prolist_txt h3 {
    color: #ee8a09;
}

.procover {
    opacity: 0;
    transform: scale(1.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(238, 138, 9, 0.3);
    z-index: 999;
    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;
}

.procover span {
    display: block;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.prolist_li:hover .procover {
    opacity: 1;
    transform: scale(1);
}

.prolist_title h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

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

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

.prolist_pos:hover .prolist_navtitle {
    top: 0;
    opacity: 1;
}

.prolist_pos:hover .prolist_txt h3 {
    color: #ee8a09;
}

.prolist_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: rgb(238 138 9 / 35%);
    opacity: 0;
    transition: all 0.5s;
}

/* video */
.videoimg img {
    width: 100%;
    vertical-align: middle;
}

.video {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

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

.video_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
}

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

/* brand */
.brand {
    background: url(../images/img8.jpg) no-repeat 50% 50%;
    background-size: 100%;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.brandli {
    z-index: 9;
}

.brandcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.brand_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9999;
}

.brand_main h2 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    z-index: 9999;
    word-break: break-all;
}

.brand_main h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    z-index: 9999;
        word-wrap: break-word;
}

.brand_main p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    z-index: 9999;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
        word-wrap: break-word;
}

.brandlist {
    margin-top: 50px;
}

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

.brandbox {
    border: 1px solid #fff;
    padding: 20px 10px;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    margin: 5px;
    text-align: center;
    height: 195px;
}

.brandbox span {
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
        word-wrap: break-word;
}

.brandbox p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 15px;
    word-wrap: break-word;
}

.brandboxnum {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.brandboxnum b {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-top: -12px;
}

/* news */
.blog {
    background-color: #eee;
    padding: 60px 0;
}

.blog_main {
    padding: 0 80px;
    margin-top: 55px;
}

.blogleftbox {
    position: relative;
    overflow: hidden;
}

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

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

.blogcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 99;
}

.blogleftcon {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    margin: 0 auto;
    z-index: 999;
}

.blogleftcon span {
    font-size: 18px;
    color: #ee8a09;
    display: block;
}

.blogleftcon h3 {
    margin: 20px 0;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blogleftcon p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogleftbox:hover .blogleftcon h3 {
    color: #ee8a09;
}

.blogleftbox:hover .blogleftimg img {
    transform: scale(1.2);
}

.blog_list {
    background-color: #fff;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 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;
}

.blog_list:last-child {
    margin-bottom: 0;
}

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

.blogliimg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    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;
}

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

.blogtxt {
    padding: 0 30px 0 0;
}

.blogtxt span {
    font-size: 16px;
    color: #ee8a09;
    display: block;
    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;
}

.blogtxt h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin: 10px 0;
    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;
}

.blogtxt p {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    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;
}

.blog_list:hover {
    background-color: #ee8a09;
}

.blog_list:hover .blogliimg img {
    transform: scale(1.2);
}

.blog_list:hover .blogtxt h3,
.blog_list:hover .blogtxt span,
.blog_list:hover .blogtxt p {
    color: #fff;
}

/* serve */
.serverflex {
    display: flex;
    flex-wrap: wrap;
}

.serverli {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

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

.serverimg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    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;
}

.servercover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 9;
}

.servertxt {
    position: absolute;
    width: 85%;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
    z-index: 999;
    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;
}

.servertxt h3 {
    font-size: 24px;
    color: #fff;
    z-index: 999;
    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;
}

.serverli:hover .servertxt h3 {
    color: #ee8a09;
    font-weight: bold;
}

.serverli:hover .servertxt {
    bottom: 50%;
    transform: translate(-50%, -50%);
}

.serverli:hover .serverimg img {
    transform: scale(1.2);
}

/* about */
.indexus {
    margin: 50px 0 10px 0;
}

.about_title {
    white-space: nowrap;
}

.indexus_show h2 {
    font-size: 48px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    word-break: break-all;
}

.indexus_show h3 {
    font-size: 35px;
    color: #ee8a09;
    font-weight: bold;
    margin-bottom: 20px;
    word-break: break-all;
}

.indexus_show p {
    font-size: 18px;
    color: #000;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -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 #ee8a09;
    margin: 30px 0;
    color: #fff;
    text-align: center;
    background-color: #ee8a09;
    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: #ee8a09;
    background-color: #fff;
    font-weight: bold;
}


/* footer */
.footer {
    background-color: #052055;
    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: #ee8a09;
    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;
    color: #ee8a09;
}

.footer_page a:hover {
    text-decoration: underline !important;
    color: #ee8a09;
}

.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: #ee8a09;
    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 p {
    font-size: 14px;
    color: #fff;
    display: inline;
}

.footer_copyrights_p a {
    font-weight: 600;
    font-size: 14px;
    color: #ee8a09;
    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;
}

@media (max-width: 576px) {
    .brandbox p {
    font-size: 13px;}
    .brandbox{
        height: 187px;
    }
.serverli:hover .servertxt {
    bottom: 50px;
    transform: translate(-50%, -50%);
}
    .prolist {
        padding: 20px 0;
    }

    .prolist_title h2 {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .prolist_title {
        margin: 0 auto 20px auto;
    }

    .videobtn img {
        width: 60px;
        height: 60px;
    }

    .brand {
        padding: 40px 0;
        background-size: auto 100%;
    }

    .brand_main h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .blog {
        padding: 40px 0;
    }

    .blog_main {
        padding: 0;
        margin-top: 30px;
    }

    .blogtxt {
        padding: 15px 10px;
    }




    .indexus_show h3 {
        font-size: 26px;
        margin-top: 20px;
    }

    .comment {
        padding: 20px 0;
    }

    .indexus {
        margin: 40px 0;
    }

    .product_cardup {
        margin-top: 30px;
    }

    .product_card {
        margin-top: 20px;
    }

    .sell_li {
        margin-top: 20px;
    }

    .sell_title {
        margin-bottom: 30px;
    }

    .sell_box h3 {
        font-size: 30px;
    }

    .sell {
        padding: 40px 20px;
    }

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

    .sell_box {
        padding: 40px;
    }

    .cardcon {
        padding: 0;
    }

    .cardli {
        margin: 20px 0;
    }

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

    .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: 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: 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) {
.serverli:hover .servertxt {
    bottom: 50px;
    transform: translate(-50%, -50%);
}
    .blogleftimg {
        padding-top: 80%;
    }

    .prolist {
        padding: 20px 0;
    }

    .prolist_title h2 {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .prolist_title {
        margin: 0 auto 20px auto;
    }

    .videobtn img {
        width: 80px;
        height: 80px;
    }

    .brand {
        padding: 40px 0;
        background-size: auto 100%;
    }

    .brand_main h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .blog {
        padding: 40px 0;
    }

    .blog_main {
        padding: 0;
        margin-top: 30px;
    }

    .blogtxt {
        padding: 15px 10px;
    }


    .comment_main {
        padding: 40px 20px;
    }

    .indexus_show h3 {
        font-size: 26px;
        margin-top: 20px;
    }

    .comment {
        padding: 20px 0;
    }

    .indexus {
        margin: 40px 0;
    }

    .product_cardup {
        margin-top: 30px;
    }

    .product_card {
        margin-top: 20px;
    }

    .sell_li {
        margin-top: 20px;
    }

    .sell_title {
        margin-bottom: 30px;
    }

    .sell_box h3 {
        font-size: 30px;
    }

    .sell {
        padding: 40px 20px;
    }

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

    .sell_box {
        padding: 40px;
    }

    .cardcon {
        padding: 0;
    }

    .cardli {
        margin: 20px 0;
    }

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

    .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: 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 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) {
.serverli:hover .servertxt {
    bottom: 50px;
    transform: translate(-50%, -50%);
}
    .blogleftimg {
        padding-top: 70%;
    }

    .prolist {
        padding: 20px 0;
    }

    .prolist_title h2 {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .prolist_title {
        margin: 0 auto 20px auto;
    }

    .videobtn img {
        width: 100px;
        height: 100px;
    }

    .brand {
        padding: 40px 0;
        background-size: auto 100%;
    }

    .brand_main h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .blog {
        padding: 40px 0;
    }

    .blog_main {
        padding: 0;
        margin-top: 30px;
    }

    .blogtxt {
        padding: 15px 10px;
    }


    .indexus_show h3 {
        font-size: 26px;
        margin-top: 20px;
    }

    .comment {
        padding: 20px 0;
    }

    .indexus {
        margin: 40px 0;
    }

    .product_cardup {
        margin-top: 30px;
    }

    .product_card {
        margin-top: 20px;
    }

    .sell_li {
        margin-top: 20px;
    }

    .sell_title {
        margin-bottom: 30px;
    }

    .sell_box h3 {
        font-size: 30px;
    }

    .sell {
        padding: 40px 20px;
    }

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

    .sell_box {
        padding: 40px;
    }

    .cardcon {
        padding: 0;
    }

    .cardli {
        margin: 20px 0;
    }

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

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

    .indexproduct_box {
        padding: 10px;
    }

    .indexproduct_con h3 {
        font-size: 16px;
    }

    .indexproduct_con .indexproduct_more {
        /* width: 60%; */
        padding: 20px;
    }

    .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: 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: 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) {
    .brandbox{
        height: 218px;
    }
.serverli:hover .servertxt {
    bottom: 50px;
    transform: translate(-50%, -50%);
}
    .blogleftimg {
        padding-top: 70%;
    }

    .brand {
        padding: 40px 0;
        background-size: auto 100%;
    }

    .brand_main h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .videobtn img {
        width: 120px;
        height: 120px;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none;
    }

    .newsinfo {
        display: none;
    }

    .indexproduct {
        padding: 40px 0;
    }

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

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

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