.wrapper {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.section-title {
  text-align: center;
  line-height: 1;
}
.section-title .tip {
  font-size: 56px;
}
.section-title .text {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  margin-top: -20px;
  z-index: 1;
}
.banner {
  height: 450px;
  background: url(../../img/mohe/banner-bg.jpg) no-repeat center / cover;
}
.banner .contenter {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .left .title {
  display: block;
  height: 58px;
  margin-bottom: 28px;
}
.banner .left .text {
  font-size: 18px;
  color: #FEFEFF;
  line-height: 1.5;
}
.banner .img {
  display: block;
  width: 724px;
}
.instruction .contenter {
  padding: 70px 0 28px;
}
.instruction .section-title {
  margin-bottom: 57px;
}
.instruction .section-title .tip {
  color: rgba(5, 5, 5, 0.12);
}
.instruction .section-title .text {
  color: #111111;
}
.instruction .table {
  width: 100%;
}
.instruction .table .thead {
  height: 50px;
  background: #F2F2F8;
  border-radius: 4px;
}
.instruction .table .thead .cell {
  font-size: 16px;
  color: #111111;
}
.instruction .table .cell:not(:first-child) {
  margin-left: 10px;
}
.instruction .table .label {
  width: 180px;
  text-align: center;
}
.instruction .table .tbody {
  margin-top: 10px;
}
.instruction .table .tbody .cell {
  background: #F2F2F8;
  border-radius: 4px;
}
.instruction .table .tbody .label {
  font-size: 22px;
  font-weight: bold;
  color: #056CF3;
  padding: 5px;
}
.instruction .table .list {
  padding: 20px;
}
.instruction .table .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  border-radius: 6px;
  font-size: 16px;
  color: #FFFFFF;
  padding: 5px;
  text-align: center;
}
.instruction .table .item:not(:last-child) {
  margin-bottom: 10px;
}
.instruction .table .left {
  position: relative;
}
.instruction .table .left::before {
  content: "";
  width: 168px;
  height: 182px;
  background: url(../../img/mohe/instruction-img.png) no-repeat center / 100% 100%;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.instruction .table .left .item {
  margin-left: 8px;
  background: #21C668;
  position: relative;
}
.instruction .table .left .item::before {
  content: "";
  box-sizing: border-box;
  width: 8px;
  height: 18px;
  border-top: 9px solid transparent;
  border-right: 8px solid #21C668;
  border-bottom: 9px solid transparent;
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
}
.instruction .table .right .item {
  background: #4088F6;
}
.instruction .button {
  width: 156px;
  height: 44px;
  border: 1px solid #A5CDF6;
  border-radius: 4px;
  font-size: 16px;
  color: #4088F6;
  margin: 30px auto 0;
  transition: all 0.2s;
}
.instruction .button:hover {
  opacity: 0.8;
}
.solution {
  background: #F9FAFC url(../../img/mohe/solution-bg.jpg) no-repeat center top / auto 400px;
}
.solution .contenter {
  padding: 69px 0 20px;
}
.solution .section-title {
  margin-bottom: 74px;
}
.solution .section-title .tip {
  color: rgba(255, 255, 255, 0.08);
}
.solution .section-title .text {
  color: #ffffff;
}
.solution .list {
  display: flex;
  justify-content: space-between;
}
.solution .list .item {
  width: 280px;
  height: 310px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(45, 114, 255, 0.4);
  border-radius: 4px;
  padding: 25px 18px;
}
.solution .list .item:hover {
  -webkit-animation: pulse;
  animation: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.solution .list .item .icon {
  display: block;
  width: 144px;
  margin: 0 auto 12px;
}
.solution .list .item .title {
  font-size: 20px;
  font-weight: bold;
  color: #111111;
  text-align: center;
  margin-bottom: 15px;
}
.solution .list .item .text {
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
}
.why {
  background: #F9FAFC;
}
.why .contenter {
  padding: 50px 0 50px;
}
.why .section-title {
  margin-bottom: 80px;
}
.why .section-title .tip {
  color: rgba(5, 5, 5, 0.12);
}
.why .section-title .text {
  color: #111111;
}
.why .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 44px;
}
.why .list .item {
  width: 40%;
  height: 155px;
}
.why .list .item:hover {
  -webkit-animation: pulse;
  animation: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.why .list .item .img {
  display: block;
  width: 54px;
  height: 54px;
  margin-right: 36px;
}
.why .list .item .title {
  font-size: 24px;
  font-weight: bold;
  color: #050505;
  margin-bottom: 10px;
}
.why .list .item .text {
  font-size: 18px;
  color: #666666;
}
.application .contenter {
  padding: 79px 0 77px;
}
.application .section-title {
  margin-bottom: 80px;
}
.application .section-title .tip {
  color: rgba(5, 5, 5, 0.12);
}
.application .section-title .text {
  color: #111111;
}
.application .list {
  display: flex;
  justify-content: space-between;
}
.application .list .item {
  width: 380px;
  min-height: 300px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
}
.application .list .item .img-wrap {
  width: 100%;
  overflow: hidden;
}
.application .list .item .img-wrap .img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.application .list .item:hover .img {
  transform: scale(1.2, 1.2);
}
.application .list .item .content {
  padding: 18px;
}
.application .list .item .content .title {
  font-size: 18px;
  font-weight: bold;
  color: #111111;
  margin-bottom: 10px;
}
.application .list .item .content .text {
  font-size: 16px;
  color: #666666;
}
.contact {
  height: 218px;
  background: url(../../img/mohe/contact-bg.jpg) no-repeat center / cover;
}
.contact .contenter {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact .contenter .text {
  font-size: 32px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.contact .contenter .button {
  width: 162px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  color: #4088F6;
  transition: all 0.2s;
}
.contact .contenter .button:hover {
  opacity: 0.8;
}
