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

.bannercontent_title {
    display: none !important;
}

.nav_wrap .head_nav>li li a:hover {
    color: #ad4bdb;
}

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

.head_layer .container {
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 9;
}

.t50 {
    margin-top: 50px;
}

.b20 {
    margin-bottom: 20px;
}

.b40 {
    margin-bottom: 40px;
}

.b60 {
    margin-bottom: 60px;
}

.tm30 {
    margin-top: 30px;
}

.index_tit {
    text-align: center;
}

.index_tit h2 {
    font-size: 80px;
    color: #181818;
    font-weight: 800;
}

.index_tit p {
    font-size: 38px;
    color: #7994A5;
}

.public_ad_header_tel {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #000 !important;
}

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

/* 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: #fff;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: relative;
    margin-top: -120px;
}

.feedbackimg img {
    width: 160px;
    border-radius: 50%;
    margin-top: 10px;
}

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

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

.feedbacks .swiper-slide {
    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: 50px;
}

.feedbacks .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swipercard {
    padding: 30px 40px 10px 40px;
    position: relative;
    margin-top: 50px;
}

.swipercard p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}



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

.photoimg:hover img {
    z-index: 9999;
    transform: scale(1.1);
}

.bigimg {
    width: 600px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999999;
    border: 10px solid #fff;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.8;
    filter: Alpha(opacity=50);
    z-index: 999999;
    transition: all 1s;
    display: none
}

.bigbox {
    width: 840px;
    background: #fff;
    border: 1px solid #ededed;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

.bigbox>.imgbox {
    width: 400px;
    height: 250px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 10px 10px 10px;
}

.bigbox>.imgbox>img {
    width: 100%;
}

.imgbox:hover {
    cursor: zoom-in
}

.mask:hover {
    cursor: zoom-out
}

.mask>img {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 60px;
}

.mask>img:hover {
    cursor: pointer
}


/* product */
.indexproduct {
    padding: 60px 0;
}

.indexproduct_title {
    margin-bottom: 40px;
}

.indexproduct_title h2 {
    font-size: 50px;
    color: #252525;
    font-weight: bolder;
    text-align: center;
    padding: 30px 0;
}

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


.indexproductlist_main {
    width: 100%;
    /* background: pink; */

}

.indexproductlist_flex {
    width: 100%;
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
}

.indexproductlist_box {
    padding: 30px;
    border-radius: 15px;
    box-sizing: border-box;
    width: 100%;
    flex-shrink: 0;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    background: url(../images/bgurl.png) right 0px bottom 0px / 125px no-repeat #fff;

}

.list_li {
    margin-bottom: 20px;
}

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

}

.indexproducelist_title span {
    font-weight: bold;
    font-size: 20px;
    word-break: break-all;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    overflow: hidden; 
    -webkit-line-clamp: 1;

}

.indexproducelist_title {
    margin-top: 15px;
    margin-bottom: 15px;
}

.indexproducelist_more a {
    padding: 20px 35px;
    border: none;
    display: inline-flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    color: #ad4bdb;
    text-decoration: none;
    font-size: 16px;
    box-shadow: inset 0px 0px 0px 1px #ad4bdb;
    background: #fff;
    border-radius: 250px;
    font-weight: bold;
}

.indexproducelist_more a:hover {
    background: #09e691;
    color: #000;
    border-color: #09e691;
    box-shadow: none;
}

.indexproducelist_title span:hover {
    color: #ad4bdb;
}

.indexproductlist_btn {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 60px;

}

