.index_banner #sj {
    /* display: none */
}

.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;
    -o-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;
    -o-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;
    -o-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%;
    margin-top: -31.5px;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .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 !important;
    height: 105px !important;
    background: url(../img/demo/banner-perv.png) center center no-repeat rgba(0, 0, 0, .5);
    padding: 20px 10px;
    left: 10px;
    right: auto
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: var(--conmmonColor)
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    width: 47px !important;
    height: 105px !important;
    padding: 20px 10px;
    background: url(../img/demo/banner-next.png) center center no-repeat rgba(0, 0, 0, .5);
    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: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -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,
.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;
    border-radius: unset !important;
    width: 36px;
    height: 3px;
    background: #fff !important;
    opacity: 1 !important
}

.swiper-pagination-bullet-active {
    background: var(--conmmonColor) !important;
    opacity: 1 !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: top .2s, -webkit-transform .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s;
    -o-transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    width: 36px;
    height: 3px;
    background: #fff;
    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: left .2s, -webkit-transform .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s;
    -o-transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s;
    -o-transition: transform .2s, right .2s
}

.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: 36px;
    height: 3px;
    background: var(--conmmonColor) !important
}

.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: 1s steps(12, end) infinite swiper-preloader-spin;
    animation: 1s steps(12, end) infinite swiper-preloader-spin
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

@-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+img {
    position: absolute;
    left: 0;
    top: 0
}

.slider_banner .swiper-slide img {
    width: 100%;
    height: auto;
    transition: 3s linear;
    transform: scale(1.08)
}

.slider_banner .swiper-slide.swiper-slide-active img {
    transform: scale(1)
}

.index_banner .swiper-button-next:after,
.index_banner .swiper-button-prev:after {
    font-family: none !important;
    content: '' !important
}

.index_company {
    width: 100%;
    padding-bottom: 20%;
    background-color: #191919
}

.index_company .company_wrap {
    padding-top: 5%;
    background-color: #191919
}

.index_company .layout {
    display: flex;
    flex-direction: column;
    align-items: center
}

.index_company .company_title {
    width: 52%;
    text-align: center;
    margin-bottom: 35px
}

.index_company .company_title a {
    font-family: Poppins-Bold;
    font-weight: 400;
    font-size: 50px;
    color: #fff;
    line-height: 56px
}

.index_company .company_title a:hover {
    text-decoration: underline
}

.index_company .company_content {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #e5e5e5;
    line-height: 30px;
    margin-bottom: 20px
}

.index_company .company_video {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    padding-bottom: calc((664 / 14) * 1%);
    margin-top: -30%
}

.index_company .company_video img,
.index_company .company_video lite-youtube {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover
}

.index_product {
    margin-top: 5%
}

.index_product .pro_top {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.index_product .pro_top .pro_title {
    margin-bottom: 8%
}

.index_product .pro_top .pro_title a {
    font-family: Poppins-Bold;
    font-weight: 400;
    font-size: 50px;
    color: #191919;
    line-height: 59px;
    padding-bottom: 20px;
    position: relative
}

.index_product .pro_top .pro_title a:hover {
    text-decoration: underline
}

@media (max-width:1200px) {
    .index_product .pro_top .pro_title a {
        font-size: 40px;
        line-height: 45px
    }
}

.index_product .pro_top .pro_title a::after {
    content: '';
    position: absolute;
    transform: translateX(-50%);
    left: 11%;
    bottom: 0;
    width: 72px;
    height: 7px;
    background: #191919
}

.index_product .pro_top .pro_content {
    width: 50%
}

.index_product .pro_top .pro_txt {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 30px
}

.index_product .pro_top .pro_btn a {
    display: inline-block;
    padding: 10px 25px;
    background: var(--conmmonColor);
    border: 2px solid var(--conmmonColor);
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 22px
}

.index_product .pro_top .pro_btn a:after {
    margin-left: 10px;
    content: '\f105';
    font-family: fontawesome;
    font-size: 18px;
    color: #fff
}

.index_product .pro_top .pro_btn a:hover {
    border: 2px solid var(--conmmonColor);
    color: var(--conmmonColor);
    background-color: #fff
}

.index_product .pro_top .pro_btn a:hover:after {
    color: var(--conmmonColor)
}

.index_product .pro_wrap .pro_list .pro_item {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out
}

.index_product .pro_wrap .pro_list .pro_item .item_img {
    width: 48%;
    position: relative;
    height: 0;
    padding-bottom: 31%;
    overflow: hidden
}

.index_product .pro_wrap .pro_list .pro_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain
}

