* {
  margin: 0;
  padding: 0;
}
.font_text {
  font-family: 'Euclid Circular A-Light';
  font-size: 14px;
}
.font_title {
  font-family: 'Euclid Circular A-Light';
  font-size: 32px;
}
.font_text_title {
  font-family: 'Euclid Circular A-Light';
  font-size: 16px;
}
.font_xiaobiao {
  font-family: 'Euclid Circular A-Light';
  font-size: 20px;
}
.font_selling {
  font-family: 'Euclid Circular A-Medium';
  font-size: 24px;
}
.font_textemphasis {
  font-family: 'Euclid Circular A-Medium';
  font-size: 16px;
}
@font-face {
  font-family: 'Euclid Circular A-Light';
  src: url('../Font/Euclid-Circular-A-Light.ttf');
}
@font-face {
  font-family: 'Euclid Circular A-Medium';
  src: url('../Font/Euclid-Circular-A-Medium.ttf');
}
p.top_span {
  font-family: 'Euclid Circular A-Light';
  font-size: 14px;
}
.font_biaoti {
  font-size: 32px;
}
.details_box_pc {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}

.details_box_move {
  display: none;
}

/* .details_box_pc h3 {
  font-family: Helvetica, Arial, sans-serif;
}

.details_box_pc p {
  font-family: HelveticaNeue, Arial, sans-serif;
} */

/* --------------------------------------------------moren */
.white {
  color: #fff;
}

.black {
  color: #000;
}

/* -----------------------------------------------------title */
.details_title {
  position: relative;
  margin-bottom: 25px;
}
.details_title {
  position: relative;
  margin-bottom: 15px;
  position: relative;
}
p.title_p1 {
  position: absolute;
  font-size: 32px;
  font-family: 'Euclid Circular A-Medium';
  top: 26%;
  left: 46%;
}
p.title_p2 {
  position: absolute;
  font-family: 'Euclid Circular A-Medium';
  font-size: 32px;
  top: 51%;
  left: 46%;
}
p.title_p3 {
  position: absolute;
  font-family: 'Euclid Circular A-Medium';
  font-size: 32px;
  top: 51%;
  left: 70%;
}
.details_title img {
  display: block;
  width: 100%;
}

.details_content {
  position: absolute;
  top: 50%;
  left: 9%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.details_content h3 {
  /* text-transform: capitalize; */
  margin: 0 0 20px 0;
  letter-spacing: normal;
  line-height: 32px;
  font-size: 28px;
  font-weight: normal;
  transition: all 0.3s;
}

.details_content p {
  margin: 0;
  letter-spacing: normal;
  line-height: 24px;
  font-size: 16px;
  transition: all 0.3s;
  text-align: left;
}

/* --------------------------------------------------------banner */
.details_banner,
.details_banner img {
  display: block;
  width: 100%;
}

.details_banner {
  position: relative;
  margin-bottom: 25px;
}
#head_menu {
  margin-bottom: 15px;
  position: relative;
}
#head_menu .mobile_menu input,
#head_menu .mobile_menu label {
  display: none;
}
#head_menu ul {
  overflow: hidden;
  border-radius: 10px;
  background-color: #304e59;
  padding: 20px 10px;
  display: flex;
}
#head_menu ul li {
  list-style: none;
  background-color: #304e59;
  color: #f0f0f0;
  margin: 0 26px;
  display: inline;
}
/* #head_menu ul li.nav-title1 {
  width: 12%;
}
#head_menu ul li.nav-title2 {
  width: 12%;
}
#head_menu ul li.nav-title3 {
  width: 12%;
}
#head_menu ul li.nav-title4 {
  width: 12%;
}
#head_menu ul li.nav-title5 {
  width: 8%;
}
#head_menu ul li.nav-title6 {
  width: 12%;
}
#head_menu ul li.nav-title7 {
  width: 11%;
}
#head_menu ul li.nav-title8 {
  width: 11%;
}
#head_menu ul li.nav-title9 {
  width: 10%;
} */
#head_menu ul li a {
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #304e59;
  position: relative;
}

span.details_nav_span2 {
  position: absolute;
  width: 100%;
  color: rgba(255, 255, 255, 0.4);
  height: 0px;
  border-bottom: 1px solid;
  top: 44px;
  z-index: 1;
  left: 0%;
}
#head_menu a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  z-index: 999;
  background: #000000;
  height: 1px;
  transform: scaleX(0);
  /* 初始时线的长度为0 */
  transform-origin: 50% 50%;
  transition: transform 0.3s ease-out;
}

#head_menu a:hover::before {
  outline: 0;
  transform: scaleX(1);
}

/*------------------------------------------- nav*/

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

nav ul li {
  display: inline;
  margin: 0 26px;
}

.details_nav {
  display: flex;
  justify-content: space-between;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  padding: 20px 10px;
  margin-bottom: 25px;
  background-color: #304e59;
  position: relative;
}

.details_nav a {
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #304e59;
}

/* .details_nav a::after {
  display: none;
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 0;
  border-bottom: 3px solid #ffffff;
  z-index: 9999;
} */

/* .details_nav a:hover::after {
  display: block;
} */
.details_nav a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  z-index: 999;
  background: #000000;
  height: 1px;
  transform: scaleX(0); /* 初始时线的长度为0 */
  transform-origin: 50% 50%;
  transition: transform 0.3s ease-out; /* 过渡效果 */
}

.details_nav a:hover::before {
  outline: 0;
  transform: scaleX(1);
}

span.details_nav_span {
  position: absolute;
  width: 100%;
  color: rgba(255, 255, 255, 0.4);
  height: 0px;
  border-bottom: 1px solid;
  top: 47px;
  z-index: 1;
  left: 0%;
}

/*---------------------------------------------------- product */
.details_banner.bannr {
  background-color: #f7f8fa;
}

.package {
  margin: 0px auto;
  padding-top: 45px;
  padding-bottom: 80px;
  width: 1200px;
}

.package .package_title {
  height: 122px;
  line-height: 112px;
  text-align: center;
  font-size: 40px;
  color: #333;
  letter-spacing: 0.5px;
}

.package li {
  margin-bottom: 30px;
  list-style: none;
  height: 200px;
  background-color: #fff;
}

.package .info {
  float: left;
  width: calc(100% - 160px);
  padding: 0 80px;
  height: 100%;
}

.package .info div {
  float: left;
  margin-top: 34px;
  width: 242px;
  height: 145px;
  text-align: center;
}

.package .info_hezi {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

/* .package .info .pic {
  height: 90px;
} */
.package .info p {
  font-size: 16px;
  color: #333;
  margin-top: 5px;
}

.package .info .price,
.package .info .fu {
  color: #ff0200;
}

.package .info i {
  float: left;
  margin: 77px 58px 0;
  font-style: normal;
  font-size: 30px;
}

.package ul li a img {
  transition: all ease 1s;
}

.package ul li a img:hover {
  transform: scale(1.1);
  transition: all ease 1s;
}

.package .sum {
  position: relative;
  float: left;
  margin-top: 45px;
  padding-left: 50px;
  width: 235px;
}

.package .sum::after {
  position: absolute;
  left: 0;
  top: 0px;
  content: '';
  width: 1px;
  height: 115px;
  background-color: #cdcdcd;
}

.package .sum .caption {
  padding-right: 20px;
  margin-bottom: 5px;
}

.package .sum .new_pirce {
  color: #ff0200;
}

.package .sum .old_pirce {
  color: #b3b3b3;
  margin-left: 10px;
}

.package .sum i {
  font-style: normal;
}

.package .sum .more {
  display: block;
  margin-top: 15px;
  width: 138px;
  height: 25px;
  background-color: #333;
  text-align: center;
  line-height: 25px;
  color: #fff;
  text-decoration: none;
}
.banner-top {
  display: flex;
  flex-direction: row;
}
/* ----------------------------------------------------new top_detail */
#top_size {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 25px;
}

#top_size div {
  width: 100%;
  order: 1;
}

#top_size .label_banner_new {
  display: none;
}

#top_size .select_img_new img {
  width: 100%;
  display: block;
}

#top_size .radio,
#top_size .select_img_new {
  display: none;
}

#top_size .top_detail_imgs_new {
  display: flex;
  padding: 0 400px;
  background-color: #f7f8fa;
  padding-bottom: 3rem;
}

#top_size .top_detail_imgs_new label {
  box-sizing: border-box;
  width: calc(100% / 2);
  padding: 0 0rem 0 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top_size .top_detail_imgs_new .top_detail_imgs_new_hz {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top_size .top_detail_imgs_new .top_detail_imgs_new_hz img {
  transition: transform 0.8s ease;
}
#top_size .top_detail_imgs_new .top_detail_imgs_new_hz img:hover {
  transform: scale(1.2);
  transition: transform 0.8s ease;
}

#top_size .top_detail_imgs_new label img {
  width: 60%;
  display: block;
}

#top_size .top_detail_imgs_new label span {
  border-bottom: 4px solid rgb(62, 52, 48, 0);
  padding: 0px 6px;
}

#top_size .top_detail_imgs_new label:hover span {
  border-bottom: 2px solid black;
  padding: 0px 6px;
}

#top_size .radio:checked + label + div {
  display: block;
}

#top_size .select_img_new {
  position: relative;
}

#top_size .top_detail_div {
  position: absolute;
  width: 45%;
  background-color: #f7f8f9;
  right: 0;
  padding: 4rem 4rem 0 5rem;
  box-sizing: border-box;
  height: 550px;
}

/*------------------------------------------------ banner1 */
.details_banner1 {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 70%;
  text-align: left;
  width: 25%;
  transition: all 0.3s;
}

