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

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

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

/*hot product */

.index_hotproduct{
margin-top: -100px;
position: relative;
z-index: 99;
}

.index_hotproductimg img {
    height: 100%;
}

.index_hotproductimg img {
    top: 0;
    position: relative;
    left: 0;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;
}

.index_hotproductimg {
    overflow: hidden;
    position: relative;
    text-align: center
}

.index_hotproductimg:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.index_hotproductbg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 99
}

.index_hotproducttitle {
    position: absolute;
    bottom: 10%;
    text-align: left;
    left: 5%;
    right: 5%;
    color: #fff
}

.index_hotproducttitle h2 {
    font-size: 14px;
    word-break: break-all;
}

.index_hotproducttitle h3 {
    font-size: 40px;
    font-weight: bold;
    margin: 10px 0;
    word-break: break-all;
}

.indexhotproductli {
    /* margin:20px; */
    padding: 20px;
}

.index_hotproductmore {
    width: 40%;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #000;
    color: #fff;
    background: #000;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.index_hotproductmore:hover {
    transform: scale(1.1);
}

/* about company */
.indexabout {
    padding: 50px 0 0 0;
}

.indexabout_title {
    margin: 0px 0;
}

.indexabout_title h3 {
    font-size: 16px;
    color: #D1A280;
}
.indexgood_more{
    margin: 0 0 10px 0;
}
.indexabout_title h1 {
    font-size: 48px;
    color: #25292B;
    font-weight: bold;
    margin: 20px 0;
    word-break: break-word;
    word-wrap: break-word;
}

.indexabout_title p {
    font-size: 16px;
    color: #000;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
}

.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: 30%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.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: 48px;
    color: #D1A280;
    font-weight: bold;
}

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

.indexabout_data li p {
    font-size: 22px;
    text-align: center;
    color: #666666;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    overflow: hidden; 
    -webkit-line-clamp: 2; 
}

