.flex,
.flex-cloum,
.flex-center,
.flex-mebille {
  display: flex;
}

.flex-cloum {
  flex-direction: column;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-mebille {
  align-items: center;
}

/* 头部标题 */
.info_title {
  font-size: 3.2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #111111;
  margin-bottom: 4.5rem;
}

.info_title span {
  width: 7rem;
  height: 2rem;
  margin: 0 2rem;
  display: inline-block;
}

.info_hint {
  width: 85%;
  font-size: 1.6rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #111111;
  text-align: center;
  margin-bottom: 4.5rem;
}

.info_title .left {
  background: url(../img/title-lfet.png) no-repeat;
  background-size: contain;
}

.info_title .right {
  background: url(../img/title-right.png) no-repeat;
  background-size: contain;
}

/* .banner_one_box {
  height: 478px;
} */

.banner_one_box .banner_one {
  width: 100%;
  height: 100%;
}

/* info_two  */
.info_two {
  background: url(../img/info_two.png) no-repeat;
  background-size: 100% 100%;
}

.info_two .two_list_item {
  width: 38.6rem;
  height: 26.4rem;
  background: #FFFFFF;
  box-shadow: 0px 1rem 2rem 0px rgba(218, 218, 218, 0.42);
  border-radius: 10px;
  text-align: center;
  margin-top: 4.5rem;

}

.two_list_item {

  transform: translate(0px, 0);
  transition: .5s;
}

.two_list_item:hover {
  cursor: pointer;
  /* transform属性 */
  transform: translate(0, -20px);
  transition: .5s;
  /* 第一个参数指定X轴的位移量,必填, 第二个参数指定Y轴的位移量,不必填 默认0*/
}

.info_two .two_list_item img {
  width: 14.4rem;
  height: 14.4rem;
  margin-top: -7.2rem;
}

.info_two .two_list_item .item-title {
  font-size: 2.4rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #111111;
  margin-bottom: 1.5rem;
}

.info_two .two_list_item .item-text {
  font-size: 1.4rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.info_two .two_list_item ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 4rem;
  /* margin-bottom: 3rem; */
}

.info_two .two_list_item ul:last-child {
  margin-top: 1.5rem;
}

.info_two .two_list_item ul li {
  width: 7.5rem;
  position: relative;
  /* text-align: left; */
}

.info_two .two_list_item ul li::before {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.25rem;
  left: -5px;
}

.info_two .two_list_item:first-child {
  margin-right: 2.2rem;
}

.info_two .two_list_item:first-child ul li::before {
  background: #FF8400;
}

.info_two .two_list_item:nth-child(2) {
  margin-right: 2.2rem;
}

.info_two .two_list_item:nth-child(2) ul li::before {
  background: #32C46E;
}

.info_two .two_list_item:last-child ul li::before {
  background: #4092FF;
}


/* info-three */
.info_three_list {
  width: 120rem;
  position: relative;
}

.info_three .info_hint {
  width: auto !important;
}

.info_three_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info_three_item img {
  margin: 0 auto;
}

.info_three_item .item_content {
  width: 57.6rem;
}

.info_three_item .item_content .info_title {
  font-size: 2.8rem;
}

.info_three_item .item_content .info_hint {
  text-align: left;
}

.info_three {
  position: relative;
  padding: 5rem 0 10rem;
}

.info_three .three_bg_1 {
  position: absolute;
  top: 8rem;
  right: 0;
}

.info_three .three_bg_2 {
  position: absolute;
  top: 50%;
  left: 0;
}

.info_three .three_bg_3 {
  position: absolute;
  bottom: 22rem;
  right: 0;
}

.three_hover_l,
.three_hover_r {
  transform: translate(0, 0);
  transition: .5s;
}

.three_hover_l:hover {
  cursor: pointer;
  /* transform属性 */
  transform: translate(40px, 0);
  transition: .5s;
  /* 第一个参数指定X轴的位移量,必填, 第二个参数指定Y轴的位移量,不必填 默认0*/
}

.three_hover_r:hover {
  cursor: pointer;
  /* transform属性 */
  transform: translate(-40px, 0);
  transition: .5s;
  /* 第一个参数指定X轴的位移量,必填, 第二个参数指定Y轴的位移量,不必填 默认0*/
}

/* info_four  */
.info_four {
  background: #F2F7FF;
  padding: 7rem 0;
}

.info_four .info_four_content {
  width: 120rem;
  height: 54.7rem;
  background: #fff;
  justify-content: space-around;
  z-index: 10;
}

.info_four .info_four_content img {
  height: auto;
}

.four_content_lfet {
  justify-content: space-between;
}

.four_content_lfet img:last-child {
  margin-top: 6rem;
}

.four_content_right {
  font-size: 1.4rem;
  color: #333333;
}

.four_content_right img {
  margin-bottom: 2rem;
}

/* info_five */
.info_five {
  padding: 17.8rem 0 30rem;
  background: #0E5AFE url(../img/info_five_bg.png) no-repeat;
  background-position: 50% 100%;
  margin-top: -18rem;
}

.info_five .info_title,
.info_five .info_hint {
  color: #fff;
}

.info_five .info_title .left {
  background: url(../img/w_l.png) no-repeat;
  background-size: 100% 100%;
}

.info_five .info_title .right {
  background: url(../img/w_r.png) no-repeat;
  background-size: 100% 100%;
}

.info_five .fvie_list-item {
  width: 29rem;
  text-align: center;
  color: #fff;
}

.info_five .fvie_list-item img {
  margin-bottom: 2rem;
}

.info_five .fvie_list-item .item-title {
  font-size: 1.7rem;
  margin-bottom: 2rem;
}

.info_five .fvie_list-item p {
  font-size: 1.4rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  width: 95%;
  display: block;
}


@-webkit-keyframes bounce-up {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(14deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(-14deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes bounce-up {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(14deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(-14deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

.fvie_list .fvie_list-item:hover img {
  -webkit-animation: bounce-up .5s linear infinite;
  animation: bounce-up .5s linear infinite;
}






/* info_six */

.info_six {
  padding-top: 10rem;
}


/* info_seven */
.info_seven {
  background: url(../img/info_seven_bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 10rem 0;
  color: #fff;
}

.info_seven .info_title,
.info_seven .info_hint {
  color: #fff;
}

.info_seven .info_seven_list {
  width: 120rem;
  display: flex;
  flex-wrap: wrap;
}

.info_seven .info_seven_list .seven_list_item {
  width: 25%;
  height: 25rem;
  overflow: hidden;
  position: relative;
  /* transform: scale(1); */
}

.info_seven .info_seven_list .seven_list_item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform: scale(1);
  transition: .5s;
}

.info_seven .info_seven_list .seven_list_item p {
  font-size: 3rem;
  z-index: 1;
}

.info_seven .info_seven_list .seven_list_item span {
  font-size: 1.4rem;
  z-index: 1;
}



.seven_list_item:hover img {
  cursor: pointer;
  transform: scale(1.2) !important;
  transition: all 0.5s;
}