  .con_ban {
    width: 100%;
  }

  .con_ban img {
    width: 100%;
  }

  .con_bj {
    width: 100%;
    height: 460px;
    background-color: #efefef;
    box-sizing: border-box;
  }

  .con_tit {
    position: relative;
    text-align: center;
    font-size: 24px;
    color: #ca9a52;
    padding-top: 10px;
  }

  .con_tit div:nth-child(1) {
    width: 30%;
    position: absolute;
    border-bottom: 1px solid #ca9a52;
    top: 28px;
  }

  .con_tit div:nth-child(2) {
    width: 30%;
    position: absolute;
    border-bottom: 1px solid #ca9a52;
    top: 28px;
    right: 0;
  }

  .con_tit2 {
    text-align: center;
    font-size: 20px;
    color: #4e2222;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .con_tit3 {
    width: 100%;
    height: 320px;
    background-color: #ffffff;
  }

  .con_tit3 div:nth-child(1) {
    width: 100%;
    float: left;
    font-size: 20px;
    padding-left: 2%;
    text-align: center;
  }

  .con_tit3 div:nth-child(1) p {
    display: inline-block;
    color: #cb9f51;
    margin-top: 20px;
    border-bottom: 2px solid #cb9f51;
    padding-bottom: 10px;
    margin-right: 20px;
  }

  .con_tit3 div:nth-child(1) a {
    display: inline-block;
    margin-top: 20px;
    color: #333;
  }

  .con_tit3 div:nth-child(2) {}

  .con_tit3 div:nth-child(3) {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: 2%;
    padding: 30px;
  }

  .con_tit3 div:nth-child(3) p {
    font-size: 16px;
    line-height: 2.2;
    color: #333;
  }