.content {
  background-color: #fff;
  min-height: 500px;
  padding: 30px 100px 30px 100px;
}
.content-logo{
  width: 120px;
  margin: 0 auto 30px auto ;
}
.intro-text{
  line-height: 30px;
  text-indent:32px;
  color: #333333;
}
.intro-title{
  text-align: center;
  font-size: 18px;
  color: #666666;
  margin-top: 30px;
}
.content .divider{
  width: 35px;
  border-bottom: 3px solid red;
  margin: 0 auto;
}
.intro-img-wrapper{
  margin-top: 30px;
  margin-bottom: 70px;
}
.intro-img-wrapper img{
  margin: 0 auto;
}
.img-banner2 {
  background: url(/images/main_banner2.jpg) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color:#fff;
  padding: 100px 0;
  min-height: 320px;
}
.img-banner2 .divider{
  border-bottom: 2px solid #fff;
  width: 30px;
  margin: auto;
}
.img-banner2 img{
  width: 50px;
  margin: auto;
}