.header_top {
  width: 100%;
  height: 72px;
  border-bottom: 1px solid #e2e2e2;
}
.header_top .centent {
  caret-color: transparent;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_top .centent p {
  color: #858585;
}
.header_top .centent .right p {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-left: 30px;
}
.header_top .centent .right p img {
  width: auto;
  height: 20px;
  margin-right: 10px;
}
.header_top .centent .right p:nth-child(2) img {
  width: 22px;
  height: auto;
}
header {
  position: relative;
  width: 100%;
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
}
header .centent {
  caret-color: transparent;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .centent .logo {
  display: block;
  width: 330px;
  height: 33px;
  caret-color: transparent;
}
header .centent nav {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 22%;
}
header .centent nav .navs {
  width: 104px;
  height: 100%;
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  cursor: pointer;
  caret-color: transparent;
}
header .centent nav .navs .w100p {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .centent nav .navs:hover {
  background-color: #00A3AD;
  color: #fff;
}
header .centent nav .navs:hover .xiala {
  display: flex;
}
header .centent nav .navs .xiala {
  display: none;
  width: 100%;
  z-index: 999999;
  position: absolute;
  top: 80px;
  left: 0;
  flex-direction: column;
  height: 200px;
  background-color: rgba(225, 225, 225);
  padding: 25px 0;
}
header .centent nav .navs .xiala .swiper {
  width: 85%;
  margin: 0 auto;
  height: 100%;
}
header .centent nav .navs .xiala .swiper .swiper-wrapper .swiper-slide{
    max-width: 216px;
}
header .centent nav .navs .xiala .swiper .swiper-wrapper .swiper-slide .list {
  width: 100%;
  height: 100%;
  /*padding: 0 5%;*/
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
header .centent nav .navs .xiala .swiper .swiper-wrapper .swiper-slide .list .item {
  width: 100%;
}
header .centent nav .navs .xiala .swiper .swiper-wrapper .swiper-slide .list .item a {
  width: 100%;
  height: auto;
  display: flex;
  color: #000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .centent nav .navs .xiala .swiper .swiper-wrapper .swiper-slide .list .item a .image {
    /*max-width: 216px;*/
  width: 100%;
  overflow: hidden;
}
header .centent nav .navs .xiala .swiper .swiper-wrapper .swiper-slide .list .item a .image img {
  height: auto;
  width: 100%;
  transition: all 1s;
}
header .centent nav .navs .xiala .swiper .swiper-wrapper .swiper-slide .list .item a p {
  font-size: 14px;
  margin-top: 15px;
  color: #353535;
}
header .centent nav .navs .xiala .swiper .swiper-wrapper .swiper-slide .list .item:hover a .image img {
  transform: scale(1.1);
}
header .centent nav .navs .xiala .swiper .swiper-wrapper .swiper-slide .list .item:hover a p {
  color: #000;
}
header .centent nav .navs .xiala .swiper .swiper-button-next::after,
header .centent nav .navs .xiala .swiper .swiper-button-prev::after {
  font-size: 24px;
  color: #191a1e;
  font-weight: 500;
}
header .centent nav .navs .xiala .list {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .centent nav .navs .xiala .list .item {
  /*margin: 0 10px;*/
}
header .centent nav .navs .xiala .list .item a {
  width: 100%;
  height: auto;
  display: flex;
  color: #000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .centent nav .navs .xiala .list .item a .image {
  width: 216px;
  height: 140px;
  overflow: hidden;
}
header .centent nav .navs .xiala .list .item a .image img {
  width: 100%;
  height: 100%;
  transition: all 1s;
}
header .centent nav .navs .xiala .list .item a p {
  font-size: 14px;
  margin-top: 15px;
  color: #353535;
}
header .centent nav .navs .xiala .list .item:hover a .image img {
  transform: scale(1.1);
}
header .centent nav .navs .xiala .list .item:hover a p {
  color: #000;
}
header .centent .right {
  display: flex;
  align-items: center;
  height: 100%;
}
header .centent .right p {
  font-size: 18px;
  cursor: pointer;
  position: relative;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .centent .right p .xiala {
  display: block;
  position: absolute;
  top: 80px;
  left: -15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 15px 0;
  display: none;
  width: 100px;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header .centent .right p .xiala a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  line-height: 2;
}
header .centent .right p .xiala a:hover {
  background-color: #eee;
}
header .centent .right p:hover .xiala {
  display: flex;
}
header .centent .right .icon-sousuo1 {
  font-size: 24px;
  color: #000;
  margin-left: 35px;
  cursor: pointer;
}
header .centent .right .icon-gengduo {
  display: none;
  cursor: pointer;
}
.NavMenu {
  display: none;
}
.banner {
  caret-color: transparent;
}
.banner .swiper .swiper-wrapper .swiper-slide video {
  position: absolute;
  z-index: -1;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 3.5px;
  border-radius: 0;
}
.list_1 {
  width: 100%;
  padding: 60px 0 100px;
}
.list_1 .centent {
  caret-color: transparent;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_1 .centent .text {
  line-height: 1.5;
  margin: 30px 0 50px;
  font-size: 16px;
  max-width: 1092px;
  color: #4a4a4a;
}
.list_1 .centent .button {
  width: 188px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #d8d8d8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  box-sizing: border-box;
}
.list_1 .centent .button:hover {
  border: none;
  border: 2px solid #555;
}
.list_1 .centent .list {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_1 .centent .list .item {
  width: auto;
  padding: 0 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.list_1 .centent .list .item::after {
  width: 1px;
  height: 25px;
  display: block;
  content: "";
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list_1 .centent .list .item p {
  white-space: nowrap;
  font-size: 40px;
  position: relative;
  color: #333;
}
.list_1 .centent .list .item p sup {
  position: absolute;
  font-size: 24px;
  top: -15px;
}
.list_1 .centent .list .item p sup.f12 {
  font-size: 14px;
  top: 0px;
}
.list_1 .centent .list .item p.txt {
  font-size: 18px;
  margin-top: 5px;
  color: #666;
}
.list_1 .centent .list .item:nth-child(1)::after {
  display: none;
}
.list_2 {
  width: 100%;
  height: 914px;
  padding: 90px 0 150px;
  box-sizing: border-box;
  background: url(../img/bg_1.jpg) no-repeat;
}
.list_2 .centent {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_2 .centent .f36 {
  color: #fff;
}
.list_2 .centent .mySwiper_1,
.list_2 .centent .mySwiper_5 {
  display: none;
}
.list_2 .centent p {
  max-width: 800px;
  line-height: 1.5;
  color: #b0b0b0;
  font-size: 16px;
}
.list_2 .centent p.txt {
  color: #fff;
  margin: 5px 0 15px;
}
.list_2 .centent .list {
  margin-top: 50px;
  width: 100%;
  height: 471px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_2 .centent .list .item {
  width: 24%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
}
.list_2 .centent .list .item img {
  margin-top: -16%;
  width: 90%;
  height: auto;
}
.list_2 .centent .list .item p {
  position: absolute;
  bottom: 30px;
  font-size: 20px;
  color: #353535;
  font-weight: 500;
}
.list_2 .centent .list .item .details {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00A3AD;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 1s;
  opacity: 0;
}
.list_2 .centent .list .item .details h4 {
  color: #fff;
  font-weight: 500;
  font-size: 26px;
}
.list_2 .centent .list .item .details p {
  position: relative;
  bottom: 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
  width: 85%;
  margin: 25px 0;
  line-height: 1.5;
  font-weight: 500;
}
.list_2 .centent .list .item .details .button {
  font-size: 14px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 128px;
  height: 32px;
  cursor: pointer;
}
.list_2 .centent .list .item .details .button:hover {
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.list_2 .centent .list .item:hover .details {
  display: flex;
  opacity: 1;
  transition: all 1s;
}
.list_3 {
  width: 100%;
  background-color: #f0f0f0;
  padding: 50px 0 95px;
}
.list_3 .centent {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.list_3 .centent p {
  margin: 15px 0;
}
.list_3 .centent p.aaa {
  margin: 10px 0 30px;
}
.list_3 .centent .mySwiper_3,
.list_3 .centent .mySwiper_6,
.list_3 .centent .mySwiper_7 {
  width: 93%;
}
.list_3 .centent .mySwiper_3 .swiper-wrapper .swiper-slide,
.list_3 .centent .mySwiper_6 .swiper-wrapper .swiper-slide,
.list_3 .centent .mySwiper_7 .swiper-wrapper .swiper-slide {
  cursor: pointer;
  padding: 33px 0;
  width: 179px;
  height: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #599791;
}
.list_3 .centent .mySwiper_3 .swiper-wrapper .swiper-slide img,
.list_3 .centent .mySwiper_6 .swiper-wrapper .swiper-slide img,
.list_3 .centent .mySwiper_7 .swiper-wrapper .swiper-slide img {
  height: 36px;
  width: auto;
}
.list_3 .centent .mySwiper_3 .swiper-wrapper .swiper-slide img.a1,
.list_3 .centent .mySwiper_6 .swiper-wrapper .swiper-slide img.a1,
.list_3 .centent .mySwiper_7 .swiper-wrapper .swiper-slide img.a1 {
  display: block;
}
.list_3 .centent .mySwiper_3 .swiper-wrapper .swiper-slide img.a2,
.list_3 .centent .mySwiper_6 .swiper-wrapper .swiper-slide img.a2,
.list_3 .centent .mySwiper_7 .swiper-wrapper .swiper-slide img.a2 {
  display: none;
}
.list_3 .centent .mySwiper_3 .swiper-wrapper .swiper-slide p,
.list_3 .centent .mySwiper_6 .swiper-wrapper .swiper-slide p,
.list_3 .centent .mySwiper_7 .swiper-wrapper .swiper-slide p {
  margin: 0;
  font-size: 16px;
}
.list_3 .centent .mySwiper_3 .swiper-wrapper .swiper-slide:hover,
.list_3 .centent .mySwiper_6 .swiper-wrapper .swiper-slide:hover,
.list_3 .centent .mySwiper_7 .swiper-wrapper .swiper-slide:hover {
  border-top: 4px solid #00A3AD;
}
.list_3 .centent .mySwiper_3 .swiper-wrapper .swiper-slide:hover p,
.list_3 .centent .mySwiper_6 .swiper-wrapper .swiper-slide:hover p,
.list_3 .centent .mySwiper_7 .swiper-wrapper .swiper-slide:hover p {
  color: #00A3AD;
}
.list_3 .centent .mySwiper_3 .swiper-wrapper .swiper-slide:hover img.a1,
.list_3 .centent .mySwiper_6 .swiper-wrapper .swiper-slide:hover img.a1,
.list_3 .centent .mySwiper_7 .swiper-wrapper .swiper-slide:hover img.a1 {
  display: none;
}
.list_3 .centent .mySwiper_3 .swiper-wrapper .swiper-slide:hover img.a2,
.list_3 .centent .mySwiper_6 .swiper-wrapper .swiper-slide:hover img.a2,
.list_3 .centent .mySwiper_7 .swiper-wrapper .swiper-slide:hover img.a2 {
  display: block;
}
.list_3 .centent .mySwiper_3 .swiper-wrapper .swiper-slide-thumb-active,
.list_3 .centent .mySwiper_6 .swiper-wrapper .swiper-slide-thumb-active,
.list_3 .centent .mySwiper_7 .swiper-wrapper .swiper-slide-thumb-active {
  border-top: 4px solid #00A3AD;
}
.list_3 .centent .mySwiper_3 .swiper-wrapper .swiper-slide-thumb-active p,
.list_3 .centent .mySwiper_6 .swiper-wrapper .swiper-slide-thumb-active p,
.list_3 .centent .mySwiper_7 .swiper-wrapper .swiper-slide-thumb-active p {
  color: #00A3AD;
}
.list_3 .centent .mySwiper_3 .swiper-wrapper .swiper-slide-thumb-active img.a1,
.list_3 .centent .mySwiper_6 .swiper-wrapper .swiper-slide-thumb-active img.a1,
.list_3 .centent .mySwiper_7 .swiper-wrapper .swiper-slide-thumb-active img.a1 {
  display: none;
}
.list_3 .centent .mySwiper_3 .swiper-wrapper .swiper-slide-thumb-active img.a2,
.list_3 .centent .mySwiper_6 .swiper-wrapper .swiper-slide-thumb-active img.a2,
.list_3 .centent .mySwiper_7 .swiper-wrapper .swiper-slide-thumb-active img.a2 {
  display: block;
}
.list_3 .centent .mySwiper_6,
.list_3 .centent .mySwiper_7 {
  display: none;
}
.list_3 .centent .custom-button-container {
  width: 100%;
  position: absolute;
  top: 25%;
}
.list_3 .centent .custom-button-container .swiper-button-next,
.list_3 .centent .custom-button-container .swiper-button-prev {
  border: 1px solid #000;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.list_3 .centent .custom-button-container .swiper-button-next::after,
.list_3 .centent .custom-button-container .swiper-button-prev::after {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.list_3 .centent .mySwiper_4 {
  width: 93%;
}
.list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide {
  height: 514px;
  display: flex;
}
.list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide .box {
  color: #fff;
  width: 30%;
  height: 100%;
  background-color: #00A3AD;
  padding: 25px 35px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide .box .text {
  margin-top: -150px;
}
.list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide .box .text h5 {
  font-size: 30px;
  margin-top: 120px;
  font-weight: 500;
}
.list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide .box .text p {
  font-size: 15px;
  line-height: 1.5;
}
.list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide .box .buttom {
  width: 100%;
  height: 38px;
  border-top: 1px solid #ccc;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide img {
  width: 70%;
}
.list_4 {
  width: 100%;
  padding: 60px 0 76px;
}
.list_4 .centent {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.list_4 .centent .box {
  margin-top: 46px;
  width: 1444px;
  height: 378px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_4 .centent .box .image {
  max-width: 690px;
  height: 100%;
}
.list_4 .centent .box .list {
  width: 726px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list_4 .centent .box .list .item {
  cursor: pointer;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_4 .centent .box .list .item a{width: 100%;
  height: 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;}
.list_4 .centent .box .list .item .left {
  width: 100px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #00A3AD;
  color: #fff;
}
.list_4 .centent .box .list .item .right {
  border: 1px solid #ddd;
  padding: 12px 15px;
  height: 100%;
  box-sizing: border-box;
  max-width: 608px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list_4 .centent .box .list .item .right .f20 {
  color: #505050;
}
.list_4 .centent .box .list .item .right .f15 {
  color: #858585;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.list_4 .centent .button {
  width: 188px;
  height: 54px;
  border: 2px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-top: 76px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.list_4 .centent .button:hover {
  border: none;
  border: 2px solid #555;
}
.list_5 {
  caret-color: transparent;
  width: 100%;
  padding: 54px 0;
  background-color: #efefef;
}
.list_5 .centent {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_5 .centent .box {
  width: 1445px;
}
/*.list_5 .centent .box .my_Swiper .swiper-wrapper .swiper-slide {
  padding: 20px 0;
}*/
.list_5 .centent .box .my_Swiper{ padding-bottom:50px; margin-top:20px;}
.list_5 .centent .box .my_Swiper .swiper-wrapper .swiper-slide .list {
  /*margin: 25px 0;*/
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.list_5 .centent .box .my_Swiper .swiper-wrapper .swiper-slide .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: auto;
  margin: 10px 0;
}
.list_5 .centent .box .my_Swiper .swiper-wrapper .swiper-slide .list .item:hover {
  opacity: 0.8;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.list_5 .centent .box .my_Swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 10px;
  background: var(--swiper-pagination-bullet-inactive-color, #858585);
}
.list_5 .centent .box .my_Swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--swiper-pagination-bullet-inactive-color, #00A3AD);
}
.list_5 .centent .box .my_Swiper.w1024,
.list_5 .centent .box .my_Swiper.w1200,
.list_5 .centent .box .my_Swiper.w480 {
  display: none;
}
footer {
  width: 100%;
  background-color: #191a1e;
}
footer .top {
  width: 100%;
  padding: 80px 0;
}
footer .top .centent {
  width: 1450px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .top .centent .image {
  max-width: 307px;
  height: auto;
}
footer .top .centent .center {
  display: flex;
  justify-content: space-between;
}
footer .top .centent .center .left {
  display: flex;
  justify-content: space-between;
  width: 480px;
  padding: 0 30px;
  box-sizing: border-box;
  border-right: 1px solid #393a3c;
}
footer .top .centent .center .left ul {
  display: flex;
  flex-direction: column;
}
footer .top .centent .center .left ul p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
footer .top .centent .center .left ul li {
  color: #8d8e8f;
  font-size: 16px;
  margin: 10px 0;
}
footer .top .centent .center .left ul li:hover {
  color: #fff;
}
footer .top .centent .center .right {
  padding: 0 0 0 30px;
}
footer .top .centent .center .right ul {
  color: #ccc;
}
footer .top .centent .center .right ul p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}
footer .top .centent .center .right ul li {
  margin: 15px 0;
  color: #ccc;
  font-size: 18px;
  display: flex;
  align-items: center;
}
footer .top .centent .center .right ul li img {
  width: 20px;
  height: auto;
}
footer .top .centent .center .right ul li .iconfont {
  color: #ccc;
  margin-right: 5px;
}
footer .buttom {
  width: 100%;
  border-top: 1px solid #393a3c;
}
footer .buttom .centent {
  position: relative;
  width: 1450px;
  margin: 0 auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7a7b7f;
  font-size: 16px;
}
footer .buttom .centent .list {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
}
footer .buttom .centent .list .item {
  margin: 0 10px;
  display: flex;
  height: 26px;
  width: auto;
  align-items: center;
  justify-content: center;
}
footer .buttom .centent .list .item img {
  width: auto;
  height: 22px;
}
.zhezhao {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999999999;
}
.zhezhao div {
  width: 80%;
  height: 100px;
  background-color: #fff;
  margin: 100px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 3%;
  box-sizing: border-box;
}
.zhezhao div .iconfont {
  font-size: 36px;
}
.zhezhao div input {
  height: 100%;
  flex-grow: 1;
  border: none;
  outline: none;
  font-size: 30px;
  padding-left: 25px;
  box-sizing: border-box;
}
.zhezhao div p {
  font-size: 30px;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .header_top .centent {
    width: 90%;
  }
  header .centent {
    width: 90%;
  }
  .list_1 .centent {
    width: 90%;
  }
  .list_2 {
    height: auto;
  }
  .list_2 .centent {
    width: 90%;
  }
  .list_2 .centent .list {
    height: 400px;
  }
  .list_3 .centent {
    width: 90%;
  }
  .list_3 .centent .list {
    width: 100%;
  }
  .list_3 .centent .center {
    width: 100%;
    box-sizing: border-box;
  }
  .list_3 .centent .center .box {
    width: 20%;
  }
  .list_3 .centent .center img {
    display: block;
    width: 80%;
  }
  .list_4 .centent {
    width: 90%;
  }
  .list_4 .centent .box {
    width: 100%;
  }
  .list_4 .centent .box .image {
    width: 50%;
    height: 100%;
  }
  .list_4 .centent .box .image img {
    height: 100%;
  }
  .list_4 .centent .box .list {
    width: 48%;
  }
  .list_4 .centent .box .list .item .left {
    width: 15%;
  }
  .list_4 .centent .box .list .item .left p {
    font-size: 16px;
  }
  .list_4 .centent .box .list .item .right {
    width: 83%;
  }
  .list_4 .centent .box .list .item .right .f20 {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .list_4 .centent .box .list .item .right .f15 {
    font-size: 13px;
  }
  .list_5 .centent {
    width: 90%;
  }
  .list_5 .centent .box {
    width: 100%;
  }
  .list_5 .centent .box .my_Swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
  }
  /*.list_5 .centent .box .my_Swiper .swiper-wrapper .swiper-slide .list .item {
    width: 11%;
  }*/
  footer .top .centent {
    width: 90%;
  }
  footer .buttom .centent {
    width: 90%;
  }
  footer .buttom .centent .list .item {
    height: 18px;
    margin: 0 8px;
  }
  footer .buttom .centent .list .item img {
    height: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .list_5 .centent {
    width: 90%;
  }
  .list_5 .centent .box {
    width: 100%;
  }
  .list_5 .centent .box .my_Swiper {
    /*display: none;*/
  }
  .list_5 .centent .box .my_Swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
  }
  .list_5 .centent .box .my_Swiper .swiper-wrapper .swiper-slide .list .item {
    /*width: 13%;*/
    margin: 5px;
  }
  .list_5 .centent .box .my_Swiper.w1200 {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .header_top {
    height: 56px;
  }
  header {
    height: 100px;
  }
  header .centent .logo {
    width: 20%;
    height: auto;
  }
  header .centent nav {
    width: 50%;
    margin-left: 10%;
  }
  header .centent nav .navs .xiala {
    top: 100px;
  }
  header .centent .right {
    width: 10%;
  }
  .list_2 .centent .list {
    height: 300px;
  }
  .list_2 .centent .list .item .details .f30 {
    font-size: 26px;
  }
  .list_3 .centent .mySwiper_3 .swiper-wrapper .swiper-slide {
    padding: 20px 0;
  }
  .list_3 .centent .custom-button-container {
    top: 26%;
  }
  .list_3 .centent .custom-button-container .swiper-button-next,
  .list_3 .centent .custom-button-container .swiper-button-prev {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .list_3 .centent .custom-button-container .swiper-button-next::after,
  .list_3 .centent .custom-button-container .swiper-button-prev::after {
    font-size: 14px;
  }
  .list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide {
    height: 414px;
  }
  .list_4 .centent .box {
    height: 308px;
  }
  .list_4 .centent .box .list .item {
    height: 90px;
  }
  .list_4 .centent .box .list .item .left {
    width: 20%;
  }
  .list_4 .centent .box .list .item .right {
    width: 76%;
  }
  footer .buttom .centent {
    flex-direction: column;
    height: auto;
    padding: 15px 0;
  }
  footer .buttom .centent .list {
    position: relative;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    height: 80px;
  }
  header .centent .logo {
    width: 30%;
  }
  header .centent .logo img {
    height: auto;
  }
  header .centent nav {
    display: none;
  }
  header .centent .right {
    width: auto;
  }
  header .centent .right .icon-gengduo {
    display: block;
    margin-left: 20px;
    font-size: 20px;
  }
  header .centent .right .icon-sousuo1 {
    margin-left: 20px;
  }
  header .centent .right p .xiala {
    top: 80px;
  }
  .NavMenu {
    width: 100%;
    height: 100vh;
    position: fixed !important;
    z-index: 999999999;
    background-color: #fff;
    top: 0;
    left: 0;
    overflow-y: hidden;
    box-sizing: border-box;
  }
  .NavMenu .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
  }
  .NavMenu .top a {
    width: 20%;
    height: auto;
  }
  .NavMenu .top span {
    font-size: 26px;
    cursor: pointer;
  }
  .NavMenu ul {
    width: 100%;
    margin-top: 15px;
  }
  .NavMenu ul li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
  }
  .NavMenu ul li a {
    display: flex;
    align-items: center;
    font-size: 20px;
    padding: 10px 25px;
  }
  .NavMenu ul li a:hover {
    background-color: #ddd;
  }
  .list_1 .centent .f36 {
    font-size: 30px;
  }
  .list_1 .centent .text {
    font-size: 14px;
    margin: 30px 0 40px;
  }
  .list_1 .centent .button {
    transform: scale(0.8);
  }
  .list_1 .centent .list {
    width: 100%;
    margin-top: 60px;
  }
  .list_1 .centent .list .item {
    padding: 0;
    width: 25%;
  }
  .list_1 .centent .list .item p {
    font-size: 34px;
  }
  .list_1 .centent .list .item p sup {
    font-size: 20px;
    top: -10px;
  }
  .list_1 .centent .list .item p sup.f12 {
    font-size: 12px;
  }
  .list_2 {
    padding: 80px 0 120px;
  }
  .list_2 .centent .f36 {
    font-size: 30px;
  }
  .list_2 .centent .list {
    height: 230px;
  }
  .list_2 .centent .list .item p {
    bottom: 10px;
    font-size: 18px;
  }
  .list_2 .centent .list .item .details h4.f30 {
    font-size: 18px;
  }
  .list_2 .centent .list .item .details .f14 {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list_2 .centent .list .item .details .button {
    transform: scale(0.8);
  }
  .list_3 .centent .mySwiper_3 {
    display: none;
  }
  .list_3 .centent .mySwiper_6 {
    display: block;
  }
  .list_3 .centent .mySwiper_6 .swiper-wrapper .swiper-slide {
    padding: 15px 0;
  }
  .list_3 .centent .mySwiper_6 .swiper-wrapper .swiper-slide img {
    transform: scale(0.8);
  }
  .list_3 .centent .custom-button-container {
    width: 110%;
    top: 30%;
  }
  .list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide {
    height: 350px;
  }
  .list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide .box {
    padding: 15px;
  }
  .list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide .box .text {
    font-size: 12px;
  }
  .list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide .box .text h5 {
    font-size: 24px;
  }
  .list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide .box .text p {
    font-size: 12px;
  }
  .list_4 {
    padding: 50px 0;
  }
  .list_4 .centent .f36 {
    font-size: 30px;
  }
  .list_4 .centent .box .image {
    display: none;
  }
  .list_4 .centent .box .list {
    width: 100%;
  }
  .list_4 .centent .box .list .item {
    width: 100%;
  }
  .list_4 .centent .box .list .item .left {
    width: 15%;
  }
  .list_4 .centent .box .list .item .right {
    width: 82%;
    max-width: none;
  }
  .list_4 .centent .button {
    transform: scale(0.8);
    margin-top: 50px;
  }
  .list_5 {
    padding: 40px 0;
  }
  .list_5 .centent .f36 {
    font-size: 30px;
  }
  /*.list_5 .centent .box .my_Swiper {
    display: none;
  }*/
  .list_5 .centent .box .my_Swiper .swiper-wrapper .swiper-slide {
    /*padding: 10px 0 30px;*/
  }
  .list_5 .centent .box .my_Swiper.w1200 {
    display: none;
  }
  .list_5 .centent .box .my_Swiper.w1024 {
    display: block;
    padding: 0;
  }
  .list_5 .centent .box .my_Swiper.w1024 .swiper-wrapper .swiper-slide {
    padding: 10px 0;
  }
  .list_5 .centent .box .my_Swiper.w1024 .swiper-wrapper .swiper-slide .list .item {
    width: 18%;
    margin: 10px 4px;
  }
  footer .top .centent .image {
    display: none;
  }
  .zhezhao div {
    height: 80px;
  }
  .zhezhao div .iconfont {
    font-size: 30px;
  }
  .zhezhao div p {
    font-size: 26px;
  }
  .zhezhao div input {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header_top {
    display: none;
  }
  header {
    position: fixed;
    top: 0;
    height: 60px;
    z-index: 99999999;
  }
  header .centent .right p {
    font-size: 14px;
  }
  header .centent .right p .iconfont {
    font-size: 12px;
  }
  header .centent .right p .xiala {
    top: 60px;
  }
  .banner {
    margin-top: 60px;
  }
  .list_1 {
    padding: 30px 0 40px;
  }
  .list_1 .centent .f36 {
    font-size: 24px;
  }
  .list_1 .centent .list {
    margin-top: 40px;
    flex-wrap: wrap;
    transform: scale(0.9);
  }
  .list_1 .centent .list .item {
    width: 50%;
    margin: 15px 0;
    transform: scale(0.9);
  }
  .list_1 .centent .list .item:nth-child(3)::after {
    display: none;
  }
  .list_2 {
    padding: 50px 0 80px;
  }
  .list_2 .centent .f36 {
    font-size: 24px;
  }
  .list_2 .centent .listpc {
    display: none;
  }
  .list_2 .centent .mySwiper_1,
  .list_2 .centent .mySwiper_5 {
    display: block;
    width: 100%;
  }
  .list_2 .centent .mySwiper_1 .swiper-wrapper .swiper-slide,
  .list_2 .centent .mySwiper_5 .swiper-wrapper .swiper-slide {
    overflow: hidden;
  }
  .list_2 .centent .mySwiper_1 .list,
  .list_2 .centent .mySwiper_5 .list {
    margin-top: 50px;
    width: 100%;
    height: 471px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .list_2 .centent .mySwiper_1 .list .item,
  .list_2 .centent .mySwiper_5 .list .item {
    width: 24%;
    height: 100%;
  }
  .list_2 .centent .mySwiper_1 .list .item a,
  .list_2 .centent .mySwiper_5 .list .item a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
  }
  .list_2 .centent .mySwiper_1 .list .item img,
  .list_2 .centent .mySwiper_5 .list .item img {
    margin-top: -16%;
    width: 90%;
    height: auto;
  }
  .list_2 .centent .mySwiper_1 .list .item p,
  .list_2 .centent .mySwiper_5 .list .item p {
    position: absolute;
    bottom: 40px;
    font-size: 20px;
    color: #333;
    font-weight: 500;
  }
  .list_2 .centent .mySwiper_1 .list .item .details,
  .list_2 .centent .mySwiper_5 .list .item .details {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00A3AD;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 1s;
    opacity: 0;
    display: none;
  }
  .list_2 .centent .mySwiper_1 .list .item .details h4,
  .list_2 .centent .mySwiper_5 .list .item .details h4 {
    color: #fff;
  }
  .list_2 .centent .mySwiper_1 .list .item .details p,
  .list_2 .centent .mySwiper_5 .list .item .details p {
    position: relative;
    font-size: 14px;
    text-align: center;
    color: #fff;
    width: 85%;
    margin: 25px 0;
    font-weight: 400;
    bottom: 0;
  }
  .list_2 .centent .mySwiper_1 .list .item .details .button,
  .list_2 .centent .mySwiper_5 .list .item .details .button {
    font-size: 14px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 128px;
    height: 32px;
    cursor: pointer;
  }
  .list_2 .centent .mySwiper_1 .list .item .details.active,
  .list_2 .centent .mySwiper_5 .list .item .details.active {
    display: flex;
    opacity: 1;
    transition: all 1s;
  }
  .list_2 .centent .mySwiper_1 .swiper-pagination .swiper-pagination-bullet,
  .list_2 .centent .mySwiper_5 .swiper-pagination .swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #858585);
  }
  .list_2 .centent .mySwiper_1 .swiper-pagination .swiper-pagination-bullet-active,
  .list_2 .centent .mySwiper_5 .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--swiper-pagination-bullet-inactive-color, #00A3AD);
  }
  .list_2 .centent .mySwiper_5 {
    display: none;
  }
  .list_3 {
    overflow: hidden;
  }
  .list_3 .centent .f36 {
    font-size: 24px;
  }
  .list_3 .centent .mySwiper_3 {
    width: 85%;
  }
  .list_3 .centent .mySwiper_4 {
    width: 85%;
  }
  .list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide {
    height: 380px;
  }
  .list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide .box .text h5 {
    font-size: 28px;
  }
  .list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide .box .text p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list_4 {
    padding: 35px 0;
  }
  .list_4 .centent .f36 {
    font-size: 24px;
  }
  .list_4 .centent .box {
    margin-top: 25px;
    height: 250px;
  }
  .list_4 .centent .box .list .item {
    height: 70px;
  }
  .list_4 .centent .box .list .item .left {
    width: 20%;
    font-size: 12px;
  }
  .list_4 .centent .box .list .item .left .f24 {
    font-size: 16px;
  }
  .list_4 .centent .box .list .item .left .f16 {
    font-size: 12px;
  }
  .list_4 .centent .box .list .item .right {
    padding: 8px;
    width: 77%;
  }
  .list_4 .centent .box .list .item .right .f20 {
    font-size: 15px;
  }
  .list_4 .centent .box .list .item .right .f15 {
    font-size: 12px;
  }
  .list_4 .centent .button {
    transform: scale(0.6);
    margin-top: 20px;
  }
  .list_5 {
    padding: 35px 0 20px;
  }
  .list_5 .centent .f36 {
    font-size: 24px;
  }
  .list_5 .centent .box .my_Swiper .swiper-wrapper .swiper-slide .list {
    
  }
  .list_5 .centent .box .my_Swiper .swiper-pagination {
    transform: scale(0.6);
  }
  footer .top {
    padding: 40px 0 30px;
  }
  footer .top .centent .center {
    width: 100%;
    flex-wrap: wrap;
  }
  footer .top .centent .center .left {
    width: 100%;
    padding: 0;
    border: none;
    flex-wrap: wrap;
  }
  footer .top .centent .center .right {
    padding: 0;
    margin-top: 25px;
  }
  footer .buttom .centent p {
    text-align: center;
  }
  footer .buttom .centent .list {
    margin: 20px;
  }
}
@media screen and (max-width: 480px) {
  header .centent .logo {
    width: 50%;
  }
  .NavMenu .top a {
    width: 40%;
  }
  .NavMenu .top span {
    font-size: 20px;
  }
  .banner .swiper .swiper-pagination {
    transform: scale(0.3);
    bottom: 0;
  }
  .list_2 .centent .mySwiper_1 {
    display: none;
  }
  .list_2 .centent .mySwiper_5 {
    display: block;
  }
  .list_3 {
    overflow: hidden;
    padding: 50px 0 ;
  }
  .list_3 .centent .mySwiper_3,
  .list_3 .centent .mySwiper_6 {
    display: none;
  }
  .list_3 .centent .mySwiper_7 {
    display: block;
    width: 100%;
  }
  .list_3 .centent .mySwiper_7 .swiper-wrapper .swiper-slide {
    padding: 10px 0;
    height: 56px;
  }
  .list_3 .centent .mySwiper_7 .swiper-wrapper .swiper-slide img {
    transform: scale(0.5);
  }
  .list_3 .centent .custom-button-container {
    display: none;
    width: 110%;
    top: 31%;
  }
  .list_3 .centent .custom-button-container .swiper-button-next,
  .list_3 .centent .custom-button-container .swiper-button-prev {
    width: 20px;
    height: 20px;
  }
  .list_3 .centent .mySwiper_4 {
    width: 100%;
  }
  .list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide {
    height: 250px;
  }
  .list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide .box {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    margin-top: 10px;
  }
  .list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide .box .text h5 {
    font-size: 20px;
  }
  .list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide .box .text p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
  }
  .list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide .box .buttom span {
    font-size: 12px;
  }
  .list_3 .centent .mySwiper_4 .swiper-wrapper .swiper-slide img {
    width: 65%;
    display: none;
  }
  .list_5 .centent .box .my_Swiper {
    /*display: none;*/
  }
  .list_5 .centent .box .my_Swiper.w1024 {
    display: none;
  }
  .list_5 .centent .box .my_Swiper.w480 {
    display: block;
  }
  .list_5 .centent .box .my_Swiper.w480 .swiper-wrapper .swiper-slide .list .item {
    /*width: 23%;
    margin: 10px 3px;*/
  }
  .zhezhao div {
    height: 60px;
    box-sizing: border-box;
  }
  .zhezhao div .iconfont {
    font-size: 20px;
  }
  .zhezhao div p {
    font-size: 18px;
  }
  .zhezhao div input {
    font-size: 18px;
    flex-grow: inherit;
    width: 80%;
  }
}
