* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

.banner {
  height: 280px;
  width: 100%;
  background: url('../image/bannerzt.png') 100% 100% no-repeat;
  margin-bottom: 70px;
  background-position: center;
}

.banner p {
  text-align: center;
}

.banner p:first-child {
  color: #CC0A0B;
  font-size: 24px;
  padding: 120px 0 10px;
}

.banner p:last-child {
  color: #fff;
  font-size: 16px;
}

.main {
  width: 1500px;
  margin: 0 auto;
  min-height: 600px;
  padding-bottom: 30px;
}

.main .item {
  width: 360px;
  height: 260px;
  float: left;
  margin: 0 20px 20px 0;
  cursor: pointer;
}

.main .item:nth-child(4n) {
  margin-right: 0;
}

.main .item .timg {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
}

.main .item .timg img {
  width: 100%;
  height: 100%;
}

.main .item p {
  color: #1A1A1A;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 12px;
  border-bottom: 1px solid #d7d7d7;
}

.footer {
  margin-top: 180px;
  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: 41px;
  line-height: 41px;
  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) {
  .main {
    width: 1200px;
  }

  .main .item {
    width: 285px;
    height: 185px;
  }

  .main .item .timg {
    height: 155px;
    margin-bottom: 10px;
  }

  .footer .fcontbox {
    width: 1200px;
  }

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

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

  .main .item {
    width: 320px;
    height: 220px;
  }

  .main .item:nth-child(4n) {
    margin-right: 20px;
  }

  .main .item:nth-child(3n) {
    margin-right: 0;
  }

  .main .item .timg {
    height: 190px;
    margin-bottom: 10px;
  }

  .footer .fcontbox {
    width: 1000px;
  }

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

@media only screen and (max-width:980px) {
  .main {
    width: 95%;
    overflow: hidden;
  }

  .main .item {
    width: 100%;
    height: 240px;
    margin-right: 0;
  }

  .main .item .timg {
    height: 210px;
  }

  .main .item p {
    font-size: 12px;
  }

  .footer {
    padding: 70px 0 10px;
    height: 290px;
    margin-top: 160px;
  }

  .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;
  }

  .fcont .fcthree {
    width: 60%;
  }

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