/*公共部分*/
/*设置样式*/
.fish-im {
  padding-top: 56px;
  width: 100%;
  background: #fff;
}
.fish-im .title {
  height: 300px;
  width: 100%;
  overflow: hidden;
  background: url(../../images/wechat/icon_title.png) no-repeat center;
}
.fish-im .title .text {
  overflow: hidden;
  margin: 110px auto 0 auto;
  color: #fff;
  text-align: center;
}
.fish-im .title .text h3 {
  font-size: 40px;
  height: 40px;
  line-height: 40px;
  padding-bottom: 22px;
}
.fish-im .title .text p {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
}
.fish-im .content {
  margin-top: 20px;
  width: 100%;
}
.fish-im .content .im-introduce {
  width: 100%;
}
.fish-im .content .im-introduce .im-introduce-box {
  max-height: 720px;
  max-width: 1294px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.fish-im .content .im-introduce .im-introduce-box img {
  width: 100%;
}
.fish-im .content .program-title {
  margin: 0 auto;
  padding-top: 80px;
  background: #f9f9f9;
}
.fish-im .content .program-title h3 {
  font-size: 34px;
  text-align: center;
}
.fish-im .content .im-program {
  width: 100%;
  background: #f9f9f9;
}
.fish-im .content .im-program .im-program-box {
  max-height: 379px;
  max-width: 1140px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.fish-im .content .im-program .im-program-box img {
  width: 100%;
}
.fish-im .register {
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 100%;
  background: #438ee9;
}
.fish-im .register .register-button {
  font-size: 14px;
  color: #fff;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 296px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  background: #438ee9;
  cursor: pointer;
}
.fish-im .register .register-button:hover {
  color: #378be0;
  background: #fff;
}
