@keyframes hideIndex {
    0% {
        opacity: 0
    }

    25% {
        opacity: 0.25
    }

    50% {
        opacity: 0.5
    }

    75% {
        opacity: 0.75
    }

    100% {
        opacity: 1
    }
}

.index {
    overflow: hidden
}

.index .s1 {
    width: 100%;
    overflow: hidden;
    position: relative
}


.index .s1 .swiper-slide {
    overflow: hidden
}

.index .s1 .swiper-slide img {
    width: 100%
}

.index .s1 .swiper-slide .banbox {
    position: absolute;
    padding-top: 14%;
    left: 0;
    color: #fff;
    width: 66%
}

.index .s1 .swiper-slide .banbox .title {
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    line-height: 1
}

.index .s1 .swiper-slide .banbox .des {
    width: 95%;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(61, 61, 61, 0.3)
}

.index .s1 .swiper-slide .banbox a {
    display: block;
    margin-top: 3rem;
    width: 260px;
    line-height: 60px;
    background: #1565c0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center
}

video {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    object-fit: cover
}

.viBanbox {
    z-index: 3
}

.index .s1 .swiper-button {
    color: #fff;
    outline: none
}

.index .s1 .swiper-button .iconfont {
    font-size: 40px
}

.index .s1 .prev1 {
    left: 2%
}

.index .s1 .next1 {
    right: 2%
}

.index .s1 .nav-wrap {
    position: absolute;
    top: 120px;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.s1 .swiper-pagination {
    left: 50%;
    transform: translate(-50%);
    bottom: 4rem;
    outline: none
}

.s1 .swiper-pagination .swiper-pagination-bullet {
    white-space:nowrap;
    margin-right: 37px;
    border-radius: 0;
    opacity: 1;
    width: 13px;
    height: 13px;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    outline: none;
    vertical-align: -webkit-baseline-middle
}

.s1 .swiper-pagination .swiper-pagination-bullet-active {
    width: 33px;
    height: 33px;
    background: #1565c0;
    border: 6px solid transparent;
    box-shadow: 0px 0px 0px 0.1px #1565c0;
    border-radius: 50%;
    padding: 4px;
    background-clip: content-box
}

.index .data-wrap {
    background: #f5f5f5;
    width: 100%
}

.index .data-wrap .item-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 42px 0
}

.index .data-wrap .item-container .item {
    text-align: center;
    color: #4f7490
}

.index .data-wrap .item-container .item .title {
    font-size: 50px;
    font-weight: 700;
    color: #1565c0
}

.index .data-wrap .item-container .item .des {
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    color: #333
}

.s3 {
    padding: 3rem 0
}

.s3 .row {
    margin-right: -10px;
    margin-left: -10px
}

.s3 .item {
    padding-right: 10px;
    padding-left: 10px;
    position: relative
}

.s3 .item .pro-wrap .hov {
    display: none;
    transition: 0.5s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 20px);
    left: 10px;
    height: 50%;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), #113a8b)
}

.s3 .item .pro-wrap img {
    object-fit: cover;
    width: 100%
}

.s3 .item .pro-wrap .text-wrap {
    width: 84%;
    position: absolute;
    left: 8%;
    bottom: 50px;
    z-index: 3
}

.s3 .item .pro-wrap .text-wrap .tit {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
}

.s3 .item .pro-wrap .text-wrap .tit .view {
    display: none;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-top: 0.5rem
}

.s3 .item .pro-wrap .text-wrap .tit .view .line {
    margin-top: 0.5rem;
    width: 120px;
    height: 2px;
    background: #fff
}

.s3 .item .pro-wrap .text-wrap .add {
    position: absolute;
    right: 0;
    bottom: 0
}

.s3 .item .pro-wrap:hover {
    cursor: pointer;
    transition: all 0.4s;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35), 0px 15px 27px 0px rgba(0, 0, 0, 0.35)
}

.s3 .item .pro-wrap:hover .text-wrap .tit .view {
    display: block;
    animation: hideIndex 0.1s;
    -moz-animation: hideIndex 0.1s;
    -webkit-animation: hideIndex 0.1s;
    -o-animation: hideIndex 0.1s
}

.s3 .item .pro-wrap:hover .hov {
    display: block;
    animation: hideIndex 0.3s;
    -moz-animation: hideIndex 0.3s;
    -webkit-animation: hideIndex 0.3s;
    -o-animation: hideIndex 0.3s
}

.s3 .inquiry {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    padding:35px 0;
    background: #1565c0
}

.s3 .inquiry p {
    display: inline;
    vertical-align: middle;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-right: 24px
}

