/* public */
body,
html {
    overflow-x: hidden;
}

.bannercontent_title {
    display: none !important;
}

.navbar-toggler {
    background-color: #f93c20 !important;
}

.t50 {
    margin-top: 50px;
}

.b20 {
    margin-bottom: 20px;
}

.b40 {
    margin-bottom: 40px;
}

.b60 {
    margin-bottom: 60px;
}

.tm30 {
    margin-top: 30px;
}

.index_title {
    text-align: center;
    margin-bottom: 40px;
}

.index_title h2 {
    font-size: 60px;
    font-weight: bolder;
    color: #282828;
    word-break: break-all;
}

.index_title p {
    font-size: 25px;
    color: #676767;
    word-break: break-all;
}

.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;
}

/* price */
.indexpricebg {
    padding: 60px 0;
    background: url(../images/indexbg.jpg) no-repeat 50% 50% fixed;
    background-size: cover;
}

.indexprice_main {
    padding: 10px 30px;
}

.indexprice {
    margin-bottom: 50px;
    border-radius: 150px;
    background: url(../images/pricebg.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 20px 0;
}

.indexpricepos {
    margin: auto;
}

.indexprice_num {
    background: #fff;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.indexprice_num p {
    color: #fe4602;
    font-size: 70px;
    font-weight: bolder;
}

.indexprice_title h2 {
    font-size: 45px;
    font-weight: bolder;
    color: #ffffff;
    word-break: break-all;
    margin: 5px 0;
}

.indexprice_title p {
    font-size: 25px;
    font-weight: bolder;
    color: #ffffff;
    word-break: break-all;
    margin: 5px 0;
}

.indexprice_nav p {
    font-size: 30px;
    font-weight: bolder;
    color: #ffffff;
    word-break: break-all;
    margin: 5px 0;
}

.indexprice_nav a {
    width: 30%;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    border: 1px solid #ffffff;
    color: #fe4602 !important;
    background: #fff;
    font-size: 20px;
    font-weight: bolder;
    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;
}

.indexprice_nav a:hover {
    border: 1px solid #ffffff;
    color: #fff !important;
    background: transparent;
    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;
}

/* type */
.indextypebg {
    background-image: radial-gradient(at top right, #684cc9 0%, #56449a 75%);
    border-radius: 30px;
}

.indextypebg:hover .indextypebgn {
    background-position: right -30px top -140px, left 0px top 0px;
    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;
}

.indextypebgn {
    background: url(../images/typebg.png) no-repeat 50% 50%;
    background-size: cover;
    background-position: right -17px top -200px, left 0px top 0px;
    padding: 30px;
    border-radius: 30px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indextypemain {
    text-align: center;
}

.indextypeimg {
    margin-top: 20px;
}

.indextypeimg img {
    width: 120px;
}

.indextypenav h2 {
    font-size: 18px;
    margin: 20px;
    color: #fff;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.indextypenav a {
    /* width: 30%; */
    margin: 10px 0;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    border: 1px solid #ffffff;
    color: #fff !important;
    background: transparent;
    font-size: 20px;
    font-weight: bolder;
    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;
}

.indextypenav a:hover {
    border: 1px solid #ee285c;
    color: #fff !important;
    background: #ee285c;
}

.indextypebg {
    height: 100%;
}


.indextype .swiper-slide {
    height: auto;
    padding: 0 30px;
}

.indextype .swiper-button-next,
.indextype .swiper-button-prev {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    background: #ee285c;
    z-index: 9999;
}

.indextype .swiper-button-next:after,
.indextype .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.indextype .swiper-button-next:hover,
.indextype .swiper-button-prev:hover {
    background: #ee285c;
}

/* brand */
.indexbrand {
    padding: 50px 0;
}

.indexbrand_title {
    margin: 30px 0;
}

.indexbrand_title h2 {
    font-size: 40px;
    color: #002749;
    margin-bottom: 10px;
    font-weight: bold;
}

.indexbrand_title p {
    font-size: 20px;
    color: #C70136;
}

.indexbrand .swiper-slide {
    height: auto;
}

.indexbrand_img {
    padding: 20px 0;
    height: 100%;
    background: #fff;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexbrand_img img {
    height: 130px;
}

/* about company */
.indexabout {
    background: url(../images/indexbg2.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 90px 0;
}

.indexabout_title {
    margin: 30px 0;
}

.indexgood_more {
    margin: 0 0 10px 0;
}

.indexabout_title h1 {
    font-size: 38px;
    color: #25292B;
    font-weight: bold;
    word-break: break-all;
}

.indexabout_title p {
    margin-top: 10px;
    font-size: 16px;
    color: #000;
    line-height: 2;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
}

.indexaboutmore a {
    margin-top: 30px;
    width: 30%;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    border: 1px solid #fe4602;
    color: #fff !important;
    background: #fe4602;
    font-size: 20px;
    font-weight: bolder;
    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;
}

.indexaboutmore a:hover {
    border: 1px solid #fe4602;
    color: #fe4602 !important;
    background: transparent;
    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;
}

.indexaboutimg img {
    border-radius: 30px;
    vertical-align: middle;
}

/* good */
.index_good {
    padding: 80px 0 20px 0;
}

.index_good .mian_img {
    text-align: center;
}

.index_good .mianimg_img img {
    width: 130px;
}

.index_good .mian_text p {
    padding: 20px 0;
    color: #212121;
    font-weight: bolder;
    font-size: 20px;
    word-break: break-all;
}

/* video */
.video {
    padding: 60px 0;
    background: linear-gradient(#534291d4 0%, #534291c9 90%), url(../images/111.jpg) no-repeat 50% 50% fixed;
    background-size: cover;
}

.videoimg {
    text-align: center;
}

.videomain {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999999999999999999;
}

.videoclose {
    position: absolute;
    top: 50px;
    right: 50px;
}

.videoclose img {
    width: 50px;
    height: 50px;
    display: block;
}

.videobox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videobox video {
    width: 100%;
}

.index_video_iframe {
    width: 780px;
    height: 500px;
}

.video_left h2 {
    font-size:36px;
    color: #fff;
    padding: 30px 0 10px 0;
    font-weight: 600;
    word-break: break-all;
}

.video_left p {
    font-size: 20px;
    color: #fff;
    padding: 10px 0 0 0;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 8;
}

.video_right {
    text-align: -webkit-center;
    display: block;
    /* position: relative; */
    margin: auto 0;
}

.video_btn {
    position: relative;
}

.video_play {
    position: absolute;
    top: 0;
}

.video_icon {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    /* background-color: #fff; */
    border: 2px solid #fff;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
}

.video_icon i {
    position: absolute;
    font-size: 42px;
    left: 16%;
    color: #fff;
}

.video_icon:hover {
    transform: scale(1.4);
    transition: 0.5s;
}

/* flow */
.indexcoop {
    background: url(../images/indexbg.jpg) no-repeat 50% 50% fixed;
    background-size: cover;
    padding: 50px 0;
}

.coop_btn {
    width: 100%;
}

.coop_img {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: normal;
    text-align: center;
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
    font-weight: 900;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    border-radius: 50%;
    color: #fff;
    ;
    border-top-style: solid;
    border-top-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-style: solid;
    border-left-width: 2px;
    border-top-color: #534291;
    border-right-color: #534291;
    border-bottom-color: #534291;
    border-left-color: #534291;
    margin-left: auto;
    margin-right: auto;
    background-color: #534291;
    box-shadow: 0px 0px 35px 1px #a8b0ff;
}

.coop_img span {
    color: #fff;
    display: inline-block;
    font-weight: 900;
}

.coop_title h3 {
    font-size: 22px;
    color: #1d1d1d;
    text-align: center;
    font-weight: 900;
    word-break: break-all;
}

.coop_title p {
    font-size: 18px;
    color: #595959;
    text-align: center;
    line-height: 1.5;
    margin-top: 15px;
    word-break: break-all;
}

/* feedback */
.index_feedbacks {
    background-color: #eee;
    padding: 50px 0;
}

.index_feedbacks .swiper-slide {
    padding-bottom: 50px;
}

.cardpos {
    display: flex;
    align-items: center;
    justify-content: center;
}

.feedbackimg {
    text-align: center;
    background: #ee285c;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 9px 31px 0px #fd9c808f;
}

.feedbackimg img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.feedbacks_left span {
    font-size: 18px;
    color: #ff8b34;
    font-weight: bold;
}

.feedbacks_box {
    margin: 30px 0;
}

.feedbacks_left h3 {
    font-size: 36px;
    color: #fff;
    margin: 20px 0;
}

.feedbacks_left p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.index_feedbacks .swiper {
    width: 100%;
    height: 100%;
}


.index_feedbacks .swipercard {
   height: 100%;
   text-align: center;
   border-radius: 30px;
   background-color: #fff;
   padding: 30px;
}
.index_feedbacks .swiper-slide{
    height:auto;
    padding-bottom: 50px;
}
.swipercard p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    padding: 20px;
}


.feedbackname h2 {
    text-align: center;
    font-size: 15px;
    color: #ee285c;
    word-break: break-all;
}
.index_feedbacks .swiper-pagination-bullet {
    opacity: 1;
    width: 15px;
    height: 15px;
    background-color: #d4d1d1;
}

.index_feedbacks .swiper-pagination-bullet-active {
    background-color: #ee285c;
    width: 15px;
    border-radius: 10px;
}


.index_feedbacks .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

/* index product */
.indexproduct {
    padding: 60px 0;
    background: url(../images/indexbg.jpg) no-repeat 50% 50% fixed;
    background-size: cover;
}

.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: 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;
}

.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: 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;
}

.indexproduct_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0 auto;
}

.indexproduct_btn a {
    border-radius: 30px;
    font-size: 16px;
    color: #f93c20;
    display: block;
    padding: 10px 40px;
    border: 1px solid #f93c20;
    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: #f93c20;
}

.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.1);
}

