.banner {
  background: url("../../img/mainBusiness/mayiManagement/banner.jpg") no-repeat 50% 0%;
  height: 400px;
  color: #fff;
}

.banner-inner {
  position: relative;
  height: 100%;
}

.banner-text {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.banner-text h1 {
  font-size: 70px;
  margin-top: 0;
  margin-bottom: 25px;
}

.banner-text h1 span {
  font-size: 26px;
  vertical-align: bottom;
  font-weight: normal;
}

.banner-text .subheading {
  font-size: 26px;
}

.feature {
  position: relative;
  height: 385px;
  background-repeat: no-repeat;
  background-position: 490px 55px;
}

.feature-description-right {
  background-position: 60px 55px;
}

.feature-description {
  position: absolute;
  top: 120px;
  left: 0;
  width: 45%;
  color: #888;
}

.feature-description h2 {
  color: #0388cc;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 4px;
}

.feature-description .feature-subheading {
  color: #0388cc;
  margin-bottom: 35px;
}

.feature-description p {
  line-height: 2;
}

.feature-description-right .feature-description {
  left: 50%;
}

#customer-management .feature {
  background-image: url("../../img/mainBusiness/mayiManagement/customer-management.png");
}

#cs-management .feature {
  background-image: url("../../img/mainBusiness/mayiManagement/cs-management.png");
  background-position-y: 100%;
}

#financial-management .feature {
  background-image: url("../../img/mainBusiness/mayiManagement/financial-management.png");
}

#quality-management .feature {
  background-image: url("../../img/mainBusiness/mayiManagement/quality-management.png");
  background-position-x: 600px;
}

#training-management .feature {
  background-image: url("../../img/mainBusiness/mayiManagement/training-management.png");
}

#training-management .feature-description {
  top: 90px;
}

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

#information-management-right {
  position: absolute;
  width: 330px;
  top: 114px;
  right: 0;
}

#information-management-right li {
  float: left;
  padding: 0 13px;
  line-height: 34px;
  border: 1px solid #e6e6e6;
  margin-right: 20px;
  margin-bottom: 30px;
  background-color: #fff;
}

#information-management-right li:hover {
  border-color: #0388cc;
  background-color: #0388cc;
  color: #fff;
}

#ant-management-system {
  padding: 95px 0;
  color: #0388cc;
  text-align: center;
}

#ant-management-system h1 {
  font-size: 44px;
  margin-top: 0;
  margin-bottom: 15px;
}

#ant-management-system .subheading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 80px;
  text-transform: uppercase;
}

#ant-management-system ul li {
  float: left;
  width: 25%;
}

#ant-management-system ul li .icon {
  display: inline-block;
  width: 116px;
  height: 116px;
  border: 5px solid #0388cc;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
}

#ant-management-system ul li:hover .icon {
  background-color: #0388cc;
  -webkit-animation-name: pop;
          animation-name: pop;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

#ant-management-system ul li .icon-1 {
  background-image: url("../../img/mainBusiness/mayiManagement/ant-01.png");
}

#ant-management-system ul li .icon-2 {
  background-image: url("../../img/mainBusiness/mayiManagement/ant-02.png");
}

#ant-management-system ul li .icon-3 {
  background-image: url("../../img/mainBusiness/mayiManagement/ant-03.png");
}

#ant-management-system ul li .icon-4 {
  background-image: url("../../img/mainBusiness/mayiManagement/ant-04.png");
}

#ant-management-system ul li h2 {
  font-size: 14px;
}

#ant-management-system ul li .desc {
  font-size: 12px;
  color: #999;
}
