:root {
  --gap: 0.4rem;
  --Padd: 1.7rem;
  --viColor: #0050b5;
  --f300: "Light";
  --f400: "Regular";
  --f500: "Medium";
}
.t_14 {
  font-size: 0.14rem;
}
.t_20 {
  font-size: 0.2rem;
}
.t_16 {
  font-size: 0.16rem;
}
.bgwhiteColor {
  background-color: #fff;
}
.module.contactUsBtn {
  width: fit-content;
  padding: 0 0.14rem 0 0.41rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
}
.module.contactUsBtn .ico {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.module.contactUsBtn .ico span {
  color: var(--viColor);
  font-weight: 600;
}
.module.btn {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-size: .16rem;
  justify-content: center;
  transition: all 0.4s ease;
  background-color: #e6e6e6;
  cursor: pointer;
}
.module.btn:hover {
  background: var(--viColor);
}
.module.btn:hover span {
  color: #fff;
}
.module.btn span {
  color: #606060;
  font-size: 0.14rem;
  transition: all 0.4s ease;
}
.header {
  width: 100%;
  padding: 10px var(--gap) 0;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.header .header_top {
  padding: 0 0.4rem;
  background-color: #000;
  height: 0.4rem;
  border-radius: 0.4rem;
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header_top .header_top_left {
  display: flex;
  align-items: center;
}
.header .header_top .header_top_left .item {
  margin-right: 0.66rem;
  color: #fff;
}
.header .header_top .header_top_left .item a {
  color: #fff;
  text-decoration: underline !important;
}
.header .header_top .header_top_left .item:last-child {
  margin-right: 0;
}
.header .header_top .header_top_right {
  display: flex;
  align-content: start;
}
.header .header_top .header_top_right .item {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 16px;
}
.header .header_top .header_top_right .item:last-child {
  margin-right: 0;
}
.header .header_top .header_top_right .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .header_bot {
  height: 0.8rem;
  background-color: #fff;
  border-radius: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 42px;
}
.header .header_bot .header_bot_left {
  display: flex;
  align-items: end;
}
.header .header_bot .header_bot_left .logo {
  width: auto;
  height: 0.4rem;
  margin-right: 0.06rem;
}
.header .header_bot .header_bot_left .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .header_bot .header_bot_left .stockCode {
  color: #666666;
  line-height: 1.7;
}
.header .header_bot .header_bot_center {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  padding: 0 .3rem;
  flex: 1;
}
.header .header_bot .header_bot_center li {
  /*margin-right: 0.8rem;*/
  height: 100%;
  display: flex;
  align-items: center;
}
.header .header_bot .header_bot_center li .lis_t {
  transition: all 0.3s ease;
  color: #333;
}

.header .header_bot .header_bot_center li:hover .lis_t {
  color: var(--viColor);
}
.header .header_bot .header_bot_center li.on .lis_t {
  color: var(--viColor);
}

.header .header_bot .header_bot_center li:last-child {
  margin-right: 0;
}
.header .header_cont {
    position: relative;
}
.header .header_bot .header_bot_center li .li_down {
    position: absolute;
    min-width: 100%;
    top: calc(100% - .14rem);
    padding-top: .14rem;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding:  20px 0;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 35px 32.1px 0px rgba(230, 220, 220, 0.2);
    display: none;
}

.header .header_bot .header_bot_center li .li_down  {
    padding: 23px 0 ;
    justify-content: center;
    align-items: center;
}

.header .header_bot .header_bot_center li .li_down .li_down_cont {
    display: flex;
    column-gap: .94rem;
    row-gap: .3rem;
    /*flex-wrap: wrap;*/

}
.header .header_bot .header_bot_center li .li_down .li_down_cont a {
    font-size: .16rem;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.header .header_bot .header_bot_center li .li_down .li_down_cont a .f_ico {
    width: .33rem;
    height: .33rem;
    margin-bottom: .1rem;
    object-fit: contain;
}


.header .header_bot .header_bot_center li .li_down>a {
    white-space: nowrap; 
    line-height: 1.9;
    text-align: center;
    display: block;
    font-size: .2rem;
    color: #666;
    font-size: .14rem;
    transition: all .4s ease;
    position: relative;
}
.header .header_bot .header_bot_center li .li_down>a::after {
    content: "";
    position: absolute;
    width: 100%;
    border: 1px solid var(--viColor);
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    transition: all .4s ease;
    opacity: 0;
}


.header .header_bot .header_bot_center li .li_down.style2 {
    padding: 0;
    height: 6rem;
}
.header .header_bot .header_bot_center li .li_down>a:hover {
    color: var(--viColor);
}
.header .header_bot .header_bot_center li .li_down>a:hover::after {
    opacity: 1;
}

.header .header_bot .header_bot_center li .li_down>a:last-child {
    margin-bottom: 0;
}


.header .header_bot .header_bot_center li .li_down .dwon_solution {
    display: flex;
    height: 6rem;
}
.header .header_bot .header_bot_center li .li_down .dwon_solution .left_tab {
    width: 3.32rem;
    height: 100%;
    overflow-y: auto;
    padding: .95rem .4rem .4rem;
    background-color: rgba(247, 248, 250, 1);
}
.header .header_bot .header_bot_center li .li_down .dwon_solution .left_tab::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.header .header_bot .header_bot_center li .li_down .dwon_solution .left_tab::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: var(--viColor);
}
.header .header_bot .header_bot_center li .li_down .dwon_solution .left_tab .item {
    font-size: .2rem;
    line-height: 1.35;
    color: #333;
    transition: all .4s ease;
    margin-bottom: .4rem;
    cursor: pointer;
}

.header .header_bot .header_bot_center li .li_down .dwon_solution .left_tab .item.on {
    color: var(--viColor);
}

.header .header_bot .header_bot_center li .li_down .dwon_solution .left_tab .item:hover {
    color: var(--viColor);
}

.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont {
    flex: 1;
}
.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item {
    display: none;
    height: 100%;
}
.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item.on {
    display: flex;
}

.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item .cont_card1 {
    padding: .95rem 1.10rem .4rem 1.10rem;
    width: 6.55rem;
    border-right: 1px solid #E6E6E6;
}

.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item .cont_card1  .card_item {
    width: 100%;
}
.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item .cont_card1  .card_item .img {
    width: 100%;
    height: auto;
    aspect-ratio: 435 / 277;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: .3rem;
}
.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item .cont_card1  .card_item .img  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease;
}
.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item .cont_card1  .card_item .img:hover img {
    transform: scale(1.1);
}
.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item .cont_card1  .card_item  .card_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item .cont_card1  .card_item  .card_text .card_name {
    font-size: .2rem;
    color: #333;
}
.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item .cont_card1  .card_item  .card_text .btn {
    display: flex;
    align-items: center;
    font-size: .16rem;
    color: var(--viColor);
    width: 1.8rem;
}
.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item .cont_card1  .card_item  .card_text .btn svg {
    width: .34rem;
    height: .34rem;
    object-fit: contain;
    margin-left: .16rem;
}

.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item .cont_card2 {
    padding: .95rem 1.30rem .4rem 1.10rem;
    flex: 1;
    display:flex;
    flex-direction: column;
}
.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item .cont_card2 .list {
    flex: 1;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: .25rem;
    row-gap: .2rem;
    overflow-y: auto;
    padding-right: 6px;
    padding: 0 6px .2rem 0;
}

.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item .cont_card2 .list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item .cont_card2 .list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: var(--viColor);
}
.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item .cont_card2 .list .item {
    width: calc((100% - .25rem * 2) / 3);
    border: 1px solid #E0E0E0;
    height: fit-content;
    border-radius: 15px;
}
.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item .cont_card2 .list .item .img {
    width: 100%;
    height: auto;
    aspect-ratio: 184 / 136;
    overflow: hidden;
    border-radius: 15px;
}
.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item .cont_card2 .list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item .cont_card2 .list .item .item_name {
    line-height: 2;
    padding: .1rem;
    color: #666;
    height: .8rem;
    overflow-y: auto;
}
.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item .cont_card2 .list .item .item_name::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item .cont_card2 .list .item .item_name::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: var(--viColor);
}

.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item .cont_card {
    height: 100%;
}
.header .header_bot .header_bot_center li .li_down .dwon_solution  .tabcont .tabcont_item .cont_card .tit {
    font-size: .3rem;
    font-family: var(--f500);
    margin-bottom: .3rem;
}


