.index .top-btn.fix {
    opacity: 0;
    pointer-events: none
}

.index .top-btn.fix.show {
    opacity: 1;
    pointer-events: auto
}

.index .banner {
    position: relative
}

@media only screen and (max-width:768px) {
    .index .banner {
        padding: 0 5.334%
    }
}

.index .banner .container {
    margin: 0 auto;
    max-width: 1730px;
    width: calc(100% - 120px);
    position: relative
}

@media only screen and (max-width:768px) {
    .index .banner .container {
        width: 100%
    }
}

.index .banner .banner-swiper .swiper-slide {
    overflow: hidden
}

.index .banner .banner-swiper .swiper-content {
    max-width: 1450px;
    width: 100%
}

.index .banner .banner-swiper .swiper-slide[font-color=black] {
    color: #000
}

.index .banner .banner-swiper .swiper-slide[font-color=white] {
    color: #fff
}

.index .banner .banner-swiper .swiper-slide[theme-align=left] {
    text-align: left
}

.index .banner .banner-swiper .swiper-slide[theme-align=left] .info-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.index .banner .banner-swiper .swiper-slide[theme-align=left] .common-btn {
    margin-top: 40px
}

.index .banner .banner-swiper .swiper-slide[theme-align=center] {
    text-align: center
}

.index .banner .banner-swiper .swiper-slide[theme-align=center] .info-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.index .banner .banner-swiper .swiper-slide[theme-align=center] .common-btn {
    margin: 40px auto 0
}

.index .banner .banner-swiper .swiper-slide[theme-align=right] {
    text-align: right
}

.index .banner .banner-swiper .swiper-slide[theme-align=right] .info-box {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.index .banner .banner-swiper .swiper-slide[theme-align=right] .common-btn {
    margin: 40px 0 0 auto
}

.index .banner .banner-swiper .swiper-inner {
    width: 100%;
    position: relative
}

.index .banner .banner-swiper .img-box {
    position: relative
}

.index .banner .banner-swiper .img-box:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 50.868%
}

.index .banner .banner-swiper .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.index .banner .banner-swiper .img-box:before {
    padding-bottom: max(50.868%, 483px)
}

.index .banner .banner-swiper .info-box {
    width: 83.8151%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:768px) {
    .index .banner .banner-swiper .info-box {
        width: 100%;
        padding: 0 40px
    }
}

.index .banner .banner-swiper .info-container {
    max-width: 635px;
    width: 100%
}

@media only screen and (max-width:1200px) {
    .index .banner .banner-swiper .info-container {
        max-width: 500px
    }
}

@media only screen and (max-width:768px) {
    .index .banner .banner-swiper .info-container {
        max-width: 350px
    }
}

.index .banner .banner-swiper .info-container>.title {
    font-weight: 500;
    font-size: clamp(26px, 3vw, 50px);
    line-height: 1.3
}