.details_banner1 p:nth-child(1) {
  margin: 0px 0 20px 0;
  letter-spacing: normal;
  line-height: 50px;
  font-weight: normal;
  transition: all 0.3s;
}

.details_banner1 p:nth-child(2) {
  margin: 0 0 20px 0;
  letter-spacing: normal;
  line-height: 27px;
  font-weight: normal;
  transition: all 0.3s;
}

/*-------------------------------------------------- tap */
.details_carousel {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  width: 100%;
}

.details_carousel_img {
  width: 100%;
  overflow: hidden;
}

.details_carousel_img_content {
  position: relative;
  display: flex;
  width: 200%;
}

.details_carousel_img_content img {
  display: block;
  width: 50%;
}

.details_carousel_text {
  width: 45%;
  background-color: #f7f8f9;
}

.details_carousel_text_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.details_carousel_text_content h3 {
  box-sizing: border-box;
  margin: 24px 0 20px 0;
  padding-left: 62px;
  line-height: 28px;
  color: #333;
  font-size: 28px;
  font-weight: normal;
  transition: all 0.3s;
}

.details_carousel_text_content ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0 40px 0 80px;
  transition: all 0.3s;
}

.details_carousel_text_content ul li {
  list-style: disc;
  line-height: 21px;
  color: #333;
  font-size: 16px;
  transition: all 0.3s;
  margin-bottom: 3%;
}

.details_carousel_text2 {
  width: 100%;
  background-color: #f7f8f9;
  display: none;
}

.details_thumbnail {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  background-color: #f7f8fa;
  padding-bottom: 50px;
}

.details_thumbnail_item {
  cursor: pointer;
  position: relative;
  /* width: calc(100% / 3 - 20px); */
}

.details_thumbnail_item::after {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.6); */
  transition: background-color 0.2s ease;
}

/* .details_thumbnail_item:hover::after {
  background-color: rgba(0, 0, 0, 0);
} */

.details_thumbnail_item img {
  display: block;
  width: 100%;
}

.details_thumbnail_item input[type='radio'] {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.details_thumbnail .box_bottom li {
  list-style: none;
  float: left;
  margin-right: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.details_thumbnail .box_bottom li img {
  height: 50px;
}

.details_thumbnail .box_bottom li span {
  border-bottom: 4px solid rgb(62, 52, 48, 0);
  padding: 0px 6px;
}

.details_thumbnail .box_bottom li:hover span {
  border-bottom: 4px solid #3e3430;
}

/*-------------------------------------------------- banner2 */
.details_banner_2 {
  margin-bottom: 25px;
  display: flex;
}

.details_banner_2 img:hover {
  transform: scale(1.2);
  transition: transform 0.8s ease;
}

.left {
  margin-right: 5px;
  overflow: hidden;
}

.left img {
  width: 100%;
  transition: transform 0.8s ease;
}

.right {
  float: left;
  display: flex;
  flex-direction: column;
}

.right ul {
  display: flex;
}

.right ul:nth-child(2) {
  margin-top: 5px;
}

.right ul li {
  display: flex;
  list-style: none;
  overflow: hidden;
  transition: transform 0.8s ease;
}

.right ul li img {
  float: left;
  width: 100%;
  transition: transform 0.8s ease;
}

.right .right_li2,
.right_li4 {
  margin-left: 5px;
}

video {
  width: 589px;
  height: 296px;
  object-fit: fill;
}

/* ------------------------------------------------banner3 */
.details_banner3 {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
}

.details_banner3,
.details_banner3 .ban3_hz img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.7s ease;
}

.details_banner3 .ban3_hz img:hover {
  transform: scale(1.1);
  transition: transform 0.7s ease;
}

.hotspot1 {
  position: absolute;
  width: 161px;
  height: 113px;
  top: 21.5%;
  /* background-color: #000; */
  left: 15%;
}

.hotspot2 {
  position: absolute;
  width: 115px;
  height: 205px;
  top: 10%;
  /* background-color: #304e59; */
  left: 29.5%;
}

.hotspot3 {
  position: absolute;
  width: 164px;
  height: 123px;
  top: 10%;
  /* background-color: #cdcdcd; */
  left: 40.5%;
}

.hotspot4 {
  position: absolute;
  width: 116px;
  height: 73px;
  top: 15%;
  /* background-color: tan; */
  left: 55%;
}

.hotspot5 {
  position: absolute;
  width: 181px;
  height: 122px;
  top: 19%;
  /* background-color: seagreen; */
  left: 66%;
}

.hotspot6 {
  position: absolute;
  width: 141px;
  height: 99px;
  top: 32%;
  /* background-color: darkblue; */
  left: 41%;
}

.hotspot7 {
  position: absolute;
  width: 159px;
  height: 109px;
  top: 30%;
  /* background-color: fuchsia; */
  left: 53.56%;
}

.hotspot8 {
  position: absolute;
  width: 123px;
  height: 119px;
  top: 33%;
  /* background-color: yellow; */
  left: 81%;
}

.hotspot9 {
  position: absolute;
  width: 131px;
  height: 95px;
  top: 44%;
  /* background-color: cornflowerblue; */
  left: 12%;
}

.hotspot10 {
  position: absolute;
  width: 182px;
  height: 104px;
  top: 44%;
  /* background-color: brown; */
  left: 25%;
}

.hotspot11 {
  position: absolute;
  width: 115px;
  height: 160px;
  top: 50%;
  /* background-color: aquamarine; */
  left: 42%;
}

.hotspot12 {
  position: absolute;
  width: 148px;
  height: 109px;
  top: 51%;
  /* background-color: red; */
  left: 54%;
}

/* .hotspot13 {
  position: absolute;
  width: 24%;
  height: 5%;
  top: 70%;
  background-color: #000;
  left: 7%;
} */
.hotspot13 {
  position: absolute;
  width: 191px;
  height: 124px;
  top: 41%;
  /* background-color: palevioletred; */
  left: 65.5%;
}

.hotspot14 {
  position: absolute;
  width: 164px;
  height: 113px;
  top: 64%;
  /* background-color: gold; */
  left: 15.5%;
}

.hotspot15 {
  position: absolute;
  width: 111px;
  height: 118px;
  top: 63%;
  /* background-color: blueviolet; */
  left: 30.5%;
}

.hotspot16 {
  position: absolute;
  width: 171px;
  height: 90px;
  top: 77%;
  /* background-color: slateblue; */
  left: 40.5%;
}
.hotspot17 {
  position: absolute;
  width: 128px;
  height: 112px;
  top: 70%;
  /* background-color: slateblue; */
  left: 55%;
}
.hotspot18 {
  position: absolute;
  width: 116px;
  height: 167px;
  top: 62%;
  /* background-color: slateblue; */
  left: 68.5%;
}
.hotspot19 {
  position: absolute;
  width: 125px;
  height: 129px;
  top: 56.3%;
  /* background-color: slateblue; */
  left: 81.2%;
}
/* ---------------------------------------------------------banner4 */
.details_banner4 {
  position: absolute;
  top: 24%;
  transform: translateY(-50%);
  left: 27%;
  transition: all 0.3s;
  width: 47%;
  text-align: center;
}

.details_banner4 h3 {
  margin: 0 0 20px 0;
  letter-spacing: normal;
  line-height: 32px;
  font-size: 40px;
  font-weight: normal;
  transition: all 0.3s;
}

.details_banner4 p {
  margin: 30px 0 20px 0;
  letter-spacing: normal;
  line-height: 23px;
  font-size: 16px;
  font-weight: normal;
  transition: all 0.3s;
}

.details_bottom.black {
  position: absolute;
  bottom: 53%;
  display: flex;
  width: 63%;
  left: 19.5%;
  justify-content: space-around;
  font-size: 16px;
}

.details_bottom.black p:nth-child(2) {
  left: -1%;
  position: relative;
}
/* newban4------------------------------------------ */
.details_banner.ban4 {
  display: flex;
  flex-wrap: wrap;
}
.details_banner4new {
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  left: 27%;
  transition: all 0.3s;
  width: 47%;
  text-align: center;
}
.details_banner4new p:nth-child(1) {
  margin: 0 0 20px 0;
  letter-spacing: normal;
  line-height: 32px;
  font-weight: normal;
  transition: all 0.3s;
}

.details_banner4new p:nth-child(2) {
  margin: 30px 0 20px 0;
  letter-spacing: normal;
  line-height: 23px;
  font-weight: normal;
  transition: all 0.3s;
}
.ban4_bottom {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  background-color: #f6f7f8;
  padding-bottom: 100px;
  padding-top: 100px;
}
.ban4_bottom_hz {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  align-items: center;
}
.ban4_bottom_hz p {
  margin: 0 0;
}
.ban4_bottom_hz img {
  display: block;
  width: 90%;
  height: 100%;
  transition: transform 0.7s ease;
  margin-bottom: 20px;
}

.ban4_bottom_hz img:hover {
  transform: scale(1.1);
  transition: transform 0.7s ease;
}
/* -------------------------------------------------------mid1 */
#middle1 {
  position: relative;
  margin-bottom: 25px;
}

#middle1 img {
  width: 100%;
  transition: transform 0.7s ease;
}

#middle1 img:hover {
  transform: scale(1.1);
  transition: transform 0.7s ease;
}

.mid_hz {
  overflow: hidden;
}

#middle1 ul {
  overflow: hidden;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
}

#middle1 ul li {
  width: calc(100% / 2 - 4px);
  height: 625px;
  display: block;
  list-style: none;
  overflow: hidden;
  position: relative;
}

