
.banner .swiper-pagination-bullet{
    width: 55px;
    height: 6px;
    border-radius: 2px;
}
.swiper-container{
    --swiper-navigation-color:#666666;
    width: 100%;
}
.swiper-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
    --swiper-navigation-color:#063684;
}

.service .service-top,.service .service-bottom{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.service .service-top .img img:hover,.service .service-bottom .img img:hover{
    transform: scale(1.03);
    transition: all .5s;
}
.service{
    margin-top: 130px;
}
.service .service-top .item1{
    width: 24.5%;
    background-color: #3c7de6;
    margin-right: 10px;
    padding-left: 70px;
    box-sizing: border-box;
}
.service .service-top .item2,.service .service-top .item3{
    width: 37%;
    margin-right: 10px;
    position: relative;
    box-sizing: border-box;
}
.service .service-top .img,.service .service-bottom .img{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    overflow: hidden;
}
.service .service-bottom {
    margin-top: 10px;   
}
.service .service-bottom .item{
    width: 24.5%;
    margin-right: 10px;
    position: relative;
}
.service .service-bottom .item:nth-last-child(1){
    margin-right: 0;
}
.service .service-top .item2 img,.service .service-top .item3 img,.service .service-bottom .item img{
    width: 100%;
    z-index: -2;
}

.service .service-top .item1 h3{
    font-size: 40px;
    line-height: 70px;
    color: #fff;
}
.service .service-top .item1 h3:nth-child(1){
    padding-top: 60px;
}
.service .service-top .item1 span{
    display: block;
    width: 70px;
    height: 5px;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    margin: 10px 0;
}
.service .service-top .item1 p{
    font-size: 24px;
    color: #fff;
    line-height: 80px;
}

.service .text{
    position: absolute;
    left: 40px;
    bottom: 30px;
    z-index: 99;
    display: flex;
}
.service .text p:nth-child(1){
    color: #fff;
    margin-right: 20px;
    font-size: 20px;
}
.service .text p:nth-child(2){
    color: #299d31;
    font-size: 14px;
    display: block;
    border-left: 2px solid #299d31;
    padding-left: 10px;
    height: 16px;
    position: relative;
    top: 3px;
}
.service .text p:nth-child(2) a{
    color: #299d31;
}



/* solution开始 */
.h-solution {
    position: relative;
    width: 100%;
    padding-top: 4.1666%;
    margin-bottom: 7.1875%;
    margin-top: 100px;
}

.h-solution .bg {
    position: absolute;
    width: 100%;
    height: 652px;
    will-change: transform;
}
.h-solution .bg  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.h-solution .inner{
    position: relative;
    z-index: 99;
}
.h-solution .inner  .tit{
    margin-top: 100px;
}
.h-solution .inner  .tit .tit-en {
    color: #fff;
    font-size: 42px;
    text-align: center;
    line-height: 85.7px;
}
.h-solution .inner .tit .tit-cn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    line-height: 85.7px;
    text-align: center;
}
.h-solution .inner .tit .tit-cn span{
    display: block;
    width: 50px;
    border-bottom: 1px solid #fff;
    margin: 0 30px;
}
.h-solution-wrap {
    margin-top:20px;
    position: relative
}

.h-solution-wrap a {
    display: block;
}
.swiper-slide .container-box{
    position: relative;
}
.swiper-slide .container-box .text{
    position: relative;
    bottom:40px;
    left: 5px;
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    min-height: 80px;
    color: #161616;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0px 0px 10px 1px #ece4e4;
    border-radius: 5px;
    transition: all .5s;
}
.swiper-slide .container-box .text:hover{
    background-color: #3c7de6;
    color: #fff;
}
.swiper-slide .container-box .text h6{
    font-size: 20px;
    font-weight: normal;
}
.swiper-slide .container-box .text span{
    font-size: 14px;
    border-bottom: 1px solid #a6a6a6;
}
.h-solution-wrap .arr {
    margin-top: 14px
}
.arr {
    width: 46px;
    height: 46px;
    border: 1px solid #b4daf4;
    border-radius: 50%;
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 22;
    cursor: pointer;
    background: #fff;
    
    transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease
}

