
/*内容区域*/
.layout-container{
    width: 100%;
    background-color: #fff;
    position: relative;
    top: 70px; 
}
  
/* banner区域开始 */
.index-banner-box{
    max-width: 1920px;
    height: 600px;
    background: url(../images/index/banner1.jpg) no-repeat center;
    margin: 0 auto;
} 
.index-banner-box .banner-common-box{
    position: relative;
}
.index-banner-box .banner-text{
    width: 971px; 
    position: absolute;
    top: 90px;
    left: 0;
} 

/* 滚动区域开始 */
.scroll-banner-box{
    width: 100%; 
    height: 46px;
    line-height:46px;
    background: rgba(0, 0, 0, .27);
    overflow: hidden; 
}

.scroll-banner-container{
    display: flex; 
}

.scroll-banner-box .banner-tip-icon{
    width: 19px;
    height: 20px;
    margin-top: 13px; 
} 
.scroll-banner-message{ 
    /* margin-left: 17px; */
}

.scroll-banner-message li{
    height: 46px;
    line-height:48px;
    margin-left: 10px;
}
.scroll-banner-message li .scroll-banner-btn { 
    font-size: 16px;
    color: #fff;
}

.scroll-banner-message li .scroll-banner-btn span:nth-child(2){
    margin-left: 31px;
}
.scroll-banner-message li .scroll-banner-btn span:nth-child(3){
   color: #FF2121;
   margin-right: 16px;
}

