a {text-decoration: none;}
a:hover {text-decoration: none;}
html,body {min-height: 100vh;background: #ebeefb;}
.prop_content {}
.prop_cont_content {height: 100vh; background: url(../../images/propsImg-08/prop_bg.png) no-repeat;background-size: cover;}

.box_nav { display: flex; color: #fff; padding: 24px 0px;}
.box_nav .nav_current { }
.box_nav .box_nav_ul { display: flex;margin-bottom: 0; padding-left: 0;}
.box_nav .box_nav_ul li a {color: #fff;}
.box_nav .box_nav_ul li .divider { margin: 0 8px; }
.banner_search { display: flex;align-items: center;justify-content: center;flex-direction: column; }
.banner_search .banner_title { text-align: center; position: relative; margin-top: 26px;margin-bottom: 12px;}
.banner_search .banner_title::before {
    position: absolute;
    content: '';
    display: inline-block;
    height: 1px;
    width: 93px;
    background: #b0c3ec;
    top: 35px;
    left: -125px;
}
.banner_search .banner_title::after {
    position: absolute;
    content: '';
    display: inline-block;
    height: 1px;
    width: 93px;
    background: #b0c3ec;
    top: 35px;
    right: -125px;
}
.banner_search .banner_title .titl { font-size: 44px;color: #ffffff; font-weight: bold; }
.banner_search .banner_title span { font-size: 16px; color: #fff; opacity: 0.67; letter-spacing: 3px; }

.fuond_project {
    color: black;
    margin-top: 50px;
  }
  
  .project_card_box {
   display: flex;
   line-height: normal;
  }
  .project_card_box .card_div {
    width: 230px;
    border-radius: 8px;
    background: #f1f3fb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 24px 18px;
    margin-right: 8px;
    cursor: pointer;
    border: solid 1px #1e85f7;
  }
  .card_div:hover {
    transform:scale(1.08);
    box-shadow: 0px 0px 16px 0px rgba(0, 28, 227, 0.45);
    transition: 0.1s all linear;
  }
  .common_icon {
    display: inline-block;
    background: url(../../images/propsImg-08/prop_Icon_img.png) no-repeat;
    vertical-align: middle;
    margin-bottom: 22px;
  }
  
  .card_title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
  }
  
  .contText {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    height: 160px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    
  }
  
  .xian {
    width: 28px;
    height: 3px;
    margin-bottom: 15px;
  }
  .bgColor1 { background: #1c82f6; }
  .bgColor2 { background: #ff7a03; }
  .bgColor3 { background: #df555f; }
  .bgColor4 { background: #4bcfbb; }
  .bgColor5 { background: #691cf6; }
  
  .icon_tip1 {
    width: 92px;
    height: 92px;
    background-position: 0 -315px;
  }
  
  .icon_tip2 {
    width: 92px;
    height: 92px;
    background-position: 0px -420px;
  }
  .icon_tip3 {
    width: 92px;
    height: 92px;
    background-position: 0px -210px;
  }
  .icon_tip4 {
    width: 92px;
    height: 92px;
    background-position: 0px 0px;
  }
  .icon_tip5 {
    width: 92px;
    height: 92px;
    background-position: 0px -105px;
  }



/* 尾部部分 */
.tec-bottom { height: 76px;background: #15224c;text-align: center; }
.tec-bottom span { margin-right: 20px; line-height: 76px;}
.tec-bottom span:last-child { margin-right: 0px; }
.tec-bottom span, .tec-bottom span a { color: #bbbfcd; }