.header .header_bot .header_bot_right {
  display: flex;
  align-items: center;
}
.header .header_bot .header_bot_right .search {
  margin-right: 0.4rem;
  color: #464646;
}
.header .header_bot .header_bot_right .language .language_t {
  display: flex;
  align-items: center;
  margin-right: 0.4rem;
  color: #464646;
}
.header .header_bot .header_bot_right .language .language_t .earth {
  margin-right: 10px;
}
.header .header_bot .header_bot_right .language .language_t svg {
  width: 10px;
  height: 10px;
  object-fit: contain;
  margin-left: 5px;
}
.header .header_bot .header_bot_right .detect {
  width: fit-content;
  padding: 0 0.22rem;
  background-color: var(--viColor);
  height: 0.32rem;
  border-radius: 0.32rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header {
    transition: all .4s ease;
}
.header .header_top {
    transition: all .4s ease;
}
.header .header_bot {
    transition: all .4s ease;
}
.header.scroll {
    padding: 0;
}
.header.scroll .header_top {
    border-radius: 0;
    margin: 0;
}
.header.scroll .header_bot {
    border-radius: 0;
}
html {
  scroll-padding-top: 1.4rem;
}
.banner {
  margin: 0 var(--gap);
  height: calc(100vh - 1.4rem - 0.4rem - 0.2rem);
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.4rem;
}
.banner .bgbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner .bgbox .bgimg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .bgbox .prpimg {
  position: absolute;
  z-index: 2;
  right: 0;
  width: 1.27rem;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.banner .cont {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 0 var(--Padd);
  padding-bottom: 20vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.banner .cont .title {
  color: #fff;
  font-family: var(--f500);
  margin-bottom: 0.6rem;
}
.banner .cont .contactUsBtn {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(50px);
  color: #fff;
}
.banner .cont .prop_bot {
  width: fit-content;
  min-width: 2rem;
  height: 0.54rem;
  background-color: #f0f2f4;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  right: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem 0.3rem 0 0;
  color: #606060;
}
.banner .cont .prop_bot::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 99%;
  bottom: 0;
  width: 0.54rem;
  height: 0.54rem;
  background-color: #f0f2f4;
  border-radius: 50% 50% 50% 0;
  mask: radial-gradient(circle at 50% 50%, transparent 71%, #f0f2f4 75%);
}
.banner .cont .prop_bot::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 99%;
  bottom: 0;
  width: 0.54rem;
  height: 0.54rem;
  background-color: #f0f2f4;
  border-radius: 50% 50% 0 50%;
  mask: radial-gradient(circle at 50% 50%, transparent 71%, #f0f2f4 75%);
}
.container {
  padding-top: calc(1.4rem + 0.2rem);
  background: #f0f2f4;
}
.footet_box {
  background: url(../img/14.png) no-repeat center top;
  background-size: 100% auto;
}
.footet_box .footer_form {
    margin-top: 20px;
  padding: 0.41rem var(--Padd) 1.29rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footet_box .footer_form .left .title {
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0.6rem;
  font-family: var(--f500);
}
.footet_box .footer_form .left .contactUsBtn {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(50px);
  color: #fff;
}
.footet_box .footer_form form {
  padding: 0.8rem 0.6rem 0.73rem;
  border-radius: 0.28rem;
  background-color: #f9f9f9;
  width: 7.78rem;
}
.footet_box .footer_form form .h1 {
  margin-bottom: 0.32rem;
  color: #333;
  font-family: var(--f500);
}
.footet_box .footer_form form .item {
  margin-bottom: 0.18rem;
  display: flex;
}
.footet_box .footer_form form .item input {
  flex: 1;
  height: 0.66rem;
  border-radius: 0.17rem;
  background-color: #fff;
  padding: 0 0.16rem;
  margin-right: 0.18rem;
  color: #333;
}
.footet_box .footer_form form .item input::placeholder {
  color: #999;
}
.footet_box .footer_form form .item input:last-child {
  margin-right: 0;
}
.footet_box .footer_form form .item textarea {
  flex: 1;
  height: 1.35rem;
  border-radius: 0.17rem;
  background-color: #fff;
  padding: 0.16rem;
  color: #333;
}
.footet_box .footer_form form .item textarea::placeholder {
  color: #999;
}
.footet_box .footer_form form .item:last-child {
  margin-bottom: 0.21rem;
}
.footet_box .footer_form form button {
  width: 100%;
  height: 0.5rem;
  border-radius: 0.5rem;
  border: 0;
  background-color: var(--viColor);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.banner_anim {
    position: relative;
}
.banner_anim .scbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: calc(1.4rem + 0.2rem);
     clip-path: circle(100% at 10.71rem calc(35vh + 0.367rem));
    webkit-clip-path: circle(100% at 10.71rem calc(35vh + 0.367rem));
    transition: all 1.6s ease;
}


.in1 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*justify-content: center;*/
  padding-top: 35vh;
}
.in1 .logo {
  width: 5.04rem;
  height: auto;
  margin-bottom: 0.8rem;
}
.in1 .h1 {
  color: #333;
  font-family: var(--f500);
  margin-bottom: 0.85rem;
  text-align: center;
}
.in1 .contactUsBtn {
  background-color: var(--viColor);
  color: #fff;
}
.in2 {
  height: 100vh;
  position: relative;
}
.in2 .map {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 1.7rem;
}
.in2 .map img {
  width: 94.7917vw;
  height: auto;
  aspect-ratio: 1820 / 674;
}
.in2 .map .dotCont .dot {
  position: absolute;
  z-index: 2;
}
.in2 .map .dotCont .dot .dot_cont {
  width: 0.2rem;
  height: auto;
  aspect-ratio: 1 / 1;
}
.in2 .map .dotCont .dot .dot_cont .dot_ico {
  color: var(--viColor);
  margin-bottom: -27%;
  font-size: 125%;
}
.in2 .map .dotCont .dot .dot_cont ._shadow {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%) rotateX(70deg);
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
}
.in2 .map .dotCont .dot .dot_cont ._shadow ._shadow1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--viColor);
  animation: identifier 2s linear infinite;
}
.in2 .map .dotCont .dot .dot_cont ._shadow ._shadow2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--viColor);
  animation: identifier 2s linear infinite;
  animation-delay: 1s;
}
.in2 .map .dotCont .dot .dot_h {
  color: #404040;
  position: absolute;
  left: calc(100% + 5px);
  top: 0;
  white-space: nowrap;
}
.in2 .map .dotCont .dot .dot_h.pos_box {
  top: 200%;
  left: 50%;
  transform: translateX(-50%);
}
.in2 .map .dotCont .dot:nth-child(1) {
  top: calc(158 / 674 * 100%);
  left: calc(280 / 1820 * 100%);
}
.in2 .map .dotCont .dot:nth-child(2) {
  top: calc(276 / 674 * 100%);
  left: calc(333 / 1820 * 100%);
}
.in2 .map .dotCont .dot:nth-child(3) {
  top: calc(214 / 674 * 100%);
  left: calc(843 / 1820 * 100%);
}
.in2 .map .dotCont .dot:nth-child(4) {
  top: calc(248 / 674 * 100%);
  left: calc(994 / 1820 * 100%);
}
.in2 .map .dotCont .dot:nth-child(5) {
  top: calc(344 / 674 * 100%);
  left: calc(1227 / 1820 * 100%);
}
.in2 .map .dotCont .dot:nth-child(6) {
  top: calc(361 / 674 * 100%);
  left: calc(1380 / 1820 * 100%);
}
.in2 .map .dotCont .dot:nth-child(7) {
  top: calc(394 / 674 * 100%);
  left: calc(1436 / 1820 * 100%);
}
.in2 .map .map_center {
  width: calc(64 / 1820 * 100%);
  height: auto;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: calc(250 / 674 * 100%);
  left: calc(1388 / 1820 * 100%);
}
.in2 .map .map_center .box {
  width: 100%;
  height: 100%;
  position: absolute;
}
.in2 .map .map_center .box .img {
  width: 100%;
  height: 100%;
}
.in2 .map .map_center .box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.in2 .map .map_center .box .t {
  position: absolute;
  left: 50%;
  top: calc(100% + 6px);
  color: var(--viColor);
  font-weight: bold;
  white-space: nowrap;
  transform: translateX(-50%);
}
.in2 .map .map_center .line {
  width: calc(1500%);
  max-width: fit-content;
  height: auto;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 50%;
  left: -33%;
  transform: translate(-50%, -50%);
}
.in2 .cont {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  z-index: 2;
  left: 0;
  bottom: 0.7rem;
  padding: 0 var(--Padd);
}
.in2 .cont .h1 {
  font-family: var(--f500);
  margin-bottom: 0.7rem;
  color: #333;
  line-height: 1.15;
}
.in2 .cont .list {
  display: flex;
  align-items: center;
}
.in2 .cont .list .item {
  width: calc((100% - 0.2rem * 4) / 5);
  height: 1.6rem;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
  border-radius: 0.24rem;
  overflow: hidden;
  padding-left: 0.24rem;
  margin-right: 0.2rem;
  padding-right: .44rem;
}
.in2 .cont .list .item:last-child {
  margin-right: 0;
}
.in2 .cont .list .item .item_num {
  display: flex;
  align-items: center;
  margin-bottom: 0.12rem;
  font-family: var(--f500);
}
.in2 .cont .list .item .item_h {
  color: #999999;
}
.in2 .cont .list .item::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/07.svg) no-repeat right bottom;
  background-size: 100% 100%;
}
.in2 .cont .list .item .ico {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--viColor);
  display: flex;
  align-items: center;
  justify-content: center;
}
.in2 .cont .list .item .ico img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.in3 {
  padding: 2.14rem var(--Padd) 0;
}
.in3 .title {
  line-height: 1.15;
  margin-bottom: 15px;
  font-family: var(--f500);
  color: #333;
}
.in3 .in3_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.45rem;
}
.in3 .in3_top .in3_topLeft {
  width: 42%;
}
.in3 .in3_top .in3_topLeft .p1 {
  color: #666666;
  line-height: 1.5;
}
.in3 .in3_top .contactUsBtn {
  background-color: var(--viColor);
  color: #fff;
}
.in3 .in3_cont .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.in3 .in3_cont .list .item {
  height: 4.4rem;
  border-radius: 0.2rem 0.2rem 0 0.2rem;
  overflow: hidden;
  position: relative;
  padding: 0.45rem 0.55rem;
  color: #fff;
  font-family: var(--f500);
  margin-bottom: 0.4rem;
}
.in3 .in3_cont .list .item .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
  transition: all 0.4s ease;
}
.in3 .in3_cont .list .item .h1 {
  position: relative;
  z-index: 3;
}
.in3 .in3_cont .list .item:hover .bg {
  transform: scale(1.1);
}
.in3 .in3_cont .list .item:hover .ico {
  background-color: var(--viColor);
}
.in3 .in3_cont .list .item:nth-child(1) {
  width: 8.6rem;
}
.in3 .in3_cont .list .item:nth-child(2) {
  width: 6.76rem;
}
.in3 .in3_cont .list .item:nth-child(3) {
  width: 6.76rem;
}
.in3 .in3_cont .list .item:nth-child(4) {
  width: 8.6rem;
}
.in3 .in3_cont .list .item::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2px;
  right: -2px;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/07.svg) no-repeat left top;
  background-size: 100% 100%;
}
.in3 .in3_cont .list .item .ico {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  bottom: 1px;
  right: 0;
  transition: all 0.4s ease;
}
.in3 .in3_cont .list .item .ico span {
  color: #fff;
  font-size: 0.2rem;
}
.in4 {
  padding: 2.3rem var(--Padd) 1.3rem;
}
.in4 .title {
  text-align: center;
  font-family: var(--f500);
  color: #333;
  line-height: 1.15;
  margin-bottom: 0.5rem;
}
.in4 .list {
  display: flex;
  align-items: stretch;
}
.in4 .list .item {
  width: calc((100% - 0.46rem * 2) / 3);
  margin-right: 0.46rem;
  border-radius: 0.28rem;
  overflow: hidden;
  background-color: #fff;
}
.in4 .list .item .bgimg {
  width: 100%;
  height: auto;
  aspect-ratio: 496 / 373;
  overflow: hidden;
  border-radius: 0.28rem;
  position: relative;
  z-index: 1;
}
.in4 .list .item .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.in4 .list .item .bgimg:hover img {
  transform: scale(1.1);
}
.in4 .list .item .text {
  margin-top: -0.54rem;
  position: relative;
  z-index: 2;
  border-radius: 0 0 0.28rem 0.28rem;
}
.in4 .list .item .text .time {
  height: 0.54rem;
  display: flex;
  align-items: center;
  color: #9b9b9b;
}
.in4 .list .item .text .time .time_box {
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 0.27rem 0.27rem 0 0;
  background-color: #ffff;
  padding: 0 0.4rem;
  position: relative;
}
.in4 .list .item .text .time .time_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 0.4rem + 0.18rem);
  border-bottom: 1px solid #b0b0b1;
  left: 0.4rem;
  z-index: 2;
}
.in4 .list .item .text .time .time_box::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 100%;
  bottom: 0;
  width: 0.54rem;
  height: 0.54rem;
  background-color: #fff;
  border-radius: 50% 50% 50% 0;
  mask: radial-gradient(circle at 50% 50%, transparent 73%, #fff 75%);
}
.in4 .list .item .text .text_cont {
  padding: 0.4rem;
}
.in4 .list .item .text .text_cont .h1 {
  margin-bottom: 0.22rem;
  font-family: var(--f500);
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.in4 .list .item .text .text_cont .p1 {
  color: #666666;
  display: -webkit-box;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.in4 .list .item:nth-child(3n) {
  margin-right: 0;
}
.in5 {
  padding: 1.4rem 0 0;
  background-color: #fff;
}
.in5 .title {
  text-align: center;
  line-height: 1.15;
  color: #333;
  font-family: var(--f500);
  margin-bottom: 0.5rem;
}
.in5 .swiper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.in5 .swiper .swiper-slide {
  width: 63.0208vw;
  height: 7.23rem;
  /*margin: 0 0.4rem;*/
  background: url(../img/08.png) no-repeat center center;
  background-size: cover;
  border-radius: 0.4rem 0.4rem 0 0.4rem;
  position: relative;
}
.in5 .swiper .swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
.in5 .swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  pointer-events: none;
  transition: all 0.4s ease;
}
.in5 .swiper .swiper-slide .cont {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0.56rem 0.58rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.in5 .swiper .swiper-slide .cont::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: -2px;
  bottom: -2px;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/08.svg) no-repeat left top;
  background-size: 100% 100%;
}
.in5 .swiper .swiper-slide .cont .ico {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--viColor);
  display: flex;
  align-items: center;
  justify-content: center;
}
.in5 .swiper .swiper-slide .cont .ico span {
  font-size: 0.2rem;
  color: #fff;
}
.in5 .swiper .swiper-slide .cont .h1 {
  color: #fff;
  margin-bottom: 0.12rem;
}
.in5 .swiper .swiper-slide .cont .p {
  color: #fff;
}
.in5 .swiper_bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 var(--Padd);
}
.in5 .swiper_bot .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  width: fit-content;
}
.in5 .swiper_bot .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  border-radius: 0;
  margin-right: 5px;
  opacity: 1;
  background-color: #dfdfdf;
  transition: all 0.4s ease;
}
.in5 .swiper_bot .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--viColor);
}
.in5 .swiper_bot .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.in5 .swiper_bot .btn_box {
  display: flex;
  align-items: center;
}
.in5 .swiper_bot .btn_box .btn {
  margin-right: 15px;
  cursor: pointer;
}
.in5 .swiper_bot .btn_box .btn:last-child {
  margin-right: 0;
}
.in6 {
  width: 100%;
  padding: 1.7rem var(--gap) 0.3rem;
  background-color: #fff;
}
.in6 .cont {
  width: 100%;
  height: 10.36rem;
  background: url(../img/09.png) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.in6 .cont::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.in6 .cont .hub {
  position: relative;
  z-index: 2;
  width: 7.28rem;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px dashed #fff;
}
.in6 .cont .hub canvas {
  position: absolute;
  width: 101%;
  height: auto;
  aspect-ratio: 1 / 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.in6 .cont .hub .list .item {
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.in6 .cont .hub .list .item.on .ico::after {
  opacity: 1;
}
.in6 .cont .hub .list .item:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in6 .cont .hub .list .item:nth-child(1) .text {
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 0.3rem);
}
.in6 .cont .hub .list .item:nth-child(2) {
  top: 34%;
  left: 97.5%;
  transform: translate(-50%, -50%);
}
.in6 .cont .hub .list .item:nth-child(2) .text {
  left: calc(100% + 0.26rem);
  top: 50%;
  transform: translateY(-50%);
}
.in6 .cont .hub .list .item:nth-child(3) {
  top: 91%;
  left: 79%;
  transform: translate(-50%, -50%);
}
.in6 .cont .hub .list .item:nth-child(3) .text {
  left: calc(100% + 0.3rem);
  top: 0;
}
.in6 .cont .hub .list .item:nth-child(4) {
  top: 91%;
  left: 21%;
  transform: translate(-50%, -50%);
}
.in6 .cont .hub .list .item:nth-child(4) .text {
  right: calc(100% + 0.3rem);
  top: 0;
}
.in6 .cont .hub .list .item:nth-child(5) {
  top: 34%;
  left: 2.5%;
  transform: translate(-50%, -50%);
}
.in6 .cont .hub .list .item:nth-child(5) .text {
  right: calc(100% + 0.3rem);
  top: 50%;
  transform: translateY(-50%);
}
.in6 .cont .hub .list .item .ico {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
.in6 .cont .hub .list .item .ico::after {
  width: 0.58rem;
  height: 0.58rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  border-radius: 50%;
  border: 2px solid #fff;
  transition: all 0.4s ease;
  opacity: 0;
}
.in6 .cont .hub .list .item .text {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.in6 .cont .hub .list .item .text img {
  width: 0.5rem;
  height: 0.5rem;
  object-fit: contain;
  margin-bottom: 0.23rem;
}
.in6 .cont .hub .list .item .text span {
  color: #fff;
  white-space: nowrap;
}
.in6 .cont .hub .text_cont .item {
  width: calc(409 / 728 * 100%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  transition: ease all 0.4s;
  pointer-events: none;
  /*opacity: 0;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}
.in6 .cont .hub .text_cont .item .lgo {
  width: 0.86rem;
  height: 0.86rem;
  object-fit: contain;
  margin-bottom: 0.62rem;
}
.in6 .cont .hub .text_cont .item .text_h {
  text-align: center;
  color: #fff;
  font-family: var(--f500);
  margin-bottom: 0.2rem;
}
.in6 .cont .hub .text_cont .item .text_p {
  line-height: 1.75;
  text-align: center;
  color: #fff;
  margin-bottom: 0.51rem;
}
.in6 .cont .hub .text_cont .item .contactUsBtn {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(50px);
  color: #fff;
}
.in6 .cont .hub .text_cont .item.on {
  pointer-events: all;
  /*opacity: 1;*/
  display: flex;
}
.footer {
  padding: 0 var(--gap) 0.35rem;
}
.footer .footer_cont {
  background-color: #1d1e1f;
  border-radius: 0.4rem;
  padding: 0 0.4rem;
}
.footer .footer_cont .footer_cont_top {
  padding: 0.73rem 0 0.88rem;
  display: flex;
  justify-content: space-between;
}
.footer .footer_cont .footer_cont_top .footer_left {
  width: fit-content;
}
.footer .footer_cont .footer_cont_top .footer_left .logo {
  width: 2rem;
  height: auto;
  margin-bottom: 0.7rem;
}
.footer .footer_cont .footer_cont_top .footer_left .subscribe {
  margin-bottom: 0.4rem;
}
.footer .footer_cont .footer_cont_top .footer_left .subscribe .h1 {
  color: #fff;
  margin-bottom: 0.23rem;
}
.footer .footer_cont .footer_cont_top .footer_left .subscribe form {
  width: fit-content;
  min-width: 2.6rem;
  height: 0.43rem;
  border-radius: 0.43rem;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
}
.footer .footer_cont .footer_cont_top .footer_left .subscribe form input {
  flex: 1;
  height: 100%;
  padding: 0 0.16rem;
  color: #fff;
  background-color: transparent;
}
.footer .footer_cont .footer_cont_top .footer_left .subscribe form input::placeholder {
  color: #fff;
}
.footer .footer_cont .footer_cont_top .footer_left .subscribe form button {
  border: 0;
  width: fit-content;
  padding: 0.21rem;
  height: 0.35rem;
  border-radius: 0.35rem;
  background-color: var(--viColor);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.footer .footer_cont .footer_cont_top .footer_left .serviceHotline .h1 {
  color: #fff;
  margin-bottom: 0.15rem;
}
.footer .footer_cont .footer_cont_top .footer_left .serviceHotline .p1 {
  color: #fff;
  font-family: var(--f500);
}
.footer .footer_cont .footer_cont_top .footer_right {
  flex: 1;
  position: relative;
  padding-left: 20px;
}
.footer .footer_cont .footer_cont_top .footer_right .ul_box {
  display: flex;
  justify-content: end;
  width: 100%;
  justify-content: space-between;
}
.footer .footer_cont .footer_cont_top .footer_right .list {
  position: absolute;
  top: 2.8rem;
  right: 0;
  display: flex;
  align-items: center;
}
.footer .footer_cont .footer_cont_top .footer_right .list .item {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  transition: all 0.4s ease;
  position: relative;
}
.footer .footer_cont .footer_cont_top .footer_right .list .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: all 0.4s ease;
}
.footer .footer_cont .footer_cont_top .footer_right .list .item img.img1 {
  opacity: 1;
}
.footer .footer_cont .footer_cont_top .footer_right .list .item:hover img.img1 {
  opacity: 0;
}
.footer .footer_cont .footer_cont_top .footer_right .list .item:hover img.img2 {
  opacity: 1;
}
.footer .footer_cont .footer_cont_top .footer_right ul {
  margin-right: 20px;
}
.footer .footer_cont .footer_cont_top .footer_right ul:last-child {
  margin-right: 0;
}
.footer .footer_cont .footer_cont_top .footer_right ul li.h1 a {
  color: #fff;
  margin-bottom: 0.28rem;
  font-size: .16rem;
  font-family: var(--f500);
}
.footer .footer_cont .footer_cont_top .footer_right ul li.h2 a {
  color: #fff;
  line-height: 2.5;
  font-family: var(--f300);
  font-weight: 300;
  font-size: .14rem;
}
.footer .footer_cont .footer_cont_bot {
  padding: 0.22rem 0;
  border-top: 1px solid rgba(228, 228, 228, 0.3);
  display: flex;
  justify-content: space-between;
}
.footer .footer_cont .footer_cont_bot .footer_cont_bot_left {
  display: flex;
  align-items: center;
}
.footer .footer_cont .footer_cont_bot .footer_cont_bot_left .h {
  color: #fff;
  font-weight: 300;
  font-size: .14rem;
}
.footer .footer_cont .footer_cont_bot .footer_cont_bot_left .bot_cet {
  margin-left: 0.66rem;
  display: flex;
  align-items: center;
}
.footer .footer_cont .footer_cont_bot .footer_cont_bot_left .bot_cet a {
  font-weight: 300;
  color: #fff;
  font-size: .14rem;
}
.footer .footer_cont .footer_cont_bot .footer_cont_bot_left .bot_cet span {
  margin: 0 10px;
  font-weight: 300;
  color: #fff;
  font-size: .14rem;
}
.footer .footer_cont .footer_cont_bot .footer_cont_bot_right {
  font-weight: 300;
  color: #fff;
  font-size: .16rem;
}
.new1 {
  padding: 1.3rem var(--Padd) 1.92rem;
}
.new1 .title {
  text-align: center;
  line-height: 1.15;
  color: #423f3f;
  margin-bottom: 0.4rem;
}
.new1 .tabcont {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.92rem;
}
.new1 .tabcont .item {
  margin-right: 0.24rem;
  border: 1px solid rgba(96, 96, 96, 0.6);
  width: fit-content;
  padding: 0 0.34rem;
  color: rgba(96, 96, 96, 0.6);
  height: 0.44rem;
  border-radius: 0.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.new1 .tabcont .item.on,
.new1 .tabcont .item:hover {
  border-color: var(--viColor);
  color: #fff;
  background: var(--viColor);
}
.new1 .tabcont .item:last-child {
  margin-right: 0;
}
.new1 .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.new1 .list .item {
  width: calc((100% - 0.46rem * 2) / 3);
  margin-right: 0.46rem;
  border-radius: 0.28rem;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 0.78rem;
}
.new1 .list .item:nth-child(3n) {
  margin-right: 0;
}
.new1 .list .item .bgimg {
  width: 100%;
  height: auto;
  aspect-ratio: 496 / 373;
  overflow: hidden;
  border-radius: 0.28rem;
  position: relative;
  z-index: 1;
}
.new1 .list .item .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.new1 .list .item .bgimg:hover img {
  transform: scale(1.1);
}
.new1 .list .item .text {
  margin-top: -0.54rem;
  position: relative;
  z-index: 2;
  border-radius: 0 0 0.28rem 0.28rem;
}
.new1 .list .item .text .time {
  height: 0.54rem;
  display: flex;
  align-items: center;
  color: #9b9b9b;
}
.new1 .list .item .text .time .time_box {
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 0.27rem 0.27rem 0 0;
  background-color: #ffff;
  padding: 0 0.4rem;
  position: relative;
}
.new1 .list .item .text .time .time_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 0.4rem + 0.18rem);
  left: 0.4rem;
  z-index: 2;
}
.new1 .list .item .text .time .time_box::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 100%;
  bottom: 0;
  width: 0.54rem;
  height: 0.54rem;
  background-color: #fff;
  border-radius: 50% 50% 50% 0;
  mask: radial-gradient(circle at 50% 50%, transparent 73%, #fff 75%);
}
.new1 .list .item .text .text_cont {
  padding: 0.4rem;
}
.new1 .list .item .text .text_cont .h1 {
  margin-bottom: 0.22rem;
  font-family: var(--f500);
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new1 .list .item .text .text_cont .p1 {
  color: #666666;
  display: -webkit-box;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new1 .page {
  width: fit-content;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.new1 .page .num_cont {
  display: flex;
  align-items: center;
  margin: 0 0.24rem;
}
.new1 .page .num_cont .num {
  margin-right: 0.24rem;
  transition: all 0.4s ease;
}
.new1 .page .num_cont .num.on,
.new1 .page .num_cont .num:hover {
  color: var(--viColor);
}
.new1 .page .num_cont .num:last-child {
  margin-right: 0;
}
.newsList1 {
  display: flex;
  padding: 0 var(--gap) 0.6rem;
  justify-content: space-between;
}
.newsList1 .left {
  width: 71.3021vw;
  background-color: #fff;
  border-radius: 0.4rem;
}
.newsList1 .left .banner {
  height: 6.56rem;
  width: 100%;
  margin: 0;
}
.newsList1 .left .banner .prop_bot {
  right: 0;
  background-color: #ffffff;
  left: 2.2rem;
}
.newsList1 .left .banner .prop_bot::after {
  background-color: #ffffff;
}
.newsList1 .left .banner .prop_bot::before {
  background-color: #ffffff;
}
.newsList1 .left .cont {
  padding: 0.6rem 0.9rem 1.4rem;
}
.newsList1 .left .cont .title {
  color: #423F3F;
  margin-bottom: 0.6rem;
}
.newsList1 .left .cont .p {
  line-height: 1.75;
  color: #666;
}
.newsList1 .left .cont .p img {
  width: 60%;
  margin: 0 auto;
  height: auto;
  border-radius: 20px;
}
.newsList1 .right {
  width: 22.5vw;
}
.newsList1 .right .card {
  padding: 0.56rem 0.4rem 0.33rem;
  margin-bottom: 0.2rem;
  background-color: #fff;
  border-radius: 0.32rem;
}
.newsList1 .right .card .top_h1 {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0.22rem;
  color: #423F3F;
  font-family: var(--f500);
}
.newsList1 .right .card .list .item {
  display: block;
  margin-bottom: 0.32rem;
}
.newsList1 .right .card .list .item .h1 {
  line-height: 1.33;
  margin-bottom: 0.16rem;
  transition: all 0.4s ease;
  font-family: var(--f500);
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsList1 .right .card .list .item:hover .h1 {
  color: var(--viColor);
}
.newsList1 .right .card .list .item .time {
  width: fit-content;
  height: 0.23rem;
  border-radius: 0.23rem;
  background-color: #f3f3f3;
  padding: 0 14px;
  color: #333;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.newsList1 .right .card .list .item:last-child {
  margin-bottom: 0;
}
.newsList1 .right .card:last-child {
  margin-bottom: 0;
}
.newsList1 .right .back_list {
  width: fit-content;
  padding: 0 0.34rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #423f3f;
  height: 0.53rem;
  border-radius: 0.53rem;
  background-color: #fff;
}
.newsList1 .right .back_list svg {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}
.systemDetails_container .banner {
  margin-bottom: 0.4rem;
}
.system1 {
  background-color: #fff;
  padding: 1.3rem var(--Padd) 0;
}
.system1 .top {
  display: flex;
  margin-bottom: 0.65rem;
  justify-content: space-between;
}
.system1 .top .title {
  color: #333;
  font-family: var(--f500);
  line-height: 1.15;
}
.system1 .top .p {
  width: 46.875vw;
  line-height: 1.8;
  color: #666;
}
.system1 .cont {
  position: relative;
  overflow: hidden;
}
.system1 .cont::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -2px;
  bottom: -2px;
  width: 0.91rem;
  height: 0.91rem;
  background: url(../img/08.svg) no-repeat center center;
  background-size: 100% 100%;
}
.system1 .img {
  width: 100%;
  height: auto;
  aspect-ratio: 1576 / 574;
  position: relative;
  overflow: hidden;
  border-radius: 0.32rem;
}
.system1 .img .img_box {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.32rem;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.system1 .img:hover img {
  transform: scale(1.1);
}
.system2 {
  padding: 1.7rem var(--Padd);
  background-color: #fff;
}
.system2 .title {
  text-align: center;
  font-family: var(--f500);
  color: #333;
  line-height: 1.15;
  margin-bottom: 0.7rem;
}
.system2 .swiper {
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.system2 .swiper .swiper-slide {
  border-radius: 0.28rem;
  background-color: #f0f2f4;
  padding: 0.5rem 0.27rem 0.42rem;
  
  height: auto;
}
.system2 .swiper .swiper-slide .item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.system2 .swiper .swiper-slide .h1 {
  font-family: var(--f500);
  color: #333;
  margin-bottom: 0.42rem;
}
.system2 .swiper .swiper-slide .img_cont {
  width: 100%;
  height: auto;
  aspect-ratio: 451 / 316;
  border-radius: 0.24rem 0.24rem 0 0.24rem;
  position: relative;
  overflow: hidden;
}
.system2 .swiper .swiper-slide .img_cont::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/07.svg) no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
}
.system2 .swiper .swiper-slide .img_cont .ico {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.6rem;
  height: 0.6rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--viColor);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.system2 .swiper .swiper-slide .img_cont .ico img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.system2 .swiper .swiper-slide .img_cont .img {
  width: 100%;
  height: 100%;
  border-radius: 0.24rem;
  overflow: hidden;
}
.system2 .swiper .swiper-slide .img_cont .img:hover img {
  transform: scale(1.1);
}
.system2 .swiper .swiper-slide .img_cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.system2 .swiper_bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.system2 .swiper_bot .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  width: fit-content;
}
.system2 .swiper_bot .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  border-radius: 0;
  margin-right: 5px;
  opacity: 1;
  background-color: #dfdfdf;
  transition: all 0.4s ease;
}
.system2 .swiper_bot .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--viColor);
}
.system2 .swiper_bot .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.system2 .swiper_bot .btn_box {
  display: flex;
  align-items: center;
}
.system2 .swiper_bot .btn_box .btn {
  margin-right: 15px;
  cursor: pointer;
}
.system2 .swiper_bot .btn_box .btn:last-child {
  margin-right: 0;
}
.system3 {
  background-color: #fff;
  padding: 0 var(--gap) ;
  
    padding-bottom: 20px;
}
.system3 .cont {
  border-radius: 0.32rem;
  overflow: hidden;
  padding: 1.7rem calc(var(--Padd) - var(--gap));
  background-color: #f0f2f4;
}
.system3 .cont .title {
  text-align: center;
  line-height: 1.15;
  color: #333;
  margin-bottom: 0.7rem;
  font-family: var(--f500);
}
.system3 .swiper {
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.system3 .swiper .swiper-slide {
  background-color: #fff;
  border-radius: 0.28rem;
  overflow: hidden;
  position: relative;
  padding: 0.28rem 0.28rem 0.34rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  min-height: 3.3rem;
}
.system3 .swiper .swiper-slide::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -2px;
  width: 0.9rem;
  height: 0.9rem;
  transform: rotate(-90deg);
  background: url(../img/07.svg) no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
}
.system3 .swiper .swiper-slide:hover .ico {
  background-color: var(--viColor);
}
.system3 .swiper .swiper-slide .ico {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  transition: all 0.4s ease;
}
.system3 .swiper .swiper-slide .ico img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.system3 .swiper .swiper-slide .page {
  color: #333;
  padding-bottom: 0.23rem;
}
.system3 .swiper .swiper-slide .page_bot {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.system3 .swiper .swiper-slide .page_bot .h {
  font-family: var(--f500);
  padding-bottom: 0.33rem;
  color: #333;
  border-bottom: 1px solid #c3c3c3;
}
.system3 .swiper .swiper-slide .page_bot .p {
  color: #999;
  line-height: 1.62;
  font-size: 0.16rem;
  padding-top: 0.16rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
.system3 .swiper_bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.system3 .swiper_bot .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  top: 0;
  width: fit-content;
  right: 0;
}
.system3 .swiper_bot .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  border-radius: 0;
  margin-right: 5px;
  opacity: 1;
  background-color: #dfdfdf;
  transition: all 0.4s ease;
}
.system3 .swiper_bot .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--viColor);
}
.system3 .swiper_bot .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.system3 .swiper_bot .btn_box {
  display: flex;
  align-items: center;
}
.system3 .swiper_bot .btn_box .btn {
  margin-right: 15px;
  cursor: pointer;
}
.system3 .swiper_bot .btn_box .btn:last-child {
  margin-right: 0;
}
.system4 {
  padding: 1.7rem var(--Padd);
  background-color: #fff;
}
.system4 .title {
  text-align: center;
  color: #333;
  line-height: 1.15;
  font-family: var(--f500);
  margin-bottom: 0.6rem;
}
.system4 .swiper {
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.system4 .swiper .swiper-slide {
  border-radius: 0.28rem;
  background-color: #fff;
}
.system4 .swiper .swiper-slide .img {
  border-radius: 0.28rem;
  width: 100%;
  height: auto;
  aspect-ratio: 505 / 371;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f8fa;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.productDetails_container  .system4 .swiper .swiper-slide .img::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/03.png) no-repeat center center;
  background-size: contain;
  width: calc(74 / 505 * 100%);
  height: calc(287 / 371 * 100%);
  z-index: 2;
}
.system4 .swiper .swiper-slide .img img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  transition: all 0.4s ease;
}
.system4 .swiper .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.system4 .swiper .swiper-slide:hover .text .ico {
  background-color: var(--viColor);
}
.system4 .swiper .swiper-slide .text {
  margin-top: -0.22rem;
  position: relative;
  padding: 0.45rem 0.4rem 0.27rem;
  border: 1px solid #e0e0e0;
  border-top: 0;
  border-radius: 0 0 0.28rem 0.28rem;
  background-color: #fff;
}
.system4 .swiper .swiper-slide .text .ico_box {
  width: 0.9rem;
  height: 0.9rem;
  background-color: #fff;
  position: absolute;
  left: 0.91rem;
  top: -0.3rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.system4 .swiper .swiper-slide .text .ico_box::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 100%;
  transform: translateY(-24%);
  width: 0.54rem;
  height: 0.54rem;
  background-color: #fff;
  border-radius: 50% 50% 50% 0;
  mask: radial-gradient(circle at 50% 50%, transparent 71%, #f0f2f4 75%);
}
.system4 .swiper .swiper-slide .text .ico_box::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 100%;
  transform: translateY(-24%);
  width: 0.54rem;
  height: 0.54rem;
  background-color: #fff;
  border-radius: 50% 50% 0 50%;
  mask: radial-gradient(circle at 50% 50%, transparent 71%, #f0f2f4 75%);
}
.system4 .swiper .swiper-slide .text .ico {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  transition: all 0.4s ease;
}
.system4 .swiper .swiper-slide .text .ico span {
  font-size: 0.2rem;
  color: #fff;
}
.system4 .swiper .swiper-slide .text .h1 {
  color: #333;
  font-family: var(--f500);
  line-height: 1.45;
  margin-bottom: 0.1rem;
  position: relative;
  z-index: 3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.system4 .swiper .swiper-slide .text .p1 {
  color: #666666;
  line-height: 1.25;
}
.system4 .swiper_bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.system4 .swiper_bot .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  width: fit-content;
}
.system4 .swiper_bot .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  border-radius: 0;
  margin-right: 5px;
  opacity: 1;
  background-color: #dfdfdf;
  transition: all 0.4s ease;
}
.system4 .swiper_bot .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--viColor);
}
.system4 .swiper_bot .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.system4 .swiper_bot .btn_box {
  display: flex;
  align-items: center;
}
.system4 .swiper_bot .btn_box .btn {
  margin-right: 15px;
  cursor: pointer;
}
.system4 .swiper_bot .btn_box .btn:last-child {
  margin-right: 0;
}
.system5 {
  padding: 0 var(--Padd);
  padding-bottom: 1.7rem;
  background-color: #fff;
}
.system5 .swiper {
  overflow: hidden;
  position: relative;
}
.system5 .swiper .btn_box {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 1.2rem;
  z-index: 1;
  left: 0.48rem;
}
.system5 .swiper .btn_box .btn {
  margin-right: 0.14rem;
}
.system5 .swiper .btn_box .btn:last-child {
  margin-right: 0;
}
.system5 .cont {
  background-color: #f0f2f4;
  border-radius: 0.3rem;
  padding: 0.27rem 0.33rem 0.57rem 0.48rem;
  display: flex;
}
.system5 .cont .text {
  flex: 1;
  padding-right: 0.97rem;
  padding-top: 0.68rem;
  padding-bottom: 0.4rem;
}
.system5 .cont .text .h1 {
  line-height: 1.15;
  color: #333;
  font-family: var(--f500);
  margin-bottom: 0.97rem;
}
.system5 .cont .text .h2 {
  line-height: 1.22;
  color: #333;
  font-family: var(--f500);
  margin-bottom: 0.3rem;
}
.system5 .cont .text .p1 {
  color: #999;
  line-height: 1.66;
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 4;*/
  /*-webkit-box-orient: vertical;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}
.system5 .cont .img {
  width: 43.1771vw;
  height: auto;
  aspect-ratio: 829 / 600;
  overflow: hidden;
  border-radius: 0.3rem 0.3rem 0 0.3rem;
  position: relative;
}
.system5 .cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.system5 .cont .img::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/07.svg) no-repeat center center;
}
.system5 .cont .img:hover img {
  transform: scale(1.1);
}
.sys1 {
  padding: 1.3rem var(--Padd) 1.75rem;
  background-color: #FFF;
}
.sys1 .title {
  color: #333;
  line-height: 1.15;
  text-align: center;
  font-family: var(--f500);
  margin-bottom: 0.64rem;
}
.sys1 .cont {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1580 / 494;
}
.sys1 .cont img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sys1 .cont .list .contactUsBtn {
  position: absolute;
  z-index: 2;
  border: 1px solid #FFF;
  background: #f4f8fc;
  backdrop-filter: blur(19.25px);
  color: #666;
  white-space: nowrap;
}
.sys1 .cont .list .contactUsBtn.rowReverse {
  flex-direction: row-reverse;
  padding: 0 0.41rem 0 0.14rem;
}
.sys1 .cont .list .contactUsBtn.rowReverse .ico {
  margin-right: 16px;
  margin-left: 0;
}
.sys1 .cont .list .contactUsBtn:nth-child(1) {
  top: calc(287 / 494 * 100%);
  left: calc(130 / 1580 * 100%);
}
.sys1 .cont .list .contactUsBtn:nth-child(2) {
  top: calc(201 / 494 * 100%);
  left: calc(161 / 1580 * 100%);
}
.sys1 .cont .list .contactUsBtn:nth-child(3) {
  top: calc(141 / 494 * 100%);
  left: calc(220 / 1580 * 100%);
}
.sys1 .cont .list .contactUsBtn:nth-child(4) {
  top: calc(85 / 494 * 100%);
  left: calc(378 / 1580 * 100%);
}
.sys1 .cont .list .contactUsBtn:nth-child(5) {
  top: calc(16 / 494 * 100%);
  left: calc(611 / 1580 * 100%);
}
.sys1 .cont .list .contactUsBtn:nth-child(6) {
  top: calc(304 / 494 * 100%);
  left: calc(680 / 1580 * 100%);
}
.sys1 .cont .list .contactUsBtn:nth-child(7) {
  top: calc(377 / 494 * 100%);
  left: calc(668 / 1580 * 100%);
}
.sys1 .cont .list .contactUsBtn:nth-child(8) {
  top: calc(106 / 494 * 100%);
  left: calc(1415 / 1580 * 100%);
}
.sys1 .cont .list .contactUsBtn:nth-child(9) {
  top: calc(223 / 494 * 100%);
  left: calc(1445 / 1580 * 100%);
}
.sys1 .cont .list .contactUsBtn:nth-child(10) {
  top: calc(296 / 494 * 100%);
  left: calc(1400 / 1580 * 100%);
}
.sys1 .cont .list .contactUsBtn:nth-child(11) {
  top: calc(363 / 494 * 100%);
  left: calc(1460 / 1580 * 100%);
}
.sys2 {
  margin: 0 var(--gap);
  border-radius: 0.32rem;
  background-color: #f7f8fa;
  padding: 1.7rem calc(var(--Padd) - var(--gap)) 2.27rem;
}
.sys2 .title {
  text-align: center;
  margin-bottom: 0.7rem;
  font-family: var(--f500);
  color: #333;
  line-height: 1.15;
}
.productDetails_container .system4 .swiper .swiper-slide .img::after {
  display: none;
}
.productDetails_container .system4 .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productDetails_container .system2 {
  padding: 1.7rem calc(var(--Padd) - var(--gap));
  margin: 0 var(--gap);
  background-color: #f7f8fa;
  border-radius: 0.32rem;
}
.productDetails1 {
  padding: 2.38rem var(--Padd) 1.7rem;
  background-color: #fff;
}
.productDetails1 .title {
  text-align: center;
  font-family: var(--f500);
  color: #333;
  line-height: 1.15;
  margin-bottom: 0.16rem;
}
.productDetails1 .title_f {
  color: #666;
  margin-bottom: 0.6rem;
  text-align: center;
  line-height: 1.6;
}
.productDetails1 .cont {
  display: flex;
}
.productDetails1 .cont .item {
  width: calc((100% - 0.37rem * 2) / 3);
  height: auto;
  aspect-ratio: 501 / 733;
  margin-right: 0.37rem;
  display: flex;
  flex-direction: column;
}
.productDetails1 .cont .item .card {
  flex: 1;
  margin-bottom: 0.37rem;
  border-radius: 0.28rem 0.28rem 0 0.28rem;
  overflow: hidden;
  position: relative;
}
.productDetails1 .cont .item .card .h1 {
  color: #fff;
  font-family: var(--f500);
  line-height: 1.2;
  padding: 0.4rem;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 100%);
}
.productDetails1 .cont .item .card .ico {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.6rem;
  height: 0.6rem;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  background-color: #333333;
  transition: all 0.4s ease;
}
.productDetails1 .cont .item .card .ico img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.productDetails1 .cont .item .card::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/08.svg) no-repeat center center;
  background-size: 100% 100%;
  z-index: 2;
}
.productDetails1 .cont .item .card .bgimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s ease;
}
.productDetails1 .cont .item .card:hover .bgimg {
  transform: scale(1.1);
}
.productDetails1 .cont .item .card:hover .ico {
  background-color: var(--viColor);
}
.productDetails1 .cont .item .card:last-child {
  margin-bottom: 0;
}
.productDetails1 .cont .item:last-child {
  margin-right: 0;
}
.productDetails2 {
  padding: 1.7rem var(--Padd) 1.4rem;
  background-color: #fff;
}
.productDetails2 .title {
  text-align: center;
  line-height: 1.15;
  font-family: var(--f500);
  color: #333;
  margin-bottom: 0.6rem;
}

.productDetails1 .cont .item.item4 {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    row-gap: .25rem;
       aspect-ratio: auto;
}

.productDetails1 .cont .item.item4 .card {
    width: calc((100% - .25rem * 3) / 4);
    flex: none;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0;
    margin-right: .25rem;
}

.productDetails1 .cont .item.item4 .card:nth-child(4n) {
    margin-right: 0;
}
.productDetails2 .swiperimg {
    position: relative;
}
.productDetails2 .swiperimg .swiper-pagination {
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.productDetails2 .swiperimg .swiper-pagination .swiper-pagination-bullet {
    margin-right: 10px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: transparent;
      opacity: 1;
      margin-right: 12px;
      border: 2px solid #d6d6d6;
}
.productDetails2 .swiperimg .swiper-pagination .swiper-pagination-bullet-active {
    border-color: var(--viColor);
}

.productDetails2 .swiperimg .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.productDetails2 .swiper {
  overflow: hidden;
  position: relative;
}
.productDetails2  .cont {
  display: flex;
  align-items: center;
  padding: 0.8rem 0.75rem 0.81rem 0.85rem;
  border-radius: 0.28rem;
  background-color: #f0f1f3;
  min-height: 7.4rem;
}
.productDetails2  .cont .img {
  width: 6.21rem;
  height: 3.83rem;
  margin-right: 20px;
  overflow: hidden;
}
.productDetails2  .cont .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productDetails2  .cont .text {
  flex: 1;
}
.productDetails2 .cont .text table {
  width: 100% !important;
  border-collapse: collapse;
  padding: 0;
  backdrop-filter: blur(77.75px);
}
.productDetails2 .cont .text table tbody {
  position: relative;
}
.productDetails2  .cont .text table tbody::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.27);
  border-radius: 0.4rem;
}
.productDetails2  .cont .text table tbody tr {
  position: relative;
  z-index: 2;
}
.productDetails2  .cont .text table tbody tr:nth-child(1) {
  border-radius: 0.4rem;
  background-color: #fff;
}
.productDetails2  .cont .text table tbody tr:nth-child(1) td {
  border: 0 !important;
}
.productDetails2  .cont .text table tbody tr:nth-child(1) td:nth-child(1) {
  border-radius: 0.4rem 0 0 0.4rem;
}
.productDetails2  .cont .text table tbody tr:nth-child(1) td:last-child {
  border-radius: 0 0.4rem 0.4rem 0;
}
.productDetails2 .swiper .cont .text table tbody tr:last-child td {
  border-bottom: 0 !important;
}
.productDetails2 .cont .text table tbody tr:last-child td:nth-child(1) {
  border-radius: 0.4rem 0 0 0.4rem;
}
.productDetails2  .cont .text table tbody tr:last-child td:last-child {
  border-radius: 0 0.4rem 0.4rem 0;
}
.productDetails2  .cont .text table tbody tr td {
  border-bottom: 1px solid #e3e5e6;
  padding: 0.23rem 0.15rem;
  text-align: center;
  font-size: 0.16rem;
  color: #666;
  line-height: 1.3;
}
.productDetails2  .cont .text table tbody tr td span {
    font-size: .16rem !important;
}
.productDetails2  .cont .text table tbody tr td:nth-child(1) {
  /*width: 35%;*/
}
.productDetails2 .swiper .swiper-pagination {
  display: flex;
  align-items: center;
  top: auto;
  right: auto;
  left: 3.67rem;
  bottom: 1.34rem;
}
.productDetails2 .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
  margin-right: 12px;
  border: 2px solid #d6d6d6;
}
.productDetails2 .swiper .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.productDetails2 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--viColor);
}
.product1 {
  padding: 0.33rem var(--gap) 0.37rem;
  display: flex;
  align-items: start;
}
.product1 .left {
  width: 4.32rem;
  margin-right: 0.4rem;
  padding: 0.56rem 0.4rem 0.49rem;
  border-radius: 0.32rem;
  background-color: #fff;
  position: sticky;
  top: 1rem;
}
.product1 .left .title {
  color: #333;
  font-family: var(--f500);
  line-height: 1.15;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #cccccc;
}
.product1 .left .tabber {
  padding: 0.38rem 0 0;
}
.product1 .left .tabber .item {
  margin-bottom: 0.36rem;
  cursor: pointer;
}
.product1 .left .tabber .item:last-child {
  margin-bottom: 0;
}
.product1 .left .tabber .item.on .item_cont a {
  color: var(--viColor);
}
.product1 .left .tabber .item.on .item_cont .ico .ico_cont::after {
  background-color: var(--viColor);
}
.product1 .left .tabber .item.on .item_cont .ico .ico_cont::before {
  background-color: var(--viColor);
  height: 100%;
}
.product1 .left .tabber .item .item_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product1 .left .tabber .item .item_cont a {
  flex: 1;
  color: #595959;
  line-height: 1.4;
  transition: all 0.4s ease;
}
.product1 .left .tabber .item .item_cont .ico {
  width: 20%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: end;
}
.product1 .left .tabber .item .item_cont .ico .ico_cont {
  width: 15px;
  height: 15px;
  position: relative;
}
.product1 .left .tabber .item .item_cont .ico .ico_cont::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #595959;
  transition: all 0.4s ease;
}
.product1 .left .tabber .item .item_cont .ico .ico_cont::before {
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  width: 2px;
  border-radius: 2px;
  background-color: #595959;
}
.product1 .left .tabber .item .item_down {
  padding-top: 0.32rem;
  display: none;
}
.product1 .left .tabber .item .item_down a {
  width: 100%;
  display: block;
  padding: 0 0 0 0.2rem;
  color: #666666;
  line-height: 1.7;
  margin-bottom: 0.28rem;
}
.product1 .left .tabber .item .item_down a:last-child {
  margin-bottom: 0;
}
.product1 .right {
  flex: 1;
  background-color: #ffffff;
  border-radius: 0.32rem;
  padding: 1.1rem 0.58rem 2.94rem;
}
.product1 .right .list {
  display: flex;
  flex-wrap: wrap;
}
.product1 .right .list .item {
  width: calc((100% - 0.25rem * 2) / 3);
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  border-radius: 0.28rem;
  background-color: #fff;
}
.product1 .right .list .item:nth-child(3n) {
  margin-right: 0;
}
.product1 .right .list .item .img {
  border-radius: 0.28rem;
  width: 100%;
  height: auto;
  aspect-ratio: 505 / 371;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f8fa;
  position: relative;
  overflow: hidden;
}
.product1 .right .list .item .img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/12.png) no-repeat center center;
  background-size: contain;
  width: calc(74 / 505*100%);
  height: calc(287 / 371*100%);
}
.product1 .right .list .item .img img {
  width: 65%;
  height: 80%;
  object-fit: contain;
  transition: all 0.4s ease;
}
.product1 .right .list .item:hover .img img {
  transform: scale(1.1);
}
.product1 .right .list .item:hover .text .ico_box .ico {
  background-color: var(--viColor);
}
.product1 .right .list .item .text {
  margin-top: -0.27rem;
  position: relative;
  padding: 0.45rem 0.4rem 0.27rem;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top: 0;
  border-radius: 0 0 0.28rem 0.28rem;
}
.product1 .right .list .item .text .ico_box {
  width: 0.9rem;
  height: 0.9rem;
  background-color: #fff;
  position: absolute;
  left: 0.91rem;
  top: -0.46rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.product1 .right .list .item .text .ico_box::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 100%;
  transform: translateY(-24%);
  width: 0.54rem;
  height: 0.54rem;
  background-color: #fff;
  border-radius: 50% 50% 0 50%;
  mask: radial-gradient(circle at 50% 50%, transparent 71%, #f0f2f4 75%);
}
.product1 .right .list .item .text .ico_box::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 100%;
  transform: translateY(-24%);
  width: 0.54rem;
  height: 0.54rem;
  background-color: #fff;
  border-radius: 50% 50% 50% 0;
  mask: radial-gradient(circle at 50% 50%, transparent 71%, #f0f2f4 75%);
}
.product1 .right .list .item .text .ico_box .ico {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  transition: all 0.4s ease;
}
.product1 .right .list .item .text .ico_box .ico span {
  font-size: 0.2rem;
  color: #fff;
}
.product1 .right .list .item .text .h1 {
  color: #333;
  font-family: var(--f500);
  line-height: 1.45;
  margin-bottom: 0.1rem;
  min-height: .8rem;
}
.product1 .right .list .item .text .p1 {
  color: #666666;
  line-height: 1.4;
  min-height: .7rem;
}
.product1 .right .list:nth-child(3n) {
  margin-right: 0;
}
.mater1 {
  padding: 1.3rem var(--Padd) 1.7rem;
}
.mater1 .list {
  display: flex;
  flex-wrap: wrap;
}
.mater1 .list .item {
  width: calc((100% - 0.45rem * 2) / 3);
  margin-right: 0.45rem;
  margin-bottom: 0.78rem;
  border-radius: 0.28rem;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.mater1 .list .item:nth-child(3n) {
  margin-right: 0;
}
.mater1 .list .item .img {
  width: 100%;
  height: auto;
  aspect-ratio: 496 / 373;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f8fa;
  position: relative;
  overflow: hidden;
  border-radius: 0.28rem;
}
.mater1 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.mater1 .list .item:hover .img img {
  transform: scale(1.1);
}
.mater1 .list .item:hover .text .ico_box .ico {
  background-color: var(--viColor);
}
.mater1 .list .item .text {
  position: relative;
  padding: 0.45rem 0.4rem 0.65rem;
  background-color: #fff;
  border-top: 0;
  border-radius: 0 0 0.28rem 0.28rem;
}
.mater1 .list .item .text .ico_box {
  width: 0.9rem;
  height: 0.9rem;
  background-color: #fff;
  position: absolute;
  left: 0.91rem;
  top: -0.46rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.mater1 .list .item .text .ico_box::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 100%;
  transform: translateY(-24%);
  width: 0.54rem;
  height: 0.54rem;
  background-color: #fff;
  border-radius: 50% 50% 0 50%;
  mask: radial-gradient(circle at 50% 50%, transparent 71%, #f0f2f4 75%);
}
.mater1 .list .item .text .ico_box::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 100%;
  transform: translateY(-24%);
  width: 0.54rem;
  height: 0.54rem;
  background-color: #fff;
  border-radius: 50% 50% 50% 0;
  mask: radial-gradient(circle at 50% 50%, transparent 71%, #f0f2f4 75%);
}
.mater1 .list .item .text .ico_box .ico {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  transition: all 0.4s ease;
}
.mater1 .list .item .text .ico_box .ico span {
  font-size: 0.2rem;
  color: #fff;
}
.mater1 .list .item .text .h1 {
  color: #333;
  font-family: var(--f500);
  line-height: 1.45;
  margin-bottom: 0.1rem;
}
.mater1 .list .item .text .p1 {
  color: #666666;
  line-height: 1.75;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mater1 .list:nth-child(3n) {
  margin-right: 0;
}
.contact1 {
  padding: 1.7rem calc(var(--Padd) - var(--gap)) 0;
  background-color: #fff;
}
.contact1 .title {
  text-align: center;
  color: #333;
  line-height: 1.15;
  font-family: var(--f500);
  margin-bottom: 0.78rem;
}
.contact1 .cont {
  position: relative;
}
.contact1 .cont .map {
  width: 13.98rem;
  height: auto;
  aspect-ratio: 1398 / 724;
  position: relative;
  z-index: 1;
}
.contact1 .cont .map img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact1 .cont .map .ico_cont .dot {
  position: absolute;
  z-index: 2;
}
.contact1 .cont .map .ico_cont .dot .dot_cont {
  width: 0.2rem;
  height: auto;
  aspect-ratio: 1 / 1;
}
.contact1 .cont .map .ico_cont .dot .dot_cont .dot_ico {
  color: var(--viColor);
  margin-bottom: -27%;
  font-size: 125%;
}
.contact1 .cont .map .ico_cont .dot .dot_cont ._shadow {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%) rotateX(70deg);
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
}
.contact1 .cont .map .ico_cont .dot .dot_cont ._shadow ._shadow1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--viColor);
  animation: identifier 2s linear infinite;
}
.contact1 .cont .map .ico_cont .dot .dot_cont ._shadow ._shadow2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--viColor);
  animation: identifier 2s linear infinite;
  animation-delay: 1s;
}
.contact1 .cont .map .ico_cont .dot .dot_h {
  color: #404040;
  position: absolute;
  left: calc(100% + 5px);
  top: 0;
  white-space: nowrap;
}
.contact1 .cont .map .ico_cont .dot .dot_h.pos_box {
  top: 200%;
  left: 50%;
  transform: translateX(-50%);
}
.contact1 .cont .map .ico_cont .dot:nth-child(1) {
  top: calc(101 / 724 * 100%);
  left: calc(169 / 1398 * 100%);
}
.contact1 .cont .map .ico_cont .dot:nth-child(2) {
  top: calc(196 / 724 * 100%);
  left: calc(244 / 1398 * 100%);
}
.contact1 .cont .map .ico_cont .dot:nth-child(3) {
  top: calc(143 / 724 * 100%);
  left: calc(730 / 1398 * 100%);
}
.contact1 .cont .map .ico_cont .dot:nth-child(4) {
  top: calc(177 / 724 * 100%);
  left: calc(826 / 1398 * 100%);
}
.contact1 .cont .map .ico_cont .dot:nth-child(5) {
  top: calc(269 / 724 * 100%);
  left: calc(953 / 1398 * 100%);
}
.contact1 .cont .map .ico_cont .dot:nth-child(6) {
  top: calc(318 / 724 * 100%);
  left: calc(1062 / 1398 * 100%);
}
.contact1 .cont .map .ico_cont .dot:nth-child(7) {
  top: calc(392 / 724 * 100%);
  left: calc(1062 / 1398 * 100%);
}
.contact1 .cont .map .map_center {
  width: calc(64 / 1398 * 100%);
  height: auto;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: calc(165 / 724 * 100%);
  left: calc(1074 / 1398 * 100%);
}
.contact1 .cont .map .map_center .box {
  width: 100%;
  height: 100%;
  position: absolute;
}
.contact1 .cont .map .map_center .box .img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(0, 80, 181, 0.4);
  backdrop-filter: blur(10px);
}
.contact1 .cont .map .map_center .box .img img {
  position: relative;
  z-index: 4;
  width: 50%;
  height: 50%;
  object-fit: contain;
}
.contact1 .cont .map .map_center .box .t {
  position: absolute;
  left: 50%;
  top: calc(100% + 6px);
  color: var(--viColor);
  font-weight: bold;
  white-space: nowrap;
  transform: translateX(-50%);
}
.contact1 .cont .map .svg_box svg {
  position: absolute;
  height: auto;
}
.contact1 .cont .map .svg_box svg.svg1 {
  width: calc(918 / 1398 * 100%);
  animation: lineDraw 20s linear infinite;
  bottom: calc(536 / 724*100%);
  right: calc(300 / 1398*100%);
}
.contact1 .cont .map .svg_box svg.svg2 {
  width: calc(848 / 1398 * 100%);
  animation: lineDraw 18s linear infinite;
  bottom: calc(524 / 724*100%);
  right: calc(295 / 1398*100%);
}
.contact1 .cont .map .svg_box svg.svg3 {
  width: calc(358 / 1398 * 100%);
  animation: lineDraw2 10s linear infinite;
  bottom: calc(530 / 724*100%);
  right: calc(297 / 1398*100%);
}
.contact1 .cont .map .svg_box svg.svg4 {
  width: calc(257 / 1398 * 100%);
  animation: lineDraw 10s linear infinite;
  bottom: calc(530 / 724*100%);
  right: calc(297 / 1398*100%);
}
.contact1 .cont .map .svg_box svg.svg5 {
  width: calc(135 / 1398 * 100%);
  animation: lineDraw 5s linear infinite;
  top: calc(190 / 724*100%);
  right: calc(297 / 1398*100%);
}
.contact1 .cont .map .svg_box svg.svg6 {
  width: calc(30 / 1398 * 100%);
  animation: lineDraw 5s linear infinite;
  top: calc(211 / 724*100%);
  right: calc(291 / 1398*100%);
}
.contact1 .cont .map .svg_box svg.svg7 {
  width: calc(55 / 1398 * 100%);
  animation: lineDraw 5s linear infinite;
  top: calc(211 / 724*100%);
  right: calc(269 / 1398*100%);
}
.contact1 .cont .botlist {
  position: absolute;
  z-index: 2;
  bottom: 0.2rem;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact1 .cont .botlist .item {
  width: calc((100% - 0.5rem) / 2);
  margin-right: 0.5rem;
  height: 0.87rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.37rem 0 0.37rem;
  background-color: #fff;
  box-shadow: 4px 4px 27.6px rgba(0, 0, 0, 0.06);
  border-radius: 0 20px;
}
.contact1 .cont .botlist .item:last-child {
  margin-right: 0;
}
.contact1 .cont .botlist .item .item_h1 {
  color: #333;
  line-height: 1.45;
  margin-right: 0.42rem;
  font-family: var(--f500);
  font-size: .20rem;
}
.contact1 .cont .botlist .item .p {
  display: flex;
  align-items: center;
  margin-right: 0.24rem;
  font-size: .16rem;
}
.contact1 .cont .botlist .item .p:last-child {
  margin-right: 0;
}
.contact1 .cont .botlist .item .p svg {
  width: 0.3rem;
  height: 0.3rem;
  object-fit: contain;
  margin-right: 0.12rem;
  flex-shrink: 0;
}
.contact1 .cont .card {
  position: absolute;
  z-index: 3;
  top: 0.52rem;
  right: 0;
  width: 3.92rem;
  background-color: #fff;
  padding: 0.34rem 0 0.34rem 0.32rem;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.06);
}
.contact1 .cont .card .item {
  margin-bottom: 0.12rem;
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 0.12rem;
}
.contact1 .cont .card .item .h {
  font-weight: 700;
  margin-bottom: 0.14rem;
  line-height: 1.15;
  font-size: .2rem;
}
.contact1 .cont .card .item .h.vicolor {
  color: var(--viColor);
}
.contact1 .cont .card .item .p {
  color: #666666;
  line-height: 1.65;
  padding-right: 10px;
  font-size: .16rem;
}
.contact1 .cont .card .item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.contact2 {
  padding: 1.53rem var(--Padd) 1.7rem;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.contact2 .item {
  width: calc((100% - 0.38rem) / 2);
  height: auto;
  aspect-ratio: 769 / 673;
  border-radius: 0.4rem 0.4rem 0 0.4rem;
  overflow: hidden;
  position: relative;
  padding: 1.37rem 0 0;
}
.contact2 .item:hover img {
  transform: scale(1.1);
}
.contact2 .item:hover .ico {
  background-color: var(--viColor);
}
.contact2 .item img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.contact2 .item::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/08.svg) no-repeat center / 100%;
  background-size: 100% 100%;
  z-index: 2;
}
.contact2 .item .h {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
}
.contact2 .item .ico {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #333333;
  display: flex;
  z-index: 3;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.contact2 .item .ico span {
  font-size: 0.2rem;
  color: #fff;
}
.solution1 {
  padding: 1.7rem 0 0;
  background-color: #fff;
  margin-top: 0.4rem;
}
.solution1 .title {
  margin: 0 var(--Padd);
  color: #333;
  font-family: var(--f500);
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
  border-bottom: 1px solid #e8e8e8;
}
.solution1 .cont {
  padding: 0 var(--Padd);
  background: #fff url(../img/18.png) no-repeat top left / 100%;
  display: flex;
  justify-content: end;
  padding-bottom: 1.7rem;
}
.solution1 .cont .text {
  width: 9.6rem;
}
.solution1 .cont .text .p {
  line-height: 1.5;
  color: #999;
  padding-bottom: 0.48rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0.6rem;
}
.solution1 .cont .text .p span {
  color: #333;
}
.solution1 .cont .text .h1 {
  line-height: 1.3;
  color: #333;
  font-family: var(--f500);
  margin-bottom: 0.5rem;
}
.solution1 .cont .text .list {
  display: flex;
  justify-content: space-between;
}
.solution1 .cont .text .list .item {
  width: calc((100% - 0.2rem) / 2);
  min-height: 2.58rem;
  border-radius: 0.24rem 0 0.24rem 0;
  background-color: #f7f8fa;
  overflow: hidden;
  position: relative;
  padding: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.solution1 .cont .text .list .item:hover .ico {
  background-color: var(--viColor);
}
.solution1 .cont .text .list .item::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/08.svg) no-repeat center / 100%;
  transform: rotate(-90deg);
  z-index: 1;
}
.solution1 .cont .text .list .item .ico {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  z-index: 2;
  border-radius: 50%;
  top: 0;
  right: 0;
  background-color: #333333;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution1 .cont .text .list .item .ico img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.solution1 .cont .text .list .item .page_num {
  color: #333;
  margin-bottom: 0.2rem;
}
.solution1 .cont .text .list .item .page_p {
  padding-bottom: 0.24rem;
  color: #333;
  line-height: 1.5;
  border-bottom: 1px solid #e8e8e8;
}
.solution_container .solution2 {
  background: linear-gradient(90deg, #f7f7f7 0%, #ffffff 100%);
}
.solution_container .system2 {
  margin: 0 var(--gap);
  padding: 0.98rem calc(var(--Padd) - var(--gap)) 1.21rem;
  background-color: #f0f2f4;
  border-radius: 0.32rem;
}
.solution_container .system2 .swiper .swiper-slide {
  background-color: #fff;
}
.solution_container .system2 .swiper .swiper-slide .img_cont::after {
  background-image: url(../img/08.svg);
}
.solution3 {
  background-color: #fff;
  padding: 1.7rem var(--Padd) 1.7rem;
}
.solution3 .title {
  text-align: center;
  line-height: 1.15;
  color: #333;
  margin-bottom: 0.6rem;
  font-family: var(--f500);
}
.solution3 .swiper {
  overflow: initial;
  overflow-x: hidden;
  margin-bottom: 0.5rem;
}
.solution3 .swiper .swiper-slide {
  border-radius: 0.28rem;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  height: auto;
}
.solution3 .swiper .swiper-slide .img_cont {
  width: 100%;
  height: auto;
  aspect-ratio: 451 / 316;
  border-radius: 0.24rem 0.24rem 0 0.24rem;
  position: relative;
  overflow: hidden;
}
.solution3 .swiper .swiper-slide .img_cont::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/08.svg) no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
}
.solution3 .swiper .swiper-slide .img_cont .ico {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.6rem;
  height: 0.6rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--viColor);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.solution3 .swiper .swiper-slide .img_cont .ico img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.solution3 .swiper .swiper-slide .img_cont .img {
  width: 100%;
  height: 100%;
  border-radius: 0.24rem;
  overflow: hidden;
}
.solution3 .swiper .swiper-slide .img_cont .img:hover img {
  transform: scale(1.1);
}
.solution3 .swiper .swiper-slide .img_cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.solution3 .swiper .swiper-slide .p {
  padding: 0.98rem 0.34rem 0.34rem;
  line-height: 1.65;
  color: #666;
  margin-top: -0.54rem;
  border-radius: 0.24rem;
}
.solution3 .swiper_bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.solution3 .swiper_bot .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  width: fit-content;
}
.solution3 .swiper_bot .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  border-radius: 0;
  margin-right: 5px;
  opacity: 1;
  background-color: #dfdfdf;
  transition: all 0.4s ease;
}
.solution3 .swiper_bot .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--viColor);
}
.solution3 .swiper_bot .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.solution3 .swiper_bot .btn_box {
  display: flex;
  align-items: center;
}
.solution3 .swiper_bot .btn_box .btn {
  margin-right: 15px;
  cursor: pointer;
}
.solution3 .swiper_bot .btn_box .btn:last-child {
  margin-right: 0;
}
.solution4 {
  padding: 0 var(--gap) 1.7rem;
  background-color: #fff;
}
.solution4 .cont {
  width: 100%;
  height: 8.33rem;
  border-radius: 0.32rem;
  overflow: hidden;
  background: url(../img/20.png) no-repeat center center;
  background-size: cover;
  display: flex;
  padding: 1.47rem calc(var(--Padd) - var(--gap));
  justify-content: space-between;
}
.solution4 .cont .left {
  flex: 1;
}
.solution4 .cont .left .title {
  color: #fff;
  font-family: var(--f500);
  line-height: 1.3;
}
.solution4 .cont .right {
  width: 6.68rem;
}
.solution4 .cont .right .p {
  color: #fff;
  line-height: 1.87;
  margin-bottom: 0.5rem;
}
.solution4 .cont .right .contactUsBtn {
  background-color: var(--viColor);
  color: #fff;
}
.solution4 .img {
  width: 15.76rem;
  margin: 0 auto;
  margin-top: -3.56rem;
  border-radius: 0.2rem;
  border: 1px solid rgba(0, 80, 181, 0.2);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  display: flex;
  justify-content: center;
  padding: 0.29rem 0.28rem;
}
.solution4 .img img {
  background-color: #fff;
  width: 100%;
  height: auto;
}
.solution5 {
  padding: 0 var(--gap);
  background-color: #fff;
}
.solution5 .cont {
  background-color: #f0f2f4;
  border-radius: 0.32rem;
  padding: 1.45rem calc(var(--Padd) - var(--gap)) 1.07rem;
}
.solution5 .cont .title {
  text-align: center;
  color: #333;
  font-family: var(--f500);
  line-height: 1.38;
  margin-bottom: 0.6rem;
}
.solution5 .cont .img {
  width: 100%;
  height: auto;
  aspect-ratio: 1576 / 506;
  margin-bottom: 0.34rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.32rem 0.32rem 0 0.32rem;
}
.solution5 .cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution5 .cont .img::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/07.svg) no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
}
.solution5 .cont .list {
  display: flex;
  justify-content: space-between;
}
.solution5 .cont .list .item {
  width: calc((100% - 0.34rem) / 2);
  background-color: #fff;
  border-radius: 0.32rem;
  padding: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.solution5 .cont .list .item .left {
  width: 2.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.solution5 .cont .list .item .left .h1 {
  color: #333;
  font-family: var(--f500);
}
.solution5 .cont .list .item .left .ico {
  width: 0.41rem;
  height: 0.41rem;
}
.solution5 .cont .list .item .left .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.solution5 .cont .list .item .right {
  width: 2.6rem;
  color: #666;
  line-height: 2.55;
}
.solution5_2  .contactUsBtn {
    background-color: var(--viColor);
    color: #fff;
}

.solution6 {
  padding: 1.7rem var(--Padd) 1.7rem;
  background-color: #fff;
}
.solution6 .title {
  text-align: center;
  color: #333;
  font-family: var(--f500);
  line-height: 1.15;
  margin-bottom: 0.6rem;
}
.solution6 .swiper {
  overflow: hidden;
  margin-bottom: 0.5rem;
  height: calc(1.52rem * 2 + 24px);
}
.solution6 .swiper .swiper-slide {
  height: 1.52rem;
  background-color: #f7f8fa;
  border-radius: 0.18rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution6 .swiper .swiper-slide img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.solution6 .swiper-pagination {
  position: relative;
  bottom: 0;
  width: fit-content;
  margin: 0 auto;
}
.solution6 .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  border-radius: 0;
  margin-right: 6px;
  opacity: 1;
  background-color: #c9c9c9;
}
.solution6 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--viColor);
}
.solution6 .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.investor1 {
  display: flex;
  justify-content: space-between;
  padding: 0 var(--gap);
  align-items: flex-start;
}
.investor1 .right {
  width: 4.32rem;
  margin-left: 0.4rem;
}
.investor1 .right .card {
  background-color: #fff;
  border-radius: 0.32rem;
  padding: 0.37rem 0.4rem;
  margin-bottom: 0.4rem;
}
.investor1 .right .card:last-child {
  margin-bottom: 0;
}
.investor1 .right .card .card_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.46rem;
}
.investor1 .right .card .card_top .h {
  color: #423f3f;
  line-height: 1.3;
  font-family: var(--f500);
}
.investor1 .right .card .card_top .r {
  color: #333;
}
.investor1 .right .card .list1 {
  display: flex;
  justify-content: space-between;
}
.investor1 .right .card .list1 .item {
  width: calc((100% - 7px) / 2);
  height: auto;
  border-radius: 12px;
  background-color: #f7f8fa;
  padding: 12px 14px;
  position: relative;
}
.investor1 .right .card .list1 .item svg {
  width: 0.22rem;
  height: 0.22rem;
  object-fit: contain;
  position: absolute;
  top: 12px;
  right: 13px;
}
.investor1 .right .card .list1 .item .time {
  color: #999999;
  margin-bottom: 15px;
  min-height: .36rem;
}
.investor1 .right .card .list1 .item .amount {
  color: #999999;
  margin-bottom: 8px;
  line-height: 1.35;
}
.investor1 .right .card .list1 .item .amount .num {
  color: #333333;
  font-family: var(--f500);
  margin-bottom: 28px;
}
.investor1 .right .card .list1 .item .increaseAmount {
  font-size: 12px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 8px;
  border-radius: 16px;
  color: #cf0a21;
  font-weight: 300;
  background-color: #f4e1e4;
}
.investor1 .right .card .list2 .item {
  min-height: 0.5rem;
  background-color: #f7f8fa;
  border-radius: 12px;
  display: flex;
  padding: 0.15rem 0.4rem 0.15rem 0.24rem;
  color: #999999;
  line-height: 1.35;
  margin-bottom: 0.1rem;
}
.investor1 .right .card .list2 .item:last-child {
  margin-bottom: 0;
}
.investor1 .right .card .list2 .item .item_h {
  white-space: nowrap;
  margin-right: 10px;
}
.investor1 .right .card .trend {
  margin-top: 13px;
  width: 100%;
  border-radius: 12px;
  background-color: #F7F8FA;
  padding: 13px;
}
.investor1 .right .card .trend img {
  width: 100%;
  height: auto;
}
.investor1 .left {
  flex: 1;
  border-radius: 0.32rem;
  background-color: #fff;
  padding: 0.97rem 0.9rem 0.98rem;
}
.investor1 .left .card {
  margin-bottom: 0.8rem;
}
.investor1 .left .card:last-child {
  margin-bottom: 0;
}
.investor1 .left .card .title {
  font-family: var(--f500);
  color: #333;
  line-height: 1.15;
  margin-bottom: 0.35rem;
}
.investor1 .left .card .list {
  border-radius: 0.28rem;
  background-color: #f7f8fa;
  padding: 0.62rem 0.4rem 0.67rem;
  overflow: hidden;
}
.investor1 .left .card .list .item {
  margin-bottom: 18px;
  display: flex;
}
.investor1 .left .card .list .item .item_cont {
  flex: 1;
  margin-right: 0.18rem;
  min-height: 0.66rem;
  padding: 0.2rem 0 .2rem .2rem;
  background-color: #fff;
  border-radius: 17px;
  display: flex;
  align-items: center;
}
.investor1 .left .card .list .item .item_cont .cont_h {
  width: 1.3rem;
  border-right: 1px solid #cccccc;
  line-height: 1.8;
  display: flex;
  height: fit-content;
  align-items: center;
  justify-content: center;
  color: #999999;
  padding-right: .2rem;
}
.investor1 .left .card .list .item .item_cont .cont_p {
  flex: 1;
  padding: 0 0.38rem;
  color: #666666;
  line-height: 1.8;
}
.investor1 .left .card .list .item .item_cont:last-child {
  margin-right: 0;
}
.investor1 .left .card .list .item:last-child {
  margin-bottom: 0;
}
.investor1 .left .card .img {
  width: 100%;
  height: auto;
  aspect-ratio: 1197 / 506;
  border-radius: 0.32rem 0.32rem 0 0.32rem;
  overflow: hidden;
  position: relative;
}
.investor1 .left .card .img::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/08.svg) no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
}
.investor1 .left .card .img .ico {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--viColor);
  display: flex;
  align-items: center;
  justify-content: center;
}
.investor1 .left .card .img .ico span {
  font-size: 0.2rem;
  color: #fff;
}
.investor1 .left .card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.serviceInnovation1 {
  background-color: #fff;
  padding: 1.7rem var(--Padd) 1.7rem;
}
.serviceInnovation1 .title {
  font-family: var(--f500);
  line-height: 1.15;
  color: #333;
  text-align: center;
  margin-bottom: 0.6rem;
}
.serviceInnovation1 .list {
  display: flex;
  justify-content: space-between;
}
.serviceInnovation1 .list .item {
  width: calc((100% - 0.3rem * 2) / 3);
  border-radius: 0.28rem;
  background-color: #fff;
  border: 1px solid #E0E0E0;
}
.serviceInnovation1 .list .item .img_cont {
  width: 100%;
  height: auto;
  aspect-ratio: 451 / 316;
  border-radius: 0.24rem 0.24rem 0 0.24rem;
  position: relative;
  overflow: hidden;
}
.serviceInnovation1 .list .item .img_cont::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/08.svg) no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
}
.serviceInnovation1 .list .item .img_cont .ico {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.6rem;
  height: 0.6rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--viColor);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.serviceInnovation1 .list .item .img_cont .ico img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.serviceInnovation1 .list .item .img_cont .img {
  width: 100%;
  height: 100%;
  border-radius: 0.24rem;
  overflow: hidden;
}
.serviceInnovation1 .list .item .img_cont .img:hover img {
  transform: scale(1.1);
}
.serviceInnovation1 .list .item .img_cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.serviceInnovation1 .list .item .p {
  padding: 0.86rem 0.34rem 0.34rem;
  line-height: 1.65;
  color: #666;
  margin-top: -0.53rem;
  border-radius: 0.24rem;
}
.serviceInnovation_container .contact1 {
  padding-bottom: 1.65rem;
  padding-top: calc(1.7rem - 0.78rem);
}
.serviceInnovation_container  .system3 .swiper .swiper-slide {
    min-height: 4rem;
}
.serviceInnovation_container .serviceInnovation2 .list .item .img {
    aspect-ratio: 768 / 480;
}
.serviceInnovation2 {
  background-color: #fff;
  padding: 1.7rem var(--Padd) 0;
}
.serviceInnovation2 .title {
  text-align: center;
  font-family: var(--f500);
  line-height: 1.15;
  color: #333;
  margin-bottom: 0.7rem;
}
.serviceInnovation2 .list {
  display: flex;
  flex-wrap: wrap;
}
.serviceInnovation2 .list .item {
  width: calc((100% - 0.42rem) / 2);
  margin-right: 0.42rem;
  margin-bottom: 0.78rem;
  border-radius: 0.28rem;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.serviceInnovation2 .list .item:nth-child(2n) {
  margin-right: 0;
}
.serviceInnovation2 .list .item .img {
  width: 100%;
  height: auto;
  aspect-ratio: 496 / 373;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f8fa;
  position: relative;
  overflow: hidden;
  border-radius: 0.28rem;
}
.serviceInnovation2 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.serviceInnovation2 .list .item:hover .img img {
  transform: scale(1.1);
}
.serviceInnovation2 .list .item:hover .text .ico_box .ico {
  background-color: var(--viColor);
}
.serviceInnovation2 .list .item .text {
  position: relative;
  padding: 0.45rem 0.46rem 0.46rem;
  background-color: #fff;
  border-top: 0;
  border-radius: 0 0 0.28rem 0.28rem;
}
.serviceInnovation2 .list .item .text .ico_box {
  width: 0.9rem;
  height: 0.9rem;
  background-color: #fff;
  position: absolute;
  left: 0.91rem;
  top: -0.46rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.serviceInnovation2 .list .item .text .ico_box::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 100%;
  transform: translateY(-24%);
  width: 0.54rem;
  height: 0.54rem;
  background-color: #fff;
  border-radius: 50% 50% 0 50%;
  mask: radial-gradient(circle at 50% 50%, transparent 71%, #f0f2f4 75%);
}
.serviceInnovation2 .list .item .text .ico_box::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 100%;
  transform: translateY(-24%);
  width: 0.54rem;
  height: 0.54rem;
  background-color: #fff;
  border-radius: 50% 50% 50% 0;
  mask: radial-gradient(circle at 50% 50%, transparent 71%, #f0f2f4 75%);
}
.serviceInnovation2 .list .item .text .ico_box .ico {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  transition: all 0.4s ease;
}
.serviceInnovation2 .list .item .text .ico_box .ico span {
  font-size: 0.2rem;
  color: #fff;
}
.serviceInnovation2 .list .item .text .h1 {
  color: #333;
  font-family: var(--f500);
  line-height: 1.45;
  margin-bottom: 0.3rem;
}
.serviceInnovation2 .list .item .text .p1 {
  color: #666666;
  line-height: 1.5;
}
.serviceInnovation2 .list:nth-child(3n) {
  margin-right: 0;
}
.techInnovation1 {
  padding: 1.19rem var(--Padd) 1.7rem;
  background-color: #fff;
}
.techInnovation1 .cont {
  display: flex;
  margin-bottom: 0.78rem;
}
.techInnovation1 .cont .img {
  width: 8.29rem;
  height: auto;
  aspect-ratio: 829 / 600;
  border-radius: 0.3rem 0.3rem 0 0.3rem;
  overflow: hidden;
  position: relative;
  margin-right: 1.22rem;
}
.techInnovation1 .cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.techInnovation1 .cont .img::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/08.svg) no-repeat center center;
}
.techInnovation1 .cont .img:hover img {
  transform: scale(1.1);
}
.techInnovation1 .cont .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.techInnovation1 .cont .text .h1 {
  font-family: var(--f500);
  color: #333;
  line-height: 1.15;
  margin-bottom: 0.47rem;
}
.techInnovation1 .cont .text .p1 {
  line-height: 1.77;
  color: #666;
}
.techInnovation1 .list {
  display: flex;
  align-items: center;
}
.techInnovation1 .list .item {
  width: calc((100% - 0.2rem * 4) / 5);
  height: 1.6rem;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #f7f8fa;
  border-radius: 0.24rem;
  overflow: hidden;
  padding-left: 0.44rem;
  padding-right: 0.44rem;
  margin-right: 0.2rem;
}
.techInnovation1 .list .item:last-child {
  margin-right: 0;
}
.techInnovation1 .list .item .item_num {
  display: flex;
  align-items: center;
  margin-bottom: 0.12rem;
  font-family: var(--f500);
}
.techInnovation1 .list .item .item_h {
  color: #999999;
  line-height: 1.35;
}
.techInnovation1 .list .item::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/08.svg) no-repeat right bottom;
  background-size: 100% 100%;
}
.techInnovation1 .list .item .ico {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--viColor);
  display: flex;
  align-items: center;
  justify-content: center;
}
.techInnovation1 .list .item .ico img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.banner .cont .prop_bot span {
  font-size: 12px;
  margin: 0 15px;
}
.techInnovation_container .system5 {
  /*padding-bottom: 20px;*/
}
.techInnovation_container .system5 .cont .text {
  display: flex;
  flex-direction: column;
}
.techInnovation_container .system5 .cont .text {
  padding-bottom: 1.4rem;
}
.techInnovation_container .system5 .cont .text .p1 {
  flex: 1;
  overflow-y: auto;
  padding-right: 0.3rem;
  /* 滚动条样式 */
}
.techInnovation_container .system5 .cont .text .p1::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 3px;
}
.techInnovation_container .system5 .cont .text .p1::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #296cc1;
}
.techInnovation_container .system5 .cont .text .p1::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #d2d2d2;
}
.about1 {
  padding: 1.5rem 0 1.7rem;
  background: #fff url(../img/24.png) no-repeat center top;
  background-size: 120% auto;
  background-position-y: 0.6rem;
  position: relative;
}
.about1 .cont {
  padding-top: 2.28rem;
  position: relative;
  min-height: 8.46rem;
}
.about1 .cont .title {
  display: flex;
  padding: 0 1.78rem;
  margin-bottom: 0.68rem;
}
.about1 .cont .title .item {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.about1 .cont .title .item .h1 {
  font-weight: 300;
  color: var(--viColor);
  font-size: 1.72rem;
  white-space: nowrap;
}
.about1 .cont .title .item .h1 span {
  font-weight: 600;
}
.about1 .cont .title .item.item2 {
  margin-top: 8px;
}
.about1 .cont .title .item.item2 .h1 {
  transform: translateX(-100%);
}
.about1 .cont .p_box {
  display: flex;
  justify-content: end;
  padding: 0 2.5rem;
}
.about1 .cont .p_box .p {
  width: 50%;
  padding-left: 0.64rem;
  color: #666;
  line-height: 1.63;
}
.about1 .cont .progressBar {
  position: absolute;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
  height: 7.53rem;
}
.about1 .cont .progressBar .tit {
  position: absolute;
  left: 0.64rem;
  top: 0.21rem;
  color: #333;
  font-family: var(--f500);
  line-height: 1.12;
  white-space: nowrap;
}
.about1 .cont .progressBar .con {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}
.about1 .cont .progressBar .con .ico {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--viColor);
}
.about1 .cont .progressBar .con .hig {
  flex: 1;
  width: 1px;
  background-color: rgba(0, 80, 181, 0.2);
  overflow: hidden;
}
.about1 .cont .progressBar .con .hig .hig_line {
  width: 100%;
  height: 0;
  background-color: var(--viColor);
}
.about1 .list {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 calc(var(--Padd) - var(--gap)) 0;
}
.about1 .list .item {
  height: 4.4rem;
  border-radius: 0.4rem 0.4rem 0 0.4rem;
  overflow: hidden;
  position: relative;
  padding: 0.45rem 0.55rem;
  color: #fff;
  font-family: var(--f500);
  margin-bottom: 0.4rem;
  width: 6.78rem;
  margin-right: 0.25rem;
}
.about1 .list .item:nth-child(2) {
  flex: 1;
  margin: 0;
}
.about1 .list .item .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
  transition: all 0.4s ease;
}
.about1 .list .item .h1 {
  position: relative;
  z-index: 3;
}
.about1 .list .item:hover .bg {
  transform: scale(1.1);
}
.about1 .list .item:hover .ico {
  background-color: var(--viColor);
}
.about1 .list .item::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2px;
  right: -2px;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/08.svg) no-repeat left top;
  background-size: 100% 100%;
}
.about1 .list .item .ico {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  transition: all 0.4s ease;
}
.about1 .list .item .ico span {
  color: #fff;
  font-size: 0.2rem;
}
.about2 {
  padding: 0 var(--gap) 0;
  background-color: #fff;
}
.about2 .cont {
  border-radius: 0.32rem;
  background: #f7f8fa url(../img/25.png) no-repeat center center;
  background-size: cover;
  padding: 1.3rem 0 1.76rem 1.32rem;
}
.about2 .cont .title {
  font-family: var(--f500);
  text-align: center;
  line-height: 1.15;
  margin-bottom: 0.66rem;
}
.about2 .cont .swiper {
  cursor: grab;
  overflow: hidden;
  padding-left: 0.88rem;
  position: relative;
}
.about2 .cont .swiper .swiper-wrapper {
  z-index: 2;
}
.about2 .cont .swiper .swiper-slide {
  min-height: 5.18rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about2 .cont .swiper .swiper-slide .cenIco {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--viColor);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about2 .cont .swiper .swiper-slide .cenIco img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.about2 .cont .swiper .swiper-slide .text {
  padding-top: 0.55rem;
}
.about2 .cont .swiper .swiper-slide .text .h1 {
  font-family: var(--f500);
  line-height: 1.15;
  margin-bottom: 0.14rem;
  color: #333;
}
.about2 .cont .swiper .swiper-slide .text .p1 {
  line-height: 1.55;
  color: #666;
}
.about2 .cont .swiper .swiper-slide .text .p1 li {
  list-style-type: disc;
}
.about2 .cont .swiper .swiper-slide:nth-child(2n - 1) .text {
  padding-top: 0.55rem;
  transform: translateY(50%);
}
.about2 .cont .swiper .swiper-slide:nth-child(2n) .text {
  transform: translateY(-50%);
  padding-bottom: 0.55rem;
}
.about2 .cont .swiper .scr_box {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
}
.about2 .cont .swiper .scr_box .ico {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--viColor);
}
.about2 .cont .swiper .scr_box .swiper-scrollbar {
  height: 1px;
  flex: 1;
  background-color: #C3C3C3;
}
.about2 .cont .swiper .scr_box .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--viColor);
}
.ab3 {
  background-color: #fff;
  padding: 1.7rem var(--Padd) 0;
}
.ab3 .system5 {
  padding: 0;
}
.ab3 .system5 .num {
  color: var(--viColor);
  margin-top: 0.32rem;
}
.ab3 .system5 .num span {
  font-family: var(--f500);
}
.ab3 .system5 .num_f {
  line-height: 2;
  color: #333;
}
.ab3 .system5 {
  padding-bottom: 0;
}
.ab3 .system5 .cont .text {
  display: flex;
  flex-direction: column;
}
.ab3 .system5 .cont .text {
  padding-bottom: 1.4rem;
}
.ab3 .system5 .cont .text .p1 {
  flex: 1;
  overflow-y: auto;
  padding-right: 0.3rem;
  /* 滚动条样式 */
}
.ab3 .system5 .cont .text .p1::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 3px;
}
.ab3 .system5 .cont .text .p1::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #296cc1;
}
.ab3 .system5 .cont .text .p1::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #d2d2d2;
}
.ab3 .system5 .cont .img .ico {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--viColor);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ab3 .system5 .cont .img .ico span {
  font-size: 0.2rem;
  color: #fff;
}
.ab4 .system4 .swiper .swiper-slide .text .h1 {
  text-align: center;
  line-height: 1.75;
  transition: all 0.4s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ab4 .system4 .swiper .swiper-slide .text .ico_box {
  display: none;
}
.ab4 .system4 .swiper .swiper-slide .img::before {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/08.svg) no-repeat right bottom;
  background-size: 100% 100%;
}
.ab4 .system4 .swiper .swiper-slide:hover .text .h1 {
  color: var(--viColor);
}
.ab5 {
  background-color: #fff;
  padding: 0 var(--gap) 0.87rem;
}
.ab5 .cont {
  background-color: #f7f8fa;
  border-radius: 0.32rem;
  padding: 1.46rem 0 2.1rem;
}
.ab5 .cont .title {
  text-align: center;
  font-family: var(--f500);
  line-height: 1.15;
  margin-bottom: 0.6rem;
  color: #333;
}
.ab5 .cont .swiper {
  overflow: hidden;
  margin-bottom: 24px;
  padding-left: 1.22rem;
}
.ab5 .cont .swiper .swiper-wrapper {
  transition-timing-function: linear;
  will-change: transform;
}
.ab5 .cont .swiper .swiper-slide {
  width: 2.43rem;
  height: auto;
  background-color: #fff;
  border-radius: 18px;
  aspect-ratio: 243/152;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ab5 .cont .swiper .swiper-slide img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.ab5 .cont .swiper:last-child {
  padding-left: 0;
  margin-bottom: 0;
}
@keyframes identifier {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0.3;
  }
}
@keyframes lineDraw {
  0% {
    stroke-dashoffset: 100%;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes lineDraw2 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 100%;
  }
}
    .systemDetails_container  .system5 {
        padding-top: .7rem;
    }

