:root {
  --logoColor1: #073190;
  --logoColor2: #e60012;
  --trstion1: all 0.5s ease-in-out;
}
html {
  scroll-padding-top: 1.19rem;
  /* height of sticky header */
}
.header {
  position: fixed;
  z-index: 1999;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #e6e6e6;
}
.header.none {
  display: none;
}
.header .headerGuide {
  width: 100%;
  height: 0.44rem;
  padding: 0 1.45rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--logoColor1);
}
.header .headerGuide .language {
  display: flex;
  align-items: center;
}
.header .headerGuide .language .ico {
  width: 0.18rem;
  height: 0.18rem;
  object-fit: contain;
  margin-right: 0.1rem;
}
.header .headerGuide .language .item {
  cursor: pointer;
}
.header .headerGuide .language .item .item_cont {
  color: #fff;
  display: flex;
  align-items: center;
}
.header .headerGuide .language .item .item_cont svg {
  width: 0.08rem;
  height: 0.08rem;
  object-fit: contain;
  margin-left: 0.1rem;
}
.header .headerGuide .logoIn {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
.header .headerGuide .logoIn .ico {
  width: 0.18rem;
  height: 0.18rem;
  object-fit: contain;
  margin-right: 0.08rem;
}
.header .headerColumn {
  width: 100%;
  height: 0.75rem;
  padding: 0 1.45rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}
.header .headerColumn .logo {
  width: 1.1rem;
  height: 0.37rem;
}
.header .headerColumn .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .headerColumn ul.list {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .headerColumn ul.list li {
  height: 100%;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-right: 0.62rem;
}
.header .headerColumn ul.list li a {
  height: 100%;
  display: flex;
  align-items: center;
  transition: var(--trstion1);
}
.header .headerColumn ul.list li a.on,
.header .headerColumn ul.list li a:hover {
  color: var(--logoColor2);
}
.header .headerColumn ul.list li:last-child {
  margin-right: 0;
}
.header .headerColumn .headerColumn_right {
  display: flex;
  align-items: center;
}
.header .headerColumn .headerColumn_right .search {
  width: 0.36rem;
  height: 0.36rem;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.18rem;
  border-radius: 50%;
}
.header .headerColumn .headerColumn_right .search svg {
  width: 0.15rem;
  height: 0.15rem;
  object-fit: contain;
}
.header .headerColumn .headerColumn_right .contact {
  display: flex;
  align-items: center;
}
.header .headerColumn .headerColumn_right .contact .img {
  width: 0.35rem;
  height: 0.35rem;
  background: var(--logoColor2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .headerColumn .headerColumn_right .contact .img .ico {
  width: 0.17rem;
  height: 0.17rem;
  object-fit: contain;
}
.header .headerColumn .headerColumn_right .contact .txt {
  width: fit-content;
  height: 0.35rem;
  padding: 0 0.11rem;
  color: #fff;
  background-color: var(--logoColor1);
  display: flex;
  align-items: center;
}
.footer {
  position: relative;
  z-index: 10;
  background-color: #073190;
  padding: 0 1.5rem 0;
}
.footer::after {
  content: "";
  width: 100vw;
  height: 10.4167vw;
  position: absolute;
  bottom: 100%;
  z-index: -1;
  left: 0;
  background: url(../img/68.png) no-repeat center center;
  background-size: 100% 100%;
}
.footer .footer_cont {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.39);
}
.footer .footer_cont .fo_left {
  display: flex;
  flex: 1;
}
.footer .footer_cont .fo_left ul {
  flex: 1;
  margin-right: 0.6rem;
}
.footer .footer_cont .fo_left ul:last-child {
  margin-right: 0;
}
.footer .footer_cont .fo_left ul .h1 {
  color: #fff;
  margin-bottom: 0.31rem;
}
.footer .footer_cont .fo_left ul li {
  margin-bottom: 0.1rem;
}
.footer .footer_cont .fo_left ul li:last-child {
  margin-bottom: 0;
}
.footer .footer_cont .fo_left ul li a {
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer_cont .fo_right {
  width: 3.6rem;
  margin-left: 1.9rem;
}
.footer .footer_cont .fo_right .h1 {
  text-align: right;
  color: #fff;
  font-family: "Medium";
  margin-bottom: 0.22rem;
}
.footer .footer_cont .fo_right form {
  height: 0.41rem;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(11.10000038px);
  position: relative;
  border-radius: 0.04rem;
  overflow: hidden;
  margin-bottom: 0.74rem;
}
.footer .footer_cont .fo_right form input {
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
  background-color: transparent;
  padding-right: 1.8rem;
  color: #fff;
}
.footer .footer_cont .fo_right form input::placeholder {
  color: #9cacd2;
}
.footer .footer_cont .fo_right form button {
  position: absolute;
  top: 0;
  width: 1.53rem;
  height: 0.41rem;
  right: 0;
  border: 0;
  background-color: var(--logoColor2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 0.04rem;
  z-index: 11;
  cursor: pointer;
}
.footer .footer_cont .fo_right .ico_list {
  display: flex;
  align-items: center;
  justify-content: end;
}
.footer .footer_cont .fo_right .ico_list .logo_ico {
  width: 0.33rem;
  height: 0.33rem;
  border-radius: 50%;
  margin-right: 0.26rem;
  position: relative;
}

.footer .footer_cont .fo_right .ico_list .logo_ico .ewm {
    position: absolute;
    bottom: calc(100%);
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 110px;
    object-fit: contain;
    transition: all 0.5s;
    pointer-events: none;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}


.footer .footer_cont .fo_right .ico_list .logo_ico .ewm img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer .footer_cont .fo_right .ico_list .logo_ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer .footer_cont .fo_right .ico_list .logo_ico .logoPic {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
} 
.footer .footer_cont .fo_right .ico_list .logo_ico .logoPic img {
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
    opacity: 0;
}
.footer .footer_cont .fo_right .ico_list .logo_ico .logoPic img.off {
    opacity: 1;
}
.footer .footer_cont .fo_right .ico_list .logo_ico:hover .logoPic img.off {
    opacity: 0;
}
.footer .footer_cont .fo_right .ico_list .logo_ico:hover .logoPic img.on {
    opacity: 1;
}
.footer .footer_cont .fo_right .ico_list .logo_ico:hover .ewm {
    bottom: calc(100% + 20px);
    opacity: 1;
}



.footer .footer_cont .fo_right .ico_list .logo_ico:last-child {
  margin-right: 0;
}
.footer .footer_bot {
  padding: 0.25rem 0 0.43rem;
  display: flex;
  justify-content: space-between;
}
.footer .footer_bot a {
  color: rgba(255, 255, 255, 0.49);
}
.footer .footer_bot span {
  color: rgba(255, 255, 255, 0.49);
}
.footer .footer_bot .right span {
  margin: 0 0.2rem;
}
.scrollmagic-pin-spacer {
  min-width: auto !important;
}
.in1 {
  width: 100%;
  height: 100vh;
  background-color: #073190;
  overflow: hidden;
  position: relative;
  background: url() no-repeat center center;
  background-size: cover;
  background-image: url();
}
.in1 .progress {
  position: absolute;
  color: #fff;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25vh;
  opacity: 0.4;
}
.in1 .txt {
  position: absolute;
  color: #fff;
  z-index: 4;
  left: 50%;
  line-height: 1.5;
  transform: translateX(-50%);
  bottom: 15vh;
  opacity: 0.49;
  width: 4.63rem;
  text-align: center;
}
.in1 .prop {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.in1 .prop .prop1img {
  position: absolute;
  width: 100vw;
  left: 0%;
  top: 0%;
  height: calc(755 / 1080 * 100vh);
}
.in1 .prop .prop2img {
  position: absolute;
  width: 100vw;
  left: 0%;
  bottom: 0%;
  height: calc(756 / 1080 * 100vh);
}
.in1 .prop2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.in1 .prop2 .img1 {
  position: absolute;
  top: 44.1%;
  width: 29.2708vw;
  left: 50%;
  height: calc(101 / 1080 * 100vh);
  transform: translate(-50%, 0%);
}
.in1 .prop2 .img2 {
  width: 29.2708vw;
  bottom: 44.1%;
  position: absolute;
  left: 50%;
  height: calc(56 / 1080 * 100vh);
  transform: translateX(-50%);
}
.in1 .in1_cont {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.in1 .in1_cont .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.in1 .in1_cont span {
  transform: translateY(-10%);
  position: relative;
  z-index: 2;
  background: var(--logoColor1) url(../img/09.png) no-repeat center center;
  background-size: cover;
  font-family: Medium;
  color: transparent;
  font-size: 6rem;
  font-weight: 700;
  -webkit-background-clip: text;
}
.in1    .video-background {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.in2 {
  position: sticky;
  height: 100vh;
  top: 0;
}
.in2 .in2_prop {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.02rem 4.5rem;
  background-color: #102c6b;
}
.in2 .in2_prop .in2_top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.68rem;
}
.in2 .in2_prop .in2_top div:last-child {
  margin-right: 0;
}
.in2 .in2_prop .in2_top .color1 {
  font-weight: 700;
  color: var(--logoColor2);
  margin-right: 0.25rem;
}
.in2 .in2_prop .in2_top .color2 {
  font-weight: 700;
  color: #fff;
  margin-right: 0.25rem;
}
.in2 .in2_prop .in2_top .img_ico {
  height: 0.65rem;
  width: fit-content;
  margin-right: 0.3rem;
}
.in2 .in2_prop .in2_p {
  margin: 0 auto;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.in2 .in2_prop .in2_p img {
  width: 0.58rem;
  height: 0.58rem;
  object-fit: contain;
  vertical-align: middle;
  display: inline-block;
}
.in2 .in2_cont {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/66.png) no-repeat center;
  background-size: cover;
  mask: url(../img/82.svg) no-repeat center;
  mask-size: 0;
  -moz-mask: url(../img/82.svg) no-repeat center;
  -moz-mask-size: 0;
  padding: 1.19rem;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.in2 .in2_cont .list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.in2 .in2_cont .list .item {
  width: 2.92rem;
  height: 5rem;
  border-radius: 0.3rem;
  position: relative;
  overflow: hidden;
  margin-right: 0.14rem;
  transition: var(--trstion1);
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(22.60000038px);
}
.in2 .in2_cont .list .item:nth-child(2n)::after {
  background: linear-gradient(90deg, #FF0000 0%, rgba(255, 255, 255, 0.78) 50%, rgba(0, 150, 255, 0.56) 100%);
}
.in2 .in2_cont .list .item:last-child {
  margin-right: 0;
}
.in2 .in2_cont .list .item .bgimg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: 3.91rem;
  max-width: 3.91rem;
  height: 100%;
  transition: var(--trstion1);
  opacity: 0;
}
.in2 .in2_cont .list .item .item_cont {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: var(--trstion1);
  padding: 0.68rem 0 0.55rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.in2 .in2_cont .list .item .item_cont .h1 {
  width: 2.35rem;
  text-align: center;
  color: #fff;
  margin-bottom: 0.12rem;
}
.in2 .in2_cont .list .item .item_cont .h2 {
  width: 2.35rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding-bottom: 0.25rem;
  position: relative;
  margin-bottom: 0.91rem;
}
.in2 .in2_cont .list .item .item_cont .h2 .msk {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.24rem;
  height: 2px;
  background-color: #fff;
  transition: var(--trstion1);
}
.in2 .in2_cont .list .item .item_cont .h2 .msk::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.07rem;
  left: 0;
  background-color: var(--logoColor2);
}
.in2 .in2_cont .list .item .item_cont .Product_pic {
  width: 2.35rem;
  height: auto;
  margin-bottom: 0.17rem;
  aspect-ratio: 292 / 180;
}
.in2 .in2_cont .list .item .item_cont .btn {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--trstion1);
  color: #fff;
}
.in2 .in2_cont .list .item .item_cont .btn svg {
  width: 0.08rem;
  height: 0.08rem;
  object-fit: contain;
  margin-right: 0.16rem;
}
.in2 .in2_cont .list .item.on {
  width: 3.91rem;
}
.in2 .in2_cont .list .item.on .bgimg {
  opacity: 1;
}
.in2 .in2_cont .list .item.on .h2 .msk {
  opacity: 0;
}
.in2 .in2_cont .list .item.on::after {
  opacity: 0;
}
.in2 .in2_cont .list .item.on .btn {
  opacity: 0;
}
.in2 .in2_cont .list .item:hover .item_btn_prop {
  opacity: 1;
}
.in2 .in2_cont .list .item .item_btn_prop {
  position: absolute;
  z-index: 3;
  bottom: 1.14rem;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.05rem);
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  left: 50%;
  transform: translateX(-50%);
  transition: var(--trstion1);
  opacity: 0;
}
.in2 .in2_cont .list .item .item_btn_prop::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(181.28deg, rgba(0, 108, 184, 0.56) -13.09%, #FFFFFF 45.55%, rgba(0, 108, 184, 0.21) 121.71%);
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 100%) content-box, linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
}
.in2 .in2_cont .list .item .item_btn_prop::before {
  content: "";
  position: absolute;
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  background: var(--logoColor2);
  top: 0.12rem;
  z-index: 2;
  right: 0.12rem;
}
.in2 .in2_cont .list .item::after {
  content: "";
  border-radius: 0.3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #FF0000 0%, rgba(255, 255, 255, 0.78) 50%, rgba(0, 150, 255, 0.56) 100%);
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 100%) content-box, linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
  transition: var(--trstion1);
  opacity: 1;
}
.in3 {
  position: relative;
  z-index: 3;
  background-color: #102c6b;
  width: 94.0104vw;
  margin: 0 auto;
  min-height: 100vh;
  border-radius: 162px;
  padding: 2.23rem 2.8rem 1.17rem;
}
.in3 .in3_top {
  width: 70.6771vw;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
.in3 .in3_top span {
  color: var(--logoColor2);
}
.in3 .in3_top img {
  vertical-align: middle;
  width: 0.8rem;
  height: 0.8rem;
  object-fit: cover;
  display: inline-block;
}
.in3 .in3_p {
 text-align: center;
  width: 8.15rem;
  margin: 0 auto;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0.2rem;
}
.in3 .top_intbn {
  width: fit-content;
  position: relative;
  height: 0.41rem;
  border-radius: 0.41rem;
  background-color: var(--logoColor1);
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 0.27rem 0 0.1rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
.in3 .top_intbn .ico {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background-color: var(--logoColor2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
}
.in3 .top_intbn .ico svg {
  width: 0.08rem;
  height: 0.08rem;
  object-fit: contain;
}
.in3 .in3_list {
  overflow: hidden;
  width: 70.6771vw;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.in3 .in3_list .item {
  width: calc((100% - 1.45rem) / 2);
  float: left;
  margin-bottom: 0.78rem;
  margin-right: 1.45rem;
  display: block;
}
.in3 .in3_list .item:nth-child(2) {
  margin-top: 0.78rem;
}
.in3 .in3_list .item:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.in3 .in3_list .item:hover .img::after {
  opacity: 1;
}
.in3 .in3_list .item:hover .h1::after {
  opacity: 1;
}
.in3 .in3_list .item .img {
  width: 100%;
  height: 5.6rem;
  border-radius: 0.3rem;
  overflow: hidden;
  margin-bottom: 0.56rem;
  position: relative;
}
.in3 .in3_list .item .img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.39rem;
  bottom: 0;
  left: 0;
  background: url(../img/30.png) no-repeat center bottom;
  background-size: 100%;
  opacity: 0;
  transition: var(--trstion1);
}
.in3 .in3_list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in3 .in3_list .item .h1 {
  color: #fff;
  padding-bottom: 0.1rem;
  position: relative;
  margin-bottom: 0.2rem;
  width: fit-content;
  font-family: "Medium";
}
.in3 .in3_list .item .h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140%;
  border: 1px solid var(--logoColor2);
  opacity: 0;
  transition: var(--trstion1);
}
.in3 .in3_list .item .p1 {
  color: #fff;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 设置显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.in4 {
  position: relative;
  z-index: 2;
  padding-top: 100vh;
  background-color: #101a30;
  margin-top: -100vh;
  padding-bottom: 0.44rem;
}
.in4 .cont {
  padding-top: 2.5rem;
}
.in4 .cont .top_txt .tit {
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.4rem;
}
.in4 .cont .top_txt .tit span {
  color: var(--logoColor2);
}
.in4 .cont .top_txt .p1 {
  width: 9.6rem;
  margin: 0 auto;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-bottom: 0.84rem;
}
.in4 .cont .map {
  width: 73.6458vw;
  height: 36.7708vw;
  margin: 0 auto;
  position: relative;
}
.in4 .cont .map .bgimg {
  width: 100%;
  height: 100%;
}
.in4 .cont .map .point_box .ico {
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
}
.in4 .cont .map .point_box .ico .MSK {
  position: absolute;
  top: calc(100% - 0.08rem);
  left: 50%;
  transform: rotateX(60deg) translateX(-50%);
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 100%;
  z-index: 2;
}
.in4 .cont .map .point_box .ico .MSK::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 100%;
  background-color: var(--logoColor2);
  transform: translate(-50%, -50%);
}
.in4 .cont .map .point_box .ico .MSK::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 100%;
  background-color: var(--logoColor2);
  animation: myAnimation2 1.8s linear infinite;
}
.in4 .cont .map .point_box .ico .ico_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.in4 .cont .map .point_box .ico:hover .pic {
  opacity: 1;
}
.in4 .cont .map .point_box .ico .pic {
  width: 2.22rem;
  height: 1.15rem;
  position: absolute;
  right: calc(100% + 0.15rem);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0.1rem;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.in4 .cont .map .point_box .ico .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in4 .cont .map .point_box .ico span {
  position: absolute;
  top: 50%;
  
white-space: nowrap;
  transform: translateY(-50%);
  left: calc(100% + 0.17rem);
  color: #fff;
}
.in4 .cont .map .point_box .ico.Agada {
  top: calc(509 / 706 * 100%);
  left: calc(463 / 1414 * 100%);
}
.in4 .cont .map .point_box .ico.Portugal {
  top: calc(183 / 706 * 100%);
  left: calc(630 / 1414 * 100%);
}
.in4 .cont .map .point_box .ico.Malaysia {
  top: calc(452 / 706 * 100%);
  left: calc(1080 / 1414 * 100%);
}
.in4 .cont .map .point_box .ico.Indonesia {
  top: calc(461 / 706 * 100%);
  left: calc(1232 / 1414 * 100%);
}
.in4 .cont .map .point_box .center {
  width: 3.36rem;
  height: 3.36rem;
  position: absolute;
  top: calc(149 / 706 * 100%);
  left: calc(939 / 1414 * 100%);
}
.in4 .cont .map .point_box .center .po {
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.in4 .cont .map .point_box .center .po.po1 {
  width: 100%;
  height: 100%;
  border: 1px dashed #464e5e;
}
.in4 .cont .map .point_box .center .po.po2 {
  width: 2rem;
  height: 2rem;
  border: 1px solid #464e5e;
}
.in4 .cont .map .point_box .center .po.po3 {
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #464e5e;
}
.in4 .cont .map .point_box .center .po.po4 {
  width: 0.65rem;
  height: 0.65rem;
  background-color: rgba(255, 255, 255, 0.56);
}
.in4 .cont .map .point_box .center .po.po5 {
  width: 0.37rem;
  height: 0.37rem;
  background-color: var(--logoColor1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.09rem;
  font-weight: 600;
}
.in4 .cont .map .point_box .center .po.po5 .porp_msk {
  position: absolute;
  top: 0;
  right: calc(100% + 0.2rem);
  width: 4rem;
  min-height: 1.1rem;
  border-radius: 0.05rem;
  background: #3c4456;
  padding: 0.12rem;
}
.in4 .cont .map .point_box .center .po.po5 .porp_msk .porp_msk_h1 {
  font-size: 0.14rem;
  line-height: 1.5;
  margin-bottom: 0.03rem;
  color: var(--logoColor2);
}
.in4 .cont .map .point_box .center .po.po5 .porp_msk .prop_item {
  display: flex;
  margin-bottom: 0.09rem;
}
.in4 .cont .map .point_box .center .po.po5 .porp_msk .prop_item span {
  font-size: 0.14rem;
  color: #d8d9dd;
  line-height: 1.34;
}
.in4 .cont .map .point_box .center .po.po5 .porp_msk .prop_item span:nth-child(1) {
  white-space: nowrap;
}
.in4 .cont .map .point_box .center .po.po5 .porp_msk .prop_item:last-child {
  margin-bottom: 0;
}
.in4 .cont .map .point_box .center .po.po5 .porp_msk::after {
  border-radius: 0.05rem;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(90deg, #E60012 0%, #FFFFFF 46%, #073190 100%);
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 100%) content-box, linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
}
.in4 .cont .map .line .linge {
  position: absolute;
  pointer-events: none;
}
.in4 .cont .map .line .linge img {
  width: 100%;
  height: 100%;
}
.in4 .cont .map .line .linge.Portugal {
  width: calc(463/1414 * 100%);
  height: calc(143/706 * 100%);
  top: calc(157 / 706 * 100%);
  left: calc(641 / 1414 * 100%);
  animation: pathLeft 5s linear infinite;
}
.in4 .cont .map .line .linge.Malaysia {
  width: calc(25/1414 * 100%);
  height: calc(140/706 * 100%);
  top: calc(315 / 706 * 100%);
  left: calc(1090 / 1414 * 100%);
  animation: pathBtn 5s linear infinite;
}
.in4 .cont .map .line .linge.Indonesia {
  width: calc(132/1414 * 100%);
  height: calc(152/706 * 100%);
  top: calc(311 / 706 * 100%);
  left: calc(1109 / 1414 * 100%);
  animation: pathBtn 5s linear infinite;
}
.in4 .cont .map .line .linge.Agada {
  width: calc(620/1414 * 100%);
  height: calc(281/706 * 100%);
  top: calc(233 / 706 * 100%);
  left: calc(476 / 1414 * 100%);
  animation: pathLeft 5s linear infinite;
}
.in5 {
  background-color: #102c6b;
  padding: 1.63rem 0 0;
  position: relative;
  z-index: 2;
}
.in5 .top_h {
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.4rem;
}
.in5 .top_h span {
  color: var(--logoColor2);
}
.in5 .tabber {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  margin: 0 3.44rem;
  margin-bottom: 0.4rem;
}
.in5 .tabber .item {
  padding-bottom: 0.2rem;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: var(--trstion1);
}
.in5 .tabber .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(50%);
  border: 1px solid var(--logoColor2);
  opacity: 0;
  transition: var(--trstion1);
}
.in5 .tabber .item.on {
  color: var(--logoColor2);
}
.in5 .tabber .item.on::after {
  opacity: 1;
}
.in5 .swiper {
  width: 100vw;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  height: 5.73rem;
}
.in5 .swiper .swiper-slide {
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.in5 .swiper .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(7, 49, 144, 0.77);
  opacity: 1;
  transition: var(--trstion1);
}
.in5 .swiper .swiper-slide .cont {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.2rem;
  transition: var(--trstion1);
  justify-content: flex-end;
}
.in5 .swiper .swiper-slide .cont .logo_img {
  width: 1.14rem;
  height: 1.14rem;
  background: url(../img/70.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
}
.in5 .swiper .swiper-slide .cont .logo_img img {
  width: 0.96rem;
  height: 0.34rem;
  object-fit: contain;
}
.in5 .swiper .swiper-slide .cont .btn {
  width: fit-content;
  height: 0.41rem;
  border-radius: 0.41rem;
  background-color: var(--logoColor1);
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 0.27rem 0 0.1rem;
  margin-bottom: 0.2rem;
}
.in5 .swiper .swiper-slide .cont .btn .ico {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--logoColor2);
  margin-right: 0.1rem;
}
.in5 .swiper .swiper-slide .cont .btn .ico svg {
  width: 0.08rem;
  height: 0.08rem;
  object-fit: contain;
}
.in5 .swiper .swiper-slide .cont span {
  color: #fff;
}
.in5 .swiper .swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
.in5 .swiper .swiper-slide.swiper-slide-active .cont {
  opacity: 1;
}
.in5 .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in6 {
  position: relative;
  z-index: 2;
  background-color: #102c6b;
  padding: 2.7rem 2.7rem 2.83rem;
}
.in6 .list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.in6 .list .item {
  width: 3.31rem;
  margin-right: 2.68rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.in6 .list .item:last-child {
  margin-right: 0;
}
.in6 .list .item .ioc {
  width: 0.58rem;
  height: 0.58rem;
  object-fit: contain;
  margin-bottom: 0.34rem;
}
.in6 .list .item .txt .h1 {
  color: #fff;
  line-height: 1.45;
  margin-bottom: 0.1rem;
  text-align: center;
}
.in6 .list .item .txt .p1 {
  color: rgba(255, 255, 255, 0.81);
  line-height: 1.5;
  margin-bottom: 0.17rem;
  text-align: center;
}
.in6 .list .item .txt a {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: var(--logoColor2);
}
.in6 .list .item .txt a svg {
  width:12px;
  height: 12px;
  object-fit: contain;
  margin-left: 15px;
}
.service_caontainer {
  padding-bottom: 17vw;
}
.product1 {
  display: flex;
  align-items: flex-start;
  padding-bottom: 17vw;
}
.product1 .product1Left {
  position: sticky;
  top: 1.19rem;
  height: calc(100vh - 1.19rem);
  overflow-y: auto;
  padding-top: 0.85rem;
  width: 4.37rem;
  box-shadow: 0px 4px 55.9px 0px rgba(7, 49, 144, 0.05);
}
.product1 .product1Left::-webkit-scrollbar{
    width: 2px;
}
.product1 .product1Left .list .item {
  margin-bottom: 0.2rem;
}
.product1 .product1Left .list .item:last-child {
  margin-bottom: 0;
}
.product1 .product1Left .list .item.on .item_cont {
  background-color: var(--logoColor2);
}
.product1 .product1Left .list .item.on .item_cont .span {
  color: #fff;
}
.product1 .product1Left .list .item.on .item_cont .ico_box .ico::before {
  border-color: #fff;
}
.product1 .product1Left .list .item.on .item_cont .ico_box .ico::after {
  height: 0;
  border-color: #fff;
}
.product1 .product1Left .list .item .item_cont {
  height: 0.6rem;
  display: flex;
  align-items: center;
  background-color: #e7f1f8;
  cursor: pointer;
  transition: var(--trstion1);
}
.product1 .product1Left .list .item .item_cont .span {
  flex: 1;
  transition: var(--trstion1);
  padding-left: 1.47rem;
}
.product1 .product1Left .list .item .item_cont .ico_box {
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product1 .product1Left .list .item .item_cont .ico_box .ico {
  width: 0.18rem;
  height: 0.18rem;
  position: relative;
}
.product1 .product1Left .list .item .item_cont .ico_box .ico::before {
  content: "";
  width: 100%;
  border: 1px solid #bbbbbb;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s linear;
}
.product1 .product1Left .list .item .item_cont .ico_box .ico::after {
  transition: all 0.5s linear;
  content: "";
  height: 100%;
  border: 1px solid #bbbbbb;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product1 .product1Left .list .item .item_down {
  display: none;
}
.product1 .product1Left .list .item .item_down a {
  display: flex;
  align-items: center;
  padding: 0.15rem 0;
  padding-left: 1.57rem;
  padding-right: 0.45rem;
  line-height: 1.5;
}
.product1 .product1Left .list .item .item_down a.on span {
  color: var(--logoColor2);
}
.product1 .product1Left .list .item .item_down a.on span::after {
  opacity: 1;
}
.product1 .product1Left .list .item .item_down a span {
  position: relative;
  color: #666;
  transition: var(--trstion1);
}
.product1 .product1Left .list .item .item_down a span::after {
  opacity: 0;
  transition: var(--trstion1);
  content: "";
  position: absolute;
  right: calc(100% + 0.1rem);
  top: 0;
  transform: translateY(20%);
  height: 18px;
  border: 1px solid var(--logoColor2);
}
.product1 .product1Right {
  flex: 1;
  padding-top: 1.45rem;
  padding-bottom: 0.87rem;
}
.product1 .product1Right .box {
  padding-left: 1.12rem;
  padding-right: 1.51rem;
  margin-bottom: 1.35rem;
}
.product1 .product1Right .box:nth-child(2n) .box_cont {
  flex-direction: row-reverse;
}
.product1 .product1Right .box:nth-child(2n) .box_cont .swiper_box {
  flex-direction: row-reverse;
}
.product1 .product1Right .box:nth-child(2n) .box_cont .swiper_box .swiper {
  margin-left: 0.28rem;
}
.product1 .product1Right .box .box_cont {
  display: flex;
  justify-content: space-between;
}
.product1 .product1Right .box .box_cont .txt {
  width: 5.69rem;
}
.product1 .product1Right .box .box_cont .txt .h1 {
  padding-top: 0.28rem;
  font-family: Medium;
  margin-bottom: 0.56rem;
  line-height: 1.5;
}
.product1 .product1Right .box .box_cont .txt .h2 {
  line-height: 1.5;
  margin-bottom: 0.22rem;
}
.product1 .product1Right .box .box_cont .txt .p1 {
  line-height: 1.5;
  color: #666;
  margin-bottom: 0.75rem;
}
.product1 .product1Right .box .box_cont .swiper_box {
  display: flex;
}
.product1 .product1Right .box .box_cont .swiper_box .swiper {
  width: 4.89rem;
  height: 4rem;
  margin-right: 0.28rem;
  border-radius: 0.3rem;
  background: #F8F8F8;
  overflow: hidden;
  position: relative;
}
.product1 .product1Right .box .box_cont .swiper_box .swiper .bgimg {
  position: absolute;
  width: 4.29rem;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 0.78rem;
  z-index: 1;
}
.product1 .product1Right .box .box_cont .swiper_box .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product1 .product1Right .box .box_cont .swiper_box .swiper .swiper-slide .proimg {
  width: 3.66rem;
  height: 2.45rem;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.product1 .product1Right .box .box_cont .swiper_box .swiper_tabber {
  width: 0.82rem;
}
.product1 .product1Right .box .box_cont .swiper_box .swiper_tabber .item {
  width: 100%;
  height: 0.64rem;
  margin-bottom: 0.17rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0.11rem;
  cursor: pointer;
  background: rgba(248, 248, 248, 1);
  border: 2px solid transparent;
  /* 设置边框样式为实线，也可以是其他样式如dashed等 */
}
.product1 .product1Right .box .box_cont .swiper_box .swiper_tabber .item.on {
    background: #fff;
}
.product1 .product1Right .box .box_cont .swiper_box .swiper_tabber .item.on::before  {
    opacity: 1;
}
.product1 .product1Right .box .box_cont .swiper_box .swiper_tabber .item::before {
    transition: all .5s;
    opacity: 0;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.11rem;
  background: linear-gradient(115.33deg, #007ff2, rgba(0, 108, 184, 0.21) 48.6%, #E60012 109.14%);
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 100%) content-box, linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
}
.product1 .product1Right .box .box_cont .swiper_box .swiper_tabber .item .img {
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  position: relative;
  z-index: 2;
}
.product1 .product1Right .box .box_cont .swiper_box .swiper_tabber .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product1 .product1Right .box .box_cont .swiper_box .swiper_tabber .item:last-child {
  margin-bottom: 0;
}
.product1 .product1Right .box .card {
  padding-top: 0.2rem;
}
.product1 .product1Right .box .card .tit {
  color: var(--logoColor2);
  margin-bottom: 0.07rem;
}
.product1 .product1Right .box .card .list {
  display: flex;
  align-items: center;
}
.product1 .product1Right .box .card .list .item {
  cursor: pointer;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s ease;
  margin-right: 0.19rem;
}
.product1 .product1Right .box .card .list .item:hover {
  background-color: var(--logoColor2);
}
.product1 .product1Right .box .card .list .item:hover img {
  filter: brightness(100) grayscale(100);
}
.product1 .product1Right .box .card .list .item:hover span {
  color: #fff;
}
.product1 .product1Right .box .card .list .item:last-child {
  margin-right: 0;
}
.product1 .product1Right .box .card .list .item img {
  width: 0.38rem;
  height: 0.38rem;
  object-fit: contain;
  margin-bottom: 0.05rem;
  transition: all 0.5s ease;
}
.product1 .product1Right .box .card .list .item span {
  line-height: 1.5;
  transition: all 0.5s ease;
}
.product1 .product1Right .box2 {
  background: #fcfcfc;
}
.catalogue_btn {
  position: fixed;
  z-index: 1998;
  left: 0;
  top: 1.72rem;
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--logoColor2);
  font-size: 0.14rem;
  line-height: 1.7;
  cursor: pointer;
}
.catalogue_btn .ico {
  width: 0.16rem;
  height: 0.16rem;
  object-fit: contain;
  margin-right: 0.05rem;
}
.catalogue {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 1rem;
  border-right: 1px solid #e6e6e6;
  background-color: #ffffff;
  z-index: 1997;
  height: calc(100vh - 1.19rem);
  transform: translateX(-100%);
  transition: var(--trstion1);
}
.catalogue.act {
  transform: translateX(0);
}
.sol1 {
  background-color: #fff;
  padding: 1.16rem 0 0;
}
.sol1 .top_text .tit {
  text-align: center;
  padding-bottom: 0.28rem;
  margin-bottom: 0.73rem;
  position: relative;
  font-weight: 500;
  font-family: Medium;
}
.sol1 .top_text .tit .msk {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.43rem;
  height: 3px;
  transform: translateX(-50%);
  background-color: var(--logoColor1);
}
.sol1 .top_text .tit .msk::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0.15rem;
  background-color: var(--logoColor2);
  left: 0;
  top: 0;
}
.sol1 .top_text .p {
  margin: 0 auto;
  width: 10.71rem;
  line-height: 1.66;
  text-align: center;
  margin-bottom: 1.73rem;
}
.sol1 .img {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 0;
}
.sol1 .img:hover img {
  transform: scale(1.1);
}
.sol1 .img img {
  width: 100%;
  height: auto;
  transition: all 0.6s ease-in-out;
}
.sol2 {
  margin-top: -20vh;
  background-color: #102c6b;
  border-radius: 0.3rem 0.3rem 0 0;
  overflow: hidden;
  padding-top: 20vh;
}
.sol2 .sol2_content {
  padding: 0 1.45rem;
  padding-top: 1.72rem;
  display: flex;
  justify-content: space-between;
}
.sol2 .sol2_content .sol2_left {
  width: 37.5521vw;
}
.sol2 .sol2_content .sol2_left .tit {
  line-height: 1.41;
  color: #fff;
  margin-bottom: 0.77rem;
}
.sol2 .sol2_content .sol2_left .list .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.79);
  cursor: pointer;
  margin-bottom: 0.44rem;
}
.sol2 .sol2_content .sol2_left .list .item:last-child {
  margin-bottom: 0;
}
.sol2 .sol2_content .sol2_left .list .item.on .item_cont span {
  color: var(--logoColor2);
}
.sol2 .sol2_content .sol2_left .list .item.on .item_cont span::marker {
  transition: var(--trstion1);
  color: var(--logoColor2);
}
.sol2 .sol2_content .sol2_left .list .item.on .item_cont svg {
  transform: rotate(-180deg);
}
.sol2 .sol2_content .sol2_left .list .item.on .item_cont svg path {
  stroke: var(--logoColor2);
}
.sol2 .sol2_content .sol2_left .list .item .item_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
  padding: 0.13rem 0 0.13rem 27px;
}
.sol2 .sol2_content .sol2_left .list .item .item_cont span {
  transition: var(--trstion1);
  color: #fff;
  display: list-item;
}
.sol2 .sol2_content .sol2_left .list .item .item_cont span::marker {
  transition: var(--trstion1);
  color: #fff;
}
.sol2 .sol2_content .sol2_left .list .item .item_cont svg {
  width: 0.13rem;
  height: 0.13rem;
  object-fit: contain;
  transition: var(--trstion1);
}
.sol2 .sol2_content .sol2_left .list .item .item_cont svg path {
  transition: var(--trstion1);
}
.sol2 .sol2_content .sol2_left .list .item .item_down {
  color: #fff;
  line-height: 1.41;
  padding-left: 27px;
  padding-bottom: 0.16rem;
  display: none;
}
.sol2 .sol2_content .sol2_right {
  width: 38.6458vw;
}
.sol2 .sol2_content .sol2_right .swiper {
  width: 100%;
  height: 28.5938vw;
  border-radius: 0.3rem;
  overflow: hidden;
}
.sol2 .sol2_content .sol2_right .swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.sol2 .sol2_content .sol2_right .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--trstion1);
}
.sol3 {
  padding: 0 1.45rem;
  padding-top: 1.87rem;
}
.sol3 .tit {
  text-align: center;
  padding-bottom: 0.28rem;
  margin-bottom: 0.6rem;
  position: relative;
  font-weight: 500;
  font-family: Medium;
}
.sol3 .tit span {
  color: #fff;
}
.sol3 .tit .msk {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.43rem;
  height: 3px;
  transform: translateX(-50%);
  background-color: #fff;
}
.sol3 .tit .msk::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0.15rem;
  background-color: var(--logoColor2);
  left: 0;
  top: 0;
}
.sol3 .list {
  display: flex;
}
.sol3 .list .item {
  display: block;
  width: calc((100% - 0.37rem * 2) / 3);
  margin-right: 0.37rem;
  min-height: 6.67rem;
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}
.sol3 .list .item::before {
  position: absolute;
  width: 100%;
  content: "";
  top: 0;
  height: 100%;
  z-index: 1;
  background: url(../img/23.png) no-repeat center center;
  background-size: cover;
}
.sol3 .list .item::after {
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;
  background: linear-gradient(115.33deg, #007ff2, rgba(0, 108, 184, 0.21) 48.6%, #E60012 109.14%);
  padding: 3px;
  -webkit-mask: linear-gradient(#fff 0 100%) content-box, linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
}
.sol3 .list .item .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 3;
  opacity: 0;
  transition: var(--trstion1);
}
.sol3 .list .item:hover {
  border: 0px;
}
.sol3 .list .item:hover .bgimg {
  opacity: 1;
}
.sol3 .list .item:hover .card .card_cont .h1 {
  color: var(--logoColor2);
}
.sol3 .list .item:hover .card .card_cont .btn {
  padding: 0 0.25rem 0 0.07rem;
  background: var(--logoColor1);
}
.sol3 .list .item:hover .card .card_cont .btn .ico {
  background-color: var(--logoColor2);
}
.sol3 .list .item .card {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.62rem 0.38rem 0.53rem;
}
.sol3 .list .item .card .img {
  width: 3.66rem;
  height: 2.45rem;
  margin: 0 auto;
  margin-bottom: 0.91rem;
}
.sol3 .list .item .card .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sol3 .list .item .card .card_cont {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sol3 .list .item .card .card_cont .h1 {
  color: #fff;
  margin-bottom: 0.12rem;
  font-weight: 500;
  font-family: Medium;
  transition: var(--trstion1);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 设置显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sol3 .list .item .card .card_cont .h2 {
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 设置显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.42rem;
}
.sol3 .list .item .card .card_cont .btn {
  width: fit-content;
  height: 0.41rem;
  border-radius: 0.42rem;
  display: flex;
  align-items: center;
  transition: var(--trstion1);
}
.sol3 .list .item .card .card_cont .btn .ico {
  border-radius: 50%;
  transition: var(--trstion1);
  margin-right: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.28rem;
  width: 0.28rem;
}
.sol3 .list .item .card .card_cont .btn .ico svg {
  width: 0.08rem;
  height: 0.08rem;
  object-fit: contain;
}
.sol3 .list .item .card .card_cont .btn span {
  color: #fff;
}
.sol3 .list .item:last-child {
  margin-right: 0;
}
.sol4 {
  padding: 0 1.45rem;
  padding-top: 1.87rem;
  padding-bottom: 17vw;
}
.sol4 .list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sol4 .list .item {
  width: 2.31rem;
  margin-right: 2.68rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sol4 .list .item:last-child {
  margin-right: 0;
}
.sol4 .list .item .ioc {
  width: 0.58rem;
  height: 0.58rem;
  object-fit: contain;
  margin-bottom: 0.34rem;
}
.sol4 .list .item .txt .h1 {
  color: #fff;
  line-height: 1.45;
  margin-bottom: 0.1rem;
  text-align: center;
}
.sol4 .list .item .txt .p1 {
  color: rgba(255, 255, 255, 0.81);
  line-height: 1.5;
  margin-bottom: 0.17rem;
  text-align: center;
}
.sol4 .list .item .txt a {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: var(--logoColor2);
}
.sol4 .list .item .txt a svg {
  width: 0.12rem;
  height: 0.12rem;
  object-fit: contain;
  margin-left: 15pxz;
}
.news_banner {
  width: 100%;
  height: 7.11rem;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.news_banner .bgimg {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 1;
  left: 0;
  top: 0;
}
.news_banner .cont {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 2.28rem;
}
.news_banner .cont .ico {
  width: 1.09rem;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.35rem;
}
.news_banner .cont .tit {
  font-weight: 500;
  font-family: Medium;
  color: #fff;
  text-align: center;
}
.news_banner.on::after {
  opacity: 1;
}
.news_banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.79);
  opacity: 0;
  transition: var(--trstion1);
}
.banner {
  width: 100%;
  height: calc(100vh - 1.19rem);
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.banner.sticky {
  position: sticky;
  top: 1.19rem;
}
.banner .bgimg {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 1;
  left: 0;
  top: 0;
}
.banner .cont {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 2.28rem;
}
.banner .cont .ico {
  width: 1.09rem;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.35rem;
}
.banner .cont .tit {
  font-weight: 500;
  font-family: Medium;
  color: #fff;
  text-align: center;
}
.banner.on::after {
  opacity: 1;
}
.banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.79);
  opacity: 0;
  transition: var(--trstion1);
}
.zinedx2 {
  position: relative;
  z-index: 2;
}
.cas1 {
  display: flex;
  background-color: #fff;
}
.cas1 .left {
  width: 4.37rem;
  position: sticky;
  top: 1rem;
  padding-top: 1.3rem;
  height: calc(100vh - 1rem);
  overflow-y: auto;
  box-shadow: 0px 4px 55.9px 0px rgba(7, 49, 144, 0.05);
}
.cas1 .left::-webkit-scrollbar{
    width: 2px;
}
.cas1 .left .item {
  width: 100%;
  height: 0.6rem;
  margin-bottom: 0.11rem;
  background-color: #e7f1f8;
  transition: var(--trstion1);
}
.cas1 .left .item.on {
  background: var(--logoColor2);
}
.cas1 .left .item.on .item_cont span {
  color: #fff;
}
.cas1 .left .item.on .item_cont .ico_box .ico::before {
  border-color: #fff;
}
.cas1 .left .item.on .item_cont .ico_box .ico::after {
  border-color: #fff;
  height: 0;
}
.cas1 .left .item:hover {
  background: var(--logoColor2);
}
.cas1 .left .item:hover .item_cont span {
  color: #fff;
}
.cas1 .left .item:hover .item_cont .ico_box .ico::before {
  border-color: #fff;
}
.cas1 .left .item:hover .item_cont .ico_box .ico::after {
  border-color: #fff;
}
.cas1 .left .item .item_cont {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.cas1 .left .item .item_cont span {
  height: 100%;
  display: flex;
  align-items: center;
  flex: 1;
  color: #666;
  transition: var(--trstion1);
  padding-left: 1.47rem;
}
.cas1 .left .item .item_cont .ico_box {
  padding-right: 0.28rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cas1 .left .item .item_cont .ico_box .ico {
  width: 0.18rem;
  height: 0.18rem;
  position: relative;
}
.cas1 .left .item .item_cont .ico_box .ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border: 1px solid #bbbbbb;
  transition: var(--trstion1);
}
.cas1 .left .item .item_cont .ico_box .ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  border: 1px solid #bbbbbb;
  transition: var(--trstion1);
}
.cas1 .left .item:last-child {
  margin-bottom: 0;
}
.cas1 .right {
  flex: 1;
  padding: 1.8rem 1.45rem 1.23rem 0.69rem;
}
.cas1 .right .tit {
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 0.28rem;
  position: relative;
  margin-bottom: 0.77rem;
}
.cas1 .right .tit .text {
  font-weight: 500;
  font-family: "Medium";
}
.cas1 .right .tit .msk {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.43rem;
  height: 3px;
  transform: translateX(-50%);
  background-color: var(--logoColor1);
}
.cas1 .right .tit .msk::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0.15rem;
  background-color: var(--logoColor2);
  left: 0;
  top: 0;
}
.cas1 .right .cas_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.93rem;
}
.cas1 .right .cas_list .item {
  width: calc((100% - 0.37rem * 2) / 3);
  border-radius: 0.3rem;
  overflow: hidden;
  margin-right: 0.37rem;
  margin-bottom: 0.37rem;
  border: 1px solid #d0d8ea;
  transition: var(--trstion1);
}
.cas1 .right .cas_list .item:hover {
  box-shadow: 0px 4px 18.9px 0px rgba(0, 108, 184, 0.11);
}
.cas1 .right .cas_list .item:hover .img::after {
  opacity: 1;
}
.cas1 .right .cas_list .item:hover .img img {
  transform: scale(1.1);
}
.cas1 .right .cas_list .item:hover span {
  color: var(--logoColor2);
}
.cas1 .right .cas_list .item .img {
  height: 2.8rem;
  overflow: hidden;
  position: relative;
}
.cas1 .right .cas_list .item .img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.91rem;
  bottom: 0;
  left: 0;
  background: url(../img/30.png) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  transition: var(--trstion1);
}
.cas1 .right .cas_list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--trstion1);
}
.cas1 .right .cas_list .item span {
  display: block;
  padding: 0.31rem 0.28rem;
  transition: var(--trstion1);
  font-weight: 500;
  font-family: Medium;
}
.cas1 .right .cas_list .item:nth-child(3n) {
  margin-right: 0;
}
.cas1 .right .cas_box2 {
  padding: 1.57rem 0 0;
}
.cas1 .right .cas_box2 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cas1 .right .cas_box2 .list .item {
  width: 2.31rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cas1 .right .cas_box2 .list .item:last-child {
  margin-right: 0;
}
.cas1 .right .cas_box2 .list .item .ioc {
  width: 0.58rem;
  height: 0.58rem;
  object-fit: contain;
  margin-bottom: 0.34rem;
}
.cas1 .right .cas_box2 .list .item .txt .h1 {
  line-height: 1.45;
  margin-bottom: 0.1rem;
  text-align: center;
}
.cas1 .right .cas_box2 .list .item .txt .p1 {
  line-height: 1.5;
  margin-bottom: 0.17rem;
  text-align: center;
}
.cas1 .right .cas_box2 .list .item .txt a {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: var(--logoColor2);
}
.cas1 .right .cas_box2 .list .item .txt a svg {
  width: 0.12rem;
  height: 0.12rem;
  object-fit: contain;
  margin-left: .15rem;
}
.page {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}
.page .btn {
  width: 0.32rem;
  min-height: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .btn svg {
  width: 0.16rem;
  height: 0.16rem;
  object-fit: contain;
}
.page .num {
  display: flex;
  align-items: center;
  margin-left: 0.2rem;
}
.page .num a {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
  transition: var(--trstion1);
}
.page .num a.on,
.page .num a:hover {
  background-color: var(--logoColor2);
  color: #fff;
}
.ab1 {
  width: 100vw;
  height: calc(100vh);
  position: sticky;
  top: 0;
  z-index: 2;
  overflow: hidden;
}
.ab1.on .cont1 .img_box1 {
  opacity: 1;
}
.ab1.on .cont1 .ico_box .ico img.img1 {
  opacity: 1;
}
.ab1.on .cont1 .ico_box .ico img.img2 {
  opacity: 0;
}
.ab1.on .cont1 .ico_box span {
  color: #fff;
}
.ab1 .cont1 {
  position: absolute;
  width: 100vw;
  height: calc(100vh);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 10rem;
  border-radius: 5rem 5rem 0 0;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s;
}
.ab1 .cont1 .img_box1 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: calc(100vh);
  object-fit: cover;
  opacity: 0;
  transition: var(--trstion1);
  background: url(../img/36.png) no-repeat center center;
  background-size: cover;
  padding: 4.5rem 5.3rem 0;
}
.ab1 .cont1 .img_box1 .h1 {
  color: #fff;
  margin-bottom: 0.49rem;
  font-weight: 500;
  font-family: Medium;
  text-align: center;
}
.ab1 .cont1 .img_box1 .p1 {
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.ab1 .cont1 .img_box1 .p1 span {
  color: var(--logoColor2);
}
.ab1 .cont1 .ico_box {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 2.81rem;
  transform: translateX(-50%);
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ab1 .cont1 .ico_box .ico {
  width: 0.48rem;
  height: 0.48rem;
  position: relative;
  margin-bottom: 0.22rem;
}
.ab1 .cont1 .ico_box .ico img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  top: 0;
  left: 0;
  transition: var(--trstion1);
  opacity: 0;
}
.ab1 .cont1 .ico_box .ico img.img2 {
  opacity: 1;
}
.ab1 .cont1 .ico_box .ico span {
  font-weight: 500;
  font-family: Medium;
}
.ab2 {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.ab2 .ab2_cont {
  background: url(../img/40.png) no-repeat center bottom;
  background-size: 100% 100%;
  padding: 2.35rem 1.5rem 1.8rem;
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.ab2 .cont {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.ab2 .img {
  width: 6.4rem;
  height: 6.65rem;
  border-radius: 0.3rem;
  overflow: hidden;
}
.ab2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--trstion1);
}
.ab2 .img:hover img {
  transform: scale(1.1);
}
.ab2 .text {
  width: 8.82rem;
}
.ab2 .text .tit {
  padding-bottom: 0.24rem;
  position: relative;
  color: #fff;
  font-family: Medium;
  font-weight: 500;
  margin-bottom: 0.68rem;
}
.ab2 .text .tit .msk {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.43rem;
  height: 3px;
  background-color: #fff;
}
.ab2 .text .tit .msk::after {
  content: "";
  position: absolute;
  width: 0.15rem;
  height: 100%;
  left: 0;
  background-color: var(--logoColor2);
}
.ab2 .text .p {
  color: #fff;
  line-height: 1.75;
}
.ab3 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 2rem 1.5rem 1.32rem;
}
.ab3 .tit {
  text-align: center;
  padding-bottom: 0.28rem;
  margin-bottom: 0.73rem;
  position: relative;
  font-weight: 500;
  font-family: Medium;
}
.ab3 .tit .msk {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.43rem;
  height: 3px;
  transform: translateX(-50%);
  background-color: var(--logoColor1);
}
.ab3 .tit .msk::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0.15rem;
  background-color: var(--logoColor2);
  left: 0;
  top: 0;
}
.ab3 .cont {
  display: flex;
  align-items: stretch;
  height: 5rem;
}
.ab3 .cont .age_box {
  position: relative;
  width: 0.61rem;
  margin-right: 1.26rem;
}
.ab3 .cont .age_box .left_age {
  position: absolute;
  top: 50%;
  left: 50%;
  width: fit-content;
  height: 0.61rem;
  font-size: 0.61rem;
  font-weight: 600;
  white-space: nowrap;
  color: var(--logoColor1);
  transform: translate(-50%, -50%) rotate(90deg);
}
.ab3 .cont .siwper_box1 {
  overflow: hidden;
  height: 5rem;
  display: flex;
}
.ab3 .cont .siwper_box1 .pag_box {
  width: 0.15rem;
  height: 5rem;
  margin-right: 0.64rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ab3 .cont .siwper_box1 .pag_box .ico {
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  background-color: var(--logoColor2);
}
.ab3 .cont .siwper_box1 .pag_box .swiper-pagination {
  flex: 1;
  position: relative;
  width: 2px;
}
.ab3 .cont .siwper_box1 .pag_box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--logoColor2);
}
.ab3 .cont .siwper_box1 .swiper {
  width: 5.6rem;
  overflow: hidden;
  height: 5rem;
}
.ab3 .cont .siwper_box1 .swiper .swiper-slide {
    min-height: 1rem;
}
.ab3 .cont .siwper_box1 .swiper .swiper-slide .h1 {
  transition: var(--trstion1);
  font-weight: 500;
  font-family: "Medium";
  margin-bottom: 0.16rem;
}
.ab3 .cont .siwper_box1 .swiper .swiper-slide .p1 {
  line-height: 1.68;
  color: #666;
}
.ab3 .cont .siwper_box1 .swiper .swiper-slide.swiper-slide-active .h1 {
  color: var(--logoColor2);
}
.ab3 .cont .siwper_box2 {
  width: 7.51rem;
  height: 5rem;
  border-radius: 0.3rem;
  margin-left: 0.43rem;
  overflow: hidden;
}
.ab3 .cont .siwper_box2 .swiper {
  width: 100%;
  height: 100%;
}
.ab3 .cont .siwper_box2 .swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.ab3 .cont .siwper_box2 .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--trstion1);
}
.ab4 {
  position: relative;
  z-index: 2;
  padding: 1.15rem 0 1.22rem;
  background: #fff url(../img/42.png) no-repeat center center;
  background-size: cover;
}
.ab4 .tit {
  text-align: center;
  padding-bottom: 0.28rem;
  margin-bottom: 0.73rem;
  position: relative;
  font-weight: 500;
  font-family: Medium;
}
.ab4 .tit .msk {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.43rem;
  height: 3px;
  transform: translateX(-50%);
  background-color: var(--logoColor1);
}
.ab4 .tit .msk::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0.15rem;
  background-color: var(--logoColor2);
  left: 0;
  top: 0;
}
.ab4 .swiper {
  overflow: hidden;
  margin: 0 6.5vw;
  padding: 0.2rem;
}
.ab4 .swiper .swiper-slide {
  width: 18vw;
}
.ab4 .swiper .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 458 / 324;
  margin-bottom: 0.36rem;
  box-shadow: 0 0.05rem 0.2rem #d3cdcd;
}
.ab4 .swiper .swiper-slide.swiper-slide-active span {
  color: var(--logoColor2);
}
.ab4 .swiper .swiper-slide span {
  transition: var(--trstion1);
  text-align: center;
  display: block;
  line-height: 1.5;
}
.ab4 .btn_box {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-top: 0.3rem;
}
.ab4 .btn_box .btn {
  width: 0.57rem;
  height: 0.57rem;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  margin-right: 0.43rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--trstion1);
  cursor: pointer;
}
.ab4 .btn_box .btn:hover {
  background: var(--logoColor2);
  border-color: var(--logoColor2);
}
.ab4 .btn_box .btn:hover svg path {
  stroke: #fff;
}
.ab4 .btn_box .btn.prev svg {
  transform: rotate(180deg);
}
.ab4 .btn_box .btn svg {
  width: 0.15rem;
  height: 0.15rem;
  object-fit: contain;
}
.ab4 .btn_box .btn svg path {
  transition: var(--trstion1);
}
.ab4 .btn_box .btn:last-child {
  margin-right: 0;
}
.case_caontainer {
  padding-bottom: 15.4167vw;
}
.ab5 {
  padding: 0.96rem 1.5rem;
  padding-bottom: 15.4167vw;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.ab5 .tit {
  text-align: center;
  padding-bottom: 0.28rem;
  margin-bottom: 0.47rem;
  position: relative;
  font-weight: 500;
  font-family: Medium;
}
.ab5 .tit .msk {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.43rem;
  height: 3px;
  transform: translateX(-50%);
  background-color: var(--logoColor1);
}
.ab5 .tit .msk::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0.15rem;
  background-color: var(--logoColor2);
  left: 0;
  top: 0;
}
.ab5 .tabber {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 0.47rem;
  display: flex;
  align-items: center;
}
.ab5 .tabber .item {
  width: fit-content;
  height: 0.41rem;
  border-radius: 0.41rem;
  border: 1px solid #bbbbbb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.36rem;
  transition: var(--trstion1);
  margin-right: 0.22rem;
  color: #666666;
  cursor: pointer;
}
.ab5 .tabber .item:last-child {
  margin-right: 0;
}
.ab5 .tabber .item.on {
  background-color: var(--logoColor2);
  border-color: var(--logoColor2);
  color: #fff;
}
.ab5 .tabcont {
  margin-bottom: 0.47rem;
}
.ab5 .tabcont .tabitem {
  display: none;
}
.ab5 .tabcont .tabitem.on {
  display: block;
}
.ab5 .tabcont .tabitem .tabitem_con {
  display: flex;
  align-items: center;
}
.ab5 .tabcont .tabitem .tabitem_con .card {
  width: calc((100% - 0.43rem * 2) / 3);
  margin-right: 0.43rem;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 32.7px 0px rgba(11, 49, 143, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ab5 .tabcont .tabitem .tabitem_con .card:hover .img img {
  transform: scale(1.1);
}
.ab5 .tabcont .tabitem .tabitem_con .card:hover .card_txt .text .h1 {
  color: var(--logoColor2);
}
.ab5 .tabcont .tabitem .tabitem_con .card:hover .card_txt .btn {
  color: var(--logoColor1);
}
.ab5 .tabcont .tabitem .tabitem_con .card:hover .card_txt .btn svg path {
  stroke: var(--logoColor1);
}
.ab5 .tabcont .tabitem .tabitem_con .card .img {
  width: 100%;
  height: 3.19rem;
  overflow: hidden;
}
.ab5 .tabcont .tabitem .tabitem_con .card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--trstion1);
}
.ab5 .tabcont .tabitem .tabitem_con .card .card_txt {
  flex: 1;
  padding: 0.26rem 0.37rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ab5 .tabcont .tabitem .tabitem_con .card .card_txt .text .time {
  margin-bottom: 0.18rem;
  font-family: "Medium";
}
.ab5 .tabcont .tabitem .tabitem_con .card .card_txt .text .h1 {
  transition: var(--trstion1);
  font-family: "Medium";
  line-height: 1.45;
  margin-bottom: 0.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 设置显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ab5 .tabcont .tabitem .tabitem_con .card .card_txt .btn {
  display: flex;
  align-items: center;
  color: #666;
  transition: var(--trstion1);
}
.ab5 .tabcont .tabitem .tabitem_con .card .card_txt .btn svg {
  width: 8px;
  height: 8px;
  object-fit: contain;
  margin-right: 0.18rem;
}
.ab5 .tabcont .tabitem .tabitem_con .card .card_txt .btn svg path {
  transition: var(--trstion1);
}
.ab5 .tabcont .tabitem .tabitem_con .card:last-child {
  margin-right: 0;
}
.ab5 .more {
  width: fit-content;
  height: 0.41rem;
  border-radius: 0.41rem;
  border: 1px solid #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.25rem 0 0.07rem;
  color: var(--logoColor1);
  margin: 0 auto;
}
.ab5 .more .ico {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--logoColor2);
  border-radius: 50%;
}
.ab5 .more .ico svg {
  width: 0.08rem;
  height: 0.08rem;
  object-fit: contain;
}
.new1 {
  padding: 1.32rem 1.45rem 1.35rem;
  background: #eaf5fe;
  padding-bottom: 17vw;
}
.new1 .top_tit .tit {
  text-align: center;
  padding-bottom: 0.28rem;
  margin-bottom: 0.46rem;
  position: relative;
  font-weight: 500;
  font-family: Medium;
}
.new1 .top_tit .tit .msk {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.43rem;
  height: 3px;
  transform: translateX(-50%);
  background-color: var(--logoColor1);
}
.new1 .top_tit .tit .msk::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0.15rem;
  background-color: var(--logoColor2);
  left: 0;
  top: 0;
}
.new1 .tabber {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 0.77rem;
  display: flex;
  align-items: center;
}
.new1 .tabber .item {
  width: fit-content;
  height: 0.41rem;
  border-radius: 0.41rem;
  border: 1px solid #bbbbbb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.36rem;
  transition: var(--trstion1);
  margin-right: 0.22rem;
  color: #666666;
  cursor: pointer;
}
.new1 .tabber .item:last-child {
  margin-right: 0;
}
.new1 .tabber .item.on {
  background-color: var(--logoColor2);
  border-color: var(--logoColor2);
  color: #fff;
}
.new1 .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.9rem;
}
.new1 .list .card {
  width: calc(100% / 3);
  border-radius: 0.3rem;
  overflow: hidden;
  margin-left: -1px;
  display: flex;
  flex-direction: column;
  padding: 0.46rem 0.5rem;
  transition: var(--trstion1);
  position: relative;
}
.new1 .list .card::after {
  content: "";
  position: absolute;
  height: calc(100% - 0.6rem);
  border-left: 1px solid rgba(51, 51, 51, 0.21);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--trstion1);
}
.new1 .list .card:hover {
  background: #FFF;
  box-shadow: 0px 4px 32.7px 0px rgba(11, 49, 143, 0.06);
}
.new1 .list .card:hover::after {
  opacity: 0;
}
.new1 .list .card:hover .img::after {
  opacity: 1;
}
.new1 .list .card:hover .img img {
  transform: scale(1.1);
}
.new1 .list .card:hover .card_txt .text .h1 {
  color: var(--logoColor2);
}
.new1 .list .card:hover .card_txt .btn {
  color: var(--logoColor1);
}
.new1 .list .card:hover .card_txt .btn svg path {
  stroke: var(--logoColor1);
}
.new1 .list .card .img {
  width: 100%;
  height: 3.08rem;
  overflow: hidden;
  border-radius: 0.3rem;
  margin-bottom: 0.42rem;
  position: relative;
}
.new1 .list .card .img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.23rem;
  bottom: 0;
  left: 0;
  background: url(../img/30.png) no-repeat center bottom;
  background-size: 100%;
  opacity: 0;
  transition: var(--trstion1);
}
.new1 .list .card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--trstion1);
}
.new1 .list .card .card_txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.new1 .list .card .card_txt .text .time {
  margin-bottom: 0.38rem;
  font-family: "Medium";
}
.new1 .list .card .card_txt .text .h1 {
  transition: var(--trstion1);
  font-family: "Medium";
  line-height: 1.45;
  margin-bottom: 0.33rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 设置显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new1 .list .card .card_txt .btn {
  display: flex;
  align-items: center;
  color: #666;
  transition: var(--trstion1);
}
.new1 .list .card .card_txt .btn svg {
  width: 0.08rem;
  height: 0.08rem;
  object-fit: contain;
  margin-right: 0.18rem;
}
.new1 .list .card .card_txt .btn svg path {
  transition: var(--trstion1);
}
.new1 .list .card:nth-child(3n) {
  margin-right: 0;
}
.new1 .list .card:nth-child(3n)::after {
  opacity: 0;
}
.newd1 {
  padding: 2.35rem 1.45rem 0.67rem;
  background: url(../img/44.png) no-repeat center top;
  background-size: 100% 100%;
  display: flex;
  align-items: flex-start;
  padding-bottom: 17vw;
}
.newd1 .newd1_left {
  border-radius: 0.3rem;
  flex: 1;
  background-color: #fff;
  padding: 0.81rem 0.7rem 1.2rem;
}
.newd1 .newd1_left .tit {
  font-weight: 600;
  line-height: 1.37;
  margin-bottom: 0.41rem;
}
.newd1 .newd1_left .top_box {
  display: flex;
  align-items: center;
  padding-bottom: 0.29rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0.5rem;
}
.newd1 .newd1_left .top_box .time {
  margin-right: 0.4rem;
}
.newd1 .newd1_left .top_box span {
  margin-right: 0.2rem;
}
.newd1 .newd1_left .top_box .list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newd1 .newd1_left .top_box .list .item {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  margin-right: 0.14rem;
  cursor: pointer;
  position: relative;
}

.newd1 .newd1_left .top_box .list .item .social-share-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
}
.newd1 .newd1_left .top_box .list .item .social-share-icon::after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newd1 .newd1_left .top_box .list .item .social-share-icon::before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newd1 .newd1_left .top_box .list .item svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: red;
}
.newd1 .newd1_left .newd_cont {
  line-height: 1.87;
}
.newd1 .newd1_left .newd_cont img {
  width: 100% !important;
  height: auto !important;
}
.newd1 .newd1_right {
  width: 3.82rem;
  margin-left: 0.29rem;
  position: sticky;
  top: 2.19rem;
}
.newd1 .newd1_right .card {
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.61rem 0 0;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.newd1 .newd1_right .card:last-child {
  margin-bottom: 0;
}
.newd1 .newd1_right .card .card_tit {
  padding-left: 0.3rem;
  position: relative;
  margin-bottom: 0.45rem;
  font-family: "Medium";
}
.newd1 .newd1_right .card .card_tit::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.02rem;
  background: var(--logoColor2);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.newd1 .newd1_right .card .list {
  padding-bottom: 0.51rem;
}
.newd1 .newd1_right .card .list .item {
  display: block;
  padding-left: 0.3rem;
  padding-right: 0.48rem;
  margin-bottom: 0.32rem;
}
.newd1 .newd1_right .card .list .item:last-child {
  margin-bottom: 0;
}
.newd1 .newd1_right .card .list .item .h1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 设置显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.13rem;
}
.newd1 .newd1_right .card .list .item .time {
  color: #999999;
}
.newd1 .newd1_right .card .btn {
  width: 100%;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--logoColor1);
  color: #fff;
}
.newd1 .newd1_right .card .btn svg {
  width: 0.16rem;
  height: 0.16rem;
  object-fit: contain;
  margin-left: 0.21rem;
}
.ser1 {
  padding: 1.3rem 1.45rem 1.05rem;
}
.ser1 .tit {
  text-align: center;
  padding-bottom: 0.28rem;
  margin-bottom: 0.5rem;
  position: relative;
  font-weight: 500;
  font-family: Medium;
}
.ser1 .tit .msk {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.43rem;
  height: 3px;
  transform: translateX(-50%);
  background-color: var(--logoColor1);
}
.ser1 .tit .msk::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0.15rem;
  background-color: var(--logoColor2);
  left: 0;
  top: 0;
}
.ser1 .list .item {
  cursor: pointer;
  transition: var(--trstion1);
  position: relative;
  margin-bottom: -1px;
}
.ser1 .list .item::after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
  border-top: 1px solid #8a8b8b;
  bottom: 0;
}
.ser1 .list .item:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
  border-bottom: 1px solid #8a8b8b;
  top: 0;
}
.ser1 .list .item:hover .item_bg {
  background-color: #fff;
}
.ser1 .list .item:hover .item_bg .item_rad {
  background-color: #ecf7ff;
  box-shadow: 0px 4px 24.6px 0px rgba(0, 0, 0, 0.07);
  border-color: #073190;
}
.ser1 .list .item:hover .item_bg .item_rad .item_left .item_tit {
  display: flex;
  align-items: center;
  margin-bottom: 0.24rem;
}
.ser1 .list .item:hover .item_bg .item_rad .item_left .item_tit .ico {
  width: 0.32rem;
  height: 0.32rem;
  position: relative;
  margin-right: 0.39rem;
}
.ser1 .list .item:hover .item_bg .item_rad .item_left .item_tit .ico img.img1 {
  opacity: 0;
}
.ser1 .list .item:hover .item_bg .item_rad .item_left .item_tit .ico img.img2 {
  opacity: 1;
}
.ser1 .list .item:hover .item_bg .item_rad .img {
  opacity: 1;
}
.ser1 .list .item:hover .item_bg .item_rad .img img {
  transform: scale(1.1);
}
.ser1 .list .item:hover .item_bg .item_rad .item_left .item_tit span {
    color: var(--logoColor2);
}
.ser1 .list .item .item_bg {
  position: relative;
  z-index: 2;
  transition: var(--trstion1);
}
.ser1 .list .item .item_rad {
  display: flex;
  bottom: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0.62rem 0.91rem 0.62rem 0.52rem;
  transition: var(--trstion1);
  border-radius: 0.3rem;
  border: 1px solid transparent;
}
.ser1 .list .item .item_rad .item_left {
  width: 9.96rem;
}
.ser1 .list .item .item_rad .item_left .item_tit {
  display: flex;
  align-items: center;
  margin-bottom: 0.24rem;
}
.ser1 .list .item .item_rad .item_left .item_tit .ico {
  width: 0.32rem;
  height: 0.32rem;
  position: relative;
  margin-right: 0.39rem;
}
.ser1 .list .item .item_rad .item_left .item_tit .ico img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  opacity: 0;
  transition: var(--trstion1);
}
.ser1 .list .item .item_rad .item_left .item_tit .ico img.img1 {
  opacity: 1;
}
.ser1 .list .item .item_rad .item_left .p {
  line-height: 1.55;
}
.ser1 .list .item .item_rad .img {
  width: 3.45rem;
  height: 2.18rem;
  border-radius: 0.19rem;
  overflow: hidden;
  transition: var(--trstion1);
  opacity: 0;
}
.ser1 .list .item .item_rad .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--trstion1);
}
.ser2 {
  padding: 0.28rem 0 0.94rem;
  background-color: #ffffff;
}
.ser2 .tit {
  text-align: center;
  padding-bottom: 0.28rem;
  margin-bottom: 0.5rem;
  position: relative;
  font-weight: 500;
  font-family: Medium;
}
.ser2 .tit .msk {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.43rem;
  height: 3px;
  transform: translateX(-50%);
  background-color: var(--logoColor1);
}
.ser2 .tit .msk::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0.15rem;
  background-color: var(--logoColor2);
  left: 0;
  top: 0;
}
.ser2 .map {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.ser2 .map .map_img {
  width: 10.73rem;
  /*height: 8.91rem;*/
  height: auto;
  aspect-ratio: 1073 / 891;
}
.ser2 .map .anchorPoint .ico {
  position: absolute;
  z-index: 1;
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
}
.ser2 .map .anchorPoint .ico::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #0049ff;
}
.ser2 .map .anchorPoint .ico::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background-color: #0049ff;
  animation: myAnimation 1.8s linear infinite;
}
.ser2 .map .anchorPoint .ico span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}
.ser2 .map .anchorPoint .ico:hover .card {
  bottom: 0.1rem;
  opacity: 1;
}
.ser2 .map .anchorPoint .ico .card {
  width: 3.04rem;
  min-height: 1.01rem;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  padding: 0.21rem 0.6rem 0.26rem 0.17rem;
  display: flex;
  background: rgba(255, 255, 255, 0.57);
  box-shadow: 0px 4px 60px 0px rgba(11, 49, 143, 0.06);
  backdrop-filter: blur(40px);
  border-radius: 0.05rem;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  left: calc(100% + 0.1rem);
  bottom: 0.2rem;
}
.ser2 .map .anchorPoint .ico .card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(261.87deg, #E60012 4.69%, #FFFFFF 60.5%, #073190 122.91%);
  border-radius: 0.05rem;
  padding: 0.02rem;
  -webkit-mask: linear-gradient(#fff 0 100%) content-box, linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
}
.ser2 .map .anchorPoint .ico .card .ico_addr {
  width: 0.16rem;
  height: 0.16rem;
  object-fit: contain;
  margin-right: 0.1rem;
  margin-top: 0.055rem;
}
.ser2 .map .anchorPoint .ico .card .h1 {
  color: #666;
  line-height: 1.68;
}
.ser2 .map .anchorPoint .ico.Headoffice {
  top: calc(526 / 891*100%);
  left: calc(804 / 1073*100%);
  width: 0.35rem;
  height: 0.35rem;
}
.ser2 .map .anchorPoint .ico.Headoffice::after {
  background-color: #fff;
}
.ser2 .map .anchorPoint .ico.Headoffice::before {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #fff;
}
.ser2 .map .anchorPoint .ico.Headoffice span {
  left: calc(100% + 0.07rem);
  color: var(--logoColor2);
  font-weight: 600;
}
.ser2 .map .anchorPoint .ico.neimeng {
  top: calc(350 / 891 * 100%);
  left: calc(611 / 1073 * 100%);
}
.ser2 .map .anchorPoint .ico.neimeng span {
  left: calc(100% + 0.07rem);
}
.ser2 .map .anchorPoint .ico.beijing {
  top: calc(365 / 891 * 100%);
  left: calc(758 / 1073 * 100%);
}
.ser2 .map .anchorPoint .ico.beijing span {
  right: calc(100% + 0.07rem);
}
.ser2 .map .anchorPoint .ico.shandong {
  top: calc(459 / 891 * 100%);
  left: calc(763 / 1073 * 100%);
}
.ser2 .map .anchorPoint .ico.shandong span {
  left: calc(100% + 0.07rem);
}
.ser2 .map .anchorPoint .ico.zhengzhou {
  top: calc(494 / 891 * 100%);
  left: calc(695 / 1073 * 100%);
}
.ser2 .map .anchorPoint .ico.zhengzhou span {
  right: calc(100% + 0.07rem);
}
.ser2 .map .anchorPoint .ico.nanjing {
  top: calc(565 / 891 * 100%);
  left: calc(798 / 1073 * 100%);
}
.ser2 .map .anchorPoint .ico.nanjing::after {
  background-color: #fff;
}
.ser2 .map .anchorPoint .ico.nanjing span {
  right: calc(100% + 0.07rem);
}
.ser2 .map .anchorPoint .ico.anhui {
  top: calc(588 / 891 * 100%);
  left: calc(755 / 1073 * 100%);
}
.ser2 .map .anchorPoint .ico.anhui span {
  right: calc(100% + 0.07rem);
}
.ser2 .map .anchorPoint .ico.shanghai {
  top: calc(591 / 891 * 100%);
  left: calc(843 / 1073 * 100%);
}
.ser2 .map .anchorPoint .ico.shanghai span {
  left: calc(100% + 0.07rem);
}
.ser2 .map .anchorPoint .ico.jiangxi {
  top: calc(644 / 891 * 100%);
  left: calc(713 / 1073 * 100%);
}
.ser2 .map .anchorPoint .ico.jiangxi span {
  left: calc(100% + 0.07rem);
}
.ser2 .map .anchorPoint .ico.guangzhou {
  top: calc(756 / 891 * 100%);
  left: calc(658 / 1073 * 100%);
}
.ser2 .map .anchorPoint .ico.guangzhou span {
  left: calc(100% + 0.07rem);
}
.ser2 .map .anchorPoint .ico.chengdu {
  top: calc(567 / 891 * 100%);
  left: calc(506 / 1073 * 100%);
}
.ser2 .map .anchorPoint .ico.chengdu span {
  left: calc(100% + 0.07rem);
}
.ser2 .map .anchorPoint .ico.chongqi {
  top: calc(599 / 891 * 100%);
  left: calc(567 / 1073 * 100%);
}
.ser2 .map .anchorPoint .ico.chongqi span {
  left: calc(100% + 0.07rem);
}
.ser2 .map .line_box .line {
  position: absolute;
  pointer-events: none;
}
.ser2 .map .line_box .line img {
  width: 100%;
  height: 100%;
}
.ser2 .map .line_box .line.neimeng {
  width: calc(202 / 1073 * 100%);
  height: calc(176 / 891 * 100%);
  top: calc(360 / 891 * 100%);
  left: calc(620 / 1073*100%);
  animation: pathTop 5s linear infinite;
}
.ser2 .map .line_box .line.beijing {
  width: calc(115 / 1073 * 100%);
  height: calc(161 / 891 * 100%);
  top: calc(375 / 891 * 100%);
  left: calc(744 / 1073*100%);
  animation: pathTop 5s linear infinite;
}
.ser2 .map .line_box .line.chengdu {
  width: calc(304 / 1073 * 100%);
  height: calc(100 / 891 * 100%);
  top: calc(477 / 891 * 100%);
  left: calc(517 / 1073*100%);
  animation: pathLeft 5s linear infinite;
}
.ser2 .map .line_box .line.zhengzhou {
  width: calc(110 / 1073 * 100%);
  height: calc(40 / 891 * 100%);
  top: calc(499 / 891 * 100%);
  left: calc(707 / 1073*100%);
  animation: pathLeft 5s linear infinite;
}
.ser2 .map .line_box .line.chongqi {
  width: calc(244 / 1073 * 100%);
  height: calc(87 / 891 * 100%);
  top: calc(520 / 891 * 100%);
  left: calc(576 / 1073*100%);
  animation: pathLeft 5s linear infinite;
}
.ser2 .map .line_box .line.shandong {
  width: calc(49 / 1073 * 100%);
  height: calc(72 / 891 * 100%);
  top: calc(468 / 891 * 100%);
  left: calc(772 / 1073*100%);
  animation: pathTop 5s linear infinite;
}
.ser2 .map .line_box .line.nanjing {
  width: calc(15 / 1073 * 100%);
  height: calc(31 / 891 * 100%);
  top: calc(545 / 891 * 100%);
  left: calc(811 / 1073*100%);
  animation: pathBtn 5s linear infinite;
}
.ser2 .map .line_box .line.shanghai {
  width: calc(32 / 1073 * 100%);
  height: calc(58 / 891 * 100%);
  top: calc(545 / 891 * 100%);
  left: calc(827 / 1073*100%);
  animation: pathBtn 5s linear infinite;
}
.ser2 .map .line_box .line.anhui {
  width: calc(59 / 1073 * 100%);
  height: calc(59 / 891 * 100%);
  top: calc(545 / 891 * 100%);
  left: calc(770 / 1073*100%);
  animation: pathBtn 5s linear infinite;
}
.ser2 .map .line_box .line.jiangxi {
  width: calc(116 / 1073 * 100%);
  height: calc(126 / 891 * 100%);
  top: calc(539 / 891 * 100%);
  left: calc(726 / 1073*100%);
  animation: pathBtn 5s linear infinite;
}
.ser2 .map .line_box .line.guangzhou {
  width: calc(179 / 1073 * 100%);
  height: calc(225 / 891 * 100%);
  top: calc(544 / 891 * 100%);
  left: calc(671 / 1073*100%);
  animation: pathBtn 5s linear infinite;
}
.ser2 .map .address_card {
  width: 5.1rem;
  min-height: 6.81rem;
  position: absolute;
  z-index: 10;
  left: -2.05rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0.3rem;
  background: rgba(255, 255, 255, 0.29);
  backdrop-filter: blur(12.25px);
  padding: 0.29rem 0.23rem 0.24rem;
}
.ser2 .map .address_card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(149.58deg, #E60012 1.06%, #FFFFFF 48.58%, #0B318F 101.09%);
  padding: 2px;
  border-radius: 0.3rem;
  -webkit-mask: linear-gradient(#fff 0 100%) content-box, linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
}
.ser2 .map .address_card .img_box {
  width: 100%;
  border-radius: 0.13rem;
  overflow: hidden;
  height: 2.54rem;
  position: relative;
  z-index: 10;
  cursor: pointer;
  margin-bottom: 0.25rem;
}
.ser2 .map .address_card .img_box:hover img {
  transform: scale(1.1);
}
.ser2 .map .address_card .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--trstion1);
}
.ser2 .map .address_card .h1 {
  font-family: "Medium";
  margin-bottom: 0.41rem;
  text-align: center;
}
.ser2 .map .address_card .item {
  margin-bottom: 0.14rem;
}
.ser2 .map .address_card .item:last-child {
  margin-bottom: 0;
}
.ser2 .map .address_card .item .h2 {
  text-align: center;
  line-height: 1.5;
}
.ser2 .map .address_card .item .p1 {
  line-height: 1.5;
  text-align: center;
}
.ser2 .map .address_card .item .color2 {
  color: var(--logoColor2);
}
.ser2 .map .address_card .item .color3 {
  color: #666666;
}
.ser2 .map .address_card .item .bold {
  font-weight: 600;
}
.ser2 .map .address_card .item img {
  width: 1.23rem;
  height: 1.23rem;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.ser3 {
  padding: 1.31rem 1.5rem 1.31rem;
  background: #fff url(../img/62.png) no-repeat center top;
  background-size: 100% auto;
}
.ser3 .tit {
  text-align: center;
  padding-bottom: 0.28rem;
  margin-bottom: 0.142rem;
  position: relative;
  font-weight: 500;
  font-family: Medium;
}
.ser3 .tit .text {
  color: #fff;
}
.ser3 .tit .msk {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.43rem;
  height: 3px;
  transform: translateX(-50%);
  background-color: var(--logoColor1);
}
.ser3 .tit .msk::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0.15rem;
  background-color: var(--logoColor2);
  left: 0;
  top: 0;
}
.ser3 form {
  width: 100%;
  border-radius: 0.3rem;
  background-color: #fff;
  overflow: hidden;
  padding: 0.89rem 1.06rem 0.68rem;
  box-shadow: 0px 4px 33.9px 0px rgba(7, 49, 144, 0.08);
}
.ser3 form .formTit {
  margin-bottom: 0.42rem;
  font-family: "Medium";
}
.ser3 form .formLabtit span {
  color: var(--logoColor2);
}
.ser3 form .Multiple_box {
  display: flex;
  align-items: center;
  margin-bottom: 0.54rem;
}
.ser3 form .Multiple_box .formLabtit {
  margin-right: 0.4rem;
}
.ser3 form .Multiple_box .lab_radio {
  display: flex;
  align-items: center;
  margin-right: 0.62rem;
  cursor: pointer;
}
.ser3 form .Multiple_box .lab_radio:last-child {
  margin-right: 0;
}
.ser3 form .Multiple_box .lab_radio.act .rad_box::after {
  opacity: 1;
}
.ser3 form .Multiple_box .lab_radio.act .rad_box::before {
  opacity: 0;
}
.ser3 form .Multiple_box .lab_radio .rad_box {
  width: 0.27rem;
  height: 0.27rem;
  position: relative;
  margin-right: 0.11rem;
}
.ser3 form .Multiple_box .lab_radio .rad_box input {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.ser3 form .Multiple_box .lab_radio .rad_box::after {
  transition: all 0.3s linear;
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.02rem;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/63.svg) no-repeat center center;
  background-size: 100% 100%;
}
.ser3 form .Multiple_box .lab_radio .rad_box::before {
  transition: all 0.3s linear;
  content: "";
  width: 0.17rem;
  height: 0.17rem;
  border-radius: 0.02rem;
  border: 1px solid #666;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ser3 form .item {
  display: flex;
  margin-bottom: 0.48rem;
}
.ser3 form .item:last-child {
  margin-bottom: 0.6rem;
}
.ser3 form .item .labitem {
  flex: 1;
  margin-right: 0.45rem;
}
.ser3 form .item .labitem:last-child {
  margin-right: 0;
}
.ser3 form .item .labitem .formLabtit {
  margin-bottom: 0.14rem;
}
.ser3 form .item .labitem input {
  width: 100%;
  height: auto;
  padding: 0.17rem 0.19rem;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #DBDBDB;
  background: #FFF;
}
.ser3 form .item .labitem input::placeholder {
  font-size: 14px;
  color: #C2C2C2;
}
.ser3 form .item .labitem select {
  width: 100%;
  height: auto;
  padding: 0.17rem 0.19rem;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #DBDBDB;
  background: #FFF;
}
.ser3 form .item .labitem textarea {
  min-height: 1.48rem;
  width: 100%;
  padding: 0.17rem 0.19rem;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #DBDBDB;
  background: #FFF;
}
.ser3 form .item .labitem textarea::placeholder {
  font-size: 14px;
  color: #C2C2C2;
}
.ser3 form .submit {
  width: fit-content;
  margin: 0 auto;
  height: 0.41rem;
  border-radius: 0.41rem;
  background-color: var(--logoColor1);
  color: #fff;
  padding: 0 0.25rem 0 0.07rem;
  display: flex;
  align-items: center;
  border: 0;
  cursor: pointer;
}
.ser3 form .submit .ico {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background-color: var(--logoColor2);
  display: flex;
  align-items: center;
  margin-right: 0.12rem;
  justify-content: center;
}
.ser3 form .submit .ico svg {
  width: 0.08rem;
  height: 0.08rem;
  object-fit: contain;
}
.catalogue_btn {
  position: fixed;
  z-index: 1998;
  left: 0;
  top: 1.72rem;
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--logoColor2);
  font-size: 0.14rem;
  line-height: 1.7;
  cursor: pointer;
}
.catalogue_btn.on .txt2 {
  display: block;
}
.catalogue_btn.on .txt1 {
  display: none;
}
.catalogue_btn.on .catalogue_btn_right {
  transform: rotateY(180deg);
}
.catalogue_btn .ico {
  width: 0.16rem;
  height: 0.16rem;
  object-fit: contain;
  margin-right: 0.05rem;
}
.catalogue_btn .txt2 {
  display: none;
}
.catalogue_btn .catalogue_btn_right {
  margin-left: 0.08rem;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.catalogue_btn .catalogue_btn_right svg {
  width: 0.09rem;
  height: 0.09rem;
  object-fit: contain;
}
.catalogue {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 1rem;
  border-right: 1px solid #e6e6e6;
  background-color: #ffffff;
  z-index: 1997;
  height: calc(100vh - 1.19rem);
  transform: translateX(-100%);
  transition: var(--trstion1);
  padding-top: 1.09rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.catalogue.act {
  transform: translateX(0);
}
.catalogue .item {
  width: 0.42rem;
  height: 0.42rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 0.1rem;
}
.catalogue .item:last-child {
  margin-bottom: 0;
}
.catalogue .item:hover .img img.img1 {
    filter: brightness(100) grayscale(100);
}
.catalogue .item:hover span {
  opacity: 1;
  pointer-events: all;
}
.catalogue .item .img {
  width: 0.26rem;
  height: 0.26rem;
  position: relative;
  z-index: 2;
}
.catalogue .item .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.catalogue .item .img img.img1 {
  opacity: 1;
}
.catalogue .item span {
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 0;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.09rem 0.3rem 0.09rem 0.57rem;
  color: #fff;
  background-color: var(--logoColor2);
}
.header .headerGuide {
  position: relative;
  z-index: 2;
}
.header .headerColumn {
  position: relative;
  z-index: 2;
}
.module_prop {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.module_down {
  position: absolute;
  z-index: 2;
  top: calc(100% + 1px);
  left: 0;
  width: 100vw;
  background-color: #fff;
  display: none;
}
.module_down .module_cont {
  display: flex;
  padding: 0.6rem 1.47rem 0.8rem;
}
.module_down .module_cont .img {
  width: 5.03rem;
  height: 3.04rem;
  overflow: hidden;
  border-radius: 0.3rem;
  margin-right: 0.55rem;
}
.module_down .module_cont .img:hover img {
  transform: scale(1.1);
}
.module_down .module_cont .img img {
  transition: all 0.6s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module_down .module_cont .module_right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.module_down .module_cont .module_right .item {
  width: calc((100% - 0.3rem * 4) / 5);
  margin-right: 0.3rem;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.module_down .module_cont .module_right .item .h1 {
  display: flex;
  align-items: center;
  color: #666;
  flex: 1;
  transition: all 0.5s ease-in-out;
  line-height: 1.5;
  position: relative;
}
.module_down .module_cont .module_right .item .h1::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  width: 0.22rem;
  border: 1.5px solid var(--logoColor2);
}
.module_down .module_cont .module_right .item .h1::before {
  content: "";
  position: absolute;
  top: 100%;
  transition: all 0.5s ease-in-out;
  right: 0;
  opacity: 0;
  width: calc(100% - 0.22rem);
  border: 1.5px solid var(--logoColor1);
}
.module_down .module_cont .module_right .item .h1 svg {
  width: 0.08rem;
  height: 0.08rem;
  transition: all 0.5s ease-in-out;
  margin-left: 0.12rem;
  opacity: 0;
}
.module_down .module_cont .module_right .item:hover {
  transition: all 0.5s ease-in-out;
}
.module_down .module_cont .module_right .item:hover .ico img.img1 {
  opacity: 0;
}
.module_down .module_cont .module_right .item:hover .ico img.img2 {
  opacity: 1;
}
.module_down .module_cont .module_right .item:hover .h1 {
  color: var(--logoColor2);
}
.module_down .module_cont .module_right .item:hover .h1::after {
  opacity: 1;
}
.module_down .module_cont .module_right .item:hover .h1::before {
  opacity: 1;
}
.module_down .module_cont .module_right .item:hover .h1 svg {
  opacity: 1;
}
.module_down .module_cont .module_right .item .ico {
  width: 0.38rem;
  height: 0.38rem;
  position: relative;
  margin-right: 0.06rem;
}
.module_down .module_cont .module_right .item .ico img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.module_down .module_cont .module_right .item .ico img.img1 {
  opacity: 1;
}
.module_down .module_cont .module_right .item:nth-child(5n) {
  margin-bottom: 0.47rem;
  margin-right: 0;
}
.module_down .module_cont .module_right .item:last-child {
  margin-bottom: 0;
}
.down1 {
  padding: 1.24rem 1.43rem 2rem;
}
.down1 .tit {
  text-align: center;
  padding-bottom: 0.28rem;
  margin-bottom: 0.46rem;
  position: relative;
  font-weight: 500;
  font-family: Medium;
}
.down1 .tit .msk {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.43rem;
  height: 3px;
  transform: translateX(-50%);
  background-color: var(--logoColor1);
}
.down1 .tit .msk::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0.15rem;
  background-color: var(--logoColor2);
  left: 0;
  top: 0;
}
.down1 .tabber {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.81rem;
}
.down1 .tabber .item {
  height: 0.41rem;
  border-radius: 0.41rem;
  width: fit-content;
  padding: 0 0.36rem;
  border: 1px solid #BBB;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: all 0.5s ease-in-out;
  margin-right: 0.22rem;
}
.down1 .tabber .item:last-child {
  margin-right: 0;
}
.down1 .tabber .item.on {
  background-color: var(--logoColor2);
  color: #fff;
  border-color: var(--logoColor2);
}
.down1 .cont {
  display: flex;
  flex-wrap: wrap;
}
.down1 .cont .item {
  width: calc((100% - 0.34rem * 2) / 3);
  margin-right: 0.34rem;
  margin-bottom: 0.41rem;
  padding: 0.43rem 0.55rem;
  position: relative;
  border-radius: 0.2rem;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.2) 0.08%, #FDFEFF 109.75%);
  background-size: cover;
  overflow: hidden;
}
.down1 .cont .item:nth-child(3n) {
  margin-right: 0;
}
.down1 .cont .item .msk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/90.png) no-repeat center center;
  background-size: cover;
}
.down1 .cont .item:hover::after {
  opacity: 1;
}
.down1 .cont .item:hover .h1 {
  color: var(--logoColor2);
}
.down1 .cont .item:hover .btn {
  color: var(--logoColor1);
}
.down1 .cont .item:hover .btn svg path {
  fill: var(--logoColor1);
}
.down1 .cont .item::before {
  content: "";
  border-radius: 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/89.png) no-repeat center center;
  overflow: hidden;
}
.down1 .cont .item::after {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  content: "";
  border-radius: 0.2rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background: linear-gradient(261.87deg, #E60012 4.69%, #FFFFFF 60.5%, #073190 122.91%);
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 100%) content-box, linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
}
.down1 .cont .item .h1 {
  margin-bottom: 0.23rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 设置显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  text-overflow: ellipsis;
  color: #333;
  line-height: 1.45;
}
.down1 .cont .item .btn {
  color: #666666;
  display: flex;
  transition: all 0.5s ease-in-out;
  align-items: center;
}
.down1 .cont .item .btn svg {
  width: 0.16rem;
  height: 0.16rem;
  object-fit: contain;
  margin-left: 0.13rem;
}
.down1 .cont .item .btn svg path {
  transition: all 0.5s ease-in-out;
}
.search_container {
  padding: 2.77rem 1.45rem 4.04rem 1.46rem;
}
.search_container form {
  width: 7rem;
  margin: 0 auto;
  margin-bottom: 1.1rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  border-radius: 0.1rem;
  border: 1px solid rgba(0, 0, 0, 0.16);
}
.search_container form input {
  flex: 1;
  padding: 0 0.27rem;
  color: #333;
}
.search_container form button {
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 0 0.39rem;
  cursor: pointer;
  border-radius: 0.1rem;
  background-color: var(--logoColor2);
  color: #fff;
  border: 0;
  height: 100%;
}
.search_container form button svg {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin-right: 15px;
}
.search_container .tabber {
  margin: 0 0 0.37rem;
  border-bottom: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_container .tabber .item {
  width: fit-content;
  margin-right: 1rem;
  transition: all 0.5s ease-in-out;
  padding: 0 0.13rem 0.1rem;
  color: #666666;
  position: relative;
  min-width: 1.15rem;
  cursor: pointer;
  text-align: center;
}
.search_container .tabber .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.3rem;
  border: 1px solid var(--logoColor2);
  transition: all 0.5s ease-in-out;
  transform: translateY(50%);
  opacity: 0;
}
.search_container .tabber .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 0.3rem);
  transform: translateY(50%);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  border: 1px solid var(--logoColor1);
}
.search_container .tabber .item.on {
  color: var(--logoColor2);
}
.search_container .tabber .item.on::after {
  opacity: 1;
}
.search_container .tabber .item.on::before {
  opacity: 1;
}
.search_container .tabber .item:last-child {
  margin-right: 0;
}
.search_container .tabcont .item {
  display: none;
}
.search_container .tabcont .item.on {
  display: block;
}
.search_container .tabcont .item .item-tit {
  color: #333;
  margin-bottom: 0.7rem;
}
.search_container .tabcont .item .item-tit span {
  color: var(--logoColor2);
}
.search_container .tabcont .item .item_cont.search_product .card-tit {
  margin-bottom: 0.33rem;
}
.search_container .tabcont .item .item_cont.search_product .item-card {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(1.19rem - 0.37rem);
}
.search_container .tabcont .item .item_cont.search_product .item-card .card {
  width: calc((100% - 0.37rem * 3) / 4);
  margin-right: 0.37rem;
  margin-bottom: 0.37rem;
}
.search_container .tabcont .item .item_cont.search_product .item-card .card:hover .img {
  box-shadow: 0px 4px 50.6px 0px rgba(11, 49, 143, 0.05);
}
.search_container .tabcont .item .item_cont.search_product .item-card .card:hover .img img {
  transform: scale(0.81);
}
.search_container .tabcont .item .item_cont.search_product .item-card .card:hover .img::after {
  opacity: 0;
}
.search_container .tabcont .item .item_cont.search_product .item-card .card:hover .h1 {
  color: var(--logoColor2);
}
.search_container .tabcont .item .item_cont.search_product .item-card .card:hover .btn {
  color: var(--logoColor1);
}
.search_container .tabcont .item .item_cont.search_product .item-card .card:hover .btn svg path {
  stroke: var(--logoColor1);
}
.search_container .tabcont .item .item_cont.search_product .item-card .card .img {
  width: 100%;
  height: auto;
  aspect-ratio: 379 / 249;
  border-radius: 0.2rem;
  position: relative;
  margin-bottom: 0.3rem;
}
.search_container .tabcont .item .item_cont.search_product .item-card .card .img img {
  width: 100%;
  height: 100%;
  transform: scale(0.7);
  transition: all 0.5s ease-in-out;
  object-fit: contain;
}
.search_container .tabcont .item .item_cont.search_product .item-card .card .img::after {
  transition: all 0.5s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  border-radius: 0.2rem;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #E60012 0%, #073190 100%);
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 100%) content-box, linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
}
.search_container .tabcont .item .item_cont.search_product .item-card .card .h1 {
  transition: all 0.5s ease-in-out;
  line-height: 1.45;
  margin-bottom: 0.25rem;
  color: #333;
}
.search_container .tabcont .item .item_cont.search_product .item-card .card .btn {
  display: flex;
  align-items: center;
  color: #666;
  transition: all 0.5s ease-in-out;
}
.search_container .tabcont .item .item_cont.search_product .item-card .card .btn svg {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  object-fit: contain;
}
.search_container .tabcont .item .item_cont.search_product .item-card .card .btn svg path {
  transition: all 0.5s ease-in-out;
}
.search_container .tabcont .item .item_cont.search_product .item-card .card:nth-child(4n) {
  margin-right: 0;
}
.search_container .tabcont .item .item_cont.search_down {
  display: flex;
  flex-wrap: wrap;
}
.search_container .tabcont .item .item_cont.search_down .card {
  width: calc((100% - 0.34rem * 2) / 3);
  margin-right: 0.34rem;
  margin-bottom: 0.41rem;
  padding: 0.43rem 0.55rem;
  position: relative;
  border-radius: 0.2rem;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.2) 0.08%, #FDFEFF 109.75%);
  background-size: cover;
  overflow: hidden;
}
.search_container .tabcont .item .item_cont.search_down .card:nth-child(3n) {
  margin-right: 0;
}
.search_container .tabcont .item .item_cont.search_down .card .msk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/90.png) no-repeat center center;
  background-size: cover;
}
.search_container .tabcont .item .item_cont.search_down .card:hover::after {
  opacity: 1;
}
.search_container .tabcont .item .item_cont.search_down .card:hover .h1 {
  color: var(--logoColor2);
}
.search_container .tabcont .item .item_cont.search_down .card:hover .btn {
  color: var(--logoColor1);
}
.search_container .tabcont .item .item_cont.search_down .card:hover .btn svg path {
  fill: var(--logoColor1);
}
.search_container .tabcont .item .item_cont.search_down .card::before {
  content: "";
  border-radius: 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/89.png) no-repeat center center;
  overflow: hidden;
}
.search_container .tabcont .item .item_cont.search_down .card::after {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  content: "";
  border-radius: 0.2rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background: linear-gradient(261.87deg, #E60012 4.69%, #FFFFFF 60.5%, #073190 122.91%);
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 100%) content-box, linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
}
.search_container .tabcont .item .item_cont.search_down .card .h1 {
  margin-bottom: 0.23rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 设置显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  text-overflow: ellipsis;
  color: #333;
  line-height: 1.45;
}
.search_container .tabcont .item .item_cont.search_down .card .btn {
  color: #666666;
  display: flex;
  transition: all 0.5s ease-in-out;
  align-items: center;
}
.search_container .tabcont .item .item_cont.search_down .card .btn svg {
  width: 0.16rem;
  height: 0.16rem;
  object-fit: contain;
  margin-left: 0.13rem;
}
.search_container .tabcont .item .item_cont.search_down .card .btn svg path {
  transition: all 0.5s ease-in-out;
}
.search_container .tabcont .item .item_cont.search_case {
  display: flex;
  flex-wrap: wrap;
}
.search_container .tabcont .item .item_cont.search_case .card {
  width: calc((100% - 0.37rem * 2) / 3);
  border-radius: 0.3rem;
  overflow: hidden;
  margin-right: 0.37rem;
  margin-bottom: 0.37rem;
  border: 1px solid #d0d8ea;
  transition: var(--trstion1);
}
.search_container .tabcont .item .item_cont.search_case .card:hover {
  box-shadow: 0px 4px 18.9px 0px rgba(0, 108, 184, 0.11);
}
.search_container .tabcont .item .item_cont.search_case .card:hover .img::after {
  opacity: 1;
}
.search_container .tabcont .item .item_cont.search_case .card:hover .img img {
  transform: scale(1.1);
}
.search_container .tabcont .item .item_cont.search_case .card:hover span {
  color: var(--logoColor2);
}
.search_container .tabcont .item .item_cont.search_case .card .img {
  height: 2.8rem;
  overflow: hidden;
  position: relative;
}
.search_container .tabcont .item .item_cont.search_case .card .img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.91rem;
  bottom: 0;
  left: 0;
  background: url(../img/30.png) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  transition: var(--trstion1);
}
.search_container .tabcont .item .item_cont.search_case .card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--trstion1);
}
.search_container .tabcont .item .item_cont.search_case .card span {
  display: block;
  padding: 0.31rem 0.28rem;
  transition: var(--trstion1);
  font-weight: 500;
  font-family: Medium;
}
.search_container .tabcont .item .item_cont.search_case .card:nth-child(3n) {
  margin-right: 0;
}
.search_container .tabcont .item .item_cont.search_new {
  display: flex;
  flex-wrap: wrap;
}
.search_container .tabcont .item .item_cont.search_new .card {
  width: calc(100% / 3);
  border-radius: 0.3rem;
  overflow: hidden;
  margin-left: -1px;
  display: flex;
  flex-direction: column;
  padding: 0.46rem 0.5rem;
  transition: var(--trstion1);
  position: relative;
}
.search_container .tabcont .item .item_cont.search_new .card::after {
  content: "";
  position: absolute;
  height: calc(100% - 0.6rem);
  border-left: 1px solid rgba(51, 51, 51, 0.21);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--trstion1);
}
.search_container .tabcont .item .item_cont.search_new .card:hover {
  background: #FFF;
  box-shadow: 0px 4px 32.7px 0px rgba(11, 49, 143, 0.06);
}
.search_container .tabcont .item .item_cont.search_new .card:hover::after {
  opacity: 0;
}
.search_container .tabcont .item .item_cont.search_new .card:hover .img::after {
  opacity: 1;
}
.search_container .tabcont .item .item_cont.search_new .card:hover .img img {
  transform: scale(1.1);
}
.search_container .tabcont .item .item_cont.search_new .card:hover .card_txt .text .h1 {
  color: var(--logoColor2);
}
.search_container .tabcont .item .item_cont.search_new .card:hover .card_txt .btn {
  color: var(--logoColor1);
}
.search_container .tabcont .item .item_cont.search_new .card:hover .card_txt .btn svg path {
  stroke: var(--logoColor1);
}
.search_container .tabcont .item .item_cont.search_new .card .img {
  width: 100%;
  height: 3.08rem;
  overflow: hidden;
  border-radius: 0.3rem;
  margin-bottom: 0.42rem;
  position: relative;
}
.search_container .tabcont .item .item_cont.search_new .card .img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.23rem;
  bottom: 0;
  left: 0;
  background: url(../img/30.png) no-repeat center bottom;
  background-size: 100%;
  opacity: 0;
  transition: var(--trstion1);
}
.search_container .tabcont .item .item_cont.search_new .card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--trstion1);
}
.search_container .tabcont .item .item_cont.search_new .card .card_txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.search_container .tabcont .item .item_cont.search_new .card .card_txt .text .time {
  margin-bottom: 0.38rem;
  font-family: "Medium";
}
.search_container .tabcont .item .item_cont.search_new .card .card_txt .text .h1 {
  transition: var(--trstion1);
  font-family: "Medium";
  line-height: 1.45;
  margin-bottom: 0.33rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 设置显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search_container .tabcont .item .item_cont.search_new .card .card_txt .btn {
  display: flex;
  align-items: center;
  color: #666;
  transition: var(--trstion1);
}
.search_container .tabcont .item .item_cont.search_new .card .card_txt .btn svg {
  width: 0.08rem;
  height: 0.08rem;
  object-fit: contain;
  margin-right: 0.18rem;
}
.search_container .tabcont .item .item_cont.search_new .card .card_txt .btn svg path {
  transition: var(--trstion1);
}
.search_container .tabcont .item .item_cont.search_new .card:nth-child(3n) {
  margin-right: 0;
}
.search_container .tabcont .item .item_cont.search_new .card:nth-child(3n)::after {
  opacity: 0;
}
@keyframes pathTop {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes pathLeft {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes pathBtn {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes myAnimation {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0.3;
  }
}
@keyframes myAnimation2 {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 0.3rem;
    height: 0.3rem;
    opacity: 0.3;
  }
}

.pc-box {
    display: block;
}
.phone-box {
    display: none;
}

@media (max-width: 1024px) {
    .pc-box {
        display: none;
    }
    .phone-box {
        display: block;
    }
    .header.none {
        display: block;
    }
    body{
        padding-top: .75rem !important;
    }
    .phone-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        height: .75rem;
        padding: 0 .31rem;
    }
    .phone-header .logo {
        display: block;
        height: 60%;
        width: auto;
    }
    .phone-header .logo img {
        height: 100%;
        width: auto;
    }
    .phone-header .menu {
        position: relative;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    .phone-header .menu div {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: var(--logoColor1);
        transition: all 0.4s ease;
    }
    .phone-header .menu .top {
      top: 0;
    }
    
    .phone-header .menu .middle {
      top: 9px;
    }
    
    .phone-header .menu .bottom {
      bottom: 0;
    }
    .phone-header .menu.cur .top {
      transform: rotate(45deg);
      transform-origin: top left;
      width: 26px;
    }
    .phone-header .menu.cur .middle {
      transform: translateX(-20px);
      opacity: 0;
    }
    .phone-header .menu.cur .bottom {
      transform: rotate(-45deg);
      transform-origin: top left;
      width: 26px;
      left: -1px;
    }
    .phone-header .mb-head {
        display: none;
        position: absolute;
        top: .75rem;
        width: 100%;
        left: 0;
        height: calc(100vh - .75rem);
        background-color: #ffffff;
        overflow-y: auto;
    }
    .phone-header .mb-head .mb-head_cont .item .item_cont {
        height: 13.333vw;
        display: flex;
        justify-content: space-between;
        padding: 0 6vw;
    }
    .phone-header .mb-head .mb-head_cont .item .item_cont a {
        display: flex;
        align-items: center;
        font-size: 14px;
        flex: 1;
    }
    
    .phone-header .mb-head .mb-head_cont .item .item_cont .ico_box {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    
    .phone-header .mb-head .mb-head_cont .item .item_cont .ico_box .ico {
        width: 2.667vw;
        height: 2.667vw;
        position: relative;
    }
    
    .phone-header .mb-head .mb-head_cont .item .item_cont .ico_box .ico::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        height: 2px;
        background: #000;
    }
    
    .phone-header .mb-head .mb-head_cont .item .item_cont .ico_box .ico::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: 100%;
        width: 2px;
        background: #000;
        transition: all .5s;
    }
    
    .phone-header .mb-head .mb-head_cont .item .header_down_cont {
        display: none;
    }
    
    .phone-header .mb-head .mb-head_cont .item .header_down_cont a {
        height: 13.333vw;
        display: flex;
        align-items: center;
        width: 80%;
        font-size: 12px;
        padding-left: 10.667vw;
    }

    .phone-header .mb-head .mb-head_cont .item .header_down_cont a.on {
        color: var(--logoColor1);
    }
    .phone-header .mb-head .mb-head_cont .item:nth-child(2n) .item_cont {
        background-color: #f3f3f7;
    }
    
    .phone-header .mb-head .mb-head_cont .item.on .item_cont {
        background: var(--logoColor1);
    }
    
    .phone-header .mb-head .mb-head_cont .item.on .item_cont a {
        color: #fff;
    }
    
    .phone-header .mb-head .mb-head_cont .item.on .item_cont .ico_box .ico::after {background:#fff;}
    .phone-header .mb-head .mb-head_cont .item.on .item_cont .ico_box .ico::before {background:#fff;}
    .phone-header .mb-head .mb-head_cont .item.cur .item_cont .ico_box .ico::before {height:0;}
    
    
    .index_container {
        background-color: #102c6b;
    }
    .in1 .prop {
        display: none;
    }
    .in1 .prop2 {
        display: none;
    }
    .in1 .progress {
        display: none;
    }
    .in1 .txt {
        display: none;
    }
    .in1 {
        width: 100vw;
        height: 4.21rem;
    }
    .in1 .in1_cont span {
        font-size: 1.73rem !important;
    }
    
    .in2 {
        position: relative;
        background: #102c6b;
        height: auto;
        z-index: 4;
        overflow: hidden;
    }
    .in2 .in2_prop {
        position: relative;
        padding: .76rem .31rem .32rem;
        height: auto;
        
    }
    .in2 .in2_cont {
        position: relative;
        height: auto;
        mask:none;
        padding: 0 .33rem;
        background: #102c6b;
        pointer-events: all;
    }
    .in2 .in2_cont .list {
        display: none;
    }
    .in2 .in2_cont .phone-box {
        width: 100%;
    }
    .in2 .in2_cont .swiper {
        width: 100%;
    }
    .in2 .in2_cont .swiper .swiper-slide {
        height: auto;
        aspect-ratio: 327 / 449;
        border-radius: 0.3rem;
        overflow: hidden;
    }
    .in2 .in2_cont .swiper .swiper-slide a {    
        display: block;
        height: 100%;
        position: relative;
    }
    .in2 .in2_cont .swiper .swiper-slide a  .bgimg { 
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 1;
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
    }
    .in3 .top_intbn {
        height: .56rem;
        border-radius: .56rem;
        font-size: 12px;
    }
    .in2 .in2_cont .swiper .swiper-slide a .item_cont {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        padding: 0.68rem 0 0.55rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .in2 .in2_cont .swiper .swiper-slide a .h1 {
        width: 100%;
        text-align: center;
        color: #fff;
        margin-bottom: 0.12rem;
        font-size: 13px;
    }
    .in2 .in2_cont .swiper .swiper-slide a .h2 {
        width: 100%;
        text-align: center;
        color: #fff;
        font-weight: 600;
        padding-bottom: 0.25rem;
        position: relative;
        margin-bottom: 0.41rem;
        font-size: 18px;
    }
    .in2 .in2_cont .swiper .swiper-slide a .Product_pic {
        width: 2.35rem;
        height: auto;
        margin-bottom: 0.17rem;
        aspect-ratio: 292 / 180;
    }
    .in2 .in2_cont .swiper .swiper-pagination {
        position: relative;
        bottom: 0;
        margin-top: .31rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .in2 .in2_cont .swiper .swiper-pagination .swiper-pagination-bullet {
        opacity: 1;
        background-color: #bec6d7;
        width: 5px;
        height: 5px;
        border-radius: 5px;
        margin: 0;
        margin-right: 4px;
        transition: all .5s linear;
    }
    .in2 .in2_cont .swiper .swiper-pagination .swiper-pagination-bullet:last-child {
        margin-right: 0;
    }
    .in2 .in2_cont .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--logoColor2);
        width: 24px;
    }
    .in3 {
        border-radius: 0;
        margin: 0;
        width: 100%;
        padding: 0;
        background-color: #101a30;
    }
    .in3 .in3_prop  {
        width: 100%;
        padding: 1.34rem .3rem;
        background-color: #102c6b;
    }
    .in3 .in3_p {
        width: 100%;
        font-size: 16px;
    }
    .in3 .in3_top {
        width: 100%;
        margin: 0;
    }
    .in3 .in3_list {
        width: 100%;
    }
    .in3 .in3_list .item {
        width: calc((100% - .76rem) / 2);
        margin-right: .76rem;
    }
    .in3 .in3_list .item .img {
        width: 100%;
        height: auto;
        aspect-ratio: 305 / 288;
    }
    .in3 .in3_prop {
        border-radius: 0 0 1rem 1rem;
    }
    .in4 {
        padding: .73rem 0 2.06rem;
        margin: 0;
        overflow: hidden;
    }
    .in4 .cont .top_txt .p1 {
        width: 100%;
        padding: 0 .3rem;
    }
    .in4 .cont {
        padding: 0;
    }
    .in4 .cont .map {
        width: 100%;
        height: auto;
        aspect-ratio: 1414 / 973;
    }
    .in4 .cont .map .point_box .center {
        top: calc(66 / 706* 100%);
        left: calc(786 / 1414* 100%);
    }
    .in4 .cont .map .point_box .center .po.po5 .porp_msk {
        top: 2.2rem;
        width: 90vw;
        padding: .27rem;
        right: -9vw;
    }
    .in4 .cont .map .point_box .ico.Malaysia span {
        left: auto;
        right: calc(100% + 0.17rem);
    }
    .in4 .cont .map .point_box .ico.Indonesia span {
        left: auto;
        top: 250%;
        right: calc(100% + 0.17rem);
    }
    .in4 .cont .map .point_box .center .po.po5 .porp_msk .porp_msk_h1 {
        font-size: .24rem;
    }
    .in4 .cont .map .point_box .center .po.po5 .porp_msk .prop_item span {
        font-size: .26rem;
    }
    .in5 {
        overflow: hidden;
    }
    .in5 .top_h {
        margin-bottom: .71rem;
    }
    .in5 .swipertabber  {
        margin-bottom: .48rem;
        border-bottom: 1px solid #fff;
    }
    .in5 .swipertabber .swiper-slide {
        width:fit-content;
        transition: all .5s ease-in-out;
        color: #fff;
        padding-bottom: 16px;
        position: relative;
    }
    
    .in5 .swipertabber .swiper-slide::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateY(50%);
        width: 100%;
        border: 1px solid var(--logoColor2);
        transition: all .5s ease-in-out;
        opacity: 0;
    }
    
    .in5 .swipertabber  .swiper-slide-active {
        color: var(--logoColor2);
    }
    .in5 .swipertabber  .swiper-slide-active::after {
        opacity: 1;
    }
    .in5 .swiper {
        height: auto;
    }
    .in5 .swiper .swiper-slide img {
        width: 100%;
        height: auto;
        border-radius: 0.1rem;
        margin-bottom: .27rem;
        aspect-ratio: 527 / 309;
    }
    .in5 .swiper .swiper-slide .cont {
        height: auto;
        aspect-ratio: 527 / 309;
    }
    .in5 .swiper .swiper-slide .cont .btn {
        margin: 0;
        height: .56rem;
        border-radius:.56rem;
    }
    .in5 .swiper .swiper-slide span {
        text-align: center;
        color: #fff;
        display: block;
    }
    .in5 .swiper .swiper-slide::after {
        display: none;
    }
    .in6 {
        padding: 1.47rem .3rem;
    }
    .in6 .list {
        flex-direction: column;
    }
    .in6 .list .item {
        margin: 0;
        width: 100%;
        margin-bottom: 1.14rem;
    }
    .in6 .list .item:last-child {
        margin-bottom: 0;
    }
    .banner.sticky {
        position: relative;
        top: 0;
    }
    .banner {
        height: auto;
        aspect-ratio: 750 / 422;
    }
    .news_banner {
        height: auto;
        aspect-ratio: 750 / 422;
    }
    .banner .cont {
        padding: 0 .3rem;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .news_banner .cont {
        padding: 0 .3rem;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }
    .news_banner .cont .tit {
        width: 100%;
    }
    .banner .cont .tit {
        width: 100%;
    }
    .ab1 {
        height: auto;
        position: relative;
    }
    .ab1 .cont1 {
        border-radius: 0;
        background-color: transparent;
        position: relative;
        height: auto;
    }
    .ab1 .cont1 .ico_box {
        display: none;
    }
    .ab1 .cont1 .img_box1 {
        position: relative;
        opacity: 1;
        padding: 1.37rem .3rem ;
        height: 9.82rem;
        left: 0;
        transform: none;
    }
    
    .ab2 .ab2_cont {
        padding: 0 0 1.8rem;
        background: url(../img/40.png) no-repeat center bottom;
        background-size: 100% auto;
    }
    .ab2 .cont {
        padding-top:  1.11rem;
        background-color: #102c6b;
        flex-direction: column;
    }
    .ab2 .text {
        width: 100%;
    }
    .ab2 .text .tit {
        padding: 0 .3rem .24rem;
        text-align: center;
    }
    .ab2 .text .tit .msk {
        left: 50%;
        transform: translateX(-50%);
    }
    .ab2 .img {
        width: 3.24rem;
        height: auto;
        aspect-ratio: 1 / 1;
        margin: 0 auto .37rem;
    }
    .ab2 .text .p {
        padding: 0 .3rem;
        width: 100%;
    }
    .ab3 {
        padding: .9rem .3rem 1.02rem;
    }
    .ab3 .cont {
        flex-direction: column;
        height: auto;
    }
    .ab3 .cont .age_box {
        width: 100%;
        margin: 0 0 .42rem 0;
    }
    .ab3 .cont .age_box .left_age {
        width: 100%;
        text-align: center;
        position: relative;
        transform: none;
        left: 0;
        top: 0;
    }
    .ab3 .cont .siwper_box1 {
        flex-direction: column;
        height: auto;
        margin-bottom: .42rem;
    }
    .ab3 .cont .siwper_box1 .pag_box {
        flex-direction: row;
        width: 100%;
        height: auto;
        margin: 0 0 .3rem 0;
    }
    .ab3 .cont .siwper_box1 .pag_box .swiper-pagination {
        height: 2px;
    }
    .ab3 .cont .siwper_box1 .swiper {
        width: 100%;
        height: auto;
    }
    .ab3 .cont .siwper_box2 {
        width: 100%;
        margin: 0 auto;
    }
    .ab3 .cont .siwper_box2 .swiper {
        border: 0;
    }
    .ab3 .cont .siwper_box2 .swiper .swiper-slide  {
        border-radius: 0.3rem;
        overflow: hidden;
    }
    .ab4 {
        padding: .76rem 0 .86rem;
    }
    .ab4 .swiper {
        margin: 0 auto;
        padding: 0;
    }
    .ab4 .swiper .swiper-slide {
        width: 60%;
    }
    .ab5 {
        padding: .89rem .3rem 1.85rem;
    }
    .ab5 .tabber .item {
        height: .56rem;
        border-radius: .56rem;
    }
    .ab5 .tabcont .tabitem .tabitem_con {
        flex-direction: column;
    }
    .ab5 .tabcont .tabitem .tabitem_con .card {
        width: 100%;
        margin: 0 0 .24rem 0;
        flex-direction: row;
    }
    .ab5 .tabcont .tabitem .tabitem_con .card .img {
        width: 2.68rem;
        height: 2.71rem;
    }
    .ab5 .more {
        height: .56rem;
        border-radius: .56rem;
    }
    .product1 {
        flex-direction: column;
    }
    .product1 .product1Left {
        padding: .7rem .3rem .4rem;
        height: auto;
        position: relative;
        width: 100%;
        top: 0;
        padding-top: 0;
    }
    .product1 .product1Left .list .item .item_cont .span {
        padding-left: .47rem;
    }
    .product1 .product1Left .list .item .item_down a {
        padding-left: .8rem;
    }
    .product1 .product1Right {
        /*width: ;*/
    }
    .product1 .product1Right .box {
        padding: 0 .3rem;
    }
    .product1 .product1Right .box .box_cont {
        flex-direction: column;
    }
    .product1 .product1Right .box:nth-child(2n) .box_cont {
        flex-direction: column;
    }
    .product1 .product1Right .box .box_cont .txt {
        width: 100%;
    }
    .product1 .product1Right .box .box_cont .txt .p1 {
        text-align: justify;
    }
    .product1 .product1Right .box .card {
        padding-top: 20px;
    }
    .product1 .product1Right .box .card .list {
        flex-wrap: wrap;
    }
    .product1 .product1Right .box .card .tit {
        margin-bottom: 7px;
    }
    .product1 .product1Right .box .card .list .item {
        margin-right: 19px;
        margin-bottom: 19px;
        width: fit-content;
        height: fit-content;
    }
    .product1 .product1Right .box .card .list .item img {
        width: 38px;
        height: 38px;
        margin-bottom: 5px;
    }
    .product1 .product1Right .box .box_cont .swiper_box .swiper_tabber {
        display: none;
    }
    .product1 .product1Right .box .box_cont .swiper_box .swiper {
        margin: 0 !important;
        /*width: 100%;*/
        flex: 1;
    }
    .sol1 {
        padding: 1.16rem 0 0;
    }
    .sol1 .top_text {
        padding: 0 .3rem;
    }
    .sol1 .top_text .p {
        width: 100%;
        text-align: justify;
        margin-bottom: 0.73rem;
    }
    .sol2 {
        margin: 0;
        padding: 0;
        border-radius: 0;
    }
    .sol2 .sol2_content {
        padding: 1.16rem 0 0;
        flex-direction: column;
    }
    .sol2 .sol2_content .sol2_left {
        width: 100%;
        margin-bottom: .5rem;
        padding: 0 .3rem;
    }
    .sol2 .sol2_content .sol2_left .list .item .item_cont svg {
        width: 13px;
        height: 13px;
    }
    .sol2 .sol2_content .sol2_right {
        width: 100%;
    }
    .sol2 .sol2_content .sol2_right .swiper {
        border-radius: 0;
        height: auto;
        aspect-ratio: 742 / 549;
    }
    .sol3 {
        padding: 1.16rem .3rem;
    }
    .sol3 .list .item {
        width:100%;
        margin: 0 0 .24rem 0;
        min-height: auto;
    }
    .sol3 .list .item .card .img {
        width: 60%;
    }
    .sol3 .list .item .card .card_cont .btn span {
        font-size: 14px;
    }
    .sol3 .list .item .card .card_cont .h1 {
        font-size: 16px;
    }
    .sol3 .list .item .card .card_cont .h2 {
        font-size: 14px;
    }
    
    .sol4 {
        padding: 1.16rem .3rem;
    }
    .sol4 .list {
        flex-direction: column;
    }
    .sol4 .list .item {
        margin: 0;
        width: 100%;
        margin-bottom: 1.14rem;
    }
    .sol4 .list .item:last-child {
        margin-bottom: 0;
    }
    .sol4 .list .item .txt a svg {
        width: 12px;
        height: 12px;
    }
    .cas1 {
        flex-direction: column;
    }
    .cas1 .left {
        width: 100%;
        position: relative;
        top: 0;
        height: auto;
        padding: 1.16rem .3rem;
    }
    .cas1 .left .item .item_cont span {
        padding-left: .47rem;
    }
    .cas1 .right {
        padding: 1.16rem .3rem;
    }
    .cas1 .right .cas_list {
        align-items: stretch;
    }
    .cas1 .right .cas_list .item {
        width: calc((100% - 0.24rem ) / 2);
        margin-right: 0.24rem;
    }
    .cas1 .right .cas_list .item:nth-child(3n) {
        margin-right: 0.24rem ;
    }
    .cas1 .right .cas_list .item:nth-child(2n) {
        margin-right: 0;
    }
    .cas1 .right .cas_list .item .img {
        height: auto;
        aspect-ratio: 397 / 274;
    }
    .page .num a {
        width: 32px;
        height: 32px;
    }
    .page .btn {
        width: 32px;
        height: 32px;
    }
    .page .btn svg {
        width: 16px;
        height: 16px;
    }
    .cas1 .right .cas_box2 .list {
        flex-direction: column;
    }
    .cas1 .right .cas_box2 .list .item {
        margin: 0;
        width: 100%;
        margin-bottom: 1.14rem;
    }
    .cas1 .right .cas_box2 .list .item:last-child {
        margin-bottom: 0;
    }
    .cas1 .right .cas_box2 .list .item .txt a svg {
        width: 12px;
        height: 12px;
    }
    .ser1 {
        padding: 1.16rem .3rem;
    }
    .ser1 .list {
        width: 100%;
    }
    .ser1 .list .item {
        flex: 1;
    }
    .ser1 .list .item .item_rad {
        padding: 0.62rem .3rem;
    }
    .ser1 .list .item .item_rad .item_left {
        width: 100%;
    }
    .ser1 .list .item .item_rad .item_left .p {
        text-align: justify;
        font-size: 14px;
    }
    .ser1 .list .item .item_rad .img{
        display: none;
    }
    .ser1 .list .item .item_rad .item_left .item_tit .ico img.img1 {
        opacity: 0;
    }
    .ser1 .list .item .item_rad .item_left .item_tit .ico img.img2 {
        opacity: 1;
    }
    .ser1 .list .item .item_rad .item_left .item_tit span {
        color: var(--logoColor2);
    }
    .ser2 {
        width: 100%;
        overflow: hidden;
    }
    .ser2 .map .map_img {
        width: 100%;
        
    }
    .ser2 .map .anchorPoint .ico span {
        font-size: .14rem;
    }
    .ser2 .map .anchorPoint .ico {
        pointer-events: none;
    }
    .ser2 .map .address_card {
        display: none;
    }
    .ser3 {
        width: 100%;
        overflow: hidden;
        padding: .69rem .3rem;
        background-size:100% 3rem ;
    }
    .ser3 form {
        padding: .5rem .3rem;
    }
    .ser3 form .Multiple_box {
        flex-direction: column;
        align-items: flex-start;
    }   
    .ser3 form .Multiple_box .formLabtit {
        margin: 0;
        margin-bottom: .25rem;
    }
    .ser3 form .Multiple_box .lab_radio {
        margin: 0;
        padding-left: .3rem;
        margin-bottom: .24rem;
    }
    .ser3 form .Multiple_box .lab_radio:last-child {
        margin-bottom: 0;
    }
    .ser3 form .item {
        flex-direction: column;
    }
    .ser3 form .item .labitem {
        margin-right: 0;
        margin-bottom: .24rem;
    }
    .ser3 form .item .labitem:last-child {
        margin-bottom: 0;
    }
    .ser3 form .submit {
        height: .5rem;
        border-radius: .5rem;
    }
    .new1 {
        padding: 1.16rem .3rem;
    }
    .new1 .tabber .item {
        height: .56rem;
        border-radius: .56rem;
    }
    .new1 .list .card {
        width: calc((100% - .24rem)/ 2);
        border: 0;
        margin-right: .24rem;
        margin-bottom: .44rem;
        padding:0;
        border-radius: 0;
    }
    .new1 .list .card .img{
        height:auto;
        aspect-ratio: 476 / 308;
    }
    .new1 .list .card .card_txt .btn svg {
        width: 10px;
        height: 10px;
    }
    .new1 .list .card:nth-child(3n) {
        margin-right: .24rem;
    }
    .new1 .list .card:nth-child(2n) {
        margin-right:0;
    }
    
    .new1 .list .card::after {
        display: none;
    }
    .newd1 {
        padding: 1.16rem .3rem;
        flex-direction: column;
    }
    .newd1 .newd1_left {
        padding: .45rem .3rem;
        margin-bottom: 1.16rem;
    }
    .newd1 .newd1_left .top_box {}
    .newd1 .newd1_right {
        width: 100%;
        margin: 0;
        position: relative;
        top: 0;
        
    }
    .new1 .list .card .card_txt .text .h1 {
        font-size: 16px;
    }
    .new1 .list .card .card_txt .btn {
        font-size: 14px;
    }
    .new1 .list .card:hover {
        background: transparent;
        box-shadow: 0 0 0;
    }
    .newd1 .newd1_left .top_box .time {
        margin: 0;
        /*flex: 1;*/
        width: 100%;
        margin-bottom: .3rem;
    }
    .newd1 .newd1_left .top_box {
        flex-wrap: wrap;
    }
    .footer {
        display: none;
    }
    .phone-footer {
        position: relative;
        background-size: 100% auto;
        padding: .26rem .3rem 0;
        background-color: rgba(7, 49, 144);
    }
    .phone-footer .phone-num {
        font-size: 17px;
        text-align: center;
        color: #fff;
        margin-bottom: .37rem;
    }
    .phone-footer::after {
        content: "";
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 97%;
        left: 0;
        z-index: 10;
        aspect-ratio: 1920 / 200;
        background: url(../img/68.png) no-repeat center center;
        background-size: 100% 100%;
    }
    .phone-footer .ico_list {
        margin-bottom: 25px;
        justify-content: center;
        display: flex;
    }
    .phone-footer .ico_list .logo_ico {
        width: fit-content;
    }
    
    
    .phone-footer .phone_bot {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 0;
        border-top: 1px solid rgba(255,255,255,.38);
    }
    .phone-footer  .phone_bot2 {
        color: rgba(255,255,255,.49);
        text-align: center;
        margin-bottom: 25px;
        line-height: 1.45;
    }
    .phone-footer .phone_bot  a {
        color: rgba(255,255,255,.49);
    }
    .phone-footer .phone_bot  span {
        color: rgba(255,255,255,.49);
        margin: 0 15px;
    }
    .phone-footer #is_iframe {
        display: flex;
        align-items: center;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 23px;align-items: stretch;

    }
    .phone-footer #is_iframe input {
        flex: 1;
        height: 0.57rem;
        background-color: rgba(255,255,255,.2);
        color: rgba(255,255,255,.5);
        font-size: 12px;
        padding: 0 12px;
    }
    .phone-footer #is_iframe input::placeholder {
        color: rgba(255,255,255,.5);
        font-size: 12px;
    }
    .phone-footer #is_iframe button {
        width: fit-content;
        height: 0.57rem;
        border: 0;
        font-size:12px;
        white-space: nowrap; 
        padding: 0 12px;
        background-color: var(--logoColor2);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 0;
        z-index: 11;
        cursor: pointer;
    }
    .sol3 .list .item .card .card_cont .btn .ico svg {
        width: 8px;
        height: 8px;
    }
    .catalogue_btn {
        display: none;
    }
    .catalogue{display: none!important;}
    .in2 .in2_prop .in2_p {
        font-size: 16px;
    }
    .banner .cont .tit {
        font-size: 30px;
    }
    .ab5 .tabcont .tabitem .tabitem_con .card .card_txt .text .h1 {
        font-size: 14px;
    }
    .ab5 .tabcont .tabitem .tabitem_con .card .card_txt .btn {
        font-size: 12px;
    }
    .ab5 .more {
        font-size: 14px;
    }
    .ab4 .swiper .swiper-slide span {
        font-size: 14px;
    }
    .ab2 .text .p {
        font-size: 14px;
    }
    .ab3 .cont .siwper_box1 .swiper .swiper-slide .p1 {
        font-size: 14px;
    }
    .ser3 form .item .labitem .formLabtit {
        font-size: 16px;
    }
    .ser3 form .formTit {
        font-size: 18px;
    }
    .ser3 form .Multiple_box .formLabtit {
        font-size: 16px;
    }
    .ser3 form .submit {
        font-size: 14px;
    }
    .ser3 form .Multiple_box .lab_radio .rad_tit  {
        font-size: 14px;
    }
    
    .in3 .in3_list .item .h1{font-size: 16px;}
    .in3 .in3_list .item .p1{font-size: 13px;}
    .in3 .in3_list .item .h1{margin-bottom: 6px;}
    .in4 .cont .top_txt .p1{font-size: 16px;}
    .in4 .cont .map .point_box .ico span{font-size: 12px;}
    .in6 .list .item .txt a{font-size: 12px;}
    .in6 .list .item .txt .p1{font-size: 16px;}
    .in5 .swiper .swiper-slide .cont .btn{font-size: 12px;}
    .ab1 .cont1 {transform:none;left:0;}t1 .img_box1 {transform:none;left:0;}
    .ab1 .cont1 .img_box1 .p1{font-size: 14px;}
    .ab5 .tabber .item{font-size: 14px;}
    .ab5 .tabcont .tabitem .tabitem_con .card .card_txt .text .time{font-size: 12px;}
    .ab5 .more{font-size: 12px;}
    .phone-footer .phone_bot2{font-size: 12px;width:100%;}
    .phone-footer .phone_bot a{font-size: 12px;}
    .product1 .product1Left{display: none;}
    .product1 .product1Right{padding-top: 50px;}
    .product1 .product1Right .box .box_cont .txt .p1{font-size: 14px;}
    .product1 .product1Right .box .box_cont .swiper_box{justify-content: space-between;}
    .product1 .product1Right .box .box_cont .swiper_box .swiper_tabber{display: block;width:50px;}
    .product1 .product1Right .box .box_cont .swiper_box .swiper{width: calc(100% - 62px);        flex: none;}
    .product1 .product1Right{width: 100%;}
    .product1 .product1Right .box .card .tit{margin-bottom:20px;}
    .product1 .product1Right .box .card .list .item span{font-size: 12px;}
    .product1 .product1Right .box .card .list .item{padding: 12px;width:76px;height:76px}
    .product1 .product1Right .box .card .list .item:last-child{margin-right:0;}
    .product1 .product1Right .box .card .list .item span{font-size: 12px;}
    .product1 .product1Right .box .card .list .item img{width: 28px;height: 28px;}
    .sol1 .top_text .p{font-size: 14px;}
    .sol2 .sol2_content .sol2_left .list .item .item_down{font-size: 14px;}
    .sol4 .list .item .txt a{font-size: 12px;}
    .sol4 .list .item .txt .h1{font-size: 20px;}
    .sol4 .list .item .txt .p1{font-size: 16px;}
    .sol3 .list .item .card .img{height: 70%;}
    .sol3 .list .item .card {padding-top: 1rem;}
    .sol3 .list .item .card .card_cont .btn span{font-size: 12px;}
    .cas1 .left{display: none;}
    .cas1 .right .cas_list .item span{font-size: 16px;padding:12px;line-height:1.4;}
    .cas1 .right .cas_box2 .list .item .txt .h1{font-size: 20px;}
    .cas1 .right .cas_box2 .list .item .txt .p1{font-size: 16px;}
    .cas1 .right .cas_box2 .list .item .txt a{font-size: 12px;}
    .f_48{font-size: 28px!important;}
    .new1 .tabber .item{font-size: 14px;}
    .new1 .list .card .card_txt .text .time{font-size: 14px;margin-bottom: 12px;}
    .new1 .list .card .card_txt .btn{font-size: 12px;}
    .newd1 .newd1_left .newd_cont{font-size: 14px;}
    .newd1 .newd1_left .top_box .time{font-size: 12px;}
    .newd1 .newd1_left .top_box span{font-size: 12px;}
    .newd1 .newd1_right .card .btn{font-size: 12px;}
    .newd1 .newd1_right .card .list .item .time{font-size: 12px;}
    .newd1 .newd1_right .card .list .item .h1{font-size: 16px;}
    .ser3 form .submit{font-size: 12px;}
    .ser3 form .formTit{font-size: 16px;}
    .search_container{padding: 60px 20px 50px 20px;}
    .search_container form{width: 100%;}
    .search_container form input{font-size: 14px;}
    .search_container form button{font-size: 14px;}
    .search_container .tabber .item{margin-right: 10px;font-size:13px;}
    .search_container .tabcont .item .item-tit{font-size: 14px;}
    .search_container .tabcont .item .item_cont.search_product .item-card .card{width: 100%;margin-right: 0;margin-bottom: 30px;}
    .search_container .tabcont .item .item_cont.search_product .item-card .card .h1{font-size: 16px;}
    .search_container .tabcont .item .item_cont.search_product .item-card .card .btn{font-size: 14px;}
    .search_container .tabcont .item .item_cont.search_case{justify-content: space-between;}
    .search_container .tabcont .item .item_cont.search_case .card{width: 48%;margin-right: 0;margin-bottom: 30px;}
    .search_container .tabcont .item .item_cont.search_case .card span{font-size: 16px;padding: 12px;}
    .search_container .tabcont .item .item_cont.search_new .card {
        width: calc((100% - .24rem)/ 2);
        border: 0;
        margin-right: .24rem;
        margin-bottom: .44rem;
        padding:0;
        border-radius: 0;
    }
    .search_container .tabcont .item .item_cont.search_new .card .img{
        height:auto;
        aspect-ratio: 476 / 308;
    }
    .search_container .tabcont .item .item_cont.search_new .card .card_txt .btn svg {
        width: 10px;
        height: 10px;
    }
    .search_container .tabcont .item .item_cont.search_new .card:nth-child(3n) {
        margin-right: .24rem;
    }
    .search_container .tabcont .item .item_cont.search_new .card:nth-child(2n) {
        margin-right:0;
    }
    
    .search_container .tabcont .item .item_cont.search_new .card::after {
        display: none;
    }
    .search_container .tabcont .item .item_cont.search_new .card .card_txt .text .time{font-size: 14px;margin-bottom:12px;}
    .search_container .tabcont .item .item_cont.search_new .card .card_txt .text .h1{font-size: 16px;}
    .search_container .tabcont .item .item_cont.search_new .card .card_txt .btn{font-size: 12px;}
    
    .down1{padding: 50px 20px;}
    .down1 .tabber .item{font-size: 14px;padding: 0 10px;}
    .down1 .cont{justify-content: space-between;flex-wrap:wrap;}
    .down1 .cont .item .h1{font-size: 16px;}
    .down1 .cont .item .btn{font-size: 14px;}
    .down1 .cont .item{width: 48%;padding:20px 16px;margin-right:0;margin-bottom:30px;}
    
    .search_container .tabcont .item .item_cont.search_down{justify-content: space-between;flex-wrap:wrap;}
    .search_container .tabcont .item .item_cont.search_down .card .h1{font-size: 16px;}
    .search_container .tabcont .item .item_cont.search_down .card .btn{font-size: 14px;}
    .search_container .tabcont .item .item_cont.search_down .card{width: 48%;padding:20px 16px;margin-right:0;margin-bottom:30px;}
    .ab1 .cont1 {
        transform: none;
        left: 0;
    }
    .ab1 .cont1 .img_box1 {
        left: 0;
        transform: none;
        min-height: 9.82rem;
    }
    
    
    
}