.index_product .pro_wrap .pro_list .pro_item:hover .item_img img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08)
}

.index_product .pro_wrap .item_img .item_img {
    width: 48%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 65%
}

.index_product .pro_wrap .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover
}

.index_product .pro_wrap .pro_item .item_info {
    width: 45%
}

.index_product .pro_wrap .pro_item .item_info .pro_tit {
    margin-bottom: 30px;
    font-family: Poppins-Bold;
    font-weight: 400;
    font-size: 30px;
    color: var(--conmmonColor);
    line-height: 1.5
}

.index_product .pro_wrap .pro_item .item_info .pro_tit a {
    display: inline-block;
    color: var(--conmmonColor)
}

.index_product .pro_wrap .item_info .pro_info {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 30px
}

.index_product .pro_wrap .item_info .pro_info a {
    height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.index_product .pro_wrap .pro_item .item_info .pro_btn {
    margin-top: 40px
}

.index_product .pro_wrap .pro_item .item_info .pro_btn a {
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid var(--conmmonColor);
    background: #fff;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 18px;
    color: var(--conmmonColor);
    line-height: 22px
}

.index_product .pro_wrap .pro_item .item_info .pro_btn a:after {
    margin-left: 10px;
    content: '\f105';
    font-family: fontawesome;
    font-size: 18px;
    color: var(--conmmonColor)
}

.index_product .pro_wrap .pro_item .item_info .pro_btn a:hover {
    background: var(--conmmonColor);
    color: #fff
}

.index_product .pro_wrap .pro_item .item_info .pro_btn a:hover:after {
    color: #fff
}

.index_product .pro_wrap .pro-button-prev {
    position: absolute;
    width: 52px;
    height: 52px;
    background: url(../img/index/pro_prev.png) center center no-repeat #191919;
    padding: 20px 10px;
    top: 60%;
    left: -5%;
    z-index: 100;
    cursor: pointer
}

.index_product .pro_wrap .pro-button-prev:hover {
    background-color: var(--conmmonColor)
}

.index_product .pro_wrap .pro-button-next {
    position: absolute;
    width: 52px;
    height: 52px;
    background: url(../img/index/pro_next.png) center center no-repeat #191919;
    padding: 20px 10px;
    top: 60%;
    right: 50%;
    z-index: 100;
    cursor: pointer
}

.index_product .pro_wrap .pro-button-next:hover {
    background-color: var(--conmmonColor)
}

.index_capabilities {
    margin-top: 5%
}

.index_capabilities .layout {
    flex-direction: column;
    align-items: center
}

.index_capabilities .capabilities_title {
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: Poppins-Bold;
    font-weight: 400;
    font-size: 50px;
    color: #191919;
    line-height: 59px
}

@media (max-width:1200px) {
    .index_capabilities .capabilities_title {
        font-size: 40px;
        line-height: 45px
    }
}

.index_capabilities .capabilities_info {
    width: 68%;
    text-align: center;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    /* margin-bottom: 50px */
}

.index_capabilities .capabilities_btn {
    display: inline-block;
    padding: 10px 25px;
    background: var(--conmmonColor);
    border: 2px solid var(--conmmonColor);
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 22px
}

.index_capabilities .capabilities_btn:after {
    margin-left: 10px;
    content: '\f105';
    font-family: fontawesome;
    font-size: 18px;
    color: #fff
}

.index_capabilities .capabilities_btn:hover {
    background: #fff;
    color: var(--conmmonColor)
}

.index_capabilities .capabilities_btn:hover:after {
    color: var(--conmmonColor)
}

.index_capabilities .capabilities_wrap {
    width: 100%;
    margin-top: 4%
}

.index_capabilities .capabilities_wrap ul {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start
}

.index_capabilities .capabilities_wrap ul li {
    width: 24%
}

.index_capabilities .capabilities_wrap ul li .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    z-index: 1;
    -webkit-transition: 150ms ease-out;
    -moz-transition: 150ms ease-out;
    -o-transition: 150ms ease-out;
    transition: 150ms ease-out
}

.index_capabilities .capabilities_wrap ul li .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover
}

