/*合作伙伴*/
.cooper{
  margin:34px auto 30px;
  text-align: center;
}
.cooper_header h1{
  margin:0;
  line-height: 1;
  font-size: 26px;
  color: #303030;
}
.cooper_header h2{
  margin:20px 0;
  line-height: 1;
  font-size: 16px;
  color: #666;
}
.cooper_line{
  display: inline-block;
  width:196px;
  margin-bottom: 56px;
  border-top: 1px solid #e5e5e5;
  font-size: 0;
}
.cooper_line:after{
  margin-top: -3px;
  display: inline-block;
  content: '';
  width: 50px;
  height: 4px;
  vertical-align: top;
  background-color: #008cd7;
}