.annoyance_Box {
  background-color: white;
  min-width: 1490px;
  text-align: center;
  height: 1000px;
  /*background-image: url(../bgimg/fannao_02.png);*/
  background-position: center 0;
  background-repeat: no-repeat;
}
.annoyance_Box .annoyance {
  position: relative;
}
.annoyance_Box .annoyance h3 {
  font-weight: bold;
  background: url(../bgimg/title.png) no-repeat center 219px;
  background-size: 685px;
  padding-top: 80px;
  font-size: 54px;
  color: #e8302e;
}
.annoyance_Box .annoyance li {
  opacity: 0;
  position: relative;
  padding-top: 1px;
  height: 120px;
  width: 540px;
}
.annoyance_Box .annoyance h4 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  margin-bottom: 11px;
}
.annoyance_Box .annoyance p {
  font-size: 20px;
  color: #333;
}
.annoyance_Box .annoyance .annoyance_li_l {
  position: absolute;
  top: 359px;
  left: -80px;
  text-align: right;
}
.annoyance_Box .annoyance .annoyance_li_l li {
  padding: 2px;
  left: -300px;
  background: url(../bgimg/fannao_03.png) 32px 6px no-repeat;
}
.annoyance_Box .annoyance .annoyance_li_l li p,
.annoyance_Box .annoyance .annoyance_li_l li h4 {
  text-align: right;
  padding-right: 30px;
}
.annoyance_Box .annoyance .annoyance_li_r {
  text-align-last: left;
  position: absolute;
  top: 475px;
  right: -80px;
  text-align: right;
}
.annoyance_Box .annoyance .annoyance_li_r li {
  right: -300px;
  background: url(../bgimg/fannao_07.jpg) 21px 6px no-repeat;
}
.annoyance_Box .annoyance .annoyance_li_r li p,
.annoyance_Box .annoyance .annoyance_li_r li h4 {
  padding-left: 45px;
}
.annoyance_Box .annoyance img {
  position: absolute;
  top: 250px;
  right: 100px;
  animation: dou 0.5s infinite linear;
}
@keyframes dou {
  0% {
    top: 249px;
    right: 95px;
  }
  33% {
    top: 250px;
    right: 100px;
  }
  66% {
    top: 255px;
    right: 105px;
  }
}
.annoyance_Box .tel {
  margin: 950px auto 0;
  width: 1396px;
}


.flow_Box {
  min-width: 1490px;
  margin: 0 auto;
  text-align: center;
  height: 685px;
  /*background: url(../bgimg/flow.png) no-repeat center 0;*/
}
.flow_Box .flow {
  position: relative;
}
.flow_Box .flow h3 {
  position: absolute;
  top: 21px;
  left: 261px;
  width: 47px;
  height: 200px;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}
.flow_Box .flow h3 span {
  left: 0;
  position: absolute;
  opacity: 0;
}
.flow_Box .flow .flow_box {
  overflow: hidden;
}
.flow_Box .flow .flow_box .top,
.flow_Box .flow .flow_box .below {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 772px;
}
.flow_Box .flow .flow_box .top li,
.flow_Box .flow .flow_box .below li {
  width: 218px;
  opacity: 0;
}
.flow_Box .flow .flow_box .top li h4,
.flow_Box .flow .flow_box .below li h4 {
  color: white;
  font-size: 38px;
  margin-bottom: 75px;
}
.flow_Box .flow .flow_box .top li span,
.flow_Box .flow .flow_box .below li span,
.flow_Box .flow .flow_box .top li p,
.flow_Box .flow .flow_box .below li p {
  color: white;
  font-size: 18px;
  width: 220px;
}
.flow_Box .flow .top {
  top: 63px;
  left: 482px;
}
.flow_Box .flow .top li {
  right: -500px;
  position: absolute;
}
.flow_Box .flow .below {
  top: 291px;
  left: 480px;
}
.flow_Box .flow .below li {
  left: -500px;
  position: absolute;
}
.flow_Box .flow img {
  animation: topdown 1.5s linear infinite;
  position: absolute;
  top: 235px;
  right: -2px;
}
@keyframes topdown {
  0% {
    top: 235px;
  }
  25% {
    top: 245px;
  }
  75% {
    top: 225px;
  }
  100% {
    top: 235px;
  }
}
