.index_banner #sj {
    display: none;
}

/*-------------------------------
              swiper-slide end
              ----------------------------------*/
.slider_banner {
    position: relative;
    overflow: hidden;
    z-index: 98;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.index_banner .swiper-button-next,
.index_banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.index_banner .swiper-container:hover .swiper-button-next,
.index_banner .swiper-container:hover .swiper-button-prev {

    border: 1px solid #FFF;
}

.swiper-container:hover .swiper-button-prev {
    left: 65px;
}

.swiper-container:hover .swiper-button-next {
    right: 65px;
}

.index_banner .swiper-button-prev,
.index_banner .swiper-container-rtl .swiper-button-next {
    width: 70px !important;
    height: 70px !important;
    background: url(../img/banner_prev.png) no-repeat center center;
    background-size: cover;
    left: 10px;
    right: auto
}

.index_banner .swiper-button-next,
.index_banner .swiper-container-rtl .swiper-button-prev {
    width: 70px !important;
    height: 70px !important;
    background: url(../img/banner_next.png) no-repeat center center;
    background-size: cover;
    right: 10px;
    left: auto
}

.slider_banner:hover .swiper-button-prev {
    left: 120px;
    opacity: 1;
}

.slider_banner:hover .swiper-button-next {
    right: 120px;
    opacity: 1;
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 60px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    background-color: #666;
    margin-right: 10px !important;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    width: 30px;
    height: 10px;
    border-radius: 50px;
    background: rgb(58, 216, 46) !important;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    width: 36px;
    height: 3px;
    background: #FFFFFF;
    border-radius: unset;
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal {
    overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    width: 30px;
    height: 10px;
    border-radius: 50px;
    /* 浅绿色 */
    background: rgb(58, 216, 46);
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.slider_banner .swiper-slide img {
    width: 100%;
}

.slider_banner .swiper-slide img+img {
    position: absolute;
    left: 0;
    top: 0;
}

.slider_banner .swiper-slide img {
    width: 100%;
    transition: 3s linear;
    /* transform: scale(1.08); */
}

.slider_banner .swiper-slide.swiper-slide-active img {
    transform: scale(1);
}

/*-------------------------------
                                swiper-slide end
                                ----------------------------------*/
.index_banner .swiper-button-next:after,
.index_banner .swiper-button-prev:after {
    font-family: none !important;
    content: '' !important;
}

/* banner  end*/

.index_product {
    padding: 5% 0;
    /* 背景色 */
    background: rgb(243, 238, 231);
}

.index_product .layout {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index_product .pro_top_wrap {
    justify-content: space-between;
}

.index_product .pro_top_wrap .pro_top_left {
    width: 33%;
}

.index_product .pro_top_wrap .pro_top_right {
    width: 65%;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    border-radius: 8px;
    /* 白色 */
    background: rgb(255, 255, 255);

}

.index_product .pro_tips a {
    color: rgb(58, 216, 46);
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.index_product .pro_tips:hover a {
    text-decoration: underline;
}

.index_product .pro_title {
    margin-top: 20px;
    margin-bottom: 20px;
}

.index_product .pro_title a {
    color: rgb(17, 61, 60);
    font-family: 'Exo';
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

@media (max-width:1440px) {
    .index_product .pro_title a {
        font-size: 40px;
    }
}

@media (max-width:1200px) {
    .index_product .pro_title a {
        font-size: 30px;
    }
}

.index_product .pro_title:hover a {
    text-decoration: underline;
}

.index_product .pro_check_list li a {
    color: rgb(17, 61, 60);
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.index_product .pro_check_list li:hover a {
    text-decoration: underline;
}

.index_product .pro_check_list li b {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../img/check_box.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}

.index_product .pro_top_wrap .pro_top_right .pro_img {
    width: 30%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 43%;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.index_product .pro_top_wrap .pro_top_right .pro_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.index_product .pro_top_wrap .pro_top_right .pro_img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
    z-index: 20;
}

.index_product .pro_top_wrap .pro_top_right .pro_info {
    width: 68%;
}

.index_product .pro_top_wrap .pro_top_right .pro_tit {
    height: 44px;
    overflow: hidden;
}

.index_product .pro_top_wrap .pro_top_right .pro_tit,
.index_product .pro_top_wrap .pro_top_right .pro_tit a {
    color: rgb(17, 61, 60);
    font-family: 'Poppins-Bold';
    font-size: 20px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.index_product .pro_top_wrap .pro_top_right .pro_tit:hover a {
    color: #3AD82E;
    text-decoration: underline;
}

.index_product .pro_top_wrap .pro_top_right .pro_content {
    color: rgb(51, 51, 51);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_product .pro_top_wrap .pro_top_right .pro_btn {
    margin-top: 40px;
}

.index_product .pro_top_wrap .pro_top_right .pro_btn {
    font-family: 'Poppins';
    color: rgb(58, 216, 46);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.index_product .pro_top_wrap .pro_top_right .pro_btn a {
    display: inline-block;
    padding: 5px 10px;
    color: rgb(58, 216, 46);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.index_product .pro_top_wrap .pro_top_right .pro_btn:hover a {
    background-color: #3AD82E;
    color: #FFFFFF;
}

.index_product .pro_wrap {
    width: 100%;
}

.index_product .pro_wrap .swiper {
    padding-bottom: 40px;
}

.index_product .pro_wrap ul {
    width: 100%;
    justify-content: flex-start;
    margin-top: 30px;
}

.index_product .pro_wrap ul li {
    width: 33%;
    margin-right: 20px;
    text-align: center;
    border-radius: 8px;

    /* 白色 */
    background: rgb(255, 255, 255);

}

.index_product .pro_wrap.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_product .pro_wrap .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_product .pro_wrap ul li .pro_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 118%;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.index_product .pro_wrap ul li .pro_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.index_product .pro_wrap ul li .pro_img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.index_product .pro_wrap ul li .pro_info {
    padding: 15px 10px;
}

.index_product .pro_wrap ul li .pro_tit {
    margin-top: 30px;
    height: 60px;
    overflow: hidden;
}

.index_product .pro_wrap ul li .pro_tit a {
    color: rgb(17, 61, 60);
    font-family: 'Poppins-Bold';
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.index_product .pro_wrap ul li .pro_tit:hover a {
    color: #3AD82E;
    text-decoration: underline;
}

.index_product .pro_wrap ul li .pro_btn {
    margin-top: 15px;
}

.index_product .pro_wrap ul li .pro_btn a {
    color: rgb(58, 216, 46);
    font-family: 'Poppins';
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.index_product .pro_wrap ul li .pro_btn a:hover {
    background-color: #3AD82E;
    color: #FFFFFF;
}

.index_product .pro_more {
    margin-top: 50px;
}

.index_product .pro_more a {
    display: inline-block;
    padding: 18px 58px;
    border-radius: 8px;

    /* 浅绿色 */
    background: rgb(58, 216, 46);
    color: rgb(17, 61, 60);
    border: 2px solid #3AD82E;
    font-family: 'Poppins-Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.index_product .pro_more a:hover {
    background: transparent;
    border: 2px solid rgb(17, 61, 60);
}


/* about Introduction start */
.index_about {
    margin-top: 5%;
    margin-bottom: -20px;
}

.about-warp {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about-left {
    width: 50%;
}

.about-left .about_tips a {
    color: rgb(58, 216, 46);
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.about-left .about_tips:hover a {
    text-decoration: underline;
}

.about-left .about-title {
    width: 80%;
    text-align: center;
}

.about-left .about-title a {
    display: inline-block;
    font-family: 'Exo';
    color: rgb(17, 61, 60);
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media (max-width:1440px) {
    .about-left .about-title a {
        font-size: 40px;
    }
}

@media (max-width:1200px) {
    .about-left .about-title a {
        font-size: 30px;
    }
}

.about-left .about-title:hover a {
    text-decoration: underline;
}

.about-left .about-content p {
    margin-bottom: 20px;
    color: rgb(51, 51, 51);
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.about-left .about-content p a {
    color: rgb(51, 51, 51);
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.index_about .about_more {
    margin-top: 50px;
}

.index_about .about_more a {
    display: inline-block;
    padding: 18px 58px;
    border-radius: 8px;

    /* 浅绿色 */
    background: rgb(58, 216, 46);
    color: rgb(17, 61, 60);
    border: 2px solid #3AD82E;
    font-family: 'Poppins-Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.index_about .about_more a:hover {
    background: transparent;
    border: 2px solid rgb(17, 61, 60);
}

.about-right {
    width: 40%;
    position: relative;
    height: 0;
    padding-bottom: 43%;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.about-right lite-youtube {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -30px;
    top: 30px;
    object-fit: cover;
    z-index: 100;
    border-radius: 8px;
}

.about-right img {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -30px;
    top: 30px;
    object-fit: cover;
    z-index: 100;
    border-radius: 8px;
}

.about-right:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.about-right .about-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgb(17, 61, 60);
    z-index: 1;
}

.about-right img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.about-right .video-open {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 125px;
    height: 125px;
    margin-top: -92.5px;
    margin-left: -92.5px;
    /* 浅绿色 */
    border: 1.5px solid rgb(58, 216, 46);
    /* 浅绿色 */
    background: rgb(58, 216, 46);
    /* 浅绿色 */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 101;
}

.about-right .video-open img {
    width: 37.5px;
    height: 43.3px;
    z-index: 102;
}

.about-right .since_time {
    position: absolute;
    bottom: 10px;
    left: -30px;
    border-radius: 0px 8px 8px 0px;
    padding: 15px 20px;
    background-color: #3AD82E;
    font-family: 'Exo';
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    -webkit-text-stroke: 1px #113D3C;
    /* 1px宽度的黑色描边 */
    color: transparent;
    /* 文字颜色设为透明 */
    z-index: 101;
}

.index_application {
    background-image: url(../img/app_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0;
    padding-bottom: 400px;
    margin-bottom: -300px;
}

@media (max-width:1366px) {
    .index_application {
        padding-top: 5%;
        margin-top: 5%;
        padding-bottom: 355px;
    }
}

/* index about end */
.index_application .app_data ul {
    justify-content: space-between;
    align-items: center;
}

.index_application .app_data ul li {
    width: 280px;
    height: 280px;
    text-align: center;
    box-sizing: border-box;
    /* 浅绿色 */
    border: 3px solid rgb(58, 216, 46);
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


.index_application .app_data ul li .item_top {
    color: rgb(58, 216, 46);
    font-family: 'Exo';
    font-size: 100px;
    font-weight: 700;
    line-height: -1px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

@media (max-width:1440px) {
    .index_application .app_data ul li .item_top {
        font-size: 90px;
    }
}

@media (max-width:1200px) {
    .index_application .app_data ul li {
        width: 200px;
        height: 200px;
    }

    .index_application .app_data ul li .item_top {
        font-size: 60px;
    }
}

.index_application .app_data ul li .item_bottom {
    color: rgb(58, 216, 46);
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.index_application .app_wrap {
    width: 97%;
    margin: 0 auto;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.index_application .app_wrap .app_tips,
.index_application .app_wrap .app_tips a {
    color: rgb(58, 216, 46);
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.index_application .app_wrap .app_tips:hover a {
    text-decoration: underline;
}

.index_application .app_wrap .app_tit {
    margin: 0 auto;
    text-align: center;
}

.index_application .app_wrap .app_tit a {
    color: rgb(255, 255, 255);
    font-family: 'Exo';
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

@media (max-width:1440px) {
    .index_application .app_wrap .app_tit a {
        font-size: 40px;
    }
}

@media (max-width:1200px) {
    .index_application .app_wrap .app_tit a {
        font-size: 30px;
    }
}

.index_application .app_wrap .app_tit:hover a {
    text-decoration: underline;
}

.index_application .app_wrap ul {
    margin-top: 50px;
    justify-content: space-between;
}

.index_application .app_wrap ul li {
    width: 24%;
}

@media (max-width:1366px) {
    .index_application .app_wrap ul {
        flex-wrap: wrap;
    }

    .index_application .app_wrap ul li {
        width: 48%;
        margin-bottom: 30px;
    }

    .index_application .app_wrap ul li .app_info {
        height: 218px;
    }
}

.index_application .app_wrap ul li .app_image {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 52%;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.index_application .app_wrap ul li .app_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.index_application .app_wrap ul li .app_image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
}

.index_application .app_wrap ul li .app_content {
    /* 浅绿色 */
    border: 1px solid rgb(58, 216, 46);
    padding: 0 20px;
    padding-bottom: 40px;
    border-radius: 0px 0px 8px 8px;

}

.index_application .app_wrap ul li .app_content .app_title {
    margin-top: 20px;
}

.index_application .app_wrap ul li .app_content .app_title {
    display: inline-block;
    height: 57px;
    overflow: hidden;
    color: rgb(58, 216, 46);
    font-family: 'Exo';
    font-size: 20px;
    font-weight: 700;
    line-height: -1px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.index_application .app_wrap ul li .app_content .app_info {
    color: rgb(255, 255, 255);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    margin-top: 10px;
    height: 315px;
    overflow: hidden;
}


.index_application .app_more {
    margin-top: 50px;
}

.index_application .app_more a {
    display: inline-block;
    padding: 18px 58px;
    border-radius: 8px;

    /* 浅绿色 */
    background: rgb(58, 216, 46);
    color: rgb(17, 61, 60);
    border: 2px solid #3AD82E;
    font-family: 'Poppins-Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.index_application .app_more a:hover {
    background: transparent;
    border: 2px solid #3AD82E;
    color: #3AD82E;
}

.index_info .userInfo_warp {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #FFFFFF;
    border-top: 4px solid #3AD82E;
    padding: 50px;
    padding-bottom: 0;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.index_info .userInfo-left {
    width: 45%;
}

.index_info .userInfo_title {
    color: #113D3C;
    font-family: 'Exo';
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

@media (max-width:1440px) {
    .index_info .userInfo_title {
        font-size: 40px;
    }
}

@media (max-width:1200px) {
    .index_info .userInfo_title {
        font-size: 30px;
    }
}

.index_info .userInfo_content {
    width: 100%;
}

.index_info .userInfo_content p {
    color: rgb(51, 51, 51);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 7px;
}

.index_info .userInfo_image {
    overflow: hidden;
    text-align: left;
    margin-left: 0;
    width: 100%;
    max-width: 500px;
    height: 280px;
    position: relative;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.index_info .userInfo_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.index_info .userInfo_image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.index_info .userInfo_right {
    width: 50%;
}

.index_info .userInfo_right form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
}

.index_info .userInfo_right input {
    width: 100%;
    height: 60px;
    background: #F3EEE7;
    border: none;
    border-radius: 8px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #000000;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: none;
    margin-bottom: 10px;
}

.index_info .userInfo_right input::placeholder,
.index_info .userInfo_right textarea::placeholder {
    color: rgb(136, 136, 136);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.index_info .userInfo_right textarea {
    width: 100%;
    height: 120px;
    background: #F3EEE7;
    border: none;
    border-radius: 8px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #000000;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: none;
    margin-bottom: 10px;
}

.index_info .userInfo_right .submit_btn {
    width: 100%;
    border-radius: 8px;

    /* 深绿色 */
    background: rgb(17, 61, 60);
    border: 2px solid rgb(17, 61, 60);
    transition: all 0.5s ease;
    margin: 0;
}

.index_info .userInfo_right .submit_btn {
    color: rgb(58, 216, 46);
    font-family: 'Poppins-Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.index_info .userInfo_right .submit_btn:hover {
    background: transparent;
    color: #113D3C;
}

/* collect_userInfo end */

/* customer reviews start  */
.index_customer-reviews {
    margin-top: 5%;
}

.index_customer-reviews .swiper {
    width: 100%;
    height: 100%;

}

.index_customer-reviews .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.index_customer-reviews .slide-background {
    width: 120px;
    height: 85px;
    background-image: url(../img/slide-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 270px;
    z-index: 1;
}

@media (max-width:1100px) {
    .index_customer-reviews .slide-background {
        left: 180px;
    }
}

.index_customer-reviews .slide-tip {
    color: #3AD82E;
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.index_customer-reviews .slide-title {
    color: rgb(17, 61, 60);
    font-family: 'Exo';
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 30px;
}

@media (max-width:1440px) {
    .index_customer-reviews .slide-title {
        font-size: 40px;
    }
}

@media (max-width:1200px) {
    .index_customer-reviews .slide-title {
        font-size: 30px;
    }
}

.index_customer-reviews .reviews-content {
    width: 59%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 9999;
}

.index_customer-reviews .reviews-content p {
    color: rgb(17, 61, 60);
    font-family: 'Poppins-blog';
    font-style: italic;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

@media (max-width:1400px) {
    .index_customer-reviews .reviews-content p {
        font-size: 18px;
    }
}

@media (max-width:1200px) {
    .index_customer-reviews .reviews-content p {
        font-size: 16px;
    }
}

.reviews-avatar {
    width: 80px;
    height: 80px;
    margin-top: 30px;
}

.reviews-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.reviews-userName {
    color: rgb(17, 61, 60);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 10px;
}

.index_customer-reviews .swiper-button-prev {
    width: 60px;
    height: 60px;
}

.index_customer-reviews .customer-Swiper .swiper-button-prev:after {
    content: '';
    font-family: 'none';
    width: 100%;
    height: 60px;
    background-image: url(../img/pro-perv.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.index_customer-reviews .customer-Swiper .swiper-button-next {
    width: 60px;
    height: 60px;
}

.index_customer-reviews .customer-Swiper .swiper-button-next:after {
    content: '';
    font-family: 'none';
    width: 100%;
    height: 60px;
    background-image: url(../img/pro-next.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

/* customer reviews end  */


.index_brand {
    margin-top: 5%;
    padding: 30px 0;
    /* 背景色 */
    border-top: 1px solid rgb(243, 238, 231);
    /* 背景色 */
    border-bottom: 1px solid rgb(243, 238, 231);
}

.index_brand .brand_list {
    width: 100%;
    justify-content: flex-start;
}

.index_brand .brand_list li {
    width: 10%;
    padding: 10px;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 2%;
    margin-right: 72px;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

@media (max-width:1200px) {
    .index_brand .brand_list li {
        margin-right: 45px;
    }
}

.index_brand .brand_list li:last-child {
    margin-right: 0;
}

.index_brand .brand_list li img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.index_brand .brand_list li:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
}

.index_news {
    margin-top: 5%;
    margin-bottom: 3%;
}

.index_news .news-tip,
.index_news .news-tip a {
    color: rgb(58, 216, 46);
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.index_news .news-title {
    width: 52%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.index_news .news-title a {
    color: rgb(17, 61, 60);
    font-family: 'Exo';
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

@media (max-width:1440px) {
    .index_news .news-title a {
        font-size: 40px;
    }
}

@media (max-width:1200px) {
    .index_news .news-title a {
        font-size: 30px;
    }
}

.index_news .news-title:hover a {
    text-decoration: underline;
}

.index_news .news-body {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.index_news .news-item {
    width: 31%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 30px;
}

.index_news .news-item:last-child {
    margin-right: 0;
}

.index_news .news-item .item-image {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 65%;
    border-radius: 22px;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.index_news .news-item .item-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.index_news .news-item .item-image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
}

.index_news .news-item .item-body {
    position: relative;
    top: -20px;
    width: 80%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    background: rgb(255, 255, 255);
}

@media (max-width:1200px) {
    .index_news .news-item .item-body {
        width: 95% !important;
        padding: 20px 10px !important;
    }
}

.index_news .news-item .item-body .item-title {
    text-align: center;
}

.index_news .news-item .item-body .item-title a {
    display: block;
    height: 60px;
    color: rgb(17, 61, 60);
    font-family: 'Poppins-Bold';
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_news .news-item .item-body .item-title:hover a {
    text-decoration: underline;
}

.index_news .news-item .item-body .item-date {
    text-align: center;
    margin: 10px 0;
}

.index_news .news-item .item-body .item-date a {
    color: rgb(136, 136, 136);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.index_news .news-item .item-body .item-content a {
    height: 72px;
    color: rgb(51, 51, 51);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_news .news-item .item-body .item-btn {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 135px;

}

.index_news .news-item .item-body .item-btn a {
    color: rgb(58, 216, 46);
    padding: 10px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_news .news-item .item-body .item-btn b {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(../img/categories.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
}

.index_news .news-item .item-body .item-btn:hover a {
    background-color: #3AD82E;
    color: #FFFFFF;
}

.index_news .news-item .item-body .item-btn:hover b {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(../img/hover-news-btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
}


/* recommended news end */

/*------------------mobile------------------------*/
@media (max-width:950px) {
    .index_banner #pc {
        display: none;
    }

    .index_banner #sj {
        display: block;
    }

    .index_banner {
        position: relative;
        top: 0;
        left: 0;
    }

    .index_product {
        padding: 8% 0;
    }

    .index_product .pro_top_wrap {
        flex-direction: column;
    }

    .index_product .pro_top_wrap .pro_top_left {
        width: 100%;
    }

    .index_product .pro_tips {
        text-align: center;
    }

    .index_product .pro_title a {
        font-size: 24px;
    }

    @media (max-width:480px) {

        .index_product .pro_title {
            text-align: center;
            margin: 0 auto;
        }
    }

    .pro_check_list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 44px;
        padding-bottom: 0;
    }

    .pro_check_list .top {
        display: flex;
        justify-content: space-between;
    }

    .pro_check_list .top li:first-child {
        margin-right: 10px;
    }


    .index_product .pro_top_wrap .pro_top_right {
        display: none;
    }

    .index_product .pro_wrap ul li {
        width: 100%;
    }

    .index_product .pro_wrap .swiper {
        padding-bottom: 45px;
    }

    .index_product .pro_more {
        margin-top: 20px;
    }

    .index_about {
        margin-bottom: -140px;
    }

    .about-warp {
        flex-direction: column;
    }

    .about-left {
        width: 100%;
    }

    .about-left .about_tips {
        text-align: center;
    }

    .about-left .about-title {
        width: 95%;
        text-align: center;
        margin: 0 auto;

    }

    .about-left .about-title a {
        font-size: 24px;
        text-align: center;
    }

    .about-left .about-content p {
        text-align: center;
    }

    .index_about .about_more {
        display: none;
    }

    .about-right {
        width: calc(100% - 20px);
        margin-left: 20px;
        padding-bottom: 107%;
    }

    .about-right .about_img {
        top: 20px;
        left: -20px;
    }

    .about-right .video-open {
        width: 80px;
        height: 80px;
    }

    .about-right .video-open img {
        width: 27.5px;
        height: 33.3px;
    }

    .about-right .since_time {
        left: -20px;
    }

    .about-left .about-content {
        height: auto;
        overflow: visible;
    }


    .index_application {
        padding: 220px 0;
        margin-bottom: -20%;
    }

    @media (max-width:600px) {
        .index_application {
            padding: 220px 0;
            margin-bottom: -35%;
        }
    }

    @media (max-width:500px) {
        .index_application {
            padding: 220px 0;
            padding-bottom: 145px;
            margin-bottom: -35%;
        }
    }

    .index_application .app_data ul {
        flex-wrap: wrap;
    }

    .index_application .app_data ul li {
        width: 200px;
        height: 200px;
        margin-bottom: 30px;
    }

    @media (max-width:480px) {
        .index_application .app_data ul li {
            width: 170px;
            height: 170px;
        }
    }

    .index_application .app_data ul li .item_top {
        font-size: 50px;
    }

    .index_application .app_wrap ul li .app_content .app_info {
        height: auto;
        overflow: visible;
    }

    .index_application .app_wrap {
        display: none;
    }

    .index_info .userInfo_warp {
        flex-direction: column;
        padding: 30px 20px;
    }

    .index_info .userInfo-left {
        width: 100%;
    }

    .index_info .userInfo_title {
        font-size: 24px;
        text-align: center;
    }

    .index_info .userInfo_image {
        margin-left: 0;
        height: 0;
        padding-bottom: 79%;
        max-width: 67%;
        margin: 0 auto;
    }

    .index_info .userInfo_right {
        width: 100%;
    }

    .index_customer-reviews .slide-tip {
        font-size: 16px;
        line-height: 24px;
    }

    .index_customer-reviews .slide-title {
        display: none;
    }

    .index_customer-reviews .reviews-content {
        width: 100%;
        overflow: visible;
        margin-bottom: 30px;
        text-overflow: unset;
        -webkit-line-clamp: unset;

    }

    .index_customer-reviews .reviews-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .index_customer-reviews .slide-background {
        display: none;
    }

    .reviews-avatar {
        margin-top: 0;
    }

    .index_customer-reviews .customer-Swiper .swiper-button-next {
        top: 75%;
    }

    .index_customer-reviews .customer-Swiper .swiper-button-prev {
        top: 75%;
    }

    .index_brand .brand_list li {
        width: 35%;
        padding-bottom: 8%;
        margin-bottom: 15px;
    }

    .index_news .news-title {
        width: 100%;
    }

    .index_brand .brand_list li:nth-child(odd):last-child {
        display: none;
    }

    .index_news .news-tip a {
        font-size: 16px;
        line-height: 24px;
    }

    .index_news .news-title a {
        font-size: 24px;
    }

    .index_news .news-body {
        flex-direction: column;
    }

    .index_news .news-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .index_news .news-item .item-body .item-content {
        display: none;
    }

}


/*------------------mobile------------------------*/


::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button:vertical {
    display: none
}

::-webkit-scrollbar-track:vertical {
    background-color: black
}

::-webkit-scrollbar-track-piece {
    background: #ccc
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #555;
    border-radius: 30px
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #ccc
}

::-webkit-scrollbar-corner:vertical {
    background-color: #ccc
}

::-webkit-scrollbar-resizer:vertical {
    background-color: #ccc
}