.scroll-banner-message li .scroll-banner-btn span:nth-child(5){ 
    margin-left: 24px;
 }


 /* 搜索框开始 */
 .search-input-box{
     width: 100%;
     position: absolute;
     top: 320px;
     left: 0;
 }
 .search-input-box .search-input-box-top{
    display: flex; 
    margin-left: 8px;
 } 
 .search-input-box .search-input-box-top a{
    font-size: 16px;
    margin-right:43px;
    color: #fff;
 }
 
 .search-input-box .sanjiao{
    margin-top: 7px;
    width: 24px;
    height: 17px;
    margin-left: 8px;
 }
 .search-input-bottom-top{
    margin-top: -10px; 
    display: flex;
  }

 .search-banner-input{ 
    width: 1060px;
    height: 72px;
    background: #FFFFFF;
    border-radius: 4px 0px 0px 4px;
    padding:  0 10px; 
 }

 .search-banner-input::placeholder{
    font-size: 16px;
    color: #9A9A9A;
 }

 .search-input-bottom-top .find-room-btn{ 
    width: 128px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    color: #fff;
     background: linear-gradient(143deg,rgba(230,198,168,1) 0%,rgba(196,135,89,1) 100%);
    border-radius: 0px 4px 4px 0px;
    font-size: 18px;
 }
 .search-input-bottom-top .map-find-room {
    width: 128px;
    height: 72px;
    line-height:72px;
    background: #FFFFFF;
    border-radius: 4px; 
    color:#4C6CFB;
    margin-left: 6px; 
    font-size: 18px;
    display: flex;
    align-items: center;
    padding-left:15px ;
 }

 .search-input-bottom-top .map-find-room span{
    margin-top: 5px;
 }

 /* 房子数据 */
 .reslut-home-box{
    display: flex;
    position: absolute;
    top: 470px;
    width: 100%;
    height: 170px; 
    border: 4px;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(207,207,207,0.48);
    padding: 35px 0; 
    border-radius: 4px;
    margin-left: -8px;
 }
 .reslut-home-box .reslut-home-item{ 
    width: 400px; 
    display: flex; 
    border-right: 1px solid #eee;
    position: relative;
 }

 .reslut-home-box .reslut-home-item .coming-up{
    width: 60px;
    height: 64px;
 } 
 .reslut-home-box .reslut-home-item .coming-up{
    width: 60px;
    height: 64px; 
    margin-top: 20px !important;
 }

 .reslut-home-box .reslut-home-item .underway{
    width: 54px;
    height: 54px;
 }

 .reslut-home-box .reslut-home-item .new-today{
    width: 55px;
    height: 54px;
 }

 .reslut-home-box .reslut-home-item .icon-positon{
    margin-top: 25px;
    margin-left: 94px;
    margin-right: 38px;

 }  
 
 .reslut-home-item-right-text .counter{ 
    font-size: 56px;
    color: #c88958;
 }
 .reslut-home-item-right-text{  
     font-size: 16px;
     color: #9A9A9A;
     position: relative;
     margin-top: -10px;
 }
 .reslut-home-item-right-text span:nth-child(1)::after{ 
    content: '';
    width: 50px;
    height: 4px;
    background: #c88958;
    border-radius: 2px;
    display: block;
    position: absolute; 
    margin-left: 40%;
    transform: translateX(-50%);
    bottom: 30px;
 }

 .icon-positon-text{ 
    font-size: 18px;
    color: #333;  
    position: absolute;
    top: 85px;
    left: 193px;
}


 
/* 留言的弹窗 */
#user-message-model{
    width: 530px;
    height: 420px;
    display: none;
} 
.message-icon{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 44px;
    left: 72px;
}
.message-model-title{
    position: absolute;
    top: 40px;
    left: 48px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.close-img-position{
    position: absolute;
    top: 43px;
    right: 48px;
    cursor: pointer;
}
.message-tel-input{
    width: 363px;
    height: 48px; 
    border: 1px solid #E6E6E6 !important;
    position: absolute;
    top: 239px;
    left: 119px;
    color: #333;  
    padding: 17px 10px;
}
.message-tel-input::placeholder{
    color: #BCBCBC;
    font-size: 14px; 
}
.message-text-tip{
    position: absolute;
    top: 110px;
    left: 48px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.message-text-area{
    position: absolute;
    top: 94px;
    left: 119px;
    width: 363px;
    height: 115px;
    font-size: 14px;
    color: #333; 
    border: 1px solid #E6E6E6;
    resize: none;
    outline: none;
    padding: 15px 12px;
}
.message-text-area::placeholder{
    color: #BBBBBB;
}
.message-tel-tip{
    position: absolute;
    top:253px;
    left:48px;
    font-size: 14px; 
    color: #333333;
    font-weight: bold;
}
.reminder-tip{
    width: 100%;
    position: absolute;
    text-align: center; 
    bottom: 90px;
    font-size: 14px;
    color: #bbb;
}

.message-model-btn{
    top: 346px;
    width: 434px;
}


/* 内容区域 */
.index-comtent-box{
    margin-top: 120px;
}

.index-common-title-top{
    display: flex; 
   justify-content: space-between;
    font-size: 16px;
    color:#9A9A9A ;
}
.index-common-title-top .index-common-title-two{
    margin-left: 10px;
}
.index-common-title-box .index-common-title{ 
    font-size: 32px; 
    font-weight: bold;
    color: #333; 
}
.common-one-title-box{
    display: flex;
    align-items: flex-end;
}
.index-common-title-top .more-title-btn {
    font-size: 16px;
    color:#9A9A9A ;
}
.index-common-title-top .more-title-btn:hover{
    color: #4C6CFB;
}

/* 超值捡漏轮播样式开始 */

.surrounding-housing-box-two{ 
    display: flex;
    flex-wrap: wrap; 
}
.surrounding-housing-box-two .surrounding-housing-item{
    width: 293px;
    height: 330px;
    overflow: hidden;
    position: relative;  
    background: #FFFFFF;
    box-shadow: -1px 1px 12px 1px rgba(207, 207, 207, 0.48);
    margin: 0 17px 0 0 ;
}

.surrounding-housing-box-two .surrounding-housing-item:nth-child(3n){
    margin-right: 0;
}

.surrounding-housing-box-two .surrounding-housing-top-img-box{
    width: 293px;
    height: 210px;
    overflow: hidden;
    position: relative;
}
 
.surrounding-housing-box-two .surrounding-housing-title{  
    margin-top: 0; 
}

.surrounding-housing-box-two .surrounding-housing-bg{
    width: 100%; 
    height: 210px;
    transition: all 1s; 
}

.surrounding-housing-box-two .surrounding-housing-item .shichang-price-box{
    margin-top: 5px;
}

.surrounding-housing-box-two .surrounding-housing-item .qipai-price-box{
    padding-top: 10px;
}
.surrounding-housing-box-two  .surrounding-housing-item .person-totle{
    font-size: 12px;
    color: #999;
    position: absolute; 
    right: 22px;
    top:298px !important;
}
.surrounding-housing-box-two .surrounding-housing-item .shichang-price-box,
.surrounding-housing-box-two  .surrounding-housing-item .qipai-price-box{
    font-size: 12px !important;
}
.surrounding-housing-box-two  .surrounding-housing-item .qipai-price-box .qipai-price{
    font-size: 16px !important;
}
.surrounding-housing-box-two .surrounding-housing-item .qipai-price-box .qipai-price b{
    vertical-align:0 !important;
}
.surrounding-housing-box-two .surrounding-housing-top-img-box .zhekou-icon-text,
.surrounding-housing-box-two .surrounding-housing-top-img-box .zhekou-icon{
    position: absolute;
    top: 0;
    right: 10px !important;
}
.surrounding-housing-box-two .surrounding-housing-item .message-icon{
    position: absolute;
    top: 270px;
    left: 250px;
}
/* 超值捡漏轮播样式结束 */

/* 周边房源推荐 */

.surrounding-housing-box{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap; 
}
.surrounding-housing-item{
    width: 380px;
    height: 388px;
    /* overflow: hidden; */
    position: relative; 
    box-shadow: -1px 1px 12px 1px rgba(207, 207, 207, 0.48);
    margin: 0 30px 15px 0;
}
.surrounding-housing-item:nth-child(3n){
    margin-right: 0;
}
.surrounding-housing-top-img-box{
    width: 380px;
    height: 210px;
    overflow: hidden;
    position: relative;
}
.surrounding-housing-bg{
    width: 100%; 
    transition: all 1s; 
}

.surrounding-housing-bg:hover{
    transform: scale(1.2); 
}

.surrounding-housing-date-time-box{ 
    margin-top: 10px;
    border-top: 1px solid #eee;
    width: 100%; 
    height: 44px;
    line-height: 44px;     
}
 
.housing-date-time-text span{
    font-size: 16px; 
    color: #333;
}

.housing-date-time-text span:nth-child(1){
    color: #666;
}
.housing-date-time-text .date-time-common-text{
    display: inline-block;
    width: 22px;
    height: 25px; 
    line-height: 25px; 
    background: #4B6BFB;
    border-radius: 2px;
    color: #fff;
}


.surrounding-housing-title{ 
    font-size: 20px;
    color: #333;
    font-weight: bold;
    height: 27px;
    margin-top: 10px; 
}
.surrounding-housing-title:hover{
    color: #4B6BFB;
}


.surrounding-housing-item .qipai-price-box{ 
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}
 
.surrounding-housing-item .qipai-price-box  .price-icon{ 
    font-size: 15px;
    font-weight: bold;
}
.surrounding-housing-item .qipai-price-box  .qipai-price{
    font-size: 20px;
    font-weight: bold;
}

.surrounding-housing-item .qipai-price-box  .qipai-price b{
    font-size: 15px;
    vertical-align:2px;
}
.surrounding-housing-item .total-mi{ 
    font-size: 14px;
    color: #999;
}

.surrounding-housing-item .shichang-price-box{ 
    font-size: 16px;
    color: #666;
    margin-top: 8px;
}
 

.surrounding-housing-item .shichang-price-box  .price-icon{
    font-size: 14px;
    color: #333;
}

.surrounding-housing-item .shichang-price-box  .shichang-price{
    font-size: 16px; 
    color: #333;
} 
.surrounding-housing-item .shichang-price-box  .shichang-price b{
    font-size: 13px;
    vertical-align: 1px;
}

.surrounding-housing-item  .person-totle{  
    position: absolute;
    top: 320px;
    right: 22px;
    font-size: 16px;
    color: #999;
}

.surrounding-housing-item  .message-icon{  
    position: absolute;
    top: 357px;
    left: 335px ;
    font-size: 16px;
    color: #666;
}

.surrounding-housing-bottom{
    padding: 10px ;
}
.surrounding-housing-top-img-box .tag-icon{
    width: 74px;
    height: 34px;
    position: absolute;
    left: 0;
    top: 0; 
}

.surrounding-housing-top-img-box .zhekou-icon{
    width: 40px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 20px;
}

.surrounding-housing-top-img-box .zhekou-icon-text{
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 14px;
    color: #fff;
    display: block;
    width: 40px;
    height: 46px;
    line-height:46px;
    text-align: center;
    z-index: 5;
}



.surrounding-housing-box-two .surrounding-housing-item .shichang-price-box  .price-icon{
    font-size: 12px;
    color: #333;
}
.surrounding-housing-box-two .surrounding-housing-item .shichang-price-box  .shichang-price{
    font-size: 12px; 
    color: #333;
} 




.mt55{
    margin-top: 55px;
}

.technological-icon{
    margin-top: 42px;
}
.message-live-box{
    margin-top: 39px;
    position: relative;
}

.message-live-btn{ 
    position: absolute;
    top: 71px;
    right:155px; 
}

.mt38{
    margin-top: 38px;
}
.leak-detection-box{
    width: 100%;  
    display: flex;
    padding-bottom: 20px; 
}

.leak-detection-left{
    width: 270px;
    height: 330px;
    text-align: center;
    position: relative;
    margin-right: 17px;
}
.leak-detection-left-icon{
    width: 270px;
    height: 330px;
}

.chaozhi-text{
    position: absolute;
    top:45px ; 
    font-size: 36px;
    color: #fff;
    text-align: center;
    width: 100%;
}
.low-price-text{
    position: absolute;
    top:97px ;
    left: 109px;
    font-size: 16px;
    color: #fff;
}
.leak-detection-more-btn{
    position: absolute;
    top: 125px;
    left: 80px;
}

.leak-detection-more-btn span{
    display: block;
    position: absolute;
    top: 6px;
    left: 25px;
    font-size: 14px;
    color: #fff;
    z-index: 33;
}
.leak-detection-more-btn:hover{
   font-weight: bold;
}


.leak-detection-right{ 
    height: 350px;
    position: relative;
    width: 913px; 
    overflow: hidden;
}

.leak-detection-right  .swiper-slide>a{
    display: inline-block;
    width: 293px;
    height: 330px;
    border: 1px solid red;
    margin-right: 12px;
}
.swiper-container-ziyougou .leak-detection-right  .swiper-slide>a:nth-child(3),
.swiper-container-one .leak-detection-right  .swiper-slide>a:nth-child(3){ 
    margin-right: 0;
}
 
.swiper-container-ziyougou .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction 
.swiper-container-one .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
    left: 570px !important;
    width: 100%;
}
.swiper-container-ziyougou .swiper-pagination-bullet-active,
.swiper-container-one .swiper-pagination-bullet-active{
    width: 25px !important;
    border-radius: 4px !important;
}


.swiper-container-ziyougou  .swiper-pagination,
.swiper-container-one .swiper-pagination{
    position: absolute;
    text-align: right !important;
    bottom: -5px !important;
    left: 0;
    width: 100%;
}
/* 海马全程服务 */
.all-service-box{
    width: 100%; 
    height: 755px;
    background: #F5F5F5;
}
.all-service-item{
    overflow: hidden;
    padding: 60px 0 40px 0;
} 
 .all-service-item-banner-box{
     width: 100%;
     height: 273px;
     margin-top: 40px;
     position: relative;
 }

 .all-service-item-banner-box .swiper-container-three .swiper-wrapper .swiper-slide{
    height: 273px;
    width: 273px; 
    background-color: #fff; 
 }  

 .swiper-button-next{
    background-image:none !important;
 }
 .swiper-button-next-three{ 
    background: url('../images/index/banner-right-three-icon.png') no-repeat !important; 
 }

 .swiper-button-prev-three{ 
    background: url('../images/index/banner-left-three-icon.png') no-repeat !important; 
 }

 .swiper-button-next, .swiper-button-prev{
    width: 40px !important;
    height: 40px !important;
 }
 .swiper-container-three{
     position: relative;  
 }
 .swiper-container-three .banner-three-number{
    font-size: 43px;
    color: #c88958;
    margin: 15px 22px;
    position: relative;
 }

 .swiper-container-three .banner-three-number::after{
    content: '';
    width: 20px;
    height: 3px;
    background: #c88958;
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 3px;
    bottom: 0;
 }

 .swiper-container-three .banner-three-icon{
    position: absolute;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    top: 38px;
    left:102px;
 }
 .swiper-container-three .banner-three-icon .banner-three-img{
    width: 100%;
    transition: all 1s;
 }
 .swiper-container-three .banner-three-icon .banner-three-blue-img{
    display: none;
 }


 .swiper-container-three .three-banner-item:hover{
    box-shadow:0px 2px 8px 0px rgba(207,207,207,0.48);
 }
 .swiper-container-three .three-banner-item:hover .banner-three-blue-img{
    display: block;
 }
 .swiper-container-three .three-banner-item:hover .banner-three-old-img{
    display: none;
 }

 .swiper-container-three .banner-three-one-title{
     position: absolute;
     width: 100%;
     top: 121px;
     text-align: center;
    font-size: 18px; 
    font-weight: bold;
    color: #333;
 }

 .swiper-container-three .banner-three-two-title{
    position: absolute;
    width: 100%;
    top: 150px;
    text-align: center;
    font-size: 14px;
    color: #666;
 }

 .swiper-container-three .banner-three-btn{
     position: absolute;
     top: 202px;
     width: 100%;
     left: 27px;
    font-size: 14px;
    color: #c88958;
    width: 219px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #c88958;
 }

 .swiper-container-three .banner-three-btn:hover{
     color: #fff;
     background: #4B6BFB;
 }

 .banner-three-controll{
     display: none;
 }

 .swiper-container-three:hover  .banner-three-controll{
    display: block;
 }
 

 /* 金融贷款 */
 .all-service-item-bottom{
    width: 100%;
    height: 264px;
    margin-top: 47px;
    background: url('../images/index/bank-bg-icon.png') no-repeat;
    display: flex;
 }

 .all-service-item-bottom-left{
    margin-top:30px;
    margin-left: 35px;
    width: 378px;
    height: 264px;  
 }

 .all-service-item-bottom-left-two-text,
 .all-service-item-bottom-left-three-text{
     font-size: 14px;
     color: #fff;
 }
 .all-service-item-bottom-left   .all-service-item-bottom-left-one-title{
    font-size: 32px; 
    font-weight: bold; 
    color: #fff;
 }

 .mt20{
    margin-top: 20px;
 }

 .all-service-item-bottom-left-btn{
    width: 132px;
    height: 40px;
    line-height: 40px;
    background: #c88958;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-align: center;
 }
 
 .all-service-item-bottom-left-btn:hover{
    color: #fff;
 }


 /* 右边轮播部分 */
 .all-service-item-bottom-right{ 
    overflow: hidden; 
    flex: 1; 
 }
 .all-service-item-bottom-right-title{ 
     margin-top: 65px;
     font-size: 17px;
     color: #fff;
     margin-left: 40px;
 }
 .swiper-container-four{ 
     margin-top: 15px;
     position: relative;
     margin-left: 24px;
     width: 770px;
     overflow: hidden; 
 }

 .swiper-container-four .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
     background-image: none;
 }
  
 .swiper-container-four  .swiper-button-next-bank{
    background:url('../images/index/bank-right.png') no-repeat !important
 }

 .swiper-container-four  .swiper-button-prev-bank{
    background:url('../images/index/bank-left.png') no-repeat !important
 } 
 .swiper-container-four .swiper-button-prev-bank{
    position: absolute;
    top: 65%;
    left: 0;
 } 
 
 .swiper-container-four  .swiper-slide img{
    width: 161px;
    height: 72px;
 } 
 .bank-banner-box{
     padding: 0 20px;
 }

 .swiper-container-four .swiper-button-next-bank{
    position: absolute;
    top: 65% !important;
    right: -19px !important;
 } 
 
 /* 海马资讯 */
 .hiama-information{
    padding: 60px 0; 
    width: 100%;
    height: 800px;
    overflow: hidden;
 }
 .hiama-information-bottom{
    padding-left: 59px;
    
 }
 .information-bottom-nav{
     width: 1079px;
     display: flex; 
     margin-top: 50px; 
     border-bottom: 1px solid #4C6CFB;
 }

 .information-bottom-nav a{ 
    display: block; 
    width: 180px;
    height: 48px;
    line-height: 48px;
    text-align: center;  
    color: #4C6CFB;
    font-size: 18px;
    font-weight: bold;
 }

 .information-bottom-nav a.active{
    background-color: #4C6CFB;
    color: #fff; 
    border-radius: 4px 4px 0px 0px;
 }