.s3 .inquiry .click {
    text-transform: uppercase;
    display: inline-block;
    width: 220px;
    line-height: 50px;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.s3 .inquiry .click .iconfont {
    margin-left: 20px;
    transition: 0.3s;
}

.s3 .inquiry .click:hover .iconfont {
    margin-left: 30px;
    transition: 0.3s;

}

.s4 {
    position: relative;
    overflow: hidden
}

.s4 .swiper-slide .text-wrap {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.s4 .swiper-slide .text-wrap .title {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem
}

.s4 .swiper-slide .text-wrap .des {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    width: 65%;
    margin-bottom: 2rem
}

.s4 .swiper-slide .text-wrap .viewmore-btn {
    text-align: center;
    width: 320px;
    line-height: 60px;
    border: 1px solid #1565c0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transition: 0.3s
}

.s4 .swiper-slide .text-wrap .viewmore-btn:hover {
    background: #1565c0;
    transition: 0.3s
}

.s4 .connectionlist {
    position: absolute;
    bottom: 13%;
    margin: 0 auto;
    font-size: 0;
    z-index: 50;
    left: 50%;
    transform: translate(-50%);
    overflow: hidden
}

.s4 .connectionlist .ite {
    display: inline-block;
    width: 33.33%;
    position: relative;
    vertical-align: top
}

.s4 .connectionlist .ite .ite-tit h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    width: 79%;
    vertical-align: middle;
    padding-left: 2%
}

.s4 .connectionlist .ite .ite-tit .line {
    margin: 1.5rem 0;
    width: 100%;
    height: 1px;
    background: #ccc
}

.s4 .connectionlist .ite .ite-tit p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2
}

.s4 .connectionlist .one {
    padding-right: 3%
}

.s4 .connectionlist .two {
    padding-left: 1.5%;
    padding-right: 1.5%
}

.s4 .connectionlist .three {
    padding-left: 1.5%;
    padding-right: 1.5%
}
.s4 .connectionlist .four {
    padding-left: 3%
}

.s5 {
    position: relative;
    overflow: hidden;
    background: #eceff1
}

.s5 .container {
    max-width: 1500px;
    padding-top: 5rem;
    padding-bottom: 5rem
}

.s5 .container .tit-wrap {
    text-align: center
}

.s5 .container .tit-wrap h1 {
    font-size: 40px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0.5rem
}

.s5 .container .tit-wrap p {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    margin-bottom: 2rem
}

.s5 .container .new-box .content {
    background-color: #fff;
    transition: 0.5s
}

.s5 .container .new-box .content .new-tit {
    padding: 2rem;
    padding-bottom: 2.625rem
}

.s5 .container .new-box .content .new-tit .time {
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 400;
    color: #666
}

.s5 .container .new-box .content .new-tit .title1 {
    font-size: 20px;
    font-weight: 700;
    color: #333
}

.s5 .container .new-box .content .new-tit .des {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4
}

.s5 .container .new-box .content .new-tit .more {
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    color: #b3b3b3
}

.s5 .container .new-box .content:hover {
    transition: 0.5s;
    box-shadow: 0px 2px 9px 1px rgba(61, 61, 61, 0.3)
}

.s5 .container .new-box .content:hover .new-tit .more {
    color: #0067a4
}

.s5 .container .readAll {
    width: 320px;
    line-height: 60px;
    border: 1px solid #1565c0;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin: 0 auto;
    margin-top: 3.5rem;
    transition: 0.3s
}

.s5 .container .readAll:hover {
    transition: 0.3s;
    background: #1565c0;
    color: #fff
}

.pro .row .col-lg-3{
	max-width:20%;
}

@media screen and (max-width: 3000px) and (min-width: 2000px) {
    .index .s1 .swiper-slide .banbox {
        position: absolute
    }
}

@media screen and (max-width: 1700px) and (min-width: 1600px) {
    .index .s1 .swiper-slide .banbox .title {
        font-size: 36px
    }

    .index .s1 .swiper-slide .banbox a {
        margin-top: 4rem
    }

    .index .s1 .swiper-slide .banbox {
        position: absolute
    }
}

/* 1280  1366 1440 */
@media screen and (max-width: 1500px) and (min-width: 1200px) {
    .s1 .swiper-pagination {
        left: 50%;
        transform: translate(-50%);
        bottom: 2rem;

    }
}

