.banner {
  width: 100%;
  height: 332px;
  background-size: 100% 100%;
}
.banner .box {
  width: 1410px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.banner .box .path {
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 15px;
}
.list_1 {
  background-color: #f4f4f4;
  height: 116px;
  caret-color: transparent;
}
.list_1 .centent {
  width: 1410px;
  height: 100%;
  margin: 0 auto;
}
.list_1 .centent .list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_1 .centent .list .item {
  cursor: pointer;
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.list_1 .centent .list .item a{
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.list_1 .centent .list .item img {
  width: auto;
  height: 30px;
}
.list_1 .centent .list .item img.a1 {
  display: block;
}
.list_1 .centent .list .item img.a2 {
  display: none;
}
.list_1 .centent .list .item p {
  font-size: 20px;
  font-size: 16px;
  margin-top: 10px;
  color: #555;
}
.list_1 .centent .list .item.art,
.list_1 .centent .list .item:hover {
  color: #00A3AD;
  background-color: #00A3AD;
}
.list_1 .centent .list .item.art img.a1,
.list_1 .centent .list .item:hover img.a1 {
  display: none;
}
.list_1 .centent .list .item.art img.a2,
.list_1 .centent .list .item:hover img.a2 {
  display: block;
}
.list_1 .centent .list .item.art p,
.list_1 .centent .list .item:hover p {
  color: #fff;
}
.list_2 {
  padding: 82px 0;
  background-color: #fff;
}
.list_2 .centent {
  width: 1410px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_2 .centent p.f18 {
  margin: 15px 0;
  max-width: 805px;
  text-align: center;
  color: #a2a2a2;
  line-height: 1.5;
  font-size: 16px;
}
.list_2 .centent .f18 {
  margin: 15px 0;
  max-width: 805px;
  text-align: center;
  color: #a2a2a2;
  line-height: 1.5;
  font-size: 16px;
}
.list_2 .centent .f18 p{
    color: #a4a4a4 !important;
    line-height: 1.5;
      font-size: 16px;
      margin-top: 1px !important;
}
.list_2 .centent a.f12 {
  /*width: 155px;*/
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  font-size: 16px;
  padding: 5px;
  border: 2px solid #d8d8d8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.list_2 .centent a.f12:hover {
  border: 2px solid #555;
}
.list_3 {
  padding: 50px 0 50px 0;
  background-color: #fff;
}
.list_3 .centent {
  width: 1410px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_3 .centent .list {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}
.list_3 .centent .list .item {
  width: 25%;
  height: 100%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.list_3 .centent .list .item .image {
  width: 77px;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  top: -40px;
}
.list_3 .centent .list .item .image img {
  width: 80%;
  height: auto;
}
.list_3 .centent .list .item p.f18 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #353535;
}
.list_3 .centent .list .item p.f14 {
  color: #a2a2a2;
}
.list_4 {
  padding: 50px 0;
  background-color: #fff;
}
.list_4 .centent {
  width: 1410px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_4 .centent p.f16 {
  width: 100%;
  text-align: left;
  margin: 50px 0;
}
.list_4 .centent .list {
  width: 100%;
  display: flex;
  /*align-items: center;*/
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}
.list_4 .centent .list .item {
  width: 31%;
  width: 32%;
  margin: 0 0.5%;
  height: 546px;
  margin-bottom: 50px;
  border: 1px solid #ccc;
}
.list_4 .centent .list .item a {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0 0 15px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  /*justify-content: center;*/
}
.list_4 .centent .list .item a .image {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.list_4 .centent .list .item a .image img {
  /*width: 50%;*/
  height: 100%;
  transition: all 1s;
}
.list_4 .centent .list .item a h5 {
  margin: 40px 0;
  font-weight: 500;
  color: #353535;
}
.list_4 .centent .list .item a .text {
  font-size: 14px;
  line-height: 1.5;
  max-width: 70%;
  color: #888;
  max-height: 82px;
  display: -webkit-box; /* 使用弹性盒子布局 */
    -webkit-line-clamp: 4; /* 最多显示2行内容 */
    -webkit-box-orient: vertical; /* 弹性盒子垂直排列 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis;
}
.list_4 .centent .list .item a .text span{
    
    font-size: 14px;
  line-height: 1.5 !important;
  color: #888 !important;
   max-height: 82px;
   display: -webkit-box; /* 使用弹性盒子布局 */
    -webkit-line-clamp: 4; /* 最多显示2行内容 */
    -webkit-box-orient: vertical; /* 弹性盒子垂直排列 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis;
}
.list_4 .centent .list .item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.list_4 .centent .list .item:hover a .image img {
  transform: scale(1.1);
}
.list_4 .centent button {
  width: fit-content;
  height: 45px;
  font-size: 12px;
  background-color: #fff;
  border: none;
  outline: none;
  margin-top: 50px;
  padding: 5px 15px;
  font-size: 16px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #d8d8d8;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.list_4 .centent button:hover {
  border: 2px solid #555;
}
.list_5 {
  width: 100%;
  background-color: #f5f5f5;
  padding: 50px 0;
}
.list_5 .centent {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.list_5 .centent .f30 {
  margin-bottom: 50px;
}
.list_5 .centent .mySwiper_1,
.list_5 .centent .mySwiper_4 {
  width: 85%;
  position: relative;
  box-sizing: border-box;
  border-top: 1px solid #599791;
  margin-bottom: 35px;
}
.list_5 .centent .mySwiper_1 .list.swiper-wrapper .item,
.list_5 .centent .mySwiper_4 .list.swiper-wrapper .item {
  cursor: pointer;
  padding: 33px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #888;
}
.list_5 .centent .mySwiper_1 .list.swiper-wrapper .item img,
.list_5 .centent .mySwiper_4 .list.swiper-wrapper .item img {
  height: 36px;
  width: auto;
}
.list_5 .centent .mySwiper_1 .list.swiper-wrapper .item p,
.list_5 .centent .mySwiper_4 .list.swiper-wrapper .item p {
  margin: 0;
  font-size: 20px;
}
.list_5 .centent .mySwiper_1 .list.swiper-wrapper .item.art,
.list_5 .centent .mySwiper_4 .list.swiper-wrapper .item.art,
.list_5 .centent .mySwiper_1 .list.swiper-wrapper .item:hover,
.list_5 .centent .mySwiper_4 .list.swiper-wrapper .item:hover {
  border-top: 3px solid #00A3AD;
}
.list_5 .centent .mySwiper_1 .list.swiper-wrapper .item.art p,
.list_5 .centent .mySwiper_4 .list.swiper-wrapper .item.art p,
.list_5 .centent .mySwiper_1 .list.swiper-wrapper .item:hover p,
.list_5 .centent .mySwiper_4 .list.swiper-wrapper .item:hover p {
  color: #00A3AD;
}
.list_5 .centent .mySwiper_1 .swiper-slide-thumb-active,
.list_5 .centent .mySwiper_4 .swiper-slide-thumb-active {
  border-top: 3px solid #00A3AD;
}
.list_5 .centent .mySwiper_1 .swiper-slide-thumb-active p,
.list_5 .centent .mySwiper_4 .swiper-slide-thumb-active p {
  color: #00A3AD;
}
.list_5 .centent .mySwiper_1 .swiper-button-next,
.list_5 .centent .mySwiper_4 .swiper-button-next {
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  font-size: 26px;
  right: -30px;
  z-index: 9999999;
  position: absolute;
}
.list_5 .centent .custom-button-container {
  width: 92%;
  position: absolute;
  top: 25%;
}
.list_5 .centent .custom-button-container .swiper-button-next,
.list_5 .centent .custom-button-container .swiper-button-prev {
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_5 .centent .custom-button-container .swiper-button-next::after,
.list_5 .centent .custom-button-container .swiper-button-prev::after {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.list_5 .centent .mySwiper_2,
.list_5 .centent .mySwiper_5 {
  width: 90%;
}
.list_5 .centent .mySwiper_2 .center,
.list_5 .centent .mySwiper_5 .center {
  max-width: 1442px;
  height: 373px;
  display: flex;
  justify-content: space-between;
}
.list_5 .centent .mySwiper_2 .center .box,
.list_5 .centent .mySwiper_5 .center .box {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.5;
  color: #888;
}
.list_5 .centent .mySwiper_2 .center .image,
.list_5 .centent .mySwiper_5 .center .image {
  width: 45%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_5 .centent .mySwiper_2 .center .image img,
.list_5 .centent .mySwiper_5 .center .image img {
  width: 100%;
  height: auto;
}
.list_6 {
  background-color: #fff;
  padding: 50px 0 0;
}
.list_6 .centent {
  width: 1410px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.list_6 .centent .f30 {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
}
.list_6 .centent .list {
  width: 100%;
  height: 115px;
  display: flex;
  align-items: center;
}
.list_6 .centent .list .item {
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  cursor: pointer;
  opacity: 0.5;
}
.list_6 .centent .list .item img {
  width: auto;
  height: 50px;
  margin-right: 30px;
}
.list_6 .centent .list .item p {
  font-size: 16px;
}
.list_6 .centent .list .item:hover,
.list_6 .centent .list .item.art {
  opacity: 1;
  border-bottom: 4px solid #00A3AD;
}
.list_6 .centent .center {
  width: 100%;
  height: 200px;
  font-size: 14px;
  padding: 40px 0;
  box-sizing: border-box;
  line-height: 2;
  color: #888;
}
.list_7 {
  background-color: #fff;
  padding: 0 0 50px;
}
.list_7 .centent {
  width: 1410px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_7 .centent p.f18 {
  margin: 25px 0;
  color: #5c5c5c;
  font-size: 16px;
}
.list_7 .centent .f28 {
  font-weight: 500;
  color: #353535;
}
.list_7 .centent .input {
  /*width: 100px;*/
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f6f6;
}
.list_7 .centent .input input {
  width: 75%;
  height: 100%;
  border: none;
  outline: none;
  padding-left: 15px;
  box-sizing: border-box;
  background-color: inherit;
}
.list_7 .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) {
  .banner .box {
    width: 90%;
  }
  .list_1 .centent,
  .list_2 .centent,
  .list_3 .centent,
  .list_4 .centent {
    width: 90%;
  }
  .list_5 .centent {
    width: 90%;
  }
  .list_5 .centent .mySwiper_1,
  .list_5 .centent .mySwiper_4 {
    margin-bottom: 20px;
  }
  .list_5 .centent .mySwiper_1 .swiper-wrapper .swiper-slide.item p,
  .list_5 .centent .mySwiper_4 .swiper-wrapper .swiper-slide.item p {
    font-size: 16px;
  }
  .list_5 .centent .custom-button-container {
    top: 30%;
  }
  .list_5 .centent .mySwiper_2 .swiper-wrapper .swiper-slide.center,
  .list_5 .centent .mySwiper_5 .swiper-wrapper .swiper-slide.center {
    height: 273px;
  }
  .list_6 .centent,
  .list_7 .centent {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .list_1 {
    height: 100px;
  }
  .list_1 .centent .list .item {
    transform: scale(0.8);
  }
  .list_3 .centent .list .item p.f14 {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .list_4 .centent .list .item {
    height: auto;
    padding: 15px 0;
  }
  .list_5 .centent .mySwiper_1 .swiper-wrapper .swiper-slide.item,
  .list_5 .centent .mySwiper_4 .swiper-wrapper .swiper-slide.item {
    padding: 20px 0;
  }
  .list_5 .centent .mySwiper_1 .swiper-wrapper .swiper-slide.item p,
  .list_5 .centent .mySwiper_4 .swiper-wrapper .swiper-slide.item p {
    transform: scale(0.8);
  }
  .list_5 .centent .custom-button-container {
    width: 94%;
    top: 35%;
  }
  .list_5 .centent .custom-button-container .swiper-button-next,
  .list_5 .centent .custom-button-container .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
  .list_5 .centent .custom-button-container .swiper-button-next::after,
  .list_5 .centent .custom-button-container .swiper-button-prev::after {
    font-size: 14px;
  }
  .list_5 .centent .mySwiper_2 .swiper-wrapper .swiper-slide.center,
  .list_5 .centent .mySwiper_5 .swiper-wrapper .swiper-slide.center {
    height: 200px;
  }
  .list_5 .centent .mySwiper_2 .swiper-wrapper .swiper-slide.center .box,
  .list_5 .centent .mySwiper_5 .swiper-wrapper .swiper-slide.center .box {
    font-size: 14px;
  }
  .list_6 .centent .list .item img {
    transform: scale(0.8);
    margin-right: 15px;
  }
  .list_6 .centent .list .item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .list_1 {
    height: 80px;
  }
  .list_1 .centent .list .item p {
    white-space: nowrap;
    font-size: 16px;
  }
  .list_2 {
    padding: 60px 0;
  }
  .list_2 .centent .f30 {
    font-size: 24px;
  }
  .list_2 .centent .f18 {
    font-size: 16px;
  }
  .list_3 .centent .f30 {
    font-size: 24px;
  }
  .list_3 .centent .f18 {
    font-size: 16px;
  }
  .list_3 .centent .f14 {
    font-size: 13px;
  }
  .list_3 .centent .list {
    margin-top: 80px;
  }
  .list_4 .centent .f30 {
    font-size: 24px;
  }
  .list_4 .centent .list .item {
    width: 45%;
  }
  .list_5 .centent .f30 {
    font-size: 24px;
  }
  .list_5 .centent .mySwiper_1,
  .list_5 .centent .mySwiper_4 {
    margin-bottom: 0;
  }
  .list_5 .centent .mySwiper_1 .swiper-wrapper .swiper-slide.item,
  .list_5 .centent .mySwiper_4 .swiper-wrapper .swiper-slide.item {
    padding: 10px 0;
  }
  .list_5 .centent .mySwiper_1 .swiper-wrapper .swiper-slide.item p,
  .list_5 .centent .mySwiper_4 .swiper-wrapper .swiper-slide.item p {
    transform: scale(0.8);
  }
  .list_5 .centent .custom-button-container {
    width: 97%;
    top: 35%;
  }
  .list_5 .centent .custom-button-container .swiper-button-next,
  .list_5 .centent .custom-button-container .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
  .list_5 .centent .custom-button-container .swiper-button-next::after,
  .list_5 .centent .custom-button-container .swiper-button-prev::after {
    font-size: 14px;
  }
  .list_6 .centent .f30 {
    font-size: 24px;
  }
  .list_6 .centent .list {
    height: 100px;
  }
  .list_6 .centent .list .item img {
    margin-right: 5px;
  }
  .list_6 .centent .list .item p {
    transform: scale(0.8);
  }
  .list_7 .centent .f28 {
    font-size: 24px;
  }
  .list_7 .centent .f18 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    height: 200px;
  }
  .list_1 {
    height: 60px;
  }
  .list_1 .centent .list .item {
    width: 25%;
    transform: scale(1);
  }
  .list_1 .centent .list .item img {
    height: 20px;
  }
  .list_1 .centent .list .item p {
    width: 100%;
    padding: 0 8px ;
    box-sizing: border-box;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
  .list_3 .centent .list {
    height: 160px;
  }
  .list_3 .centent .list .item {
    width: 30%;
  }
  .list_4 {
    background-color: #f5f5f5;
  }
  .list_4 .centent .list {
    flex-direction: column;
  }
  .list_4 .centent .list .item {
    width: 95%;
    background-color: #fff;
  }
  .list_5 .centent .mySwiper_1 .swiper-wrapper .swiper-slide.item p,
  .list_5 .centent .mySwiper_4 .swiper-wrapper .swiper-slide.item p {
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list_5 .centent .custom-button-container {
    width: 110%;
    top: 28%;
  }
  .list_5 .centent .custom-button-container .swiper-button-next,
  .list_5 .centent .custom-button-container .swiper-button-prev {
    transform: scale(0.8);
  }
  .list_5 .centent .mySwiper_2 .swiper-wrapper .swiper-slide.center,
  .list_5 .centent .mySwiper_5 .swiper-wrapper .swiper-slide.center {
    height: auto;
    flex-direction: column;
  }
  .list_5 .centent .mySwiper_2 .swiper-wrapper .swiper-slide.center .image,
  .list_5 .centent .mySwiper_5 .swiper-wrapper .swiper-slide.center .image {
    width: 100%;
  }
  .list_5 .centent .mySwiper_2 .swiper-wrapper .swiper-slide.center .box,
  .list_5 .centent .mySwiper_5 .swiper-wrapper .swiper-slide.center .box {
    width: 100%;
  }
  .list_6 .centent .list .item img {
    height: 40px;
  }
  .list_6 .centent .list .item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list_7 .centent .f18 {
    font-size: 14px;
  }
  .list_7 .centent .input {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .list_6 .centent .overflow {
    overflow-x: auto;
    padding-bottom: 12px;
  }
  .list_6 .centent .overflow .list {
    width: 150%;
  }
  .list_6 .centent .overflow .list .item {
    width: 50%;
  }
  .list_6 .centent .overflow .list .item img {
    height: 40px;
  }
  .list_6 .centent .overflow .list .item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