/* 资讯 */
 .information-bottom-nav-content{
     margin-top: 40px;
 }
 .information-bottom-nav-content li{
    display: flex;
 }

 .information-bottom-nav-content li  .nav-content-left-box{
    width: 278px;
    height: 514px;
    padding: 25px 10px;
    box-shadow:0px 2px 8px 0px rgba(207,207,207,0.48) ;
    margin-right: 20px;
} 

 .information-bottom-nav-content li  .nav-content-left-box .infomation-bg{
    width: 259px;
    height: 193px;
 }

 .information-bottom-nav-content li  .nav-content-left-box .infomation-title{
    width: 259px;
    height: 23px;
    margin-top: 20px;
    font-size: 18px;
    color: #333;
 }

 .information-bottom-nav-content li  .nav-content-left-box .infomation-content{
    width:257px ;
    height: 65px;
    margin-top: 15px;
    font-size: 16px;
    color: #999;
 }

 .information-bottom-nav-content li  .nav-content-left-box  .infomation-day{
     margin-top: 25px;
    font-size: 60px;
    color: #999;
 }

 .information-bottom-nav-content li  .nav-content-left-box  .infomation-date{
    margin-top: 10px;
   font-size: 20px;
   color: #999;
}

/* 右边 */
.nav-content-right-box{
    padding: 24px 34px;
    box-shadow:0px 2px 8px 0px rgba(207,207,207,0.48) ;
    display: flex;
    margin-bottom: 28px;
}
.nav-content-right-box .nav-content-right-box-left{
   width: 100px;   
   height: 104px;   
   border-right: 1px solid #eee;
   padding: 0 30px 0 0 ;
   margin-right: 37px;
}
.nav-content-right-box .nav-content-right-box-left .nav-content-right-box-left-day{
    font-size: 60px;
    color: #999;
    margin-top: -10px;
}

