.banner {
  width: 100%;
  height: 330px;
  background-size: 100% 100%;
}
.list_1 {
  padding: 30px 0 60px;
  background-color: #fff;
}
.list_1 .centent {
  width: 1410px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.list_1 .centent .path {
  color: #636363;
  font-size: 14px;
  width: 100%;
  text-align: left;
}
.list_1 .centent .f30 {
  margin: 80px 0 0;
}
.list_1 .centent .f18 {
  line-height: 2;
  text-align: center;
}
.list_2 {
  background-color: #fff;
  padding: 100px 0;
}
.list_2 .centent {
  width: 1410px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.list_2 .centent .f30 {
  margin-bottom: 80px;
}
.list_2 .centent .mySwiper {
  width: 100%;
  padding: 0 0 80px;
}
.list_2 .centent .mySwiper .swiper-wrapper {
  width: 100%;
}
.list_2 .centent .mySwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_2 .centent .mySwiper .swiper-wrapper .swiper-slide .bottom {
  max-width: 1303px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
}
.list_2 .centent .mySwiper .swiper-wrapper .swiper-slide .bottom .image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin-right: 50px;
}
.list_2 .centent .mySwiper .swiper-wrapper .swiper-slide .bottom .text {
  max-width: 810px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list_2 .centent .mySwiper .swiper-wrapper .swiper-slide .bottom .text img {
  width: 35px;
  height: auto;
}
.list_2 .centent .mySwiper .swiper-wrapper .swiper-slide .bottom .text p.f18 {
  margin: 10px 0;
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
}
.list_2 .centent .mySwiper .swiper-wrapper .swiper-slide .bottom .text p.f14 {
  color: #505050;
}
.list_2 .centent .mySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border: 1px solid #000;
  background: var(--swiper-pagination-bullet-inactive-color, transparent);
}
.list_2 .centent .mySwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
}
.list_2 .centent .mySwiper .swiper-button-next,
.list_2 .centent .mySwiper .swiper-button-prev {
  top: 35%;
}
.list_2 .centent .mySwiper .swiper-button-next::after,
.list_2 .centent .mySwiper .swiper-button-prev::after {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.list_3 {
  padding: 50px 0;
}
.list_3 .centent {
  width: 1410px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.list_3 .centent .f18 {
  margin: 25px 0 60px;
}
.list_3 .centent .mySwiper_2,
.list_3 .centent .mySwiper_3,
.list_3 .centent .mySwiper_4 {
  width: 90%;
  padding: 25px 0;
}
.list_3 .centent .mySwiper_2 .swiper-wrapper .swiper-slide,
.list_3 .centent .mySwiper_3 .swiper-wrapper .swiper-slide,
.list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 300ms;
  transform: scale(1);
}
.list_3 .centent .mySwiper_2 .swiper-wrapper .swiper-slide p,
.list_3 .centent .mySwiper_3 .swiper-wrapper .swiper-slide p,
.list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide p {
  font-size: 12px;
  text-align: center;
  margin: 25px 0;
  opacity: 0;
  line-height: 2;
}
.list_3 .centent .mySwiper_2 .swiper-wrapper .swiper-slide-active,
.list_3 .centent .mySwiper_3 .swiper-wrapper .swiper-slide-active,
.list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide-active,
.list_3 .centent .mySwiper_2 .swiper-wrapper .swiper-slide-duplicate-active,
.list_3 .centent .mySwiper_3 .swiper-wrapper .swiper-slide-duplicate-active,
.list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide-duplicate-active {
  transform: scale(1.3);
}
.list_3 .centent .mySwiper_2 .swiper-wrapper .swiper-slide-active p,
.list_3 .centent .mySwiper_3 .swiper-wrapper .swiper-slide-active p,
.list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide-active p,
.list_3 .centent .mySwiper_2 .swiper-wrapper .swiper-slide-duplicate-active p,
.list_3 .centent .mySwiper_3 .swiper-wrapper .swiper-slide-duplicate-active p,
.list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide-duplicate-active p {
  opacity: 1;
  transform: scale(0.9);
}
.list_3 .centent .mySwiper_3,
.list_3 .centent .mySwiper_4 {
  display: none;
}
.list_3 .centent .custom-button-container {
  position: absolute;
  width: 105%;
  top: 55%;
}
.list_3 .centent .custom-button-container .swiper-button-next::after,
.list_3 .centent .custom-button-container .swiper-button-prev::after {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.list_4 {
  padding: 100px 0;
  background-color: #fff;
}
.list_4 .centent {
  width: 1410px;
  margin: 0 auto;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-size: 100% 100%;
}
.list_4 .centent .image {
  width: 65%;
  height: 536px;
  position: relative;
  background: url(../img/066.png) no-repeat;
  background-size: 100% 100%;
}
.list_4 .centent .image .box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.list_4 .centent .image .box .f18 {
  color: #e2e2e2;
  margin: 25px 0;
}
.list_4 .centent .image .box .button {
  width: 228px;
  height: 60px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00A3AD;
  color: #fff;
}
.list_4 .centent .update {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_4 .centent .update input {
  width: 70%;
  height: 54px;
  border: none;
  outline: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 14px;
}
.list_4 .centent .update textarea {
  width: 70%;
  height: 120px;
  border: none;
  outline: none;
  background-color: #f0f0f0;
  padding: 25px;
  caret-color: initial;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 15px;
  resize: none;
  font-size: 14px;
}
.list_4 .centent .update p {
  font-size: 14px;
  width: 69%;
  color: #2d78b5;
  cursor: pointer; position:relative; z-index:9;
}
.list_4 .centent .update p input#filecon{ background:none;position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    right: 20px;
    top: 0;}
.list_4 .centent .update button {
  width: 97px;
  height: 36px;
  background-color: #00A3AD;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
}
@media screen and (max-width: 1600px) {
  .list_1 .centent,
  .list_2 .centent,
  .list_3 .centent,
  .list_4 .centent {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .list_2 .centent .bottom {
    flex-direction: column;
  }
  .list_4 .centent .image {
    height: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .list_2 .centent .mySwiper .swiper-wrapper .swiper-slide .bottom .image {
    margin-right: 0;
  }
  .list_2 .centent .mySwiper .swiper-wrapper .swiper-slide .bottom .text {
    width: 80%;
  }
  .list_3 .centent .mySwiper_2 {
    display: none;
  }
  .list_3 .centent .mySwiper_3 {
    display: block;
  }
  .list_4 .centent {
    flex-direction: column;
  }
  .list_4 .centent .image {
    width: 100%;
  }
  .list_4 .centent .update {
    width: 100%;
    padding: 50px 0;
  }
  .list_4 .centent .update input {
    width: 80%;
  }
  .list_4 .centent .update textarea {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .list_2 .centent .mySwiper .swiper-wrapper .swiper-slide .bottom {
    width: 85%;
  }
  .list_3 .centent .custom-button-container .swiper-button-next,
  .list_3 .centent .custom-button-container .swiper-button-prev {
    width: 30px;
    height: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: #fff;
  }
  .list_3 .centent .custom-button-container .swiper-button-next::after,
  .list_3 .centent .custom-button-container .swiper-button-prev::after {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .list_3 .centent .mySwiper_2,
  .list_3 .centent .mySwiper_3 {
    display: none;
  }
  .list_3 .centent .mySwiper_4 {
    display: block;
  }
  .list_4 .centent .image {
    height: 350px;
  }
}
