.footer {
  padding-top: 30px;
  height: 170px;
  background: #0276DD;
}

.footer .fcontbox {
  width: 1500px;
  margin: 0 auto;
  position: relative;
}

.footer .fcontbox .ewm {
  position: absolute;
  right: 0;
  top: -200px;
}

.footer .fcontbox .ewm .timg {
      width: 216px;
      height: 216px;
}

.footer .fcontbox .ewm p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.footer .fcont .fcone {
  display: flex;
  margin-bottom: 20px;
}

.footer .fcont .fcone img {
  margin-right: 30px;
}

.fcont .fcone p span {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}

.fcont .fcone p span:last-child {
  margin-top: 5px;
}

.fcont .fctwo {
  text-align: right;
}

.fcont .fcthree {
  width: 1100px;
  height: 1px;
  background: #8DC9FF;
}

.fcont .fcfour {
  display: flex;
  height: 43px;
  line-height: 43px;
  color: #fff;
  font-size: 14px;
}

.fcont .fcfour p {
  margin-right: 30px;
}

.fcont .fcfour .ftimg img {
  margin-right: 5px;
  vertical-align: middle;
}

@media only screen and (max-width: 1550px) {
  .footer .fcontbox {
      width: 1200px;
  }

  .fcont .fcthree {
      width: 850px;
  }
}

@media only screen and (max-width: 1250px) {
 .footer .fcontbox {
      width: 1000px;
  }

  .fcont .fcthree {
      width: 700px;
  }
}

@media only screen and (max-width:980px) {
  .footer {
      padding: 70px 0 10px;
      height: 260px;
  }

  .footer .fcontbox .ewm {
      top: -240px;
  }

  .footer .fcontbox .ewm p {
      font-size: 12px;
  }

  .footer .fcontbox {
      width: 95%;
  }

  .footer .fcont .fcone {
      display: block;
  }

  .fcont .fctwo {
      text-align: left;
  }

  .fcont .fcone p span {
      font-size: 12px;
  }

  .footer .fcont .fcone img {
      margin-right: 0;
  }

  .fcont .fcthree {
      width: 60%;
  }

  .fcont .fcfour {
      display: block;
      line-height: 20px;
      font-size: 12px;
  }
}