.banner {
    clear: both;
    overflow: hidden;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9
}

.banner img {
    vertical-align: top;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner .pc {
    display: block
}

.banner .pc img {
    width: 100%
}

.banner .mobile {
    display: none
}

.banner .mobile img {
    width: 100%
}

.banner .swiper-slide img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner .box {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%
}

.banner .swiper-button-prev, .banner .swiper-button-next {
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner .swiper-button-prev:after, .banner .swiper-button-next:after {
    font-size: 20px
}

.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.8)
}

.banner .swiper-button-prev {
    left: 1%
}

.banner .swiper-button-next {
    right: 1%
}

.banner .swiper-pagination {
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.banner .swiper-pagination-bullet {
    margin: 0 10px;
    background: #fff;
    opacity: 1
}

.banner .swiper-pagination-bullet-active {
    background: var(--main-color)
}

@media screen and (max-width: 1023px) {
    .banner img {
        height: auto
    }

    .banner .pc {
        display: none
    }

    .banner .mobile {
        display: block;
        position: relative
    }

    .banner .mobile::after {
        content: "";
        display: block;
        padding-top: 53.33333333%
    }

    .banner .mobile img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .banner .swiper-slide img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover
    }

    .banner .swiper-button-prev, .banner .swiper-button-next {
        width: 30px;
        height: 30px
    }

    .banner .swiper-button-prev:after, .banner .swiper-button-next:after {
        font-size: 12px
    }

    .banner .swiper-button-prev {
        left: 10px
    }

    .banner .swiper-button-next {
        right: 10px
    }
}

.home-solution {
    padding-top: 80px;
    padding-bottom: 60px
}

@media screen and (max-width: 1023px) {
    .home-solution {
        padding-top: 40px;
        padding-bottom: 20px
    }
}

.home-application {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f7f7f7;
    overflow: hidden
}

.home-application .nr {
    position: relative
}

.home-application .list {
    margin-left: -10px;
    margin-right: -10px
}

.home-application .list li {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333333%
}

.home-application .list .box {
    border-radius: 10px;
    overflow: hidden;
    display: block;
    position: relative
}

.home-application .list .pic {
    position: relative
}

.home-application .list .pic::after {
    content: "";
    display: block;
    padding-top: 62.5%
}

.home-application .list .pic img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .5s;
    transition: .5s
}

.home-application .list .text {
    width: 100%;
    font-size: 15px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    left: 0
}

.home-application .list .title {
    font-weight: 400
}