/* product */
.backimg {
    background: url(../images/probg.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 150px 0;
    position: relative;
    overflow: hidden;
}

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

.backimg .indexproduct_title {
    z-index: 999;
    position: relative;
}

.backimg .indexproduct_title h2,
.backimg .indexproduct_title p {
    color: #fff;
}

/* index product */
.indexproduct {
    padding: 0 0 60px 0;
    margin-top: -100px;
    z-index: 9999;
    position: relative;
}

.indexproduct_title {
    margin-bottom: 40px;
}

.indexproduct_title span {
    font-size: 24px;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.indexproduct_title h2 {
    font-size: 48px;
    color: #252525;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.indexproduct_title p {
    font-size: 16px;
    text-align: center;
}

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

.indexproduct_li {
    margin-bottom: 30px;
}

.indexproduct_box {
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    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;
}

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

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

.indexproduct_content {
    padding: 15px 15px;
}

.indexproduct_content p {
    font-size: 16px;
    color: #0d2d4b;
    text-align: center;
    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.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexproduct_content h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;
    color: #252525;
    text-align: center;
    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.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexproduct_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0 auto;
}

.indexproduct_btn a {
    font-size: 16px;
    color: #0d2d4b;
    display: block;
    padding: 10px 40px;
    border: 1px solid #0d2d4b;
    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;
}

.indexproduct_li:hover .indexproduct_box {
    background-color: #D1A280;
}

.indexproduct_li:hover .indexproduct_content h3,
.indexproduct_li:hover .indexproduct_content p {
    color: #fff;
}

.indexproduct_li:hover .indexproduct_btn a {
    border: 1px solid #fff;
    background-color: #fff;
}

.indexproduct_li:hover .indexproduct_img img {
    transform: scale(1.2) rotateZ(8deg);
}

.indexproductallmore {
    display: block;
    width: 25%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #D1A280;
    margin: 40px 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;
}

.indexproductallmore:hover {
    background-color: #252525;
    color: #fff;
}

/* service */
.indexservice {
    margin: 50px 0;
}
.indexserviceimg{
margin-top: 20px;
}
.indexservice_more a {
    width: 30%;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #000;
    color: #fff;
    background: #000;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexservice_more a:hover {
    transform: scale(1.1);
} 

/* contact us*/
.index_contact {
    background: url(../images/contactbg.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}

.index_contactcover {
    background-color: #000000a1;
    opacity: 0.95;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index_contacttxt {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 99;
    margin: 0 auto;
}

.index_contacttxt h2 {
    margin-bottom: 30px;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-align: center;
    z-index: 99;
    line-height: 58px;
    word-break: break-word;
    word-wrap: break-word;
}

.index_contacttxt p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    z-index: 99;
}

.index_contactmore {
    display: block;
    padding: 15px 60px;
    background-color: #D1A280;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 50px auto 0 auto;
    z-index: 99;
    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;
}

.index_contactmore:hover {
    padding: 15px 90px;
    transform: scale(1.1);
    color: #fff;
}

/* good */
.indexgood {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.indexgood_more a {
    width: 30%;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #000;
    color: #fff;
    background: #000;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexgood_more a:hover {
    transform: scale(1.1);
}

.goodicon {
    text-align: center;
}

.goodicon i {
    font-size: 45px;
    color: #D1A280;
    line-height: 2;
}

.indexgood_in {
    display: flex;
    /*margin: 10px;*/
}

.indexgood_in img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.indexgood_inright p {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.indexgood_inrightw {
    font-size: 18px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

/* brand */
.indexbrand {
    padding: 90px 0 60px 0;
    background-color: #f5f5f5;
}

.indexbrand_title {
    text-align: center;
}

.indexbrand_title h3 {
    font-size: 16px;
    color: #D1A280;

}

.indexbrand_title h2 {
    font-size: 48px;
    color: #25292B;
    font-weight: bold;
    margin: 20px 0;
}

.indexbrand .indexproduct_title {
    width: 65%;
}

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

.indexbrandli {
    margin-bottom: 30px;
}

.indexbrandwenan {
    padding: 50px 15px 40px 15px;
    z-index: 99;
    color: #000;
    text-align: center;
}

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

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

.indexbrandbox {
    height: 100%;
    background-color: #fff;
}

.indexbrandbox:hover {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
}

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

.indexbrandli:hover .indexbrandcover {
    transform: scale(12);
}

.indexbrandli:hover .indexbrandwenan h3,
.indexbrandli:hover .indexbrandwenan p {
    color: #003974;
}

.indexbrandli:hover .indexbrandicon {
    color: #003974;
}


/* news */
.indexnews {
    padding: 50px 0;
}

.indexnews .newblogflex {
    display: flex;
    flex-wrap: wrap;
}

.indexnews .blogbox {
    height: 100%;
    position: relative;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

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

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

.indexnews .blog_txt {
    padding: 20px 15px 30px 15px;
}

.indexnews .time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.indexnews .time i {
    font-size: 18px;
    color: #666;
    margin-right: 5px;
    margin-top: -1px;
}

.indexnews .time span {
    font-size: 14px;
    color: #666;
    display: block;
}

.indexnews .blog_txt h3 {
    margin-bottom: 10px;
    line-height: 23px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    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;
}

.indexnews .blog_txt p {
    font-size: 16px;
    color: #666;
    line-height: 25px;
    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;
}

.indexnews .blogmore {
    display: inline-block;
    padding: 10px 60px;
    font-size: 18px;
    color: #000;
    text-align: center;
    background-color: #fff;
    margin-top: 30px;
    border: 1px solid #000;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexnews .blogline {
    width: 0%;
    height: 3px;
    background: #D1A280;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    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;
}

.indexnews .blogli:hover .blogline {
    width: 100%;
}

.indexnews .blogli:hover .blogmore {
    background-color: #D1A280;
    border: 1px solid #D1A280;
    color: #fff;
}

.indexnews .blogli:hover .blog_txt h3 {
    font-weight: bold;
    color: #D1A280;
}

.indexnews .blogli:hover .blog_img img {
    transform: scale(1.2);
}

.indexnews .blogli {
    margin-bottom: 30px;
}

/* footer */
.footer {
    /* background-color: #D1A280; */
    padding: 60px 0;
    background-color: transparent;
    background-image: radial-gradient(at top right, #425A44CC 0%, #000 75%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.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-top: 5px;
    margin-left: 0;
    margin-right: 15px;
    border-radius: 0;
}

.footer_page h3,
.footer_product h3,
.footer_contact h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer_page a,
.footer_product a {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: 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: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding: 20px 0 20px 0;
    width: 100%;
}

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

.footer_copyrights_p p {
    font-size: 14px;
    color: #fff;
    display: inline;
}

.footer_copyrights_p a {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    display: inline;
    /*text-transform: uppercase;*/
    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: capitalize;
}

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

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

@media (max-width: 576px) {
    .index_hotproduct{
        margin-top: 0;
    }
    .index_hotproducttitle h3{
        font-size: 26px;
    }
    .indexabout{
        padding: 10px 0;
    }
    .indexgood,
    .indexnew {
        padding: 40px 0;
    }
    .indexabout_data li h3,
    .indexabout_data li span {
        font-size: 26px;
    }
    .indexproduct_btn a{
        padding: 10px;
    }
    .indexproduct{
        padding: 0 0 10px 0;
    }
    .indexservice {
        margin: 10px 0;
    }
    .index_contacttxt h2{
        font-size: 28px;
    }
    .index_contact{
        padding: 50px 0;
    }
    .indexbrand_title h2{
        font-size: 28px;
    }
    .goodicon i {
        font-size: 35px;
    }
    .indexbrand{
        padding: 30px 0;
    }



    .footer_contact {
        margin-top: 15px;
    }

    .footer_page {
        display: none;
    }

    .banner {
        margin-top: 20px;
    }

    .indexhotproduct_content span {
        font-size: 16px;
    }

    .indexhotproduct_box {
        padding: 30px;
    }

    .indexhotproduct_content h3 {
        font-size: 22px;
    }

    .indexproduct_title span {
        font-size: 20px;
    }

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

    .indexproduct_title {
        margin-bottom: 20px;
    }

    .indexproductbox {
        padding: 10px;
    }

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

    .indexcoll {
        padding: 0 0 20px 0;
    }

    .indexabout_left {
        width: 100%;
    }

    .indexabout_right {
        width: 100%;
    }

    .indexabout_title span {
        font-size: 22px;
    }

    .indexabout_title h1 {
        font-size: 28px;
    }

    .indexabout_more {
        width: 50%;
    }

    .advance {
        padding: 30px 0;
    }

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

    .advance_box i {
        font-size: 40px;
    }





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

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


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

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

    .indexproducthd {
        padding: 15px;
    }

 

    .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: 576px) and (max-width: 768px) {
    .index_hotproduct{
        margin-top: 0;
    }
    .index_hotproducttitle h3{
        font-size: 26px;
    }
    .indexabout{
        padding: 10px 0;
    }
    .indexgood,
    .indexnew {
        padding: 40px 0;
    }
    .indexabout_data li h3,
    .indexabout_data li span {
        font-size: 26px;
    }
    .indexproduct_btn a{
        padding: 10px;
    }
    .indexproduct{
        padding: 0 0 10px 0;
    }
    .indexservice {
        margin: 10px 0;
    }
    .index_contacttxt h2{
        font-size: 28px;
    }
    .index_contact{
        padding: 50px 0;
    }
    .indexbrand_title h2{
        font-size: 28px;
    }
    .goodicon i {
        font-size: 35px;
    }
    .indexbrand{
        padding: 30px 0;
    }
    .footer_contact {
        margin-top: 15px;
    }

    .banner {
        margin-top: 20px;
    }

    .indexhotproduct_content span {
        font-size: 16px;
    }

    .indexhotproduct_box {
        padding: 30px;
    }

    .indexhotproduct_content h3 {
        font-size: 22px;
    }

    .indexproduct_title span {
        font-size: 20px;
    }

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

    .indexproduct_title {
        margin-bottom: 20px;
    }

    .indexproductbox {
        padding: 10px;
    }

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

    .indexcoll {
        padding: 0 0 20px 0;
    }

    .indexabout_left {
        width: 100%;
    }

    .indexabout_right {
        width: 100%;
    }

    .indexabout_title span {
        font-size: 22px;
    }

    .indexabout_title h1 {
        font-size: 28px;
    }

    .indexabout_more {
        width: 50%;
    }

    .advance {
        padding: 30px 0;
    }

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

    .advance_box i {
        font-size: 40px;
    }




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

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


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

    .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) {
    .index_hotproducttitle h3{
        font-size: 26px;
    }
    .indexabout{
        padding: 10px 0;
    }
    .indexgood,
    .indexnew {
        padding: 40px 0;
    }
    .indexabout_data li h3,
    .indexabout_data li span {
        font-size: 26px;
    }
    .indexproduct_btn a{
        padding: 10px;
    }
    .indexproduct{
        padding: 0 0 10px 0;
    }
    .indexservice {
        margin: 10px 0;
    }
    .index_contacttxt h2{
        font-size: 28px;
    }
    .index_contact{
        padding: 50px 0;
    }
    .indexbrand_title h2{
        font-size: 28px;
    }
    .goodicon i {
        font-size: 35px;
    }
    .indexbrand{
        padding: 30px 0;
    }
    .footer_contact {
        margin-top: 15px;
    }

    .banner {
        margin-top: 20px;
    }

    .indexhotproduct_content span {
        font-size: 16px;
    }

    .indexhotproduct_box {
        padding: 30px;
    }

    .indexhotproduct_content h3 {
        font-size: 22px;
    }

    .indexproduct_title span {
        font-size: 20px;
    }

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

    .indexproduct_title {
        margin-bottom: 20px;
    }

    .indexproductbox {
        padding: 10px;
    }

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

    .indexcoll {
        padding: 0 0 20px 0;
    }

    .indexabout_left {
        width: 100%;
    }

    .indexabout_right {
        width: 100%;
    }

    .indexabout_title span {
        font-size: 22px;
    }

    .indexabout_title h1 {
        font-size: 28px;
    }

    .indexabout_more {
        width: 50%;
    }

    .advance {
        padding: 30px 0;
    }

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

    .advance_box i {
        font-size: 40px;
    }



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

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

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


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

    .indexproduct_box {
        padding: 10px;
    }

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

    .indexproduct_con .indexproduct_more {
        /* width: 60%; */
        padding: 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
    }

    .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) {
    .indexabout_left {
        width: 100%;
    }

    .indexabout_right {
        width: 100%;
    }

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