/*-------------------------------
			swiper-slide start
			----------------------------------*/
#sj {
    display: none;
}

@media (max-width:950px) {
    #sj {
        display: block;
    }

    #pc {
        display: none;
    }
}

.index_banner .swiper-button-next:after,
.index_banner .swiper-button-prev:after {
    font-family: none !important;
    content: '' !important;
}

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

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 47px;
    height: 105px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: -31.5px;
    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;
}

.swiper-container:hover .swiper-button-next,
.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;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
    display: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    width: 47px;
    height: 105px;
    background: url(../img/banner-perv.png) no-repeat center center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 10px;
    background-size: auto;
    left: 10px;
    right: auto
}

.swiper-button-next:hover {
    background-color: #009440;
}

.swiper-button-prev:hover {
    background-color: #009440;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    width: 47px;
    height: 105px;
    padding: 20px 10px;
    background: url(../img/banner-next.png) no-repeat center center;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: auto;
    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: block !important;
}

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

.slider_banner .swiper-pagination {
    text-align: left;
    padding-left: 256px;
}

.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: #eee;
}

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 {
    background: #AB040E;
}

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

.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 {
    background: #B3000B;
}

.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
                          ----------------------------------*/



/*-------------------------------
                          about us start
                          ----------------------------------*/
.index_about {
    margin-top: 5%;
    margin-bottom: 10%;
}

@media (max-width:1440px) {}

.index_about .about-wrap {
    justify-content: space-between;
    align-items: flex-start;
}

.about_left {
    width: 50%;
    position: relative;
    margin-right: 50px;
}

.about_limg {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 83%;
}

.about_limg img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    -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_limg:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
}

.about_leftS {
    width: 274px;
    height: 303px;
    background-color: #009440;
    background-size: 100% 100%;
    position: absolute;
    left: -60px;
    bottom: -130px;
    padding: 27px;
}

@media (max-width:1440px) {
    .about_leftS {
        left: 0;
    }

    .about_limg {
        margin-left: 80px;
    }
}

.about_leftSL {
    width: calc(100% - 45px);
}

