.navbar-brand>img {
    width: 200px;
  }
  
  .navbar-fixed-top .navbar-brand>img {
    width: 200px;
  }
  
  /* 鑷€傚簲杞挱 */
  .pc_imgBox {
    display: block;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .m_imgBox {
    display: block;
    width: 100%;
  }
  
  .m_imgBox img {
    width: 100%;
  }
  
  /* .carousel-indicators{
    background: #ccc;
  } */
  
  .pc_imgBox.one {
    height: 300px;
  }
  
  .pc_imgBox.two {
    height: 500px;
  }
  
  .pc_imgBox.three {
    height: 450px;
  }
  
  .pc_imgBox.four {
    height: 650px;
  }
  
  .pc_imgBox.five {
    height: 510px;
  }
  
  .pc_imgBox.six {
    height: 330px;
  }
  
  .pc_imgBox.seven {
    height: 400px;
  }
  
  .pc_imgBox.eight {
    height: 470px;
  }
  
  .how-work-tab ul {
    background: none !important;
    box-shadow: none !important;
  }
  
  .myNav {
    background: none !important;
    box-shadow: none !important;
    box-sizing: border-box;
  }
  
  .myNav>li {
    border: 1px solid #ccc;
    margin-right: 5px;
    box-sizing: border-box;
    box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.15);
  }
  
  .myNav>li a {
    text-decoration: none;
  }
  
  .myNavChild>a {
    display: block;
    width: 80%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.15);
    text-align: left;
    text-indent: 1em;
    margin-bottom: 5px;
    color: rgb(104, 103, 103);
    text-decoration: none;
  }
  
  .w-middle {
    width:100%;
    margin-top: 10px;
  }
  
  .w-middle .w-middle-block {
    width: 100%;
    height:50px;
    background: #ff5f6d none repeat scroll 0 0;
    text-align: center;
    color: #fff;
  }
  
  .w-middle .w-middle-block-text{
    width:80%;
    height:auto;
    padding:5px 0;
    line-height:20px;
    margin:0 auto;
    max-height:45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
  }