li.middle1_li1,
li.middle1_li2 {
  margin-bottom: 7px;
}
/* #middle1 ul li.middle1_li3 {
  margin: 0px 5px 0 0;
}
#middle1 ul li.middle1_li4 {
  margin-top: 0px;
} */

#middle1 ul li span {
  position: absolute;
  font-size: 22px;
  color: #fff;
}

#middle1 span.middle1_span1 {
  top: 84%;
  left: 6%;
}

#middle1 span.middle1_span2 {
  top: 84%;
  left: 6%;
}

#middle1 span.middle1_span3 {
  top: 81%;
  left: 6%;
}

#middle1 span.middle1_span4 {
  top: 81%;
  left: 6%;
}
#middle1 ul li .middle1_p1_1 {
  top: 90%;
}

#middle1 ul li .middle1_p1_2 {
  top: 90%;
}
#middle1 ul li .middle1_p1_3 {
  top: 87%;
}
#middle1 ul li .middle1_p1_4 {
  top: 87%;
}
#middle1 ul li p {
  position: absolute;
  top: 90%;
  float: left;
  line-height: 19px;
  text-align: left;
  color: #fff;
  padding: 0px 40px;
  padding-left: 42px;
  letter-spacing: normal;
}

#middle1 ul li .middle1_p1 {
  float: left;
  line-height: 19px;
  text-align: left;
  color: #fff;
  padding: 0px 40px;
  letter-spacing: 1.5px;
}
/* ---------------------------------------------------------banner5-1 */
.details_banner5_1 {
  position: absolute;
  top: 22%;
  transform: translateY(-50%);
  left: 18%;
  transition: all 0.3s;
  width: 64%;
  text-align: center;
}
.details_banner5_1 p:nth-child(1) {
  margin: 0 0 0px 0;
  letter-spacing: normal;
  line-height: 10px;
  font-weight: normal;
  transition: all 0.3s;
}
.details_banner5_1 p:nth-child(2) {
  margin: 30px 0 20px 0;
  letter-spacing: normal;
  line-height: 25px;
  font-weight: normal;
  transition: all 0.3s;
}
.details_banner.ban5_1 {
  display: flex;
  background-color: #f7f8f9;
  flex-direction: column;
}
.details_banner5_2 {
  display: flex;
  justify-content: space-evenly;
}
.details_banner5_2 a {
  overflow: hidden;
}
.details_banner5_2 img {
  transition: transform 0.7s ease;
  width: 100%;
  display: block;
}
/* .details_banner5_2 img:hover {
  transform: scale(1.1);
  transition: transform 0.7s ease;
} */
p.ban5_2_p2 {
  position: absolute;
  bottom: 16%;
  right: 36%;
  color: white;
}
p.ban5_2_p1 {
  position: absolute;
  bottom: 16%;
  left: 12.5%;
  color: white;
}
/* ---------------------------------------------------------banner5-1-2 */
.details_banner5_1_2 {
  position: absolute;
  top: 72%;
  transform: translateY(-50%);
  left: 58%;
  transition: all 0.3s;
  width: 30%;
}
.details_banner5_1_2 h3 {
  margin: 0 0 0px 0;
  letter-spacing: normal;
  line-height: 10px;
  font-size: 40px;
  font-weight: normal;
  transition: all 0.3s;
}
.details_banner5_1_2 p {
  margin: 30px 0 20px 2px;
  letter-spacing: normal;
  line-height: 25px;
  font-size: 16px;
  font-weight: normal;
  transition: all 0.3s;
}
/* -----------------------------------------------------banner5 */
#details_banner_swiper {
  position: relative;
  margin-bottom: 25px;
}

/* .details_banner5 {
  position: absolute;
  top: 103px;
  transform: translateY(-50%);
  left: 26%;
  transition: all 0.3s;
  width: 47%;
  text-align: center;
} */
.details_banner5 {
  transition: all 0.3s;
  width: 100%;
  text-align: center;
  background-color: #f6f7f8;
  padding: 6% 0%;
}
.details_banner5 p:nth-child(1) {
  margin: 0 0 20px 0;
  letter-spacing: normal;
  line-height: 32px;
  font-weight: normal;
  transition: all 0.3s;
}

.details_banner5 p:nth-child(2) {
  margin: 0px 0 30px 0;
  letter-spacing: normal;
  line-height: 23px;
  font-weight: normal;
  transition: all 0.3s;
}

.ban5_sp {
  position: absolute;
  top: 182px;
  width: 226px;
  left: 727px;
  border: 1px solid;
  padding: 10px;
}

.ban5_sp a {
  color: #000;
  text-decoration: none;
  width: 228px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

/* 隐藏复选框 */
.toggle-bk1 {
  display: none;
}

/* 自定义复选框样式 */
.togglelabel-bk1 {
  padding: 10px;
  cursor: pointer;
  position: absolute;
  top: 182px;
  left: 40%;
  width: 241px;
  border: 1px solid;
}

/* 未点击时箭头朝上 */
/* .togglelabel-bk1::before {
  content: '\03C';
  position: absolute;
  right: 34px;
  top: 13px;
  font-size: 22px;
  color: #3a3a3a;
  transition: transform 0.5s, opacity 0.5s;

  opacity: 1;
  transform: rotate(90deg);
} */

/* 当鼠标悬停在复选框旁边时，箭头缓慢显示向下 */
/* .togglelabel-bk1:hover::before {
  transform: translateX(0);
  opacity: 1;
  transform: rotate(270deg);
} */
.togglelabel-hz5 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#rotate-image5 {
  transition: transform 0.5s linear;
  width: 18px;
  height: 10px;
  /* 设置过渡效果，4秒钟完成旋转 */
}

.togglelabel-bk1:hover #rotate-image5 {
  transform: rotate(180deg);
}
img#rotate-image5-1 {
  transition: transform 0.5s linear;
  width: 27px;
  /* 设置过渡效果，4秒钟完成旋转 */
}
.ban5_sp:hover #rotate-image5-1 {
  transform: rotate(90deg);
}
.bankuai1 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.toggle-bk1:checked + .togglelabel-bk1 + .bankuai1 {
  max-height: none;
  /* 不限制内容的最大高度 */
  transition: max-height 1s;
}

/* swiper 320 */
.details_swiper {
  position: relative;
  width: 100%;
  /* max-height: 320px; */
  margin-bottom: 15px;
  overflow: hidden;
}

input[type='radio'],
.handle_img {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  margin: 0;
}

input[type='radio'] {
  opacity: 0;
}

.handle_img {
  pointer-events: none;
}

.radio_left,
.handle_left {
  left: 20px;
}

.radio_right,
.handle_right {
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
}

.radio_left:checked ~ .handle_left,
.radio_right:checked ~ .handle_right {
  display: none;
}

.radio_right:checked ~ .details_swiper_content {
  transform: translateX(-50%);
}

.details_swiper_content {
  position: relative;
  display: flex;
  width: 200%;
  top: 0;
  left: 0;
  transition: transform 0.4s ease;
}

.details_swiper_slide {
  position: relative;
  width: 50%;
}

.details_swiper_slide img {
  display: block;
  width: 100%;
}

.details_swiper_slide_content {
  position: absolute;
  top: 40%;
  left: 7%;
  transform: translateY(-50%);
}

.details_swiper_slide_content2 {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  color: #fff;
}

ul.ban5_bottom {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  justify-content: space-around;
}

.ban5_bottom li {
  overflow: hidden;
}

.ban5_bottom li:nth-child(1),
.ban5_bottom li:nth-child(2) {
  margin-right: 4px;
}

.ban5_bottom li img {
  width: 100%;
  transition: transform 0.7s ease;
  display: block;
}

.ban5_bottom li img:hover {
  transform: scale(1.1);
  transition: transform 0.7s ease;
}

.bottom_box {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 20px;
  color: #fff;
  justify-content: space-around;
}

.bottom_box p {
  width: 100%;
  text-align: left;
  margin-left: 20px;
}

/* ---------------------------------------- */
section {
  display: flex;
  flex-wrap: wrap;
  margin-top: -25px;
}
/* label {
  background: #eee;
  display: none;
} */
label.yincang {
  opacity: 0;
}
section div {
  width: 100%;
  /* background-color: greenyellow; */
  order: 1;
}
.radio,
section div {
  display: none;
}
/* .radio:checked + label {
  background: #fff;
  border-bottom: 1px solid #fff;
} */
.radio:checked + label + div {
  display: block;
}
#parent {
  display: block;
  width: 400px;
  height: 200px;
  border: 5px solid navajowhite;
  padding: 10px;
}
img.hezi {
  width: 100%;
}
/* #control {
  border: 10px solid green;
} */
#control label {
  display: block;
  /* width: 100px; */
  /* height: 100px; */
  position: absolute;
  opacity: 0;
  top: 736px;
}
#tab-one1:checked ~ #control .class3,
#tab-two1:checked ~ #control .class1,
#tab-three1:checked ~ #control .class2 {
  opacity: 1;
  left: 10px;
}

#tab-one1:checked ~ #control .class2,
#tab-two1:checked ~ #control .class3,
#tab-three1:checked ~ #control .class1 {
  opacity: 1;
  right: 10px;
}
/* ----------------------------------------------------banner6_1 */
.details_banner66 {
  position: relative;
}
.details_banner6_1 {
  position: absolute;
  top: 259px;
  transform: translateY(-50%);
  left: 530px;
  transition: all 0.3s;
  width: 28%;
  text-align: center;
}

.details_banner6_1 p:nth-child(1) {
  margin: 0 0 20px 0;
  letter-spacing: normal;
  line-height: 32px;
  font-weight: normal;
  transition: all 0.3s;
}

