* {
  margin: 0;
  padding: 0;
}
.header-bg {
  height: 198px;
  width: 100%;
    margin-top: -1px;

  background: url(header-bg.png) no-repeat;
  background-position: bottom;
}
.tain {
  width: 100%;
    min-height: 100px;
    overflow: hidden;
  padding-top: 50px;
}
.tain .contain {
  width: 1200px;
  margin: 0 auto;
}
.tain .contain .tain-top {
  float: left;
  padding: 30px 30px;
  box-shadow: 5px 5px 5px #f3f3f3, 5px -5px 5px #f3f3f3, -5px 5px 5px #f3f3f3, -5px -5px 5px #f3f3f3;
  margin-bottom: 26px;
}
.tain .contain .tain-top img {
  float: left;
  display: block;
  margin-right: 38px;
}
.tain .contain .tain-top .add-right {
  float: left;
}
.tain .contain .tain-top .add-right p {
  line-height: 50px;
  cursor: default;
  max-width: 500px;
  font-size: 16px;
}
.tain .contain .tain-top .add-right p:nth-child(1) {
  font-weight: bold;
  color: #0e52a7;
}