.home-application .list .box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.home-application .swiper-button-prev, .home-application .swiper-button-next {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home-application .swiper-button-prev:after, .home-application .swiper-button-next:after {
    font-size: 20px
}

.home-application .swiper-button-prev:hover, .home-application .swiper-button-next:hover {
    background: var(--main-color)
}

.home-application .swiper-button-prev {
    left: -50px
}

.home-application .swiper-button-next {
    right: -50px
}

.home-application .swiper-pagination {
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.home-application .swiper-pagination-bullet {
    margin: 0 10px;
    background: #fff;
    opacity: 1
}

.home-application .swiper-pagination-bullet-active {
    background: var(--main-color)
}

@media screen and (max-width: 1023px) {
    .home-application {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .home-application .swiper-button-prev, .home-application .swiper-button-next {
        width: 30px;
        height: 30px
    }

    .home-application .swiper-button-prev:after, .home-application .swiper-button-next:after {
        font-size: 12px
    }

    .home-application .swiper-button-prev {
        left: 0
    }

    .home-application .swiper-button-next {
        right: 0
    }
}

.home-about {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden
}

.home-about .shuju {
    padding-top: 20px;
    overflow: hidden;
    width: 100%
}

.home-about .shuju .listShuju {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
}

.home-about .shuju li {
    width: 33.33333333%;
    padding: 0 10px 50px 10px;
    border-right: 1px #ccc solid;
    float: left;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    position: relative
}

.home-about .shuju li:last-child {
    border-right: none
}

.home-about .shuju .box {
    position: relative;
    text-align: center
}

.home-about .shuju .icon {
    width: 40px;
    height: 40px;
    margin: auto auto 30px auto
}

.home-about .shuju .num {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative
}

.home-about .shuju .num::after {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #323232;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.home-about .shuju .num .sub-1 {
    text-align: left;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 5px;
    margin-left: 5px;
    color: #333
}

.home-about .shuju .num .sub-2 {
    font-size: 46px;
    color: var(--main-color);
    margin-bottom: 5px;
    margin-left: 5px
}

.home-about .shuju .counter {
    font-weight: 700;
    color: var(--main-color);
    line-height: 1;
    font-size: 60px
}

.home-about .shuju .title {
    font-size: 20px;
    color: #444;
    margin-bottom: 10px
}

.home-about .shuju .info {
    font-size: 14px;
    color: #666
}

@media screen and (max-width: 1023px) {
    .home-about {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .home-about .shuju .listShuju li {
        width: 100%;
        border-right: none;
        border-bottom: 1px #ccc solid;
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .home-about .shuju .listShuju li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .home-about .shuju .icon {
        margin-bottom: 10px
    }

    .home-about .shuju .counter {
        font-size: 26px
    }

    .home-about .shuju .num .sub-2 {
        font-size: 26px
    }
}

.home-culture {
    padding-bottom: 80px;
    overflow: hidden
}

.home-culture .container {
    width: 100%;
    max-width: 100%
}

.home-culture .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.home-culture .list li {
    width: 33.33333333%;
    padding-left: 10px;
    padding-right: 10px
}

.home-culture .list .box {
    display: block;
    text-align: center;
    position: relative
}

.home-culture .list .pic {
    border-radius: 10px;
    overflow: hidden
}

.home-culture .list .pic img {
    vertical-align: top;
    -webkit-transition: .5s;
    transition: .5s
}

.home-culture .list .text {
    opacity: 0;
    background: var(--main-color);
    width: 50%;
    height: 240px;
    padding: 40px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.home-culture .list .text a {
    color: #fff
}

.home-culture .list .title {
    font-size: 24px;
    color: #fff;
    line-height: 32px
}

.home-culture .list .info {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 20px 0;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.home-culture .list .btnDiv > a, .home-culture .list .btnDiv span {
    display: inline-block;
    border: 1px #fff solid;
    min-width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 0 auto
}

.home-culture .list .box:hover .text {
    opacity: 1
}

@media screen and (max-width: 1023px) {
    .home-culture {
        padding-bottom: 20px
    }

    .home-culture .container {
        width: 90%
    }

    .home-culture .list li {
        width: 100%;
        padding-bottom: 20px
    }

    .home-culture .list .text {
        opacity: 0;
        width: 90%;
        height: 90%;
        padding: 20px 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: auto;
        color: #fff;
        -webkit-transition: .5s;
        transition: .5s;
        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
    }

    .home-culture .list .text a {
        color: #fff
    }
}

.home-video {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
    overflow: hidden
}

.home-video a {
    color: #fff
}

.home-video .common-title .title-1 {
    color: #fff
}

.home-video .common-title .title-2 {
    color: #fff
}

.home-video .container {
    max-width: 100%;
    width: 100%
}

@media screen and (max-width: 1023px) {
    .home-video {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .home-video .container {
        width: 90%
    }
}

.home-news {
    padding-top: 80px;
    padding-bottom: 60px;
    overflow: hidden
}

.home-news .title-menu {
    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;
    font-size: 16px
}

.home-news .title-menu a {
    margin-left: 10px;
    color: #333
}

.home-news .title-menu a:hover {
    font-weight: 700
}

.home-news .title-menu .common-title {
    margin-bottom: 0
}

.home-news .nr {
    margin-top: 60px;
    position: relative
}

.home-news .hd {
    padding-bottom: 20px
}

.home-news .list-1 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 169, 169, 0.57);
    box-shadow: 0 0 10px 0 rgba(169, 169, 169, 0.57);
    padding: 20px
}

.home-news .list-1 .pic {
    width: 50%;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.home-news .list-1 .pic:after {
    content: "";
    display: block;
    padding-top: 66.66666667%
}

.home-news .list-1 .pic img {
    width: 100%
}

.home-news .list-1 .text {
    width: 50%;
    float: left;
    padding-left: 40px
}

.home-news .list-1 .date {
    color: #666;
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative
}

.home-news .list-1 .date:after {
    content: "";
    display: block;
    width: 36px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.home-news .list-1 .title {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.home-news .list-1 .info {
    color: #666;
    font-size: 14px;
    line-height: 28px;
    max-height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 40px
}

.home-news .list-1 .box:hover .title {
    color: var(--main-color)
}

.home-news .list-1 .box:hover .date:after {
    width: 70px
}

.home-news .list-1 .box:hover .moreBtn::after {
    left: 100%
}

.home-news .list-2 {
    margin-left: -10px;
    margin-right: -10px
}

.home-news .list-2 li {
    width: 33.33333333%;
    padding: 0 10px 20px 10px;
    float: left
}

.home-news .list-2 .box {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 55, 120, 0.08);
    box-shadow: 0 0 30px 0 rgba(0, 55, 120, 0.08);
    overflow: hidden;
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    color: #666;
    position: relative
}

.home-news .list-2 .box {
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 169, 169, 0.57);
    box-shadow: 0 0 10px 0 rgba(169, 169, 169, 0.57)
}

.home-news .list-2 .text {
    padding: 40px 40px 60px;
    position: relative;
    z-index: 1
}

.home-news .list-2 .date {
    color: #666;
    font-size: 16px;
    position: relative;
    margin-bottom: 5px
}

.home-news .list-2 .title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    margin-bottom: 20px
}

.home-news .list-2 .info {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    margin-bottom: 20px
}

.home-news .list-2 .box:hover {
    color: #fff;
    background-color: #4b4b4b
}

.home-news .list-2 .box:hover .date {
    color: #fff
}

.home-news .list-2 .box:hover .title {
    color: #fff
}

.home-news .list-2 .box:hover .info {
    color: #fff
}

@media screen and (max-width: 1023px) {
    .home-news {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .home-news .nr {
        margin-top: 40px;
        position: relative
    }

    .home-news .list-1 .box {
        padding: 20px 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home-news .list-1 .pic {
        width: 100%
    }

    .home-news .list-1 .text {
        width: 100%;
        padding: 30px 0 0 0
    }

    .home-news .list-2 li {
        width: 100%
    }

    .home-news .list-2 .text {
        padding: 20px
    }
}