.index_capabilities .capabilities_wrap ul li .item_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_capabilities .capabilities_wrap ul li .item_title {
    text-align: center;
    margin-top: 3%;
    font-family: Poppins-Bold;
    font-weight: 400;
    font-size: 20px;
    color: #191919;
    line-height: 40px;
    height: 80px;
    overflow: hidden
}

.index_capabilities .capabilities_wrap ul li .item_info {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    text-align: center;
    height: 84px;
    overflow: hidden
}

.index_contact {
    position: relative;
    padding-top: 7%;
    margin-top: 5%;
    height: 655px
}

.index_contact .bg_wrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 655px;
    justify-content: space-between
}

.index_contact .contact_left {
    width: 50%;
    background-color: var(--conmmonColor)
}

.index_contact .contact_right {
    width: 50%;
    background-image: url(../img/index/contact_img.png);
    background-size: cover;
    background-repeat: no-repeat
}

.index_contact .top_wrap {
    flex-direction: column;
    align-items: center
}

.index_contact .contact_title {
    text-align: center;
    margin-bottom: 50px;
    font-family: Poppins-Bold;
    font-weight: 400;
    font-size: 60px;
    color: #fff;
    line-height: 80px
}

.index_contact .contact_title :hover {
    text-decoration: underline
}

.index_contact .contact_btn a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #fff;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    line-height: 22px
}

.index_contact .contact_btn a:after {
    margin-left: 10px;
    content: '\f105';
    font-family: fontawesome;
    font-size: 18px;
    color: #333
}

.index_contact .contact_btn a:hover {
    background: #333;
    color: #fff
}

.index_contact .contact_btn a:hover:after {
    color: #fff
}

.index_contact .contact_box {
    width: 100%;
    justify-content: space-between;
    margin-top: 8%;
    position: relative;
    z-index: 9
}

.index_contact .contact_box .box_left {
    width: 40%;
    height: 445px;
    position: relative;
    overflow: hidden
}

.index_contact .contact_box .box_left img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover
}

.index_contact .contact_box .box_right {
    width: 60%;
    background: #0e0e0e;
    padding: 6%
}

.index_contact .contact_box .box_right .contact_tit {
    margin-bottom: 30px;
    font-family: Poppins-Bold;
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    line-height: 22px
}

.index_contact .contact_box .box_right .contact_tit :hover {
    text-decoration: underline
}

.index_contact .contact_box .box_right .contact_info {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999;
    line-height: 30px;
    margin-bottom: 60px
}

.index_contact .contact_box .box_right ul {
    justify-content: space-between
}

.index_contact .contact_box .box_right ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 25px
}

.index_contact .contact_box .box_right ul li div {
    /* width: 51px;
    height: 51px;
    background: rgba(0, 91, 172, .3); */
    border-radius: 50%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    margin-right: 15px
}

.index_contact .contact_box .box_right ul .item_phone b {
    display: inline-block;
    width: 39px;
    height: 39px;
    box-sizing: border-box;
    background: var(--conmmonColor);
    border-radius: 50%;
    background-image: url(../img/index/phone.png);
    background-repeat: no-repeat;
    background-position: center center
}

.index_contact .contact_box .box_right ul .item_email b {
    display: inline-block;
    width: 39px;
    height: 39px;
    box-sizing: border-box;
    background: var(--conmmonColor);
    border-radius: 50%;
    background-image: url(../img/index/email.png);
    background-repeat: no-repeat;
    background-position: center center
}

.index_contact .contact_box .box_right ul li a {
    display: inline-block;
    color: #fff
}

.index_contact .contact_box .box_right ul li a:hover {
    text-decoration: underline
}

.index_application {
    height: 1317px;
    background: #191919;
    padding-top: 15%;
    position: relative
}

.index_application .application_wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99
}

.index_application .application_wrap .application_title {
    padding-top: 30%;
    margin-bottom: 60px;
    position: relative
}

.index_application .application_wrap .application_title a {
    font-family: Poppins-Bold;
    font-weight: 400;
    font-size: 50px;
    color: #fff;
    line-height: 59px;
    padding-bottom: 20px
}

.index_application .application_wrap .application_title a:hover {
    text-decoration: underline
}

@media (max-width:1200px) {

    .index_application .application_wrap .application_title a,
    .index_contact .contact_title {
        font-size: 40px;
        line-height: 45px
    }
}

.index_application .application_wrap .application_title a::after {
    content: '';
    position: absolute;
    transform: translateX(-50%);
    left: 11%;
    bottom: -20px;
    width: 72px;
    height: 7px;
    background: #fff
}

