
/* 园区活动 */
.active-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.active-list {
    width: 32%;
    background: #FFFFFF;
    box-shadow: 0px 8px 32px rgba(9, 41, 77, 0.12);
    margin-bottom: 15px;
}
.active-list .img{
    width: 100%;
    height: 198px;
}
.active-list .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-box{
    padding: 24px;
}
.list-box .date{
    background: #F0F5FF;
    color: #2F54EB;
    width: 180px;
    height:30px;
    line-height:30px;
    padding:0 4px;
    border-radius: 4px;
}
.list-box .cancel{
    color:rgba(0, 0, 0, 0.45);
}
.list-box .title{
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-box .contitle{
    height: 76px;
     white-space: normal;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
}
.list-box .descripte >i{
  margin-right: 3px;
}
.list-box .descripte{
    color:rgba(0, 0, 0, 0.45);
    line-height: 22px;
    height: 44px;
}
.list-box .price{
    color:rgba(0, 0, 0, 0.45);
    line-height: 22px;
}
.list-box .price .pspan{
    color: #FA8C16;
    font-weight: 600;
}
.list-box i{
    font-weight: bold;
    font-size: 14px;
}
.home-swiper{
    display: flex;
    justify-content: space-between;
    margin:150px auto auto auto;

}
.home-swiper .swiper-left {
    width:auto;
    height:408px;
    padding-top: 100px;

}.home-swiper .swiper-left p{
     color: #2F54EB;
     font-size: 60px;
     font-weight: 600;
     line-height: 80px;
     letter-spacing:10px;
     font-style:italic;

 }.home-swiper .swiper-left button{
      border: 1px solid #2F54EB;
      background: rgb(255 255 255 / 0%);
      margin-top: 20px;
      color: #2F54EB;

  }.home-swiper .swiper-right{
       width:816px;
       height:100%;

   }
#bannerSwiper{
    margin-right: 0;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    width: 30px;
    height: 2px;
    border-radius: 5px;
}.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
     bottom: 24px;
     left: 48px;
     width: auto;
 }
.banner .banner-p{
    padding: 80px 0 0 48px;
}
.banner .banner-p h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    width: 500px;
    color: rgba(0, 0, 0, 0.85);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.banner .banner-p p{
    margin: 16px 0 48px;
    width: 600px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.45);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.banner .banner-p a{
    font-size: 14px;
    line-height: 22px;
    color: #2F54EB;
}
/* 首页园区服务 */
.section-name{
    font-size: 32px;
    line-height: 48px;
    margin-top: 64px;
    margin-bottom: 32px;

}
.banner .layui-badge-rim, .banner .layui-colla-content,.banner .layui-colla-item,.banner .layui-collapse,.banner.layui-elem-field,.banner .layui-form-pane .layui-form-item[pane],.banner .layui-form-pane .layui-form-label,.banner.layui-input, .banner.layui-layedit,.banner .layui-layedit-tool,.banner .layui-quote-nm, .banner .layui-select,.banner .layui-tab-bar,.banner .layui-tab-card,.banner .layui-tab-title,.banner .layui-tab-title .layui-this:after, .banner .layui-textarea {
    border-color: #FFFFFF;
}
.banner .layui-this {
    background-color: rgb(213 229 241 / 0%) !important;
    color: #2F54EB !important;
}
.banner .layui-tab-title li{
    font-size: 24px;
    line-height: 32px;
    padding: 0;
    padding-right: 24px;

}
.banner .layui-tab-title {
    margin: 32px 0;
}
.banner .tab-box{
    position: relative;
    width: 85%;
}
.banner .tab-more{
    position: absolute;
    right: 3rem;
    top: 8px;
    font-size: 1rem;
    color:#2F54EB;
    cursor: pointer;
}
.banner .sever{
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.banner .sever-box{
    margin: 0 32px 32px 0 ;
    width: 27%;
    padding: 16px;
    box-shadow: 0px 4px 32px rgba(9, 41, 77, 0.08);
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 22px;
}
@media screen and (max-width: 1366px) {
    .banner .sever-box{
        width: 25%;
    }
}
.banner  .sever-box img{
    width: 48px;
    height: 48px;
    margin-right: 12px;
}
.banner  .sever-box .title{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
    font-width: 600;
    line-height: 48px;
}.banner  .buiding{
     display: flex;
     position:absolute;
     width: 298px !important;
     height: 380px !important;
     right: -8%;
     top: 0;
}
 /* 首页园区场地预订 */
.venueReservation .more{
    color:rgba(47, 84, 235, 1);
    font-size: 16px;
    line-height: 42px;
    cursor: pointer;
}
.venue-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.venue-list {
    width: 32%;
    background: #FFFFFF;
    box-shadow: 0px 8px 32px rgba(9, 41, 77, 0.12);
    margin-bottom: 32px;
}
.venue-list .img{
    width: 100%;
    height: 188px;
}
.venue-list .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.venue-list .place{
    width: auto;
    height:30px;
    line-height:30px;
    padding:0 4px;
    color:#FA8C16;
    background:rgb(250 140 22 / 10%);
    margin-right: 8px;
    border-radius: 4px;

}
.venue-list .placeblue{
    width: auto;
    height:30px;
    line-height:30px;
    padding:0 4px;
    color:#1890FF;
    background:#E6F7FF;
    margin-right: 8px;
    border-radius: 4px;

}
.venue-list .person{
    color: rgba(0, 0, 0, 0.45);
    background: #F0F5FF;

}
.venueReservation .contact{
    font-style: italic;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #FA8C16;
    margin: 0 auto;
}.venueReservation .phone {
    font-size: 56px;
    line-height: 69px;
    margin-top: 8px;
}.venueReservation .button {
    margin: 32px auto 0 auto;
    width: 160px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    background: #FA8C16;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
}
/* 园区咨询 */
.news-list-box{
    margin: auto;
}
.news-list-box .newsLists {
    background-color: #FFF;
    padding-top: 45px;
}
.news-list-box .serveLines {
     background-color: #FFF;
     border: 1px solid #e5e5e5;
 }
.news-list-box .serLineHerd {
       font-size: 14px;
       line-height: 40px;
       color: #333333;
       height: 40px;
       background-color: #fbfbfb;
       font-weight: bold;
       border-bottom-width: 1px;
       border-bottom-style: solid;
       border-bottom-color: #e5e5e5;
       text-indent: 20px;
   }
.news-list-box .newsCONTET {
    clear: both;
    font-size: 12px;
    list-style-type: none;
    padding: 10px 10px 20px 10px;
    cursor: pointer;
}
.news-list-box .newsCONTET li a {
    color: #999999;
    line-height: 40px;
    height: 40px;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #e5e5e5;
    display: inline-block;
    width: 100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news-list-box .newsCONTET li a span {
    height: 15px;
    width: 15px;
    border: 1px solid #999999;
    line-height: 15px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    border-radius: 3px;
}