main .home-block{display:flex;flex-wrap: wrap;justify-content: space-between;}
main .home-block .item{width: calc(calc(100% - 46px) / 3);border: 1px solid #EDEDED;padding: 40px 0;margin-top: 20px;text-align: center;}
main .home-block .item div{padding-top: 20px;}


/*产品展示*/
main .home-show{display:flex;flex-wrap: wrap;justify-content: space-betweenn;}
main .home-show .item{width: calc(calc(100% - 46px) / 3);border: 1px solid #EDEDED;padding: 40px 0;margin-top: 20px;text-align: center;position: relative;}
main .home-show .item .show-mask{position: absolute;width: calc(100% - 20px);background: rgba(196,205,255,.8);bottom: 0;color:#fff;padding:10px;}
/*服务内容*/
main .home-service{width:100%;position: relative;margin-top:20px;}
main .home-service img{width:100%;}
main .home-service .mask{position: absolute;background: rgba(0,0,0,.5);width: 100%;height: 100%;top: 0;}
main .home-service .service-cont{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 100;color: #fff;display: flex;justify-content: space-between;width: calc(100% - 100px);padding: 0 50px;}
main .home-service .service-cont p{font-size:1.8em;font-weight: 600;}
main .home-service .service-cont .item li{padding: .5em 0;font-size: 1.4em;}
/*合作发展*/
main .home-dev{display: flex;flex-wrap: wrap;}
main .home-dev .pic-box{padding: 20px 0px;width: 20%;display: flex;align-items: center;justify-content: center;}
main .home-dev .pic-box img{width:50%;}
main .more-box,.close-box{text-align: center;padding: 50px 0;}
main .more-box span,.close-box span{padding: 10px 50px;border: 1px solid #48A7FF;color: #48A7FF;border-radius: 20px;cursor: pointer;}
main .close-box{display:none;}

/*新闻资讯*/

.home-news{position: relative;margin-top: 20px;color:#fff;}
.home-news .hn-bg{width:100%;}
.home-news .hn-ab{width:100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.home-news .hn-main{display: flex;padding: 20px;align-items:center;}
.home-news .hn-main .hn-left{width:40%;}
.home-news .hn-main .hn-left img{width:100%;}

.home-news .hn-main .hn-left .hnl-title{display: flex;justify-content: space-between;align-items: center;}
.home-news .hn-main .hn-left .hnl-title p{font-size: 14px;font-weight: 600;}
.home-news .hn-right{width:calc(60% - 30px);margin-left: 30px;}
#swiper3 .swiper-slide{height:80px!important;display: flex;align-items: center;padding: 20px 10px;width: calc(100% - 20px);cursor: pointer;}
#swiper3 .swiper-slide .left{font-size: 40px;width: 100px;position: relative;}
#swiper3 .swiper-slide .left::after{position: absolute;content: "";width: 2px;height: 60px;background: #EB9335;right: 26px;}
#swiper3 .swiper-slide .right{width: calc(100% - 89px);}
#swiper3 .swiper-slide .right .top{display: flex;justify-content: space-between;align-items: center;}
#swiper3 .swiper-slide .right .top .title{font-size: 16px;font-weight: 600;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 80%;}
#swiper3 .swiper-slide .right .cont{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;white-space: normal;margin-top: 10px;}
#swiper3 .swiper-slide:hover{background:#fff;color:#000;}


/*.home-news{position: relative;margin-top:20px;}
.home-news .hn-bg{width:100%;}
.home-news .hn-ab{position: absolute;top: 0;width: 100%;height: 100%;}
.home-news .hn-main{display: flex;margin: 90px;color:#fff;}


.home-news .hn-main .hn-left{width:40%;}
.home-news .hn-main .hn-left img{width:90%;}
.home-news .hn-main .hn-left .hnl-text{width:90%;}
.home-news .hn-main .hn-left .hnl-title{display: flex;justify-content: space-between;align-items: center;}
.home-news .hn-main .hn-left .hnl-title p{width: 80%;font-size: 1.4em;}

.home-news .hn-right{display: flex;flex-direction: column;justify-content: space-between;width:60%;}
.home-news .hn-item{display:flex;position: relative;    padding: 30px;}
.home-news .hn-item .item-index{font-size:3em;position: relative;padding-right: 20px;}
.home-news .hn-item .item-index::after{position: absolute;content: "";width: 4px;height: 100%;background: #EB9335;right: 0;}
.home-news .hn-item .item-con{padding-left:20px;width: calc(100% - 90px);}
.home-news .hn-item .item-con .hnr-title{display:flex;justify-content: space-between;}
.home-news .hn-item .item-con .hnr-title .left{font-size: 1.3em;padding-bottom: 6px;width: 80%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

.home-news .hn-item.active{background: #fff;color: #000;}
.home-news .hn-item.active .item-con .hnr-title .right{color:#999;}
.home-news .hn-item.active .item-con .hnr-content{color:#999;}*/