.details_banner6_1 p:nth-child(2) {
  margin: 30px 0 20px 0;
  letter-spacing: normal;
  line-height: 23px;
  font-size: 16px;
  font-weight: normal;
  transition: all 0.3s;
}

img#rotate-image6_1 {
  width: 18px;
  height: 10px;
  position: relative;
}

#rotate-image6_1 {
  max-width: 100%;
  height: auto;
  transition: transform 0.5s linear;
  /* 设置过渡效果，4秒钟完成旋转 */
}

.label1_hz:hover #rotate-image6_1 {
  transform: rotate(180deg);
}

/* ---------------------------------------------------banner6 */
.details_banner_ban6 {
  position: relative;
  margin-top: -25px;
  margin-bottom: 25px;
}

.details_banner6 {
  position: absolute;
  top: 282px;
  transform: translateY(-50%);
  left: 372px;
  transition: all 0.3s;
  width: 47%;
  text-align: center;
}

.details_banner6 h3 {
  margin: 0 0 20px 0;
  letter-spacing: normal;
  line-height: 32px;
  font-size: 40px;
  font-weight: normal;
  transition: all 0.3s;
}

.details_banner6 p {
  margin: 30px 0 20px 0;
  letter-spacing: normal;
  line-height: 23px;
  font-size: 16px;
  font-weight: normal;
  transition: all 0.3s;
}

/* .font_radikal {
  font-family: Radikal;
}

.font_arial {
  font-family: arial;
} */

#tab_div {
  display: flex;
  flex-wrap: wrap;
  margin: -61px 0px 0px 0px;
  overflow: hidden;
  width: 100%;
}

#tab_div label {
  display: block;
}

#tab_div .tab_label_hz {
  margin: 0px 105px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-around;
}

#tab_div .tab_label:hover {
  cursor: pointer;
  border-radius: 0px 0px 0 0;
  background-color: rgb(43 38 38 / 68%);
  color: #fff;
}

#tab_div .tab_label:hover span {
  color: #fff;
}

#tab_div .tab_all {
  width: 100%;
  order: 1;
}

#tab_div .radio,
#tab_div .tab_all {
  display: none;
}

#tab_div .radio:checked + label {
  border-radius: 0px 0px 0 0;
  background-color: rgb(1, 1, 1, 0.4);
  color: #fff;
}
#tab_div .radio:checked + .tab_label + span {
  color: #fff;
}

#tab_div .radio:checked + label + div {
  display: block;
}

#tab_div .tab_label {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% / 4);
  background-color: rgb(1, 1, 1, 0.7);
}

#tab_div .tab_label img {
  width: 18px;
  height: 10px;
  color: #fff;
}

#tab_div .tab_label span {
  line-height: 60px;
  /* margin-left: 30%; */
  font-size: 20px;
  color: #b3b3b3;
}

#rotate-image {
  max-width: 100%;
  height: auto;
  transition: transform 0.5s linear;
  /* 设置过渡效果，4秒钟完成旋转 */
}

.tab_label:hover #rotate-image {
  transform: rotate(180deg);
}

/* 11111111111111111111111111111111111111111111111111111ces */
#tab_div .tab_label1 {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% / 5);
  top: 328px;
  position: absolute;
  left: 40%;
}

#tab_div .tab_label1 img {
  width: 17px;
  height: 17px;
  margin: 22px 4px 8px 11px;
  color: #fff;
}

#tab_div .tab_label1 span {
  margin-left: 15%;
  font-size: 18px;
  color: #fff;
}

/* 1111111111111111111111111111111111111111111111111111111111ces */

.show {
  overflow: hidden;
}

/*
#show {
  width: 100%;
  height: auto;
  display: block;
  float: left;
}
#show1,
#show2,
#show3 {
  width: 100%;
  height: 100%;
} */

.option {
  width: 100%;
  overflow: hidden;
}

.option ul {
  display: flex;
}
.option ul li {
  width: 100%;
  list-style: none;
}
span.hengxian {
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  margin-top: 16px;
}
.xiaobiao {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: 'Euclid Circular A-Light';
}
.zhengwen {
  font-size: 14px;
  font-family: 'Euclid Circular A-Light';
}
/* 隐藏复选框 */
.checkbox {
  display: none;
}

/* 标签样式 */
.label1 {
  /* background-color: #ccc; */
  padding: 10px;
  margin: 5px;
  cursor: pointer;
  position: absolute;
}
.label1_hz {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-evenly;
  letter-spacing: 1px;
}

/* 自定义框的位置 */
#checkbox1 + .label1 {
  top: 303px;
  left: 600px;
  text-align: center;
  width: 222px;
  color: #fff;
  border: 1px solid white;
  border-radius: 22px;
}

/* 默认隐藏内容 */
.content {
  display: none;
}

/* 当复选框被选中时，显示对应内容 */
.checkbox:checked + .label + .content {
  display: block;
}

/* 当复选框被选中时，显示对应内容 */
.checkbox:checked + .label1 + .content {
  display: block;
}
/* --------------------------------------------------------BANKUAI1 */
.vessel1_1 {
  position: absolute;
  top: 43%;
  left: 16%;
  width: 69%;
}
.vessel1_2 {
  position: absolute;
  top: 48%;
  left: 16%;
  width: 69%;
}
.vessel1_3 {
  position: absolute;
  top: 53%;
  left: 16%;
  width: 69%;
}
.vessel1_4 {
  position: absolute;
  top: 58%;
  left: 16%;
  width: 69%;
}
.vessel1_1 ul li,
.vessel1_2 ul li,
.vessel1_3 ul li {
  width: 50%;
}

/* --------------------------------------------------------BANKUAI2 */
.vessel2_1 {
  position: absolute;
  top: 182px;
  left: 16%;
  width: 69%;
}
.vessel2_2 {
  position: absolute;
  top: 290px;
  left: 16%;
  width: 69%;
}
.vessel2_3 {
  position: absolute;
  top: 420px;
  left: 16%;
  width: 69%;
}
.vessel2_4 {
  position: absolute;
  top: 499px;
  left: 16%;
  width: 69%;
}

/* --------------------------------------------------------BANKUAI3 */
.vessel3_1 ul li .xiaobiao {
  margin-bottom: 20px;
}
.vessel3_1 {
  position: absolute;
  top: 191px;
  left: 16%;
  width: 69%;
}
.vessel3_2 {
  position: absolute;
  top: 291px;
  left: 16%;
  width: 69%;
}
.vessel3_3 {
  position: absolute;
  top: 352px;
  left: 16%;
  width: 69%;
}
.vessel3_4 {
  position: absolute;
  top: 414px;
  left: 16%;
  width: 69%;
}

/* --------------------------------------------------------BANKUAI4 */
.vessel4_1 ul li .xiaobiao {
  margin-bottom: 20px;
}
.vessel4_1 {
  position: absolute;
  top: 160px;
  left: 16%;
  width: 69%;
}
.vessel4_2 {
  position: absolute;
  top: 230px;
  left: 16%;
  width: 69%;
}

/* --------------------------------------------------------BANKUAI5 */
.vessel5_1 {
  position: absolute;
  top: 211px;
  left: 16%;
  width: 69%;
}
.vessel5_2 {
  position: absolute;
  top: 320px;
  left: 16%;
  width: 69%;
}
.vessel5_3 {
  position: absolute;
  top: 537px;
  left: 16%;
  width: 69%;
}
.vessel5_4 {
  position: absolute;
  top: 665px;
  left: 16%;
  width: 69%;
}
.vessel5_5 {
  position: absolute;
  top: 829px;
  left: 16%;
  width: 69%;
}

/* ---------------------------------------------banner7 */
.details_banner7 {
  position: absolute;
  top: 97%;
  transform: translateY(-50%);
  left: 76%;
  transition: all 0.3s;
  width: 24%;
  text-align: center;
}

.details_banner7 h3 {
  letter-spacing: normal;
  line-height: 32px;
  font-size: 20px;
  font-weight: normal;
  transition: all 0.3s;
}

.details_banner7 p {
  letter-spacing: normal;
  font-size: 28px;
  font-weight: normal;
  transition: all 0.3s;
}

.ban7_ul {
  display: flex;
  list-style: none;
}

.ban7_ul li {
  overflow: hidden;
}

.ban7_ul img {
  width: 100%;
  transition: transform 0.7s ease;
}

.ban7_ul img:hover {
  transform: scale(1.1);
  transition: transform 0.7s ease;
}

.ban7_ul li:nth-child(1),
.ban7_ul li:nth-child(2) {
  margin-right: 4px;
}

.ban7_hz1 {
  height: 332px;
  overflow: hidden;
  margin-bottom: 4px;
}

.ban7_hz2 {
  height: 364px;
  overflow: hidden;
}

/* ---------------------------------------------banner8 */
.details_banner.ban8 {
  display: flex;
  flex-direction: row;
}
.details_banner8 {
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  left: 7%;
  transition: all 0.3s;
  width: 27%;
}

.details_banner8 p:nth-child(1) {
  margin: 0 0 20px 0;
  letter-spacing: normal;
  line-height: 32px;
  font-weight: normal;
  transition: all 0.3s;
}

.details_banner8 p:nth-child(2) {
  margin: 0px 0 30px 0;
  letter-spacing: normal;
  line-height: 23px;
  font-weight: normal;
  transition: all 0.3s;
}

.logowenan1 {
  position: absolute;
  top: 25%;
  left: 39%;
  width: 48%;
}

.logowenan1,
.logowenan2 p {
  letter-spacing: 0.5px;
}

.logowenan1 ul {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  width: 122%;
  padding-left: 7px;
}

.logowenan1 li {
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 16%;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
}