@media screen and (max-width: 1599px) and (min-width: 768px) {
    .index .s1 .swiper-slide .banbox .title {
        font-size: 30px;
        line-height: 1.5;
        margin-bottom: 0
    }

    .s3 .item .pro-wrap .text-wrap .tit {
        font-size: 28px
    }

    .index .s1 .swiper-slide .banbox .des {
        font-size: 16px;
        line-height: 1.5
    }

    .s3 {
        padding: 4rem 0
    }

    .s3 .inquiry p {
        font-size: 28px
    }

    .index .s1 .swiper-slide .banbox a {
        margin-top: 4rem
    }

    .index .data-wrap .item-container .item .des {
        font-size: 18px
    }

    .index .data-wrap .item-container {
        max-width: 1194px
    }

    .index .data-wrap .item-container .item .title {
        font-size: 40px
    }

    .index .s4 #swiper3 .swiper-slide .text-wrap .des {
        margin-bottom: 2rem
    }

    .index .s4 .connectionlist .ite .ite-tit h3 {
        margin-top: 1rem
    }

    .index .s1 .swiper-slide .banbox {
        padding-top: 10%
    }
}

@media screen and (max-width: 1366px) and (min-width: 768px) {
    .index .s1 .swiper-slide .banbox .title {
        line-height: 1.2
    }

    .index .s1 .swiper-slide .banbox a {
        margin-top: 3rem
    }

    .s4 .swiper-slide .text-wrap .viewmore-btn {
        width: 280px;
        line-height: 50px
    }

    .s4 .swiper-slide .text-wrap .des {
        font-size: 24px;
        line-height: 1.2
    }

    .index .s5 .container {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .index .s5 .container .tit-wrap p {
        width: 70%;
        margin-bottom: 2rem
    }

    .index .s4 #swiper3 .swiper-slide .text-wrap .title {
        margin-bottom: 1rem
    }

    .index .s4 #swiper3 .swiper-slide .text-wrap .des {
        margin-bottom: 1rem;
        font-size: 16px;
        line-height: 1.3
    }

    .index .s4 .connectionlist {
        bottom: 9%
    }

    .index .s5 .container .tit-wrap p {
        width: 80%
    }
}

@media screen and (max-width: 1200px) and (min-width: 0px) {
    .index .s1 .swiper-slide .banbox .title {
        font-size: 24px
    }

    .swiper-pagination {
        bottom: 18px !important
    }

    .swiper-pagination .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        margin-right: 20px !important
    }

    .s1 .swiper-pagination .swiper-pagination-bullet-active {
        width: 30px !important;
        height: 30px !important
    }

    .s3 .item .pro-wrap .text-wrap .tit {
        font-size: 24px
    }

    .s3 .inquiry {
        padding: 25px 0
    }

    .s3 .inquiry .click {
        width: 200px;
        line-height: 40px;
        border: 1px solid #fff;
        font-size: 16px
    }

    .s3 .inquiry p {
        font-size: 24px
    }

    .index .s1 .swiper-slide .banbox a {
        margin-top: 2rem
    }

    .index .s1 .swiper-slide .banbox a {
        line-height: 50px
    }

    .index .data-wrap .item-container .item .title {
        font-size: 40px
    }

    .index .data-wrap .item-container .item .des {
        font-size: 16px
    }

    .index .s3 .container .swiper-pagination {
        bottom: -31px !important
    }

    .index .data-wrap .item-container {
        max-width: 900px
    }

    .s4 .bgImg {
        height: 600px;
        object-fit: cover
    }

    .index .s4 .connectionlist .ite {
        overflow: hidden
    }

    .index .s5 .container .new-box .news .content .new-tit .title1 {
        font-size: 18px;
        margin-bottom: 1rem
    }

    .index .s4 #swiper3 .swiper-slide .text-wrap .viewmore-btn,
    .index .s5 .container .new-box .news .content .new-tit .more {
        line-height: 45px
    }

    .index .s5 .container .new-box .news .content .new-tit .time span {
        width: 21px
    }

    .index .s5 .container .new-box .news .content .new-tit .time {
        font-size: 16px
    }

    .s4 .swiper-slide .text-wrap .title {
        font-size: 28px;
        margin-bottom: 0rem
    }

    .s4 .swiper-slide .text-wrap .des {
        font-size: 18px;
        margin-bottom: 1rem
    }

    .index .s4 .connectionlist .ite .ite-tit h3 {
        margin-bottom: 0
    }

    .s4 .connectionlist .ite .ite-tit .line {
        margin: 0.5rem 0
    }

    .s5 .container .tit-wrap h1 {
        font-size: 30px;
        margin-bottom: 0rem
    }

    .index .s5 .container .tit-wrap p {
        width: 100%
    }

    .s5 .container .new-box .content .new-tit {
        padding: 1rem
    }

    .index .s5 .container .new-box .news .content .new-tit .title1 {
        margin-bottom: 0rem
    }

    .s5 .container .new-box .content .new-tit .des {
        font-size: 16px;
        margin-bottom: 0.5rem
    }

    .s5 .container .readAll {
        margin-top: 2.5rem;
        line-height: 50px
    }
}