.index_application .application_wrap .application_btn a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #fff;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    line-height: 22px
}

.index_application .application_wrap .application_btn a:after {
    margin-left: 10px;
    content: '\f105';
    font-family: fontawesome;
    font-size: 18px;
    color: #333
}

.index_application .application_wrap .application_btn a:hover {
    color: #fff;
    background: #333
}

.index_application .application_wrap .application_btn a:hover:after {
    color: #fff
}

.index_application .application_swiper {
    position: relative;
    width: 100%
}

.index_application .application_swiper .swiper {
    width: 100%
}

.index_application .application_swiper .swiper-slide {
    width: 100% !important;
    height: 1140px;
    position: relative
}

.index_application .application_swiper .swiper-slide .right_top {
    width: 100%;
    max-width: 788px;
    max-height: 694px;
    height: 100%;
    position: absolute;
    top: .3%;
    right: .1%
}

.index_application .application_swiper .swiper-slide .right_top .imgg {
    display: block;
    max-width: 788px;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 88%
}

.index_application .application_swiper .swiper-slide .right_top .imgg .app_img {
    max-width: 788px;
    max-height: 694px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover
}

.index_application .application_swiper .swiper-slide .left_bottom {
    width: 100%;
    max-width: 610px;
    max-height: 699px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.index_application .application_swiper .swiper-slide .left_bottom .imgg {
    display: block;
    max-width: 610px;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 115%
}

.index_application .application_swiper .swiper-slide .left_bottom .imgg .app_img {
    max-width: 610px;
    max-height: 699px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover
}

.index_application .application_swiper .swiper-slide a .app_sj {
    display: none
}

.index_application .application_swiper .swiper-slide .right_bottom {
    width: 100%;
    max-width: 563px;
    max-height: 443px;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 16.2%
}

.index_application .application_swiper .swiper-slide .right_bottom .imgg {
    display: block;
    max-width: 563px;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 79%
}

.index_application .application_swiper .swiper-slide .right_bottom .imgg .app_img {
    max-width: 563px;
    max-height: 443px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover
}

.index_application .application_swiper .swiper-slide .mask_wrap {
    position: relative;
    width: 100%;
    height: 100%
}

.index_application .application_swiper .swiper-slide .mask {
    opacity: 0;
    position: absolute;
    top: 10%;
    left: 10%;
    background-color: rgba(32, 0, 195, .5);
    width: 80%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20%;
    text-align: center;
    transition: .5s
}

.index_application .application_swiper .swiper-slide .mask .mask_title {
    font-family: Poppins-Bold;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    line-height: 35px
}

.index_application .application_swiper .swiper-slide .mask .mask_content {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    height: 112px;
    overflow-y: auto
}

.index_application .application_swiper .swiper-slide div:hover .mask {
    opacity: 1
}

@media (max-width:1400px) {
    .index_application {
        height: 1230px
    }

    .index_application .application_swiper .swiper-slide .right_top {
        max-width: 744px;
        top: 3.7%
    }

    .index_application .application_swiper .swiper-slide .right_bottom {
        max-width: 530px
    }

    .index_application .application_swiper .swiper-slide .left_bottom {
        max-width: 585px
    }
}

@media (max-width:1366px) {
    .index_application .application_swiper .swiper-slide .right_top {
        max-width: 727px;
        top: 5%
    }

    .index_application .application_swiper .swiper-slide .right_bottom {
        max-width: 518px
    }

    .index_application .application_swiper .swiper-slide .left_bottom {
        max-width: 570px
    }
}

@media (max-width:1300px) {
    .index_application .application_swiper .swiper-slide .right_top {
        max-width: 690px;
        top: 7.9%
    }

    .index_application .application_swiper .swiper-slide .right_bottom {
        max-width: 490px
    }

    .index_application .application_swiper .swiper-slide .left_bottom {
        max-width: 544px;
        bottom: -1.6%
    }

    .index_application .application_swiper .swiper-slide .mask {
        height: 70%
    }
}

@media (max-width:1200px) {
    .index_application {
        height: 1175px
    }

    .index_application .application_swiper .swiper-slide .mask {
        padding: 0 10%;
        height: 60%
    }

    .index_application .application_swiper .swiper-slide .right_top {
        max-width: 640px;
        top: 11.7%
    }

    .index_application .application_swiper .swiper-slide .right_bottom {
        max-width: 455px
    }

    .index_application .application_swiper .swiper-slide .left_bottom {
        max-width: 500px;
        bottom: -3.6%
    }
}

@media (max-width:1100px) {
    .index_application .application_swiper .swiper-slide .right_top {
        max-width: 600px;
        top: 14.7%
    }

    .index_application .application_swiper .swiper-slide .right_bottom {
        max-width: 432px
    }

    .index_application .application_swiper .swiper-slide .left_bottom {
        max-width: 442px;
        bottom: -7.8%
    }
}

@media (max-width:1024px) {
    .index_application {
        height: 1125px
    }

    .index_application .application_swiper .swiper-slide .right_top {
        max-width: 560px;
        top: 17.9%
    }

    .index_application .application_swiper .swiper-slide .right_bottom {
        max-width: 406px
    }

    .index_application .application_swiper .swiper-slide .left_bottom {
        max-width: 410px;
        bottom: -9.2%
    }

    .index_application .application_swiper .swiper-slide .mask {
        height: 50%
    }
}

.application_swiper .application-button-prev {
    position: absolute;
    width: 52px;
    height: 52px;
    background: url(../img/index/app_prev.png) center center no-repeat #fff;
    padding: 20px 10px;
    bottom: 20%;
    right: 7%;
    z-index: 100
}

.application_swiper .application-button-prev:hover {
    background-color: var(--conmmonColor);
    background-image: url(../img/index/app_hover_prev.png)
}

.application_swiper .application-button-next {
    position: absolute;
    width: 52px;
    height: 52px;
    background: url(../img/index/app_next.png) center center no-repeat #fff;
    padding: 20px 10px;
    bottom: 20%;
    right: 0;
    z-index: 100
}

.application_swiper .application-button-next:hover {
    background-color: var(--conmmonColor);
    background-image: url(../img/index/app_hover_next.png)
}

.index_news {
    margin-top: 10%;
    position: relative;
    z-index: 99;
    margin-bottom: -5%
}

.index_news .news_title {
    text-align: center;
    position: relative;
    margin-bottom: 50px
}

.index_news .news_title a {
    font-family: Poppins-Bold;
    font-weight: 400;
    font-size: 50px;
    color: #000;
    line-height: 69px;
    padding-bottom: 20px
}

.index_news .news_title a:hover {
    text-decoration: underline
}

@media (max-width:1200px) {
    .index_news .news_title a {
        font-size: 40px;
        line-height: 45px
    }
}

.index_news .news_title a:after {
    content: '';
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -20px;
    width: 72px;
    height: 7px;
    background: #191919
}

.index_news .news_list {
    justify-content: center;
    align-items: flex-start
}

.index_news .news_list li {
    width: 50%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 31%
}

.index_news .news_list li img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover
}