.about_leftSL>p:nth-child(1),
.about_leftSL>p:nth-child(3) {
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.about_leftSL>p:nth-child(2) {
    margin: 10px 0;
    font-family: 'DIN-Bold';
    font-weight: bold;
    font-size: 88px;
    color: #FFFFFF;
    line-height: 103px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.about_leftSR {
    width: 43px;
    height: 210px;
    border: 3px solid #FFFFFF;
    border-left: 0;
    margin-left: 15px;
    margin-top: 20px;
}

.index_about .about-wrap .about-right {
    width: 56%;
    padding-top: 55px;
}

.index_about .about-wrap .about-right .about-tip a {
    font-family: 'Arial-bold';
    font-weight: bold;
    font-size: 16px;
    color: #009440;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.index_about .about-wrap .about-right .about-tip a::before {
    content: '/';
    display: inline-block;
    padding-right: 5px;

}

.index_about .about-wrap .about-right .about-title {
    width: 100%;
    margin-bottom: 23px;
    margin-top: 15px;
}

.index_about .about-wrap .about-right .about-title a {
    font-family: 'OpenSans-bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 64px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.index_about .about-wrap .about-right .about-title a:hover {
    color: #009440;
}

@media (max-width:1440px) {
    .index_about .about-wrap .about-right .about-title a {
        font-size: 35px;
        line-height: 50px;
    }
}

.index_about .about-wrap .about-right .about-info {
    margin-bottom: 20px;
    max-height: 255px;
    overflow-y: auto;

}

.index_about .about-wrap .about-right .about-info ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.index_about .about-wrap .about-right .about-info ::-webkit-scrollbar-button:vertical {
    display: none
}

.index_about .about-wrap .about-right .about-info ::-webkit-scrollbar-track:vertical {
    background-color: black
}

.index_about .about-wrap .about-right .about-info ::-webkit-scrollbar-track-piece {
    background: #E3E3E3
}

.index_about .about-wrap .about-right .about-info ::-webkit-scrollbar-thumb:vertical {
    background-color: #555;
    border-radius: 30px
}

.index_about .about-wrap .about-right .about-info ::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #3B3B3B
}

.index_about .about-wrap .about-right .about-info ::-webkit-scrollbar-corner:vertical {
    background-color: #535353
}

.index_about .about-wrap .about-right .about-info ::-webkit-scrollbar-resizer:vertical {
    background-color: #FF6E00
}

.index_about .about-wrap .about-right .about-info p {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 15px;
}

.index_about .about-wrap .about-right .checked-item {
    padding: 15px 25px;
    box-sizing: border-box;
    background: #F6F6F6;
    border-radius: 30px;
    margin-bottom: 15px;
}

.index_about .about-wrap .about-right .checked-item {
    align-items: center;
}

.index_about .about-wrap .about-right .checked-item b::before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 37px;
    background-image: url(img/about-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 17px;
}

.index_about .about-wrap .about-right .checked-item .checked-content {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}

.index_about .about-wrap .about-right .about-btn a {
    border-radius: 0px 0px 0px 0px;
    border: 2px solid #039242;
    padding: 15px 50px;
    box-sizing: border-box;
    transition: all 0.8s ease;
}

.index_about .about-wrap .about-right .about-btn a {
    font-family: 'Arial-bold';
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.index_about .about-wrap .about-right .about-btn a:hover {
    background-color: #039242;
    border: 2px solid #039242;
    color: #FFF;

}

.index_about_box {
    padding: 130px 0 230px;
    position: relative;
}

.index_aboutt {
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    display: block;
    line-height: 57px;
}

.index_about_desc {
    font-family: ArialMT;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 31px;
    text-align: left;
    margin: 30px 0;
    max-width: 1206px;
}

.item_more:before {
    top: 50%;
    transform: translateY(-50%);
}

.index_about_num {
    background: rgba(255, 255, 255, .96);
    border-radius: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -73px;
    padding: 0 70px;
    height: 197px;
    overflow: hidden;
}

.index_about_numd {
    width: 25%;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.index_about_numd p:nth-child(1) {
    font-size: 54px;
    color: #AE0E17;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    font-family: Arial, Arial;
    margin-bottom: 15px;
}

.index_about_numd p:nth-child(2) {
    font-family: Arial, Arial;
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    text-align: center;
}

.index_about_num:before {
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    top: 0;
    background: rgba(171, 4, 14, .96);
}

.index_about_numd:nth-child(3) p:nth-child(1),
.index_about_numd:nth-child(4) p:nth-child(1) {
    color: #FFFFFF;
}

.index_about_numd:nth-child(3) p:nth-child(2),
.index_about_numd:nth-child(4) p:nth-child(2) {
    color: #FFFFFF;
}

.index_about_numd span {
    font-size: 24px;
}

/*-------------------------------
                          about us end
                          ----------------------------------*/

/*-------------------------------
                          product start 
                          ----------------------------------*/

.index_product {
    margin-top: 5%;
}

.index_product .pro_title {
    text-align: center;
}

.index_product .pro_title a {
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

@media (max-width:1440px) {
    .index_product .pro_title {
        font-size: 35px;
        line-height: 40px;
    }
}

.index_product .pro_title:hover a {
    color: #009440;
    text-decoration: underline;
}

.index_product .pro_info {
    text-align: center;
    margin-bottom: 32px;
}

.index_product .pro_info p {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

#product-tabs {
    margin-top: 55px;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 10px;
}

#product-tab-content {
    position: relative;
}

#product-tabs .tab-link.active {
    background: #009440;
    border-radius: 12px 12px 12px 12px;
    box-shadow: none;
    /* 激活时的背景色 */
    color: white;
    /* 激活时的文字颜色 */
}

#product-tabs .tab-link {
    width: 30%;
    padding: 32px 9px;
    margin-right: 25px;
    background: #FFFFFF;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #E2E2E2;
    cursor: pointer;
    transition: all 0.3s ease;
}

#product-tabs .tab-link {
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
}

#product-tabs .tab-link:hover {
    background-color: #009440;
    color: #FFFFFF;
}

