.zzzy_tab_box {
  padding: 30px 0;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
}
.zzzy_tab {
  box-sizing: border-box;
  margin-left: -20px;
  margin-right: -20px;
}
.zzzy_tab::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zzzy_tab > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}
.zzzy_tab > li:nth-child(n) {
  margin-top: 0;
}
.zzzy_tab > li:nth-child(n)::after {
  display: block;
}
.zzzy_tab > li:nth-child(n + 5) {
  margin-top: 30px;
}
.zzzy_tab > li:nth-child(5) {
  margin-top: 0;
}
.zzzy_tab > li:nth-child(5n)::after,
.zzzy_tab > li:last-child::after {
  display: none;
}
.zzzy_tab a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .zzzy_tab {
    margin-left: -20px;
    margin-right: -20px;
  }
  .zzzy_tab::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .zzzy_tab > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  .zzzy_tab > li:nth-child(n) {
    margin-top: 0;
  }
  .zzzy_tab > li:nth-child(n)::after {
    display: block;
  }
  .zzzy_tab > li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .zzzy_tab > li:nth-child(3) {
    margin-top: 0;
  }
  .zzzy_tab > li:nth-child(3n)::after,
  .zzzy_tab > li:last-child::after {
    display: none;
  }
  .zzzy_tab a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .zzzy_tab {
    margin-left: -10px;
    margin-right: -10px;
  }
  .zzzy_tab::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .zzzy_tab > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .zzzy_tab > li:nth-child(n) {
    margin-top: 0;
  }
  .zzzy_tab > li:nth-child(n)::after {
    display: block;
  }
  .zzzy_tab > li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .zzzy_tab > li:nth-child(3) {
    margin-top: 0;
  }
  .zzzy_tab > li:nth-child(3n)::after,
  .zzzy_tab > li:last-child::after {
    display: none;
  }
  .zzzy_tab a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.zzzy_tab li a {
  transition: all 0.3s;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 68px;
  line-height: 68px;
  text-align: center;
  background-color: transparent;
  padding: 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #676767;
}
.zzzy_tab li.cur a,
.zzzy_tab li:hover a {
  background-color: #166cb2;
  color: #fff;
}
.zzzy_list {
  box-sizing: border-box;
  margin-left: -30px;
  margin-right: -30px;
}
.zzzy_list::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zzzy_list > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 30px;
  padding-right: 30px;
  float: left;
}
.zzzy_list > li:nth-child(n) {
  margin-top: 0;
}
.zzzy_list > li:nth-child(n)::after {
  display: block;
}
.zzzy_list > li:nth-child(n + 3) {
  margin-top: 60px;
}
.zzzy_list > li:nth-child(3) {
  margin-top: 0;
}
.zzzy_list > li:nth-child(3n)::after,
.zzzy_list > li:last-child::after {
  display: none;
}
.zzzy_list a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .zzzy_list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .zzzy_list::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .zzzy_list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  .zzzy_list > li:nth-child(n) {
    margin-top: 0;
  }
  .zzzy_list > li:nth-child(n)::after {
    display: block;
  }
  .zzzy_list > li:nth-child(n + 3) {
    margin-top: 40px;
  }
  .zzzy_list > li:nth-child(3) {
    margin-top: 0;
  }
  .zzzy_list > li:nth-child(3n)::after,
  .zzzy_list > li:last-child::after {
    display: none;
  }
  .zzzy_list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .zzzy_list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .zzzy_list::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .zzzy_list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .zzzy_list > li:nth-child(n) {
    margin-top: 0;
  }
  .zzzy_list > li:nth-child(n)::after {
    display: block;
  }
  .zzzy_list > li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .zzzy_list > li:nth-child(2) {
    margin-top: 0;
  }
  .zzzy_list > li:nth-child(2n)::after,
  .zzzy_list > li:last-child::after {
    display: none;
  }
  .zzzy_list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.img_mask_box {
  box-sizing: border-box;
  position: relative;
  height: 289px;
}
@media (max-width: 992px) {
  .img_mask_box {
    height: 180px;
  }
}
.img_mask_box a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.img_mask_box a:hover img {
  transform: scale(1.05);
}
.img_mask_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.img_mask_box .mask_title h3 {
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}
.details_box {
  min-width: 800px;
  max-width: 1440px;
  height: 645px;
}
@media (max-width: 1440px) {
  .details_box {
    max-width: 100%;
  }
}
.details_box .swiper-button-prev,
.details_box .swiper-button-next {
  transition: all 0.3s;
  position: absolute;
  left: auto;
  right: auto;
  top: auto;
  bottom: 60px;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.details_box .swiper-button-prev {
  right: 120px;
  background-image: url(../images/btn_prev.png);
}
.details_box .swiper-button-prev:hover {
  background-image: url(../images/btn_prev_cur.png);
}
.details_box .swiper-button-next {
  right: 50px;
  background-image: url(../images/btn_next.png);
}
.details_box .swiper-button-next:hover {
  background-image: url(../images/btn_next_cur.png);
}
.details_box .swiper-pagination {
  width: 100%;
  left: 0;
  bottom: 80px;
}
.details_box .swiper-pagination-bullet {
  opacity: 1;
  width: 14px;
  height: 14px;
  background-color: #d8d8d8;
  margin: 0 10px;
}
.details_box .swiper-pagination-bullet-active {
  background-color: #166cb2;
}
.details_box .Swiper1_box,
.details_box .Swiper2A_box {
  position: relative;
  width: 100%;
  height: 100%;
}
.details_box .Swiper1_box {
  background-color: #fff;
  padding: 80px 10% 160px;
}
.details_box .Swiper2A_box {
  background-color: #f6f5f5;
  padding: 50px 50px 160px;
}
/* .details_box #Swiper1 {
  width: 100%;
  height: 408px;
} */
.details_box .Swiper1_box>.swiper-container {
  width: 100%;
  height: 408px;
}
.details_box .details_img {
  width: 100%;
  height: 100%;
}
.details_box .details_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.details_box #Swiper2A {
  width: 100%;
  height: 438px;
}
.details_box ::-webkit-scrollbar {
  width: 2px;
}
.details_box ::-webkit-scrollbar-thumb {
  background-color: #166cb2;
}
.details_box ::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
.details_box .details_text {
  background-color: #f6f5f5;
  height: 100%;
  padding-right: 25px;
  overflow-y: auto;
}
.details_box .details_text .details_text_title {
  margin-bottom: 45px;
}
.details_box .details_text .details_text_title .p {
  font-size: 20px;
  color: #000000;
}
.details_box .details_text .details_text_content .p {
  font-size: 16px;
  color: #666;
}
.details_box .details_text .details_text_content p {
  /* font-size: 18px; */
  font-weight: normal;
  line-height: 2;
  /* color: #333; */
  text-align: justify;
  word-break: break-word;
  font-size: 16px;
  color: #666;
}
.details_box .details_text .details_text_content p img{
  width: 100% !important;
}
@media (max-width: 992px) {
  .details_box .Swiper1_box {
    padding: 50px 50px 70px;
  }
  /* .details_box #Swiper1 {
    height: 288px;
  } */
  .details_box .Swiper1_box>.swiper-container {
    height: 288px;
  }
  .details_box .swiper-pagination {
    bottom: 10px;
  }
}
