/* 新闻中心 */
.fuye_news {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 50px;
  font-size: 30px;
}

.fuye_news div:nth-child(2) {
  width: 50px;
  height: 4px;
  background-color: #D6000F;
  margin: 20px auto 0;
}

.fuye_list {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.fuye_list_A {
  width: 98%;
  margin: 0 auto;
}

.fuye_list_A a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: flex-start;
  padding-bottom: 10px;
  transition: all .5s;
  border: 1px solid white;

}

.fuye_list_A_img {
  width: 26%;
  max-height: 200px;
  overflow: hidden;
}

.fuye_list_A_img img {
  width: 100%;
  height: 200px;
}

.fuye_list_A_title {
  width: 72%;
}

.fuye_list_tile {
  font-size: 18px;
  margin-bottom: 20px;
}

.fuye_list_date {
  margin-bottom: 20px;
  font-size: 14px;
  color: #292929;
}

.fuye_list_conter {
  line-height: 30px;
  font-size: 14px;

}

.fuye_newslist_cle p,
.fuye_newslist_cle span {
  font-size: 16px !important;
}

.fuye_newslist_cle img {
  font-size: 0;
}

.fuye_list_A a:hover {
  transform: translateY(-10px);
}

.fuye_list_A a {
  position: relative;
}

.fuye_list_A a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #1C4A9D;
  width: 0;
  transition: width 0.3s ease;
}

.fuye_list_A a:hover::after {
  width: 100%;
}

.fuye_banner {
  position: relative;
  font-size: 0;
}

.fuye_banner img {
  width: 100%;
}

.fuye_banner_A {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 77, 179, .7);
  font-size: 16px;
}

.fuye_banner_A_C {
  width: 80%;
  margin: 0 auto;
  padding: 15px 0;
  color: white;
}

.fuye_banner_A_C a {
  margin: 0 5px;
  color: white;
}

.fuye_newslist {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
  font-size: 24px;
}

.fuye_newslist_A {
  margin-bottom: 20px;
}

.fuye_newslist_A+div {
  font-size: 18px;
  color: #ccc;
}

