body,
html {
    overflow-x: hidden;
}

.bannercontent_title {
    display: none !important;
}

.navbar-toggler {
    background-color: #333333 !important;
}

.iimg{
    width: 100%;max-height:260px;overflow: hidden;
}

.imimg{
    width: 100%;
}
.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;
}

/* introduction */
.index_intro {
    margin: 60px 0;
}

.index_introtitle {
    text-align: center;
}

.index_introtitle h3 {
    font-size: 16px;
    color: #8f8f8f;
    margin: 15px;
}

.index_introtitle p {
    margin-top: 25px;
    font-size: 21px;
    color: #777;
    line-height: 1.4;
}

/* hot-product */

.index_hpronavin {
    position: relative;
    margin: 15px 0;
}

.index_hpronavinzz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    z-index: 10;
}

.index_hpronavtit {
    position: absolute;
    bottom: 50px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    z-index: 100;
    background:#545454d4;
}

.index_hpronavtit h5 {
    color: #ffffff;
    font-weight: 600;
}

.index_hpronavtit span {
    color: #ffffff;
}

.index_hpronavmore {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    z-index: 100;
    color: #ffffff;

}

.index_hpronavr {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* brand */
.index_brand {
    margin: 60px 0;
}

.brandpic {
    display: flex;
    align-items: center;
}

.brandimg img {
    width: 126px;
}

/* product */
.index_prod {
    margin: 60px 0;
}

.index_prodtit {
    text-align: center;
    margin-bottom: 20px;
}

.index_prodtit h4 {
    font-size: 16px;
    color: #8f8f8f;
}

.index_prodtit h2 {
    word-break: break-all;
    font-size: 60px;
    font-weight: 600;
    margin-top: 10px;
    color: #000000;
}

.index_prodrowcol {
    text-align: center;
    margin: 25px 0;
}

.index_prodrowcol h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}

.index_prodrowcol .index_proda {
    margin: 25px 0 25px 0;
    border-bottom: 1px solid #aaaaaa;
    font-size: 12px;
    transition: 0.5s;
    position: relative;
    top: 0;
}

.index_prodrline {
    width: 100%;
    background-color: #bbbbbb;
    height: 1px;
    margin-top: 8px;
}

.index_prodrowcol .index_proda:hover {
    transition: 0.5s;
    top: -15px;
}

.index_prodrowcol .imgs {
    position: relative;
    display: block;
    overflow: hidden;
}

.index_prodrowcol .imgs img {
    width: 100%;height: 330px;
}

.index_prodrowcol .imgs .index_prodrz {
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: #ffffff;
    background-color: rgb(0 0 0 / 70%);
    width: 100%;
    height: 100%;
    align-items: start;
    text-align: start;
    padding: 12px;
    transition: 0.5s;
}

.index_prodrowcol .imgs:hover .index_prodrz {
    top: 0;
    transition: 0.5s;
}

