@charset "UTF-8";
.clear {
  clear: both;
}

/*banner样式*/
.banner {
  width: 100%;
  height: 150px;
  background: url(/statics/images/image/about.jpg) center center no-repeat;
}

.banner img{
  display: none;
}

/*我们是谁*/
.meIsWho {
  width: 100%;
  background: #fff;
}
.meIsWho .meIsWho_center {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px 0;
}

/* 用户协议 */
.agreementContent{
  width: 100%;
}
.agreementContent .titleTime{
  width: 1200px;
  margin:0 auto;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.agreementContent .titleTime h1.title{
  text-align: center;
  line-height: 50px;
  margin-top: 40px;
  color: #666;
}

.agreementContent .titleTime span{
  width: 100%;
  display: block;
  text-align: center;
  color: #999;
  font-size: 14px;
}
.agreementContent .centerConter{
  width: 1200px;
  margin: 20px auto;
}
@media all and (max-width: 640px) {
  .meIsWho .meIsWho_center{
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
  }
  .meIsWho .meIsWho_center img{
    display: block;
    width: 100% !important;
  }
  /*用户协议*/
  .agreementContent .titleTime{
    width:100%;
  }
  .agreementContent .titleTime h1.title{
    margin-top: 20px;
    font-size: 22px;
  }
  .agreementContent .titleTime span{
    font-size: 12px;
  }
  .agreementContent .centerConter{
    width: 96%;
  }
  .banner{
    margin-top: 40px;
    background: none;
    width: 100%;
    height: auto;
  }
  .banner img{
    width: 100%;
    display: block;
  }
} 