@media (max-width:1440px) {
    #product-tabs .tab-link {
        font-size: 24px;
        line-height: 40px;
        padding: 25px 9px;
    }
}

@media screen and (max-width: 1900px) {
    #product-tabs {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px;
    }
}

@media screen and (max-width: 1680px) {
    #product-tabs {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px;
        box-sizing: border-box;

    }

    #product-tabs .tab-link {
        width: 70%;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1500px) {
    #product-tabs {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px;
        box-sizing: border-box;
    }

    #product-tabs .tab-link {
        width: 70%;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1440px) {
    #product-tabs {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px;
        box-sizing: border-box;
    }

    #product-tabs .tab-link {
        width: 70%;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1366px) {
    #product-tabs {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px;
        box-sizing: border-box;
    }

    #product-tabs .tab-link {
        width: 70%;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1280px) {
    #product-tabs {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px;
        box-sizing: border-box;
    }

    #product-tabs .tab-link {
        width: 70%;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1200px) {
    #product-tabs {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px;
        box-sizing: border-box;
    }

    #product-tabs .tab-link {
        width: 70%;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1024px) {
    #product-tabs {
        margin-top: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px;
        box-sizing: border-box;
    }
}

#product-tabs button:last-child {
    margin-right: 0;
}

#product-tab-content {
    margin-top: 54px;
    max-height: 950px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block !important;
}

.content-box {
    width: 100%;
    position: relative;
    overflow: visible;
}

.content-box .swiper {
    width: 100%;
    height: 100%;
}

.content-box .swiper-pagination {
    display: none !important;
}

.content-box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

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