.index .banner .banner-swiper .info-container>.txt {
    margin-top: 20px;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.8;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.index .banner .swiper-pagination {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: auto;
    right: min(-30px, -2.6042vw);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

@media only screen and (max-width:768px) {
    .index .banner .swiper-pagination {
        width: auto;
        height: 5px;
        margin-top: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: static;
        top: auto;
        right: auto;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@media only screen and (max-width:768px) {
    .index .banner .swiper-pagination .swiper-pagination-bullet:not(:first-child) {
        margin: 0 0 0 15px
    }
}

@media only screen and (max-width:768px) {
    .index .banner .swiper-pagination .swiper-pagination-bullet-active {
        width: 75px;
        height: 1px;
        opacity: 1
    }
}

.index .banner .scroll-btn {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    position: absolute;
    left: -1.823%;
    bottom: calc(62px + 12.5%);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(90deg) translateY(100%);
    transform: rotate(90deg) translateY(100%)
}

@media only screen and (max-width:1200px) {
    .index .banner .scroll-btn {
        display: none
    }
}

@media only screen and (min-width:1201px) {

    .index .banner .scroll-btn:hover .icon-arrow-right,
    .index .banner .scroll-btn:hover>p {
        color: #243c82
    }

    .index .banner .scroll-btn:hover .icon-arrow-right {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
}

@media only screen and (max-width:1200px) {

    .index .banner .scroll-btn:active .icon-arrow-right,
    .index .banner .scroll-btn:active>p {
        color: #243c82
    }

    .index .banner .scroll-btn:active .icon-arrow-right {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
}

.index .banner .scroll-btn>p {
    font-weight: 700;
    font-size: 0.875rem;
    color: #070707;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.index .banner .scroll-btn .icon-arrow-right {
    margin-left: 15px;
    font-size: 0.5625rem;
    -webkit-transition: color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, transform 0.3s;
    transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s
}

@media only screen and (max-width:768px) {
    .index .news {
        margin-top: 10px
    }
}

.index .news .container {
    margin: 0 auto;
    max-width: 1730px;
    width: calc(100% - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media only screen and (max-width:768px) {
    .index .news .container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.index .news .search-wrap {
    padding: 60px 40px;
    width: 61.271%
}

@media only screen and (max-width:1600px) {
    .index .news .search-wrap {
        width: 50%
    }
}

@media only screen and (max-width:992px) {
    .index .news .search-wrap {
        padding: 60px 20px
    }
}

@media only screen and (max-width:768px) {
    .index .news .search-wrap {
        padding: 60px calc(5.334% + 20px);
        width: 100%
    }
}

.index .news .search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 40px
}

.index .news .search-input {
    width: 40.817%;
    padding-bottom: 10px;
    border-bottom: 6px solid #D9D9D9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.index .news .search-input:after {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(30%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #fff 30%, rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    right: 40px
}

@media only screen and (max-width:1600px) {
    .index .news .search-input {
        width: 100%
    }
}

.index .news .search-input>input {
    padding: 5px 40px 5px 0;
    width: 100%;
    border: none;
    font-weight: 500;
    font-size: 0.9375rem
}

.index .news .search-input>input::-webkit-input-placeholder {
    color: #4F4F4F
}

.index .news .search-input>input::-moz-placeholder {
    color: #4F4F4F
}

.index .news .search-input>input:-ms-input-placeholder {
    color: #4F4F4F
}

.index .news .search-input>input::-ms-input-placeholder {
    color: #4F4F4F
}

.index .news .search-input>input::placeholder {
    color: #4F4F4F
}

.index .news .enter-btn {
    display: none;
    width: 20px;
    height: 20px;
    background: #243c82;
    border-radius: 500px;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 5px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
}

.index .news .enter-btn>.icon-arrow-right {
    font-size: 0.75rem;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    color: #fff
}

@media only screen and (min-width:1201px) {
    .index .news .enter-btn:hover {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
}

@media only screen and (max-width:1200px) {
    .index .news .enter-btn:active {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
}

.index .news .pic-box {
    margin-right: 10px;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.index .news .icon-search {
    font-size: 1.125rem;
    color: #243c82
}

.index .news .search-keyword {
    width: calc(59.183% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1600px) {
    .index .news .search-keyword {
        display: none
    }
}

.index .news .search-keyword>p {
    font-weight: 500;
    font-size: 0.9375rem
}

.index .news .keyword-list {
    margin-left: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.index .news .keyword-list:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #243c82;
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translate3d(-100%, -50%, 0);
    transform: translate3d(-100%, -50%, 0)
}

.index .news .keyword-list>li {
    cursor: pointer;
    font-weight: 500;
    font-size: 0.9375rem;
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.index .news .keyword-list>li:not(:first-child):before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #D9D9D9;
    position: absolute;
    top: 50%;
    left: -15px;
    -webkit-transform: translate3d(-100%, -50%, 0);
    transform: translate3d(-100%, -50%, 0)
}

@media only screen and (min-width:1201px) {
    .index .news .keyword-list>li:hover .more-btn {
        color: #243c82
    }

    .index .news .keyword-list>li:hover span:after,
    .index .news .keyword-list>li:hover span:before {
        background: #243c82
    }
}

@media only screen and (max-width:1200px) {
    .index .news .keyword-list>li:active .more-btn {
        color: #243c82
    }

    .index .news .keyword-list>li:active span:after,
    .index .news .keyword-list>li:active span:before {
        background: #243c82
    }
}

.index .news .more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px
}

.index .news .more-btn span {
    width: 15px;
    height: 15px;
    position: relative
}

.index .news .more-btn span:after,
.index .news .more-btn span:before {
    content: "";
    display: block;
    background: #000;
    border-radius: 1px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.index .news .more-btn span:before {
    width: 2px;
    height: 8px
}

.index .news .more-btn span:after {
    width: 8px;
    height: 2px
}

.index .news .news-wrap {
    padding: 0 20px 0 40px;
    width: 38.729%;
    height: 100%;
    background: #F9F9F9;
    border-top: 5px solid #243c82;
    position: relative
}

@media only screen and (max-width:1600px) {
    .index .news .news-wrap {
        padding: 0 20px 0 60px;
        width: 50%
    }
}

@media only screen and (max-width:992px) {
    .index .news .news-wrap {
        padding: 0 20px
    }
}

@media only screen and (max-width:768px) {
    .index .news .news-wrap {
        padding: 0 20px 0 60px;
        width: 100%
    }
}

@media only screen and (max-width:575px) {
    .index .news .news-wrap {
        padding: 20px 40px
    }
}

.index .news .news-wrap .news-container {
    margin-left: auto;
    max-width: 590px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:992px) {
    .index .news .news-wrap .news-container {
        gap: 0 20px
    }
}

@media only screen and (max-width:575px) {
    .index .news .news-wrap .news-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.index .news .news-wrap .title {
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.5
}

@media only screen and (max-width:575px) {
    .index .news .news-wrap .title {
        font-size: 1.25rem
    }
}

.index .news .news-wrap:after {
    pointer-events: none;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 20px;
    border-color: transparent transparent #323232 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s
}

@media only screen and (min-width:1201px) {
    .index .news .news-wrap:hover:after {
        border-color: transparent transparent #243c82 transparent
    }
}

@media only screen and (max-width:1200px) {
    .index .news .news-wrap:active:after {
        border-color: transparent transparent #243c82 transparent
    }
}

.index .news .news-swiper .swiper-slide {
    text-align: left
}

.index .news .news-swiper .swiper-inner {
    padding: 40px 0 65px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:575px) {
    .index .news .news-swiper .swiper-inner {
        padding: 10px 0 20px
    }
}

.index .news .news-swiper .swiper-inner>.date {
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1.5
}

.index .news .news-swiper .swiper-inner>.txt {
    margin-top: 5px;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.8;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.index .news .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 40px
}

@media only screen and (max-width:575px) {
    .index .news .swiper-pagination {
        bottom: 0
    }
}

.index .application {
    padding: 120px 0
}

@media only screen and (max-width:1200px) {
    .index .application {
        padding: 80px 0
    }
}

@media only screen and (max-width:575px) {
    .index .application {
        padding: 80px 5.334%
    }
}

.index .application .container {
    margin: 0 auto;
    max-width: 1340px;
    width: calc(100% - 120px)
}

@media only screen and (max-width:575px) {
    .index .application .container {
        width: 100%
    }
}

.index .application .common-headerline {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    text-align: center
}

.index .application .common-headerline .title {
    margin-top: 20px
}

.index .application .common-headerline .txt {
    margin-top: 20px
}

.index .application .content-block {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1200px) {
    .index .application .content-block {
        margin-top: 40px
    }
}

@media only screen and (max-width:768px) {
    .index .application .content-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px 0
    }
}

.index .application .content-block .col[img-size=large] {
    width: 59.702%
}

@media only screen and (max-width:768px) {
    .index .application .content-block .col[img-size=large] {
        max-width: 800%;
        width: 100%
    }
}

.index .application .content-block .col[img-size=large] .img-box {
    position: relative
}

.index .application .content-block .col[img-size=large] .img-box:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 65%
}

.index .application .content-block .col[img-size=large] .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.index .application .content-block .col[img-size=small] {
    width: 34.329%
}

@media only screen and (max-width:768px) {
    .index .application .content-block .col[img-size=small] {
        max-width: 800%;
        width: 100%
    }
}

.index .application .content-block .col[img-size=small] .img-box {
    position: relative
}

.index .application .content-block .col[img-size=small] .img-box:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 65.218%
}

.index .application .content-block .col[img-size=small] .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (max-width:768px) {
    .index .application .content-block .col[img-size=small] .img-box {
        position: relative
    }

    .index .application .content-block .col[img-size=small] .img-box:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-bottom: 65%
    }

    .index .application .content-block .col[img-size=small] .img-box img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media only screen and (min-width:1201px) {
    .index .application .content-block .img-block:hover .common-more-btn {
        opacity: 1
    }

    .index .application .content-block .img-block:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1)
    }
}

@media only screen and (max-width:1200px) {
    .index .application .content-block .img-block:active .common-more-btn {
        opacity: 1
    }

    .index .application .content-block .img-block:active img {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1)
    }
}

.index .application .content-block .img-block .img-box {
    overflow: hidden
}

.index .application .content-block .img-block img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
}

.index .application .content-block .img-block .title {
    margin-top: 20px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 1.375rem
}

@media only screen and (max-width:768px) {
    .index .application .content-block .img-block .title {
        font-size: 1.25rem
    }
}

.index .application .content-block .img-block .common-more-btn {
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s
}

@media only screen and (max-width:1200px) {
    .index .application .content-block .img-block .common-more-btn {
        opacity: 1
    }
}

.index .application .content-block .cate-list {
    margin-top: 20px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index .application .content-block .cate-list>li {
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.index .application .content-block .cate-list>li:after {
    content: "";
    display: none;
    width: 1px;
    height: 12px;
    background: #6C6C6C;
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0)
}

.index .application .content-block .cate-list>li:not(:last-child):after {
    display: block
}

@media only screen and (min-width:1201px) {
    .index .application .content-block .cate-list>li:hover {
        color: #243c82
    }
}

@media only screen and (max-width:1200px) {
    .index .application .content-block .cate-list>li:active {
        color: #243c82
    }
}

.index .application .link-block {
    margin-top: 215px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

@media only screen and (max-width:1200px) {
    .index .application .link-block {
        margin-top: 160px
    }
}

@media only screen and (max-width:768px) {
    .index .application .link-block {
        gap: 20px 15px
    }
}

.index .application .link-block:before {
    content: "";
    display: block;
    width: 1px;
    height: 95px;
    background: #CFCFCF;
    position: absolute;
    top: -60px;
    left: 50%;
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0)
}

@media only screen and (max-width:1200px) {
    .index .application .link-block:before {
        height: 80px;
        top: -40px
    }
}

.index .product {
    background: #F9F9F9;
    position: relative
}

.index .product .swiper-slide {
    padding: 0 9.375vw;
    text-align: left
}

@media only screen and (max-width:768px) {
    .index .product .swiper-slide {
        padding: 0 70px
    }
}

.index .product .swiper-inner {
    margin: 0 auto;
    padding: 50px 0;
    max-width: 1230px;
    width: calc(100% - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1024px) {
    .index .product .swiper-inner {
        width: calc(100% - 60px)
    }
}

@media only screen and (max-width:768px) {
    .index .product .swiper-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% - 40px)
    }
}

@media only screen and (max-width:575px) {
    .index .product .swiper-inner {
        width: 100%
    }
}

.index .product .swiper-inner .img-box {
    margin-right: 50px;
    max-width: 320px;
    width: 100%;
    position: relative
}

@media only screen and (max-width:1200px) {
    .index .product .swiper-inner .img-box {
        margin-right: 30px
    }
}

@media only screen and (max-width:768px) {
    .index .product .swiper-inner .img-box {
        margin-right: 0
    }
}

.index .product .swiper-inner .img-box:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 100%
}

.index .product .swiper-inner .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.index .product .swiper-inner .info-box {
    max-width: 790px;
    width: 100%
}

.index .product .swiper-inner .info-box .type {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.3;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

@media only screen and (max-width:1200px) {
    .index .product .swiper-inner .info-box .type {
        font-size: 1.875rem
    }
}

@media only screen and (max-width:768px) {
    .index .product .swiper-inner .info-box .type {
        margin-top: 20px
    }
}

.index .product .swiper-inner .info-box .title {
    margin-top: 20px;
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 1.3;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

@media only screen and (max-width:1200px) {
    .index .product .swiper-inner .info-box .title {
        font-size: 1.25rem
    }
}

@media only screen and (max-width:768px) {
    .index .product .swiper-inner .info-box .title {
        margin-top: 15px
    }
}

.index .product .swiper-inner .info-box .txt {
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.8;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

@media only screen and (max-width:768px) {
    .index .product .swiper-inner .info-box .txt {
        margin-top: 15px
    }
}

.index .product .swiper-inner .info-box .common-btn {
    margin-top: 20px
}

@media only screen and (max-width:768px) {
    .index .product .swiper-inner .info-box .common-btn {
        margin-top: 15px
    }
}

.index .product .arrow-group {
    padding: 0 9.375vw;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@media only screen and (max-width:768px) {
    .index .product .arrow-group {
        padding: 0 70px
    }
}

.index .product .arrow-container {
    margin: 0 auto;
    max-width: 1230px;
    width: calc(100% - 120px);
    height: 100%;
    position: relative
}

@media only screen and (max-width:1024px) {
    .index .product .arrow-container {
        width: calc(100% - 60px)
    }
}

@media only screen and (max-width:768px) {
    .index .product .arrow-container {
        width: calc(100% - 40px)
    }
}

@media only screen and (max-width:575px) {
    .index .product .arrow-container {
        width: 100%
    }
}

.index .product .button-prev {
    z-index: 1;
    position: absolute;
    left: -8.944%;
    top: 50%;
    -webkit-transform: translate3d(-100%, -50%, 0);
    transform: translate3d(-100%, -50%, 0)
}

@media only screen and (max-width:1024px) {
    .index .product .button-prev {
        left: -30px
    }
}

@media only screen and (max-width:768px) {
    .index .product .button-prev {
        left: -20px
    }
}

.index .product .button-next {
    z-index: 1;
    position: absolute;
    right: -8.944%;
    top: 50%;
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0)
}

@media only screen and (max-width:1024px) {
    .index .product .button-next {
        right: -30px
    }
}

@media only screen and (max-width:768px) {
    .index .product .button-next {
        right: -20px
    }
}

.index .about {
    padding: 120px 0
}

@media only screen and (max-width:1200px) {
    .index .about {
        padding: 80px 0
    }
}

@media only screen and (max-width:768px) {
    .index .about {
        padding: 80px 5.334%
    }
}

.index .about .container {
    margin: 0 auto;
    max-width: 1440px;
    width: calc(100% - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:992px) {
    .index .about .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:768px) {
    .index .about .container {
        width: 100%
    }
}

.index .about .swiper-block {
    width: 59.028%
}

@media only screen and (max-width:1200px) {
    .index .about .swiper-block {
        width: calc(100% - 430px)
    }
}

@media only screen and (max-width:992px) {
    .index .about .swiper-block {
        max-width: 850px;
        width: 100%
    }
}

.index .about .swiper-slide {
    overflow: hidden
}

.index .about .swiper-inner {
    width: 100%
}

.index .about .img-box {
    position: relative
}

.index .about .img-box:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 61.177%
}

.index .about .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.index .about .swiper-pagination {
    margin-top: 30px;
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.index .about .info-box {
    width: max(34.028%, 380px)
}

@media only screen and (max-width:1200px) {
    .index .about .info-box {
        margin-left: 50px;
        max-width: 380px;
        width: 100%
    }
}

@media only screen and (max-width:992px) {
    .index .about .info-box {
        margin: 40px 0 0;
        max-width: 500px
    }
}

@media only screen and (max-width:768px) {
    .index .about .info-box .sub-title {
        padding: 0 20px
    }
}

.index .about .info-box .title {
    margin-top: 20px
}

@media only screen and (max-width:768px) {
    .index .about .info-box .title {
        padding: 0 20px
    }
}

.index .about .info-box .txt {
    margin-top: 20px
}

@media only screen and (max-width:768px) {
    .index .about .info-box .txt {
        padding: 0 20px
    }
}

.index .about .info-box .superiority {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px
}

@media only screen and (max-width:1200px) {
    .index .about .info-box .superiority {
        gap: 30px
    }
}

.index .about .info-box .superiority .item {
    width: 100%;
    aspect-ratio: 140/140;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.index .about .info-box .superiority .item:not(:first-child) {
    position: relative
}

.index .about .info-box .superiority .item:not(:first-child):before {
    content: "";
    display: block;
    width: 1px;
    height: 55px;
    background: #D1D1D1;
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translate3d(-100%, -50%, 0);
    transform: translate3d(-100%, -50%, 0)
}

@media only screen and (max-width:1200px) {
    .index .about .info-box .superiority .item:not(:first-child):before {
        left: -15px
    }
}

.index .about .info-box .superiority .val {
    font-weight: 700;
    font-size: 1.875rem;
    color: #243c82
}

@media only screen and (max-width:768px) {
    .index .about .info-box .superiority .val {
        font-size: 1.625rem
    }
}

.index .about .info-box .superiority .item-name {
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.5
}

@media only screen and (max-width:768px) {
    .index .about .info-box .superiority .item-name {
        font-size: 0.875rem
    }
}

.index .about .info-box .common-btn {
    margin-top: 20px
}

@media only screen and (max-width:768px) {
    .index .about .info-box .common-btn {
        margin: 20px 0 0 20px
    }
}

.index .investor .container {
    margin: 0 auto;
    max-width: 1730px;
    width: 100%;
    position: relative
}

.index .investor .img-box {
    position: relative
}

.index .investor .img-box:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 40.463%
}

.index .investor .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.index .investor .img-box:before {
    padding-bottom: max(40.463%, 580px)
}

.index .investor .info-box {
    padding-top: 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.index .investor .common-headerline {
    margin: auto;
    max-width: 800px;
    width: 100%;
    text-align: center;
    color: #fff
}

@media only screen and (max-width:768px) {
    .index .investor .common-headerline {
        max-width: none;
        width: 76%
    }
}

.index .investor .stock-num {
    margin-top: 20px;
    font-weight: 700;
    font-size: 5.375rem;
    line-height: 109px;
    color: #243c82
}

@media only screen and (max-width:768px) {
    .index .investor .stock-num {
        font-size: 4.375rem
    }
}

.index .investor .title {
    margin-top: 20px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.index .investor .txt {
    margin-top: 20px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.index .investor .swiper-block {
    margin: auto auto 0;
    max-width: 1190px;
    width: calc(100% - 280px);
    height: 156px;
    position: relative
}

@media only screen and (max-width:767px) {
    .index .investor .swiper-block {
        width: 150px;
        height: 150px
    }
}

.index .investor .swiper-block .swiper-wrapper{
    transition-property: transform;
    box-sizing: content-box;
    justify-content: center;
}

.index .investor .swiper-slide>span {
    display: block;
    width: calc(100% + 2px);
    height: 70%;
    background: #323232;
    opacity: 0;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-transition: opacity 0.3s, height 0.3s;
    transition: opacity 0.3s, height 0.3s
}

@media only screen and (max-width:767px) {
    .index .investor .swiper-slide>span {
        -webkit-transition: opacity 0.3s, height 0.3s 0.1s;
        transition: opacity 0.3s, height 0.3s 0.1s
    }
}

.index .investor .swiper-slide>span:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 20px 0;
    border-color: transparent #243c82 transparent transparent;
    position: absolute;
    top: 0;
    right: 0
}

.index .investor .swiper-slide:not(:first-child):before {
    content: "";
    display: block;
    width: 1px;
    height: 55px;
    background: rgba(255, 255, 255, 0.2);
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

@media only screen and (max-width:767px) {
    .index .investor .swiper-slide:not(:first-child):before {
        display: none
    }
}

@media only screen and (min-width:1201px) {
    .index .investor .swiper-slide:hover+.swiper-slide:before {
        display: none
    }

    .index .investor .swiper-slide:hover>span {
        height: 100%;
        opacity: 1
    }

    .index .investor .swiper-slide:hover .swiper-inner .inner-wrap {
        margin-bottom: 0
    }
}

@media only screen and (max-width:1200px) {
    .index .investor .swiper-slide:active+.swiper-slide:before {
        display: none
    }

    .index .investor .swiper-slide:active>span {
        height: 100%;
        opacity: 1
    }

    .index .investor .swiper-slide:active .swiper-inner .inner-wrap {
        margin-bottom: 0
    }
}

.index .investor .swiper-inner {
    padding: 0 10px;
    width: 100%;
    color: #fff;
    overflow: hidden
}

.index .investor .swiper-inner .inner-wrap {
    margin-bottom: -44px;
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s
}

.index .investor .swiper-inner .zh {
    font-weight: 500
}

.index .investor .swiper-inner .en {
    margin-top: 10px;
    font-weight: 700;
    font-size: 0.75rem
}

.index .investor .swiper-inner .common-plus {
    margin-top: 20px
}

@media only screen and (max-width:767px) {
    .index .investor .swiper-slide-active>span {
        opacity: 1;
        height: 100%
    }
}

.index .investor .button-prev {
    position: absolute;
    top: 50%;
    left: -30px;
    -webkit-transform: translate3d(-100%, -50%, 0);
    transform: translate3d(-100%, -50%, 0)
}

.index .investor .button-next {
    position: absolute;
    top: 50%;
    right: -30px;
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0)
}

.index .esg {
    padding: 120px 0 150px;
    overflow: hidden
}

@media only screen and (max-width:1200px) {
    .index .esg {
        padding: 80px 0 120px
    }
}

@media only screen and (max-width:768px) {
    .index .esg {
        padding: 80px 0 120px
    }
}

.index .esg .info {
    margin: 0 auto;
    max-width: 1440px;
    width: calc(100% - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:992px) {
    .index .esg .info {
        max-width: 500px;
        width: calc(100% - 40px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media only screen and (max-width:992px) {
    .index .esg .common-headerline {
        padding: 0 20px
    }
}

.index .esg .common-headerline>.title {
    margin-top: 20px
}

.index .esg .common-headerline>.txt {
    margin-top: 20px
}

.index .esg .btn-block {
    max-width: 420px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    gap: 20px
}

@media only screen and (max-width:992px) {
    .index .esg .btn-block {
        margin-top: 20px;
        gap: 15px
    }
}

.index .esg .swiper-block {
    width: 130.7292vw;
    margin-top: 75px;
    padding-left: 8.3334vw;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

@media only screen and (max-width:1200px) {
    .index .esg .swiper-block {
        margin: 75px auto 0;
        padding: 0 50px;
        width: 100%;
        overflow: visible
    }
}

@media only screen and (max-width:768px) {
    .index .esg .swiper-block {
        width: 100%;
        padding: 0 20px
    }
}

@media only screen and (max-width:575px) {
    .index .esg .swiper-block {
        margin: 20px auto 0
    }
}

.index .esg .esg-swiper {
    margin-left: auto;
    max-width: 1940px;
    width: calc(100% - 120px)
}

@media only screen and (max-width:1200px) {
    .index .esg .esg-swiper {
        max-width: 900px;
        width: 100%
    }
}

.index .esg .swiper-slide {
    -webkit-transform: scale(77.778%);
    transform: scale(77.778%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
}

@media only screen and (max-width:1200px) {
    .index .esg .swiper-slide {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.index .esg .swiper-slide .info-box {
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

@media only screen and (max-width:1200px) {
    .index .esg .swiper-slide .info-box {
        opacity: 1
    }
}

.index .esg .swiper-slide-active,
.index .esg .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.index .esg .swiper-slide-active .info-box,
.index .esg .swiper-slide-duplicate-active .info-box {
    opacity: 1
}

.index .esg .swiper-inner {
    width: 100%;
    padding: 0 35px
}

@media only screen and (max-width:1536px) {
    .index .esg .swiper-inner {
        padding: 0 20px
    }
}

@media only screen and (max-width:1200px) {
    .index .esg .swiper-inner {
        padding: 0
    }
}

.index .esg .img-box {
    display: block;
    position: relative
}

.index .esg .img-box:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 61.112%
}

.index .esg .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.index .esg .img-box>span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.index .esg .img-box>span:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-2%, rgba(0, 0, 0, 0.5)), color-stop(42.62%, rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) -2%, rgba(0, 0, 0, 0) 42.62%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.index .esg .img-box>span:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

@media only screen and (min-width:1201px) {
    .index .esg .img-box:hover>span:before {
        opacity: 0
    }

    .index .esg .img-box:hover>span:after {
        opacity: 1
    }

    .index .esg .img-box:hover+.info-box .txt-wrap .common-plus {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

@media only screen and (max-width:1200px) {
    .index .esg .img-box:active>span:before {
        opacity: 0
    }

    .index .esg .img-box:active>span:after {
        opacity: 1
    }

    .index .esg .img-box:active+.info-box .txt-wrap .common-plus {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

.index .esg .info-box {
    padding: 0 6.25vw;
    width: 100%;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 3.125vw;
    left: 0
}

@media only screen and (max-width:1536px) {
    .index .esg .info-box {
        padding: 0 60px
    }
}

@media only screen and (max-width:1200px) {
    .index .esg .info-box {
        margin-top: 20px;
        padding: 0 20px;
        left: auto;
        bottom: auto;
        color: #000;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative
    }
}

.index .esg .title-wrap {
    margin-right: 30px
}

@media only screen and (max-width:1536px) {
    .index .esg .title-wrap {
        margin-right: 20px
    }
}

@media only screen and (max-width:1200px) {
    .index .esg .title-wrap {
        margin-right: 0;
        padding-right: 44px;
        width: 100%;
        position: relative
    }
}

.index .esg .title-wrap .zh {
    font-weight: 500;
    font-size: 1.375rem
}

.index .esg .title-wrap .en {
    margin-top: 10px;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.3
}

.index .esg .title-wrap .common-plus {
    display: none
}

@media only screen and (max-width:1200px) {
    .index .esg .title-wrap .common-plus {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }
}

.index .esg .title-wrap .common-plus:after,
.index .esg .title-wrap .common-plus:before {
    background: #000
}

.index .esg .txt-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1200px) {
    .index .esg .txt-wrap {
        margin-top: 10px
    }
}

.index .esg .txt-wrap>p {
    max-width: 390px;
    width: 100%;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.8;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

@media only screen and (max-width:1200px) {
    .index .esg .txt-wrap>p {
        max-width: none
    }
}

.index .esg .txt-wrap .common-plus {
    margin-left: 30px;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s
}

@media only screen and (max-width:1536px) {
    .index .esg .txt-wrap .common-plus {
        margin-left: 20px
    }
}

@media only screen and (max-width:1200px) {
    .index .esg .txt-wrap .common-plus {
        display: none
    }
}

.index .esg .arrow-group {
    pointer-events: none;
    padding-left: 8.3334vw;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0
}

@media only screen and (max-width:1200px) {
    .index .esg .arrow-group {
        padding: 0 50px
    }
}

@media only screen and (max-width:768px) {
    .index .esg .arrow-group {
        padding: 0 20px
    }
}

.index .esg .arrow-group .arrow-container {
    pointer-events: none;
    margin: 0 auto;
    max-width: 1940px;
    width: calc(100% - 120px);
    height: 100%;
    position: relative
}

@media only screen and (max-width:1200px) {
    .index .esg .arrow-group .arrow-container {
        max-width: 900px;
        width: 100%;
        height: auto
    }
}

.index .esg .arrow-group .arrow-container:before {
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    padding-bottom: 61.112%
}

@media only screen and (max-width:1200px) {
    .index .esg .arrow-group .arrow-container:before {
        display: block
    }
}

.index .esg .button-prev {
    pointer-events: auto;
    position: absolute;
    left: calc(50% + 45px);
    top: calc(50% + 35px);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

@media only screen and (max-width:1366px) {
    .index .esg .button-prev {
        left: calc(50% + 35px)
    }
}

@media only screen and (max-width:1200px) {
    .index .esg .button-prev {
        z-index: 1;
        left: -20px;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }
}

@media only screen and (max-width:768px) {
    .index .esg .button-prev {
        left: -10px
    }
}

.index .esg .button-next {
    pointer-events: auto;
    position: absolute;
    left: calc(50% + 45px);
    top: calc(50% - 35px);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

@media only screen and (max-width:1366px) {
    .index .esg .button-next {
        left: calc(50% + 35px)
    }
}

@media only screen and (max-width:1200px) {
    .index .esg .button-next {
        z-index: 1;
        left: auto;
        right: -20px;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }
}

@media only screen and (max-width:768px) {
    .index .esg .button-next {
        right: -10px
    }
}

/*# sourceMappingURL=index.css.map */