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

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

.t50 {
    margin-top: 50px;
}

.b20 {
    margin-bottom: 20px;
}

.b40 {
    margin-bottom: 40px;
}

.b60 {
    margin-bottom: 60px;
}

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

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

.indexproduct_icon span {
    width: 80px;
    height: 2px;
    background: #000;
    display: block;
}

.indexproduct_icon b {
    display: block;
    width: 18px;
    height: 18px;
    background-color: #E87373;
    border-radius: 50%;
    margin: 0 20px;
}

.indexalltitle h2 {
    font-size: 36px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    word-break: break-all;
}

.indexalltitle .indexalltitleimg1 {
    margin-top: -40px;
    display: block;
}

.indexalltitle .indexalltitleimg2 {
    margin-top: 45px;
    display: block;
}
.index_video_iframe {
    width: 780px;
    height: 500px;
}
/* advantage */
.indexhotproduct {
    padding-bottom: 100px;
    margin-top: 20px;
}

.indexhotproduct_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

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

.indexhotproduct_right {
    margin-top: 50px;
}

.indexhot_title .indexhot_title_t {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.indexhot_title .indexhot_title_t span {
    display: block;
    width: 60px;
    height: 4px;
    background-color: #E87373;
    margin-right: 15px;
}

.indexhot_title .indexhot_title_t h3 {
    font-size: 24px;
    color: #E87373;
    font-weight: bold;
}

.indexhot_title h2 {
    font-size: 48px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}

.indexhot_title p {
    font-size: 16px;
    color: #666;
}

.indexhotproduct_right_img {
    margin-top: 40px;
}

.indexhotproduct_right_img ul {
    display: flex;
    justify-content: space-between;
}

.indexhotproduct_right_img li {
    width: 32%;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

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

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

.indexhotproduct_right_img li:hover .indexhotproduct_right_imgtu img {
    transform: scale(1.2);
}

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

.indexhoticon_box {
    height: 100%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indexhoticon {
    margin-top: 90px;
}

.indexhoticon_box img {
    display: block;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.indexhoticon_box h3 {
    margin: 15px auto 20px auto;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: center;
    word-break: break-all;
}

.indexhoticon_box p {
    font-size: 16px;
    color: #666;
    text-align: center;
}

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

.indexproduct_title {
    margin-bottom: 50px;
}

.indexproduct_title h2 {
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    color: #000;
    margin: 0 auto 20px auto;
}

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

.indexproduct_title .indexhot_title_t {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.indexproduct_title .indexhot_title_t span {
    display: block;
    width: 60px;
    height: 4px;
    background-color: #E87373;
    margin-right: 15px;
}

.indexproduct_title .indexhot_title_t h3 {
    font-size: 24px;
    color: #E87373;
    font-weight: bold;
}

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

.indexproductli {
    margin: 15px 0;
}

.indexproductbox {
    height: 100%;
    border: 1px solid #a0a0a0;
    padding: 30px 20px;
    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;
}

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

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

.indexproductcon {
    padding: 20px 0 0 0;
    margin-top: 30px;
    border-top: 1px dashed #a0a0a0;
}

.indexproducttxt h3 {
    word-wrap: break-word;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    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;
}

.indexproducttxt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.indexproductli:hover .indexproducttxt h3 {
    color: #fff;
}

.indexproductli:hover .indexproductbox {
    border: 1px solid #E87373;
}

.indexproductli:hover .indexproductimg img {
    transform: scale(1.2);
}

.indexproductli:hover .indexproductbox {
    background-color: #E87373;
}

.indexproductli:hover .indexproductcon {
    border-top: 1px dashed #fff;
}

/* video */
.videoimg {
    position: relative;
    overflow: hidden;
}

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

.video {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.videobtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.15);
}

.videomain {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999999999999999999999;
}

.videoclose {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
}

.videoclose img {
    width: 50px;
    height: 50px;
    display: block;
}

.videobox {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    max-width: 80%;
}

.videobox video {
    width: 100%;
}

.playvideobtn {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    overflow: hidden;
    margin: 0 auto;
}

.wave1 {
    animation: movecircle 2s infinite;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 auto;
}

.wave2 {
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.playvideobtn span {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.playvideobtn i {
    margin-left: 15px;
    font-size: 36px;
    text-align: center;
    color: #E87373;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* feedback */
.indexfeedback {
    padding: 110px 0 30px 0;
}

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

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

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

.indexfeedback .swiper-pagination-bullet {
    background: #999;
    opacity: 1 !important;
    width: 10px;
    height: 10px;
    border: 2px solid #999;
}

.indexfeedback .swiper-pagination-bullet-active {
    opacity: 1 !important;
    border: 2px solid #E87373;
    background-color: #E87373;
}

.indexfeedback .swiper-button-next:after,
.indexfeedback .swiper-button-prev:after {
    color: #666;
}

.indexfeedback_p {
    background-color: #FFF6F1;
    padding: 20px;
}

.indexfeedback_p p {
    font-size: 16px;
    color: #666;
    text-align: left;
}

.indexfeedback_person {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.indexfeedback_img {
    width: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    margin-right: 15px;
}

.indexfeedback_img img {
    width: 100%;
    height: 100%;
}

.indexfeedback_txt h3 {
    font-size: 20px;
    color: #666;
    font-weight: bold;
    text-align: left;
}

.indexfeedback_txt p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    text-align: left;
}

.indexfeedback_main {
    margin-top: 60px;
}

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

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

.indexaboutmore {
    padding: 15px 60px;
    border: 1px solid #E87373;
    font-size: 16px;
    color: #E87373;
    display: inline-block;
    margin-top: 10px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexabout_right .indexaboutimg {
    margin: 40px 0 0 auto;
}

.indexaboutmore:hover {
    background-color: #E87373;
    color: #fff;
    padding: 15px 80px;
}

.indexabout_main h3 {
    font-size: 16px;
    color: #E87373;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 30px;
}

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

.indexabout_main {
    margin-top: 40px;
}

/* team */
.indexteam {
    background-color: #FDECEC;
    padding: 100px 0;
}

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

.indexteambox {
    height: 100%;
}

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

.indexteamimg img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.indexteambox h3 {
    word-break: break-all;
    font-size: 24px;
    color: #000;
    text-align: center;
    margin: 20px auto 10px auto;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.indexteambox p {
    word-break: break-all;
    font-size: 16px;
    color: #E87373;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* news */
.indexnew {
    padding: 60px 0;
}


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

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

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

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

.indexnew_txt {
    padding-top: 15px;
    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;
}

.indexnew_txt span {
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 15px;
    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;
}

.indexnew_title a {
    max-width: 90%;
}

.indexnew_more h4 {
    font-size: 18px;
    color: #000;
    display: inline-block;
}

.indexnew_more i {
    font-size: 16px;
    color: #fff;
}

.indexnew_more h5 {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    background-color: #E87373;
    margin-left: 15px;
}

.indexnew_more {
    display: inline-block;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0 15px 0;
    padding: 13px 40px;
    border: 1px solid #E87373;
    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;
}

.indexnew_txt p {
    font-size: 16px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexnew_title b {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #E87373;
    display: block;
    margin: 0 0 3px 5px;
}

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

.indexnew_title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.indexnewli:hover .indexnewimg img {
    transform: scale(1.1);
}

.indexnewli:hover .indexnew_txt {
    padding: 15px 15px 0 15px;
}

.indexnewli:hover .indexnewbox {
    background-color: #E87373;
}

.indexnewli:hover .indexnew_txt span,
.indexnewli:hover .indexnew_txt p,
.indexnewli:hover .indexnew_txt h3 {
    color: #fff;
}

.indexnewli:hover .indexnew_title {
    border-bottom: 1px solid #fff;
}

.indexnewli:hover .indexnew_more {
    border: 1px solid #fff;
    background-color: #fff;
}

/* other */
.indexother {
    padding-bottom: 70px;
}

.indexother_main ul {
    display: flex;
    justify-content: space-between;
}

.indexother_main li {
    position: relative;
    overflow: hidden;
    width: 20%;
}

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

.indexother_main_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.tutucover {
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.indexother_main li:hover .tutucover {
    opacity: 1;
}

.indexother_bd {
    display: flex;
    justify-content: space-between;
}

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

.indexother_bd_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.indexother_bd_li {
    width: 50%;
    overflow: hidden;
    padding: 120px 15px 100px 15px;
}

.indexother_bd_li:nth-child(2) {
    background-color: #E87373;
}

.indexother_bd_li:nth-child(3) {
    background-color: #A84444;
}

.indexother_bd_li_con {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indexother_bd_li_con h3 {
    font-size: 48px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    word-break: break-all;
}

.indexother_bd_li_con h4 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 30px auto;
    word-break: break-all;
}

.indexother_bd_limore {
    padding: 15px 30px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 18px;
    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;
}

.indexother_bd_limore:hover {
    padding: 15px 50px;
    background-color: #fff;
    color: #E87373;
}

.indextable {
    background-color: #FDECEC;
    padding: 50px 0 100px 0;
}

.indextable_main {
    background: url(../images/backjpg.jpg) no-repeat 50% 50%;
    background-size: 100%;
    padding: 100px 60px;
    z-index: 999;
    position: relative;
}

.indextable_box {
    width: 100%;
    overflow: hidden;
}

.indextable_box span {
    display: block;
    width: 90px;
    height: 4px;
    background-color: #E87373;
}

.indextable_box h3 {
    font-size: 24px;
    color: #000;
    margin: 20px 0;
}

.indextable_box h2 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
}
.indextable_search {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.indextable_search .biaodan {
    width: 62%;
    flex: 1;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    color: #000;
    border: none;
    outline: none;
    background: #fff;
    margin-right: 15px;
    padding: 0 10px;
}

.indextable_search .biaodanbtn {
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 0 10px;
    cursor: pointer;
    text-align: center;
    outline: none;
    background: #E87373;
}

/* footer */
.footer {
    background-color: #e87373;
    padding: 60px 0;
}

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

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

.footer_main h2 {
    font-size: 14px;
    color: #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-left: 0;
    margin-right: 15px;
    border-radius: 0;
}

.footer_page h3,
.footer_product h3,
.footer_contact h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: 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;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

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

.footer_contact li p {
    font-size: 16px;
    color: #fff;
    flex: 1;
}

.footer_contact li a {
    font-size: 16px;
    color: #fff;
    flex: 1;
}

.footer_copyrights {
    display: flex;
    justify-content: flex-end;
    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 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  } */
.footer_copyrights_p p {
    font-size: 14px;
    color: #fff;
    display: inline;
}

.footer_copyrights_p a {
    font-size: 14px;
    color: #fff;
    display: inline;
    text-transform: none;
    text-decoration: underline;
}

.footer_tags {
    border-bottom: 1px solid #e5e5e5;
    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) {
    .banner .swiper-button-next, .banner .swiper-button-prev{display: none;}
    .indexteambox h3{
        font-size: 18px;
    }
    .indexteambox p{
        font-size: 14px;
    }
    .indexother{
        padding-bottom: 20px;
    }
    .indextable{
        padding: 50px 0;
    }
    .indexteamli {
        margin: 15px 0;
    }
    .indextable_search .biaodanbtn{
        font-size: 13px;
    }
    .indextable_main{
        padding: 10px;
        background-size: 100% 100%;
    }
    .indextable_box{
        width: 100%;
    }
    .indextable_box h3{
        font-size: 20px;
    }
    .indextable_box h2{
        font-size: 26px;
    }

    .indexother_bd_li_con h3{
        font-size: 30px;
    }.indexother_bd_li_con h4{
        font-size: 20px;
    }
    .indexother_bd_limore{
        font-size: 14px;
    }
    .indexother_bd_img {
        width: 100%;
        padding-top: 100%;
    }
    .indexother_bd_li {
        width: 100%;
        padding: 50px 10px;
    }
    .indexother_main li {
        width: 50%;
    }
    .indexother_main ul, .indexother_bd {
        flex-wrap: wrap;
    }
    .indexnew_more{
        padding: 13px 30px;
    }
    .indexfeedback {
        padding: 50px 0 30px 0;
    }

    .indexfeedback_txt h3 {
        font-size: 18px;
    }

    .indexaboutmore {
        padding: 10px 40px;
    }

    .indexteam {
        padding: 50px 0;
    }

    .indexabout_right {
        margin-top: 20px;
    }

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

    .wave2 {
        width: 60px;
        height: 60px;
    }

    .playvideobtn span {
        width: 40px;
        height: 40px;
    }

    .playvideobtn i {
        font-size: 20px;
    }

    .indexhot_title .indexhot_title_t h3 {
        font-size: 20px;
    }

    .indexhot_title h2 {
        font-size: 24px;
    }

    .indexproductbox h3 {
        font-size: 18px;
    }

    .indexhoticon {
        margin-top: 40px
    }

    .indexhotproduct {
        padding-bottom: 40px;
    }

    .indexhoticon_box h3 {
        font-size: 18px;
    }

    .indexproduct_title .indexhot_title_t h3 {
        font-size: 20px;
    }

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

    .indexproduct_title {
        margin-bottom: 20px;
    }



    .advance {
        padding: 40px 0 40px 0;
    }

    .indexus a {
        padding: 10px 40px;
        font-size: 16px;
    }

    .indexus_show h2 {
        font-size: 30px;
        margin-top: 20px;
    }

    .indexproductmore h4 {
        font-size: 14px;
    }

    .indexproductmore span {
        line-height: 1.2;
        width: 20px;
        height: 20px;
    }

    .indexproductmore i {
        font-size: 12px;
    }

    .product_show_main .public_ad_header_social_media a {
        margin-right: 8px
    }

    .newsinfo {
        display: none;
    }

    .indexproduct_btnaa a {
        padding: 10px 10px;
        font-size: 12px;
    }

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

    .indexproduct_more {
        padding: 8px 10px;
    }

    .indexproductallmore {
        padding: 10px 30px;
    }

    .indexproduct_more p {
        font-size: 12px;
    }

    .indexproduct_more i {
        font-size: 12px;
    }

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

    .indexproduct_icon span {
        width: 60px;
    }

    .indexproduct_icon b {
        width: 16px;
        height: 16px;
    }

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


    .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) {
    .banner .swiper-button-next, .banner .swiper-button-prev{display: none;}
    .indexteambox h3{
        font-size: 18px;
    }
    .indexteambox p{
        font-size: 14px;
    }
    .indexother{
        padding-bottom: 20px;
    }
    .indextable{
        padding: 50px 0;
    }
    .indexteamli {
        margin: 15px 0;
    }
    .indextable_search .biaodanbtn{
        font-size: 13px;
    }
    .indextable_main{
        padding: 50px;
    }
    .indextable_box{
        width: 100%;
    }
    .indextable_box h3{
        font-size: 20px;
    }
    .indextable_box h2{
        font-size: 26px;
    }
    .indexother_bd_li_con h3{
        font-size: 30px;
    }.indexother_bd_li_con h4{
        font-size: 20px;
    }
    .indexother_bd_limore{
        font-size: 14px;
    }
    .indexother_bd_img {
        width: 100%;
        padding-top: 100%;
    }
    .indexother_bd_li {
        width: 100%;
        padding: 50px 10px;
    }
    .indexother_main li {
        width: 50%;
    }
    .indexother_main ul, .indexother_bd {
        flex-wrap: wrap;
    }
    .indexnew_more{
        padding: 13px 30px;
    }
    .indexfeedback {
        padding: 50px 0 30px 0;
    }

    .indexfeedback_txt h3 {
        font-size: 18px;
    }

    .indexaboutmore {
        padding: 10px 40px;
    }

    .indexteam {
        padding: 50px 0;
    }

    .indexabout_right {
        margin-top: 20px;
    }

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

    .wave2 {
        width: 60px;
        height: 60px;
    }

    .playvideobtn span {
        width: 40px;
        height: 40px;
    }

    .playvideobtn i {
        font-size: 20px;
    }

    .indexhot_title .indexhot_title_t h3 {
        font-size: 20px;
    }

    .indexhot_title h2 {
        font-size: 24px;
    }

    .indexproductbox h3 {
        font-size: 18px;
    }

    .indexhoticon {
        margin-top: 40px
    }

    .indexhotproduct {
        padding-bottom: 40px;
    }

    .indexhoticon_box h3 {
        font-size: 18px;
    }

    .indexproduct_title .indexhot_title_t h3 {
        font-size: 20px;
    }

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

    .indexproduct_title {
        margin-bottom: 20px;
    }



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

    .advance {
        padding: 40px 0 40px 0;
    }

    .indexus a {
        padding: 10px 40px;
        font-size: 16px;
    }

    .indexus_show h2 {
        font-size: 30px;
        margin-top: 20px;
    }

    .indexproductmore span {
        line-height: 1.2;
        width: 20px;
        height: 20px;
    }

    .indexproductmore i {
        font-size: 12px;
    }

    .indexproductmore h4 {
        font-size: 14px;
    }

    .newsinfo {
        display: none;
    }

    .product_show_main .public_ad_header_social_media a {
        margin-right: 8px
    }

    .indexproduct_btnaa a {
        padding: 5px 10px;
    }

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

    .indexproduct_more {
        padding: 8px 10px;
    }

    .indexproductallmore {
        padding: 10px 30px;
    }

    .indexproduct_more p {
        font-size: 12px;
    }

    .indexproduct_more i {
        font-size: 12px;
    }

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

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

    .indexproduct_more span {
        width: 24px;
        height: 24px;
        line-height: 1.5;
    }

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

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

    .indexproducthd {
        padding: 15px;
    }

    .indexabout,
    .indexgood,
    .indexnew {
        padding: 40px 0;
    }

    .indexabout_hdtitletxt {
        margin-top: 30px;
    }


    .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) {
    .indextable_box h2 {
        font-size: 34px;
    }
    .banner .swiper-button-next, .banner .swiper-button-prev{display: none;}
    .indexteambox h3{
        font-size: 24px;
    }
    .indexteambox p{
        font-size: 18px;
    }
    .indexother{
        padding-bottom: 20px;
    }
    .indextable{
        padding: 50px 0;
    }
    .indexteamli {
        margin: 15px 0;
    }
    .indextable_search .biaodanbtn{
        font-size: 13px;
    }
    .indextable_main{
        padding: 50px;
    }
    .indextable_box{
        width: 100%;
    }
    .indextable_box h3{
        font-size: 20px;
    }
    .indextable_box h2{
        font-size: 26px;
    }
    .indexother_bd_li_con h3{
        font-size: 30px;
    }.indexother_bd_li_con h4{
        font-size: 20px;
    }
    .indexother_bd_limore{
        font-size: 14px;
    }
    .indexother_bd_img {
        width: 100%;
        padding-top: 100%;
    }
    .indexother_bd_li {
        width: 100%;
        padding: 50px 10px;
    }
    .indexother_main li {
        width: 50%;
    }
    .indexother_main ul, .indexother_bd {
        flex-wrap: wrap;
    }
    .indexnew_more{
        padding: 13px 30px;
    }
    .indexfeedback {
        padding: 50px 0 30px 0;
    }

    .indexfeedback_txt h3 {
        font-size: 18px;
    }

    .indexaboutmore {
        padding: 10px 40px;
    }

    .indexteam {
        padding: 50px 0;
    }

    .indexabout_right {
        margin-top: 20px;
    }

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

    .wave2 {
        width: 60px;
        height: 60px;
    }

    .playvideobtn span {
        width: 40px;
        height: 40px;
    }

    .playvideobtn i {
        font-size: 20px;
    }

    .indexhot_title .indexhot_title_t h3 {
        font-size: 20px;
    }

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

    .indexproductbox h3 {
        font-size: 24px;
    }

    .indexhoticon {
        margin-top: 40px
    }

    .indexhotproduct {
        padding-bottom: 40px;
    }

    .indexhoticon_box h3 {
        font-size: 18px;
    }

    .indexproduct_title .indexhot_title_t h3 {
        font-size: 20px;
    }

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

    .indexproduct_title {
        margin-bottom: 20px;
    }

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

    .product_static_hot {
        display: none;
    }

    .advance {
        padding: 40px 0 40px 0;
    }

    .indexus a {
        padding: 10px 40px;
        font-size: 16px;
    }

    .indexus_show h2 {
        font-size: 30px;
        margin-top: 20px;
    }

    .indexproductmore span {
        line-height: 1.2;
        width: 20px;
        height: 20px;
    }

    .indexproductmore i {
        font-size: 12px;
    }

    .indexproductmore h4 {
        font-size: 14px;
    }

    .product_left_hotproduct {
        display: none;
    }

    .videoimg {
        margin-top: 20px;
    }

    .newsinfo {
        display: none;
    }

    .product_show_main .public_ad_header_social_media a {
        margin-right: 8px
    }

    .indexproduct_btnaa a {
        padding: 5px 10px;
    }

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

    .indexproduct_more {
        padding: 8px 10px;
    }

    .indexproductallmore {
        padding: 10px 30px;
    }

    .indexproduct_more p {
        font-size: 12px;
    }

    .indexproduct_more i {
        font-size: 12px;
    }

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

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

    .indexproduct_more span {
        width: 24px;
        height: 24px;
        line-height: 1.4;
    }

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

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

    .indexproducthd {
        padding: 15px;
    }

    .indexabout,
    .indexgood,
    .indexnew {
        padding: 40px 0;
    }

    .indexabout_hdtitletxt {
        margin-top: 30px;
    }

    .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: 992px) and (max-width: 1200px) {
    .indextable_box h3{
        font-size: 20px;
    }
    .indextable_box h2{
        font-size: 30px;
    }
    .banner .swiper-button-next, .banner .swiper-button-prev{display: none;}
    .product_static_hot {
        display: none;
    }

    .product_left_hotproduct {
        display: none;
    }

    .videoimg {
        margin-top: 20px;
    }

    .indexproduct_btnaa a {
        padding: 5px 10px;
    }

    .product_show_main .public_ad_header_social_media a {
        margin-right: 8px
    }

    .indexproduct_more i {
        font-size: 13px;
    }

    .indexproductallmore i {
        font-size: 13px;
    }

    .newsinfo {
        display: none;
    }

    .indexproduct {
        padding: 40px 0;
    }

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

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

    .indexabout,
    .indexgood,
    .indexnew {
        padding: 40px 0;
    }

    .indexabout_hdtitle h2 {
        font-size: 32px;
    }

    .indexabout_hdtitletxt {
        margin-top: 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;
    }
    .indextable{
        padding: 50px 0;
    }
    .indexother_bd_li_con h3{
        font-size: 30px;
    }.indexother_bd_li_con h4{
        font-size: 20px;
    }
    .indexother_bd_limore{
        font-size: 14px;
    }
    .indexother_bd_li{
        padding: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .footer_main .public_ad_header_social_media a {
        margin-right: 10px;
    }

    .indexproduct_more i {
        font-size: 14px;
    }

    .indexproductallmore i {
        font-size: 14px;
    }
    .indexother_bd_li_con h3{
        font-size: 30px;
    }.indexother_bd_li_con h4{
        font-size: 20px;
    }
    .indexother_bd_limore{
        font-size: 14px;
    }

}

@media (min-width: 1400px) and (max-width: 1680px) {
    .indexproduct_more i {
        font-size: 14px;
    }

    .indexproductallmore i {
        font-size: 14px;
    }
}