.banner {
  position: relative;
  width: 100%;
}
.banner img {
  width: 100%;
  object-fit: cover;
}
.banner .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.banner .info .subTit {
  color: var(--textColor);
}
.banner .info .tit {
  color: #333;
}
.banner .info .mes {
  color: #333;
}
.banner .info .toPage {
  display: flex;
  gap: 20px;
}
.banner .info .toPage > div {
  position: relative;
}
.banner .info .toPage a {
  min-width: 160px;
  display: flex;
  justify-content: center;
  border: none;
}
.banner .info .toPage a.green::before {
  width: 200%;
  left: auto;
  right: 0;
  transition: all 0.5s;
  background: transparent;
  background-image: linear-gradient(to right, #9de866 0%, #46d2b6 30%, #46d2b6 70%, #9de866 100%);
}
.banner .info .toPage a.green:hover:before {
  right: -100%;
}
.banner .info .toPage a.blue {
  background: var(--textColor);
  color: #fff;
}
.banner .info .toPage a.blue:hover {
  opacity: 0.8;
}
.fixed.act {
  position: fixed;
  top: 80px;
  width: 100%;
  background-color: #fff;
  box-shadow: -5px 0px 15px 5px rgba(0, 91, 254, 0.04);
  border-radius: 0 0 5px 5px;
  z-index: 3;
  transition: all 0.2s linear;
  border-top: 1px solid rgba(13, 19, 26, 0.1);
}
.fixed.act .wrap {
  position: static;
  transform: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.fixed.act.top {
  top: 0;
  border-top: none;
}
.fixed.act1 {
  position: absolute;
  bottom: 0;
}
.mt15 {
  margin-top: 15px;
}
.bread {
  width: 100%;
  position: relative;
  z-index: 2;
}
.bread .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 60px;
  background: #fff;
  border-radius: 5px;
  box-shadow: -5px 0px 15px 5px rgba(0, 91, 254, 0.04);
}
.bread .wrap .flex1 {
  flex: 1;
}
.bread .wrap .d_l {
  flex: 0 0 auto;
  color: #777;
  display: flex;
  align-items: center;
  gap: 14px;
}
.bread .wrap .d_l img {
  height: 40px;
}
.bread .wrap .d_l span {
  color: #333;
}
.bread .wrap .d_l a {
  color: #777;
}
.bread .wrap .d_l a:last-child {
  color: #222;
}
.bread .wrap .d_r {
  gap: 40px;
}
.bread .wrap .d_r a {
  color: #777;
  transition: all 0.2s linear;
}
.bread .wrap .d_r a:hover {
  color: var(--textColor);
}
.bread .wrap .d_r .toPage a {
  color: #fff;
}
.bread .wrap .d_r .act {
  color: var(--textColor);
}
.bread .wrap .d_btn {
  display: flex;
  gap: 10px;
}
.bread .wrap .d_btn .toPage {
  position: relative;
}
.bread .wrap .d_btn .toPage a {
  display: flex;
  justify-content: center;
  min-width: 160px;
  color: #fff;
  border-color: var(--textColor);
  background: var(--textColor);
  gap: 10px;
}
.bread .wrap .d_btn .toPage a:hover img {
  transform: none;
}
.bread .wrap .d_btn .toPage a.white {
  background: #fff;
  color: var(--textColor);
}
.bread .wrap .d_btn .toPage a.white:hover img {
  filter: brightness(0) invert(1);
}
.bread .wrap .d_btn .toPage a.blue:hover {
  opacity: 0.8;
}
.bread .wrap .d_btn .toPage a img {
  width: 24px;
  margin-left: 0;
}
.bread .moBread {
  display: none;
  position: relative;
  height: 100%;
  color: #777;
}
.bread .moBread p {
  color: var(--textColor);
  justify-content: space-between;
}
.bread .moBread p img {
  width: 12px;
  margin-left: 10px;
}
.bread .moBread ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  min-width: 100%;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  background: #fff;
  width: max-content;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
}
.bread .moBread ul a {
  display: block;
  margin: 10px 0;
}
body {
  overflow-x: hidden;
  background: url(../img/productJZbg.jpg) no-repeat;
  background-size: cover;
}
.swiper {
  width: 100%;
}
.con {
  position: relative;
  width: 100%;
}
.con .navTit {
  color: #333;
  font-weight: 600;
  text-align: center;
}
.con .navTit span {
  color: var(--textColor);
}
.con .page1 .p_l {
  width: 630px;
}
.con .page1 .p_l .swiper1_thumbs .swiper-pagination-progressbar {
  bottom: auto;
  top: 0;
  left: 0;
  height: 3px;
  background-color: #fff;
}
.con .page1 .p_l .swiper1_thumbs .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--textColor);
}
.con .page1 .p_l .swiper1_thumbs .swiper-slide {
  font-weight: 400;
  text-align: left;
  color: #777777;
  cursor: pointer;
  transition: all 0.2s linear;
  padding-top: 14px;
}
.con .page1 .p_l .swiper1_thumbs .swiper-slide.swiper-slide-thumb-active {
  color: var(--textColor);
  font-weight: 600;
}
.con .page1 .p_l .swiper1_gallery .swiper-slide {
  padding: 12px;
  border-radius: 12px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.4);
}
.con .page1 .p_l .swiper1_gallery .swiper-slide .image {
  overflow: hidden;
  height: 0;
  border-radius: 12px;
  padding-top: 63%;
  position: relative;
}
.con .page1 .p_l .swiper1_gallery .swiper-slide .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.4s linear;
}
.con .page1 .p_l .swiper1_gallery .swiper-slide:hover .image img {
  transform: scale(1.05);
}
.con .page1 .p_l .swiper1_gallery .swiper-slide .playVideo {
  position: absolute;
  right: 30px;
  width: 48px;
  bottom: 30px;
  cursor: pointer;
}
.con .page1 .p_l .swiper1_gallery .swiper-slide .playVideo img {
  width: 100%;
  transition: all 0.4s linear;
}
.con .page1 .p_l .swiper1_gallery .swiper-slide .playVideo:hover img {
  transform: rotate(180deg);
}
.con .page1 .navTit {
  text-align: left;
}
.con .page1 .p_r {
  flex: 1;
  margin-left: 5.5%;
}
.con .page1 .p_r .mes {
  color: #333;
  line-height: 1.6;
}
.con .page1 .p_r .gap {
  gap: 20px;
}
.con .page1 .p_r .toPage a {
  min-width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con .page1 .p_r .toPage a.white {
  border-color: var(--textColor);
  color: var(--textColor);
}
.con .page1 .p_r .toPage a.blue {
  background-color: var(--textColor);
  border-color: var(--textColor);
}
.con .page1 .p_r .toPage a.blue:hover {
  opacity: 0.8;
}
.con .page2 .p_c {
  gap: 20px;
}
.con .page2 .p_c .list {
  min-width: 45%;
  flex: 1;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 60px 60px 30px 60px;
  color: #333;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(135deg, #fff 50%, #C3F2FF);
}
.con .page2 .p_c .list .mt15 {
  margin-top: 15px;
}
.con .page2 .p_c .list .flex1 {
  flex: 1;
}
.con .page2 .p_c .list .subTit {
  color: var(--textColor);
}
.con .page2 .p_c .list .image {
  max-width: 100%;
  text-align: center;
  margin-top: 10px;
}
.con .page2 .p_c .list .image img {
  max-width: 100%;
}
.con .page2 .p_c .list .mes {
  line-height: 1.6;
}
.con .page2 .p_c .list.flex1 {
  flex-direction: row;
  padding-top: 45px;
  padding-bottom: 45px;
}
.con .page2 .p_c .list.flex1 .flex1 {
  align-self: center;
  padding-right: 5%;
}
.con .page2 .p_c .list.flex1 .image {
  width: 50%;
  text-align: right;
  align-self: center;
}
.con .page2 .toPage {
  display: flex;
  gap: 20px;
}
.con .page2 .toPage a {
  min-width: 160px;
  display: flex;
  justify-content: center;
  border: none;
}
.con .page2 .toPage a.green::before {
  width: 200%;
  left: auto;
  right: 0;
  transition: all 0.5s;
  background: transparent;
  background-image: linear-gradient(to right, #9de866 0%, #46d2b6 30%, #46d2b6 70%, #9de866 100%);
}
.con .page2 .toPage a.green:hover:before {
  right: -100%;
}
.con .page2 .toPage a.blue {
  background: var(--textColor);
  color: #fff;
}
.con .page2 .toPage a.blue:hover {
  opacity: 0.8;
}
.con .page3 {
  background: url(../img/productJZ_p3-1.jpg) no-repeat;
  background-size: cover;
}
.con .page3 .p_c .list {
  color: #333;
}
.con .page3 .p_c .list .image {
  width: 49%;
}
.con .page3 .p_c .list .dis_ju_sp {
  align-items: center;
}
.con .page3 .p_c .list .swiper-slide {
  width: 100%;
  height: auto;
  align-self: center;
  text-align: center;
}
.con .page3 .p_c .list .swiper-slide img {
  max-width: 100%;
  transition: all 0.4s linear;
}
.con .page3 .p_c .list .swiper-slide:hover img {
  transform: scale(1.05);
}
.con .page3 .p_c .list .swiper-pagination {
  position: static;
  width: 100%;
  text-align: center;
}
.con .page3 .p_c .list .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 0;
  margin: 0 10px;
}
.con .page3 .p_c .list .l_r {
  flex: 1;
  margin-left: 7%;
  align-self: center;
}
.con .page3 .p_c .list .l_r .mt15 {
  margin-top: 15px;
}
.con .page3 .p_c .list .l_r .subTit {
  color: var(--textColor);
}
.con .page3 .p_c .list .l_r .mes {
  line-height: 1.6;
}
.con .page3 .p_c .list .l_r .mes ul li {
  margin-top: 10px;
  display: flex;
}
.con .page3 .p_c .list .l_r .mes ul li:first-child {
  margin: 0;
}
.con .page3 .p_c .list .l_r .mes ul li::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/gou.svg) no-repeat;
  background-size: 100%;
  color: var(--textColor);
  margin-right: 10px;
}
.con .page3 .p_c .list .l_r .prev img {
  transform: rotate(180deg);
}
.con .page3 .p_c .list .l_r .toPage2 a {
  cursor: pointer;
}
.con .page3 .p_c .list .l_r .toPage2 a::after {
  background: var(--textColor);
}
.con .page3 .p_c .list .l_r .next,
.con .page3 .p_c .list .l_r .prev {
  width: 44px;
  height: 44px;
  border: 1px solid #ADC4CC;
  border-radius: 5px;
  transition: all 0.2s linear;
  margin: 0;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 10px;
}
.con .page3 .p_c .list .l_r .next.swiper-button-disabled,
.con .page3 .p_c .list .l_r .prev.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.con .page3 .p_c .list .l_r .next.swiper-button-lock,
.con .page3 .p_c .list .l_r .prev.swiper-button-lock {
  display: none;
}
.con .page3 .p_c .list .l_r .next img,
.con .page3 .p_c .list .l_r .prev img {
  width: 16px;
  filter: brightness(0.6);
}
.con .page3 .p_c .list .l_r .next:hover,
.con .page3 .p_c .list .l_r .prev:hover {
  background: var(--textColor);
  color: #ffff;
  border-color: var(--textColor);
}
.con .page3 .p_c .list .l_r .next:hover img,
.con .page3 .p_c .list .l_r .prev:hover img {
  filter: brightness(0) invert(1);
}
.con .page3 .p_c .list:nth-child(2n) .image {
  order: 1;
}
.con .page3 .p_c .list:nth-child(2n) .l_r {
  flex: 1;
  margin-left: 0;
  margin-right: 7%;
}
.con .page4 {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: background-image 0.2s ease-in-out;
  background: #000;
}
.con .page4 .navTit {
  color: #fff;
}
.con .page4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
.con .page4 .wrap {
  position: relative;
  z-index: 2;
}
.con .page4 .swiper_pro_tabBox {
  position: relative;
}
.con .page4 .swiper_pro_tab {
  max-width: 1300px;
  margin: auto;
}
.con .page4 .swiper_pro_tabBox .swiper-button-prev {
  left: 0;
}
.con .page4 .swiper_pro_tabBox .swiper-button-prev::after {
  font-size: 14px;
  color: #fff;
}
.con .page4 .con .swiper_pro_tabBox .swiper-button-next {
  right: 0;
}
.con .page4 .swiper_pro_mes_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}
.con .page4 .swiper_pro_tabBox .swiper-button-next::after {
  font-size: 14px;
  color: #fff;
}
.con .page4 .swiper_pro_mes_btn .prev img {
  transform: rotate(180deg);
}
.con .page4 .swiper_pro_mes_btn .next,
.con .page4 .swiper_pro_mes_btn .prev {
  width: 44px;
  height: 44px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  transition: all 0.2s linear;
  margin: 0;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 10px;
}
.con .page4 .swiper_pro_mes_btn .next img,
.con .page4 .swiper_pro_mes_btn .prev img {
  width: 16px;
}
.con .page4 .swiper_pro_mes_btn .next:hover,
.con .page4 .swiper_pro_mes_btn .prev:hover {
  background: var(--textColor);
  color: #ffff;
  border-color: var(--textColor);
}
.con .page4 .swiper_pro_mes_btn .swiper-button-next {
  margin-left: 10px;
}
.con .page4 .swiper_pro_mes_btn .swiper-button-next::after,
.con .page4 .swiper_pro_mes_btn .swiper-button-prev::after {
  font-size: 14px;
  color: #fff;
}
.con .page4 .section_tit {
  color: #fff;
}
.con .page4 .swiper_pro_tab {
  padding-bottom: 1px;
}
.con .page4 .swiper_pro_tab .swiper-slide {
  width: auto;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
}
.con .page4 .swiper_pro_tab .swiper-slide:hover {
  font-weight: 600;
}
.con .page4 .swiper_pro_tab .swiper-slide:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.2s linear;
}
.con .page4 .swiper_pro_tab .swiper-slide-thumb-active {
  font-weight: 600;
}
.con .page4 .swiper_pro_tab .swiper-slide-thumb-active::after {
  width: 100%;
}
.con .page4 .info .logo {
  height: 80px;
}
.con .page4 .info .logo img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.con .page4 .swiper_pro_mes {
  color: #fff;
  height: 600px;
}
.con .page4 .swiper_pro_mes .image {
  height: 0;
  position: relative;
  padding-top: 56%;
}
.con .page4 .swiper_pro_mes .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s linear;
  object-fit: cover;
}
.con .page4 .gap20 {
  gap: 20px;
}
.con .page4 .swiper_pro_mes .subTit {
  line-height: 2;
  max-width: 630px;
}
.con .page4 .swiper_pro_mes .toPage3 {
  display: flex;
}
.con .page4 .swiper_pro_mes .toPage3 a {
  background-color: #fff;
  color: #222;
}
.con .page4 .swiper_pro_mes .toPage3 a img {
  filter: brightness(0.1);
}
.con .page4 .swiper_pro_mes .toPage3 a:hover {
  color: #fff;
}
.con .page4 .swiper_pro_mes .toPage3 a:hover img {
  filter: brightness(0) invert(1);
}
.con .page4 .toPage2 a {
  color: #fff;
  cursor: pointer;
}
.con .page4 .toPage2 a img {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.con .page4 .toPage2 a:hover {
  border-color: #fff;
}
.con .page4 .toPage2 a:hover img {
  filter: brightness(0) invert(1);
  transform: translateX(0px);
  margin-left: 14px;
}
.con .page4 .playVideo .icon {
  width: 44px;
  cursor: pointer;
  transition: all 0.4s linear;
}
.con .page4 .playVideo .icon:hover {
  transform: rotate(60deg);
}
.con .page4 .other .tit {
  color: #fff;
}
.con .page4 .other .other_f .other_logo {
  align-items: center;
}
.con .page4 .other .other_f .other_logo img {
  height: 80px;
  margin-right: 40px;
}
.con .page5 .swiper {
  overflow: visible;
}
.con .page5 .swiper-pagination {
  position: static;
  width: 100%;
  text-align: center;
}
.con .page5 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 0;
  margin: 0 10px;
}
.con .page5 .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  flex: 1;
  box-shadow: 0 4px 16px rgba(0, 91, 254, 0.06);
}
.con .page5 .swiper-slide .image {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 56%;
  overflow: hidden;
}
.con .page5 .swiper-slide .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: all 0.4s linear;
}
.con .page5 .swiper-slide .image:hover img {
  transform: scale(1.05);
}
.con .page5 .swiper-slide:hover .tit a {
  color: var(--textColor);
}
.con .page5 .swiper-slide .info {
  background-color: #fff;
  padding: 30px;
  color: #333;
}
.con .page5 .swiper-slide .info .p_f {
  color: #777;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.con .page5 .swiper-slide .info .p_f a {
  color: #777;
}
.con .page5 .swiper-slide .info .p_f a:hover {
  color: var(--textColor);
}
.con .page5 .swiper-slide .info .toPage2 a {
  cursor: pointer;
}
.con .page5 .swiper-slide .info .toPage2 a::after {
  background: var(--textColor);
}
.con .page6 .gap {
  gap: 30px;
}
.con .page6 .headerTit {
  color: #333;
  font-weight: 600;
}
.con .page6 .headerMes {
  color: #777777;
}
.con .page6 .p_l {
  flex: 1;
  padding: 40px 0 40px 60px;
  box-shadow: 0 4px 16px rgba(0, 91, 254, 0.08);
  border-radius: 10px;
  overflow: hidden;
  background-image: linear-gradient(-45deg, #fff 30%, rgba(205, 234, 252, 0.8));
}
.con .page6 .p_l .p_header {
  padding-right: 60px;
}
.con .page6 .p_l .p_c ul {
  height: 340px;
  padding-right: 60px;
  overflow-y: auto;
}
.con .page6 .p_l .p_c ul::-webkit-scrollbar {
  width: 4px;
  background: transparent;
}
.con .page6 .p_l .p_c ul::-webkit-scrollbar-thumb {
  width: 100%;
  background: rgba(0, 91, 254, 0.3);
  cursor: pointer;
}
.con .page6 .p_l .p_c ul li {
  padding: 28px 0;
  color: #222;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.con .page6 .p_l .p_c ul li.on svg {
  transform: rotate(180deg);
}
.con .page6 .p_l .p_c ul li .dis_flex {
  flex: 1;
  padding-right: 20px;
}
.con .page6 .p_l .p_c ul li .dis_flex p {
  flex: 1;
}
.con .page6 .p_l .p_c ul li span {
  width: 8px;
  height: 8px;
  background-color: var(--textColor);
  margin-right: 12px;
  transform: translateY(8px);
}
.con .page6 .p_l .p_c ul li svg {
  width: 14px;
  align-self: flex-start;
  transform: translateY(6px);
  transition: all 0.4s linear;
}
.con .page6 .p_l .p_c ul li .info {
  margin-top: 20px;
  padding-left: 20px;
  color: #777;
  display: none;
}
.con .page6 .p_l .p_c ul li .info a {
  text-decoration: underline;
  color: #777;
}
.con .page6 .p_l .p_c ul li .info a:hover {
  color: var(--textColor);
}
.con .page6 .p_r {
  flex: 1;
}
.con .page6 .p_r .list {
  flex: calc((100% - 30px)/2);
  height: calc((100% - 30px)/2);
  padding: 40px 40px 30px 40px;
  box-shadow: 0 4px 16px rgba(0, 91, 254, 0.08);
  border-radius: 10px;
  overflow: hidden;
  background-image: linear-gradient(to top, #fff, rgba(205, 234, 252, 0.8));
  display: flex;
  flex-direction: column;
}
.con .page6 .p_r .list .flex {
  flex: 1;
}
.con .page6 .p_r .list p {
  text-align: center;
}
.con .page6 .p_r .list .headerMes {
  margin-top: 10px;
}
.con .page6 .p_r .list .image {
  text-align: center;
}
.con .page6 .p_r .list .image img {
  width: 80px;
}
.con .page6 .p_r .list .toPage2 {
  display: flex;
  justify-content: center;
}
.con .page6 .p_r .list .toPage2 a {
  cursor: pointer;
}
.con .page6 .p_r .list .toPage2 a:after {
  background-color: var(--textColor);
}
.con .page7 .p_c {
  position: relative;
  box-shadow: 0 4px 16px rgba(0, 91, 254, 0.08);
  border-radius: 10px;
  overflow: hidden;
  background-image: linear-gradient(-45deg, #fff 30%, rgba(205, 234, 252, 0.8));
  padding: 60px;
  gap: 60px;
}
.con .page7 .p_c .imageInfo {
  position: absolute;
  left: 18%;
  bottom: 0;
  width: 12%;
}
.con .page7 .p_c .imageInfo img {
  width: 100%;
  opacity: 0.8;
}
.con .page7 .p_c .headerTit {
  color: #333;
  font-weight: 600;
}
.con .page7 .p_c .p_l {
  flex: 0 0 390px;
}
.con .page7 .p_c .p_l .p_l_t {
  padding: 30px 32px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  overflow: hidden;
  gap: 20px;
}
.con .page7 .p_c .p_l .p_l_t img {
  width: 46px;
  height: 46px;
  border-radius: 5px;
}
.con .page7 .p_c .p_l .p_l_t .info {
  flex: 1;
}
.con .page7 .p_c .p_l .p_l_t .info .tit {
  font-weight: 600;
  color: #333;
}
.con .page7 .p_c .p_l .p_l_t .info .mes {
  margin-top: auto;
  color: #777;
}
.con .page7 .p_c .p_l .p_l_t:hover .info .tit {
  color: var(--textColor);
}
.con .page7 .p_c .p_l .p_l_f {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.con .page7 .p_c .p_l .p_l_f > div {
  min-width: 40%;
}
.con .page7 .p_c .p_l .p_l_f .toPage2 a {
  cursor: pointer;
}
.con .page7 .p_c .p_l .p_l_f .toPage2 a::after {
  background: var(--textColor);
}
.con .page7 .p_c .p_r {
  flex: 1;
}
.con .page7 .p_c .p_r .p_r_t {
  gap: 60px;
}
.con .page7 .p_c .p_r .p_r_t .flex25 {
  flex: 0 0 25%;
}
.con .page7 .p_c .p_r .p_r_t .flex1 {
  flex: 1;
}
.con .page7 .p_c .p_r .p_r_t .flexAuto {
  flex: 0 0 160px;
}
.con .page7 .p_c .p_r .p_r_t .t_l {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.con .page7 .p_c .p_r .p_r_t .t_l > div {
  display: flex;
  flex-wrap: wrap;
}
.con .page7 .p_c .p_r .p_r_t .t_l .list {
  flex: 0 0 50%;
}
.con .page7 .p_c .p_r .p_r_t .t_l .list a {
  color: #222;
  transition: all 0.2s linear;
}
.con .page7 .p_c .p_r .p_r_t .t_l .list a div img {
  width: 24px;
  margin-right: 10px;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.con .page7 .p_c .p_r .p_r_t .t_l .list a:hover {
  color: var(--textColor);
}
.con .page7 .p_c .p_r .p_r_t .t_l .list a:hover div img {
  transform: translateY(-2px);
}
.con .page7 .p_c .p_r .p_r_t .t_l .list .toPage2 a {
  color: #777;
}
.con .page7 .p_c .p_r .p_r_t .t_l .list .toPage2 a:hover {
  color: var(--textColor);
}
.con .page7 .p_c .p_r .p_r_t .t_l .list .toPage2 a::after {
  background: var(--textColor);
}
.con .page7 .p_c .p_r .p_r_t .t_l .flexAuto .list {
  flex: 0 0 100%;
}
.con .page7 .p_c .p_r .p_r_b .p_r_c {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.con .page7 .p_c .p_r .p_r_b .p_r_c .list {
  flex: 0 0 25%;
}
.con .page7 .p_c .p_r .p_r_b .p_r_c a {
  color: #222;
  transition: all 0.2s linear;
}
.con .page7 .p_c .p_r .p_r_b .p_r_c img {
  width: 18px;
  transition: all 0.2s linear;
  margin-right: 20px;
}
.con .page7 .p_c .p_r .p_r_b .p_r_c a:hover {
  color: var(--textColor);
}
.con .page7 .p_c .p_r .p_r_b .p_r_c a:hover img {
  transform: translateY(-2px);
}
.con .page8 {
  background: url(../img/productJZ_p8-1.jpg) no-repeat;
  background-size: cover;
}
.con .page8 .tit {
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.con .page8 .subTit {
  color: #fff;
  text-align: center;
}
.con .page8 .toPage3 a {
  background: #fff;
  color: #333;
  font-weight: 600;
  min-width: 200px;
  justify-content: center;
  height: 52px;
}
.con .page8 .toPage3 a:hover {
  background: var(--textColor);
  border-color: #fff;
}
.con .page8 .toPage3 a:hover img {
  filter: brightness(0) invert(1);
}
.downinfo {
  position: absolute;
  left: 0;
  top: 100%;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px 0;
  display: none;
  z-index: 2;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
}
.downinfo a {
  color: #333 !important;
  height: auto;
  line-height: 2;
  border: none !important;
  background: transparent !important;
}
.downinfo a:hover {
  color: var(--textColor) !important;
}
.downinfo a::before {
  content: none;
}
body.JX {
  overflow-x: hidden;
  background: #F6F9FC;
}
body.JX .con .page1 .p_l .swiper1_gallery .swiper-slide .image {
  padding: 0;
  height: auto;
}
body.JX .con .page1 .p_l .swiper1_gallery .swiper-slide .image img {
  position: static;
}
body.JX .con .page1 .p_l .swiper1_gallery .swiper-slide {
  background: #deecff;
}
body.JX .con .page1 .p_l .swiper1_gallery .swiper-slide:hover img {
  transform: scale(1);
}
body.JX .con .page1 .p_l {
  width: 920px;
  order: 1;
}
body.JX .con .page1 .p_r {
  flex: 1;
  margin-left: 0;
  margin-right: 5.5%;
}
.con .page4 .swiper_pro_mes .moShow {
  display: none !important;
}
#videoPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
#videoPopup .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#videoPopup .videoCon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#videoPopup .videoCon #closeVideoBtn {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#videoPopup .videoCon #closeVideoBtn svg {
  transition: all 0.2s linear;
}
#videoPopup .videoCon #closeVideoBtn:hover svg {
  transform: rotate(90deg);
}
#videoPopup .videoCon .video-container {
  width: 100%;
}
#videoPopup .videoCon .video-container video {
  width: 100%;
}
#formPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
#formPopup .tit {
  text-align: center;
}
#formPopup .tit:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #277ff2;
  margin: 10px auto 0;
}
#formPopup .layui-form .layui-form-select .layui-edge {
  display: inline-block;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border: none;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,<svg t='1700470070458' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='2473' xmlns:xlink='http://www.w3.org/1999/xlink' width='32' height='32'><path d='M542.4 689.152L246.656 393.344a32 32 0 0 0-45.312 45.312l316.8 316.8a31.936 31.936 0 0 0 24.256 9.28 31.936 31.936 0 0 0 24.256-9.344l316.8-316.8a32 32 0 0 0-45.312-45.248l-295.744 295.808z' fill='%23999999' p-id='2474'></path></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  background-position: center center;
  pointer-events: none;
  /* 确保点击穿透到按钮 */
}
#formPopup .layui-form input {
  border: none;
  height: 100%;
  width: 100%;
  background: transparent;
}
#formPopup .layui-form input::placeholder {
  color: #777;
}
#formPopup .layui-form .form_tit {
  color: #FF0000;
}
#formPopup .layui-form .form_input {
  margin-bottom: 20px;
  position: relative;
}
#formPopup .layui-form .reading {
  position: relative;
}
#formPopup .layui-form i.danger {
  visibility: hidden;
  position: absolute;
  left: 20px;
  top: 100%;
  font-size: 12px;
  color: red;
  transition: all 0.2s linear;
}
#formPopup .layui-form .danger.act,
#formPopup .layui-form .layui-form-danger ~ .danger {
  visibility: visible !important;
}
#formPopup .layui-form .layui-input {
  width: 100%;
  height: 44px;
  border-radius: 5px;
  padding: 0 20px;
  border: none;
  border: solid 1px #e1ecf6;
}
#formPopup .layui-form .layui-input:focus {
  border-color: var(--textColor) !important;
  box-shadow: none;
}
#formPopup .layui-form .tips {
  position: absolute;
  left: 30px;
  top: 100%;
  color: red;
  font-size: 10px;
}
#formPopup .layui-form .gap10 {
  gap: 10px;
}
#formPopup .layui-form .flex_1 {
  flex: 1;
  position: relative;
}
#formPopup .layui-form .flex_3 {
  flex: 0 0 33.33%;
  position: relative;
}
#formPopup .layui-form .layui-form-select dl {
  top: calc(100% + 5px);
  bottom: auto;
  border-radius: 5px;
}
#formPopup .layui-form .layui-form-select dl::-webkit-scrollbar {
  width: 6px;
  border-radius: 8px;
}
#formPopup .layui-form .layui-form-select dl::-webkit-scrollbar-thumb {
  width: 100%;
  background: var(--textColor);
  border-radius: 8px;
  cursor: pointer;
}
#formPopup .layui-form .layui-form-select dl dt {
  font-size: 14px;
}
#formPopup .layui-form .layui-form-select dl dd.layui-this {
  color: var(--textColor);
  font-weight: 400;
}
#formPopup .layui-form .sub button {
  position: relative;
}
#formPopup .layui-form .sub_img {
  width: 36px;
  position: absolute;
  right: 20%;
  bottom: 0;
  /* 波纹动画关键帧 */
}
#formPopup .layui-form .sub_img img {
  transform: translateY(10px);
  width: 100%;
}
#formPopup .layui-form .sub_img::after {
  content: "";
  position: absolute;
  right: 20%;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 0;
  animation: wave 2s infinite;
}
#formPopup .layui-form .sub_img::before {
  content: "";
  position: absolute;
  right: 20%;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 0;
  animation: wave 2s infinite 0.5s;
}
@keyframes wave {
  0% {
    transform: scale(1);
    /* 初始大小（与图片一致） */
    opacity: 1;
    /* 初始不透明 */
  }
  100% {
    transform: scale(3);
    /* 最终放大3倍（扩散范围） */
    opacity: 0;
    /* 最终透明（模拟波纹消失） */
  }
}
#formPopup .layui-form .layui-form-checkbox {
  margin-top: 4px;
}
#formPopup .layui-form .layui-form-checkbox:hover i {
  border-color: var(--textColor);
}
#formPopup .layui-form .layui-form-checkbox.layui-form-checked i {
  border-color: var(--textColor) !important;
  background: var(--textColor);
}
#formPopup .layui-form .layui-btn-primary {
  color: var(--textColor);
}
#formPopup .layui-form .layui-form-mid {
  position: absolute;
  right: 5px;
  top: 5px;
  height: calc(100% - 10px);
  padding: 0 !important;
  margin: 0;
}
#formPopup .layui-form .layui-form-mid button {
  height: 100%;
  line-height: normal;
  background: var(--textColor);
  border-radius: 5px;
  color: #fff;
  border: none;
  transition: all 0.2s linear;
}
#formPopup .layui-form .layui-form-mid button:hover,
#formPopup .layui-form .layui-form-mid button:focus {
  border: none;
  opacity: 1;
  box-shadow: 0px 0px 10px 6px rgba(0, 91, 254, 0.2);
}
#formPopup .layui-form .sub button {
  width: 100%;
  height: 50px;
  background: var(--textColor);
  border-radius: 5px;
  transition: all 0.2s linear;
}
#formPopup .layui-form .sub button:hover,
#formPopup .layui-form .sub button:focus {
  opacity: 1;
  box-shadow: 0px 0px 10px 6px rgba(0, 91, 254, 0.2);
}
#formPopup .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#formPopup .videoCon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 500px;
  padding: 40px 60px;
  transform: translate(-50%, -50%);
  background: #fff;
}
#formPopup .videoCon #closeVideoBtn {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
#formPopup .videoCon #closeVideoBtn svg {
  transition: all 0.2s linear;
}
#formPopup .videoCon #closeVideoBtn:hover svg {
  transform: rotate(90deg);
}
#formPopup .videoCon .video-container {
  width: 100%;
}
#formPopup .videoCon .video-container video {
  width: 100%;
}
.layui-layer-setwin .layui-layer-close2:hover {
  background-color: var(--textColor);
}
.layui-layer-page {
  max-width: 1440px;
}
.layui-layer-page .layui-layer-content {
  height: 100%;
  padding: 40px;
  max-height: 80vh;
}
.layui-layer-msg {
  display: none !important;
}
#subMes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
#subMes > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#subMes div {
  position: relative;
}
#subMes .close {
  position: absolute;
  width: 86px;
  height: 58px;
  border-radius: 11px;
  background: rgba(20, 20, 20, 0.6);
  top: 0;
  right: -54px;
  z-index: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  cursor: pointer;
}
#subMes .close svg {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#subMes .info {
  padding: 30px;
  z-index: 2;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