.index_news .news_list li .news_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    padding: 20px 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform-origin: top;
    /* overflow-y: auto; */
    transform: translateY(-110%);
    transition: transform 1.5s
}

.index_news .news_list li:hover .news_mask {
    transform: translateY(0)
}

.index_news .news_list li .news_mask .news_date {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #e5e5e5;
    line-height: 32px;
    margin-bottom: 15px
}

.index_news .news_list li .news_mask .news_tit {
    margin-bottom: 25px
}

.index_news .news_list li .news_mask .news_tit a {
    font-family: Poppins-Bold;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 33px
}

.index_news .news_list li .news_mask .news_tit a:hover {
    text-decoration: underline
}

.index_news .news_list li .news_mask .news_info {
    margin-bottom: 45px;
}

.index_news .news_list li .news_mask .news_info * {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #e5e5e5;
    line-height: 25px
}

.index_news .news_list li .news_mask .news_details a {
    padding: 10px 25px;
    background: #2000c3;
    border: 2px solid #2000c3;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 10px
}

.index_news .news_list li .news_mask .news_details a:after {
    margin-left: 10px;
    content: '\f105';
    font-family: fontawesome;
    font-size: 18px;
    color: #fff
}

.index_news .news_list li .news_mask .news_details a:hover {
    background: #fff;
    color: #2000c3
}

.index_news .news_list li .news_mask .news_details a:hover:after {
    color: #2000c3
}

