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

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

/* card */
.cardli {
    position: relative;
}

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

.cardcon {
    padding: 30px;
    background-color: #fff;
    z-index: 99;
    position: relative;
}

.cardbox {
    background-color: #f5f5f5;
    padding: 30px;
    height: 100%;
    margin: 5px;
}

.cardtxt p {
    color: #D1BC92;
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* word-break: break-all; */
    -webkit-line-clamp: 2;
}

.cardtxt h3 {
    font-size: 22px;
    color: #292929;
    font-weight: bold;
    margin: 10px 0 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.cardtxt .cardmore {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.cardmore span {
    font-size: 16px;
    color: #292929;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.cardmore i {
    font-size: 16px;
    color: #292929;
    margin-left: 10px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.cardtxt .cardmore:hover {
    margin-left: 15px;
}

.cardtxt .cardmore:hover span,
.cardtxt .cardmore:hover i {
    color: #D1BC92;
}

.cardshow {}

.cardimg {
    /* position: absolute;
    top: 0;
    right: 0;
    width: 52%; */
}

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

.cardtxt {
    /* width: 68%;
    overflow: hidden; */
}

/* sell */
.sell {
    padding: 50px 40px;
}

.sell_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.sell_title span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #eee;
}

.sell_title h2 {
    font-size: 38px;
    color: #292929;
    font-weight: bold;
    text-align: center;
    margin: 0 40px;
}

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

.sell_box {
    background-color: #f5f5f5;
    padding: 100px 60px;
    height: 100%;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.sell_box p {
    font-size: 24px;
    color: #D1BC92;
    font-weight: bold;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.sell_box h3 {
    word-break: break-all;
    font-size: 40px;
    color: #292929;
    font-weight: bold;
    margin: 20px 0 40px 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.sell_more {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.sell_more span {
    font-size: 18px;
    color: #292929;
    font-weight: bold;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.sell_more i {
    font-size: 18px;
    color: #292929;
    margin-left: 10px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.sell_li:hover .sell_box {
    background-color: #D1BC92;
}

.sell_more:hover {
    margin-left: 30px;
}

.sell_li:hover .sell_box p,
.sell_li:hover .sell_box h3,
.sell_li:hover .sell_more span,
.sell_li:hover .sell_more i {
    color: #fff;
}

/* product */
.product_boximg {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 100%;
}

.product_boximg 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.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.product_boxtxt {
    padding: 20px 10px 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_boxtxt h3 {
    word-break: break-all;
    font-size: 18px;
    color: #292929;
    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.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.product_boxtxt .product_more {
    text-align: center;
    font-size: 16px;
    color: #292929;
    border-bottom: 1px solid #292929;
    padding-bottom: 5px;
    display: inline-block;
    margin: 20px auto 0 auto;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.product_li {
    margin-top: 10px;
}

.product_li:hover .product_box {
    background: #D1BC92;
}

.product_li:hover .product_boximg img {
    transform: scale(1.2);
}

.product_li:hover .product_boxtxt h3 {
    color: #fff;
}

.product_li:hover .product_more {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.product_more:hover {
    padding: 0 30px 5px 30px;
}

.product_box {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.product_card {
    margin-top: 70px;
}

.product_cardbox {
    position: relative;
    background-color: #f5f5f5;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.product_cardboximg {
    width: 43%;
    overflow: hidden;
}

.product_cardboximg img {
    width: 100%;
    vertical-align: middle;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.product_cardboxtxt {
    width: 52%;
    overflow: hidden;
}

.product_cardboxtoptxt h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    font-size: 22px;
    font-weight: bold;
    text-align: right;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.product_cardboxdowntxt {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 50%;
    overflow: hidden;
}

.product_cardboxdowntxt p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-align: right;
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.product_cardgo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.product_cardgo span {
    font-size: 16px;
    color: #292929;
    font-weight: bold;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.product_cardgo i {
    font-size: 16px;
    color: #292929;
    margin-left: 10px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.product_cardup {
    margin-bottom: 30px;
    width: 50%;
}

.product_cardbox:hover .product_cardboximg img {
    transform: scale(1.1);
}

.product_cardgo:hover {
    margin-right: 30px;
}

.product_cardbox:hover .product_cardgo span,
.product_cardbox:hover .product_cardgo i {
    color: #fff;
}

.product_cardbox:hover {
    background-color: #D1BC92;
}

.product_cardbox:hover .product_cardboxtoptxt h3 {
    color: #fff;
}

.product_cardbox:hover .product_cardboxdowntxt p {
    color: #fff;
}

/* comment */
.comment {
    padding: 60px 0;
}

.person {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

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

.fankui {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

.fankui p {
    font-size: 16px;
    text-align: center;
    color: #292929;
    line-height: 30px;
}

.names {
    margin-top: 40px;
}

.names h3 {
    font-size: 22px;
    color: #D1BC92;
}

.names span {
    font-size: 14px;
    color: #292929;
    margin-top: 10px;
    display: block;
}

.comment_main .swiper-pagination-bullet {
    background: transparent;
    opacity: 0.8 !important;
    width: 10px;
    height: 10px;
    background-color: #ddd;
}

.comment_main .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background-color: #D1BC92 !important;
}

.comment_main .swiper-button-next,
.comment_main .swiper-button-prev {
    color: #D1BC92;
}

.comment_main {
    padding: 60px 40px;
    background-color: #f5f5f5;
}

.comment_main .swiper {
    width: 100%;
    height: 100%;
}

.comment_main .swiper-slide {
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 100px;
}

.comment_main .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

/* news */
.blog {
    padding: 40px 0;
}

.blog_box {
    border: 1px solid #eee;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

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

.blogimg 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.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blog_txt {
    padding: 20px 15px;
}

.blog_txt h3 {
    font-size: 20px;
    color: #292929;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blog_txt span {
    font-size: 14px;
    color: #D1BC92;
    display: block;
    margin: 10px 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blog_txt p {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_txt .blog_more {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blog_more h4 {
    font-size: 16px;
    color: #292929;
    font-weight: bold;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blog_more i {
    font-size: 16px;
    color: #292929;
    margin-left: 10px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blog_more:hover {
    margin-left: 30px;
}

.blog_li {
    margin-top: 10px;
}

.blog_li:hover .blog_box {
    border: 1px solid #D1BC92;
    background-color: #D1BC92;
}

.blog_li:hover .blogimg img {
    transform: scale(1.1);
}

.blog_li:hover .blog_txt h3,
.blog_li:hover .blog_txt span,
.blog_li:hover .blog_txt p,
.blog_li:hover .blog_more h4,
.blog_li:hover .blog_more i {
    color: #fff;
}

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

.blog_tagicon ul {
    display: flex;
    justify-content: space-around;
}

.blog_tagicon li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.blog_tagicon i {
    font-size: 50px;
    color: #292929;
    margin-right: 15px;
}

.blog_tagicon h3 {
    font-size: 20px;
    color: #292929;
    font-weight: bold;
}

.blog_tagicon p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}


/* 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: #d1af77;
    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: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.indexusimg {
    text-align: center;
}

.indexus a {
    display: inline-block;
    padding: 15px 80px;
    border-radius: 30px;
    font-size: 18px;
    border: 1px solid #d1af77;
    margin: 30px 0;
    color: #fff;
    text-align: center;
    background-color: #d1af77;
    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: #d1af77;
    background-color: #fff;
    font-weight: bold;
}

/* good */
.ingood {
    padding: 0 0 30px 0;
}

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

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

.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: #d1af77;
    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: #d1af77;
    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) {
.cardtxt .cardmore:hover{
    margin-left: 0px;
}
    .blog {
        padding: 40px 0;
    }

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

    .videoimg {
        margin-top: 20px;
    }

    .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) {

    .blog {
        padding: 40px 0;
    }

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


    .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 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) {
    .cardimg img {
        width: 70%;
    }

    .blog {
        padding: 40px 0;
    }

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


    .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 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) {

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

    .videoimg {
        margin-top: 20px;
    }



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


}

@media (min-width: 1400px) and (max-width: 1680px) {}