.phone-box {
    display: none;
}

.solution5_2 .system5 .cont {
    margin-bottom: 90px;
}
.solution5_2 .system5 .cont:last-child {
    margin-bottom: 0;
}
.solution5_2 .system5 .cont:nth-child(2n) {
        flex-direction: row-reverse;
}
.solution5_2 .system5 .cont:nth-child(2n) .text {
    padding-right: 0;
    padding-left: 0.97rem;
}

.solution5_2 .system5 .cont .text .h1 {
    margin-bottom: .41rem;
}


.search_container {
  padding: 2.31rem var(--Padd) 1.1rem;
}
.search_container form {
  width: 8.1rem;
  margin: 0 auto;
  height: 0.7rem;
  border-radius: 0.7rem;
  background: #fff;
  display: flex;
  align-items: center;
  padding-right: 0.64rem;
  padding-left: 0.6rem;
  margin-bottom: 0.8rem;
}
.search_container form input {
  flex: 1;
  min-width: 0;
  padding-right: 0.6rem;
  color: #666666;
}
.search_container form button {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.search_container form button svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.search_container .tabcont {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.35rem;
}
.search_container .tabcont .item {
  margin-right: 1.28rem;
  transition: all 0.4s ease;
  position: relative;
  padding: 0 9px;
  color: #333;
  padding-bottom: 10px;
}
.search_container .tabcont .item::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  left: 50%;
  bottom: 0;
  width: 100%;
  transform: translateX(-50%);
  border: 1px solid var(--viColor);
  transition: all 0.4s ease;
  opacity: 0;
}
.search_container .tabcont .item.on,
.search_container .tabcont .item:hover {
  color: var(--viColor);
}
.search_container .tabcont .item.on::after,
.search_container .tabcont .item:hover::after {
  opacity: 1;
}
.search_container .tabcont .item:last-child {
  margin-right: 0;
}
.search_container .tabcont::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  left: 0;
  bottom: 0;
  width: 100%;
  border: 1px solid #d4d4d4;
}
.search_container .searchResults {
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.9rem;
}
.search_container .searchResults span {
  color: var(--viColor);
}
.search_container .card {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.48rem;
}
.search_container .card.product_card .item {
  width: calc((100% - 0.24rem * 3) / 4);
  margin-right: 0.24rem;
  margin-bottom: 0.48rem;
  border-radius: 0.28rem;
  background-color: #fff;
}
.search_container .card.product_card .item:nth-child(3n) {
  margin-right: 0;
}
.search_container .card.product_card .item .img {
  border-radius: 0.28rem;
  width: 100%;
  height: auto;
  aspect-ratio: 505 / 371;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f8fa;
  position: relative;
  overflow: hidden;
}
.search_container .card.product_card .item .img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/12.png) no-repeat center center;
  background-size: contain;
  width: calc(74 / 505*100%);
  height: calc(287 / 371*100%);
}
.search_container .card.product_card .item .img img {
  width: 65%;
  height: 80%;
  object-fit: contain;
  transition: all 0.4s ease;
}
.search_container .card.product_card .item:hover .img img {
  transform: scale(1.1);
}
.search_container .card.product_card .item:hover .text .ico_box .ico {
  background-color: var(--viColor);
}
.search_container .card.product_card .item .text {
  margin-top: -0.27rem;
  position: relative;
  padding: 0.45rem 0.4rem 0.27rem;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top: 0;
  border-radius: 0 0 0.28rem 0.28rem;
}
.search_container .card.product_card .item .text .ico_box {
  width: 0.9rem;
  height: 0.9rem;
  background-color: #fff;
  position: absolute;
  left: 0.91rem;
  top: -0.46rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.search_container .card.product_card .item .text .ico_box::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 100%;
  transform: translateY(-24%);
  width: 0.54rem;
  height: 0.54rem;
  background-color: #fff;
  border-radius: 50% 50% 0 50%;
  mask: radial-gradient(circle at 50% 50%, transparent 71%, #f0f2f4 75%);
}
.search_container .card.product_card .item .text .ico_box::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 100%;
  transform: translateY(-24%);
  width: 0.54rem;
  height: 0.54rem;
  background-color: #fff;
  border-radius: 50% 50% 50% 0;
  mask: radial-gradient(circle at 50% 50%, transparent 71%, #f0f2f4 75%);
}
.search_container .card.product_card .item .text .ico_box .ico {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  transition: all 0.4s ease;
}
.search_container .card.product_card .item .text .ico_box .ico span {
  font-size: 0.2rem;
  color: #fff;
}
.search_container .card.product_card .item .text .h1 {
  color: #333;
  font-family: var(--f500);
  line-height: 1.45;
  margin-bottom: 0.1rem;
}
.search_container .card.product_card .item .text .p1 {
  color: #666666;
}
.search_container .card.product_card:nth-child(4n) {
  margin-right: 0;
}
.search_container .card.solution_card .item {
  width: calc((100% - 0.3rem * 2) / 3);
  margin-right: 0.3rem;
  margin-bottom: 0.6rem;
  background-color: #fff;
  border-radius: 0.24rem;
  overflow: hidden;
}
.search_container .card.solution_card .item:nth-child(3n) {
  margin-right: 0;
}
.search_container .card.solution_card .item .img_cont {
  width: 100%;
  height: auto;
  aspect-ratio: 451 / 316;
  border-radius: 0.24rem 0.24rem 0 0.24rem;
  position: relative;
  overflow: hidden;
}
.search_container .card.solution_card .item .img_cont .ico {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.6rem;
  height: 0.6rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--viColor);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.search_container .card.solution_card .item .img_cont .ico img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.search_container .card.solution_card .item .img_cont .img {
  width: 100%;
  height: 100%;
  border-radius: 0.24rem;
  overflow: hidden;
}
.search_container .card.solution_card .item .img_cont .img:hover img {
  transform: scale(1.1);
}
.search_container .card.solution_card .item .img_cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.search_container .card.solution_card .item .p {
  padding: 0.45rem 0.34rem 0.34rem;
  line-height: 1.65;
  color: #666;
  border-radius: 0.24rem;
}
.search_container .card.system_card .item {
  width: calc((100% - 0.3rem * 2) / 3);
  margin-right: 0.3rem;
  margin-bottom: 0.6rem;
  background-color: #fff;
  border-radius: 0.24rem;
  overflow: hidden;
  padding: 0.5rem 0.27rem 0.46rem;
}
.search_container .card.system_card .item:nth-child(3n) {
  margin-right: 0;
}
.search_container .card.system_card .item .h1 {
  font-family: var(--f500);
  color: #333;
  margin-bottom: 0.42rem;
}
.search_container .card.system_card .item .img_cont {
  width: 100%;
  height: auto;
  aspect-ratio: 451 / 316;
  border-radius: 0.24rem 0.24rem 0 0.24rem;
  position: relative;
  overflow: hidden;
}
.search_container .card.system_card .item .img_cont::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/08.svg) no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
}
.search_container .card.system_card .item .img_cont .ico {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.6rem;
  height: 0.6rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--viColor);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.search_container .card.system_card .item .img_cont .ico img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.search_container .card.system_card .item .img_cont .img {
  width: 100%;
  height: 100%;
  border-radius: 0.24rem;
  overflow: hidden;
}
.search_container .card.system_card .item .img_cont .img:hover img {
  transform: scale(1.1);
}
.search_container .card.system_card .item .img_cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.search_container .card.news_card .item {
  width: calc((100% - 0.46rem * 2) / 3);
  margin-right: 0.46rem;
  border-radius: 0.28rem;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 0.42rem;
}
.search_container .card.news_card .item:nth-child(3n) {
  margin-right: 0;
}
.search_container .card.news_card .item .bgimg {
  width: 100%;
  height: auto;
  aspect-ratio: 496 / 373;
  overflow: hidden;
  border-radius: 0.28rem;
  position: relative;
  z-index: 1;
}
.search_container .card.news_card .item .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.search_container .card.news_card .item .bgimg:hover img {
  transform: scale(1.1);
}
.search_container .card.news_card .item .text {
  margin-top: -0.54rem;
  position: relative;
  z-index: 2;
  border-radius: 0 0 0.28rem 0.28rem;
}
.search_container .card.news_card .item .text .time {
  height: 0.54rem;
  display: flex;
  align-items: center;
  color: #9b9b9b;
}
.search_container .card.news_card .item .text .time .time_box {
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 0.27rem 0.27rem 0 0;
  background-color: #ffff;
  padding: 0 0.4rem;
  position: relative;
}
.search_container .card.news_card .item .text .time .time_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 0.4rem + 0.18rem);
  left: 0.4rem;
  z-index: 2;
}
.search_container .card.news_card .item .text .time .time_box::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 100%;
  bottom: 0;
  width: 0.54rem;
  height: 0.54rem;
  background-color: #fff;
  border-radius: 50% 50% 50% 0;
  mask: radial-gradient(circle at 50% 50%, transparent 73%, #fff 75%);
}
.search_container .card.news_card .item .text .text_cont {
  padding: 0.4rem;
}
.search_container .card.news_card .item .text .text_cont .h1 {
  margin-bottom: 0.22rem;
  font-family: var(--f500);
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search_container .card.news_card .item .text .text_cont .p1 {
  color: #666666;
  display: -webkit-box;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.down1 {
  padding: 1.3rem var(--gap) 1.92rem;
}
.down1 .title {
  text-align: center;
  line-height: 1.15;
  color: #423f3f;
  margin-bottom: 0.4rem;
}
.down1 .tabber {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.92rem;
}
.down1 .tabber .item {
  margin-right: 0.24rem;
  border: 1px solid rgba(96, 96, 96, 0.6);
  width: fit-content;
  padding: 0 0.34rem;
  color: rgba(96, 96, 96, 0.6);
  height: 0.44rem;
  border-radius: 0.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.down1 .tabber .item.on,
.down1 .tabber .item:hover {
  border-color: var(--viColor);
  color: #fff;
  background: var(--viColor);
}
.down1 .tabber .item:last-child {
  margin-right: 0;
}
.down1 .cont {
  display: flex;
  align-items: flex-start;
}
.down1 .cont .left {
  position: sticky;
  top: 200px;
  width: 4.32rem;
  margin-right: 0.57rem;
  background-color: #fff;
  border-radius: 32px;
  padding: 0.56rem 0.4rem 0.36rem;
}
.down1 .cont .left .left_tit {
  padding-bottom: 0.19rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0.38rem;
  font-weight: 500;
  font-family: var(--f500);
  color: #423f3f;
}
.down1 .cont .left .left_tab .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.36rem;
  cursor: pointer;
}
.down1 .cont .left .left_tab .item.on span,
.down1 .cont .left .left_tab .item:hover span {
  color: var(--viColor);
}
.down1 .cont .left .left_tab .item.on svg,
.down1 .cont .left .left_tab .item:hover svg {
  opacity: 1;
}
.down1 .cont .left .left_tab .item:last-child {
  margin-bottom: 0;
}
.down1 .cont .left .left_tab .item span {
  color: #595959;
  line-height: 1.33;
  flex: 1;
  transition: all 0.4s ease;
}
.down1 .cont .left .left_tab .item svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
  transition: all 0.4s ease;
  opacity: 0;
}
.down1 .cont .right {
  flex: 1;
  background-color: #fff;
  border-radius: 32px;
  padding: 0.57rem;
  min-height: 50vh;
  padding: 1.1rem 0.58rem 0.8rem;
}
.down1 .cont .right .right_tabcont .tabcont {
  display: none;
}
.down1 .cont .right .right_tabcont .tabcont.on {
  display: block;
}
.down1 .cont .right .right_tabcont .tabcont .list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.25rem;
  row-gap: 0.25rem;
}
.down1 .cont .right .right_tabcont .tabcont .item {
  border-radius: 0.28rem;
  width: calc((100% - 0.25rem * 2) / 3);
  row-gap: 0.25rem;
  background-color: #f0f2f4;
  border: 1px solid #E0E0E0;
  background: #FFF;
  overflow: hidden;
}
.down1 .cont .right .right_tabcont .tabcont .item.style_file {
  background-color: #fff;
}
.down1 .cont .right .right_tabcont .tabcont .item.style_file .imgbox {
  position: relative;
  border-radius: 2px solid red;
}
.down1 .cont .right .right_tabcont .tabcont .item.style_file .imgbox .img {
  width: 100%;
  height: auto;
  aspect-ratio: 401 / 295;
  overflow: hidden;
  border-radius: 0.28rem;
  position: relative;
}
.down1 .cont .right .right_tabcont .tabcont .item.style_file .imgbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}
.down1 .cont .right .right_tabcont .tabcont .item.style_file .imgbox .img .porp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 0.88rem;
  height: 0.88rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.down1 .cont .right .right_tabcont .tabcont .item.style_file .imgbox .img .porp svg {
  width: 50%;
  height: 50%;
  transform: translateX(10%);
  object-fit: contain;
}
.down1 .cont .right .right_tabcont .tabcont .item.style_file .imgbox .ico_cont {
  position: absolute;
  z-index: 2;
  width: 0.56rem;
  height: 0.56rem;
  padding: 0.14rem;
  bottom: -0.24rem;
  left: 0.62rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.down1 .cont .right .right_tabcont .tabcont .item.style_file .imgbox .ico_cont::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: calc(100% - 2px);
  bottom: 0.16rem;
  width: 0.56rem;
  height: 0.56rem;
  background-color: #fff;
  border-radius: 50% 50% 50% 0;
  overflow: hidden;
  mask: radial-gradient(circle at 50% 50%, transparent 71%, #f0f2f4 75%);
}
.down1 .cont .right .right_tabcont .tabcont .item.style_file .imgbox .ico_cont::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: calc(100% - 2px);
  bottom: 0.16rem;
  width: 0.56rem;
  height: 0.56rem;
  background-color: #fff;
  border-radius: 50% 50% 0 50%;
  overflow: hidden;
  mask: radial-gradient(circle at 50% 50%, transparent 71%, #f0f2f4 75%);
}
.down1 .cont .right .right_tabcont .tabcont .item.style_file .imgbox .ico_cont .ico {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--viColor);
  display: flex;
  align-items: center;
  justify-content: center;
}
.down1 .cont .right .right_tabcont .tabcont .item.style_file .imgbox .ico_cont .ico svg {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.down1 .cont .right .right_tabcont .tabcont .item.style_file .text {
  padding: 0.34rem 0.31rem;
}
.down1 .cont .right .right_tabcont .tabcont .item.style_file .text .h1 {
  font-weight: 500;
  font-family: var(--f500);
  color: #333;
  margin-bottom: 0.12rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.down1 .cont .right .right_tabcont .tabcont .item.style_file .text .p1 {
  color: #666;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.down1 .cont .right .right_tabcont .tabcont .item.style_img {
  padding: 0.06rem;
}
.down1 .cont .right .right_tabcont .tabcont .item.style_img .img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 388 / 291;
  border-radius: 0.28rem;
  overflow: hidden;
}
.down1 .cont .right .right_tabcont .tabcont .item.style_img .img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.down1 .cont .right .right_tabcont .tabcont .item.style_img .img .prop {
  position: absolute;
  z-index: 2;
  right: 0.3rem;
  bottom: 0.25rem;
  width: fit-content;
  display: flex;
  align-items: center;
}
.down1 .cont .right .right_tabcont .tabcont .item.style_img .img .prop .prop_btn {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.14rem;
  cursor: pointer;
}
.down1 .cont .right .right_tabcont .tabcont .item.style_img .img .prop .prop_btn:last-child {
  margin-right: 0;
}
.down1 .cont .right .right_tabcont .tabcont .item.style_img .img .prop .prop_btn svg {
  width: 50%;
  height: 50%;
  object-fit: contain;
}
.down1 .cont .right .right_tabcont .tabcont .item.style_img .text {
  padding: 0.35rem 0.24rem;
}
.down1 .cont .right .right_tabcont .tabcont .item.style_img .text .h1 {
  font-weight: 500;
  font-family: var(--f500);
  color: #333;
  margin-bottom: 0.12rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.down1 .cont .right .right_tabcont .tabcont .item.style_img .text .p1 {
  color: #666;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 弹窗 */
.z_tanchuang {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  z-index: 2000;
}
.z_tanchuang .tbox {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
/* 弹窗内容 */
.z_tanchuang .tbox .modal {
  background: white;
  padding: 50px;
  display: block;
  border-radius: 5px;
  position: relative;
  width: 90%;
  max-width: 1200px;
  max-height: 90%;
  margin: 0 auto;
}
.z_tanchuang .tbox .modal .out {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff url(../img/out.png) center no-repeat;
  background-size: 20px;
  color: #000;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  top: 0;
  right: -50px;
  cursor: pointer;
}
.z_tanchuang .tbox .modal .img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.z_tanchuang .tbox .modal .img video {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.z_tanchuang .tbox .modal .img img {
  margin: 0 auto;
}
.z_tanchuang .tbox .modal .out:hover {
  background: #fff url(../img/out2.png) center no-repeat;
  background-size: 20px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.z_tanchuang .tbox .modal2 {
  padding: 20px;
}
.z_tanchuang .tbox .modal .img {
  max-width: 1200px;
}
/* 弹窗选中 */
.z_tanchuang.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scaleY(0.01) scaleX(0);
  -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.z_tanchuang.one .tbox .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(0);
  -webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.z_tanchuang.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(1);
  -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.z_tanchuang.one.out .tbox .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
/* 弹窗动画 */
@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@-webkit-keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}


.producvideo {
    padding: .7rem var(--Padd) .7rem;
    background: #fff;
}

.producvideo .title {
    text-align: center;
    margin-bottom: .7rem;
} 


.producvideo .video_cont {
    width: 100%;
    height: auto;
    border-radius: .2rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.producvideo .video_cont::after {
     content: "";
    position: absolute;
    z-index: 2;
    right: -2px;
    bottom: -2px;
    width: 0.9rem;
    height: 0.9rem;
    background: url(../img/08.svg) no-repeat right bottom;
    background-size: 100% 100%;
 }


.producvideo  .video_cont video {
    border-radius: .2rem;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.producvideo .video_cont .video_btn {
    position: absolute;
    z-index: 3;
    width: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: .2rem;
    cursor: pointer;
}
.producvideo .video_cont .video_btn  .ico {
    width: .8rem;
    height: .8rem;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-bottom: .35rem;
}

.producvideo .video_cont .video_btn .ico svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(.4);
}

.producvideo .video_cont .video_btn .h1 {
    color: #fff;
}


.header .header_top .header_top_right .item {
    position: relative;
}
/*.header .header_top .header_top_right .item:nth-child(1) .prop_img {display:block;}*/


.header .header_top .header_top_right .item .prop_img::after {
    content: "";
    position: absolute;
    border: .1rem solid transparent;
    bottom: 100%;
    right: .3rem;
    border-bottom-color:#fff ;
}
.header .header_top .header_top_right .item .prop_img {
    position: absolute;
    top: calc(100% + .15rem);
    right: -0.3rem;
    display: none;
    border-radius: .12rem;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
}
.header .header_top .header_top_right .item .prop_img .prop_img_box {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .12rem;
    overflow: hidden;
    border-bottom-color: #fff;
    
}
.header .header_top .header_top_right .item .prop_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}




@media screen and (max-width: 1024px) { 
    
    .pc-box {
        display: none;
    }
    
    .phone-box {
        display: block;
    }
    

    
    
    :root {
      --gap: 0;
      --Padd: 5vw;
    }
    .header {
        display: none;
    }
    .header-phone {
        width: 100%;
        height: 60px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 var(--Padd);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 199;
    }
    .header-phone  .logo {
        height: 60%;
        width: auto;
    }
    .header-phone  .logo img {
        height: 100%;
        width: auto;
    }
    
    .container {
        padding-top: 16vw;
    }
    
    
    .footet_box {
        /*display: none;*/
    }
    
    .footet_box .footer_form {
        display: none;
    }
    .banner {
        height: auto;
        aspect-ratio: 16 / 11;
        margin: 0 var(--Padd);
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .banner .bgbox .prpimg {
        width: 10.8vw;
        top:30%;
        right: 5%;
    }
    .banner .cont {
        padding-bottom: 26.667vw;
    }
    .banner .cont .title {
        font-size: 24px;
    }
    
    .newsList1 .left .banner {
        /*margin: 0 var(--Padd);*/
        /*margin-top: 30px;*/
        /*width: calc( 100% - var(--Padd) * 2 );*/
    }
    .footer {
        display: none;
    }
    .phoneFooter {
        background: #1d1e1f;
        margin: 0 var(--Padd);
        border-radius: 28px;
        margin-bottom: 20px;
        padding-bottom: 40px;
    }
    .phoneFooter .logo {
        width: 100%;
        padding: 0 4vw;
        padding-top: 5.333vw;
        padding-bottom: 9.333vw;
        border-bottom: 1px solid rgba(41, 41, 41, 1);
        margin-bottom: 23px;
    }
    .phoneFooter .logo img {
        height: 6vw;
        width: auto;
    }
    
    .phoneFooter .list {
        border-bottom: 1px solid rgba(41, 41, 41, 1);
        margin-bottom: 35px;
        padding-bottom: 23px;
    }
    
    .phoneFooter .form_tit {
        text-align: center;
        font-size: 16px;
        color: #fff;
        margin-bottom: 13px;
    }
    .phoneFooter form {
        margin: 0 30px;
        display: flex;
        height: 32px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 32px;
        align-items: center;
        padding: 0 10px;
        margin-bottom: 25px;
    }
    .phoneFooter form input {
        flex: 1;
        background: transparent;
        min-width: 0;
        font-size: 12px;
        padding-right: 10px;
    }
    .phoneFooter form input::placeholder {
        font-size: 12px;
    }
    .phoneFooter form button {
        height: 20px;
        border-radius: 20px;
        font-size: 13px;
        background: var(--viColor);
        color: #fff;
        display: fff;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
        border: 0;
    }
    
    .phoneFooter .list .item .item_cont {
        display: flex;
        padding: 15px 0;
    }
    .phoneFooter .list .item .item_cont a {
        font-size: 16px;
        color: #fff;
        flex: 1;
        padding-left: 15px;
    }
    .phoneFooter .list .item .item_cont .ico_box {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: end;
        padding-right: 20px;
    }
    
    .phoneFooter .list .item .item_cont .ico_box .ico {
        width: 16px;
        height: 16px;
        position: relative;
    }
    .phoneFooter .list .item .item_cont .ico_box .ico::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        border: 1px solid #666666;
    }
    .phoneFooter .list .item .item_cont .ico_box .ico::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: 100%;
        border: 1px solid #666666;
        transition: all .4s ease;
        
    }
    
    
    .phoneFooter .list .item.on .item_cont .ico_box .ico::before {
        height: 0%;
    }
    
    
    .phoneFooter .list .item .item_down {
        display: none;
    }
    
    .phoneFooter .list .item .item_down a {
        padding: 10px 20px 10px  30px;
        font-size: 14px;
        display: block;
        color: rgba(153, 153, 153, 1);
    }
    
    .phoneFooter .Contact {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff !important;
        font-size: 16px;
    }
    
    .phoneFooter .Contact_f {
        color: #fff;
        font-size: 14px;
    }
    
    .in6 {
        display: none;
    }
    
    .f_50 {
        font-size: 25px;
    }
    
    .f_48 {
        font-size: 22px;
    }
    
    /*新闻列表页*/
    .new1 {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-right: 0;
        padding-left: 0;
    }
    .new1 .title {
        padding: 0 var(--Padd);
    }
    
    .new1 .tabcont {
        width: 100%;
        overflow-y: auto;
        justify-content: flex-start;
        padding: 0 var(--Padd);
    }
    .new1 .tabcont::-webkit-scrollbar  {
        display: none;
    }
    
    .new1 .tabcont .item {
        white-space: nowrap;
    }
    
    .new1 .list {
        justify-content: space-between;
        align-items: stretch;
        margin-bottom: 20px;
        padding: 0 var(--Padd);
    }
    .new1 .list .item {
        width: calc((100% - 20px) / 2);
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .new1 .list .item .text {
        margin: 0;
    }
    .new1 .list .item .text .time {
        height: auto;
        margin-bottom: 10px;
    }
    .new1 .list .item .text .time .time_box {
        padding: 0;
        width: 100%;
    }
    .new1 .list .item .text {
        padding: 30px 10px;
    }
    .new1 .list .item .text .text_cont {
        padding: 0;
    }
    
    .new1 .list .item .text .time .time_box {
        font-size: 12px;
    }
    
    .new1 .list .item .text .text_cont .h1 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .new1 .list .item .text .text_cont .p1 {
        font-size: 14px;
        line-height: 1.35;
    }
    
    .new1 .tabcont .item.on, .new1 .tabcont .item:hover {
        border-color: var(--viColor);
        color: #fff;
        /*background: translate;*/
    }
    .new1 .tabcont .item {
        font-size: 12px;
    }
    /*新闻详情页*/
    .newsList1 {
        flex-direction: column;
    }
    .newsList1 .left {
        width: calc(100% - var(--Padd) * 2);
        margin: 0 auto;
        border: 0;
        margin-top: 30px;
        margin-bottom: 40px;
        border-radius: 0.4rem;
    }
    .newsList1 .left .cont {
        padding: 20px 0 0;
    }
    .newsList1 .left .cont .title {
        padding: 0 10px;
        font-size: 24px;
        line-height: 1.35;
    }
    .newsList1 .left .cont .title {
            padding: 0;
            font-size: 20px;
            margin-bottom: 20px;
    }
    .newsList1 .left .cont {
        padding: 20px 10px;
    }
    .newsList1 .left .cont .p {
        font-size: 14px;
    }
    .newsList1 .left .cont .p img {
        width: 100%;
    }
    
    .newsList1 .right {
        width: calc(100% - var(--Padd) * 2);
        margin: 0 auto;
    }
    
    .newsList1 .right .card .list .item .h1 {
        font-size: 16px;
    }
    .newsList1 .right .card .list .item .time {
        font-size: 14px;
        height: 24px;
        border-radius: 24px;
    }
    .newsList1 .right .back_list {
        font-size: 14px;
    }
    
    /*解决方案*/
    .solution3 .swiper .swiper-slide .p {
        padding: 20px 10px;
        line-height: 1.35;
        margin: 0;
        font-size: 14px;
    }
    
    .solution5 .cont {
        border-radius: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .solution5 .cont .list {
        padding: 0 var(--Padd);
        flex-direction: column;
    }
    .solution5 .cont .img {
        width: calc(100% - var(--Padd) * 2);
        margin: 0 var(--Padd);
        margin-bottom: 20px;
        height: auto;
        aspect-ratio: 1570 / 506;
    }
    .solution5 .cont .title {
        padding: 0 var(--Padd);
        margin-bottom: 20px;
    }
    .solution5 .cont .list .item {
        width: 100%;
        margin-bottom: 20px;
        flex-direction: column;
        padding: 30px 20px;
    }
    .solution5 .cont .list .item .left {
        width: 100%;
        margin-bottom: 20px;
        flex-direction: row;
        justify-content: flex-start;
    }
    .solution5 .cont .list .item .left .h1 {
        font-size: 24px;
    }
    .solution5 .cont .list .item .left .ico {
        width: 24px;
        height: 24px;
        margin-left: 10px;
    }    
    .solution5 .cont .list .item .right {
        width: 100%;
        font-size: 14px;
    }
    .solution5 .cont .list .item:last-child {
        margin-bottom: 0;
    }

    .system5 .cont {
        padding: 20px;
        flex-direction: column;
    }
    
    .system5 .cont .text .p1 {
        font-size: 14px;
    }
    .module.contactUsBtn  {
        font-size: 12px;
    }
    .module.contactUsBtn .ico span {
        font-size: 14px;
    }
    .system5 .cont .text {
        padding: 0;
        margin-bottom: 20px;
    }
    .system5 .cont .img {
        width: 100%;
    }
    .solution5_2 .system5 .cont:nth-child(2n) {
        flex-direction: column;
    }
    .solution5_2 .system5 .cont:nth-child(2n) .text {
        padding: 0;
    }
    .solution6 .swiper .swiper-slide {
        height: 15vw;
    }
    .solution6 .swiper {
        height: calc(15vw * 2 + 10px);
    }
    
    /*服务创新*/
    .serviceInnovation1 .list .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .serviceInnovation1 .list .item:last-child {
        margin-bottom: 0;
    }
    .serviceInnovation1 .list {
        flex-wrap: wrap;
    }
    .serviceInnovation1 .list .item .p { 
        margin: 0;
        padding: 20px 10px;
    }
    .materialHand_container  .banner .cont .prop_bot {
        right: auto;
        left: 10%;
    }
    .productDetails_container   .banner .cont .prop_bot {
        right: auto;
        left: 10%;
    }
    .banner .cont .prop_bot {
        font-size: 12px;
        white-space: nowrap; 
    }
    .system3 .cont {
        padding: 30px var(--Padd);
    }
    .serviceInnovation2 .title {
        margin-bottom: 30px;
    }
    .serviceInnovation2 .list .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .serviceInnovation2 .list .item .text {
        padding: 30px 10px 20px;
    }
    .serviceInnovation2 .list .item .text .h1 {
        font-size: 20px;
    }
    .serviceInnovation2 .list .item .text .p1 {
        font-size: 14px;
    }
    .contact1 .cont .map {
        width: 100%;
        margin-bottom: 30px;
    }
    .contact1 .cont .card {
        position: relative;
        width: calc(100% - var(--Padd) * 2);
        margin: 0 var(--Padd);
        top: 0;
        margin-bottom: 30px;
    }
    .contact1 .cont .card:last-child {
        margin-bottom: 0;
    }
    .contact1 .cont .card .item .h {
        font-size: 18px;
    }
    .contact1 .cont .card .item .p {
        font-size: 14px;
    }
    .contact1 .cont .map .ico_cont .dot .dot_h {
        font-size: 2vw;
        display: none;
    }
    
    .contact1 .cont .botlist {
        margin-bottom: 20px;
        position: relative;
        bottom: 0;
        left: 0;
    }
    
    .contact1 .cont .botlist {
        flex-direction: column;
    }
    .contact1 .cont .botlist .item {
        width: calc(100% - var(--Padd) * 2);
        padding: 20px 10px;
        height: auto;
        margin: 0;
        margin-bottom: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .contact1 .cont .botlist .item .item_h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .contact1 .cont .botlist .item .p {
        padding-left: 10px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .contact1 .cont .botlist .item .p svg {
        width: 14px;
        height: 14px;
    }
    
    .contact1 .cont .botlist .item:last-child {
        margin-bottom: 0;
    }
    .serviceInnovation1 .list .item .p {
        font-size: 14px;
    }
    
    .system4 .swiper .swiper-slide .text {
        font-size: 16px;
        padding: 30px 10px;
        margin: 0;
    }
    .ab3 .system5 .cont .text {
        padding-bottom: 0;
        margin-bottom: 30px;
    }
    .system5 .cont .text .h1 {
        margin-bottom: 30px;
    }
    .system5 .cont .text .h1 {
        font-size: 20px;
    }
    .system5 .cont .text .h2 {
        font-size: 18px;
    }
    .ab3 .system5 .cont .text .p1 {
        font-size: 16px;
    }
    .ab3 .system5 .num span {
        font-size: 22px;
    }
    .ab3 .system5 .num {
        font-size: 18px;
    }
    .ab3 .system5 .num_f {
        font-size: 12px;
    }
    .about2 .cont {
        padding: 30px var(--Padd);
    }
    .about2 .cont .swiper .swiper-slide .text .h1 {
        font-size: 14px;
    }
    .about2 .cont .swiper .swiper-slide .text .p1 {
        font-size: 12px;
    }
    .about1 .cont .progressBar {
        display: none;
    }
    .about1 .cont .p_box {
        padding: 0 var(--Padd);
    }
    .about1 .cont .title {
        padding: 0 var(--Padd);
        margin-bottom: 30px;
    }
    .about1 .cont .p_box .p {
        width: 100%;
        padding: 0;
        font-size: 14px;
    }
    .about1 .cont {
        padding-top: 30px;
        min-height: auto;
    }
    .about1 .cont .title .item .h1 {
        /*font-s*/
        font-size: 17vw;
    }
    .about1 .cont .title .item.item2 {
        display: none;
    }
    .about1 .list {
        padding: 0 var(--Padd);
    }
    .about1 .list .item {
        margin: 0;
        margin-bottom: 20px;
    }
    .ab3 {
        padding-top: 60px;
    }
    .system5 .swiper {
        padding-bottom: 70px;
    }
    .system4 {
        padding-top: 60px;
    }
    
    .product1 {
        flex-direction: column;
    }
    .product1 .left {
        width: calc(100% - var(--Padd) * 2);
        position: static;
        margin: 0 auto;
        margin-bottom: 30px;
    }
   .product1 .right {
       flex: none;
        width: calc(100% - var(--Padd) * 2);
        margin: 0 auto;
        padding: 30px 20px;
   }
    .product1 .right .list .item {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .product1 .right .list .item .text .h1 {
        font-size: 18px;
    }
    .product1 .right .list .item .text .p1 {
        font-size: 14px;
    }
    .contact2 .item .h {
        font-size: 22px;
    }
    .contact1 .title {
        padding-top: 30px;
    }
    .investor1 {
        padding: 30px var(--Padd);
        flex-direction: column;
    }
    
    .investor1 .left {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px 20px;
    }
    .investor1 .right {
        width: 100%;
        margin: 0;
    }
    .investor1 .right .card {
        margin-bottom: 20px;
    }
    .investor1 .left .card .list .item {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .investor1 .left .card .list {
        padding: 0;
        background: transparent;
    }
    .investor1 .left .card .list .item .item_cont {
        margin-right: 0;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }
    .investor1 .left .card .list .item .item_cont .cont_h {
        width: 100%;
        border: 0;
        text-align: left;
        margin-bottom: 8px;
        justify-content: flex-start;
        font-size: 16px;
    }
    .investor1 .left .card .list .item .item_cont .cont_p {
        padding: 0;
        width: 100%;
        font-size: 14px;
    }
    .investor1 .left .card {
        margin-bottom: 20px;
    }
    .investor1 .right .card .list2 .item {
        font-size: 16px;
    }
    
    .container {
        /*background: #fff;*/
    }
    
    .system3 .cont {
        border-radius: 0;
    }
    
    .system3 .cont {
        /*background: #fff;*/
        margin-top: 30px;
        padding: 30px var(--Padd) 30px;
    }
    .system3 .swiper .swiper-slide .page_bot .h {
        font-size: 18px;
    }
    .system3 .swiper .swiper-slide .page_bot .p {
        display: block;
        font-size: 14px;
    }
    .productDetails2 {
        overflow: hidden;
    }
    .productDetails2 .cont {
        flex-direction: column;
        padding: 30px 20px;
    }
    .productDetails2 .cont .text {
        flex: none;
        width: 100%;
        overflow: auto;
    }
    .productDetails2 .cont .text::-webkit-scrollbar {
        display: none;
    }
    .productDetails2 .cont .text table tbody tr td {
        font-size: 12px;
    }
    .productDetails2 .swiperimg {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        /*height: auto;*/
        /*aspect-ratio: 1 / 1;*/
    }
    .productDetails2 .cont .img {
        width: 100%;
    }
    .mater1 .list .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .mater1 .list .item .text {
        padding: 20px 10px;
    }
    .mater1 .list .item .text .h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .mater1 .list .item .text .p1 {
        font-size: 14px;
    }
    .techInnovation1 .cont {
        flex-direction: column-reverse;
    }
    .techInnovation1 .cont .text {
        flex: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .techInnovation1 .cont .img {
        width: 100%;
        margin: 0;
    }
    .techInnovation1 .cont .text .p1 {
        font-size: 14px;
    }
    .techInnovation_container .system5 {
        margin-bottom: 30px;
    }
    .techInnovation_container .system5 .cont .text {
        padding-bottom: 0;
    }
    .system5 .swiper .btn_box {
        bottom: 16px;
    }
    .techInnovation1 .list {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .techInnovation1 .list .item {
        width: 48%;
        margin: 0;
        margin-bottom: 10px;
        padding: 10px 0.6rem 10px 10px;
    }
    .techInnovation1 .list .item .item_num {
        font-size: 22px;
    }
    .techInnovation1 .list .item .item_h {
        font-size: 12px;
    }
    .ab5 {
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .ab5 .cont {
        padding-bottom: 30px;
        padding-top: 60px;
    }
    .solution6 {
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-top: 60px;
    }
    
    .in2 .cont .list {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .in2 .cont .list .item {
        width: 48%;
        margin: 0;
        margin-bottom: 10px;
        padding: 10px 0.6rem 10px 10px;
        
    }
    .in2 .cont .list .item .item_num {
        font-size: 22px;
    }
    .in2 .cont .list .item .item_h {
        font-size: 12px;
    }
    
    .in2 {
        height: auto;
    }
    
    .in3 .in3_top {
        flex-direction: column;
    }
    .in4 .list {
        flex-direction: column;
    }
    .in4 .list .item {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .solution5_2 .system5 .cont {
        margin-bottom: 30px;
    }
    .system5 {
        padding-bottom: 30px;
    }
    .solution5 .cont {
        padding-top: 60px;
    }
    .solution3 {
        padding-top: 60px;
    }
    .contact2 {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-bottom: 20px;
    }
    .contact2 .item {
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .in3 .in3_top .in3_topLeft {
        width: 100%;
        margin-bottom: 20px;
    }
    .in3 .in3_top .in3_topLeft .p1 {
        font-size: 14px;
        text-align: center;
    }
    .in4 {
        padding-top: 60px;
    }
    .in4 .list .item .text .time .time_box {
        font-size: 14px;
    }
    .in4 .list .item .text .text_cont .h1 {
        font-size: 16px;
    }
    .in4 .list .item .text .text_cont .p1 {
        font-size: 14px;
    }
    .in2  {
        height: auto;
        display: flex;
        flex-direction: column-reverse;
    }
    .in2 .map {
        position: relative;
        top: 0;
    }
    .in2 .cont {
        bottom: 0;
        margin-bottom: 30px;
    }
    .in2 .map .dotCont .dot .dot_h {
        font-size: 2vw;
        display: none;
    }
    .in2 .map .map_center .box .t {
        font-size: 3vw;
        top: auto;
        bottom: calc(100% + 6px);
    }
    .index_container .in3 .in3_cont .list .item {
        width: 100%;
        padding: 25px 10px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        aspect-ratio: 658 / 440;
        margin-bottom: 4%;
    }
    .in3 .in3_cont .list .item .h1 {
      font-size: 18px;
    }
    .in1 {
        padding: 80px var(--Padd) 80px;
        height: auto;
    }
    .in1 .h1 {
        text-align: center;
        margin-bottom: 40px;
    }
    .in3 .title {
        text-align: center;
    }

    .in5 {
        padding: 60px var(--Padd) 30px;
    }
    .in5 .swiper  {
        margin-bottom: 30px;
    }
    .in5 .swiper .swiper-slide {
        width: 100%;
        height: auto;
        aspect-ratio: 2 / 1.3;
        /*margin: 0 20px;*/
        border-radius: .2rem .2rem 0 .2rem;
    }
    .in5 .swiper .swiper-slide .cont .h1 {
        font-size: 18px;
    }
    .in5 .swiper .swiper-slide .cont {
        padding: 25px 10px;
    }
    .phone_in6 {
        padding: 0 var(--Padd) 30px;
    }
    .phone_in6  .cont{
        width: 100%;
        height: auto;
        border-radius: 28px;
        aspect-ratio: 690 / 1020;
        background: url() no-repeat center center;
        background-size: cover;
    }
    .phone_in6  .cont .swiper {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    .phone_in6 .cont .swiper .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .phone_in6 .cont .swiper .swiper-slide .lgo {
        width: 45px;
        height: 45px;
        object-fit: contain;
        margin-bottom: 15px;
    }
    .phone_in6 .cont .swiper .swiper-slide  .text_h  {
        color: #fff;
        text-align: center;
        margin-bottom: 30px;
    }
     .phone_in6 .cont .swiper .swiper-slide  .module.contactUsBtn {
        background: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(68px);
        color: #fff;
     }
      .phone_in6 .cont .swiper .swiper-pagination-bullet {
         width: 30px;
         border-radius: 0;
         height: 2px;
         background: #fff;
         opacity: .2;
     }
      .phone_in6 .cont .swiper .swiper-pagination-bullet-active {
          background-color: var(--viColor);
          opacity: 1;
      }
    .phoneFooter {
        margin-top: 30px;
    }
    .productDetails1 .cont .item.item4 {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .productDetails1 {
        padding-top: 60px;
    }
    .productDetails1 .cont .item.item4 .card {
        width: 48%;
        margin: 0;
        margin-bottom: 20px;
        border-radius: .2rem .2rem 0 .2rem;
    }
    .productDetails1 .cont .item .card .h1 {
        font-size: 14px;
    }
    .header-phone .menu {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .header-phone .menu div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--viColor);
    transition: all 0.4s ease;
  }
  .header-phone .menu .top {
    top: 0;
  }
  .header-phone .menu .middle {
    top: 9px;
  }
  .header-phone .menu .bottom {
    bottom: 0;
  }
  .header-phone .menu.cur .top {
    transform: rotate(45deg);
    transform-origin: top left;
    width: 26px;
  }
  .header-phone .menu.cur .middle {
    transform: translateX(-20px);
    opacity: 0;
  }
  .header-phone .menu.cur .bottom {
    transform: rotate(-45deg);
    transform-origin: top left;
    width: 26px;
    left: -1px;
  }
  .header-phone .mb-head {
    display: none;
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
    height: calc(100vh - 60px);
    background-color: #ffffff;
    overflow-y: auto;
  }
  .header-phone .mb-head .mb-head_cont .item .item_cont {
    height: 13.333vw;
    display: flex;
    justify-content: space-between;
    padding: 0 6vw;
    transition: all .4s ease;
  }
  .header-phone .mb-head .mb-head_cont .item .item_cont a {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 16px;
  }
  .header-phone .mb-head .mb-head_cont .item .item_cont .ico_box {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .header-phone .mb-head .mb-head_cont .item .item_cont .ico_box .ico {
    width: 2.667vw;
    height: 2.667vw;
    position: relative;
  }
  .header-phone .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;
    transition: all .4s ease;
  }
  .header-phone .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 .4s ease;
  }
  .header-phone .mb-head .mb-head_cont .item .header_down_cont {
    display: none;
  }
  .header-phone .mb-head .mb-head_cont .item .header_down_cont a {
    height: 13.333vw;
    display: flex;
    align-items: center;
    width: 80%;
    padding-left: 10.667vw;
    font-size: 14px;
  }
  .header-phone .mb-head .mb-head_cont .item .header_down_cont a.on {
    color: var(--viColor);
  }
  .header-phone .mb-head .mb-head_cont .item:nth-child(2n) .item_cont {
    background-color: #f3f3f7;
  }
  .header-phone .mb-head .mb-head_cont .item.on .item_cont {
    background: var(--viColor);
  }
  .header-phone .mb-head .mb-head_cont .item.on .item_cont a {
    color: #fff;
  }
  .header-phone .mb-head .mb-head_cont .item.on .item_cont .ico_box .ico::after {
    background: #fff;
  }
  .header-phone .mb-head .mb-head_cont .item.on .item_cont .ico_box .ico::before {
    background: #fff;
  }
  .header-phone .mb-head .mb-head_cont .item.on .item_cont .ico_box .ico::before {
    height: 0;
  }
  .system1 {
      padding: 60px var(--Padd) 30px;
  }
  .system1 .top {
      flex-direction: column;
  }
  .system1 .top .title {
      width: 100%;
      margin-bottom: 20px;
  }
  .system1 .top .p {
      width: 100%;
      font-size: 14px;
  }
  .system1 .top {
      margin-bottom: 20px;
  }
  .system2  {
      padding: 60px var(--Padd) 30px;
  }
  .system4 .swiper .swiper-slide .text .h1 {
      font-size: 18px;
  }
  .system4 .swiper .swiper-slide .text .p1 {
      font-size: 14px;
  }
  
  .search_container {
      padding: 120px 0 60px;
  }
  .search_container form {
      width: calc(100% - var(--Padd) * 2);
      margin:0 auto;
      margin-bottom: 60px;
  }
  .search_container .tabcont {
     overflow: auto;
     padding: 0 var(--Padd);
  }
  .search_container .tabcont::-webkit-scrollbar {
      display: none;
  }
  .search_container .tabcont::after {
      width: 200%;
  }
  .search_container .tabcont .item {
      white-space: nowrap
  }
  .search_container .tabcont .item {
      padding: 0 10px 10px 10px;
      font-size: 16px;
      margin-right: 60px;
  }
  .search_container .searchResults {
      padding: 0 var(--Padd);
      font-size: 16px;
      margin-bottom: 30px;
  }
  .search_container form input {
      font-size: 16px;
  }
   .search_container .tabnav {
       padding: 0 var(--Padd);
   }
   .search_container .card .item {
       width: 100% !important;
       margin-right: 0 !important;
       margin-bottom: 30px !important;
   }
   .search_container .card.news_card .item .text .text_cont .h1 {
       font-size: 16px;
   }
   .search_container .card.news_card .item .text .text_cont .p1 {
       font-size: 14px;
   }
   .search_container .card.news_card .item .text .time .time_box {
       font-size: 14px;
   }
   .search_container .tabcont .item:hover {
       color: #333;
   }
   .search_container .tabcont .item:hover::after {
       opacity: 0;
   }
   .search_container .card.solution_card .item .p {
       padding: 20px 10px;
       font-size: 16px;
   }
   .search_container .card.product_card .item .text {
       padding: 30px 10px;
   }
   .search_container .card.product_card .item .text .h1 {
       font-size: 16px;
   }
   .search_container .card.product_card .item .text .p1 {
       font-size: 14px;
   }
   .search_container .card.system_card .item .h1 {
       font-size: 16px;
   }
   .search_container .card.system_card .item {
       padding: 20px 10px;
   }
   .banner .cont .prop_bot {
       left: 10px;
       right: auto;
   }
   .system5 {
       padding-top: 30px;
   }
   .about1 .list .item .h1 {
       line-height: 1.3;
   }
   .product1 .left .tabber .item .item_cont a {
       font-size: 14px;
   }
   .system2 .title {
       padding-top: 60px;
   }
   .productDetails_container .system2 {
       padding: 60px var(--Padd);
   }
   /*.phoneFooter {*/
   /*    background: red;*/
   /*}*/
   .sys1 .title {
       font-size: 18px;
   }
   .banner .cont .prop_bot span {
       margin: 0 4px;
   }
   .sys1 .cont {
           aspect-ratio: inherit;
   }
   .system4 .swiper .swiper-slide .img img {
       width: 100%;
       height: 100%;
   }
   .serviceInnovation1 {
       padding-top: 60px;
   }
   .techInnovation1 .cont .text .h1 {
       font-size: 20px;
   }
   .serviceInnovation2 {
       padding-top: 30px;
       padding-bottom: 30px;
   }
   .techInnovation1 {
       padding-top: 60px;
       padding-bottom: 30px;
   }
   .new1 .list .item {
       width: 100%;
   }
   .investor1 .left .card .title {
       font-size: 20px;
   }
   .investor1 .left .card .list .item {
       margin-bottom: 15px;
   }
   .investor1 .left .card .list .item:last-child {
       margin-bottom: 0;
   }
   .investor1 .right .card .list1 .item .time {
       font-size: 16px;
       width: auto;
   }
   .investor1 .right .card .list2 .item {
       font-size: 14px;
   }
   .banner_anim .scbox {
       position: relative;
       clip-path:none;
       height: auto;
   }
   
   .down1{padding: 30px var(--Padd);display:block;}
   .down1 .title{font-size: 20px;}
   .down1 .tabber{flex-wrap: wrap;justify-content:space-between;margin-bottom:20px;}
   .down1 .tabber .item{width: 48%;
        margin-bottom: 12px;
        margin-right: 0;
        font-size: 14px;
        line-height: 32px;
        height: 32px;}
    .down1 .cont{display: block;}
    .down1 .cont .left{width: 100%;margin:0 0 20px 0;padding:20px;position:static;}
    .down1 .cont .right{width: 100%;padding: 20px;}
    .down1 .cont .right .right_tabcont .tabcont .item{width: 100%;}
    .down1 .cont .left .left_tab .item{margin-bottom: 12px;}
    .down1 .cont .left .left_tab .item span{font-size: 14px;}
    .down1 .cont .right .right_tabcont .tabcont .item.style_file .text .h1{font-size: 18px;line-height: 26px;height: 26px;}
   
    .ab4 .system4 .swiper .swiper-slide .text .h1 { white-space:wrap; }
   
   
   
}