@media only screen and (max-width:1200px) {
    .index_company .experience_data ul li .item_top {
        font-size: 50px !important;
        line-height: 1.5 !important
    }

    .index_banner #sj {
        display: block;
        padding-top: 55px
    }

    .index_company .experience_data ul li .item_bottom {
        font-size: 18px;
        line-height: 1.5;
        height: 54px
    }

    .index_product .pro_wrap .pro_box .pro_tit a {
        height: 180px;
        -webkit-line-clamp: 7
    }

    .index_news .news_list li .news_mask .news_tit a {
        -webkit-line-clamp: 3
    }
}

@media only screen and (max-width:950px) {
    .index_product .pro_wrap .pro_item .item_info .pro_tit {
        font-size: 24px
    }

    .index_product .pro_wrap .pro_item .item_info .pro_tit a {
        -webkit-line-clamp: unset;
        height: auto
    }

    .index_product .pro_wrap .pro-button-next,
    .index_product .pro_wrap .pro-button-prev {
        top: 200px
    }

    .index_product .pro_wrap .pro-button-prev {
        left: 0
    }

    .index_product .pro_wrap .pro-button-next {
        right: 0
    }

    .index_banner #pc {
        /* display: none */
    }


    .index_company .company_title {
        width: 100%
    }

    .index_company .company_title a {
        font-size: 30px;
        line-height: 35px
    }

    .index_company .experience_data ul {
        flex-wrap: wrap
    }

    .index_company .experience_data ul li {
        width: 50%
    }

    .index_company .experience_data ul li .item_top {
        font-size: 40px !important;
        line-height: 1.5 !important
    }

    .index_company .experience_data ul li .item_bottom {
        font-size: 18px;
        line-height: 1.5
    }

    .index_product .pro_wrap .pro_box .pro_info,
    .index_product .pro_wrap .pro_box .pro_tit a {
        height: auto;
        -webkit-line-clamp: unset;
        overflow: visible
    }

    .index_product .pro_wrap .pro_list .pro_item {
        flex-direction: column;
        align-items: center
    }

    .index_product .pro_wrap .pro_list .pro_item .item_img {
        height: 0;
        padding-bottom: 100%
    }

    .index_product .pro_wrap .pro_box {
        width: 100% !important;
        margin-top: 30px
    }

    .index_product .pro_wrap .pro_box .pro_details {
        margin-top: 30px
    }

    .index_company .company_img .video_open {
        width: 70px;
        height: 70px;
        top: 45%;
        left: 45%
    }

    @media (max-width:480px) {
        .index_company .company_img .video_open {
            top: 40%;
            left: 40%
        }
    }

    .index_company .company_img .video_wrap {
        width: 57px;
        height: 57px
    }

    .index_company .company_content {
        margin-bottom: 30px;
        height: auto;
        overflow: visible
    }

    .index_company .company_img .video_img_sj {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover
    }

    .index_company .company_img .video_img {
        display: none
    }

    .index_company .company_img {
        padding-bottom: 36%
    }

    .index_product .pro_top {
        flex-direction: column;
        align-items: flex-start
    }

    .index_product .pro_wrap .pro_list .pro_item {
        flex-direction: column;
        margin-top: 30px
    }

    .index_product .pro_wrap .pro_item .item_info,
    .index_product .pro_wrap .pro_list .pro_item .item_img {
        width: 100%
    }

    .index_product .pro_wrap .pro_item .item_info {
        padding-bottom: 10%
    }

    .index_product .pro_top .pro_title {
        margin-bottom: 8%
    }

    .index_product .pro_wrap .pro_box .pro_tit {
        margin-bottom: 30px !important
    }

    @media (max-width:480px) {
        .index_company .experience_data ul li .item_bottom {
            height: 54px
        }

        .index_product .pro_top .pro_title {
            margin-bottom: 15%
        }
    }

    .index_product .pro_top .pro_title a {
        font-size: 30px;
        line-height: 35px
    }

    .index_product .pro_top .pro_title a::after {
        height: 3px;
        transform: translate(0);
        left: 0
    }

    .index_product .pro_top .pro_content {
        width: 100%;
        margin-bottom: 35px
    }

    .index_product .pro_wrap {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 8%
    }

    .index_capabilities {
        margin-top: 10%
    }

    .index_capabilities .capabilities_title {
        font-size: 30px;
        color: #191919;
        line-height: 42px
    }

    .index_capabilities .capabilities_info {
        width: 100%
    }

    .index_capabilities .capabilities_wrap {
        margin-top: 8%
    }

    .index_capabilities .capabilities_wrap ul {
        flex-direction: column
    }

    .index_capabilities .capabilities_wrap ul li {
        width: 100%;
        margin-bottom: 8%
    }

    .index_capabilities .capabilities_wrap ul li .item_info,
    .index_capabilities .capabilities_wrap ul li .item_title a {
        height: auto;
        overflow: visible
    }

    .index_contact .contact_title {
        font-size: 30px;
        line-height: 42px
    }

    .index_contact .contact_box .box_right .contact_tit {
        margin-bottom: 5%;
        font-size: 30px;
        line-height: 42px
    }

    .index_contact .contact_box .box_right .contact_info {
        margin-bottom: 6%
    }

    .index_contact .contact_right {
        background-image: url(../img/index/contact_sj.png)
    }

    .index_contact .contact_box {
        flex-direction: column
    }

    .index_contact .contact_box .box_left {
        width: 100%
    }

    .index_contact .contact_box .box_right {
        width: 100%;
        padding: 8% 2.5% 0
    }

    .index_contact .contact_box .box_right ul {
        flex-direction: column
    }

    .index_contact .contact_box .box_right ul li {
        width: 100%;
        margin-bottom: 5%
    }

    .index_application {
        height: auto;
        padding-top: 70%;
        padding-bottom: 30%
    }

    @media (max-width:630px) {
        .index_application {
            padding-top: 80%
        }
    }

    @media (max-width:530px) {
        .index_application {
            padding-top: 100%
        }
    }

    .index_application .application_wrap .application_title a {
        font-size: 30px;
        line-height: 42px
    }

    .index_application .application_wrap .application_title a::after {
        height: 3px
    }

    .index_application .application_wrap {
        position: relative;
        margin-bottom: 40px
    }

    .index_application .application_wrap .application_title {
        padding-top: 0
    }

    .index_application .application_swiper .swiper-slide {
        height: auto
    }

    .index_application .application_swiper .swiper-slide .left_bottom,
    .index_application .application_swiper .swiper-slide .right_bottom,
    .index_application .application_swiper .swiper-slide .right_top {
        position: relative !important;
        top: 0;
        left: 0;
        bottom: unset;
        right: unset;
        max-width: none;
        max-height: 368px
    }

    .index_application .application_swiper .swiper-slide .left_bottom .imgg .app_img,
    .index_application .application_swiper .swiper-slide .right_bottom .imgg .app_img,
    .index_application .application_swiper .swiper-slide .right_top .imgg .app_img {
        display: none
    }

    .index_application .application_swiper .swiper-slide .right_bottom .imgg {
        padding-bottom: 89%;
        max-width: none
    }

    .index_application .application_swiper .swiper-slide .left_bottom .imgg {
        padding-bottom: 88%;
        max-width: none
    }

    .index_application .application_swiper .swiper-slide .right_top .imgg {
        padding-bottom: 89%;
        max-width: none
    }

    .index_application .application_swiper .swiper-slide .left_bottom .imgg .app_sj,
    .index_application .application_swiper .swiper-slide .right_bottom .imgg .app_sj,
    .index_application .application_swiper .swiper-slide .right_top .imgg .app_sj {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: contain
    }

    .index_application .application_swiper .swiper-slide .mask {
        opacity: 1;
        top: 5%;
        left: 5%;
        width: 90%;
        height: 85%;
        padding: 0 12%
    }

    .application_swiper .application-button-prev {
        left: 0;
        bottom: -8%;
        right: unset
    }

    .application_swiper .application-button-next {
        left: 20%;
        bottom: -8%;
        right: unset
    }

    .index_news .news_title a {
        font-size: 30px;
        color: #000;
        line-height: 35px
    }

    .index_news .news_title a:after {
        height: 3px
    }

    .index_news {
        height: auto;
        margin-bottom: 6%
    }

    .index_news .news_list {
        flex-direction: column
    }

    .index_news .news_list li .news_mask .news_tit a {
        -webkit-line-clamp: unset;
        overflow: visible;
        font-size: 22px;
        line-height: 1.4
    }

    .index_news .news_list li .news_mask .news_info {
        -webkit-line-clamp: unset;
        overflow: auto;
        display: none
    }

    .index_news .news_list li {
        width: 100%;
        padding-bottom: 100%
    }

    .index_news .news_list li .news_img {
        width: 100%;
        height: 0;
        margin-bottom: 30px;
        padding-bottom: 67%
    }

    .index_news .news_list li .news_mask {
        width: 100%;
        padding: 0 20px
    }
}