.fuye {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0;
}

.fuye h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 50px;
}

.fuye_N {
  width: 75%;
}

.fuye_news_CA {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: flex-start;
}

.fuye_news {
  width: 98%;
  padding: 1%;
  background-color: #f8f8f8;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
  transition: all .5s;
}

.fuye_news:hover {
  transform: translateY(-10px);
}

.contact {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.contact_A {
  width: 40%;
}

.contact_v>div>div div:nth-child(2) {
  text-transform: capitalize;
  line-height: 25px;
}

.contact_v {
  width: 60%;
  /* border-top-left-radius: 50px;
  border-bottom-left-radius: 50px; */
  overflow: hidden;
  background-color: #F5F5F5 !important;
}

.contact_v>div {
  padding: 30px 30px 15px;
}

.liuyan222 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  width: auto;
}

.fenlei a {
  color: #000;
  background-color: #22AC88;
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  margin: 0 15px;
  display: block;
}

.fenlei {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}

.liuyan222 div div {
  text-transform: capitalize;
  margin-bottom: 10px;
  width: 90%;
  color: #fff;
}

.liuyan222 div:nth-child(1) {
  font-size: 22px;
  color: white;
  text-transform: uppercase;
}

.liuyan222>div {
  width: 100%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.liuyan222 input::placeholder,
.liuyan222 textarea::placeholder {
  text-transform: capitalize;
}

.liuyan222 input,
.liuyan222 textarea {
  outline: none;
  width: 100%;
  border: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  padding: 8px;
  background-color: #f8f8f8;
  border-radius: 5px;
}

.liuyan222>div:nth-last-child(2) {
  width: 100%;
}

.liuyan>div:nth-last-child(1) {
  width: 100%;
}

.liuyan222>div:nth-last-child(1) button {
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 10px;
  color: white;
  font-weight: 600;
  background: #2670D0;
  border: 1px solid;
}

.liuyan222 div:nth-child(1) {
  font-size: 26px;
  margin-bottom: 35px;
}

.contact_v>div>div:nth-child(1) {
  font-size: 26px;
  margin-bottom: 35px;
}

.contact_v {
  background-color: white;
}

.contact_v>div>div img {
  width: 35px;
  height: 35px;
}

.contact_v>div>div div {
  margin: 0 5px;
}

.contact_v>div>div {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.contact_A>div:nth-child(1) {
  font-size: 26px;
}

.contact+div {
  width: 80%;
  margin: 0 auto;
}

.contact_OP {
  /* margin-top: 50px; */
  /* background: #2869AE; */
  background-image: linear-gradient(to top, #2770d1 20%, #6b329a 88%);

  padding: 30px;
  /* border-radius: 50px; */
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 10px;

}

button {
  color: #000;
}

button:hover {
  background: white !important;
  color: #000 !important;
  border: none !important;
}


@media (max-width:998px) {
  .fuye_N {
    width: 90% !important;
    padding: 20px 0;
  }

  .fuye h1 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .FUYE_HOBRT div:nth-child(2) {
    text-align: left !important;
    line-height: 28px !important;
  }

  .FUYE_HOBRT {
    display: block;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px !important;
  }

  .nei div {
    width: 45%;
    text-align: justify;
    line-height: 28px;
  }

  .nei div {
    text-align: left !important;
    line-height: 28px !important;
  }

  .nei {
    margin-bottom: 30px !important;
  }

  .hbot {
    width: 100% !important;
    margin: 1% 0 !important;
  }

}