.zhuti {
  padding: 50px 0;
}

.zhuti_div {
  width: 80%;
  margin: 0 auto;
}

.zhuti_fenlei {
  width: 24%;
}

.Categories_A a {
  color: #000;
  font-size: 18px;
}

.xiangqing {
  width: 72%;
}

.Categories_title {
  background-color: #2869AE;
  /* border-top-right-radius: 20px;
  border-top-left-radius: 20px; */
  padding: 12px 0;
  text-align: center;
  font-size: 20px;
  color: white;
}

.Categories_vouter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}

.Categories_vouter a {
  width: 10%;
  margin-right: 10px;
  border-radius: 7px;
  background-color: #cacaca;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
  padding: 6px;
}

.Categories_vouter img:hover {
  transform: scale(1.1);
}

.Categories_vouter img {
  width: 100%;
}

.Categories_A {
  width: 100%;
}

.Categories_dierji {
  /* padding: 0 5px; */
  overflow: hidden;
  background-color: #f5f5f5;
}

.Categories_dierji a {
  padding: 6px 0 9px 26px;
  /* width: 100%; */
  display: block;
  font-size: 16px;
}


.Categories_diyiji {
  padding: 12px;
  display: block;
}

.Categories_diyiji_hzx:hover a {
  color: #2869AE;
}

.Categories_dierji div {
  width: 90%;
  line-height: 22px;
}

.Categories_dierji a:hover {
  color: #fff;
  background: #22AC88;
}



.fuyebanner {
  width: 100%;
  position: relative;
  font-size: 0;
}

.fuyebanner_A {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  transform: translate(-50%, -50%);
  color: white;
  padding: 40px 80px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 38px;
}

.fuyebanner img {
  width: 100%;
  font-size: 0;
}

.Categories_diyiji_hzx {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.Location {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.zhuti_div h1 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 40px;
  /* letter-spacing: 8px; */
}

.zhuti_div h1+div {
  width: 80px;
  margin: 0 auto;
  background: #22AC88;
  height: 4px;
  margin-bottom: 40px;

}

.about_neu {
  font-size: 18px;
  text-align: justify;
  line-height: 30px;
}



.news {
  width: 80%;
  margin: 0 auto;
}

.news_div {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 20px;
  transition: all .5s;
}

.news_div_A {
  width: 20%;
}

.news_div_A img {
  width: 100%;
}

.news_div_B {
  width: 78%;
}

.news_div_B>div:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 5%;
  color: #000;
}

.news_div_B>div:nth-child(1) {
  font-size: 24px;
  color: #2869AE;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 20px;
  font-weight: 600;
}

.news_div_B_div {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 16px;
  align-items: center;
}

.news_div_B_div div {
  color: #ccc;
}

.news_div_B_div p {
  padding: 10px 15px;
  background-color: #22AC88;
  border-radius: 7px;
  color: white;
}

.news_div:hover {
  transform: translateY(-10px);
}

.zhuti_div_title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.zhuti_div_date {
  font-size: 16px;
  text-align: center;
  color: #ccc;
  margin-bottom: 20px;
}

.zhuti_div_date+div {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.zhuti_div_content {
  line-height: 26px;
  text-align: justify;
}

.zhuti_div_content p,
.zhuti_div_content span {
  text-wrap: wrap !important;
}

.zhuti_div_content p img,
.zhuti_div_content span img {
  width: 80%;
  margin: 20px auto 0;
  display: block;
}

.products {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}

.products a {
  width: 30%;
  padding: 1.65%;
  color: black;
  transition: all .5s;
}

.products a:hover {
  box-shadow: 0 0 10px 0 #ccc;
  transform: translateY(-10px);
}

.products a img {
  width: 100%;
  margin-bottom: 10px;
}

.zhengshu {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: left;
}

.zhengshu img {
  width: 18%;
  padding: 1%;
}

.contact {
  width: 80%;
  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;
}

.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;
  background-color: #22AC88;
  border-radius: 5px;
  color: white;
  font-weight: 600;
}

.products_top_left {
  width: 60%;
  /* background: #cacaca7d; */
}

.products_top_right {
  width: 45%;
}

.products_top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  align-items: flex-start;
  margin-bottom: 45px;
}

.products_top_right_A {
  font-size: 28px;
  margin-bottom: 28px;
      text-transform: capitalize;
}

.products_foot {
  width: 100%;
  margin: 0 auto;
}