.content-box .pro-btn-prev {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: -8%;
    z-index: 999;
    background-image: url(../img/index/pro_prev.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.content-box .pro-btn-next {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    right: -8%;
    z-index: 9999;
    background-image: url(../img/index/pro_next.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

@media (max-width:1700px) {
    .content-box .pro-btn-prev {
        left: -2%;
    }

    .content-box .pro-btn-next {
        right: -2%;
    }

}

.content-box .pro_item {
    width: 100%;
}

.content-box .pro_item .item_image {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    z-index: 1;
    -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;
}

.content-box .pro_item .item_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all .3s ease;
}

.content-box .pro_item .item_image: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;
}

.content-box .pro_item .item_title {
    text-align: center;
    margin-top: 12px;
}

.content-box .pro_item .item_title a {
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
}

.content-box .pro_item .item_title a:hover {
    color: #039242;
}

/*-------------------------------
                          product end
                          ----------------------------------*/

/*-------------------------------
                          choose start
                          ----------------------------------*/

.index_choose {
    margin-top: 5%;
}

.index_choose .choose_title {
    text-align: center;
    margin-bottom: 15px;
}

.index_choose .choose_title a {
    font-family: 'OpenSans-Blod';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.index_choose .choose_title:hover a {
    color: #009440;
    text-decoration: underline;
}

.index_choose .choose_info {
    text-align: center;
}

.index_choose .choose_info p {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.index_choose .choose-wrap {
    margin-top: 30px;
}

.reason-item {
    width: 25%;
    position: relative;
}

.reason-item .reason-bg {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 122%;
}

.reason-item .reason-bg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.reason-item .reason-wrap {
    width: 100%;
    height: 100%;
    padding: 126px 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width:1540px) {
    .reason-item .reason-wrap {
        padding: 30px;
    }

    @media (max-width:1200px) {
        .reason-item .reason-wrap {
            padding: 20px 10px;
        }
    }
}

.reason-item .reason-wrap:hover {
    background: rgba(0, 148, 64, 0.9);
}

.reason-item .reason-wrap .reason-img {
    max-width: 124px;
    max-height: 124px;
}

@media (max-width:1440px) {
    .reason-item .reason-wrap .reason-img {
        max-width: 90px;
        max-height: 90px;
    }
}

.reason-item .reason-wrap .reason-img .mobile-img {
    display: none;
}

.reason-item .reason-wrap .reason-img img {
    width: 100%;
    height: 100%;
}

.reason-item .reason-wrap .reason-title {
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    margin: 15px 0;
}

.reason-item .reason-wrap .reason-info {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    height: 150px;
    overflow: auto;
}

/*-------------------------------
                          choose end
                          ----------------------------------*/


/*---------------------------------
                        hot Product
                        ---------------------------------*/
.index_hot_product {
    margin-top: 5%;
}

.index_hot_product .hot_layout {
    width: 1660px;
    float: right;
}

@media (max-width:1660px) {
    .index_hot_product .hot_layout {
        width: 95%;
        float: none;
        margin: 0 auto;
    }
}

.hot_wrap {
    justify-content: space-between;
}

.hot_left {
    position: relative;
    width: 23%;
    margin-right: 40px;
}

.hot_left .hot_title {
    margin-bottom: 15px;
}

.hot_left .hot_title a {
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 72px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

@media (max-width:1440px) {
    .hot_left .hot_title a {
        font-size: 35px;
        line-height: 40px;
    }
}

.hot_left .hot_title:hover a {
    color: #009440;
    text-decoration: underline;
}

.hot_left .hot_info p {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    max-height: 180px;
    overflow-y: auto;
}

.hot_btn_box {
    width: 100%;
    height: 56px;
    justify-content: flex-start;
    margin-top: 30px;
}

.hot_left .hot-button-prev {
    width: 56px;
    height: 56px;
    background-image: url(../img/index/hot_prev.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 20px;
    cursor: pointer;
}

.hot_left .hot-button-prev:hover {
    background-image: url(../img/index/hover_hot_prev.png);
}

.hot_left .hot-button-next {
    width: 56px;
    height: 56px;
    background-image: url(../img/index/hot_next.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.hot_left .hot-button-next:hover {
    background-image: url(../img/index/hover_hot_next.png);

}

.hot_right {
    width: 75%;
}

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

.hot_right .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

.hot_right .swiper-slide .pro_item {
    width: 100%;
}

.hot_right .swiper-slide .pro_item .item_image {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    z-index: 1;
    -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;
}

.hot_right .swiper-slide .pro_item .item_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 1s ease;
}

.hot_right .swiper-slide .pro_item .item_image: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;
}

.hot_right .swiper-slide .pro_item .item_title {
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 25px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 52px;
}

.hot_right .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}

/*------------------------------------
                contact us
------------------------------------------*/
.index_contact_us {
    clear: both;
    padding-top: 5%;
}

.contact-left {
    padding: 35px 30px 35px 0;
    background: #E6E6E6;
    width: 50%;
}

.contact-left .left_wrap {
    width: 690px;
    float: right;
}

@media (max-width:1440px) {
    .contact-left {
        padding-left: 2%;
    }

    .contact-left .left_wrap {
        width: 100%;
    }
}

.contact-left .contact-content {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.contact_info {
    justify-content: flex-start;
    margin-top: 7px;
}

.contact_info a {
    display: flex;
    align-items: center;
}

.info_email {
    width: 50%;
}

.info_email a {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
}

.info_email a:hover {
    color: #009440;
    text-decoration: underline;
}

.info_email b {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-image: url(../img/index/email.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 12px;
}

.info_phone {
    width: 50%;
}

.info_phone a {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.info_phone a:hover {
    color: #009440;
    text-decoration: underline;
}

.info_phone b {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-image: url(../img/index/phone.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 12px;
}

@media (max-width:1440px) {
    .contact_info {
        flex-direction: column;
    }

    .info_email {
        width: 100%;
        margin-bottom: 20px;
    }

    .info_phone {
        width: 100%;
    }

}

.contact_btn {
    margin-top: 20px;
}

.contact_btn a {
    border: none;
    padding: 10px 30px;
    box-sizing: border-box;
    border: 1px solid #009440;
    background: #009440;
    border-radius: 33px 33px 33px 33px;
    transition: all 0.8s ease;
}

.contact_btn a {
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.contact_btn a:hover {
    background-color: transparent;
    border: 1px solid #009440;
    color: #000;
}

.contact-right {
    width: 50%;
}

.contact-right img {
    width: 100%;
    height: 100%;
}

/*------------------------------------------------
                        News
--------------------------------------------------*/
.index_news {
    margin-top: 5%;
    margin-bottom: 3%;
    padding-bottom: 300px;

}

@media (max-width:1300px) {
    .index_news {
        padding-bottom: 270px;
    }
}

@media (max-width:1200px) {
    .index_news {
        padding-bottom: 240px;
    }
}

@media (max-width:1030px) {
    .index_news {
        padding-bottom: 210px;
    }
}

.index_news_wrap {
    background-image: url(../img/index/newsbg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-height: 534px;

}

.index_news_wrap .wrap {
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 55px;
    max-height: 534px;
}

.index_news_wrap .news_title {
    text-align: center;
    margin-bottom: 14px;
}

.index_news_wrap .news_title a {
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    font-size: 56px;
    color: #FFFFFF;
    line-height: 66px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

@media (max-width:1440px) {
    .index_news_wrap .news_title a {
        font-size: 35px;
        line-height: 40px;
    }
}

.index_news_wrap .news_title:hover a {
    color: #009440;
    text-decoration: underline;
}

.index_news_wrap .news_info {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 40px;
}

.index_news_wrap .news_wrap {
    background: #FFFFFF;
    box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px 12px 12px 12px;
    padding: 55px;
    box-sizing: border-box;
}

.index_news_wrap .news_wrap ul {
    justify-content: flex-start;
}

.news_wrap ul li {
    width: 32%;
    margin-right: 15px;

}

.news_wrap ul li:last-child {
    margin-right: 0 !important;
}

.news_wrap .news_item .item_image {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 64%;
    border-radius: 12px;
    z-index: 1;
    -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;
}

.news_wrap .news_item .item_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.8s ease;
}

.news_wrap .news_item .item_image: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;
}

.news_wrap .news_item .item_date {
    font-family: 'OpenSans-Regular';
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 10px 0;
}

.news_wrap .news_item .item_content {
    padding: 5px 10px;
}

.news_wrap .news-mySwiper {
    display: none;
}

.news_wrap .news_item .item-title a {
    display: inline-block;
    height: 58px;
    overflow: hidden;
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
}

.news_wrap .news_item .item-title:hover a {
    color: #009440;
    cursor: pointer;
}

.news_wrap .news_item .item_info p {
    display: inline-block;
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_wrap .news_item .item_btn a {
    border: none;
    border-bottom: 2px solid #333333;
    background-color: transparent;
    transition: all 0.5s ease;
    cursor: pointer;
}

.news_wrap .news_item .item_btn a {
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 10px;
}

.news_wrap .news_item .item_btn a b {
    display: inline-block;
    width: 19px;
    height: 16px;
    background-image: url(../img/index/news-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.news_wrap .news_item .item_btn a:hover {
    border-bottom: 2px solid #009440;
    color: #009440;
}


.news_wrap .news_item .item_btn a:hover b {
    background-image: url(../img/index/new-btn-hover.png);
}




/*--------------------mobile----------------------------*/

@media (max-width:950px) {
    .reason-item .reason-wrap .reason-title {
        height: auto;
        overflow: visible;
    }

    .reason-item .reason-wrap .reason-info {
        height: auto;
        overflow: visible;
    }

    .reason-item .reason-wrap {
        padding: 0 !important;
        margin-bottom: 15px;
    }

    .index_product .pro_info {
        margin-bottom: 20px;
    }

    .index_about .about-wrap {
        flex-direction: column;
    }

    .about_limg {
        width: 100%;
        margin-left: 0;
    }

    .about_left {
        width: 90%;
        margin-left: 40px;

    }

    .about_leftS {
        padding: 17px;
        width: 140px;
        height: 168px;
        left: -37px;
        bottom: -78px;
    }

    .about_leftSL>p:nth-child(1),
    .about_leftSL>p:nth-child(3) {
        font-family: 'Arial-Bold';
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 19px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .about_leftSL>p:nth-child(2) {
        font-weight: bold;
        font-size: 48px;
        color: #FFFFFF;
        line-height: 56px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .about_leftSL {
        width: 100px;
    }

    .about_leftSR {
        width: 24px;
        height: 112px;
        margin-left: 0;
        margin-top: 10px;
    }

    .index_about .about-wrap .about-right {
        width: 100%;
        margin-top: 55px;
    }

    .index_about .about-wrap .about-right .about-title a {
        font-weight: bold;
        font-size: 32px;
        color: #333333;
        line-height: 36px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .index_about .about-wrap .about-right .about-info {
        max-height: none;
        overflow: visible;
    }

    .index_about .about-wrap .about-right .about-btn a {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 1.5;
    }

    .index_product .pro_title a {
        font-weight: bold;
        font-size: 32px;
        color: #333333;
        line-height: 36px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    #product-tabs .tab-link {
        padding: 10px;
        font-weight: bold;
        font-size: 16px;
        color: #333;
        line-height: 48px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .content-box .swiper-wrapper {
        padding-bottom: 25px;
    }



    .content-box .swiper-pagination {
        display: block !important;

    }

    .content-box .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        background-color: #666666 !important;
        margin-left: 15px !important;
    }

    .content-box .swiper-pagination-bullet-active {
        background-color: #009440 !important;
    }

    .content-box .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -5px;
    }

    .content-box .pro-btn-next,
    .content-box .pro-btn-prev {
        display: none !important;
    }

    .index_choose .choose_title a {
        font-weight: bold;
        font-size: 32px;
        color: #333333;
        line-height: 36px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .index_choose .choose-wrap ul {
        flex-direction: column;
    }

    .index_choose .choose-wrap ul li {
        width: 100%;
    }

    .index_choose .choose-wrap ul li .mobile-img {
        display: block !important;
    }

    .index_choose .choose-wrap ul li .pc-img {
        display: none;
    }

    .index_choose .choose-wrap ul li .reason-bg {
        display: none;
    }

    .reason-item .reason-wrap {
        position: relative;
        background-color: transparent;
        padding: 20px 0;
    }

    .reason-item .reason-wrap:hover {
        background-color: transparent;
    }

    .reason-item .reason-wrap .reason-title {
        font-weight: bold;
        font-size: 24px;
        color: #333333;
        line-height: 36px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .reason-item .reason-wrap .reason-info {
        font-weight: 400;
        font-size: 16px;
        color: #666666;
        line-height: 28px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .hot_wrap {
        flex-direction: column;
    }

    .hot_left {
        width: 100%;
        margin-bottom: 30px;
    }

    .hot_btn_box {
        display: none;
    }

    .hot_right {
        width: 100%;
    }


    .hot_left .hot_title {
        text-align: center;
    }

    .hot_left .hot_title a {
        font-weight: bold;
        font-size: 32px;
        color: #333333;
        line-height: 48px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .hot_right .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        display: block !important;
        bottom: -5px;
    }

    .hot-mySwiper .swiper-wrapper {
        padding-bottom: 25px;
    }

    .hot-mySwiper .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        background-color: #666666 !important;
        margin-left: 15px !important;
    }

    .hot-mySwiper .swiper-pagination-bullet-active {
        background-color: #009440 !important;
    }

    .hot-mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -5px;
    }

    .contact-left {
        width: 100%;
        padding: 35px 2.5%;
    }

    .contact-right {
        display: none;
    }

    .contact_info {
        flex-direction: column;
    }

    .info_email {
        width: 100%;
        margin-bottom: 15px;
    }

    .info_phone {
        width: 100%;
    }

    .index_news_wrap {
        max-height: 285px;
    }

    .index_news_wrap .wrap {
        max-height: 285px;
    }

    .index_news_wrap .news_wrap {
        background: transparent;
        padding: 0;
    }

    .news_wrap ul {
        display: none !important;
    }

    .news_wrap .news-mySwiper {
        display: block !important;
        padding-bottom: 20px;
    }

    .index_news {
        padding-bottom: 80%;
    }
     @media (max-width:700px) {
        .index_news {
            padding-bottom: 90%;
        }
    }
    @media (max-width:500px) {
        .index_news {
            padding-bottom: 110%;
        }
    }
    .news_wrap .news_item {
        padding-bottom: 30px;
    }

    .news_wrap .news_item .item_info p {
        display: none;
    }

}