@media screen and (min-width: 1200px) {
  .wuyou-contain .wd1400 .wuyou-box .wuyou-item:hover img {
    transform: rotate(-360deg);
  }
  .index-team .wd1400 .team-box .item:hover img {
    transform: scale(1.2);
  }
}
.nei-head-b {
  background-color: #fff;
}
.nei-head-b .wd1400 .word .xiao {
  max-width: 540px;
}
.nei-head-b .wd1400 .show {
  padding-right: 100px;
}
.nei-head-what {
  height: auto;
  padding: 50px 0;
  background-color: #fafafa;
}
.nei-head-what .wd1400 {
  display: flex;
  flex-direction: row-reverse;
}
.nei-head-what .wd1400 .word {
  max-width: 540px;
  padding-top: 50px;
}
.nei-head-what .wd1400 .show {
  height: 457px;
}
.mark-title {
  text-align: center;
}
.mark-title .h6 {
  font-size: 40px;
  font-weight: bold;
}
.mark-title .h6 span {
  padding-bottom: 5px;
  border-bottom: 2px solid #ff8080;
}
.mark-title .p {
  color: #666;
  font-size: 16px;
  margin-top: 30px;
}
.index-business {
  padding: 95px 0 150px;
  background-color: #ffffff;
}
.index-business .wd1400 .business-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 78px;
  justify-content: space-between;
}
.index-business .wd1400 .business-box .bus-item {
  width: 24.4%;
  height: 400px;
  padding-top: 43px;
  box-sizing: border-box;
  box-shadow: 1px 2px 7px 0px rgba(62, 62, 62, 0.09);
}
.index-business .wd1400 .business-box .bus-item .out {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.index-business .wd1400 .business-box .bus-item .icon {
  transition: 0.5s;
}
.index-business .wd1400 .business-box .bus-item .bus-tit {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
}
.index-business .wd1400 .business-box .bus-item .gang {
  width: 265px;
  height: 1px;
  opacity: 0.25;
  margin: 17px auto;
  background-color: #ededed;
}
.index-business .wd1400 .business-box .bus-item .show {
  max-width: 240px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}
.index-business .wd1400 .business-box .bus-item-1 {
  background-color: #4fa399;
}
.index-business .wd1400 .business-box .bus-item-2 {
  background-color: #396bb8;
}
.index-business .wd1400 .business-box .bus-item-3 {
  background-color: #744a96;
}
.index-business .wd1400 .business-box .bus-item-4 {
  background-color: #6085a9;
}
.index-business .wd1400 .business-box .bus-item:hover .icon {
  transform: rotate(360deg);
}
.index-team {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('../img/index/team_bg.png');
}
.index-team .wd1400 .mark-title .h6 {
  color: #fff;
}
.index-team .wd1400 .team-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 78px;
}
.index-team .wd1400 .team-box .item {
  width: 12.5%;
  height: 117px;
  line-height: 117px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  overflow: hidden;
  cursor: pointer;
}
.index-team .wd1400 .team-box .item img {
  max-width: 95%;
  max-height: 95%;
  transition: 0.3s;
}
.index-team .wd1400 .item-box:nth-of-type(8n) {
  border-right: 0;
}
.index-team .wd1400 .item-box:nth-of-type(8n),
.index-team .wd1400 .item-box:nth-of-type(7n),
.index-team .wd1400 .item-box:nth-of-type(6n),
.index-team .wd1400 .item-box:nth-of-type(5n),
.index-team .wd1400 .item-box:nth-of-type(4n),
.index-team .wd1400 .item-box:nth-of-type(3n),
.index-team .wd1400 .item-box:nth-of-type(2n),
.index-team .wd1400 .item-box:nth-of-type(1n) {
  border-top: 0;
}
.wuyou-contain {
  padding: 95px 0 80px;
  background-color: #fff;
}
.wuyou-contain .wd1400 .wuyou-box {
  margin-top: 80px;
  display: flex;
  justify-content: space-around;
}
.wuyou-contain .wd1400 .wuyou-box .wuyou-item {
  text-align: center;
  max-width: 228px;
  transition: 0.3s;
}
.wuyou-contain .wd1400 .wuyou-box .wuyou-item img {
  transition: 0.3s;
}
.wuyou-contain .wd1400 .wuyou-box .wuyou-item h2 {
  margin-top: 20px;
  font-size: 20px;
  color: #666;
}
.wuyou-contain .wd1400 .wuyou-box .wuyou-item p {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.wuyou-contain .wd1400 .more-q {
  margin: 80px auto 0;
}
@media screen and (max-width: 1200px) {
  .nei-head-what .wd1400 {
    flex-direction: revert;
  }
  .nei-head-what .wd1400 .word {
    padding-top: 0;
  }
  .index-business .wd1400 .business-box .bus-item .out {
    width: 120px;
    height: 120px;
  }
  .index-business .wd1400 .business-box .bus-item .show {
    max-width: none;
    padding: 0 10px;
  }
  .index-business .wd1400 .business-box .bus-item .gang {
    width: 60%;
  }
  .mark-title .h6 {
    font-size: 26px;
  }
  .wuyou-contain .wd1400 .wuyou-box {
    flex-wrap: wrap;
  }
  .wuyou-contain .wd1400 .wuyou-box .wuyou-item {
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  .index-business .wd1400 .business-box {
    margin-top: 20px;
  }
  .index-business .wd1400 .business-box .bus-item {
    width: 49%;
    margin-bottom: 20px;
  }
  .index-business,
  .index-team {
    padding: 30px 0;
  }
  .index-team .wd1400 .team-box {
    margin-top: 30px;
  }
  .index-team .wd1400 .team-title .en {
    font-size: 38px;
  }
  .index-team .wd1400 .team-title .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .index-team .wd1400 .team-box .item {
    width: 33.33%;
  }
  .wuyou-contain .wd1400 .wuyou-box .wuyou-item img {
    width: 100px;
  }
  .wuyou-contain {
    padding: 30px 0;
  }
  .wuyou-contain .wd1400 .wuyou-box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .index-business .wd1400 .business-box .bus-item {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
  .index-business .wd1400 .business-box .bus-item .out {
    width: 80px;
    height: 80px;
  }
  .mark-title .h6 {
    font-size: 20px;
  }
  .index-business .wd1400 .business-box .bus-item .icon {
    width: 40px;
  }
  .index-team .wd1400 .team-box .item {
    height: 80px;
    line-height: 80px;
  }
  .wuyou-contain .wd1400 .wuyou-box .wuyou-item {
    width: 50%;
  }
  .wuyou-contain .wd1400 .wuyou-box .wuyou-item p {
    font-size: 14px;
  }
  .wuyou-contain .wd1400 .wuyou-box .wuyou-item h2 {
    font-size: 16px;
  }
  .wuyou-contain .wd1400 .more-q {
    margin: 10px auto 0;
  }
}