.nav-content-right-box .nav-content-right-box-left  .nav-content-right-box-left-date{ 
   font-size: 20px;
   color: #999; 
}

.nav-content-right-box .nav-content-right-box-right .nav-content-right-box-right-title{
    width: 392px;
    height: 23px; 
    font-size: 18px;
    color: #333;
 }

 .nav-content-right-box .nav-content-right-box-right  .nav-content-right-box-right-content{
    width:392px ;
    height: 65px;
    margin-top: 15px;
    font-size: 16px;
    color: #999;
    overflow: hidden;
 }

 /* 海马法拍 */

 .hama-fapai{
     width: 100%;
     margin: auto;
     height: 350px;
     background:url('../images/index/haima-fapai-bg.png') no-repeat center; 
 }

 .hama-fapai .hama-fapai-title{
    font-size: 32px;
    color: #333;
    margin-top: 60px;
    text-align: center;
    font-weight: bold;
 }  

 .hama-fapai .hama-fapai-middle{
    font-size: 24px;
    color: #999;
    margin-top:20px;
    text-align: center;
    font-weight: bold;
 }  

 .hama-fapai  .hama-fapai-bottom{
     margin-top: 50px; 
     display: flex;
 }

 .hama-fapai  .hama-fapai-bottom .hama-fapai-bottom-item{
    padding: 0 50px;
    height: 105px;
    border-right: 1px solid #999;
 }

 .hama-fapai  .hama-fapai-bottom .hama-fapai-bottom-item:last-child{
    border-right:none;
 }
 .hama-fapai  .hama-fapai-bottom .hama-fapai-bottom-item-number{
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    color: #c88958;
 }

 .hama-fapai  .hama-fapai-bottom .hama-fapai-bottom-item-content{
    font-size: 16px;
    color: #333;
    width: 275px;
    height: 42px;
    overflow: hidden;
 }
 .yi-text{
    font-size: 14px;
    font-weight: 600; 
    vertical-align: 2px; 
 }

 /* 合作单位 */
 .cooperation-box{
     padding:50px 0 ;
 }
 .cooperation-list{
     margin-top: 50px;
     padding: 0 10px;
 }
 .cooperation-list-item{
     width: 273px;
     height: 124px;
     line-height:124px;
     text-align: center;
     line-height:  124px;
     float: left;
     margin-right: 29px;
 }
 
 .cooperation-list-item:nth-child(4n){
    margin-right:0;
 }

 .grey-line{
    width: 100%; 
    height: 10px;
    background: #F5F5F5;
 }

 .information-bottom-nav-content li .nav-content-left-box .infomation-title:hover,
 .nav-content-right-box .nav-content-right-box-right .nav-content-right-box-right-title:hover{
    color: #4B6BFB;
 }