.indexproductallmore {
    display: block;
    width: 25%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #f93c20;
    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;
}

/* news */
.indexnews {
    padding: 60px 0;
    background: url(../images/indexbg.jpg) no-repeat 50% 50% fixed;
    background-size: cover;
}

.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: 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;
}

.indexnews .blog_txt p {
    font-size: 16px;
    color: #666;
    line-height: 25px;
    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;
}

.indexnews .blogmore {
    border-radius: 30px;
    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: #f93c20;
    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: #f93c20;
    border: 1px solid #f93c20;
    color: #fff;
}

.indexnews .blogli:hover .blog_txt h3 {
    font-weight: bold;
    color: #f93c20;
}

.indexnews .blogli:hover .blog_img img {
    transform: scale(1.2);
}

.indexnews .blogli {
    margin-bottom: 30px;
}

/* footer */
.footer {
    background: url(../images/footerbg.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 80px 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-top: 5px;
    margin-left: 0;
    margin-right: 15px;
    border-radius: 50%;
}

.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: capitalize;
}

.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;
    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) {
    .indexproduct_btnaa a {
        padding: 10px;
    }
    .indexprice_num {
        width: 80px;
        height: 80px;
    }
    .indexprice{
        border-radius: 20px;
    }
    .indexprice_num p {
        font-size: 30px;
    }
    .indexprice_title h2 {
        font-size: 30px;
    }
    .indexprice_title p {
        font-size: 20px;
    }
    .indexprice_nav a{
        width: 100%;
    }
    .indextypeimg img {
        width: 100px;
    }
    .indexpricebg {
        padding: 30px 0;
    }
    .index_title h2 {
        font-size: 35px;
    }
    .index_title p {
        font-size: 20px;
    }
    .indexbrand_img img {
        height: 110px;
    }
    .indexabout {
        padding: 30px 0;
    }
    .index_title {
        margin-bottom:20px;
    }
    .indexaboutmore a{
        width: 100%;
    }
    .index_good {
        padding: 30px 0 10px 0;
    }
    .index_good .mianimg_img img {
        width: 80px;
    }
    .index_good .mian_text p {
        font-size: 18px;
    }
    .indexproduct {
        padding: 30px 0;
    }
    .coop_title h3 {
        font-size:20px;
    }
    .coop_title p {
        font-size: 16px;
    }
    .index_feedbacks {
        padding: 30px 0;
    }
    .index_feedbacks .swiper-pagination{
        display: none;
    }
    .index_feedbacks .swiper-slide {
        padding-bottom: 10px;
    }




   

    .indexgood,
    .indexnew {
        padding: 40px 0;
    }

    .indexabout_data li h3,
    .indexabout_data li span {
        font-size: 26px;
    }

    .indexproduct_btn a {
        padding: 10px;
    }

    .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) {
    .indexprice_num {
        width: 80px;
        height: 80px;
    }
    .indexprice{
        border-radius: 20px;
    }
    .indexprice_num p {
        font-size: 30px;
    }
    .indexprice_title h2 {
        font-size: 30px;
    }
    .indexprice_title p {
        font-size: 20px;
    }
    .indexprice_nav a{
        width: 100%;
    }
    .indextypeimg img {
        width: 100px;
    }
    .indexpricebg {
        padding: 30px 0;
    }
    .index_title h2 {
        font-size: 35px;
    }
    .index_title p {
        font-size: 20px;
    }
    .indexbrand_img img {
        height: 110px;
    }
    .indexabout {
        padding: 30px 0;
    }
    .index_title {
        margin-bottom:20px;
    }
    .indexaboutmore a{
        width: 100%;
    }
    .index_good {
        padding: 30px 0 10px 0;
    }
    .index_good .mianimg_img img {
        width: 80px;
    }
    .index_good .mian_text p {
        font-size: 18px;
    }
    .indexproduct {
        padding: 30px 0;
    }
    .coop_title h3 {
        font-size:20px;
    }
    .coop_title p {
        font-size: 16px;
    }
    .index_feedbacks {
        padding: 30px 0;
    }
    .index_feedbacks .swiper-pagination{
        display: none;
    }
    .index_feedbacks .swiper-slide {
        padding-bottom: 10px;
    }

    .indexgood,
    .indexnew {
        padding: 40px 0;
    }

    .indexabout_data li h3,
    .indexabout_data li span {
        font-size: 26px;
    }

    .indexproduct_btn a {
        padding: 10px;
    }
    .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) {
    .indexabout_title p {
        -webkit-line-clamp: 3;
    }
    .indexabout_title {
        margin:0;
    }
    .indexprice_num {
        width: 150px;
        height: 150px;
    }
    .indexprice{
        border-radius: 20px;
    }
    .indexprice_num p {
        font-size: 50px;
    }
    .indexprice_title h2 {
        font-size: 30px;
    }
    .indexprice_title p {
        font-size: 20px;
    }
    .indexprice_nav a{
        width: 100%;
    }
    .indextypeimg img {
        width: 100px;
    }
    .indexpricebg {
        padding: 30px 0;
    }
    .index_title h2 {
        font-size: 38px;
    }
    .index_title p {
        font-size: 20px;
    }
    .indexbrand_img img {
        height: 110px;
    }
    .indexabout {
        padding: 30px 0;
    }
    .index_title {
        margin-bottom:20px;
    }
    .indexaboutmore a{
        width: 100%;
        margin-top: 10px;
    }
    .index_good {
        padding: 30px 0 10px 0;
    }
    .index_good .mianimg_img img {
        width: 80px;
    }
    .index_good .mian_text p {
        font-size: 18px;
    }
    .indexproduct {
        padding: 30px 0;
    }
    .coop_title h3 {
        font-size:20px;
    }
    .coop_title p {
        font-size: 16px;
    }
    .index_feedbacks {
        padding: 30px 0;
    }
    .index_feedbacks .swiper-pagination{
        display: none;
    }
    .index_feedbacks .swiper-slide {
        padding-bottom: 10px;
    }


    .indexgood,
    .indexnew {
        padding: 40px 0;
    }

    .indexabout_data li h3,
    .indexabout_data li span {
        font-size: 26px;
    }

    .indexproduct_btn a {
        padding: 10px;
    }

    .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_title p {
        -webkit-line-clamp: 4;
    }
    .indexabout_title {
        margin: 0;
    }
    .indexprice_num {
        width: 150px;
        height: 150px;
    }
    .indexprice{
        border-radius: 20px;
    }
    .indexprice_num p {
        font-size: 30px;
    }
    .indexprice_title h2 {
        font-size: 30px;
    }
    .indexprice_title p {
        font-size: 20px;
    }
    .indexprice_nav a{
        width: 100%;
    }
    .indextypeimg img {
        width: 100px;
    }
    .indexpricebg {
        padding: 30px 0;
    }
    .index_title h2 {
        font-size: 40px;
    }
    .indexabout_title h1 {
        font-size: 32px;
    }
    .index_title p {
        font-size: 20px;
    }
    .indexbrand_img img {
        height: 110px;
    }
    .indexabout {
        padding: 30px 0;
    }
    .index_title {
        margin-bottom:20px;
    }
    .indexaboutmore a{
        width: 100%;
    }
    .index_good {
        padding: 30px 0 10px 0;
    }
    .index_good .mianimg_img img {
        width: 80px;
    }
    .index_good .mian_text p {
        font-size: 18px;
    }
    .indexproduct {
        padding: 30px 0;
    }
    .coop_title h3 {
        font-size:20px;
    }
    .coop_title p {
        font-size: 16px;
    }
    .index_feedbacks {
        padding: 30px 0;
    }
    .index_feedbacks .swiper-pagination{
        display: none;
    }
    .index_feedbacks .swiper-slide {
        padding-bottom: 10px;
    }
    .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;
    }


    .indexalltitle h2 {
        font-size: 32px;
    }

    .indexalltitle img {
        width: 30px;
        height: 30px;
    }

    .indexabout,
    .indexgood,
    .indexnew {
        padding: 40px 0;
    }

    .indexnewli {
        margin-bottom: 30px;
    }

    .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_page {
        margin-top: 20px;
    }

    .footer_contact {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .indexprice_nav a{
        width: 60%;
    }
    .indexabout_title{
margin: 0;
    }
    .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) {
    .indexprice_nav a{
        width: 60%;
    }
    .brand {
        padding: 40px 0;
        background-size: auto 100%;
    }
}