.banner {
  width: 100%;
  height: 330px;
  background-size: 100% 100%;
}
.list_1 {
  padding: 30px 0;
  background-color: #f5f5f5;
}
.list_1 .centent {
  width: 1410px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.list_1 .centent .path {
  color: #636363;
  font-size: 14px;
  text-align: left;
}
.list_1 .centent ul {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.list_1 .centent ul li {
  font-size: 20px;
  margin: 0 20px;
}
.list_2 {
  padding: 50px 0 100px;
  background-color: #fff;
}
.list_2 .centent {
  width: 1410px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.list_2 .centent .w100p.f20 {
  margin-bottom: 50px;
}
.list_2 .centent .mySwiper_1 {
  width: 100%;
  padding-bottom: 70px;
  padding-top: 10px;
}
.list_2 .centent .mySwiper_1 .swiper-wrapper .swiper-slide {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_2 .centent .mySwiper_1 .swiper-wrapper .swiper-slide .list {
  width: 98%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_2 .centent .mySwiper_1 .swiper-wrapper .swiper-slide .list .item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 15px;
  box-sizing: border-box;
}
.list_2 .centent .mySwiper_1 .swiper-wrapper .swiper-slide .list .item .image {
  width: 100%;
  height: 50%;
  overflow: hidden;
}
.list_2 .centent .mySwiper_1 .swiper-wrapper .swiper-slide .list .item .image img {
  transition: all 1s;
}
.list_2 .centent .mySwiper_1 .swiper-wrapper .swiper-slide .list .item .text {
  width: 100%;
  height: 50%;
}
.list_2 .centent .mySwiper_1 .swiper-wrapper .swiper-slide .list .item .text .f12 {
  margin: 25px 0;
}
.list_2 .centent .mySwiper_1 .swiper-wrapper .swiper-slide .list .item .text h5 {
  font-weight: 500;
}
.list_2 .centent .mySwiper_1 .swiper-wrapper .swiper-slide .list .item .text .date {
  margin: 15px 0;
  color: #a0a0a0;
}
.list_2 .centent .mySwiper_1 .swiper-wrapper .swiper-slide .list .item .text .f14 {
  line-height: 2;
  color: #888;
}
.list_2 .centent .mySwiper_1 .swiper-wrapper .swiper-slide .list .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.list_2 .centent .mySwiper_1 .swiper-wrapper .swiper-slide .list .item:hover .image img {
  transform: scale(1.2);
}
.list_2 .centent .mySwiper_1 .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_1 .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
}
.list_2 .centent .mySwiper_1 .swiper-button-next,
.list_2 .centent .mySwiper_1 .swiper-button-prev {
  top: 150px;
  width: 35px;
  height: 35px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.list_2 .centent .mySwiper_1 .swiper-button-next::after,
.list_2 .centent .mySwiper_1 .swiper-button-prev::after {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.list_2 .centent .mySwiper_1.w1024,
.list_2 .centent .mySwiper_1.w767 {
  display: none;
}
.list_2 .centent .button {
  width: 175px;
  height: 50px;
  border: 2px solid #d8d8d8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  color: #505050;
}
.list_2 .centent .button:hover {
  border: 2px solid #555;
}
.list_3 {
  width: 100%;
  min-height: 415px;
  margin-top: 315px;
  background-color: #fff;
  position: relative;
  padding-bottom: 50px;
}
.list_3 .centent {
  width: 1410px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: -245px;
  left: 50%;
  transform: translateX(-50%);
}
.list_3 .centent .f30 {
  font-weight: 500;
  margin-bottom: 35px;
}
.list_3 .centent .mySwiper_2 {
  width: 65%;
  padding: 15px 0;
}
.list_3 .centent .mySwiper_2 .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_3 .centent .mySwiper_2 .swiper-wrapper .swiper-slide .list {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_3 .centent .mySwiper_2 .swiper-wrapper .swiper-slide .list .item {
  background-color: #fff;
  width: 100%;
  height: 388px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 111px 0 45px;
  box-sizing: border-box;
}
.list_3 .centent .mySwiper_2 .swiper-wrapper .swiper-slide .list .item p{ padding:0 30px; text-align:center;}
.list_3 .centent .mySwiper_2 .swiper-wrapper .swiper-slide .list .item button {
  width: 92px;
  height: 54px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: inherit;
}
.list_3 .centent .mySwiper_2 .swiper-wrapper .swiper-slide .list .item button a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.list_3 .centent .mySwiper_2 .swiper-wrapper .swiper-slide .list .item button:hover {
  border: 1px solid #555;
}
.list_3 .centent .mySwiper_2 .swiper-wrapper .swiper-slide .list .item:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.list_3 .centent .mySwiper_2 .swiper-button-next,
.list_3 .centent .mySwiper_2 .swiper-button-prev {
  width: 35px;
  height: 35px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.list_3 .centent .mySwiper_2 .swiper-button-next::after,
.list_3 .centent .mySwiper_2 .swiper-button-prev::after {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.list_3 .centent .mySwiper_2.w767 {
  display: none;
}
.list_3 .centent .button {
  width: 210px;
  height: 50px;
  border: 2px solid #d8d8d8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #505050;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 80px;
}
.list_3 .centent .button:hover {
  border: 2px solid #555555;
}
.list_4 {
  padding: 50px 0;
}
.list_4 .centent {
  width: 1410px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.list_4 .centent .f30 {
  margin-bottom: 50px;
  font-weight: 500;
}
.list_4 .centent .list {
  width: 80%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.list_4 .centent .list .item {
  width: 31%;
  height: 385px;
  padding: 90px 0;
  box-sizing: border-box;
  margin: 0 10px 35px;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.list_4 .centent .list .item .download {
  display: flex;
  align-items: flex-end;
}
.list_4 .centent .list .item .download select {
  border: none;
  outline: none;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  width: 70px;
  cursor: pointer;
}
.list_4 .centent .list .item .download .button {
  width: 93px;
  height: 53px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  margin-left: 25px;
  margin-top: 0;
}
.list_4 .centent .list .item .download .button:hover {
  border: 1px solid #555;
}
.list_4 .centent .button {
  width: 164px;
  height: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 50px;
  box-sizing: border-box;
  border: 2px solid #d8d8d8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.list_4 .centent .button:hover {
  border: 2px solid #555;
}
.list_5 {
  padding: 100px 0;
  background-color: #fff;
}
.list_5 .centent {
  width: 1410px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_5 .centent .item {
  width: 48%;
  height: 380px;
  position: relative;
}
.list_5 .centent .item img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.list_5 .centent .item .box {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.list_5 .centent .item .box .f14 {
  margin: 25px 0;
}
.list_5 .centent .item .box .button {
  width: 128px;
  height: 48px;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.list_5 .centent .item .box .button:hover {
  border: 1px solid #555;
}
.list_6 {
  background-color: #fff;
  padding: 0 0 50px;
}
.list_6 .centent {
  width: 1410px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_6 .centent p.f18 {
  margin: 20px 0 30px;
  color: #5c5c5c;
  font-size: 16px;
}
.list_6 .centent .input {
  width: 100px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f6f6;
}
.list_6 .centent .input input {
  width: 75%;
  height: 100%;
  border: none;
  outline: none;
  padding-left: 15px;
  box-sizing: border-box;
  background-color: inherit;
}
.list_6 .centent .input button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  background-color: #00A3AD;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .list_1 .centent,
  .list_2 .centent,
  .list_3 .centent,
  .list_4 .centent,
  .list_5 .centent,
  .list_6 .centent {
    width: 90%;
  }
  .list_2 .centent {
    width: 90%;
  }
  .list_2 .centent .mySwiper_1 .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .list_2 .centent .mySwiper_1 .swiper-wrapper .swiper-slide .list .item .text {
    height: 300px;
  }
  .list_2 .centent .mySwiper_1 .swiper-wrapper .swiper-slide .list .item .text h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list_2 .centent .mySwiper_1 .swiper-wrapper .swiper-slide .list .item .text .f14 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  .list_3 .centent .mySwiper_2 {
    width: 90%;
  }
  .list_4 .centent .list {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .list_1 .centent ul li {
    font-size: 16px;
  }
  .list_2 .centent .mySwiper_1 {
    /*display: none;*/
  }
  .list_2 .centent .mySwiper_1.w1024 {
    display: block;
  }
  .list_2 .centent .mySwiper_1.w1024 .swiper-wrapper .swiper-slide .list .item {
    width: 50%;
  }
  .list_3 .centent .mySwiper_2 {
    width: 100%;
  }
  .list_3 .centent .mySwiper_2 .swiper-wrapper .swiper-slide .list .item {
    width: 100%;
  }
  .list_4 .centent .list .item {
    width: 46%;
  }
  .list_5 .centent .item {
    height: 300px;
  }
  .list_5 .centent .item .box .f14 {
    padding: 0 15px ;
    box-sizing: border-box;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    height: 200px;
  }
  .list_1 {
    padding: 15px 0;
  }
  .list_1 .centent ul {
    display: none;
  }
  .list_2 {
    padding: 25px 0 50px;
  }
  .list_2 .centent .w100p.f20 {
    margin-bottom: 25px;
  }
  .list_2 .centent .mySwiper_1 {
    /*display: none;*/
  }
  .list_2 .centent .mySwiper_1.w1024 {
    display: none;
  }
  .list_2 .centent .mySwiper_1.w767 {
    display: block;
  }
  .list_2 .centent .mySwiper_1.w767 .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .list_2 .centent .mySwiper_1.w767 .swiper-wrapper .swiper-slide .item {
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 15px;
    box-sizing: border-box;
  }
  .list_2 .centent .mySwiper_1.w767 .swiper-wrapper .swiper-slide .item .image {
    width: 100%;
    overflow: hidden;
  }
  .list_2 .centent .mySwiper_1.w767 .swiper-wrapper .swiper-slide .item .image img {
    transition: all 1s;
  }
  .list_2 .centent .mySwiper_1.w767 .swiper-wrapper .swiper-slide .item .text {
    width: 100%;
    height: 50%;
  }
  .list_2 .centent .mySwiper_1.w767 .swiper-wrapper .swiper-slide .item .text .f12 {
    margin: 25px 0;
  }
  .list_2 .centent .mySwiper_1.w767 .swiper-wrapper .swiper-slide .item .text .date {
    margin: 15px 0;
    color: #a0a0a0;
  }
  .list_2 .centent .mySwiper_1.w767 .swiper-wrapper .swiper-slide .item .text .f14 {
    line-height: 2;
    color: #505050;
  }
  .list_2 .centent .mySwiper_1.w767 .swiper-wrapper .swiper-slide .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .list_2 .centent .mySwiper_1.w767 .swiper-wrapper .swiper-slide .item:hover .image img {
    transform: scale(1.2);
  }
  .list_3 .centent .mySwiper_2 {
    /*display: none;*/
  }
  .list_3 .centent .mySwiper_2.w767 {
    display: block;
  }
  .list_3 .centent .mySwiper_2.w767 .swiper-wrapper .swiper-slide .list .item {
    width: 100%;
  }
  .list_4 .centent .list .item {
    width: 100%;
  }
  .list_5 .centent {
    flex-direction: column;
  }
  .list_5 .centent .item {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .list_6 .centent p {
    text-align: center;
  }
  .list_6 .centent .input {
    width: 100%;
  }
}
