
.container {
    padding: 60px 0px;
  }
  
  .about .title h4,
  .about .title h4 i,
  .about .title p {
    color: #fff;
  }
  .about .about_con {
    height: 420px;
    padding: 10px 0px;
    /* background-color: pink; */
    background-image: url(/skin/images/about_bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    min-width: 1100px;
  }

  .about .about_us {
    height: 420px;
    /* padding: 10px 0px; */
    /* background-color: pink; */
    background-image: url(/skin/images/aboutbg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    min-width: 1100px;
  }
  .about .about_con .desc p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
  }
  .about .about_con .btns {
    text-align: center;
    padding-top: 30px;
  }
  .about .about_con .btns a {
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    margin: 0px 30px;
  }
  .about .about_con .btns a.call {
    background-color: #fff;
    color: #0d6743;
  }
  .about .aobut_honor {
    margin-top: -170px;
  }
  .about .aobut_honor ul li {
    float: left;
    width: 200px;
    height: 272px;
    padding: 5px;
    background-color: #dcdcdc;
    overflow: hidden;
    margin-right: 12px;
  }
  .about .aobut_honor ul li:last-child {
    margin-right: 0px;
  }
  .w1200 {
    width: 1100px;
    margin: 0 auto;
  }
  .about img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
  }
  
  .news_div_item_title,
  .divdgweb_new_div_item_title {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
  }