.price .container{
    max-width: 1300px;
}
.price{
    background-color:#ededed;
}
.project{
    background-color: #d37858;
    border-radius: 60px;
}
.xm{
    display: flex;
    justify-content: space-around;

}
.xm p{
    color: #fff;
}
.xm h4{
    color: #fff;
}
.gh{
    background-color: #ededed
}
.chin{
    display: flex;
    justify-content: space-evenly;
}
.chin p{
    padding-top: 2%;
}
.jgbg{
    background-image: url("../images/bgs.png");
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .gag h6{
    color: #1e3357;
  }
  .gag h2{
    color: #1e3357;
  }

  .itme.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff00;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125) !important;
    border-radius: .25rem;
}

.itme.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .0);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.itme.btn-link:hover {
    color: #1e3357;
    text-decoration: underline;
}
.itme.btn-link {
    font-weight: 400;
    color: #1e3357;
    text-decoration: none;
}


  .jiage h5{
    color: #1e3357;
    display: inline;
  }
  .jiage h4{
    color: #B75168;
    display: inline-block;
  }
  .menu-text-midle {
    float: left;
    width: 30%;
    position: relative;
    height: 19px;
}
.menu-text-midle span.line {
    position: absolute;
    top: 67%;
    left: 0%;
    width: 100%;
    height: 1px;
    background: #000000;
    content: '';
    opacity: 1;
}
.menu-text-left {
    float: left;
    width: auto;
    text-align: left;
}
.menu-text-left h4 {
    font-size: 20px;
    margin: 0;
    color: #555555;
    letter-spacing: 1px;
    margin-bottom: 0.3em;
}
.dis{
    display: inline-block;
}
 .itme.btn-block {
    display: block;
    width: auto;
}
 .itme.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
}
.reds.btn-danger {
    color: #fff;
    background-color: #b75e74;
    border-color: #b75e74;
}
.center {
    text-align: center;
}

.dashed-text {
    position: relative;
    padding-left: 20px; /* 左侧空间为竖线预留 */
  }
   
  .dashed-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%; /* 竖线垂直居中 */
    transform: translateY(-50%);
    height: 100%; /* 竖线高度匹配容器高度 */
    width: 2px; /* 竖线宽度 */
    background: #5091ea; /* 竖线颜色 */
  }
  .sp {
    color: #5091ea;
    font-weight: 400;
    font-size: 18px;
    padding-left: 2%;
  }