.products_foot p,
.products_foot p img,
.products_foot span,
.products_foot span img {
  width: 100%;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.products_top_right_B div {
  margin-bottom: 10px;
  font-size: 18px;
  text-align: justify;
}

.fanhui {
  position: fixed;
  right: 20px;
  bottom: 10%;
  z-index: 55px;
  cursor: pointer;
  display: none;
  border: 1px solid #ccc;
  width: 50px;
  height: 50px;
}

.fanhui div {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fanhui img {
  width: 80%;
}

.Categories {
  border-radius: 15px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.Categories+div {
  border-radius: 15px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.products_top_right_B {
  margin-bottom: 50px;
}

.Categories_diyiji_hzx {
  text-transform: capitalize;
  background: #fff;
}

.klxoout {
  padding: 8px 12px;
  background: #22AC88;
  border-radius: 7px;
  color: white !important;
}

.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-top: 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;
  padding: 30px;
  /* border-radius: 50px; */
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.service_A11 {
  display: none;
}

@media (max-width:1500px) {
  .products a {
    width: 31%;
    padding: 1.1%;
  }

  .service,
  .service1 {
    width: 100% !important;
  }

  .service_A11 {
    display: block;
  }

  .service_A1 {
    display: none !important;
  }
}

@media (max-width:998px) {
  .contact {
    flex-wrap: wrap;
  }

  .Location {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 0;
  }

  .zhuti_div {
    width: 85% !important;
    margin: 0 auto;
  }

  .service_B {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: auto !important;
    padding: 20px 0;
  }

  .service_A {
    max-width: 100% !important;
  }

  .service_A11 {
    width: 100%;
  }

  .service_A11 img {
    width: 100%;
  }

  .service_B1 {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: auto !important;
    padding: 20px 0;
  }

  .service_A1 {
    max-width: 100% !important;
  }

  .service1 {
    display: block !important;
  }

  .zhuti_fenlei {
    display: none;
  }

  .xiangqing {
    width: 100%;
  }

  .contact_A {
    width: 100%;
  }

  .contact_v {
    width: 100%;
  }

  .fuyebanner_A {
    display: none;
  }
}

@media (max-width:1111px) {
  .news_div {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 20px;
    transition: all .5s;
    flex-wrap: wrap;
  }

  .zhuti_div {
    width: 90%;
    margin: 0 auto;
  }

  .news {
    width: 100%;
    margin: 0 auto;
  }

  .news_div_A {
    width: 100%;
    margin-bottom: 10px;
  }

  .news_div_B {
    width: 100%;
  }
}

@media (max-width:998px) {
  .liuyan222>div {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .about_neu+div img {
    width: 100%;
  }
}

@media (max-width:700px) {
  .zhengshu img {
    width: 23%;
    padding: 1%;
  }

  .contact {
    width: 100%;
  }

  .products_top {
    flex-wrap: wrap;
  }

  .products_top_left {
    width: 100%;
  }

  .products_top_right {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width:500px) {
  .zhuti_div {
    width: 90%;
    margin: 0 auto;
  }

  .products a {
    width: 48%;
    padding: 1%;
  }
}

.service {
  width: 90%;
  margin: 0 auto 100px;
  /* position: relative; */
  display: flex;
  /* align-items: center; */
}

.service1 {
  width: 90%;
  margin: 0 auto 100px;
  position: relative;
  display: flex;
  justify-content: right;
  align-items: flex-start;
}

.service_A {
  width: 80%;
  /* max-width: 600px; */
  background-color: #f8f8f8;
  font-size: 0;
}

.service_A img {
  width: 100%;
}

.service_B {
  width: 100%;
  /* max-width: 600px; */
  background-color: #f8f8f8;
  /* padding: 10px 15px; */
  max-height: 360px;
  /* height: 400px; */
  /* position: absolute; */
  top: 20px;
  right: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_B div {
  width: 90%;
  line-height: 30px;
  text-align: justify;
}

.service_B1 {
  width: 100%;
  /* max-width: 700px; */
  background-color: #f8f8f8;
  padding: 10px 15px;
  /* max-height: 430px; */
  /* height: 500px; */
  /* position: absolute; */
  top: 30px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_B1 div {
  width: 95%;
  line-height: 30px;
  text-align: justify;
}


.service_A1 {
  width: 100%;
  /* max-width: 600px; */
  background-color: #f8f8f8;
  font-size: 0;
}

.service_A1 img {
  width: 100%;
}

.contact_us {
  display: flex;
  flex-wrap: wrap;
}