.indexproductlist_btn a {
    padding: 20px 30px;
    border: 2px solid transparent;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    color: #2a3631;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    background: #09e691;
    border-radius: 250px;
    -webkit-box-shadow: 0 0 0 transparent, 0px 2px 20px #09e896;
    -moz-box-shadow: 0 0 0 transparent, 0px 2px 20px #09e896;
    box-shadow: 0 0 0 transparent, 0px 2px 20px #09e896;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.indexproductlist_btn a:hover {
    background: #fff;
    border-color: #ad4bdb;
    color: #ad4bdb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* discount */
.indexdiscount {
    display: flex;
    position: relative;
    padding: 100px 0;
    width: 100%;
    background-color: #fff;
    opacity: 0.98;
}

.indexdiscount::after {
    content: "";
    background-image: url(../images/discount.jpg);
    background-position: center center;
    background-size: cover;
    opacity: 0.1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-attachment: fixed;
}
.indexindexdiscount_btitle h2{
    font-size: 50px;
    color: #ad4bdb;
    font-weight: bolder;
    padding: 30px 0;
    text-align: center;
}
.indexdiscount_main{
    text-align: center; 
}
.indexdiscount_main img{
    width: 300px;
    height: 300px;
border-radius: 50%;
}
.indexdiscount_maintit{
margin: 30px 0;
}
.indexdiscount_maintit h4{
    font-size: 25px;
    font-weight: bolder;
    color: #333333;
    margin: 30px 0;
}
.indexdiscount_maintit p{
    font-size: 20px;
    color: #333333;
    margin: 30px 0;
}
.indexdiscount_maintit a{
    padding: 20px 30px;
    border: 2px solid transparent;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    color: #2a3631;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    background: #09e691;
    border-radius: 250px;
    -webkit-box-shadow: 0 0 0 transparent, 0px 2px 20px #09e896;
    -moz-box-shadow: 0 0 0 transparent, 0px 2px 20px #09e896;
    box-shadow: 0 0 0 transparent, 0px 2px 20px #09e896;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.indexdiscount_maintit a:hover {
    background: #fff;
    border-color: #ad4bdb;
    color: #ad4bdb !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* about company */
.indexabout {
    display: flex;
    position: relative;
    padding: 100px 0;
    width: 100%;
    background-color: rgba(9, 230, 145);
    opacity: 0.98;
    color: #fff;
}

.indexabout::after {
    content: "";
    background-image: url(../images/54552087_2.jpg);
    background-position: center center;
    background-size: cover;
    opacity: 0.4;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-attachment: fixed;
}

.indexabout_main {
    width: 100%;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    background: url(../images/bgurl.png) right 0px bottom 0px / 125px no-repeat #fff;
}

.indexabout_btitle h1 {
    font-size: 40px;
    color: #252525;
    font-weight: bolder;
    padding: 30px 0;
}

.indexabout_title {
    margin: 20px 0;
}

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

.indexabout_more a {
    color: #fff;
    width: 20%;
    font-size: 22px;
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    background: #ad4bdb;
    border: 1px solid #ad4bdb;
    box-shadow: 0 0 0 transparent, 0px 2px 20px #ad4bdb;
    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;
}

.indexabout_more a:hover {
    background: #fff;
    border-color: #00e78d;
    color: #00e78d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* good */
.indexadvantage {
    display: flex;
    position: relative;
    padding: 100px 0;
    width: 100%;
    background-color: rgba(9, 230, 145);
    opacity: 0.98;
    color: #fff;
}

.indexadvantage::after {
    content: "";
    background-image: url(../images/bg_main.jpg);
    background-position: center center;
    background-size: cover;
    opacity: 0.4;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-attachment: fixed;
}

.indexadvantage_main {
    width: 100%;
    padding: 30px 60px 50px 60px;
    background: #fff;
    border-radius: 10px;
}

.indexadvantage_body {
    width: 100%;
    padding: 30px;
    display: flex;
    justify-content: space-around;
}

.indexadvantage_box {
    width: 100%;
    height: 200px;
    margin-top: 60px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    background: url(../images/bgurl.png) left 10px top -30px / 117px no-repeat #fff;
    border-radius: 15px;

}

.box_age {
    width: 100%;
    height: 50%;

}

.box_age div {
    width: 100px;
    min-height: 100px;
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #ad4bdb;
    border-left: 1px solid #fff;
    border-radius: 50%;
    margin-top: -50px;
    margin-left: 50px;
    display: inline-block;
}

.box_age div img {
    display: block;
    margin: auto;
    max-width: 50px;
    max-height: 50px;
    margin-top: 25px;

}

.box_biao {
    border: none;
    font-weight: bold;
    display: flex;
    box-sizing: border-box;
    color: #333;
    line-height: 1.8;
    text-decoration: none;
    font-size: 16px;
    word-break: break-all;
    padding: 0 20px;
    text-align: left;
}

.box_biao p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.indexproductmenu {
    padding: 60px 0;
}

.indexproductmenu_main {
    width: 100%;
}

.indexproductmenu_head {
    width: 100%;
    height: 100px;
    background: palegoldenrod;
}

.indexproductmenu_body {
    width: 100%;
    height: 280px;

    display: flex;
    justify-content: space-between;
}
.indexmenu_boxm{
    margin-bottom: 20px;
}
.indexmenu_box {
  
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    background: url(../images/bgurl.png) left -55px top -30px / 95px no-repeat #fff;

}

.box_page {
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    align-items: center;
}

.box_page i {
    color: #ad4bdb;
    font-size: 28px;
}

.box_title {
    padding: 20px;
}

.box_title p {
    font-weight: bold;
    display: flex;
    box-sizing: border-box;
    color: #333;
    line-height: 1.8;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;

}

.box_num {
    font-size: 45px;
    font-weight: 1000;
    color: #09e691;
    -webkit-text-size-adjust: 100%;
    padding-left: 14px;

}

.indexproductmenu_head {
    border: none;
    font-size: 35px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    color: #333;
    line-height: 1.5;
    text-decoration: none;
    font-weight: bold;
    padding-top: 0.02px;
    padding-bottom: 20px;


}

.indexproductmenu_head span {
    margin: auto;
}

/* product */
.product{
margin: 50px 0;
}
.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: #ad4bdb;
}

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

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

.blog_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.blog_title span {
    font-size: 24px;
    color: #ad4bdb;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.blog_title h2 {
    word-break: break-all;
    font-size: 48px;
    color: #0B2154;
    font-weight: bold;
    text-transform: none;
}

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

.blog_box {
    position: relative;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
    background-color: #fff;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

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

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

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

.blog_more span {
    font-size: 18px;
    color: #ad4bdb;
    font-weight: bold;
}

.blog_more i {
    font-size: 18px;
    color: #ad4bdb;
    font-weight: bold;
    margin-left: 15px;
}

.blog_li {
    position: relative;
    margin-top: 10px;
}

.blogtime {
    background-color: #09e691;
    padding: 5px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 99;
}

.blogtime span {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.blogtime p {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}

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

.blog_li:hover .blog_box {
    background-color: #ad4bdb;
}

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

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


.ctable {
    padding: 0 0 100px 0;
}

.ctablecon {
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

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

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

.ctable_title i {
    font-size: 30px;
    color: #ad4bdb;
    margin-right: 15px;
    margin-top: -5px;
}

.ctable_title div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ctable_title h4 {
    font-size: 26px;
    color: #0B2154;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 15px;
}

.ctable_title p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

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

.ctable_more input {
    flex: 1;
    height: 70px;
    line-height: 70px;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    border: 1px solid #eee;
    outline: none;
}

.ctable_more button {
    padding: 0 20px;
    height: 70px;
    line-height: 70px;
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #ad4bdb;
    text-align: center;
    border: none;
    outline: none;
    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;
}

.ctable_more input:focus {
    border: 1px solid #ad4bdb;
}

.ctable_more button:hover {
    padding: 0 40px;
}

/* assess */
.indexassess {
    padding: 60px 0;
}

.indexassess .swiper-pagination-bullet {
    opacity: 1;
    border: 1px solid #00e78d;
    width: 35px;
    height: 10px;
    border-radius: 10px;
    background-color: transparent;
}

.indexassess .swiper-pagination-bullet-active {
    background-color: #00e78d;
}



.indexassess_mainbg {
    /* text-align: center; */
    padding: 30px;
    border-radius: 15px;
    box-sizing: border-box;
    width: 100%;
    flex-shrink: 0;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
    background: #fff;
}

.indexassess_name {
    margin: 10px 0;
}

.indexassess_name h4 {
    font-size: 22px;
    color: #ad4bdb;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.indexassess_nav {
    padding: 20px;
}

.indexassess_nav p {
    font-size: 18px;
    line-height: 1.5;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
}

.indexassess_mainpreson i {
font-size: 80px;
color: #00e78d;
}

.indexassess_mainpreson {
    float: right;
    display: block;
    position: relative;
    z-index: -1;
    margin-top: -110px;
}

.swipercard2 {
    padding: 0 0 60px 0;
    position: relative;
    margin-top: 50px;
}

/* map */
#map2 {
    width: 100%;
    height: 700px;
}

/* footer */
.footer {
    background: repeating-linear-gradient(to bottom right, rgba(173, 75, 219, 0.9) 0%, rgba(120, 76, 217, 0.9) 100%), url(../images/54751697_2.jpg) left 50% top 50% / cover no-repeat fixed;
    padding: 60px 0;
    background-color: #000;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.footer .iconsize {
    font-size: 26px;
    line-height: 1.8;
}

.footer_contacts {
    margin-left: 20px;
}

.footer_contact1 {
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: nowrap;
}

.footer_contact1_tel {
    /* text-align: center; */
}

.footer_contact1_tel p {
    color: #ffffffbf;
    font-size: 16px;
}

.footer_contact1_tel i {
    font-size: 22px;
    line-height: 2.2;
    color: #fff;
}

/* .footer_contact1_social_tel {
    margin-left: 20px;
} */

.footer_contact1_social_add {
    /* margin-left: 20px; */
}

.footer_contact1_social_tel p {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #fff !important;
}

.footer_contact1_social_add p {
    font-size: 16px;
    color: #fff;
    line-height: 3;
}

.footer_contacts p {
    font-size: 16px;
    color: #ffffff80;
}

.footer_contacts h2 {
    font-size: 19px;
    color: #ffffff;
}

.footer_logo img {
    max-height: 100px;
    vertical-align: middle;
    max-width: 100%;
    margin-bottom: 20px;
}

.footer_main h3 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.footer_worktime {
    margin: 30px 0;
}

.footer_worktime p {
    font-size: 14px;
    color: #ffffff80;
    padding: 5px 0;
}

.footer_iconbg {
    background: #ad4bdb;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}

.public_ad_header_social_media {
    justify-content: flex-start;
    margin-left: 0;
}
.footer .public_ad_header_social_media a {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 15px;
    border-radius: 0;
    color: #fff;
    line-height: 3;
}
.public_ad_header_social_media a {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 15px;
    border-radius: 0;
    color: #000;
    line-height: 3;
}

.footer_url {
    margin: 40px 0;
}

.footer_url a {
    margin-left: 0;
    margin-right: 20px;
    border-radius: 0;
    color: #fff;
    line-height: 3;
    font-size: 22px;
    font-weight: 800;
}

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

.footer_page a,
.footer_product a {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: none;
}

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

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

.footer_contact li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: nowrap;
}

.footer_contact li i {
    font-size: 22px;
    color: #fff;
}

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

.footer_tags {
    border-bottom: 1px solid #fff;
    padding: 0 0 10px 0;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.footer_tags p {
    font-size: 14px;
    color: #fff;
    text-transform: none;
}

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

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

@media (max-width: 576px) {
    .indexproduct_btnaa a {
        padding: 10px;
        font-size: 12px;
    }
    .indexproducelist_img img {
        width: 80px;
        height: 80px;
    }
    .indexproductlist_box{
        padding: 20px;
    }
    .indexproducelist_title span {
        font-size: 16px;
    }
    .indexproducelist_more a{
        padding: 10px;
        font-size: 14px;
    }
    .indexproductlist_btn{
        margin-top: 30px;
    }
    .product {
        margin: 30px 0;
    }
    .indexproductmenu {
        padding: 30px 0;
    }
    .indexdiscount{
        padding: 30px 0;
    }
    .indexindexdiscount_btitle h2 {
        font-size: 28px;
    }
    .indexdiscount_main img{
        width: 200px;
        height: 200px;
    }
    .indexdiscount_maintit h4{
        font-size: 22px;
    }
    .indexabout_btitle h1 {
        font-size: 28px;
    }
    .indexabout_more a{
        width: 100%;
        margin: 10px 0;
        padding: 10px 30px;
        font-size: 22px;
    }
    .blog {
        padding: 30px 0;
    }
    .swipercard2{
        margin-top: 0px;
    }
    .indexassess_mainpreson i{
        display: none;
    }



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

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

    .indexabout_title p {
        margin: 5px 0;
    }


    .indexabout_rightnav {
        display: block;
    }

    .indexaboutimg {
        width: 100%;
        height: 100%;
        position: relative;
        margin-left: 0px;
        margin-top: 0px;
    }

    .indexabout_rightpoint {
        padding: 30px;
    }

    .indexabout_rightpoint h2 {
        font-size: 30px;
    }

    .index_tit p {
        font-size: 22px;
    }

    .index_tit h2 {
        font-size: 28px;
        word-break: break-all;
    }

    .indexproduct_main {
        margin-top: 20px;
    }

    .indexproduct_top .indexproduct_toptit {
        font-size: 18px;
    }

    .indexproduct_con .indexproduct_more {
        margin: 10px;
        font-size: 18px;
    }

    .indexproduct {
        padding: 20px 0;
    }

    .index_goodtit p {
        font-size: 18px;
    }

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

    .indexgood_main li {
        width: 45%;
    }

    .indexgood_main h3 {
        font-size: 25px;
        color: #fff;
    }

    .indexgood_icon {
        width: 80px;
        height: 80px;
    }

    .indexgood_main li i {
        font-size: 40px;
    }

    .index_photo {
        padding: 20px 0;
    }

    .swipercard {
        padding: 0px 40px;
    }

    #map2 {
        height: 300px;
    }

    .indexassess {
        padding: 30px 0;
    }

    .indexassess_name h4 {
        font-size: 28px;
    }

    .footer_url {
        display: none;
    }


    .footer_contact li {
        display: -webkit-box;
    }

    .index_hotproductbigtit h2 {
        font-size: 40px;
    }

    .index_hotproduct {
        margin: 30px 0;
    }

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




    .index_feedbacks {
        padding: 20px 0;
    }

    .index_hotproductbg {
        left: 30%;
    }

    .index_hotproductmore {
        width: 100%;
    }



    .index_good {
        padding: 20px 0;
    }

    .index_goodright h2 {
        font-size: 80px;
    }

    .footer_contacts {
        margin-left: 5px;
    }

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

    .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) {
    .indexproductlist_btn{
        margin-top: 30px;
    }
    .product {
        margin: 30px 0;
    }
    .indexproductmenu {
        padding: 30px 0;
    }
    .indexdiscount{
        padding: 30px 0;
    }
    .indexindexdiscount_btitle h2 {
        font-size: 28px;
    }
    .indexdiscount_main img{
        width: 200px;
        height: 200px;
    }
    .indexdiscount_maintit h4{
        font-size: 22px;
    }
    .indexabout_btitle h1 {
        font-size: 28px;
    }
    .indexabout_more a{
        width: 60%;
        margin: 10px 0;
        padding: 10px 30px;
        font-size: 22px;
    }
    .blog {
        padding: 30px 0;
    }
    .swipercard2{
        margin-top: 0px;
    }
  
    .indexabout_hdleft {
        padding: 0 20px 0 20px;
    }

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

    .indexabout_title p {
        margin: 5px 0;
    }



    .indexabout_rightnav {
        display: block;
    }

    .indexaboutimg {
        width: 100%;
        height: 100%;
        position: relative;
        margin-left: 0px;
        margin-top: 0px;
    }

    .indexabout_rightpoint {
        padding: 30px;
    }

    .indexabout_rightpoint h2 {
        font-size: 30px;
    }

    .index_tit p {
        font-size: 22px;
    }

    .index_tit h2 {
        font-size: 28px;
        word-break: break-all;
    }

    .indexproduct_main {
        margin-top: 20px;
    }

    .indexproduct_top .indexproduct_toptit {
        font-size: 18px;
    }

    .indexproduct_con .indexproduct_more {
        margin: 10px;
        font-size: 18px;
    }

    .indexproduct {
        padding: 20px 0;
    }

    .index_goodtit p {
        font-size: 18px;
    }

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

    .indexgood_main li {
        width: 45%;
    }

    .indexgood_main h3 {
        font-size: 25px;
        color: #fff;
    }

    .indexgood_icon {
        width: 80px;
        height: 80px;
    }

    .indexgood_main li i {
        font-size: 40px;
    }

    .index_photo {
        padding: 20px 0;
    }

    .swipercard {
        padding: 0px 40px;
    }

    #map2 {
        height: 300px;
    }

    .indexassess {
        padding: 30px 0;
    }


    .indexassess_name h4 {
        font-size: 28px;
    }

    .footer_url {
        display: none;
    }

    .index_goodtitbg {
        left: 12%;
    }

    .footer_contact li {
        display: -webkit-box;
    }

    .index_hotproductbigtit h2 {
        font-size: 40px;
    }

    .index_hotproduct {
        margin: 30px 0;
    }

    .indexabout_title h3 {
        font-size: 40px;
    }

    .indexaboutimg {
        width: 100%;
        height: 100%;
        position: relative;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .index_feedbacks {
        padding: 20px 0;
    }

    .index_hotproductbg {
        left: 30%;
    }

    .index_hotproductmore {
        width: 100%;
    }


    .index_good {
        padding: 20px 0;
    }

    .index_goodright h2 {
        font-size: 80px;
    }

    .footer_contacts {
        margin-left: 5px;
    }

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

    .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_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) {
    .indexproductlist_btn{
        margin-top: 30px;
    }
    .product {
        margin: 30px 0;
    }
    .indexproductmenu {
        padding: 30px 0;
    }
    .indexdiscount{
        padding: 30px 0;
    }
    .indexindexdiscount_btitle h2 {
        font-size: 28px;
    }
    .indexdiscount_main img{
        width: 200px;
        height: 200px;
    }
    .indexdiscount_maintit h4{
        font-size: 22px;
    }
    .indexabout_btitle h1 {
        font-size: 28px;
    }
    .indexabout_more a{
        width: 50%;
        margin: 10px 0;
        padding: 10px 30px;
        font-size: 22px;
    }
    .blog {
        padding: 30px 0;
    }
    .swipercard2{
        margin-top: 0px;
    }
    .indexabout_hdleft {
        padding: 0 20px 0 20px;
    }

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

    .indexabout_title p {
        margin: 5px 0;
    }


    .indexabout_rightnav {
        display: block;
    }

    .indexaboutimg {
        width: 100%;
        height: 100%;
        position: relative;
        margin-left: 0px;
        margin-top: 0px;
    }

    .indexabout_rightpoint {
        padding: 30px;
    }

    .indexabout_rightpoint h2 {
        font-size: 30px;
    }

    .index_tit p {
        font-size: 22px;
    }

    .index_tit h2 {
        font-size: 28px;
        word-break: break-all;
    }

    .indexproduct_main {
        margin-top: 20px;
    }

    .indexproduct_top .indexproduct_toptit {
        font-size: 18px;
    }

    .indexproduct_con .indexproduct_more {
        margin: 10px;
        font-size: 18px;
    }

    .indexproduct {
        padding: 20px 0;
    }

    .index_goodtit p {
        font-size: 18px;
    }

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

    .indexgood_main li {
        width: 23%;
    }

    .indexgood_main h3 {
        font-size: 25px;
        color: #fff;
    }

    .indexgood_icon {
        width: 80px;
        height: 80px;
    }

    .indexgood_main li i {
        font-size: 40px;
    }

    .index_photo {
        padding: 20px 0;
    }

    .swipercard {
        padding: 0px 40px;
    }

    #map2 {
        height: 300px;
    }

    .indexassess {
        padding: 30px 0;
    }

    .indexassess_name h4 {
        font-size: 28px;
    }

    .footer_url {
        display: none;
    }

    .footer_contact li {
        display: -webkit-box;
    }

    .index_hotproductbigtit h2 {
        font-size: 40px;
    }

    .index_hotproduct {
        margin: 30px 0;
    }

    .indexabout_title h3 {
        font-size: 40px;
    }

    .indexaboutimg {
        width: 100%;
        height: 100%;
        position: relative;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .index_feedbacks {
        padding: 20px 0;
    }

    .index_hotproductbg {
        left: 30%;
    }

    .index_hotproductmore {
        width: 100%;
    }

    .index_good {
        padding: 20px 0;
    }

    .index_goodright h2 {
        font-size: 80px;
    }

    .footer_contacts {
        margin-left: 5px;
    }

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


    .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_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) {
    .indexproductlist_btn{
        margin-top: 30px;
    }
    .product {
        margin: 30px 0;
    }
    .indexproductmenu {
        padding: 30px 0;
    }
    .indexdiscount{
        padding: 30px 0;
    }
    .indexindexdiscount_btitle h2 {
        font-size: 28px;
    }
    .indexdiscount_main img{
        width: 200px;
        height: 200px;
    }
    .indexdiscount_maintit h4{
        font-size: 22px;
    }
    .indexabout_btitle h1 {
        font-size: 28px;
    }
    .indexabout_more a{
        width: 40%;
        margin: 10px 0;
        padding: 10px 30px;
        font-size: 22px;
    }
    .blog {
        padding: 30px 0;
    }
    .swipercard2{
        margin-top: 0px;
    }


    .indexgood {
        padding: 50px 0;
    }

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

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

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

    .indexabout_title p {
        margin: 5px 0;
    }


    /* .indexabout_rightnav {
        display: block;
    } */
    .indexaboutimg {
        width: 100%;
        height: 100%;
        position: relative;
        margin-left: 0px;
        margin-top: 0px;
    }

    .indexabout_rightpoint {
        padding: 30px;
    }

    .indexabout_rightpoint h2 {
        font-size: 30px;
    }

    .index_tit p {
        font-size: 22px;
    }

    .index_tit h2 {
        font-size: 28px;
        word-break: break-all;
    }

    .indexproduct_main {
        margin-top: 20px;
    }

    .indexproduct_top .indexproduct_toptit {
        font-size: 18px;
    }

    .indexproduct_con .indexproduct_more {
        margin: 10px;
        font-size: 18px;
    }

    .indexproduct {
        padding: 20px 0;
    }


    .index_goodtit p {
        font-size: 18px;
    }

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

    .indexgood_main li {
        width: 23%;
    }

    .indexgood_main h3 {
        font-size: 25px;
        color: #fff;
    }

    .indexgood_icon {
        width: 80px;
        height: 80px;
    }

    .indexgood_main li i {
        font-size: 40px;
    }

    .index_photo {
        padding: 20px 0;
    }

    .swipercard {
        padding: 0px 40px;
    }

    #map2 {
        height: 400px;
    }

    .indexassess {
        padding: 30px 0;
    }

    .indexassess_name h4 {
        font-size: 28px;
    }

    .footer_url {
        display: none;
    }

    .index_hotproductbigtit h2 {
        font-size: 50px;
    }

    .footer_contact li {
        display: -webkit-box;
    }

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

    .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) {
    .public_ad_header_name {
        padding: 20px 20px;
    }

    .index_hotproductbigtit h2 {
        font-size: 50px;
    }

    .footer_contact li {
        display: -webkit-box;
    }

    .footer_main .public_ad_header_social_media a {
        margin-right: 10px;
    }

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

    .blogleftimg {
        padding-top: 60%;
    }


    /* .public_ad_header_contact {
        display: -webkit-box;
    } */
    .head_layer .container1 {
        padding: 0;
    }

    .index_tit h2 {
        font-size: 50px;
    }

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

    .indexabout_hdleft {
        padding: 80px 250px 80px 50px;
    }

    .indexabout_rightpoint h2 {
        font-size: 50px;
    }

    .indexaboutimg {
        margin-top: 50px;
    }

    .index_goodtit h2 {
        font-size: 50px;
    }

    #map2 {
        height: 550px;
    }
}

@media (min-width: 1400px) and (max-width: 1680px) {
    .head_layer .container1 {
        padding: 0;
    }

    .public_ad_header_name {
        padding: 20px 20px;
    }

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