#subMes .info h1 {
  font-weight: 600;
  text-align: center;
}
#subMes .info p {
  text-align: center;
}
#subMes .info img {
  max-width: 140px;
  width: 100%;
  margin-top: 15px;
}
.hide {
  display: none;
}
@media only screen and (max-width: 1920px) {
  .con .bread .wrap {
    padding: 10px 3vw;
  }
  .fixed.act .wrap {
    padding: 10px 0;
  }
  .con .bread .wrap .d_r {
    gap: 2vw;
  }
  .con .page6 .p_l {
    padding: 2vw 0 2vw 3vw;
  }
  .con .page6 .p_r .list .image img {
    width: 70px;
  }
  .con .page7 .p_c {
    padding: 3vw;
  }
  .con .page7 .p_c .p_l .p_l_t {
    padding: 1.5vw 1.6vw;
  }
  .con .page6 .p_l .p_c ul li {
    padding: 1.4vw 0;
  }
  .con .page6 .p_r .list {
    padding: 2vw 2vw 1.5vw 2vw;
  }
  .con .page6 .p_l .p_c ul {
    padding-right: 3vw;
  }
  .con .page5 .swiper-slide .info {
    padding: 1.5vw;
  }
  .con .page2 .p_c .list {
    padding: 3vw 3vw 1.5vw 3vw;
  }
  .con .page6 .p_l .p_header {
    padding-right: 3vw;
  }
}
@media screen and (max-width: 1600px) {
  .con .page7 .p_c .p_r .p_r_t .flexAuto {
    flex: 0 0 125px;
  }
}
@media screen and (max-width: 1440px) {
  .con .page4 .other .other_f .other_logo img,
  .con .page4 .info .logo {
    height: 60px;
  }
  .fixed.act {
    top: 60px;
  }
  .fixed.act.top {
    top: 0;
  }
  .con .page7 .p_c .p_l {
    flex: 0 0 300px;
  }
  body.JX .con .page1 .p_l,
  .con .page1 .p_l {
    width: 50%;
  }
  .con .page4 .other .other_f .other_logo img {
    max-height: 26px;
    margin-right: 20px;
  }
  .con .page7 .p_c .p_l .p_l_t {
    align-items: center;
  }
  .con .page7 .p_c .p_l .p_l_t img {
    width: 40px;
    height: 40px;
  }
  .con .page7 .p_c .p_r .p_r_t {
    gap: 50px;
  }
  .con .page7 .p_c .p_r .p_r_t .flexAuto {
    flex: 0 0 130px;
  }
}
@media screen and (max-width: 1366px) {
  .con .page7 .p_c .p_r .p_r_t {
    gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fixed.act {
    top: 80px;
  }
  .fixed.act.top {
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .bread .wrap .d_l img {
    height: 28px;
  }
  .con .page4 .other .other_f .other_logo img,
  .con .page4 .info .logo {
    height: 40px;
  }
  .bread .wrap .d_btn .toPage a img {
    width: 16px;
  }
  .bread .wrap .d_l span {
    font-size: 16px;
  }
  .banner .info {
    top: 10%;
    transform: translateX(-50%);
  }
  .banner .info .tit {
    text-align: center;
    color: #fff;
  }
  .fixed.act {
    top: 13.33vw;
  }
  .fixed.act.top {
    top: 0;
  }
  .banner {
    position: relative;
  }
  .banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  }
  .banner .info .mes,
  .banner .info .subTit {
    text-align: center;
  }
  .banner .info .mes {
    color: #fff;
  }
  .banner .info .toPage a {
    min-width: 120px;
  }
  .banner .info .toPage {
    justify-content: center;
  }
  .bread .moBread {
    align-self: center;
  }
  .bread .wrap .d_btn .toPage:nth-child(2) {
    display: none;
  }
  .bread .wrap .d_l {
    gap: 10px;
  }
  .bread .wrap .d_btn {
    order: 2;
    margin-left: 10px;
  }
  .bread .wrap .d_btn .toPage a {
    min-width: auto;
    padding: 0 12px;
    height: 30px;
    white-space:nowrap;
    font-size: 14px;
  }
  .downinfo{
    left:auto;
    right:0;
  }
  .con .page1 .p_l .swiper1_thumbs .swiper-slide span {
    margin-bottom: 10px;
  }
  .bread {
    border-bottom: 1px solid rgba(13, 19, 26, 0.1);
  }
  .con .bread .wrap {
    padding: 10px 0;
  }
  .banner .info {
    text-align: center;
  }
  .banner .info .toPage a img {
    filter: none;
    width: 10px;
  }
  .bread .wrap .d_r {
    display: none;
  }
  .bread .moBread {
    display: block;
  }
  .bread .wrap .d_l a:not(:last-child) {
    display: none;
    visibility: hidden;
  }
  .bread .moBread ul {
    top: 30px;
  }
  .bread {
    background: transparent;
  }
  .bread .wrap .d_l {
    align-self: center;
  }
  .bread .wrap {
    flex-wrap: wrap;
    position: static;
    transform: none;
    width: 90%;
    padding: 20px 0;
    box-shadow: none;
    background: transparent;
  }
  .bread .wrap .d_r {
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
    align-items: normal;
    line-height: 1;
  }
  .con .page3 .p_c .list .l_r .mes ul li::before {
    width: 20px;
    height: 20px;
  }
  .banner {
    margin-top: 13.33vw;
  }
  .banner img {
    height: auto;
  }
  .con .page4 .swiper_pro_mes {
    height: auto;
  }
  .con .page4 .swiper_pro_mes .subTit {
    max-width: 100%;
  }
  .con .page4 .swiper_pro_mes .moShow {
    display: block !important;
  }
  .con .page4 {
    height: auto;
    background: #fff;
    padding-bottom: 10vw;
  }
  .con .page4::before {
    content: none;
  }
  .con .page4 .section_tit {
    color: #222;
  }
  .con .page4 .toPage2 {
    transform: none;
  }
  .con .page4 .swiper_pro_tab .swiper-slide {
    color: #777;
    width: 33.33%;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .con .page4 .swiper_pro_tab .swiper-slide:nth-child(n + 9) {
    display: none;
  }
  .con .page4 .swiper_pro_tab .swiper-wrapper {
    flex-wrap: wrap;
  }
  .con .page4 .onBtn {
    width: 33.33%;
    position: absolute;
    bottom: 12px;
    right: 0;
    z-index: 2;
    font-size: 16px;
  }
  .con .page4 .offBtn {
    width: 33.33%;
    position: absolute;
    bottom: 12px;
    right: 0;
    z-index: 2;
    font-size: 16px;
    display: none;
    color: #777;
  }
  .con .page4 .toPage2 {
    position: static;
  }
  .con .page4 .swiper-pagination {
    position: static;
    margin-top: 6vw;
  }
  .con .page4 .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 0.1;
    background: #000;
    border-radius: 0;
    transition: all 0.4s linear;
  }
  .con .page4 .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--textColor);
  }
  .con .page4 .swiper_pro_mes {
    background: #6481ce;
    border-radius: 10px;
    margin-top: 6vw;
  }
  .con .page4 .playVideo svg path:nth-child(3),
  .con .page4 .playVideo svg path:nth-child(1) {
    fill: #fff;
  }
  /* 强制将箭头对应的第2、4个path设为透明 */
  .con .page4 .playVideo svg path:nth-child(2),
  .con .page4 .playVideo svg path:nth-child(4) {
    fill: #6481ce !important;
    /* !important 确保覆盖其他样式 */
  }
  .con .page4 .swiper_pro_mes .toPage a {
    border-color: #777;
    color: #777;
    background: transparent;
  }
  .con .page4 .swiper_pro_mes .toPage a img {
    opacity: 0.8;
  }
  .con .page4 .swiper_pro_mes .swiper-slide .info {
    padding: 8vw;
  }
  .con .page4 .swiper_pro_mes .swiper-slide .info .tit {
    color: #222;
    font-size: 18px;
  }
  .con .page4 {
    padding-bottom: 0;
  }
  .con .page4 .playVideo .icon {
    width: 40px;
  }
  .con .page4 .other .other_f .other_logo img {
    max-height: none;
    margin-right: 10px;
  }
  .con .page4 .toPage2 {
    margin-top: 6vw;
  }
  .con .page4 .toPage2 a:hover {
    color: #fff;
  }
  .con .page4 .swiper_pro_mes .swiper-slide .info .other_f {
    flex-wrap: wrap;
  }
  .con .page4 .swiper_pro_mes .swiper-slide .info .subTit {
    color: #fff;
  }
  .con .page4 .swiper_pro_tab .swiper-slide-thumb-active span {
    border-bottom: 1px solid var(--textColor);
  }
  .con .page4 .swiper_pro_tab .swiper-slide-thumb-active {
    font-weight: 600;
    color: var(--textColor);
    border: none;
  }
  .con .page4 .toPage2 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .con .page4 .toPage2 a {
    color: #fff;
  }
  .con .page4 .toPage2 a img {
    opacity: 1;
  }
  .con .page4 .offBtn {
    position: static;
    margin-left: auto;
  }
  .con .page4 .swiper_pro_mes_btn {
    display: none;
  }
  .con .page4 .offBtn {
    display: none;
  }
  .con .page4 .swiper_pro_mes .toPage.moShow {
    display: inline-block !important;
  }
  .con .page4 .swiper_pro_mes .toPage.moShow a {
    border-color: #fff;
    color: #fff;
    background: transparent;
  }
  .con .page4 .swiper_pro_mes .toPage.moShow a img {
    opacity: 1;
    filter: brightness(0) invert(1);
  }
  .con .page4 .swiper_pro_mes .toPage.moShow a:hover img {
    filter: brightness(0) invert(1);
  }
  .con .page2 .p_c .list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .con .page5 {
    overflow: hidden;
    padding-bottom: 10px;
  }
  .con .page5 .swiper-slide {
    flex: 0 0 100%;
    box-shadow: 0 4px 6px rgba(0, 91, 254, 0.06);
  }
  body.JX .con .page1 .p_l,
  .con .page1 .p_l {
    width: 100%;
  }
  .con .page1 .p_l {
    order: 1;
  }
  .con .page1 .p_r .mes {
    font-size: 16px;
  }
  .con .page1 .navTit {
    text-align: center;
  }
  .con .page1 .p_r .gap {
    justify-content: center;
  }
  .con .page2 .p_c .list .flex1 .tit {
    font-size: 20px;
    text-align: center;
  }
  .con .page2 .p_c .list .subTit {
    text-align: center;
  }
  .con .page3 .p_c .list .dis_ju_sp.mt55 {
    justify-content: center;
  }
  .con .page1 .p_r {
    order: 0;
    margin-right: 0;
    padding-top: 0;
  }
  .con .page1 .p_l {
    margin-top: 6vw;
  }
  .con .page1 .p_r {
    margin-left: 0%;
  }
  .con .page1 .p_r .toPage a {
    min-width: auto;
  }
  .con .page1 .p_r .gap {
    flex-wrap: wrap;
  }
  .con .page6 .p_l {
    padding: 4vw 0 4vw 6vw;
  }
  .con .page6 .p_r .list .image img {
    width: 70px;
  }
  .con .page7 .p_c {
    padding: 6vw;
  }
  .con .page7 .p_c .p_l .p_l_t {
    padding: 3vw 3.2vw;
  }
  .con .page6 .p_l .p_c ul li {
    padding: 2.8vw 0;
  }
  .con .page6 .p_r .list {
    padding: 4vw 4vw 3vw 4vw;
  }
  .con .page6 .p_l .p_c ul {
    padding-right: 6vw;
  }
  .con .page5 .swiper-slide .info {
    padding: 3vw;
  }
  .con .page2 .p_c .list {
    padding: 6vw 6vw 3vw 6vw;
    flex: 0 0 100%;
  }
  .con .page2 .p_c .list:last-child {
    flex-wrap: wrap;
  }
  .con .page2 .p_c .list:last-child .image {
    width: 100%;
  }
  .con .page2 .p_c .list .flex1 {
    flex: 0 0 100%;
  }
  .con .page2 .p_c .list .image {
    margin-top: 6vw;
  }
  .con .page2 .p_c .list:last-child {
    padding: 6vw 6vw 3vw 6vw;
  }
  .con .page3 .p_c .list .image {
    width: 100%;
  }
  .con .page3 .p_c .list:nth-child(2n) .image {
    order: 0;
  }
  .con .page3 .p_c .list .l_r {
    margin-left: 0%;
    margin-top: 6vw;
  }
  .con .page3 .p_c .list .l_r .tit {
    text-align: center;
  }
  .con .page3 .p_c .list .l_r .subTit {
    text-align: center;
  }
  .con .page4 .navTit {
    color: #333;
  }
  .con .page6 .p_l {
    flex: 0 0 100%;
  }
  .con .page6 .p_l .p_c ul {
    height: 240px;
  }
  .con .page6 .p_l .p_header {
    padding-right: 6vw;
  }
  .con .page6 .gap {
    gap: 20px;
  }
  .con .page6 .p_r .list {
    height: auto;
  }
  .con .page6 .p_r .list .image,
  .con .page6 .p_r .list .toPage2 {
    margin-top: 10px;
  }
  .con .page7 .p_c .p_l {
    flex: 0 0 100%;
  }
  .con .page7 .p_c .p_r .p_r_t .flex1 {
    flex: 0 0 100%;
  }
  .con .page7 .p_c .p_r .p_r_b .p_r_c .list {
    flex: 0 0 50%;
  }
  .con .page8 .toPage3 a {
    min-width: 120px;
    height: 40px;
  }
  .con .page2 .toPage a {
    flex: 1;
  }
  .con .page3 .p_c .list .l_r .next,
  .con .page3 .p_c .list .l_r .prev {
    width: 40px;
    height: 40px;
  }
  .con .page7 .p_c .p_r .p_l_f {
    padding-top: 3vw;
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .con .page7 .p_c {
    gap: 30px;
  }
  .con .page7 .p_c .p_r .fnt_16 {
    font-size: 16px;
  }
  .con .page7 .p_c .headerTit {
    font-size: 18px;
  }
  .con .page3 .p_c .list .l_r .next img,
  .con .page3 .p_c .list .l_r .prev img {
    width: 12px;
  }
  .con .page7 .p_c .p_r .p_r_t .t_l .list {
    flex: 0 0 100%;
  }
  .con .page7 .p_c .p_r .p_r_t .flexAuto {
    margin-top: 3vw;
  }
  .con .page5 .swiper-slide .info .tit {
    font-size: 16px;
  }
  .con .page4 .swiper_pro_mes .other {
    margin-top: 0;
  }
  .con .page7 .p_c .p_r .p_r_t .flexAuto {
    flex: 0 0 100%;
  }
  .con .page7 .p_c .p_r .p_r_t .flex25 {
    flex: 0 0 100%;
  }
  .con .page4 .swiper_pro_mes .swiper-slide .info .tit {
    color: #fff;
    margin-top: 20px;
  }
  .con .page7 .p_c .p_r .p_r_t {
    gap: 30px;
  }
}
