.containers {
    width: 100%;
    padding: 0 360px;
    padding-top: 160px;
    text-align: center;
  }
.containers .contaier-top {
    width: 100%;
    height: 220px;
  }
.containers .contaier-top p {
    font-size: 56px;
    font-weight: 400;
  }
  .containers .contaier-top .title p:before {
    position: relative;
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #999;
    vertical-align: 5px;
    margin-right: 10px;
  }
  .containers .contaier-top .title p {
    font-size: 18px;
    color: #999;
    margin-top: 16px;
  }

  .containers .contaier-top .title p:after {
    position: relative;
    margin-left: 10px;
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #999;
    vertical-align: 5px;
  }

.containers .contaier-top .box {
    width: 18%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
.containers .contaier-top .box .left {
    width: 35px;
    height: 2px;
    background-color: #999999;
  }
.containers .contaier-top .box .text {
    font-size: 14px;
    color: #999999;
}
.containers .contaier-top .box .right {
    width: 35px;
    height: 2px;
    background-color: #999999;
  }
  .containers .contaier-top .text-center {
    font-size:24px;
  }
  @media screen and (min-width: 1200px) and (max-width: 1700px) {
    .containers .contaier-top .text-center {
      font-size:20px;
    }
  }