.arr:after {
    content: '';
    width: 10px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.arr:hover {
    border-color: #3c7de6;
    background: #3c7de6;
    transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease
}

.arr:hover:after {
    background-position: -10px 0
}

.arr-left {
    left: 0;
    margin-left: -23px
}

.arr-left:after {
    background: url(../images/arr-left.png) no-repeat
}

.arr-right {
    right: 0;
    margin-right: -23px
}

.arr-right:after {
    background: url(../images/arr-right.png) no-repeat
}


.swiper3{
    width: 100%;
   background-color: #f8f7f7;
   padding: 100px 0;
}
.swiper3 .content{
    display: flex;
    position: relative;
}
.swiper3 .content .title{
    width:30%;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}
.swiper3 .content .title h4{
    font-size: 38px;
    line-height: 60px;
    color: #000;
}
.swiper3 .content .title span{
    display: block;
    width: 60px;
    border-bottom: 5px solid #000;
    margin: 30px 0;
}
.swiper3 .content .title h5{
    font-size: 30px;
    font-weight: normal;
    line-height: 60px;
}

.swiper3 .content .swiper-container{
    margin-left: 50px;
}
.swiper3 .content .swiper-container .swiper-wrapper{
    position: relative;
    padding-bottom: 30px;
}
.swiper3 .content .swiper-container .swiper-wrapper .swiper-slide-active::after{
    content: "";
    background-color: #3c7de6;
    width: 90%;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    animation:bgmove 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation-delay:1s;
}
.swiper3 .content .swiper-container .swiper-wrapper .swiper-slide-active h6{
    color: #fff;
    transition: all 1s;
}
.swiper3 .content .swiper-container .swiper-wrapper .swiper-slide-active a{
    color: #c9d7f6;
    transition: all 1s;
}

.swiper3 .content .swiper-container .swiper-slide h6{
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;
    color: #161616;
}
.swiper3 .content .swiper-container .swiper-slide a{
    font-size: 12px;
    color: #8c8c8c;
}
/*左右按钮*/
.swiper3 .content .swiper-container .swiper-wrapper .swiper-slide{
    padding-left: 50px;
}
.swiper3 .content  .swiper-button-prev{
    top: 70%;
    left: 1%;
    color: #c1c1c1;
}
.swiper3 .content  .swiper-button-next{
    top: 70%;
    left:5%;
    color: #c1c1c1;
}
.swiper3 .content  .swiper-button-next:hover,
.swiper3 .content  .swiper-button-prev:hover{
    color: #3c7de6;
}
.about{
  background: url(../images/bg3_02.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.about .text{
    padding: 100px 0;
    margin: 0 auto;
    color: #fff;
    transition: all 1s;
}
.about .text h3{
    font-size: 50px;
    line-height: 70px;
    margin-top: 100px;
    text-align: center;
}
.about .text h4{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
   
}
.about .text h4 span{
    display: block;
    width: 100px;
    border-bottom: 1px solid #fff;
    margin: 0 30px;
}
.about .text p{
    margin-top: 30px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}
.about .text .more{
    display: block;
    width: 280px;
    height: 62px;
    background-color: #3c7de6;
    font-size: 14px;
    color: #fff;
    line-height: 62px;
    text-align: center;
    margin: 60px auto;
    border-radius: 3px;
    transition: all 1s;
}
.about .text .more:hover{
    background-color: #299d31;
}

/*NEWS开始*/
.news {
    margin-top: 80px;
}
.news .content h4{
    font-size: 40px;
    line-height: 80px;
    color: #000;
    font-weight: 700;
}
.news .content h5{
    font-size: 34px;
    color: #000;
    font-weight: normal;
}
.news .content .news-box{
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.news .content .news-box .new-box{
    width: 41.6%;
    position: relative;
    margin-right: 50px;
}
.news .content .news-box .new-box .img{
    width: 100%;
}
.news .content .news-box .new-box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news .content .news-box .new-box .date{
    position: absolute;
    top: 0;
    left: 0;
    width: 88px;
    height: 88px;
    background-color: #3c7de6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.news .content .news-box .new-box .date h3{
    font-size: 36px;
    
}
.news .content .news-box .new-box .date p{
    font-size: 12.75px;
}
.news .content .news-box .new-box .text {
    padding-left: 40px;
    padding-right: 40px;
    background-color: #f1f1f1;
    padding-top: 20px;
    width: 100%;
    box-sizing: border-box;
}
.news .content .news-box .new-box .text h5{
    font-size: 18px;
    line-height: 40px;
    color: #151515;
}
.news .content .news-box .new-box .text p{
    font-size: 14px;
    line-height: 26px;
    color: #808080;
}
.news .content .news-box .new-box .text a{
    display: block;
    color: #808080;
    padding: 10px 0 30px;
}
.news .content .news-box .news-list{
    width: 57%;
}
.news .content .news-box .news-list .item{
    width: 100%;
    height: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dcdcdc; 
}
.news .content .news-box .news-list .item:nth-last-child(1){
    border-bottom: 1px solid #dcdcdc; 
}
.news .content .news-box .news-list .item .new{
    width: 70%;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.news .content .news-box .news-list .item .new   h5{
    font-size: 18px;
    line-height: 28px;
    color: #151515;
}
.news .content .news-box .news-list .item .new p{
    font-size: 14px;
    line-height: 24px;
    color: #696969;
}
.news .content .news-box .news-list .date{
    width: 120px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #e5e5e5;
}
.news .content .news-box .news-list .date h3{
    font-size: 52px;
    line-height: 68px;
    color: #c1c1c1;
}
.news .content .news-box .news-list .date p{
    font-size: 16px;
    color: #c1c1c1;
}
.news .content .news-box .news-list .arr1{
    display: none;
}
.news .content .all{
    display: block;
    width: 290px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin: 100px auto;
    border: 1px solid #dcdcdc;
    color: #000;
    border-radius: 5px;
    transition: all 1s;
}
.news .content .all:hover{
    background-color:#3c7de6;
    color: #fff;
}

.news .content .news-box .news-list .item:hover{
    background-color: #f1f1f1;
    padding-left: 25px;
}
.news .content .news-box .news-list .item:hover h5{
   color: #3c7de6;
}
.news .content .news-box .news-list .item:hover .time{
    display: none;
}
.news .content .news-box .news-list .item:hover .arr1{
    display: block;
}


@keyframes bgmove{
    0% {
        transform: translateY(250px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



@media screen and (max-width:1680px){
    .swiper3 .content  .swiper-button-next{
        top: 80%;
    }
    .swiper3 .content  .swiper-button-prev{
        top: 80%;
    }
}
@media screen and (max-width:1440px){
    .swiper3 .content .title{
        width: 32%;
        margin-top: 60px;
    }
    .swiper3 .content .swiper-container .swiper-wrapper .swiper-slide-active::after{
        height: 200px;
    }
    .swiper3 .content  .swiper-button-next{
        top: 90%;
    }
    .swiper3 .content  .swiper-button-prev{
        top: 90%;
    }
    .service .service-top .item1 h3:nth-child(1){
        padding-top: 20px;
    }
    .service .service-top .item1{

        padding-left: 40px;

    }




}
@media screen and (max-width:980px){
    .swiper3{
        padding: 30px 0;
    }
    .swiper3 .content{
        display: block;
    }
    .swiper3 .content .title{
        width: 100%;
    }
    .swiper3 .content .swiper-container .swiper-wrapper .swiper-slide-active::after{
        display: none;
    }
    .swiper3 .content .swiper-container .swiper-wrapper .swiper-slide-active h6{
        color: #161616;
    }
    .swiper3 .content .swiper-container .swiper-wrapper .swiper-slide-active a{
        color: #8c8c8c;
    }
    .swiper3 .content  .swiper-button-next{
        display: none;
    }
    .swiper3 .content  .swiper-button-prev{
        display: none;
    }
    .swiper3 .content .swiper-container .swiper-wrapper .swiper-slide{
        padding-left: 0px;
    }
    .swiper3 .content .swiper-container{
        margin-left: 0px;
        margin-top: 50px;
    }
    .service .service-top .item1 h3{
        font-size: 28px;
        line-height: 50px;

    }
}
@media screen and (max-width:750px){
    .service .service-top,.service .service-bottom{
        flex-wrap: wrap;    
        
    }
    .service .service-top .item1{
        width: 100%;
        background-color: #3c7de6;
        margin-right: 10px;
        padding-left: 70px;
        box-sizing: border-box;
    }
    .service .service-top .item2,.service .service-top .item3{
        width: 49%;
        margin-right: 0;
        margin-top: 30px;
    }
    .service .service-bottom .item{
        width: 49%;
        margin-right: 0px;
        margin-top: 30px;
    }
}
@media screen and (max-width:480px){
    .service .service-top,.service .service-bottom{
        flex-wrap: wrap;    
        
    }
    .service .service-top .item1{
        width: 100%;
        background-color: #3c7de6;
        margin-right: 10px;
        padding-left: 70px;
        box-sizing: border-box;
    }
    .service .service-top .item2,.service .service-top .item3{
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }
    .service .service-bottom .item{
        width: 100%;
        margin-right: 0px;
        margin-top: 30px;
    }
    .h-solution .inner  .tit .tit-en {
        color: #fff;
        font-size: 28px;
        line-height: 40px;
    }
    .h-solution .inner .tit .tit-cn {
        font-size: 24px;
        line-height: 40px;
        text-align: center;
    }
    .news .content .news-box{
        display: block;
    }
    .news .content .news-box .new-box{
        width: 100%;
    }
    .news .content .news-box .news-list{
        width: 100%;
        margin-top: 30px;
    }
}