@media screen and (max-width: 1000px) and (min-width: 0px) {
    
    .index .s1 .swiper-slide img{
     
        object-fit: cover;
        height:100%;
    }
    .index .s1 .nav-wrap {
        top: 89px
    }

    .index .s1 {
       padding-top: 60px;
       box-sizing: border-box;
    }

    .index .s1 .swiper-slide .banbox .title {
        font-size: 18px
    }

    .index .s1 .swiper-slide .banbox .des {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }

    .index .s1 .swiper-slide .banbox a {
        line-height: 40px;
        width: 200px;
        font-size: 14px
    }

    .index .data-wrap .item-container .item .title {
        font-size: 30px
    }

    .index .data-wrap .item-container {
        padding: 20px 0
    }

    .index .data-wrap .item-container .item .des {
        font-size: 14px
    }

    .index .data-wrap .item-container .item {
        padding-right: 5px;
        padding-left: 5px
    }

    .index .s4 #swiper3 .swiper-slide .text-wrap .title,
    .index .s5 .container .tit-wrap h1,
    .index .s3 .container h1 {
        font-size: 28px
    }

    .index .s3 .container .des {
        font-size: 14px;
        width: 100%
    }

    .index .s3 .container #swiper2 .pro-wrap .imgBox .viewMore {
        line-height: 40px;
        bottom: 1rem;
        font-size: 14px
    }

    .index .s3 .next2,
    .index .s3 .prev2 {
        background-size: 50%
    }

    .index .s3 .prev2 {
        left: -14px
    }

    .index .s3 .next2 {
        right: -14px
    }

    .index .s4 #swiper3 .swiper-slide .text-wrap .des {
        width: 700px
    }

    .index .s4 #swiper3 .swiper-slide .text-wrap .viewmore-btn span {
        font-size: 14px
    }

    .index .s4 .connectionlist .ite .ite-tit h3 {
        font-size: 18px;
        line-height: 1
    }

    .index .s4 .connectionlist .ite .ite-tit p {
        font-size: 14px;
        line-height: 1.4
    }

    .index .s5 .container .tit-wrap p {
        width: 100%;
        font-size: 14px
    }

    .index .s5 .container .new-box .news .content .new-tit .more {
        width: 100%;
        line-height: 40px;
        font-size: 14px
    }

    .index .s5 .container .new-box .news .content .new-tit .title1 {
        font-size: 14px
    }

    .index .s5 .container .new-box .news .content .new-tit .time {
        margin-top: 1rem;
        font-size: 14px
    }

    .index .s1 .swiper-slide .banbox {
        padding-top: 100px;
    }

    .s4 .connectionlist .ite .ite-tit p {
        font-size: 16px
    }

    .s3 .inquiry p {
        font-size: 18px
    }

    .s3 .item .pro-wrap .text-wrap .tit {
        font-size: 16px
    }

    .s3 .inquiry .click .iconfont,
    .s3 .item .pro-wrap .text-wrap .tit .view,
    .s3 .inquiry .click {
        font-size: 14px
    }

    .s3 {
        padding: 4rem 0
    }

    .s3 .item .pro-wrap .text-wrap .tit .view .line {
        width: 100%;
        height: 1px
    }

    .s4 .swiper-slide .text-wrap .des {
        font-size: 16px
    }

    .s4 .bgImg {
        height: 500px
    }

    .s4 .swiper-slide .text-wrap .viewmore-btn {
        width: 220px;
        line-height: 40px
    }

    .index .s5 .container .new-box .news .content .new-tit .time {
        margin-top: 0
    }

    .s5 .container .readAll {
        margin-top: 2rem;
        line-height: 40px;
        width: 220px
    }
}