.fuye_list_A {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.fuye_newslist_cle {
  width: 60%;
  margin: 0 auto;
}

.fuye_newslist_cle span,
.fuye_newslist_cle p {
  text-wrap: wrap !important;
  line-height: 35px;

}

.fuye_newslist_cle span img,
.fuye_newslist_cle p img {
  width: 100%;
  font-size: 0;
  margin-top: 20px;
}

@media (max-width:1500px) {
  .fuye_list {
    width: 80%;
  }

  .fuye_newslist,
  .fuye_newslist_cle {
    width: 80%;
  }
}

@media (max-width:1200px) {
  .fuye_list {
    width: 90%;
  }

  .fuye_banner_A_C {
    width: 89%;
  }

  .fuye_newslist,
  .fuye_newslist_cle {
    width: 90%;
  }
}

@media (max-width:700px) {
  .fuye_list_A a {
    display: block;
  }

  .fuye_list_A_img {
    width: 100%;
    margin-bottom: 20px;
  }

  .fuye_list_A_title {
    width: 100%;
  }
}

.ondex_A {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.ondex {
  width: 42%;
}

.ondex img {
  width: 100%;
}

.ondex_S {
  width: 50%;
}

.ondex_S div {
  width: 100%;
  text-indent: 2em;
  margin-bottom: 10px;
  line-height: 30px;
}

@media (max-width:998px) {
  .ondex_A {
    flex-wrap: wrap;
  }

  .ondex {
    width: 100%;
  }

  .ondex img {
    width: 100%;
  }

  .ondex_S {
    width: 100%;
  }
}

/* / */
.zizhi {
  width: 80%;
  margin: 0 auto;
}

.zizhi_dov {
  width: 80%;
  margin: 0 auto;
}

.zizhi_dov {
  display: flex;
  flex-wrap: wrap;
}

.zizhi_dov img {
  width: 31.5%;
  margin: 0 10px 20px;
}

@media (max-width:1720px) {
  .zizhi_dov img {
    width: 30%;
    margin: 0 10px 20px;
  }
}

@media (max-width:998px) {
  .zizhi_dov img {
    width: 45%;
    margin: 0 10px 20px;
  }
}

@media (max-width:705px) {
  .zizhi_dov img {
    width: 45%;
    margin: 0 auto;
  }

  .zizhi_dov {
    width: 100%;
    margin: 0 auto;
  }
}

/* / */
.adye {
  width: 60%;
  margin: 0 auto;
  background: url(../images/banner/60dbbfe53.png) center / cover;
  height: 500px;
  display: flex;
  justify-content: space-between;
}

.adye_div {
  width: 35%;
  padding-top: 50px;
  font-size: 18px;
}

.adye_div div {
  margin-bottom: 10px;
}

.adye_div>div {
  padding: 20px;
  color: #000;
  background-color: #1C4A9D;
  border-radius: 15px;
  color: white;
}

.adye_div_div {
  width: 50%;
  padding-top: 50px;
  padding-right: 50px;
}

.adye_div>div div {
  margin-bottom: 20px;
  font-size: 16px;
}

.adye_div_div_sic form {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  flex-wrap: wrap;
}

.adye_div_div_sic div {
  width: 48%;
  margin-bottom: 15px;
}


.adye_div_div_sic div input,
.adye_div_div_sic div textarea {
  width: 100%;
  padding: 8px;
  outline: none;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.adye_div_div_sic div input::placeholder,
.adye_div_div_sic div textarea::placeholder {
  font-family: Arial, Helvetica, sans-serif;
}

.adye_div_div_sic div:nth-last-child(1) {
  width: 100%;
}

.adye_div_div_sic div:nth-last-child(1),
.adye_div_div_sic div:nth-last-child(2),
.adye_div_div_sic div:nth-last-child(3) {
  width: 100%;
}

.adye_div_div_sic div:nth-last-child(1),
.adye_div_div_sic div:nth-last-child(2) textarea {
  width: 98%;
}

@media (max-width:1400px) {
  .adye {
    width: 80%;
  }
}

@media (max-width:998px) {
  .adye {
    width: 95%;
    background: none;
    height: auto;
  }

  .adye_div_div {
    padding: 0;
  }

  .adye_div_div {
    width: 98%;
  }

  .adye {
    flex-wrap: wrap;
  }

  .my-map {
    width: 95% !important;
  }

  .my-map {
    width: 95% !important;
    min-width: 95% !important;
  }

  .adye_div {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .adye_div>div {
    height: auto;
  }
}

@media (max-width:400px) {
  .adye_div_div {
    width: 95%;
  }
}

/* / */
.proder {
  padding-bottom: 50px;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  /* display: flex; */
}

.proder_ico {
  text-align: center;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 3.5%;
}

.proder_cccico_A {
  width: 100%;
}

.proder_ico_div {
  width: 33.3%;
  margin-bottom: 3%
}

.proder_ico_div img {
  width: 100%;
}

.proder_Aico_div {
  width: 85%;
  margin: 0 auto;
  display: block;
}

.proder_AC {
  display: flex;
  padding-bottom: 2.5%;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
}

.proder_AC a {
  font-size: 18px;
  display: block;
  width: 33.3%;
  background-color: #f8f8f8;
  padding: 7px 0;
  color: black;
  transition: all .5s;
}

.proder_AC a:hover {
  background-color: #D6000F;
  color: white;
}

@media (max-width:1500px) {
  .proder {
    width: 80%;
  }
}

@media (max-width:1200px) {
  .proder {
    width: 90%;
  }
}

@media (max-width:998px) {
  .ondex_A {
    width: 85%;
  }

  .proder {
    flex-wrap: wrap;
  }

  .proder_ico_div {
    width: 50%;
    margin-bottom: 3%;
  }

  .proder_AC {
    display: flex;
    padding-bottom: 2.5%;
    justify-content: center;
    width: 100%;
  }

  .proder_AC a {
    font-size: 18px;
    display: block;
    width: 33.3%;
    background-color: #f8f8f8;
    padding: 7px 0;
    color: black;
    transition: all .5s;
  }

  .proder_cccico_A {
    width: 100%;
  }
}

@media (max-width:500px) {
  .proder_AC a {
    width: 50%;
  }

  .page-num {
    display: none !important;
  }

  .proder_AC {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.proder_list {
  padding: 50px 0;
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: self-start;
  flex-wrap: wrap;
}

.proder_list_img {
  display: flex;
  justify-content: center;
  width: 48%;
}

.proder_list_img img {
  width: 100%;
}

.proder_list_title {
  width: 48%;
}

.proder_list_title {
  height: 464px;
}

.proder_list_div {
  display: flex;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 3%;
  width: 55%;
  text-align: center;
  justify-content: center;
}

.proder_list_div+div {
  font-size: 22px;
  font-weight: bold;
}

.proder_list_con {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width:998px) {
  .proder_list {
    width: 90%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .proder_list_img {
    display: flex;
    justify-content: center;
    width: 80%;
    margin-bottom: 3%;
  }

  .proder_list_title {
    width: 80%;
  }
}

@media (min-width:1920px) {
  .adye {
    width: 60%;
    margin: 0 auto;
    background: url(../images/banner/60dbbfe53.png) center / cover;
    height: 500px;
    margin-bottom:
      50px;
  }

  .my-map {
    margin: 0 auto;
    font: 13px/1.5 "Microsoft YaHei", "Helvetica Neue", "Sans-Serif";
    width: 60%;
    margin: 0 auto;
    height: 700px !important;
    min-height: 500px;
    min-width: 600px;
    margin-bottom: 50px;
  }

}

.img_A {
  display: block;
}

.img_B {
  display: none;
}

@media (max-width:800px) {
  .img_A {
    display: none;
  }

  .img_B {
    display: block;
  }
}

.adye_div_div_A {
  text-align: center;
}

.adye_div_div_A div:nth-child(1) {
  font-size: 24px;
  font-weight: 600;
}

.adye_div_div_A div:nth-child(2) {
  font-size: 16px;
  margin: 10px 0 15px;
  color: #a4a4a4;
}

.adye_div_div_sic div:nth-last-child(1) {
  display: flex;
  justify-content: center;
}

button {
  padding: 7px 24px;
  border: none;
  cursor: pointer;
  background-color: #D6000F;
  color: white;
  border-radius: 5px;
}