.logowenan1 li:nth-child(2) {
  position: relative;
  left: -1%;
}

.logowenan1 li:nth-child(3) {
  position: relative;
  left: -1.5%;
}

.logowenan1 li:nth-child(4) {
  position: relative;
  left: -2.5%;
}
.logowenan1 li:nth-child(1) p:nth-child(1) {
  padding-bottom: 40px;
}
.logowenan1 li:nth-child(3) p:nth-child(1) {
  padding-bottom: 40px;
}
.logowenan1 li:nth-child(4) p:nth-child(1) {
  padding-bottom: 40px;
}

.ban8_bt {
  font-size: 16px;
  padding-bottom: 20px;
  font-family: 'Euclid Circular A-Medium';
}
.ban8_zw {
  font-size: 14px;
  font-family: 'Euclid Circular A-Light';
}

.logowenan2 {
  position: absolute;
  top: 69%;
  left: 39%;
  width: 49%;
}

.logowenan2 ul {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  width: 120%;
}

.logowenan2 li {
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 15%;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}
.logowenan2 li:nth-child(1) {
  position: absolute;
  left: 8%;
  width: 22%;
}
.logowenan2 li:nth-child(2) {
  position: absolute;
  left: 35.5%;
  width: 20%;
}
.logowenan2 li:nth-child(3) {
  position: absolute;
  left: 63.5%;
  width: 18%;
}

.logowenan2 li:nth-child(4) {
  position: absolute;
  left: 88.5%;
  width: 22%;
}
.logowenan2 li:nth-child(1) p:nth-child(1) {
  padding-bottom: 40px;
}
/* ---------------------------------------------banner9*/
.details_banner9 {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: 8%;
  transition: all 0.3s;
  width: 31%;
}

.details_banner9 h3 {
  margin: 0 0 20px 0;
  letter-spacing: normal;
  line-height: 40px;
  font-size: 40px;
  font-weight: normal;
  transition: all 0.3s;
}

.details_banner9 p {
  margin: 30px 0 20px 0;
  letter-spacing: normal;
  line-height: 25px;
  font-size: 16px;
  font-weight: normal;
  transition: all 0.3s;
}

.ban9_ul {
  display: flex;
}

.ban9_ul img {
  width: 100%;
  transition: transform 0.7s ease;
}

.ban9_ul img:hover {
  transform: scale(1.1);
  transition: transform 0.7s ease;
}

.ban9_ul li:nth-child(1) {
  margin-right: 4px;
  overflow: hidden;
}

.ban9_ul li:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.ban9_hz1 {
  height: 311px;
  margin-bottom: 4px;
  overflow: hidden;
}

.ban9_hz2 {
  display: flex;
  height: 314px;
  overflow: hidden;
}

.hz2_1 {
  height: 314px;
  overflow: hidden;
  margin-right: 4px;
}

.hz2_2 {
  height: 314px;
  overflow: hidden;
}

/* ---------------------------------------------banner10*/
/* .details_banner.ban10 {
  display: none;
} */
.details_banner10 {
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  left: 31%;
  transition: all 0.3s;
  width: 54%;
}

.details_banner10 p:nth-child(1) {
  margin: 0 0 20px 0;
  letter-spacing: normal;
  line-height: 32px;
  font-weight: normal;
  transition: all 0.3s;
}

.biaoti p {
  letter-spacing: 1px;
  font-family: 'Euclid Circular A-Medium';
}

p.biaoti1 {
  position: absolute;
  top: 53%;
  color: #fff;
  left: 15%;
  width: 25%;
}

p.biaoti2 {
  position: absolute;
  top: 53%;
  color: #fff;
  left: 45.5%;
  width: 25%;
}

p.biaoti3 {
  position: absolute;
  top: 54%;
  color: #fff;
  left: 75.5%;
}

p.biaoti4 {
  position: absolute;
  top: 85%;
  color: #fff;
  left: 26%;
}

p.biaoti5 {
  position: absolute;
  top: 85%;
  color: #fff;
  left: 48%;
}

p.biaoti6 {
  position: absolute;
  top: 85%;
  color: #fff;
  left: 68%;
}

/* ---------------------------------------------------banner11 */
.details_banner11 {
  background-color: #f7f8fa;
}

.ban11_bighz {
  padding-top: 50px;
  padding-bottom: 50px;
}

.details_banner11 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
}