@media screen and (max-width: 760px) and (min-width: 0px) {
    .swiper-pagination {
        bottom: 6px !important
    }

    .index .s1 .swiper-slide img {
        width: 100%;
        height: 230px;
        object-fit: cover
    }

    .index .s1 .nav-wrap {
        top: 46px
    }

    .index .s1 .swiper-slide .banbox .des {
        display: none
    }

    .index .s1 .swiper-slide .banbox {
        top: 16%;
        left: 5.89%;
        width: 42%
    }

    .index .s1 .swiper-slide .banbox .title {
        font-size: 16px;
        line-height: 1.2
    }

    .index .s1 .swiper-slide .banbox a {
        line-height: 30px;
        width: 121px;
        font-size: 12px
    }

    .index .data-wrap .item-container .item {
        width: 50%;
        margin-bottom: 1rem
    }

    .index .data-wrap .item-container .item .title {
        font-size: 20px;
        margin-bottom:.25rem;
    }

    .index .data-wrap .item-container .item .des {
        line-height: 1
    }

    .index .data-wrap .item-container {
        padding: 20px 10px 10px 10px
    }

    .swiper-pagination .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
        margin-right: 11px !important
    }

    .index .s4 #swiper3 .swiper-slide .text-wrap .title,
    .index .s5 .container .tit-wrap h1,
    .index .s3 .container h1 {
        font-size: 24px
    }

    .index .s3 .container .des {
        font-size: 13px;
        margin-bottom: 1rem
    }

    #swiper2 {
        width: 80%
    }

    .index .s3 .container .swiper-pagination {
        display: none
    }

    .index .s4 #swiper3 .swiper-slide .text-wrap .des {
        width: 350px;
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 1rem
    }

    .index .s4 .connectionlist .ite img {
        height: 30px
    }

    .index .s4 .connectionlist .ite .ite-tit h3 {
        font-size: 16px;
        margin-top: 1rem
    }

    .index .s4 .connectionlist .ite .ite-tit p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4
    }

    .s4 .bgImg {
        height: 560px
    }

    .index .s4 .connectionlist {
        position: absolute;
        bottom: 10%
    }

    .index .s5 .container {
        padding-top: 3rem;
        padding-bottom: 2rem
    }

    .index .s5 .container .tit-wrap p {
        margin-bottom: 2rem;
        font-size: 13px
    }

    .index .s5 .container .new-box .news .content {
        margin-bottom: 1rem
    }

    .index .s4 #swiper3 .swiper-slide .text-wrap .title {
        margin-bottom: 0.5rem
    }

    .index .data-wrap .item-container .item .des {
        font-size: 13px
    }

    .index .s5 .container .new-box .news .content .new-tit .title1 {
        height: unset
    }

    .s3 .item {
        width: 50%
    }

    .index .s1 .swiper-slide .banbox {
        left: 15px;
        width: 63%
    }

    .index .s1 .swiper-slide .banbox a {
        margin-top: 1rem
    }

    .index .s1 .swiper-slide .banbox .title {
        margin-bottom: 1rem
    }

    .s1 .swiper-pagination .swiper-pagination-bullet-active {
        width: 22px !important;
        height: 22px !important;
        border: 3px solid transparent !important
    }

    .s3 {
        padding: 3rem 0
    }

    .s3 .item {
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 10px;
        
    }
    .pro .row .col-lg-3{
        max-width:50%;
    }

    .s3 .item .pro-wrap .hov {
        width: calc(100% - 10px);
        left: 5px
    }

    .s3 .inquiry {
        margin-top: 0px
    }

    .s3 .row {
        margin-right: -5px;
        margin-left: -5px
    }

    .s3 .inquiry p {
        display: block;
        margin-bottom: 1rem;
        margin-right: 0;
        font-size: 17px!important;
        font-weight:700!important;
    }

    .s3 .inquiry .click .iconfont {
        margin-left: 6px
    }

    .s3 .inquiry .click {
        width: 160px;
        line-height: 30px
    }

    .s4 .swiper-slide .text-wrap .viewmore-btn {
        width: 160px;
        line-height: 30px;
        font-size: 14px
    }

    .s4 .swiper-slide .text-wrap .des {
        line-height: 1.2;
        width: 90%;
        font-size: 14px
    }

    .s4 .swiper-slide .text-wrap .title {
        font-size: 24px
    }

    .s4 .swiper-slide .text-wrap {
        top: 23%
    }

    .s4 .connectionlist .ite {
        width: 100%;
        margin-bottom: 10px
    }

    .s4 .connectionlist .ite .ite-tit .line {
        width: 40%
    }

    .s4 .connectionlist .two {
        padding-left: 0;
        padding-right: 0
    }

    .s4 .connectionlist .three {
        padding-left: 0
    }

    .s4 .swiper-slide .text-wrap .des {
        margin-bottom: 0.5rem
    }

    .s5 .container .readAll {
        margin-top: 1rem
    }

    .index .s5 .container .new-box .news .content .new-tit .title1 {
        font-size: 16px
    }

    .s5 .container .new-box .content .new-tit .time {
        margin-bottom: 0
    }

    .index .s1 .swiper-slide .banbox {
        padding-top: 7%;
    }
}