.index_prodrowcol .imgs .index_prodrz p {
    margin-top: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index_prodrowcol .imgs .index_prody {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

/* feedback */
.index_feedback {
    background-color: #f2f2f2;
}

.index_feedbacks {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    cursor: pointer;
}

.index_feedbacks i {
    font-size: 80px;
    opacity: 0.3;
}

.index_feedbacks p {
    text-align: center;
    margin: 10px 0 10px;
    font-size: 21px;
    color: #777;
    line-height: 1.4;
}

.index_feedbackperson {
    display: flex;
    margin: 35px 0;
    align-items: center;
    justify-content: center;
}

.index_feedbackperson img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 12px;
}

.index_feedbackpersont h4 {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
}

.index_feedbackpersont p {
    font-size: 14px;
}

/* .index_feedback .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
} */
/* about */
.indexus {
    margin: 60px 0;
}

.indexusicon i {
    font-size: 36px;
    color: #cfb266;
}

.indexusicon span {
    font-size: 24px;
    word-break: break-all;
    color: #cfb266;
}

.about_title {
    white-space: nowrap;
}

.indexus_show h2 {
    font-size: 28px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    word-break: break-all;
}

.indexus_show h3 {
    font-size: 35px;
    color: #cfb266;
    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: 4;
    -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 #333333;
    margin: 30px 0;
    color: #fff;
    text-align: center;
    background-color: #333333;
    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: #333333;
    background-color: #fff;
    font-weight: bold;
}

/* news */
.index_news {
    background-color: #f2f2f2;
    padding: 40px 0;
}

.index_newsrowcol {
    position: relative;
    cursor: pointer;
    margin: 25px 0;
}

.index_newstit {
    text-align: center;
    margin-bottom: 20px;
}

.index_newstit h4 {
    font-size: 16px;
    color: #8f8f8f;
}

.index_newstit h2 {
    font-size: 60px;
    font-weight: 600;
    margin-top: 10px;
    color: #000000;
}

.index_newsrowcol .imgs {
    display: inline-block;
    position: relative;
}

.index_newsrowcol .imgs img {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.index_newscon {
    background-color: #ffffff;
    padding: 55px 25px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.index_newscon h4 {
    font-size: 21px;
    font-weight: 600;
}

.index_newscon p {
    margin: 15px 0;
    color: #333333;
}

.index_newscon a {
    display: inline-block;
    font-size: 12px;
    padding-bottom: 8px;
    transition: 0.3s;
}

.index_newscon a:hover {
    font-size: 13px;
    color: #000000;
    transition: 0.3s;
}

.imgsn {
    position: absolute;
    background-color: #333333;
    color: #ffffff;
    padding: 3px 15px;
    border-radius: 12px;
    top: 10px;
    right: 10px;
}

.index_newsuser {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: -25px;
    left: 25px;
    z-index: 10;
}

.index_newsrowcol:hover .index_newsczz {
    transition: 0.3s;
    opacity: 0.3;

}

.index_newsczz {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
/*    background: linear-gradient(transparent, rgba(0, 0, 0, .3));*/
    transition: 0.3s;
}

.index_newsline {
    width: 100%;
    background-color: #bbbbbb;
    height: 1px;
    margin-top: 8px;
}

/* advantage  */
.index_advan {
    padding: 50px 0 0 0;
}

.index_advanrowcol {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding: 15px;
}

.index_advanrowcol img {
    width: 55px;
    height: 55px;
    margin-right: 12px;
}

.index_advantit h4 {
    font-size: 16px;
    font-weight: 600;
}

.index_advantit p {
    font-size: 16px;
    margin-top: 15px;
}

/* footer */
.footer {
    background-color: #fff;
    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: #000;
    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: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer_page a,
.footer_product a {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.footer_product a:hover {
    text-decoration: underline !important;
    color: #333333;
}

.footer_page a:hover {
    text-decoration: underline !important;
    color: #333333;
}

.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: #000;
    margin-right: 10px;
}

.footer_contact li p {
    font-size: 16px;
    color: #000;
    flex: 1;
}

.footer_contact li a {
    font-size: 16px;
    color: #000;
    flex: 1;
}

.footer_copyrights {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #000;
    margin-top: 20px;
    padding: 20px 0 20px 0;
    width: 100%;
}

.footer_copyrights_name {
    font-size: 14px;
    color: #000;
}

.footer_copyrights_p p {
    font-size: 14px;
    color: #000;
    display: inline;
}

.footer_copyrights_p a {
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    display: inline;
    text-transform: uppercase;
    text-decoration: underline;
}

.footer_tags {
    border-bottom: 1px solid #000;
    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: #000;
    text-transform: capitalize;
}

.footer_tags a {
    font-size: 14px;
    color: #000;
    display: block;
    margin: 5px;
}

.footer_tags a:hover {
    text-decoration: underline !important;
}

@media (max-width: 576px) {
    .index_feedbacks i {
        font-size: 60px;
    }

    .index_intro {
        margin: 30px 0;
    }

    .index_introtitle h3 {
        font-size: 14px;
    }

    .index_introtitle p {
        font-size: 18px;
    }

    .index_prodtit h2 {
        font-size: 30px;
    }

    .index_prod {
        margin: 30px 0;
    }

    .index_prodtit {
        margin-bottom: 10px;
    }

    .indexusicon i {
        font-size: 28px;
    }

    .indexusicon span {
        font-size: 20px;
    }

    .index_newstit h2 {
        font-size: 34px;
    }

    .index_newstit {
        margin-bottom: 10px;
    }

    .index_newscon {
        padding: 55px 25px 40px 25px;
    }

    .index_advan {
        padding: 40px 0 0 0;
    }


    .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;
    }



    .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;
    }

    .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) {
    .index_feedbacks i {
        font-size: 60px;
    }

    .index_intro {
        margin: 30px 0;
    }

    .index_introtitle h3 {
        font-size: 14px;
    }

    .index_introtitle p {
        font-size: 18px;
    }

    .index_prodtit h2 {
        font-size: 30px;
    }

    .index_prod {
        margin: 30px 0;
    }

    .index_prodtit {
        margin-bottom: 10px;
    }

    .indexusicon i {
        font-size: 28px;
    }

    .indexusicon span {
        font-size: 20px;
    }

    .index_newstit h2 {
        font-size: 34px;
    }

    .index_newstit {
        margin-bottom: 10px;
    }

    .index_newscon {
        padding: 55px 25px 40px 25px;
    }

    .index_advan {
        padding: 40px 0 0 0;
    }

    .indexus_show h3 {
        font-size: 26px;
        margin-top: 20px;
    }

    .indexus {
        margin: 40px 0;
    }

    .product_cardup {
        margin-top: 30px;
    }

    .product_card {
        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;
    }

    .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) {
    .index_feedbacks i {
        font-size: 60px;
    }

    .index_intro {
        margin: 30px 0;
    }

    .index_introtitle h3 {
        font-size: 14px;
    }

    .index_introtitle p {
        font-size: 18px;
    }

    .index_prodtit h2 {
        font-size: 30px;
    }

    .index_prod {
        margin: 30px 0;
    }

    .index_prodtit {
        margin-bottom: 10px;
    }

    .indexusicon i {
        font-size: 28px;
    }

    .indexusicon span {
        font-size: 20px;
    }

    .index_newstit h2 {
        font-size: 34px;
    }

    .index_newstit {
        margin-bottom: 10px;
    }

    .index_newscon {
        padding: 55px 25px 40px 25px;
    }

    .index_advan {
        padding: 40px 0 0 0;
    }

    .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;
    }

    .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;
    }

    .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) {
    .index_newstit h2 {
        font-size: 50px;
    }

    .index_prodtit h2 {
        font-size: 50px;
    }

    .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%;
    }
}