.details_banner11 ul li {
  width: calc(100% / 4);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.details_banner11 ul li img {
  width: 100%;
  transition: transform 0.7s ease;
}

.details_banner11 ul li img:hover {
  transform: scale(1.1);
  transition: transform 0.7s ease;
}

h3.ban11_biaoti {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 44px;
  font-size: 40px;
  letter-spacing: 0.5px;
  font-weight: 100;
}

.top {
  width: 86%;
  margin-left: 8%;
  background-color: #fff;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.middle {
  width: 86%;
  margin-left: 8%;
  background-color: #fff;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.middle ul li:nth-child(1),
.middle ul li:nth-child(2),
.middle ul li:nth-child(3),
.middle ul li:nth-child(4) {
  margin-bottom: 50px;
}

.bottom {
  width: 86%;
  margin-left: 8%;
  background-color: #fff;
  padding-bottom: 50px;
}

.bottom ul li:nth-child(1),
.bottom ul li:nth-child(2),
.bottom ul li:nth-child(3),
.bottom ul li:nth-child(4) {
  margin-bottom: 50px;
}

.ban11_hz {
  height: 196px;
  overflow: hidden;
  margin-bottom: 15px;
}

.details_banner11 a {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 1180px) {
  .details_banner {
    position: relative;
    margin-bottom: 10px;
  }
  .details_box_move {
    max-width: 1200px;
    display: block;
  }

  /* .details_box_move h3 {
    font-family: Helvetica, Arial, sans-serif;
  }

  .details_box_move p {
    font-family: HelveticaNeue, Arial, sans-serif;
  } */

  /* -----------------------------------------------------title */
  .details_title {
    position: relative;
    margin-bottom: 10px;
  }

  .details_title img {
    display: block;
    width: 100%;
  }

  .details_content {
    position: absolute;
    top: 50%;
    left: 9%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }

  .details_content h3 {
    /* text-transform: capitalize; */
    margin: 0 0 20px 0;
    letter-spacing: normal;
    line-height: 32px;
    font-size: 28px;
    font-weight: normal;
    transition: all 0.3s;
  }

  .details_content p {
    margin: 0;
    letter-spacing: normal;
    line-height: 24px;
    font-size: 16px;
    transition: all 0.3s;
    text-align: left;
  }

  /* --------------------------------------------------moren */
  .white {
    color: #fff;
  }

  .black {
    color: #000;
  }

  /* -------------------------------------------------move_nav */
  .details_nav {
    position: relative;
    display: block;
  }

  .details_nav input[type='checkbox'] {
    display: none;
  }

  .details_nav input[type='checkbox']:checked ~ .nav_list_move {
    opacity: 1;
    pointer-events: visible;
    transform: translateY(0);
  }

  .details_carousel_text_content_move ul li {
    line-height: 24px;
    font-size: 16px;
  }

  .details_nav .nav_title_move {
    user-select: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background-color: #304e59;
    color: #fff;
    font-size: 20px;
  }

  .details_nav .nav_list_move {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(30px);
    transition: all 0.2s ease;
  }

  .details_nav .nav_item_move {
    user-select: none;
    cursor: pointer;
    background-color: rgba(48, 78, 89, 0.9);
    line-height: 40px;
    transition: all 0.2s ease;
  }

  .details_nav .nav_item_move :hover {
    background-color: rgba(48, 78, 89, 1);
  }

  .details_nav .nav_item_move :hover a {
    opacity: 1;
  }

  .details_nav .nav_item_move a {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
  }
}

@media only screen and (max-width: 768px) {
  /* head---------------------------------------------------- */
  p.title_p1 {
    position: absolute;
    font-size: 11px;
    font-family: 'Euclid Circular A-Medium';
    top: 19%;
    left: 43%;
  }
  p.title_p2 {
    position: absolute;
    font-family: 'Euclid Circular A-Medium';
    font-size: 11px;
    top: 46%;
    left: 43%;
  }
  p.title_p3 {
    position: absolute;
    font-family: 'Euclid Circular A-Medium';
    font-size: 11px;
    top: 46%;
    left: 70%;
  }
  #head_menu {
    margin-bottom: 10px;
  }
  #head_menu .mobile_menu {
    position: relative;
  }
  #head_menu .mobile_menu label {
    display: inline-block;
    text-align: center;
    width: 100%;
    line-height: 30px;
    font-size: 11px;
    color: #f0f0f0;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    background-color: #304e59;
  }
  #head_menu .mobile_menu {
    display: block;
    /* background-color: #435055; */
  }
  #head_menu .mobile_menu input {
    display: inline-block;
    opacity: 0;
    height: 25px;
  }
  #head_menu .mobile_menu input:checked ~ ul {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 5px;
  }
  #head_menu ul {
    display: none;
    margin-top: 2px;
    border-radius: 0px;
  }
  #head_menu ul li {
    list-style: none;
    background-color: #304e59;
    color: #f0f0f0;
    width: 100%;
    height: 29px;
    line-height: 25px;
    text-align: center;
    padding: 0;
    margin-top: 2px;
    /* border: 2px solid red; */
    float: none;
  }
  #head_menu ul li.nav-title {
    width: 100%;
  }
  #head_menu ul li a {
    font-size: 10px;
  }
  span.details_nav_span2 {
    display: none;
  }
  .banner-top {
    display: flex;
    flex-direction: column;
    background-color: #f7f8f9;
  }
  .banner-top img {
    width: 70%;
    margin-left: 15%;
  }
  .banner-top img:nth-child(2) {
    width: 70%;
    margin-left: 20%;
  }
  /* ----------------------------------------------------new top_detail */
  #top_size {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 0rem;
    margin-bottom: 10px;
  }

  #top_size div {
    width: 100%;
    order: 1;
  }

  #top_size .label_banner_new {
    display: none;
  }

  #top_size .select_img_new img {
    width: 100%;
    display: block;
  }

  #top_size .radio,
  #top_size .select_img_new {
    display: none;
  }

  #top_size .top_detail_imgs_new {
    display: flex;
    padding: 0 75px;
    background-color: #f7f8fa;
    padding-bottom: 1rem;
    margin-bottom: 0px;
  }

  #top_size .top_detail_imgs_new label {
    box-sizing: border-box;
    width: calc(100% / 2);
    padding: 0 0rem 0 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #top_size .top_detail_imgs_new .top_detail_imgs_new_hz {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #top_size .top_detail_imgs_new .top_detail_imgs_new_hz img {
    transition: transform 0.8s ease;
  }
  #top_size .top_detail_imgs_new .top_detail_imgs_new_hz img:hover {
    transform: scale(1.2);
    transition: transform 0.8s ease;
  }

  #top_size .top_detail_imgs_new label img {
    width: 35%;
    display: block;
  }

  #top_size .top_detail_imgs_new label span {
    border-bottom: 4px solid rgb(62, 52, 48, 0);
    font-size: 10px;
    padding: 0px 6px;
  }

  #top_size .top_detail_imgs_new label:hover span {
    border-bottom: 2px solid black;
    padding: 0px 6px;
  }

  #top_size .radio:checked + label + div {
    display: block;
  }

  #top_size .select_img_new {
    position: relative;
  }

  #top_size .top_detail_div {
    position: absolute;
    width: 45%;
    background-color: #f7f8f9;
    right: 0;
    padding: 4rem 4rem 0 5rem;
    box-sizing: border-box;
    height: 550px;
  }

  .details_banner1 {
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    left: 61.5%;
    text-align: left;
    width: 41%;
    transition: all 0.3s;
  }
  .details_banner1 p:nth-child(1) {
    margin: 0px 0 14px 0;
    letter-spacing: normal;
    line-height: 18px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 16px;
  }
  .details_banner1 p:nth-child(2) {
    margin: 0px 0 0px 0;
    letter-spacing: normal;
    line-height: 11px;
    font-weight: normal;
    transition: all 0.3s;
    width: 72%;
    font-size: 8px;
  }
  .details_banner_2 {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
  }
  .left {
    float: left;
    width: 100%;
    margin-right: 0px;
    overflow: hidden;
    height: 82.5%;
  }
  .right {
    float: left;
    width: 100%;
  }
  .right ul {
    display: flex;
    height: 150px;
  }
  video {
    width: 300px;
    height: 150px;
    object-fit: fill;
  }
  .details_banner3,
  .details_banner3 .ban3_hz img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.7s ease;
  }
  .details_banner3 img {
    width: 100%;
  }
  .details_banner3 {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
    display: none;
  }
  .hotspot1 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 23%;
    /* background-color: #000; */
    left: 15%;
  }

  .hotspot2 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 11%;
    /* background-color: #304e59; */
    left: 29%;
  }

  .hotspot3 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 11%;
    /* background-color: #cdcdcd; */
    left: 41%;
  }

  .hotspot4 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 15%;
    /* background-color: tan; */
    left: 55%;
  }

  .hotspot5 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 21%;
    /* background-color: seagreen; */
    left: 66%;
  }

  .hotspot6 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 33%;
    /* background-color: darkblue; */
    left: 41.5%;
  }

  .hotspot7 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 31%;
    /* background-color: fuchsia; */
    left: 53.56%;
  }

  .hotspot8 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 34%;
    /* background-color: yellow; */
    left: 81%;
  }

  .hotspot9 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 45%;
    /* background-color: cornflowerblue; */
    left: 12%;
  }

  .hotspot10 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 44%;
    /* background-color: brown; */
    left: 25%;
  }

  .hotspot11 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 51%;
    /* background-color: aquamarine; */
    left: 42%;
  }

  .hotspot12 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 52%;
    /* background-color: red; */
    left: 54%;
  }

  /* .hotspot13 {
    position: absolute;
    width: 24%;
    height: 5%;
    top: 70%;
    background-color: #000;
    left: 7%;
  } */
  .hotspot13 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 42%;
    /* background-color: palevioletred; */
    left: 65.5%;
  }

  .hotspot14 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 65%;
    /* background-color: gold; */
    left: 15.5%;
  }

  .hotspot15 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 64%;
    /* background-color: blueviolet; */
    left: 30.5%;
  }

  .hotspot16 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 78%;
    /* background-color: slateblue; */
    left: 40%;
  }
  .hotspot17 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 71%;
    /* background-color: slateblue; */
    left: 55%;
  }
  .hotspot18 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 63%;
    /* background-color: slateblue; */
    left: 68.5%;
  }
  .hotspot19 {
    position: absolute;
    width: 47px;
    height: 31px;
    top: 57.3%;
    /* background-color: slateblue; */
    left: 81.2%;
  }
  .details_banner4 {
    position: absolute;
    top: 59%;
    transform: translateY(-50%);
    left: 13%;
    transition: all 0.3s;
    width: 72%;
    text-align: center;
  }
  .details_banner4 h3 {
    margin: 0 0 7px 0;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: normal;
    transition: all 0.3s;
  }
  .details_banner4 p {
    margin: 0px 0 0px 0;
    letter-spacing: normal;
    line-height: 10px;
    font-size: 9px;
    font-weight: normal;
    transition: all 0.3s;
  }
  .details_bottom.black {
    position: absolute;
    bottom: 21%;
    display: flex;
    width: 63%;
    left: 19.5%;
    justify-content: space-around;
    font-size: 10px;
  } /* newban4------------------------------------------ */
  .details_banner.ban4 {
    display: flex;
    flex-wrap: wrap;
  }
  .details_banner4new {
    position: absolute;
    top: 10%;
    transform: translateY(-50%);
    left: 12%;
    transition: all 0.3s;
    width: 78%;
    text-align: center;
  }
  .details_banner4new p:nth-child(1) {
    margin: 0 0 20px 0;
    letter-spacing: normal;
    line-height: 4px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 16px;
  }

  .details_banner4new p:nth-child(2) {
    margin: 0px 0 0px 0;
    letter-spacing: normal;
    line-height: 13px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 8px;
  }
  .ban4_bottom {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    background-color: #f6f7f8;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ban4_bottom_hz {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    align-items: center;
  }
  .ban4_bottom_hz img {
    width: 30%;
    margin-bottom: 10px;
  }
  .ban4_bottom_hz p {
    font-size: 7px;
    margin-top: 10px;
  }
  #middle1 {
    position: relative;
    margin-bottom: 5px;
  }
  #middle1 ul {
    overflow: hidden;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  #middle1 ul li {
    width: 100%;
    display: block;
    list-style: none;
    overflow: hidden;
    position: relative;
    height: 0%;
    padding-bottom: 25%;
  }
  .mid_hz {
    overflow: hidden;
    height: 346px;
  }
  #middle1 ul li span {
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    color: #000;
  }
  #middle1 ul li p {
    position: absolute;
    float: left;
    line-height: 14px;
    text-align: left;
    color: #000;
    padding: 0px 0px;
    letter-spacing: normal;
    font-size: 10px;
    width: 90%;
  }
  #middle1 span.middle1_span1 {
    top: 80%;
    left: 4%;
  }
  #middle1 ul li .middle1_p1_1 {
    top: 86%;
    padding-right: 0px;
    left: 4%;
  }
  #middle1 span.middle1_span2 {
    top: 81%;
    left: 5%;
  }
  #middle1 ul li .middle1_p1_2 {
    top: 88%;
    left: 5%;
  }
  #middle1 span.middle1_span3 {
    top: 80%;
    left: 6%;
  }
  #middle1 ul li .middle1_p1_3 {
    top: 86%;
    left: 6%;
  }
  #middle1 span.middle1_span4 {
    top: 81%;
    left: 6%;
  }
  #middle1 ul li .middle1_p1_4 {
    top: 87%;
    left: 6%;
  }
  /* ---------------------------------------------------------banner5-1 */
  .details_banner5_1 {
    position: absolute;
    top: 13%;
    transform: translateY(-50%);
    left: 5%;
    transition: all 0.3s;
    width: 91%;
  }
  .details_banner5_1 h3 {
    margin: 0px 0 0px 0;
    letter-spacing: normal;
    line-height: 0px;
    font-size: 17px;
    font-weight: normal;
    transition: all 0.3s;
  }
  .details_banner5_1 p {
    margin: 15px 0 0px 0;
    letter-spacing: normal;
    line-height: 17px;
    font-size: 11px;
    font-weight: normal;
    transition: all 0.3s;
  }
  p.ban5_2_p1 {
    position: absolute;
    bottom: 44%;
    left: 70px;
    font-size: 10px;
    font-weight: 600;
  }
  p.ban5_2_p2 {
    position: absolute;
    bottom: 4%;
    left: 70px;
    font-weight: 600;
    font-size: 10px;
  }
  .details_banner.ban5_1 {
    display: flex;
    flex-direction: row-reverse;
  }
  .details_banner5_2 {
    display: flex;
    flex-direction: column;
  }
  .details_banner5_2 img {
    width: 100%;
  }
  .details_banner10 h3 {
    margin: 0 0 20px 0;
    letter-spacing: normal;
    line-height: 21px;
    font-size: 17px;
    font-weight: normal;
    transition: all 0.3s;
  }
  .details_banner10 {
    position: absolute;
    top: 34%;
    transform: translateY(-50%);
    left: 4%;
    transition: all 0.3s;
    width: 54%;
  }
  /* -----------------------------------------------------banner5 */
  #details_banner_swiper {
    position: relative;
    margin-bottom: 6px;
  }
  #details_banner_swiper .ban5_swiper {
    width: 100%;
  }
  .details_banner5 {
    transition: all 0.3s;
    width: 100%;
    text-align: center;
    padding: 13% 0%;
    padding-top: 7%;
    background-color: #f6f7f8;
  }

  .details_banner5 p:nth-child(1) {
    margin: 0px 0 20px 0;
    letter-spacing: normal;
    line-height: 6px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 16px;
  }

  .details_banner5 p:nth-child(2) {
    margin: 0px 0 30px 0;
    letter-spacing: normal;
    line-height: 17px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 10px;
  }
  .ban5_sp {
    position: absolute;
    top: 68px;
    width: 117px;
    left: 217px;
    font-size: 7px;
    padding: 2px;
    border-radius: 15px;
  }

  .ban5_sp a {
    color: #000;
    text-decoration: none;
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  /* 隐藏复选框 */
  .toggle-bk1 {
    display: none;
  }

  /* 自定义复选框样式 */
  .togglelabel-bk1 {
    cursor: pointer;
    position: absolute;
    left: 30%;
    width: 154px;
    border: 1px solid;
    border-radius: 15px;
    padding: 3px 6px;
    top: 119px;
  }
  .togglelabel-bk1 p {
    font-size: 9px;
  }

  /* 未点击时箭头朝上 */
  /* .togglelabel-bk1::before {
  content: '\03C';
  position: absolute;
  right: 34px;
  top: 13px;
  font-size: 22px;
  color: #3a3a3a;
  transition: transform 0.5s, opacity 0.5s;

  opacity: 1;
  transform: rotate(90deg);
} */

  /* 当鼠标悬停在复选框旁边时，箭头缓慢显示向下 */
  /* .togglelabel-bk1:hover::before {
  transform: translateX(0);
  opacity: 1;
  transform: rotate(270deg);
} */
  .togglelabel-hz5 {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .togglelabel-hz5 span {
    font-size: 7px;
    letter-spacing: 0.5px;
  }
  #rotate-image5 {
    transition: transform 0.5s linear;
    width: 9px;
    height: 7px;
    /* 设置过渡效果，4秒钟完成旋转 */
  }

  .togglelabel-bk1:hover #rotate-image5 {
    transform: rotate(180deg);
  }
  img#rotate-image5-1 {
    transition: transform 0.5s linear;
    width: 9%;
    /* 设置过渡效果，4秒钟完成旋转 */
  }
  .ban5_sp:hover #rotate-image5-1 {
    transform: rotate(90deg);
  }
  .bankuai1 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
  }

  .toggle-bk1:checked + .togglelabel-bk1 + .bankuai1 {
    max-height: none;
    /* 不限制内容的最大高度 */
    transition: max-height 1s;
  }

  /* swiper 320 */
  .details_swiper {
    position: relative;
    width: 100%;
    /* max-height: 320px; */
    margin-bottom: 15px;
    overflow: hidden;
  }

  input[type='radio'],
  .handle_img {
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    margin: 0;
  }

  input[type='radio'] {
    opacity: 0;
  }

  .handle_img {
    pointer-events: none;
  }

  .radio_left,
  .handle_left {
    left: 20px;
  }

  .radio_right,
  .handle_right {
    right: 20px;
    transform: translateY(-50%) rotate(180deg);
  }

  .radio_left:checked ~ .handle_left,
  .radio_right:checked ~ .handle_right {
    display: none;
  }

  .radio_right:checked ~ .details_swiper_content {
    transform: translateX(-50%);
  }

  .details_swiper_content {
    position: relative;
    display: flex;
    width: 200%;
    top: 0;
    left: 0;
    transition: transform 0.4s ease;
  }

  .details_swiper_slide {
    position: relative;
    width: 50%;
  }

  .details_swiper_slide img {
    display: block;
    width: 100%;
  }

  .details_swiper_slide_content {
    position: absolute;
    top: 40%;
    left: 7%;
    transform: translateY(-50%);
  }

  .details_swiper_slide_content2 {
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
    color: #fff;
  }

  ul.ban5_bottom {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    justify-content: space-around;
  }

  .ban5_bottom li {
    overflow: hidden;
  }

  .ban5_bottom li:nth-child(1),
  .ban5_bottom li:nth-child(2) {
    margin-right: 4px;
  }

  .ban5_bottom li img {
    width: 100%;
    transition: transform 0.7s ease;
  }

  .ban5_bottom li img:hover {
    transform: scale(1.1);
    transition: transform 0.7s ease;
  }

  .bottom_box {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 5px;
    color: #fff;
    justify-content: space-around;
  }

  .bottom_box p {
    width: 100%;
    text-align: left;
    font-size: 8px;
    margin-left: 17px;
  }
  /* ---------------------------------------------------banner66 */
  .details_banner66 img {
    width: 100%;
  }
  /* ---------------------------------------------------banner6 */
  .details_banner_ban6 {
    position: relative;
    margin-top: -25px;
    margin-bottom: 5px;
  }

  .details_banner6 {
    position: absolute;
    top: 282px;
    transform: translateY(-50%);
    left: 372px;
    transition: all 0.3s;
    width: 47%;
    text-align: center;
  }

  .details_banner6 h3 {
    margin: 0 0 20px 0;
    letter-spacing: normal;
    line-height: 32px;
    font-size: 40px;
    font-weight: normal;
    transition: all 0.3s;
  }

  .details_banner6 p {
    margin: 30px 0 20px 0;
    letter-spacing: normal;
    line-height: 23px;
    font-size: 16px;
    font-weight: normal;
    transition: all 0.3s;
  }

  .font_radikal {
    /* font-family: Radikal; */
  }

  .font_arial {
    /* font-family: arial; */
  }

  #tab_div {
    display: flex;
    flex-wrap: wrap;
    margin: -5px 0px 0px 0px;
    overflow: hidden;
    width: 100%;
  }

  #tab_div label {
    display: block;
  }

  #tab_div .tab_label_hz {
    margin: 0px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-evenly;
  }

  #tab_div .tab_label:hover {
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    background-color: rgb(43 38 38 / 68%);
    color: #fff;
  }

  #tab_div .tab_label:hover span {
    color: #fff;
  }

  #tab_div .tab_all {
    width: 100%;
    order: 1;
  }

  #tab_div .radio,
  #tab_div .tab_all {
    display: none;
  }

  #tab_div .radio:checked + label {
    background-color: rgb(red, green, blue, 0.5);
    border-radius: 0px 0px 0 0;
  }

  #tab_div .radio:checked + label + div {
    display: block;
  }

  #tab_div .tab_label {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% / 4);
    background-color: rgb(1, 1, 1, 1);
  }

  #tab_div .tab_label img {
    width: 8px;
    height: 5px;
    color: #fff;
  }

  #tab_div .tab_label span {
    line-height: 30px;
    /* margin-left: 30%; */
    font-size: 8px;
    color: #b3b3b3;
  }

  #rotate-image {
    max-width: 100%;
    height: auto;
    transition: transform 0.5s linear;
    /* 设置过渡效果，4秒钟完成旋转 */
  }

  .tab_label:hover #rotate-image {
    transform: rotate(180deg);
  }

  /* 11111111111111111111111111111111111111111111111111111ces */
  #tab_div .tab_label1 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% / 5);
    top: 328px;
    position: absolute;
    left: 40%;
  }

  #tab_div .tab_label1 img {
    width: 17px;
    height: 17px;
    margin: 22px 4px 8px 11px;
    color: #fff;
  }

  #tab_div .tab_label1 span {
    margin-left: 15%;
    font-size: 18px;
    color: #fff;
  }

  /* 1111111111111111111111111111111111111111111111111111111111ces */

  .show {
    overflow: hidden;
  }

  /*
#show {
  width: 100%;
  height: auto;
  display: block;
  float: left;
}
#show1,
#show2,
#show3 {
  width: 100%;
  height: 100%;
} */

  .option {
    width: 100%;
    overflow: hidden;
  }

  .vessel ul {
    display: flex;
  }
  .vessel ul li {
    width: 100%;
    list-style: none;
  }
  .xiaobiao {
    margin-bottom: 5px;
    font-size: 6px;
    font-family: 'Euclid Circular A-Light';
  }
  .zhengwen {
    font-size: 5px;
    font-family: 'Euclid Circular A-Light';
  }
  span.hengxian {
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    margin-top: 6px;
  }
  /* 隐藏复选框 */
  .checkbox {
    display: none;
  }

  /* 标签样式 */
  .label1 {
    padding: 5px;
    margin: 0px;
    cursor: pointer;
    position: absolute;
  }
  .label1_hz {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .details_banner6_1 {
    position: absolute;
    top: 75px;
    transform: translateY(-50%);
    left: 107px;
    transition: all 0.3s;
    width: 47%;
    text-align: center;
  }
  .details_banner6_1 p:nth-child(1) {
    margin: 0 0 20px 0;
    letter-spacing: normal;
    line-height: 32px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 16px;
  }
  .details_banner_ban6 {
    position: relative;
    margin-top: -8px;
    margin-bottom: 10px;
  }
  .details_banner_ban6 img {
    width: 100%;
  }
  /* 自定义框的位置 */
  #checkbox1 + .label1 {
    top: 109px;
    left: 135px;
    text-align: center;
    width: 124px;
    color: #fff;
    font-size: 9px;
    border: 1px solid #f7f8f9;
    border-radius: 10px;
  }
  #checkbox1 + .label1 p {
    font-size: 9px;
  }
  img#rotate-image6_1 {
    width: 8px;
    height: 5px;
    position: relative;
    top: 0px;
    left: 0px;
  }

  /* 默认隐藏内容 */
  .content {
    display: none;
  }

  /* 当复选框被选中时，显示对应内容 */
  .checkbox:checked + .label + .content {
    display: block;
  }

  /* 当复选框被选中时，显示对应内容 */
  .checkbox:checked + .label1 + .content {
    display: block;
  }

  /* --------------------------------------------------------BANKUAI1 */
  .vessel1_1 {
    position: absolute;
    top: 40%;
    left: 16%;
    width: 69%;
  }
  .vessel1_2 {
    position: absolute;
    top: 46%;
    left: 16%;
    width: 69%;
  }
  .vessel1_3 {
    position: absolute;
    top: 52%;
    left: 16%;
    width: 69%;
  }
  .vessel1_4 {
    position: absolute;
    top: 58%;
    left: 16%;
    width: 69%;
  }

  /* --------------------------------------------------------BANKUAI2 */
  .vessel2_1 {
    position: absolute;
    top: 78px;
    left: 16%;
    width: 69%;
  }
  .vessel2_2 {
    position: absolute;
    top: 118px;
    left: 16%;
    width: 69%;
  }
  /* --------------------------------------------------------BANKUAI3 */
  .vessel3_1 ul li .xiaobiao {
    margin-bottom: 11px;
  }
  .vessel3_1 {
    position: absolute;
    top: 78px;
    left: 16%;
    width: 69%;
  }
  .vessel3_2 {
    position: absolute;
    top: 123px;
    left: 16%;
    width: 69%;
  }
  .vessel3_3 {
    position: absolute;
    top: 145px;
    left: 16%;
    width: 69%;
  }
  .vessel3_4 {
    position: absolute;
    top: 168px;
    left: 16%;
    width: 69%;
  }
  /* --------------------------------------------------------BANKUAI4 */
  .vessel4_1 {
    position: absolute;
    top: 84px;
    left: 16%;
    width: 69%;
  }
  .vessel4_1 ul li .xiaobiao {
    margin-bottom: 7px;
  }
  .vessel4_2 {
    position: absolute;
    top: 110px;
    left: 16%;
    width: 69%;
  }
  /* --------------------------------------------------------BANKUAI5 */
  .vessel5_1 {
    position: absolute;
    top: 80px;
    left: 16%;
    width: 69%;
  }
  .vessel5_2 {
    position: absolute;
    top: 117px;
    left: 16%;
    width: 69%;
  }
  .vessel5_3 {
    position: absolute;
    top: 189px;
    left: 16%;
    width: 69%;
  }
  .vessel5_4 {
    position: absolute;
    top: 237px;
    left: 16%;
    width: 69%;
  }
  .vessel5_5 {
    position: absolute;
    top: 305px;
    left: 16%;
    width: 69%;
  }
  /* ---------------------------------------------banner8 */
  .details_banner.ban8 {
    display: flex;
    flex-direction: column;
  }
  .ban8_left img {
    width: 100%;
    margin-bottom: -67%;
    clip-path: polygon(0% 0, 100% 0%, 100% 50%, 0 50%);
  }
  .details_banner8 {
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    left: 17%;
    transition: all 0.3s;
    width: 70%;
  }
  .details_banner8 p:nth-child(1) {
    margin: 0 0 20px 0;
    letter-spacing: normal;
    line-height: 0px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 16px;
  }
  .details_banner8 p:nth-child(2) {
    margin: 0px 0 30px 0;
    letter-spacing: normal;
    line-height: 17px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 10px;
  }
  .logowenan1 {
    position: absolute;
    top: 63%;
    left: 4%;
    width: 76%;
  }

  .logowenan1,
  .logowenan2 p {
    letter-spacing: 0.5px;
    font-size: 6px;
  }

  .logowenan1 ul {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    width: 121%;
    padding-left: 5px;
  }

  .logowenan1 li {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 16%;
    text-align: center;
    align-items: center;
    justify-content: space-between;
  }

  .logowenan1 li:nth-child(2) {
    position: relative;
    left: -1%;
  }

  .logowenan1 li:nth-child(3) {
    position: relative;
    left: -1.5%;
  }

  .logowenan1 li:nth-child(4) {
    position: relative;
    left: -2.5%;
  }

  .logowenan1 li p {
    font-size: 6px;
  }

  .logowenan2 {
    position: absolute;
    top: 85%;
    left: 5%;
    width: 76%;
  }

  .logowenan2 ul {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    width: 120%;
  }

  .logowenan2 li {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 15%;
    text-align: center;
    align-items: center;
    justify-content: space-between;
  }
  .logowenan2 li:nth-child(1) p:nth-child(1) {
    padding-bottom: 23px;
  }

  .logowenan2 li:nth-child(3) {
    position: relative;
    left: 30%;
    width: 14%;
  }

  .logowenan2 li:nth-child(4) {
    position: relative;
    left: 13%;
    width: 15%;
  }

  .ban8_bt {
    padding-bottom: 15px;
    font-family: 'Euclid Circular A-Medium';
  }

  /* ---------------------------------------------banner9*/
  .details_banner9 {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    left: 8%;
    transition: all 0.3s;
    width: 31%;
  }

  .details_banner9 h3 {
    margin: 0 0 20px 0;
    letter-spacing: normal;
    line-height: 40px;
    font-size: 40px;
    font-weight: normal;
    transition: all 0.3s;
  }

  .details_banner9 p {
    margin: 30px 0 20px 0;
    letter-spacing: normal;
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    transition: all 0.3s;
  }

  .ban9_ul {
    display: flex;
  }

  .ban9_ul img {
    width: 100%;
    transition: transform 0.7s ease;
  }

  .ban9_ul img:hover {
    transform: scale(1.1);
    transition: transform 0.7s ease;
  }

  .ban9_ul li:nth-child(1) {
    margin-right: 4px;
    overflow: hidden;
  }

  .ban9_ul li:nth-child(2) {
    display: flex;
    flex-direction: column;
  }

  .ban9_hz1 {
    height: 311px;
    margin-bottom: 4px;
    overflow: hidden;
  }

  .ban9_hz2 {
    display: flex;
    height: 314px;
    overflow: hidden;
  }

  .hz2_1 {
    height: 314px;
    overflow: hidden;
    margin-right: 4px;
  }

  .hz2_2 {
    height: 314px;
    overflow: hidden;
  }

  /* ---------------------------------------------banner10*/
  .details_banner10 {
    position: absolute;
    top: 36%;
    transform: translateY(-50%);
    left: 14%;
    transition: all 0.3s;
    width: 80%;
  }

  .details_banner10 p:nth-child(1) {
    margin: 0 0 20px 0;
    letter-spacing: normal;
    line-height: 19px;
    font-weight: normal;
    transition: all 0.3s;
    font-size: 16px;
  }

  .biaoti p {
    letter-spacing: 1px;
    font-size: 6px;
  }

  p.biaoti1 {
    position: absolute;
    top: 53%;
    color: #fff;
    left: 15%;
    width: 27%;
  }

  p.biaoti2 {
    position: absolute;
    top: 54%;
    color: #fff;
    left: 45.5%;
    width: 29%;
  }

  p.biaoti3 {
    position: absolute;
    top: 54%;
    color: #fff;
    left: 75.5%;
  }

  p.biaoti4 {
    position: absolute;
    top: 85%;
    color: #fff;
    left: 28%;
    font-size: 4px;
  }

  p.biaoti5 {
    position: absolute;
    top: 85%;
    color: #fff;
    left: 48%;
    font-size: 4px;
  }

  p.biaoti6 {
    position: absolute;
    top: 85%;
    color: #fff;
    left: 68%;
    font-size: 4px;
  }

  /* ---------------------------------------------------banner11 */
  .details_banner11 {
    background-color: #f7f8fa;
  }

  .ban11_bighz {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .details_banner11 ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
  }

  .details_banner11 ul li {
    width: calc(100% / 2);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .details_banner11 ul li img {
    width: 70%;
    transition: transform 0.7s ease;
  }

  .details_banner11 ul li img:hover {
    transform: scale(1.1);
    transition: transform 0.7s ease;
  }

  h3.ban11_biaoti {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 25px;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 100;
  }

  .top {
    width: 86%;
    margin-left: 8%;
    background-color: #fff;
    margin-bottom: 15px;
    padding-bottom: 40px;
  }

  .middle {
    width: 86%;
    margin-left: 8%;
    background-color: #fff;
    margin-bottom: 15px;
    padding-bottom: 40px;
  }

  .middle ul li:nth-child(1),
  .middle ul li:nth-child(2),
  .middle ul li:nth-child(3),
  .middle ul li:nth-child(4) {
    margin-bottom: 20px;
  }

  .bottom {
    width: 86%;
    margin-left: 8%;
    background-color: #fff;
    margin-bottom: 15px;
    padding-bottom: 50px;
  }

  .bottom ul li:nth-child(1),
  .bottom ul li:nth-child(2),
  .bottom ul li:nth-child(3),
  .bottom ul li:nth-child(4) {
    margin-bottom: 20px;
  }

  .ban11_hz {
    height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .ban11_bighz p {
    font-size: 8px;
  }

  .details_banner11 a {
    color: #000;
    text-decoration: none;
  }
}
