@font-face {
  font-family: DIN;
  src: url("DIN-Medium.otf");
}

@font-face {
  font-family: DIN-Bold;
  src: url("DIN-BoldItalic.otf");
}

html {
  scroll-padding-top: 1rem;
}

body,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea,
table,
div,
ul,
li,
select,
td,
th,
em,
span,
i,
button,
code {
  margin: 0;
  padding: 0;
  color: inherit;
  line-height: inherit;
  font-family: "microsoft yahei";
  font-size: 0.16rem;
}

img {
  border: 0;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

ul,
li {
  list-style: none;
}

a,
p,
span,
i,
em {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

:focus {
  outline: none !important;
  border-color: inherit;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

h3,
h4,
h5,
h6 {
  font-weight: normal;
}

em,
i {
  font-style: normal;
}

* {
  box-sizing: border-box;
  color: #333;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}

textarea {
  -webkit-appearance: none;
}

.auto {
  max-width: 17.2rem;
  margin: 0 auto;
}

:hover {
  transition: all 0.2s;
}

.img_hover_wrap {
  overflow: hidden;
}

.img_hover {
  transition: all 0.3s;
}

.img_hover:hover {
  transform: scale(1.05, 1.05);
}

.img_traslate {
  transition: all 0.3s;
}

.img_traslate:hover {
  transform: translateY(-10px);
}

.img_rotate {
  transition: all 0.3s;
}

.img_rotate:hover {
  transform: rotate(-360deg);
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal !important;
}

.center {
  text-align: center !important;
}

.img {
  /* width: 100%; */
  display: block;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ele {
  position: relative;
}

.ele:before,
.ele:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.ipt {
  display: block;
  border: none;
}

.ipt_button {
  cursor: pointer;
}

.item_scale .icon {
  transition: all 0.3s;
}

.item_scale:hover .icon {
  transform: scale(1.05, 1.05);
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 3;*/
}

.clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body {
  background: #fff;
  overflow-x: hidden;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* html{font-size:5.208vw;} */

.item {
}

.item .imgbox {
  display: block;
  overflow: hidden;
}

.item .img {
  transition: all 1s;
  width: 100%;
  display: block;
}

.item:hover .imgbox .img {
  transform: scale(1.1, 1.1);
}

.zoomimg {
  position: relative;
  overflow: hidden;
  height: 0;
  display: block;
}

.zoomimg .img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.relative {
  position: relative;
}

.flipx .icon {
  transition: all 0.3s;
}

.flipx:hover .icon {
  transform: scaleX(-1);
}

.scale .icon {
  transition: all 0.3s;
}

.scale:hover .icon {
  transform: scale(1.1, 1.1);
}

.underline:hover {
  text-decoration: underline;
}

label {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-end {
  align-items: flex-end;
}

.flex-pack-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-pack-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-pack-start {
  justify-content: flex-start;
}

.flex-pack-end {
  justify-content: flex-end;
}

.flex-v {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-w {
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
  overflow: hidden;
}

.flex-11 {
  flex: 1;
}

/* .c-main{color:#137daf!important;} */

/* 公共 */

.head {
  background-color: #fff;
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
}

.head + div {
  margin-top: 1rem;
}

.head .wrap {
  max-width: 14.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1rem;
}

.head .rigbox {
  display: flex;
  align-items: center;
}

.hd-logo {
}

.hd-logo .img {
  height: 0.56rem;
  width: auto;
}

.hd-nav {
}

.hd-nav li {
  display: inline-block;
  vertical-align: middle;
}

.hd-nav li .line {
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.04rem;
  height: 0.38rem;
  background: url(../images/icon_02.png) no-repeat center;
  background-size: contain;
  margin-top: -0.19rem;
  display: inline-block;
}

.hd-nav li > a {
  display: block;
  font-size: 0.2rem;
  color: #333;
  padding: 0 0.5rem;
  position: relative;
  line-height: 1rem;
}

.hd-nav li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.04rem;
  background-color: #289eff;
  transition: all 0.3s;
}

.hd-nav li.cur > a:after,
.hd-nav li:hover > a:after {
  width: 1rem;
  margin-left: -0.5rem;
}

.hd-nav li:hover .drop {
  display: block;
}

.hd-nav .drop {
  background-color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  box-shadow: 0px 0px 0.1rem 1px rgba(51, 51, 51, 0.25);
  display: none;
  overflow-y: auto;
}

.hd-nav .dropbox {
  padding: 0.3rem 0.1rem;
  display: flex;
  align-items: flex-start;
  /* flex-direction: column; */
}

.flex_c {
  display: flex;
  flex-direction: column;
}

.hd-nav .dropbox .bbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.1rem;
  width: 100%;
}

.hd-nav .dropbox .bbox .bbox_item {
  width: 100%;
  height: 3.15rem;
  border: 1px solid var(--default_color);
  background: #fff;
  border-radius: 16px;
}

.bbox2 {
  height: 6.14rem;
  position: relative;
}

.bbox2::after {
  content: "";
  height: 0.5rem;
  /* background-color: red; */
}

.hd-nav .dropbox .bbox .bbox_item .bbox_item_top {
  width: 100%;
  height: 2.14rem;
  border-radius: 16px 16px 50px 0px;
  background: linear-gradient(
    180deg,
    rgba(39, 114, 245, 0.2) 0%,
    rgba(39, 114, 245, 0.06) 100%
  );
  padding: 0.45rem 0.5rem;
  overflow: hidden;
  position: relative;
}

.hd-nav .dropbox .bbox .bbox_item .bbox_item_top2 {
  background-size: cover;
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(228, 81, 100, 0.2) 0%,
    rgba(206, 20, 44, 0.08) 100%
  );
}

.bbox_item .bbox_item_top .title {
  color: #333;
  font-family: Microsoft YaHei UI;
  font-size: 0.34rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 3.2rem;
  min-height: 1.02rem;
}

.bbox_item .bbox_item_top .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
  outline: 1px solid var(--default_color);
  box-sizing: border-box;
  width: 1.12rem;
  height: 0.42rem;
  color: var(--default_color);
  font-family: Microsoft YaHei UI;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.bbox_item .bbox_item_top .btn:hover {
  border: 1px solid var(--default_color);
  background: var(--default_color);
  color: #fff;
}

.bbox_item .bbox_item_top .right_img {
  width: 3.89rem;
  height: 1.75rem;
  position: absolute;
  bottom: 0;
  right: 0.21rem;
  z-index: 9;
}

.bbox_item .bbox_item_top2 .right_img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}

.bbox_item_bottom {
  padding: 0.1rem 0.5rem;
}

.bbox_item_bottom .bbox_item_bottom_title {
  color: #bdbdbd;
  font-family: Microsoft YaHei UI;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.2rem;
  /* 166.667% */
}

.bbox_item_bottom .bbox_item_bottom_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bbox_item_bottom_item_wrap {
  display: flex;
  justify-content: space-between;
}

.bbox_item_bottom_item_wrap .bbox_item_mxdesc {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;

  color: #333;
  text-align: justify;
  font-size: 0.16rem;
  box-sizing: border-box;
}

.bbox_item_bottom_item_wrap_max {
  width: 50%;
}

.bbox_item_bottom .bbox_item_bottom_item .title {
  color: var(--default_color);
  font-family: DINPro;
  font-size: 0.3rem;
  font-style: normal;
  font-weight: 700;
  /* 100% */
}

.bbox_item_bottom .bbox_item_bottom_item .title {
  color: var(--default_color);
  font-family: DINPro;
  font-size: 0.3rem;
  font-style: normal;
  font-weight: 700;
  /* 100% */
}

.bbox_item_bottom .bbox_item_bottom_item .title_mini {
  color: var(--default_color);
  font-family: DINPro;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 700;
}

.bbox_item_bottom .bbox_item_bottom_item .desc {
  color: #666;
  font-family: Microsoft YaHei UI;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  /* 140% */
}

.bbox_link {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
}

.bbox_link_item .title {
  display: flex;
  align-items: center;
}

.bbox_link_item .title .text {
  color: #333;
  font-family: Microsoft YaHei;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.bbox_link_item .title .title_img {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.16rem;
}

.bbox_link_item .desc {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.16rem;
  color: #999;
  font-family: Microsoft YaHei;
  font-size: 0.22rem;
  font-style: normal;
  /* 136.364% */
  height: 0.55rem;
}

.hd-nav .lbox {
  width: 100%;
  align-items: flex-start;
}

.hd-nav .rbox {
  width: 30.5%;
}

.tab_menu_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.hd-nav .menu {
  /* width: 31.5%; */
  background-color: #f7f9fc;
  margin-right: 4%;
  /* display: flex; */
  /* width: 6.85rem; */
  margin-bottom: 0.24rem;
}

.hd-nav .nmenu {
  width: 31.5%;
  background-color: #f7f9fc;
  margin-right: 4%;
  display: flex;
  width: 6.85rem;
  margin-bottom: 0.24rem;
}

.hd-nav .menu .lk-wz {
  font-size: 0.2rem;
  color: #333;
  letter-spacing: 0.02rem;
  display: block;
  padding: 0 0.3rem;
  background: url(../images/idx_04.png) no-repeat 92% center;
  background-size: 0.32rem;
  width: 3.5rem;
  height: 0.6rem;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.hd-nav .menu .lk-wz-new {
  background: none;
  width: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hd-nav .menu .lk-wz.cur,
.hd-nav .menu .lk-wz:hover {
  background-color: #289eff;
  color: #fff;
  background-image: url(../images/idx_04-1.png);
}

.hd-nav .menu .lk-wz-new.cur,
.hd-nav .menu .lk-wz-new:hover {
  background-image: none;
}

.hd-nav .tabwrap {
}

.hd-nav .module {
  margin-left: -5%;
}

.hd-nav .lks {
  width: 45%;
  float: left;
  margin-left: 5%;
}

.hd-nav .lks .lk {
  display: block;
  font-size: 0.16rem;
  color: #333;
  line-height: 0.3rem;
  margin-bottom: 0.23rem;
  max-width: 3rem;
  transition: all 0s;
}

.hd-nav .lks .lk:last-child {
  margin-bottom: 0;
}

.hd-nav .lks .lk .hot {
  font-size: 0.14rem;
  font-weight: bold;
  color: #ea4149;
  line-height: 0.2rem;
  display: inline-block;
  vertical-align: super;
  margin-left: 0.1rem;
}

.hd-nav .lks .lk:hover {
  color: #289eff;
  background: url(../images/icon_03.png) no-repeat right center;
  background-size: 0.29rem 0.07rem;
}

.hd-nav .t-tit {
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.02rem;
  line-height: 0.2rem;
  margin-bottom: 0.2rem;
}

.hd-nav .prolist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hd-nav .prolist .item {
  position: relative;
  width: 48%;
  margin-bottom: 4%;
  border-radius: 0.06rem;
  overflow: hidden;
  transition: all 0.3s;
}

.hd-nav .prolist .img {
  width: 2.5rem;
  height: 1.3rem;
  display: block;
  transition: all 0.3s;
}

.hd-nav .prolist .title {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.1rem;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s;
}

.hd-nav .prolist .item:hover .img {
  transform: scale(1.05, 1.05);
}

.hd-nav li:hover .subdown {
  display: block;
}

.hd-nav .sub {
  position: relative;
}

.hd-nav .subdown {
  position: absolute;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 0.1rem 1px rgba(51, 51, 51, 0.25);
  padding: 0.1rem 0;
  display: none;
}

.hd-nav .subdown .lk {
  display: block;
  font-size: 0.17rem;
  color: #333;
  text-align: center;
  line-height: 0.4rem;
}

.hd-nav .subdown .lk:hover {
  color: #289eff;
}

.hd-tel {
  font-size: 0.2rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.28rem;
  background: url(../images/icon_01.png) no-repeat left center;
  background-size: 0.32rem;
  padding-left: 0.42rem;
  margin-left: 0.4rem;
  display: inline-block;
}

.ft-lx {
  position: relative;
}

.ft-lx .img {
  width: 100%;
  display: block;
}

.ft-lx .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  padding-bottom: 0.5rem;
}

.ft-lx .t-tit {
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
}

.ft-lx .menu {
  margin-top: 0.35rem;
  font-size: 0.18rem;
  color: #fff;
}

.ft-lx .menu .hang > .lk {
  padding: 0 0.15rem;
  font-size: 0.2rem;
  color: #fff;
}

.ft-lx .menu .hang > .lk:hover {
  opacity: 0.9;
}

.ft-lx .searbox {
  margin: 0.4rem auto 0;
  width: 5rem;
}

.ft-lx .searbox .ipt-txt {
  font-size: 0.16rem;
  color: #333;
  text-align: center;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

.ft-lx .searbox .submit {
  font-size: 0.18rem;
  color: #fff;
  letter-spacing: 0.03rem;
  background: #289eff;
  height: 0.48rem;
  line-height: 0.48rem;
  border: none;
  cursor: pointer;
  width: 1.23rem;
}

.ft-lx .searbox .submit:hover {
  background-color: #1983db;
}

.ft-lx .tel {
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.32rem;
  margin-top: 0.75rem;
}

.foot .shape {
  height: 0.57rem;
  width: auto;
  display: block;
  margin: -0.57rem auto 0;
  position: relative;
  z-index: 5;
}

.ft-t {
  padding: 0.35rem 0 0.2rem;
  background-color: #2d3847;
}

.ft-t .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.ft-t .t-tit {
  font-size: 0.2rem;
  color: #eceeed;
  margin-bottom: 0.15rem;
}

.ft-vx {
}

.ft-vx .tp {
  width: 1.7rem;
  border-radius: 0.06rem;
}

.ft-vx .wz {
  font-size: 0.16rem;
  color: #9e9fa1;
  line-height: 0.19rem;
  margin-top: 0.15rem;
}

.ft-info {
}

.ft-info .box {
}

.ft-info .row {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.32rem;
  margin-bottom: 0.1rem;
}

.ft-info .row:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.05rem;
}

.ft-info .row em {
  color: #9e9fa1;
}

.ft-info .phone:before {
  background: url(../images/ft_03.png) no-repeat center;
  background-size: contain;
}

.ft-info .tel:before {
  background: url(../images/ft_04.png) no-repeat center;
  background-size: contain;
}

.ft-info .qq:before {
  background: url(../images/ft_05.png) no-repeat center;
  background-size: contain;
}

.ft-info .email:before {
  background: url(../images/ft_06.png) no-repeat center;
  background-size: contain;
}

.ft-info .address:before {
  background: url(../images/ft_07.png) no-repeat center;
  background-size: contain;
}

.ft-links {
  width: 2.7rem;
}

.ft-links .lks {
}

.ft-links .lk {
  display: block;
  font-size: 0.16rem;
  color: #9e9fa1;
  line-height: 0.34rem;
}

.ft-links .lk:hover {
  color: #fff;
}

.ft-b {
  background: #252d37;
  border-top: 1px solid #909194;
}

.ft-b .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.16rem;
  color: #9e9fa1;
  line-height: 0.3rem;
  padding: 0.15rem 0;
}

.ft-b a {
  padding: 0 0.01rem;
}

.ft-b .rbox {
  text-align: right;
}

.ft-b .p2 {
  color: transparent;
}

.ft-b .p2 a {
  color: #9e9fa1;
}

.ft-b a:hover {
  color: #fff;
}

.kf-menu {
  width: 0.8rem;
  border: 1px solid rgba(40, 158, 255, 0.1);
  border-radius: 0.04rem;
  background-color: #fff;
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 100;
  display: none;
}

.kf-menu .item {
  padding: 0.12rem 0;
  text-align: center;
  position: relative;
}

.kf-menu .icon {
  width: 0.32rem;
  height: 0.32rem;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(#fff 80px 0);
}

.kf-menu .fz {
  font-size: 0.12rem;
  color: #333;
  margin-top: 0.05rem;
}

.kf-menu .chat {
  background: url(../images/kf_01.svg) no-repeat center;
  background-size: contain;
}

.kf-menu .wx {
  background: url(../images/kf_02.svg) no-repeat center;
  background-size: contain;
}

.kf-menu .tel {
  background: url(../images/kf_03.svg) no-repeat center;
  background-size: contain;
}

.kf-menu .phone {
  background: url(../images/kf_04.svg) no-repeat center;
  background-size: contain;
}

.kf-menu .backtop {
  background: url(../images/kf_05.svg) no-repeat center;
  background-size: contain;
}

.kf-menu .item::after {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0px;
  opacity: 1;
  border: 1px solid;
  border-image: linear-gradient(
      314deg,
      rgba(221, 221, 221, 0),
      rgba(40, 158, 255, 1),
      rgba(221, 221, 221, 0)
    )
    2 2;
  margin-left: -0.3rem;
  bottom: 0;
}

.kf-menu .item:last-child::after {
  display: none;
}

.kf-menu .item:hover .chat {
  background: url(../images/kf_01-1.svg) no-repeat center;
  background-size: contain;
}

.kf-menu .item:hover .wx {
  background: url(../images/kf_02-1.svg) no-repeat center;
  background-size: contain;
}

.kf-menu .item:hover .tel {
  background: url(../images/kf_03-1.svg) no-repeat center;
  background-size: contain;
}

.kf-menu .item:hover .phone {
  background: url(../images/kf_04-1.svg) no-repeat center;
  background-size: contain;
}

.kf-menu .item:hover .backtop {
  background: url(../images/kf_05-1.svg) no-repeat center;
  background-size: contain;
}

.kf-menu .item:hover .drop {
  display: flex;
}

.kf-menu .drop {
  width: 1.5rem;
  padding-right: 0.05rem;
  position: absolute;
  left: -1.5rem;
  top: 0;
  height: 100%;
  display: none;
  align-items: center;
}

.kf-menu .drop .box {
  background-color: #fff;
  box-shadow: 0.02rem 0.04rem 0.06rem 1px rgba(40, 158, 255, 0.2);
  border: 1px solid rgba(40, 158, 255, 0.1);
  width: 100%;
}

.kf-menu .font {
  font-size: 0.2rem;
  font-weight: 500;
  color: #289eff;
  font-family: "DIN";
  text-align: center;
  line-height: 0.5rem;
  height: 0.5rem;
}

.kf-menu .item-vx .box {
  padding: 0.1rem;
}

.kf-menu .vximg {
  width: 100%;
}

.kf-menu .wz {
  font-size: 0.14rem;
  color: #333;
  margin-top: 0.05rem;
}

/* index */

.idx-ban .img {
  width: 100%;
  display: block;
}

.idx-ban .swiper-button-next,
.idx-ban .swiper-button-prev {
  width: 0.52rem;
  height: 0.52rem;
  margin-top: -0.26rem;
  display: none;
}

.idx-ban .swiper-button-prev {
  background: url(../images/idx_02.png) no-repeat center;
  background-size: contain;
  left: 5%;
}

.idx-ban .swiper-button-next {
  background: url(../images/idx_03.png) no-repeat center;
  background-size: contain;
  right: 5%;
}

.idx-ban:hover .swiper-button-next,
.idx-ban:hover .swiper-button-prev {
  display: block;
}

.idx-ban .swiper-pagination {
  font-size: 0;
  bottom: 0.4rem !important;
}

.idx-ban .swiper-pagination-bullet {
  width: 0.18rem;
  height: 0.18rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin: 0 0.1rem !important;
  background-color: transparent;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
}

.idx-ban .swiper-pagination-bullet-active {
  width: 0.26rem;
  height: 0.26rem;
  background: url(../images/icon_04.png) no-repeat center;
  background-size: contain;
  border: none;
}

.idx-pic {
  margin-top: 0.6rem;
}

.idx-pic .img {
  width: 100%;
  display: block;
}

.idx-titbox {
  margin-bottom: 0.4rem;
  text-align: center;
  position: relative;
}

.idx-titbox .cn {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.56rem;
}

.idx-titbox .en {
  font-size: 0.2rem;
  color: #999999;
  line-height: 0.56rem;
  text-transform: uppercase;
}

.idx-titbox .more {
  font-size: 0.16rem;
  color: #333;
  display: inline-block;
  text-align: left;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.2rem;
}

.idx-titbox .more .arrow {
  width: 0.74rem;
  display: block;
}

.idx-titbox .more:hover {
  color: #289eff;
}

.idx-titbox .smmenu {
  display: inline-block;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.3rem;
}

.idx-titbox .smmenu .lk {
  font-size: 0.26rem;
  color: #333;
  line-height: 0.6rem;
  display: inline-block;
  vertical-align: middle;
  min-width: 1.7rem;
  text-align: center;
  padding: 0 0.1rem;
  background: #f2f3f5;
}

.idx-titbox .smmenu i {
  width: 1px;
  height: 0.6rem;
  opacity: 1;
  background-image: linear-gradient(
    rgba(221, 221, 221, 0),
    rgba(204, 204, 204, 1),
    rgba(221, 221, 221, 0)
  );
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
}

.idx-titbox .smmenu .lk.cur,
.idx-titbox .smmenu .lk:hover {
  color: #fff;
  background-color: #289eff;
}

.idx-pro {
  padding: 0.7rem 0 0;
}

.idx-pro .detail {
}

.idx-pro .item {
  display: block;
  border-radius: 0.11rem;
  overflow: hidden;
  /* margin: 0 0 0.15rem; */
  position: relative;
}

.idx-pro .item .img {
  width: 100%;
  display: block;
  height: 3.15rem;
  /*transition: all 2s;*/
}

.idx-pro .item .box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  color: #333;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.3rem;
  box-sizing: border-box;
  border-radius: 0.1rem;
  box-shadow: 0px 0px 0.24rem 0px rgba(40, 158, 255, 0.15);
}

.idx-pro .item .title {
  font-size: 0.32rem;
  font-weight: 600;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
}

.idx-pro .module-width .item .title {
  max-width: 3rem;
}

.idx-pro .item .sm {
  width: 90%;
  position: absolute;
  top: 2rem;
  left: 0.3rem;
}

.idx-pro .item .footer {
  top: 2.1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.idx-pro .item .footer .tag {
  font-size: 0.18rem;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.idx-pro .item .footer .tag img {
  width: 0.32rem;
  height: 0.32rem;
  padding: 0.04rem;
}

.idx-pro .item .footer .vertical-line {
  width: 0.02rem;
  height: 0.2rem;
  margin: 0 0.1rem;
  background-color: #bdbdbd;
  display: flex;
  align-items: center;
}

.idx-pro .item .footer .vertical-line::before {
  content: "";
  flex: 1;
  height: 0.01rem;
  background-color: #bdbdbd;
}

.idx-pro .item .sm .sm_title {
  color: #bdbdbd;
  text-align: left;
  font-family: Microsoft YaHei UI;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.2rem;
  /* 166.667% */
}

.idx-pro .item .sm .sm_data {
  display: flex;
  flex-wrap: nowrap;
  width: 7.5rem;
  justify-content: space-between;
}

.idx-pro .item .sm .sm_data > div {
  text-align: center;
}

.idx-pro .item .sm .sm_data > div:not(:last-child) {
  /*margin-right: 0.4rem;*/
}

.idx-pro .item .sm .sm_data p {
  text-align: center;
  font-family: DINPro;
  font-size: 0.4rem;
  font-style: normal;
  font-weight: 700;
  padding: 0.02rem 0;
  justify-content: center;
  align-items: center;
}

.idx-pro .item .sm .sm_data_jr p {
  color: #2772f5;
}

.idx-pro .item .sm .sm_data_zw p {
  color: #ce142c;
}

.idx-pro .item .sm .sm_data_jy p {
  color: #dd601a;
}

.idx-pro .item .sm .sm_data div > span {
  color: #828282;
  font-size: 0.2rem;
  font-weight: 400;
  margin-top: 0.03rem;
}

.idx-pro .item .sm .sm_data p span {
  font-size: 0.18rem;
}

.idx-pro .item .btn {
  border-radius: 50px;
  background: #fff;
  height: 0.41rem;
  transition: all 0.5s;
  line-height: 0.41rem;
  width: 1.19rem;
  text-align: center;
  font-size: 0.18rem;
}

.idx-pro .item .btn_jr {
  color: #2772f5;
  position: absolute;
  top: 1.2rem;
  left: 0.3rem;
}

.idx-pro .item .btn_zw {
  color: #ce142c;
  position: absolute;
  top: 1.3rem;
  left: 0.3rem;
}

.idx-pro .item .btn_jy {
  color: #ce142c;
  position: absolute;
  top: 1.2rem;
  left: 0.3rem;
}

.idx-pro .item .wz {
  font-size: 0.26rem;
  color: #fff;
  width: 2.15rem;
  height: 0.54rem;
  background: rgba(0, 0, 0, 0.48);
  border-radius: 0.08rem;
  display: block;
  margin-bottom: 0.28rem;
  text-align: center;
  line-height: 0.54rem;
}

.idx-pro .item:hover .img {
  /*transform: scale(1.1, 1.1);*/
}

.idx-pro .item:hover .btn_jr {
  background: #2772f5;
  color: #fff;
}

.idx-pro .item:hover .btn_zw {
  background: #ce142c;
  color: #fff;
}

.idx-pro .item:hover .btn_jy {
  background: #dd601a;
  color: #fff;
}

.idx-pro .btns {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.15rem;
}

.idx-pro .swiper-button-next,
.idx-pro .swiper-button-prev {
  position: static;
  margin: 0;
  width: 0.46rem;
  height: 0.24rem;
  margin: 0 0 0 0.2rem;
}

.idx-pro .swiper-button-prev {
  background: url(../images/idx_18.png) no-repeat center;
  left: 5%;
  background-size: contain;
}

.idx-pro .swiper-button-next {
  background: url(../images/idx_19.png) no-repeat center;
  background-size: contain;
  right: 5%;
}

/*经典案例*/
.idx-al-titbox {
  margin-bottom: 0.4rem;
  text-align: center;
  position: relative;
}

.idx-al-titbox .cn {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.56rem;
}

.idx-al-titbox .en {
  font-size: 0.2rem;
  color: #999999;
  line-height: 0.56rem;
  text-transform: uppercase;
}

.idx-al-titbox .more {
  font-size: 0.16rem;
  color: #333;
  display: inline-block;
  text-align: left;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.2rem;
}

.idx-al-titbox .more .arrow {
  width: 0.74rem;
  display: block;
}

.idx-al-titbox .more:hover {
  color: #289eff;
}

.idx-al-titbox .smmenu {
  display: inline-block;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.3rem;
}

.idx-al-titbox .smmenu .lk {
  font-size: 0.26rem;
  color: #333;
  line-height: 0.6rem;
  display: inline-block;
  vertical-align: middle;
  min-width: 1.7rem;
  text-align: center;
  padding: 0 0.1rem;
  background: #f2f3f5;
}

.idx-al-titbox .smmenu i {
  width: 1px;
  height: 0.6rem;
  opacity: 1;
  background-image: linear-gradient(
    rgba(221, 221, 221, 0),
    rgba(204, 204, 204, 1),
    rgba(221, 221, 221, 0)
  );
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
}

.idx-al-titbox .smmenu .lk.cur,
.idx-al-titbox .smmenu .lk:hover {
  color: #fff;
  background-color: #e87f04;
}

.idx-al {
  padding: 0.7rem 0 0;
}

.idx-pro .detail {
}

.idx-al .item {
  display: block;
  border-radius: 0.11rem;
  overflow: hidden;
  /* margin: 0 0 0.15rem; */
  position: relative;
}

.idx-al .item .img {
  width: 100%;
  display: block;
  height: 2.8rem;
  /*transition: all 2s;*/
}

.idx-al .item .box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  color: #333;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.3rem;
  box-sizing: border-box;
  border-radius: 0.1rem;
  box-shadow: 0px 0px 0.24rem 0px rgba(40, 158, 255, 0.15);
}

.idx-al .item .title {
  color: #fff;
  font-family: Microsoft YaHei UI;
  font-size: 0.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 5rem;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
}

.idx-al .module-width .item .title {
  max-width: 2.8rem;
}

.idx-al .item .sm {
  width: 90%;
  position: absolute;
  top: 2.2rem;
  left: 0.3rem;
}

.idx-al .item .sm .sm_title {
  color: #bdbdbd;
  text-align: left;
  font-family: Microsoft YaHei UI;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
}

.idx-al .item .box_code {
  position: absolute;
  top: 1.05rem;
  left: 0.3rem;
  text-align: left;
}

.idx-al .itemcode {
  display: block;
  border-radius: 0.11rem;
  overflow: hidden;
  /* margin: 0 0 0.15rem; */
}

.idx-al .itemcode .img {
  width: 100%;
  display: block;
  height: 2.8rem;
  /*transition: all 2s;*/
}

.idx-al .itemcode .box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  color: #333;
  top: 0;
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
  padding: 0 0.3rem;
  box-sizing: border-box;
  border-radius: 0.1rem;
  box-shadow: 0px 0px 0.24rem 0px rgba(40, 158, 255, 0.15);
}

.idx-al .itemcode .title {
  color: #fff;
  font-family: Microsoft YaHei UI;
  font-size: 0.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 5rem;
}

.idx-al .module-width .itemcode .title {
  max-width: 2.8rem;
}

.idx-al .itemcode .sm {
  width: 90%;
  position: absolute;
  top: 2.2rem;
  left: 0.3rem;
}

.idx-al .itemcode .sm .sm_title {
  color: #bdbdbd;
  text-align: left;
  font-family: Microsoft YaHei UI;
  font-size: 0.012rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
}

.idx-al .itemcode .box_code {
}

.idx-al .itemcode .box_code .box_code_flex {
  display: flex;
  align-items: center;
}

.idx-al .itemcode .box_code .box_code_flex :first-child {
  padding: 2px 0;
}

.idx-al .itemcode .box_code .box_code_flex .zcImg {
  width: 1.3rem;
  height: 0.6rem;
}

.idx-al .itemcode .box_code .box_code_flex .code {
  width: 1rem;
  height: 1rem;
  border-radius: 10px;
}

.idx-al .itemcode .box_code .btn_text :first-child {
  color: #fff;
  font-family: Microsoft YaHei UI;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 0.35rem;
}

.idx-al .itemcode .box_code .btn_text :nth-child(2) {
  color: rgba(255, 255, 255, 0.5);
  font-family: Microsoft YaHei UI;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 0.35rem;
}

.idx-al .item .btn {
  position: absolute;
  top: 1.4rem;
  left: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.idx-al .item .btn img {
  width: 1rem;
  height: 1rem;
  border-radius: 10px;
}

.idx-al .item .btn .btn_text :first-child {
  color: #fff;
  font-family: Microsoft YaHei UI;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 0.35rem;
}

.idx-al .item .btn .btn_text :nth-child(2) {
  color: rgba(255, 255, 255, 0.5);
  font-family: Microsoft YaHei UI;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 0.35rem;
}

.idx-al .item .btn_website {
  padding: 0.06rem 0.24rem;
  border: 1px solid #fff;
  border-radius: 3px;
  gap: 10px;
  color: #fff;
  font-family: Microsoft YaHei UI;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.idx-al .item .btn_website_top {
  position: absolute;
  top: 2.2rem;
  left: 0.3rem;
}

.idx-al .item .wz {
  font-size: 0.26rem;
  color: #fff;
  width: 2.15rem;
  height: 0.54rem;
  background: rgba(0, 0, 0, 0.48);
  border-radius: 0.08rem;
  display: block;
  margin-bottom: 0.28rem;
  text-align: center;
  line-height: 0.54rem;
}

.idx-al .item:hover .img {
  /*transform: scale(1.1, 1.1);*/
}

.idx-al .item:hover .btn_jr {
  background: #289eff;
  color: #fff;
}

.idx-al .item:hover .btn_zw {
  background: #ce142c;
  color: #fff;
}

.idx-al .btns {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.15rem;
}

.idx-al .swiper-button-next,
.idx-al .swiper-button-prev {
  position: static;
  margin: 0;
  width: 0.46rem;
  height: 0.24rem;
  margin: 0 0 0 0.2rem;
}

.idx-al .swiper-button-prev {
  background: url(../images/idx_18.png) no-repeat center;
  left: 5%;
  background-size: contain;
}

.idx-al .swiper-button-next {
  background: url(../images/idx_19.png) no-repeat center;
  background-size: contain;
  right: 5%;
}

/*新闻*/
.idx-xw {
  padding: 0.5rem 0 0.8rem;
  background: url(../images/xw_bg.png) no-repeat center;
  background-size: 100% 100%;
}

.idx-xw .swiper-box {
  position: relative;
  max-width: 17.2rem;
  margin: 0 auto;
  width: 90%;
}

.idx-xw .item {
  width: 48%;
  flex-shrink: 0;
  margin-right: 0.2rem;
}

.idx-xw .swiper-button-next,
.swiper-button-prev {
  width: 0.6rem;
  height: 0.6rem;
}

.idx-xw .swiper-button-prev {
  background: url(../images/xw_left.svg) no-repeat center;
  background-size: contain;
  left: -50px;
  cursor: pointer;
}

.idx-xw .swiper-button-next {
  background: url(../images/xw_right.svg) no-repeat center;
  background-size: contain;
  right: -50px;
  cursor: pointer;
}

.idx-xw-row {
  display: flex;
  justify-content: space-between;
}

.idx-xw-row .item {
  width: 31.33%;
  margin-right: 0;
}

.idx-xw-row .item:not(:last-child) {
  margin-right: 0.2rem;
}

.idx-xw-block {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  border-radius: 0.08rem;
  background: #f1f5fe;
  height: 3.16rem;
  overflow: hidden;
}

.idx-xw-block:hover span {
  color: #289eff;
}

.idx-xw-block:hover img {
  transform: scale(1.02);
}

.idx-xw-block > div {
  padding: 0 0.24rem;
}

.idx-xw-block p {
  font-size: 0.24rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.idx-xw-block span {
  font-size: 0.18rem;
  transition: all 0.3s;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 0.26rem;
}

.idx-xw-block img {
  width: 5.6rem;
  height: 100%;
  transition: all 2s;
  border-radius: 0.08rem;
  overflow: hidden;
  flex-shrink: 0;
}

.idx-xw .swiper-slide > div {
  display: flex;
}

.idx-xw-row .idx-xw-block img {
  width: 100%;
  height: 1.53rem;
  border-radius: 0;
}

.idx-xw-row .idx-xw-block {
  align-items: inherit;
  flex-direction: column;
}

.idx-xw-row .idx-xw-block > div {
  padding: 0.16rem;
  box-sizing: border-box;
}

.idx-xw-row .idx-xw-block p {
  margin-bottom: 0.12rem;
}

.idx-xw .hotbox {
  margin-right: 0.3rem;
  width: 10.67rem;
  box-shadow: 0px 0.03rem 0.13rem 0.01rem rgba(40, 158, 255, 0.1);
}

.idx-xw .hotbox .imgbox {
  display: block;
}

.idx-xw .hotbox .img {
  width: 100%;
  height: 5.34rem;
  display: block;
}

.idx-xw .hotbox .info {
  padding: 0.5rem 0.3rem 0.4rem;
}

.idx-xw .hotbox .date {
  font-size: 0.32rem;
  color: #289eff;
  width: 2.18rem;
  height: 0.57rem;
  background: url(../images/idx_22.png) no-repeat center;
  background-size: contain;
  margin-left: -0.3rem;
  display: block;
  line-height: 0.57rem;
  font-family: "DIN";
  padding-left: 0.3rem;
}

.idx-xw .hotbox .title {
  font-size: 0.28rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.33rem;
  display: block;
  margin-top: 0.35rem;
}

.idx-xw .hotbox .txt {
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.3rem;
  -webkit-line-clamp: 2;
  margin-top: 0.4rem;
}

.idx-xw .hotbox .title:hover {
  color: #289eff;
}

.idx-xw .list {
}

.idx-xw .list .item {
  padding: 0.1rem 0;
  border-bottom: 1px solid #ddd;
  margin-top: 0.3rem;
  position: relative;
}

.idx-xw .list .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all 0.3s;
  height: 1px;
  background-color: #289eff;
}

.idx-xw .list .item:first-child {
  padding-top: 0;
  margin-top: 0;
}

.idx-xw .list .title {
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.33rem;
  display: block;
}

.idx-xw .list .txt {
  font-size: 0.24rem;
  color: #999;
  line-height: 0.3rem;
  margin-top: 0.15rem;
}

.idx-xw .list .date {
  font-size: 0.2rem;
  color: #999;
  line-height: 0.3rem;
  margin-top: 0.15rem;
}

.idx-xw .list .item:last-child {
  border-bottom: none;
}

.idx-xw .list .item:hover .title {
  color: #289eff;
}

.idx-xw .list .item:hover::after {
  width: 100%;
}

/* 客户案例 */

.inner-ban {
  overflow: hidden;
}

.inner-ban .img {
  width: 100%;
  display: block;
}

.inner-menu {
  margin-top: -0.75rem;
  /* background-color: #fcfefd; */
}

.inner-menu .wrap {
  display: inline-block;
  box-shadow: 0px 0.04rem 0.04rem 1px rgba(40, 158, 255, 0.15);
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
}

.inner-menu .wrap.yiny {
  box-shadow: 0px 0.04rem 0.04rem 1px rgba(40, 158, 255, 0.15);
}

.inner-menu .lk {
  width: 3.41rem;
  background-color: #fff;
  height: 1.5rem;
  /* display: flex;align-items: center;justify-content: center;float: left; */
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5rem;
}

.inner-menu .lk2 {
  width: 4.3rem;
}

.inner-menu .lk::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.02rem;
  height: 100%;
  background: linear-gradient(
    rgba(221, 221, 221, 0) 0%,
    #ccc 52.32%,
    rgba(221, 221, 221, 0) 100%
  );
}

.inner-menu .lk:last-child::after {
  display: none;
}

.inner-menu .icon {
  width: 0.7rem;
  margin-right: 0.1rem;
  display: inline-block;
  vertical-align: middle;
}

.inner-menu .fz {
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
  position: relative;
  line-height: 0.6rem;
  margin-top: -0.1rem;
  display: inline-block;
  vertical-align: middle;
}

.inner-menu .fz::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.7rem;
  height: 1px;
  background-color: #333;
}

.inner-menu .lk.cur {
  background: url(../images/case_26.jpg) no-repeat right bottom;
  background-size: cover;
}

.inner-menu .lk.cur .fz,
.inner-menu .lk.cur:hover .fz {
  color: #fff;
}

.inner-menu .lk.cur .fz::after,
.inner-menu .lk.cur:hover .fz::after {
  background-color: #fff;
}

.inner-menu .lk:hover .fz {
  color: #289efe;
}

.inner-menu .lk:hover .fz::after {
  background: #289efe;
}

.main-bg {
  background-image: linear-gradient(#e5ebeb 0, #fff 50%);
}

.main-bg {
  background-image: linear-gradient(#e5ebeb 0, #fff 50%);
}

.case-main {
  padding: 0.6rem 0;
  background: rgba(248, 248, 248, 0.2);
}

.case-main .module {
  /* height: 7.2rem; */
  /* overflow: hidden; */
}

.case-qy {
  /* margin-left: -3%; */
  /* margin: auto 1rem; */
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0.26rem;
}

.case-qy .item {
  width: 100%;
  /* margin:0 0 .25rem 3%; */
  border-radius: 0.1rem;
  height: 0.88rem;
  overflow: hidden;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  /* 提高元素层级 */
  /* margin: 0 0 .9rem 3%; */
}

.case-qy .img {
  width: 100%;
  height: 100%;
  display: block;
}

.case-qy .item:hover {
  box-shadow: 0 0 0.2rem #ddd;
}

.case-szzf {
  margin-left: -0.6%;
}

.case-szzf .item {
  font-size: 0.2rem;
  font-weight: 400;
  color: #333;
  line-height: 0.4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* width: 2.76rem; */
  width: 16%;
  /* height: 1.57rem; */
  background: url(../images/case_27.png) no-repeat center;
  background-size: 100% 100%;
  margin: 0 0 0.6% 0.6%;
  text-align: center;
  transition: all 0.3s;
  height: 1.1rem;
}

.case-szzf .item:hover {
  transform: translateY(-5px);
}

.case-jy {
  width: 100%;
}

.case-jy img {
  width: 5.6rem;
  height: 6.3rem;
}

.case-ky {
  position: relative;
}

.case-ky .row {
  display: flex;
  overflow: hidden;
  background: #fff;
}

.case-ky .info {
  width: 50%;
  padding: 0.3rem 0.7rem 0;
  position: relative;
}

.case-ky .info::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 50%;
  margin-top: -0.25rem;
  content: "";
  width: 0px;
}

.case-ky .title {
  font-size: 0.4rem;
  color: #333;
  font-weight: bold;
}

.case-ky .txt {
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.33rem;
  margin-top: 0.2rem;
}

.case-ky .bot {
  font-size: 0.2rem;
  color: #999;
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}

.case-ky .bot .span2 {
  min-width: 50%;
  display: inline-block;
}

.case-ky .imgbox {
  width: 50%;
}

.case-ky .imgbox .img {
  width: 100%;
  display: block;
}

.case-ky .row:nth-child(odd) .info {
  box-shadow: 0.05rem 0 0.05rem rgba(0, 0, 0, 0.25);
}

.case-ky .row:nth-child(odd) .info::after {
  border-width: 0.35rem 0 0.35rem 0.5rem;
  border-color: transparent transparent transparent #fff;
  right: -0.5rem;
  filter: drop-shadow(0.08rem 0 0.05rem rgba(0, 0, 0, 0.25));
}

.case-ky .row:nth-child(even) {
  flex-direction: row-reverse;
}

.case-ky .row:nth-child(even) .info {
  padding-left: 0.9rem;
  box-shadow: -0.05rem 0 0.05rem rgba(0, 0, 0, 0.25);
}

.case-ky .row:nth-child(even) .info::after {
  border-width: 0.35rem 0.5rem 0.35rem 0;
  border-color: transparent #fff transparent transparent;
  left: -0.5rem;
  filter: drop-shadow(-0.08rem 0 0.05rem rgba(0, 0, 0, 0.25));
}

.case-ky .pic {
  width: 1.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.8rem;
  margin-top: -0.8rem;
  box-shadow: 0 0 0.1rem #999;
  border-radius: 0.04rem;
}

.case-szqy {
}

.case-szqy .item {
  font-size: 0.21rem;
  color: #333;
  line-height: 0.25rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 2.11rem; */
  /* height: 1.33rem; */
  background: url(../images/case_31.png) no-repeat center;
  background-size: 100% 100%;
  width: 12.5%;
  margin-bottom: 0.15rem;
  padding-bottom: 0.05rem;
  transition: all 0.3s;
  height: 1.65rem;
}

.case-szqy .item:hover {
  transform: translateY(-5px);
}

.case-st {
}

.case-st .img {
  /* width: 100%; */
  width: 15.5rem;
  margin: 0 auto;
}

/* 产品中心 */

.pro-main {
  padding: 0.6rem 0;
}

.pro-main .wrap {
  align-items: flex-start;
}

.pro-menu {
  width: 3.44rem;
  margin-right: 0.6rem;
}

.pro-menu li {
  position: relative;
  font-size: 0.24rem;
  color: #333;
  text-align: center;
  line-height: 0.9rem;
  background-color: #d4ecff;
}

.pro-menu li > a {
  display: block;
  transition: all 0s;
}

.pro-menu li:hover,
.pro-menu li.cur {
  background: linear-gradient(
      270deg,
      rgba(252, 252, 252, 0) 0%,
      rgba(252, 252, 252, 0.2) 100%
    ),
    linear-gradient(270deg, #67f2f1 -23.4%, #289eff 46.35%, #67f2f1 135.76%);
  background-blend-mode: overlay, normal;
  color: #fff;
}

.pro-menu li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3rem;
  height: 0.02rem;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 49.02%,
    rgba(255, 255, 255, 0) 100%
  );
  margin-left: -1.5rem;
}

.pro-sec {
}

.crumb {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.3rem;
}

.crumb em {
  color: #999;
}

.crumb span {
  color: #000;
}

.crumb a:hover {
  color: #289eff;
}

.pro-list {
  padding: 0.6rem 0;
}

.pro-list .mod {
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.pro-list .img {
  width: 55%;
}

.pro-list .info {
  width: 45%;
  max-width: 5.64rem;
}

.pro-list .title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333333;
}

.pro-list .txt {
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.26rem;
  margin-top: 0.15rem;
}

.pro-list .txt.indent {
  text-indent: 2em;
}

.pro-list .list {
  margin-top: 0.25rem;
}

.pro-list .list li {
  width: 25%;
  padding: 0 0.1rem;
  margin-bottom: 0.1rem;
}

.pro-list .list .icon {
  height: 0.5rem;
  width: auto;
  margin: 0 auto;
  display: block;
  transition: all 0.3s;
}

.pro-list .list .fz {
  font-size: 0.18rem;
  color: #888;
  margin-top: 0.05rem;
  text-align: center;
}

.pro-list .list li:hover .icon {
  transform: scale(1.05, 1.05);
}

.pro-list .mod:nth-child(even) {
  flex-direction: row;
}

.pro-list .mod:nth-child(2) .info {
  max-width: 100%;
}

/* 新闻中心 */

.xw-main {
  background-color: #fff;
  padding: 0.6rem 0;
}

.xw-main .rbox {
  width: 5.4rem;
  margin-left: 0.3rem;
  background-color: #fff;
}

.xw-bar .wrap {
  height: 0.8rem;
}

.xw-bar .sort .lk {
  background: url(../images/xw_07.png) no-repeat right center;
  background-size: 0.16rem;
  padding-right: 0.26rem;
  font-size: 0.18rem;
  color: #666;
  display: inline-block;
  margin-right: 0.45rem;
  cursor: pointer;
}

.xw-bar .sort .lk:hover,
.xw-bar .sort .lk.cur {
  color: #289eff;
}

.xw-bar .searbox {
  margin-left: 0.18rem;
  background-color: #f4faff;
  position: relative;
}

.xw-bar .searbox .ipt-txt {
  font-size: 0.18rem;
  color: #333;
  background: rgba(40, 158, 255, 0.05);
  padding: 0 0.2rem;
  width: calc(100% - 0.2rem);
  box-shadow: 0px 0px 3px 1px rgba(51, 51, 51, 0.25);
  border-radius: 0.1rem;
  line-height: 0.4rem;
  height: 0.4rem;
}

.xw-bar .searbox .submit {
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/xw_04.png) no-repeat center;
  background-size: contain;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.xw-sec {
  background-color: #f3f6fa;
  padding: 0.35rem 0;
}

.xw-sec .wrap {
  align-items: flex-start;
}

.xw-list {
  background-color: #fff;
  padding: 0 0.4rem;
}

.xw-list .item {
  align-items: flex-start;
  padding: 0.4rem 0;
  border-bottom: 1px solid #ccc;
}

.xw-list .datebox {
  width: 0.64rem;
  border-radius: 0.06rem;
  text-align: center;
  border: 1px solid #289eff;
  padding: 0.11rem 0;
  font-size: 0.2rem;
  color: #289eff;
  line-height: 0.24rem;
  margin-right: 0.3rem;
}

.xw-list .datebox .day {
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.36rem;
  margin: 0.1rem 0;
}

.xw-list .date {
  display: none;
}

.xw-list .info {
}

.xw-list .info-l {
  align-items: flex-start;
}

.xw-list .info-r {
  width: 1.1rem;
  text-align: center;
  margin-left: 0.25rem;
  position: relative;
}

.xw-list .info-r:before {
  content: "";
  width: 1px;
  height: 1.15rem;
  background-image: linear-gradient(
    rgba(204, 204, 204, 0),
    rgba(204, 204, 204, 1),
    rgba(204, 204, 204, 0)
  );
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.575rem;
}

.xw-list .imgbox {
  display: block;
  margin-right: 0.3rem;
  width: 2.42rem;
}

.xw-list .img {
  width: 100%;
  display: block;
}

.xw-list .smbox {
}

.xw-list .title {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.28rem;
  -webkit-line-clamp: 2;
  line-height: 0.3rem;
  margin-top: 0.03rem;
}

.xw-list .desc {
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.23rem;
  margin-top: 0.15rem;
  -webkit-line-clamp: 3;
}

.xw-list .read-ico {
  width: 0.28rem;
  display: block;
  margin: 0 auto;
}

.xw-list .read {
  font-size: 0.22rem;
  color: #666;
  text-align: center;
  margin-top: 0.02rem;
}

.xw-list .item:last-child {
  border-bottom: none;
}

.xw-list .item:hover .title {
  color: #289eff;
  font-weight: bold;
}

.pagelist {
  display: flex;
  justify-content: center;
  margin-top: 0.8rem;
  text-align: center;
  font-size: 0.16rem;
  color: #666;
  line-height: 0.28rem;
}

.pagelist a {
  display: block;
  min-width: 0.3rem;
  height: 0.3rem;
  border: 1px solid rgba(11, 46, 179, 0.3);
  border-radius: 0.05rem;
  margin: 0 0.05rem;
}

.pagelist .prev,
.pagelist .next {
  width: 0.8rem;
}

.pagelist .first,
.pagelist .last {
  width: 0.6rem;
}

.pagelist span {
  margin: 0 0.05rem;
}

.pagelist .num {
  width: 0.6rem;
  border: 1px solid rgba(11, 46, 179, 0.3);
  border-radius: 0.05rem;
  background-color: transparent;
  margin: 0 0.05rem;
  text-align: center;
}

.pagelist a.cur,
.pagelist a:hover {
  color: #fff;
  background-color: #289eff;
  border-color: #289eff;
}

.xw-hot {
  padding: 0.2rem 0.35rem;
}

.xw-hot .t-tit {
  font-size: 0.24rem;
  color: #000;
  line-height: 0.6rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cccccc;
}

.xw-hot .t-tit .icon {
  width: 0.24rem;
  margin-right: 0.08rem;
}

.xw-hot .list {
  margin-top: 0.3rem;
  position: relative;
  padding-bottom: 1.2rem;
}

.xw-hot .list .item {
  margin-bottom: 0.3rem;
  display: block;
}

.xw-hot .list .tt {
  display: flex;
  align-items: center;
}

.xw-hot .list .num {
  width: 0.24rem;
  height: 0.24rem;
  background: #666666;
  border-radius: 50%;
  text-align: center;
  line-height: 0.24rem;
  margin-right: 0.2rem;
  display: block;
  font-size: 0.16rem;
  color: #fff;
  position: relative;
  z-index: 2;
}

.xw-hot .list .date {
  font-size: 0.18rem;
  color: #666;
}

.xw-hot .list .bb {
  margin-top: 0.06rem;
  padding-left: 0.44rem;
  position: relative;
}

.xw-hot .list .bb:before {
  content: "";
  position: absolute;
  left: 0.09rem;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #666666;
  border-radius: 50%;
  z-index: 2;
  top: 50%;
  margin-top: -0.03rem;
}

.xw-hot .list .bb::after {
  content: "";
  position: absolute;
  width: 0.26rem;
  height: 1px;
  border-top: 1px dashed #666;
  top: 50%;
  left: 0.1rem;
}

.xw-hot .list .title {
  font-size: 0.22rem;
  color: #666;
  display: block;
}

.xw-hot .list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.12rem;
  width: 1px;
  background-image: linear-gradient(
    rgba(40, 158, 255, 1),
    rgba(40, 158, 255, 0)
  );
}

.xw-hot .list .item:hover .num {
  background-color: #289eff;
}

.xw-hot .list .item:hover .date {
  color: #289eff;
}

.xw-hot .list .item:hover .title {
  color: #289eff;
}

.xw-hot .list .item:hover .bb:before {
  background-color: #289eff;
}

.xw-hot .list .item:hover .bb::after {
  border-color: #289eff;
}

.xw-hot .vxbox {
  margin-top: -0.6rem;
  padding-bottom: 0.2rem;
}

.xw-hot .vxbox .tp {
  width: 1.8rem;
  display: block;
  margin: 0 auto;
}

.xw-hot .vxbox .font {
  font-size: 0.2rem;
  color: #333;
  text-align: center;
  margin-top: 0.15rem;
}

/* 新闻详情 */

.xw-det {
  background-color: #fff;
  padding: 0.5rem 0.8rem;
}

.xw-det .top {
}

.xw-det .title {
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.xw-det .sm {
  font-size: 0.16rem;
  color: #999;
  line-height: 0.26rem;
  margin-top: 0.12rem;
  text-align: center;
}

.xw-det .sm span {
  padding: 0 0.1rem;
}

.xw-det .sm em {
  cursor: pointer;
}

.xw-det .sm em.this {
  color: #289eff;
}

.xw-det .editbox {
  font-weight: 300;
  color: rgba(51, 51, 51, 0.8);
  line-height: 0.34rem;
  padding: 0.2rem 0 1rem;
  font-size: 0.22rem;
}

.xw-det .editbox.small {
  font-size: 0.14rem;
  line-height: 0.22rem;
}

.xw-det .editbox.cen {
  font-size: 0.21rem;
  line-height: 0.34rem;
}

.xw-det .editbox.large {
  font-size: 0.24rem;
  line-height: 0.36rem;
}

.xw-det .editbox p {
  text-indent: 0.5rem;
}

/* 关于我们 */

.us-titbox {
  text-align: center;
  margin-bottom: 0.45rem;
}

.us-titbox .cn {
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
}

.us-titbox .en {
  font-size: 0.2rem;
  color: #999;
  margin-top: 0.1rem;
  text-transform: uppercase;
}

.us-main {
  padding: 0.6rem 0 0.5rem;
}

.us-org {
  width: 90%;
  margin: 0 auto;
}

.us-org .list {
}

.us-org .list .item {
  width: 49%;
  position: relative;
}

.us-org .list .item .list_item_fztag {
  width: 10.06rem;
  height: 1.82rem;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 999;
}

.us-org .list .item .list_item_fztag img {
  width: 100%;
  height: 100%;
}

.us-org .list .imgbox {
}

.us-org .list .img {
  width: 100%;
  display: block;
}

.us-org .list .title {
  margin-top: 0.2rem;
  font-size: 0.26rem;
  color: #333;
  font-weight: bold;
}

.us-org .list .txt {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  color: #999;
  line-height: 0.24rem;
}

.us-zp {
}

.us-zp-list {
}

.us-zp-list .item {
  position: relative;
}

.us-zp-list .top {
  line-height: 0.4rem;
  padding: 0.3rem 0;
  font-size: 0.2rem;
  color: #666;
  display: flex;
  align-items: center;
}

.us-zp-list .item-t .top {
  color: #333;
}

.us-zp-list .item-b .top {
  background: url(../images/us_09.png) no-repeat right center;
  background-size: 0.22rem;
  cursor: pointer;
}

.us-zp-list .item-b .top.this {
  background-image: url(../images/us_09-1.png);
}

.us-zp-list .bot {
  padding: 0.3rem 0 0.4rem 0.6rem;
  border-top: 1px dashed #efefef;
  max-width: 76%;
  display: none;
}

.us-zp-list .smtit {
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
  margin: 0.2rem 0;
}

.us-zp-list .smtit:first-child {
  margin-top: 0;
}

.us-zp-list .txt {
  font-size: 0.16rem;
  line-height: 0.28rem;
}

.us-zp-list .email {
  display: inline-block;
  font-size: 0.22rem;
  color: #fff;
  line-height: 0.5rem;
  padding: 0 0.1rem;
  background: #289eff;
  border-radius: 0.08rem;
  margin-top: 0.4rem;
}

.us-zp-list .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #efefef;
  width: 85%;
}

.us-zp-list .w1 {
  width: 21%;
  padding-left: 0.6rem;
}

.us-zp-list .w2 {
  width: 11%;
}

.us-zp-list .w3 {
  width: 11%;
}

.us-zp-list .w4 {
  width: 11%;
}

.us-zp-list .w5 {
  width: 11%;
}

.us-zp-list .w6 {
  width: 10%;
}

.us-zp-list .w7 {
  width: 10%;
}

.us-zp-list .w8 {
  width: 15%;
  padding-left: 0.3rem;
}

.us-honor {
}

.us-honor .t-tit {
  text-align: center;
  font-size: 0.5rem;
  font-weight: bold;
  color: #289eff;
  line-height: 0.59rem;
  letter-spacing: 0.05rem;
  text-shadow: 1px 1px 2px rgba(5, 131, 235, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.us-honor .t-tit i {
  font-size: 0.64rem;
  /* text-shadow: 1px 1px 2px #0583EB; */
  background: linear-gradient(92deg, #289eff 0%, #1dfffd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
}

.us-honor .smtxt {
  font-size: 0.3rem;
  color: #333;
  line-height: 0.35rem;
  text-align: center;
  margin-top: 0.2rem;
}

.us-honor .list {
  margin-top: 0.45rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.us-honor .list .item {
  width: 100%;
  height: 2rem;
  text-align: center;
  padding: 0.25rem 0.2rem;
  position: relative;
  box-sizing: border-box;
}

.us-honor .list .img {
  height: 1.04rem;
  width: auto;
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
}

.us-honor .list .title {
  font-size: 0.24rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.28rem;
  text-shadow: 0px 0.04rem 0.04rem rgba(51, 51, 51, 0.25);
  margin-top: 0.18rem;
}

.us-honor .list .item:nth-child(1)::before {
  /* border-bottom: 1px solid #ddd; */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 17.2rem;
  height: 0.02rem;
  display: flex;
  justify-content: center;
  background: linear-gradient(
    270deg,
    rgba(221, 221, 221, 0) -0.99%,
    #ccc 52.9%,
    rgba(221, 221, 221, 0) 102.01%
  );
}

.us-honor .list .item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5%;
  width: 0.02rem;
  height: 90%;
  background: linear-gradient(
    rgba(221, 221, 221, 0) 0%,
    #ccc 52.32%,
    rgba(221, 221, 221, 0) 100%
  );
}

.us-honor .list .item:nth-of-type(6n)::after {
  background: transparent !important;
}

.us-honor .list .item:hover .img {
  transform: scale(1.05, 1.05);
}

.us-honor .list-b {
  /* padding: .55rem 0;
	background-color: #f2f9ff; */
  width: 17.2rem;
  margin: 0.2rem auto 0;
  grid-template-columns: repeat(6, 1fr);
}

.us-honor .list-b li {
  width: 100%;
  text-align: center;
}

.us-honor .list-b .num {
  font-size: 0.7rem;
  font-family: OPPOSans-Bold, OPPOSans;
  /* font-weight: bold; */
  color: #289eff;
  line-height: 1rem;
  -webkit-background-clip: text;
  display: flex;
  align-items: center;
  justify-content: center;
}

.us-honor .list-b .num span {
  color: #289eff;
  font-size: 0.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}

.us-honor .list-b .fz {
  color: #289eff;
  font-family: OPPOSans;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.32rem;
  /* 133.333% */
}

.us-intro-sec {
  background: url(../images/us_25.png) no-repeat center top;
  background-size: cover;
  margin-top: -1.4rem;
}

.us-intro {
  margin-bottom: 0.7rem;
  padding-top: 1.4rem;
}

.us-intro .detail {
}

.us-intro .videbox {
  width: 50%;
  position: relative;
}

.us-intro .video {
  height: 6rem;
  width: 100%;
  background-color: #000;
}

.us-intro .video-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.us-intro .shade {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.us-intro .shade .playicon {
  width: 0.68rem;
  height: 0.68rem;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.us-intro .shade .fz {
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  margin-top: 0.2rem;
}

.us-intro .info {
  position: relative;
  font-size: 0.26rem;
  color: #333;
  line-height: 0.4rem;
  background: rgba(214, 233, 255, 0.5);
  border: 2px solid #fff;
  width: 50%;
  padding: 0.4rem 0.2rem 0.2rem;
  border-radius: 0 0.2rem 0.2rem 0;
}

.us-intro .info p {
  margin-bottom: 0.1rem;
}

.us-intro .tp {
  width: 3.66rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.us-advan {
  margin-bottom: 0.7rem;
}

.us-advan .list-t {
  padding-top: 0.37rem;
}

.us-advan .list-t .item {
  width: 19%;
  border-radius: 0.1rem;
  border: 1px solid #289eff;
  margin-bottom: 0.3rem;
  padding: 0 0.2rem 0.2rem;
  min-height: 2.6rem;
  transition: all 0.3s;
}

.us-advan .list-t .tp {
  width: auto;
  height: 0.74rem;
  margin: -0.37rem auto 0;
  display: block;
}

.us-advan .list-t .txt {
  margin-top: 0.3rem;
  font-size: 0.2rem;
  font-weight: 600;
  color: #666666;
  line-height: 0.4rem;
}

.us-advan .list-t .item:hover {
  transform: translateY(-10px);
}

.us-advan .list-b {
}

.us-advan .list-b .item {
  width: 49.6%;
  background: url(../images/us_36.jpg) no-repeat center;
  background-size: cover;
  border-radius: 0.1rem;
  border: 1px solid #289eff;
  padding: 0.35rem 0.35rem;
  transition: all 0.3s;
}

.us-advan .list-b .icon {
  height: 0.48rem;
  width: auto;
  margin: 0 auto;
  display: block;
}

.us-advan .list-b .title {
  font-size: 0.32rem;
  font-weight: 600;
  color: #289eff;
  line-height: 0.38rem;
  margin-top: 0.15rem;
  text-align: center;
}

.us-advan .list-b .txt {
  font-size: 0.16rem;
  font-weight: 600;
  color: #666666;
  line-height: 0.22rem;
  margin-top: 0.15rem;
}

.us-advan .list-b .item:hover {
  transform: translateY(-10px);
}

.us-fc {
  margin-bottom: 0.4rem;
}

.us-fc .detail {
}

.us-fc .img {
  width: 100%;
  display: block;
}

.us-lc {
  background: url(../images/us_38.png) no-repeat center;
  background-size: cover;
}

.us-lc .detail {
  padding: 0.3rem 0 0;
  position: relative;
  /* padding:0 1.6rem; */
}

.us-lc .item {
  display: flex;
  align-items: center;
  padding: 0 0.9rem;
}

.us-lc .year {
  font-size: 1.2rem;
  font-family: "DIN";
  font-weight: bold;
  line-height: 1.41rem;
  background: linear-gradient(#289eff 0%, #18d1d0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 0.6rem;
}

.us-lc .txt {
  font-size: 0.16rem;
  color: #333;
  line-height: 0.24rem;
  flex: 1;
}

.us-lc .txt p {
  position: relative;
  margin-bottom: 0.2rem;
  padding-left: 0.3rem;
}

.us-lc .txt p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.06rem;
  width: 0.1rem;
  height: 0.1rem;
  background: linear-gradient(92deg, #289eff 0%, #1dfffd 100%);
  border-radius: 50%;
}

.us-lc .bot {
  margin-top: 1rem;
  position: relative;
}

.us-lc .bot::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.39rem;
  height: 1px;
  background-color: #25b6fe;
}

.us-lc .grp {
  cursor: pointer;
}

.us-lc .fz {
  font-size: 0.2rem;
  color: #333;
  font-family: "DIN";
  margin-bottom: 0.1rem;
  text-align: center;
}

.us-lc .circle {
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/us_23.png) no-repeat center;
  background-size: contain;
  border-radisu: 50%;
  display: block;
  margin: 0 auto;
}

.us-lc .gallery-top {
  position: static !important;
}

.us-lc .bot .auto {
  position: relative;
  /* padding:0 1.6rem; */
}

.us-lc .gallery-thumbs {
  padding: 0.3rem 0;
  position: static !important;
  /* width: 13rem;margin:0; */
  width: 12.2rem;
  margin: 0 0 0 3.5rem;
}

.us-lc .swiper-button-next,
.us-lc .swiper-button-prev {
  width: 0.48rem;
  height: 0.48rem;
  /* margin-top:-.1rem; */
  z-index: 100;
  top: auto;
  bottom: 0.15rem;
  border-radius: 50%;
}

.us-lc .swiper-button-prev {
  background: url(../images/us_20.svg) no-repeat center;
  background-size: contain;
  /* left:.75rem; */
  left: 1.8rem;
}

.us-lc .swiper-button-next {
  background: url(../images/us_21.svg) no-repeat center;
  background-size: contain;
  right: 1.8rem;
}

.us-lc .bot .yuan {
  width: 0.42rem;
  position: absolute;
  left: 2.6rem;
  bottom: 50%;
  top: 0.52rem;
}

.us-lc .bot .active .fz {
  color: #289eff;
}

.us-lc .swiper-button-next.swiper-button-disabled,
.us-lc .swiper-button-prev.swiper-button-disabled {
  opacity: 0.7;
}

.kf_menu_phone {
  display: none;
}

@media screen and (min-width: 992px) {
  html {
    font-size: 5.208vw;
  }
}

@media screen and (max-width: 1200px) {
  .kf-menu {
    display: none !important;
  }
}

@media screen and (min-width: 1221px) and (max-width: 1400px) {
  .idx-pro .item {
    margin-bottom: 0;
  }

  .idx-pro .item .img {
    /*height: 3.5rem;*/
    max-width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 992px) and (max-width: 1220px) {
  .head .wrap {
    max-width: 17rem;
  }

  .ft-links {
    width: 3.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 10vw;
  }

  .auto {
    width: 94%;
  }

  .sj-menu {
    position: absolute;
    right: 3%;
    top: 50%;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/menu.png) no-repeat center;
    background-size: contain;
    margin-top: -0.2rem;
  }

  .sj-menu.close {
    background: url(../images/close.png) no-repeat center;
    background-size: contain;
  }

  .head {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
  }

  .head .wrap {
    max-width: 17rem;
  }

  .head + div {
    margin-top: 1rem;
  }

  .hd-logo .img {
  }

  .hd-tel {
    margin: 0 0.7rem 0 0;
  }

  .hd-nav {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 1.01rem;
    background-color: #fff;
    bottom: 0;
    overflow-y: scroll !important;
  }

  .hd-nav li {
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid #efefef;
    padding: 0.2rem 0;
    position: relative;
  }

  .hd-nav li > a {
    text-align: left;
    font-size: 0.24rem;
    line-height: 0.6rem;
    position: static;
  }

  .hd-nav li > a::after {
    display: none;
  }

  .hd-nav li.cur > a {
    color: #289eff;
  }

  .hd-nav li.cur > a:after,
  .hd-nav li:hover > a:after {
    width: 0.5rem;
    margin-left: -0.25rem;
  }

  .hd-nav li:hover .drop {
    display: none;
  }

  .hd-nav li .line {
    background: transparent;
  }

  .hd-nav li.has .arricon {
    width: 1rem;
    height: 1rem;
    background: url(../images/arrow.png) no-repeat center #fff;
    background-size: 0.32rem;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    z-index: 10;
  }

  .hd-nav li.has .arricon.this {
    background-image: url(../images/arrow-1.png);
  }

  .hd-nav li .drop {
    position: static;
    box-shadow: none;
    overflow-x: hidden;
    display: none;
  }

  .hd-nav .lbox {
    width: 100%;
  }

  .hd-nav .rbox {
    display: none;
  }

  .hd-nav .tabwrap {
    display: none;
  }

  .hd-nav .menu {
    width: 100%;
    margin: 0;
    background-color: #fff;
  }

  .hd-nav .menu .hang {
    border-bottom: 1px dashed #efefef;
  }

  .hd-nav .menu .hang:last-child {
    border-bottom: none;
  }

  .hd-nav .menu .hang .lk-wz {
    padding: 0.15rem 0.4rem;
    line-height: 0.5rem;
    font-weight: normal;
    font-size: 0.22rem;
    background: url(../images/idx_04.png) no-repeat 98% center;
    background-size: 0.28rem;
  }

  .hd-nav .menu .hang .lk-wz.cur,
  .hd-nav .menu .hang .lk-wz:hover {
    color: #289eff;
  }

  .hd-nav .menu .hang .lk-wz.cur {
    background-image: url(../images/idx_04-2.png);
    background-color: #fff;
  }

  /* .hd-nav .menu .hang .lk-wz:hover{background-image:inherit;} */
  .hd-nav .subdrop {
    display: none;
    padding-bottom: 0.1rem;
  }

  .hd-nav .lks {
    width: 100%;
    float: none;
    margin: 0;
  }

  .hd-nav .lks .lk {
    max-width: 100%;
    font-size: 0.2rem;
    line-height: 0.5rem;
    margin-bottom: 0;
    background: none;
    font-weight: normal;
    padding: 0 0.8rem;
  }

  .hd-nav .lks .lk:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0.06rem;
    height: 0.06rem;
    background-color: #ddd;
    margin-right: 0.1rem;
    border-radius: 50%;
  }

  .hd-nav li:hover .subdown {
    display: none;
  }

  .hd-nav .subdown {
    position: static;
    box-shadow: none;
    padding: 0 3%;
  }

  .hd-nav .subdown .lk {
    text-align: left;
    padding: 0.15rem 0.4rem;
    line-height: 0.5rem;
    font-weight: normal;
    font-size: 0.22rem;
    border-bottom: 1px dashed #efefef;
  }

  .hd-nav .subdown .lk:last-child {
    border-bottom: none;
  }

  .ft-lx .img {
    height: 3.9rem;
  }

  .ft-lx .box {
    padding-bottom: 0;
  }

  .ft-lx .t-tit {
    font-size: 0.3rem;
  }

  .ft-lx .menu {
    margin-top: 0.3rem;
  }

  .ft-lx .tel {
    font-size: 0.16rem;
    margin-top: 0.2rem;
  }

  .foot .shape {
    height: 0.22rem;
    margin-top: -0.22rem;
  }

  .ft-t {
    padding: 0.1rem 0 0.3rem;
  }

  .ft-t .wrap {
    display: block;
  }

  .ft-vx {
    text-align: center;
  }

  .ft-vx .tp {
    width: 1.4rem;
  }

  .ft-links {
    width: 3.5rem;
    display: none;
  }

  .ft-info {
    display: none;
  }

  .ft-b {
    border: none;
  }

  .ft-b .wrap {
    display: block;
    text-align: center;
  }

  .ft-b .rbox {
    text-align: center;
  }

  .idx-ban .swiper-button-next,
  .idx-ban .swiper-button-prev {
    display: none !important;
  }

  .idx-ban .swiper-pagination {
    bottom: 0.2rem !important;
  }

  .idx-ban .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    margin: 0 0.05rem !important;
  }

  .idx-pic {
    margin-top: 0.3rem;
  }

  .idx-titbox {
    margin-bottom: 0.4rem;
  }

  .idx-titbox .en {
    line-height: 0.3rem;
  }

  .idx-titbox .smmenu {
    position: static;
    margin: 0.3rem auto 0;
  }

  .idx-titbox .smmenu .lk {
    font-size: 0.2rem;
    width: 1.1rem;
    line-height: 0.5rem;
  }

  .idx-pro {
    padding: 0.55rem 0 0;
  }

  .idx-pro .item {
    margin-bottom: 0;
  }

  .idx-pro .item .img {
    height: auto;
  }

  .idx-pro .item .box {
    padding: 0.15rem;
  }

  .idx-pro .item .title {
    font-size: 0.22rem;
    margin-bottom: 0;
  }

  .idx-pro .item .sm p {
    font-size: 0.2rem;
  }

  .idx-pro .item .sm > div:not(:last-child) {
    margin-right: 0.15rem;
  }

  .idx-pro .item .btn {
    height: 0.25rem;
    line-height: 0.25rem;
    width: 0.85rem;
    font-size: 0.14rem;
  }

  .idx-pro .item .sm p span {
    font-size: 0.16rem;
  }

  .idx-pro .item .sm div > span {
    font-size: 0.12rem;
    margin-top: 0;
  }

  .idx-pro .module-width .item .title {
    max-width: 1.75rem;
  }

  .idx-pro .item .wz {
    font-size: 0.2rem;
    width: 47%;
    height: 0.5rem;
    line-height: 0.5rem;
  }

  .idx-xw {
    padding: 0.3rem 0 0.6rem;
  }

  .idx-xw-block {
    height: 2.2rem;
  }

  .idx-xw-block img {
    width: 2.5rem;
  }

  .idx-xw-row .idx-xw-block img {
    height: 0.95rem;
  }

  .idx-xw-block p {
    font-size: 0.24rem;
  }

  .idx-xw-row .item {
    width: 30.4%;
  }

  .idx-xw-row .idx-xw-block p {
    font-size: 0.22rem;
  }

  .idx-xw-block span {
    font-size: 0.15rem;
    line-height: 0.22rem;
  }

  .idx-xw .swiper-button-next,
  .swiper-button-prev {
    width: 0.46rem;
    height: 0.46rem;
  }

  .idx-xw .swiper-button-prev {
    left: -0.5rem;
  }

  .idx-xw .swiper-button-next {
    right: -0.5rem;
  }

  .idx-xw .hotbox {
    width: 5rem;
  }

  .idx-xw .hotbox .img {
    height: auto;
  }

  .idx-xw .hotbox .info {
    padding: 0.3rem 0.3rem;
  }

  .idx-xw .hotbox .date {
    font-size: 0.26rem;
    width: 1.8rem;
    height: 0.46rem;
    line-height: 0.46rem;
  }

  .idx-xw .hotbox .title {
    font-size: 0.22rem;
  }

  .idx-xw .hotbox .txt {
    font-size: 0.2rem;
    margin-top: 0.2rem;
  }

  .idx-xw .list .item {
    margin-top: 0.05rem;
  }

  .idx-xw .list .title {
    font-size: 0.21rem;
  }

  .idx-xw .list .txt {
    font-size: 0.17rem;
    line-height: 0.2rem;
    margin-top: 0.05rem;
  }

  .idx-xw .list .date {
    font-size: 0.16rem;
    line-height: 0.2rem;
    margin-top: 0.05rem;
  }

  /* 客户案例 */
  .inner-menu {
    padding: 0.3rem 0;
    margin-top: 0;
  }

  .inner-menu .wrap {
    display: block;
  }

  .inner-menu .lk {
    width: auto;
    line-height: 0.7rem;
    height: 0.7rem;
    flex: 1;
  }

  .inner-menu .lk {
    width: 25%;
    line-height: 0.7rem;
    height: 0.7rem;
    flex: 1;
  }

  .inner-menu .fz {
    font-size: 0.24rem;
    margin: 0;
  }

  .inner-menu .fz::after {
    display: none;
  }

  .case-main {
    padding: 0.4rem 0;
  }

  .case-main .module {
    height: auto;
  }

  .case-qy {
    margin-left: -2%;
  }

  .case-qy .item {
    width: 31.3%;
    margin: 0 0 0.25rem 2%;
  }

  .case-szzf {
    margin-left: -1%;
  }

  .case-szzf .item {
    width: 24%;
    margin: 0 0 1% 1%;
    font-size: 0.2rem;
    line-height: 0.2rem;
    height: 1rem;
  }

  .case-ky .row {
    display: block;
    margin-bottom: 0;
  }

  .case-ky .imgbox {
    width: 100%;
    margin-top: 0.2rem;
  }

  .case-ky .info {
    padding: 0.35rem 0.15rem !important;
    width: 100%;
    box-shadow: none !important;
  }

  .case-ky .info::after {
    display: none !important;
  }

  .case-ky .title {
    font-size: 0.24rem;
  }

  .case-ky .txt {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-top: 0.1rem;
  }

  .case-ky .bot {
    font-size: 0.18rem;
  }

  .case-ky .pic {
    display: none;
  }

  .case-szqy {
    margin-left: -1%;
  }

  .case-szqy .item {
    width: 24%;
    margin: 0 0 1% 1%;
    font-size: 0.2rem;
    height: 1rem;
  }

  .case-st .img {
    width: 100%;
  }

  /* 产品中心 */
  .inner-menu {
    background: rgba(238, 238, 238, 0.3);
    background: rgba(238, 238, 238, 0.3);
  }

  .inner-menu .wrap.yiny {
    box-shadow: none;
  }

  .pro-main {
    padding: 0.3rem 0;
  }

  .pro-main .wrap {
    display: block;
  }

  .pro-menu {
    width: 100%;
    margin: 0;
  }

  .pro-menu li {
    flex: 1;
    font-size: 0.2rem;
    line-height: 0.6rem;
  }

  .pro-menu li::after {
    display: none;
  }

  .pro-list {
    padding: 0.4rem 0 0;
  }

  .pro-list .img {
    width: 39%;
  }

  .pro-list .info {
    width: 58%;
  }

  .pro-list .title {
    font-size: 0.26rem;
  }

  .pro-list .txt {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }

  .pro-list .list .icon {
    height: 0.4rem;
  }

  .pro-menu li:hover {
    background: none;
    background-color: #d4ecff;
    color: #000;
  }

  .pro-menu li.cur {
    background: linear-gradient(
        270deg,
        rgba(252, 252, 252, 0) 0%,
        rgba(252, 252, 252, 0.2) 100%
      ),
      linear-gradient(270deg, #67f2f1 -23.4%, #289eff 46.35%, #67f2f1 135.76%);
    background-blend-mode: overlay, normal;
    color: #fff;
  }

  /* 新闻资讯 */
  .crumb {
    font-size: 0.2rem;
  }

  .xw-main {
    padding: 0.3rem 0;
  }

  .xw-main .wrap {
    display: block;
  }

  .xw-bar .wrap {
    height: 0.5rem;
  }

  .xw-bar .rbox {
    display: none;
  }

  .xw-sec .rbox {
    display: none;
  }

  .xw-list .title {
    font-size: 0.22rem;
  }

  .pagelist {
    margin-top: 0.5rem;
    font-size: 0.18rem;
    line-height: 0.4rem;
  }

  .pagelist a {
    min-width: 0.4rem;
    height: 0.4rem;
  }

  .pagelist .num {
    font-size: 0.18rem;
  }

  /* 新闻详情 */
  .xw-det {
    padding: 0.3rem 0.4rem;
  }

  .xw-det .title {
    font-size: 0.28rem;
  }

  .xw-det .editbox {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }

  /* 关于我们 */
  .us-titbox {
    margin-bottom: 0.3rem;
  }

  .us-titbox .cn {
    font-size: 0.26rem;
  }

  .us-titbox .en {
    font-size: 0.18rem;
  }

  .us-intro-sec {
    margin-top: -0.6rem;
    padding-top: 0.6rem;
  }

  .us-intro .detail {
    display: block;
  }

  .us-intro .videbox {
    width: 100%;
  }

  .us-intro .video {
    height: 4.3rem;
  }

  .us-intro .info {
    width: 100%;
    font-size: 0.22rem;
    padding: 0.4rem 0.2rem 0.5rem;
    border-radius: 0 0 0.1rem 0.1rem;
  }

  .us-intro .tp {
    width: 3rem;
  }

  .us-advan .list-t {
    margin: 0;
    flex-wrap: wrap;
  }

  .us-advan .list-t .item {
    width: 31.3%;
    margin: 0 1% 0.6rem;
  }

  .us-advan .list-t .item:nth-child(4),
  .us-advan .list-t .item:nth-child(5) {
    width: 48%;
    margin-bottom: 0.2rem;
  }

  .us-advan .list-b {
    padding: 0 1%;
  }

  .us-advan .list-b .item {
    width: 49%;
  }

  .us-advan .list-b .title {
    font-size: 0.26rem;
  }

  .us-advan .list-b .txt {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.32rem;
  }

  .us-honor .t-tit {
    font-size: 0.38rem;
  }

  .us-honor .t-tit i {
    font-size: 0.5rem;
  }

  .us-honor .smtxt {
    font-size: 0.24rem;
    margin-top: 0.1rem;
  }

  .us-honor .list .img {
    height: 0.8rem;
  }

  .us-honor .list .title {
    font-size: 0.2rem;
  }

  .us-honor .list-b {
    padding: 0.35rem 0;
  }

  .us-honor .list-b .num {
    font-size: 0.5rem;
    line-height: 0.6rem;
  }

  .us-zp-list .w1 {
    padding-left: 0.1rem;
  }

  .us-zp-list .w8 {
    padding-left: 0.1rem;
  }

  .us-zp-list .top {
    font-size: 0.18rem;
    padding: 0.15rem 0;
  }

  .us-zp-list .bot {
    padding: 0.2rem 0.1rem;
    max-width: 100%;
  }

  .us-zp-list .txt {
    font-size: 0.18rem;
  }

  .us-zp-list .email {
    margin-top: 0.2rem;
    font-size: 0.2rem;
    line-height: 0.46rem;
    padding: 0 0.15rem;
  }

  .us-org .list .title {
    font-size: 0.22rem;
  }

  .us-lc .item {
    padding: 0 0.3rem;
  }

  .us-lc .year {
    font-size: 0.64rem;
  }

  .us-lc .txt p:before {
    top: 0.11rem;
  }

  .us-lc .txt {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }

  .us-lc .fz {
    font-size: 0.24rem;
  }

  .us-lc .bot {
    margin-top: 0.5rem;
  }

  .us-lc .bot .yuan {
    display: none;
  }

  .us-lc .swiper-button-prev {
    left: 0.5rem;
  }

  .us-lc .swiper-button-next {
    right: 0.5rem;
  }

  .us-lc .gallery-thumbs {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  html {
    font-size: 15vw;
  }

  .auto {
    width: 94%;
  }

  .sj-menu {
    position: absolute;
    right: 3%;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/menu.png) no-repeat center;
    background-size: contain;
    margin-top: -0.25rem;
  }

  .sj-menu.close {
    background: url(../images/close.png) no-repeat center;
    background-size: contain;
  }

  .head {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    z-index: 2000;
  }

  .head .wrap {
    max-width: 17rem;
  }

  .head + div {
    margin-top: 1rem;
  }

  .hd-logo .img {
    height: 0.5rem;
  }

  .hd-tel {
    margin: 0 0.7rem 0 0;
    font-size: 0.2rem;
  }

  .hd-nav {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 1.01rem;
    background-color: #fff;
    bottom: 0;
    overflow-y: scroll !important;
  }

  .hd-nav li {
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid #efefef;
    padding: 0.15rem 0;
    position: relative;
  }

  .hd-nav li > a {
    text-align: left;
    font-size: 0.24rem;
    line-height: 0.5rem;
  }

  .hd-nav li > a::after {
    display: none;
  }

  .hd-nav li.cur > a:after,
  .hd-nav li:hover > a:after {
    width: 0.5rem;
    margin-left: -0.25rem;
  }

  .hd-nav li:hover .drop {
    display: none;
  }

  .hd-nav li .line {
    background: transparent;
  }

  .hd-nav li.has .arricon {
    width: 0.8rem;
    height: 0.8rem;
    background: url(../images/arrow.png) no-repeat center;
    background-size: 0.28rem;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }

  .hd-nav li.has .arricon.this {
    background-image: url(../images/arrow-1.png);
  }

  .hd-nav li .drop {
    position: static;
    box-shadow: none;
    overflow-x: hidden;
    display: none;
    padding-top: 0.05rem;
  }

  .hd-nav .lbox {
    width: 100%;
  }

  .hd-nav .rbox {
    display: none;
  }

  .hd-nav .tabwrap {
    display: none;
  }

  .hd-nav .menu {
    width: 100%;
    margin: 0;
    background-color: #fff;
  }

  .hd-nav .menu .hang {
    border-bottom: 1px dashed #efefef;
  }

  .hd-nav .menu .hang:last-child {
    border-bottom: none;
  }

  .hd-nav .menu .hang .lk-wz {
    padding: 0.1rem 0.4rem;
    line-height: 0.5rem;
    font-weight: normal;
    font-size: 0.22rem;
    background: url(../images/idx_04.png) no-repeat 98% center;
    background-size: 0.3rem;
  }

  .hd-nav .menu .hang .lk-wz.cur {
    color: #289eff;
    background-image: url(../images/idx_04-2.png);
    background-color: #fff;
  }

  .hd-nav .subdrop {
    display: none;
    padding-bottom: 0.1rem;
  }

  .hd-nav .lks {
    width: 100%;
    float: none;
    margin: 0;
  }

  .hd-nav .lks .lk {
    max-width: 100%;
    font-size: 0.22rem;
    line-height: 0.5rem;
    margin-bottom: 0;
    background: none !important;
    font-weight: normal;
    padding: 0 0.6rem;
  }

  .hd-nav .lks .lk:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0.06rem;
    height: 0.06rem;
    background-color: #ddd;
    margin-right: 0.1rem;
    border-radius: 50%;
  }

  .hd-nav .lks .lk .hot {
    font-size: 0.12rem;
  }

  .hd-nav li:hover .subdown {
    display: none;
  }

  .hd-nav .subdown {
    position: static;
    box-shadow: none;
    padding: 0 3%;
  }

  .hd-nav .subdown .lk {
    text-align: left;
    padding: 0.1rem 0.4rem;
    line-height: 0.5rem;
    font-weight: normal;
    font-size: 0.22rem;
    border-bottom: 1px dashed #efefef;
  }

  .hd-nav .subdown .lk:last-child {
    border-bottom: none;
  }

  .foot {
    padding-bottom: 0.9rem;
  }

  .ft-lx .img {
    height: 3.5rem;
  }

  .ft-lx .box {
    padding-bottom: 0;
  }

  .ft-lx .t-tit {
    font-size: 0.34rem;
  }

  .ft-lx .menu {
    margin-top: 0.3rem;
  }

  .ft-lx .menu .lk {
    font-size: 0.22rem;
    padding: 0 0.1rem;
  }

  .ft-lx .tel {
    font-size: 0.18rem;
    margin-top: 0.3rem;
  }

  .ft-lx .searbox {
    width: 4.6rem;
    border-radius: 0.04rem;
    overflow: hidden;
  }

  .ft-lx .searbox .ipt-txt {
    font-size: 0.18rem;
    border: none;
  }

  .ft-lx .searbox .submit {
    height: 0.55rem;
    line-height: 0.55rem;
    font-size: 0.22rem;
    letter-spacing: 0;
  }

  .foot .shape {
    height: 0.16rem;
    margin-top: -0.16rem;
  }

  .ft-t {
    padding: 0.3rem 0 0.3rem;
  }

  .ft-t .wrap {
    display: block;
  }

  .ft-t .t-tit {
    font-size: 0.24rem;
    display: none;
  }

  .ft-vx {
    text-align: center;
  }

  .ft-vx .tp {
    width: 1.4rem;
  }

  .ft-links {
    width: 3.5rem;
    display: none;
  }

  .ft-info {
    display: none;
  }

  .ft-b {
    border: none;
  }

  .ft-b .wrap {
    display: block;
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.36rem;
    padding: 0.25rem 0;
  }

  .ft-b .rbox {
    text-align: center;
  }

  .idx-ban .item {
    height: 2.9rem;
    position: relative;
    overflow: hidden;
  }

  .idx-ban .img {
    height: 100%;
    max-width: initial;
    position: absolute;
    width: auto;
    transform: translate(-50%);
    left: 50%;
  }

  .idx-ban .swiper-button-next,
  .idx-ban .swiper-button-prev {
    display: none !important;
  }

  .idx-ban .swiper-pagination {
    bottom: 0.2rem !important;
  }

  .idx-ban .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    margin: 0 0.05rem !important;
  }

  .idx-pic {
    margin-top: 0.3rem;
  }

  .idx-titbox {
    margin-bottom: 0.4rem;
  }

  .idx-titbox .en {
    line-height: 0.3rem;
  }

  .idx-titbox .smmenu {
    position: static;
    margin: 0.3rem auto 0;
  }

  .idx-titbox .smmenu .lk {
    font-size: 0.22rem;
    width: 1.1rem;
    line-height: 0.55rem;
  }

  .idx-pro {
    padding: 0.45rem 0 0;
  }

  .idx-pro .item {
    margin-bottom: 0;
  }

  .idx-pro .item .img {
    height: auto;
  }

  .idx-pro .item .box {
    padding: 0.15rem;
  }

  .idx-pro .item .title {
    font-size: 0.26rem;
    margin-bottom: 0;
  }

  .idx-pro .item .sm p {
    font-size: 0.24rem;
  }

  .idx-pro .item .sm p span {
    font-size: 0.18rem;
  }

  .idx-pro .item .sm > div:not(:last-child) {
    margin-right: 0.1rem;
  }

  .idx-pro .item .sm div > span {
    font-size: 0.14rem;
    margin-top: 0;
  }

  .idx-pro .module-width .item .title {
    width: 2.2rem;
  }

  .idx-pro .item .btn {
    height: 0.3rem;
    width: 1rem;
    line-height: 0.3rem;
  }

  .idx-pro .item .wz {
    font-size: 0.22rem;
    width: 47%;
    height: 0.55rem;
    line-height: 0.55rem;
  }

  .idx-pro .btns {
    justify-content: center;
  }

  .idx-pro .swiper-slide {
    width: 5.7rem !important;
  }

  .idx-xw {
    padding: 0.3rem 0 0.3rem;
  }

  .idx-xw .detail {
    display: block;
  }

  .idx-xw .swiper-slide > div {
    flex-direction: column;
  }

  .idx-xw .item {
    width: 100%;
  }

  .idx-xw-block {
    height: 2.16rem;
  }

  .idx-xw-block p {
    font-size: 0.26rem;
  }

  .idx-xw-block span {
    font-size: 0.2rem;
    line-height: 0.26rem;
  }

  .idx-xw .swiper-button-next,
  .swiper-button-prev {
    width: 0.3rem;
    height: 0.3rem;
  }

  .idx-xw .swiper-button-prev {
    left: -0.32rem;
  }

  .idx-xw .swiper-button-next {
    right: -0.32rem;
  }

  .idx-xw-row .idx-xw-block {
    height: 3rem;
  }

  .idx-xw-block img {
    width: 3.6rem;
  }

  .idx-xw-row .item {
    width: 31%;
    margin-top: 0.2rem;
  }

  .idx-xw .hotbox {
    width: 100%;
    margin-right: 0;
  }

  .idx-xw .hotbox .img {
    height: auto;
  }

  .idx-xw .hotbox .info {
    padding: 0.3rem 0.3rem;
  }

  .idx-xw .hotbox .date {
    font-size: 0.26rem;
    width: 1.8rem;
    height: 0.46rem;
    line-height: 0.46rem;
  }

  .idx-xw .hotbox .title {
    font-size: 0.24rem;
  }

  .idx-xw .hotbox .txt {
    font-size: 0.2rem;
    margin-top: 0.2rem;
  }

  .idx-xw .list {
    width: 100%;
    margin-top: 0.3rem;
  }

  .idx-xw .list .item {
    margin-top: 0;
    padding: 0.2rem 0;
  }

  .idx-xw .list .title {
    font-size: 0.26rem;
  }

  .idx-xw .list .txt {
    font-size: 0.22rem;
    line-height: 0.3rem;
    margin-top: 0.1rem;
  }

  .idx-xw .list .date {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-top: 0.1rem;
  }

  /* 客户案例 */
  .inner-menu {
    padding-top: 0;
    margin-top: 0;
  }

  .inner-menu .auto {
    width: 100%;
  }

  .inner-menu .wrap {
    display: flex;
  }

  .inner-menu .lk {
    width: auto;
    line-height: 0.7rem;
    height: 0.7rem;
    flex: 1;
  }

  .inner-menu .icon {
    display: none;
  }

  .inner-menu .fz {
    font-size: 0.23rem;
    margin: 0;
  }

  .inner-menu .fz::after {
    display: none;
  }

  .case-main {
    padding: 0.3rem 0;
  }

  .case-main .module {
    height: auto;
  }

  .case-qy {
    margin-left: -2%;
  }

  .case-qy .item {
    width: 31.3%;
    margin: 0 0 2% 2%;
  }

  .case-szzf {
    margin-left: -1%;
  }

  .case-szzf .item {
    width: 32.3%;
    margin: 0 0 1% 1%;
    font-size: 0.2rem;
    line-height: 0.24rem;
    height: 1rem;
    padding: 0 0.15rem;
  }

  .case-ky .row {
    display: block;
    margin-bottom: 0.2rem;
    background: transparent;
  }

  .case-ky .imgbox {
    width: 100%;
    margin-top: 0.2rem;
  }

  .case-ky .info {
    padding: 0.2rem 0 !important;
    width: 100%;
    box-shadow: none !important;
  }

  .case-ky .info::after {
    display: none !important;
  }

  .case-ky .title {
    font-size: 0.25rem;
  }

  .case-ky .txt {
    font-size: 0.22rem;
    line-height: 0.34rem;
    margin-top: 0.1rem;
  }

  .case-ky .bot {
    font-size: 0.2rem;
  }

  .case-ky .pic {
    display: none;
  }

  .case-szqy {
    margin-left: -1%;
  }

  .case-szqy .item {
    width: 32.3%;
    margin: 0 0 1% 1%;
    font-size: 0.2rem;
    height: 1rem;
  }

  .case-st .img {
    width: 100%;
  }

  /* 产品中心 */
  .inner-menu {
    background: rgba(238, 238, 238, 0.3);
    background: rgba(238, 238, 238, 0.3);
  }

  .inner-menu .wrap.yiny {
    box-shadow: none;
  }

  .pro-menu li {
    width: 25%;
  }

  .pro-menu li a {
    width: 100%;
    white-space: normal;
  }

  .pro-menu li:hover {
    background: none;
    background-color: #d4ecff;
    color: #000;
  }

  .pro-menu li.cur {
    background: linear-gradient(
        270deg,
        rgba(252, 252, 252, 0) 0%,
        rgba(252, 252, 252, 0.2) 100%
      ),
      linear-gradient(270deg, #67f2f1 -23.4%, #289eff 46.35%, #67f2f1 135.76%);
    background-blend-mode: overlay, normal;
    color: #fff;
  }

  .pro-main {
    padding: 0.3rem 0;
  }

  .pro-main .wrap {
    display: block;
  }

  .pro-menu-wrap {
    margin-bottom: 0.3rem;
    background-color: #d4ecff;
    overflow-x: scroll;
  }

  .pro-menu-wrap::-webkit-scrollbar {
    height: 0;
  }

  .pro-menu {
    width: 100%;
    margin: 0;
    display: block;
    white-space: nowrap;
  }

  .pro-menu li {
    flex: 1;
    font-size: 0.2rem;
    line-height: 0.26rem;
    padding: 0.1rem 0.1rem;
    display: inline-block;
    vertical-align: middle;
  }

  .pro-menu li::after {
    display: none;
  }

  .pro-list {
    padding: 0.4rem 0 0;
  }

  .pro-list .mod {
    margin-bottom: 0;
    display: block;
    padding: 0.4rem 0;
    border-bottom: 1px dashed #e5e5e5;
  }

  .pro-list .img {
    width: 80%;
    margin: 0 auto 0.2rem;
    display: block;
  }

  .pro-list .info {
    width: 100%;
    max-width: 100%;
  }

  .pro-list .title {
    font-size: 0.26rem;
  }

  .pro-list .txt {
    font-size: 0.22rem;
    line-height: 0.34rem;
  }

  .pro-list .list li {
    padding: 0 0.05rem;
  }

  .pro-list .list .icon {
    height: 0.4rem;
  }

  .pro-list .list .fz {
    font-size: 0.2rem;
  }

  .pro-list .mod:last-child {
    border-bottom: none;
  }

  /* 新闻资讯 */
  .crumb {
    font-size: 0.21rem;
  }

  .xw-main {
    padding: 0.3rem 0;
  }

  .xw-main .wrap {
    display: block;
  }

  .xw-bar .wrap {
    height: 0.5rem;
  }

  .xw-bar .sort .lk {
    margin: 0 0 0 0.2rem;
    font-size: 0.21rem;
    padding-right: 0.22rem;
  }

  .xw-bar .rbox {
    display: none;
  }

  .xw-sec {
    padding: 0.25rem 0;
  }

  .xw-sec .rbox {
    display: none;
  }

  .xw-list {
    padding: 0 0.2rem;
  }

  .xw-list .item {
    display: block;
    padding: 0.25rem 0;
    border-color: #efefef;
  }

  .xw-list .title {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }

  .xw-list .info {
    display: block;
  }

  .xw-list .datebox {
    display: none;
  }

  .xw-list .desc {
    font-size: 0.22rem;
    line-height: 0.34rem;
  }

  .xw-list .info-r {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-top: 0.15rem;
    /* justify-content: flex-end; */
  }

  .xw-list .info-r div {
    display: flex;
    align-items: center;
  }

  .xw-list .info-r:before {
    display: none;
  }

  .xw-list .date {
    display: block;
    font-size: 0.22rem;
    color: #666;
    margin-right: 0.2rem;
  }

  .xw-list .read {
    margin-top: 0;
  }

  .xw-list .read-ico {
    margin-right: 0.03rem;
  }

  .xw-list .info-l {
    display: block;
  }

  .xw-list .imgbox {
    display: block;
    width: 100%;
    margin: 0 0 0.2rem;
  }

  .pagelist {
    margin-top: 0.5rem;
    font-size: 0.21rem;
    line-height: 0.45rem;
  }

  .pagelist a {
    min-width: 0.45rem;
    height: 0.45rem;
  }

  .pagelist .num {
    font-size: 0.21rem;
  }

  .pagelist .first,
  .pagelist .last,
  .pagelist .prev,
  .pagelist .next {
    display: none;
  }

  .pagelist .go {
    display: none;
  }

  /* 新闻详情 */
  .xw-det {
    padding: 0.3rem 0.25rem;
  }

  .xw-det .title {
    font-size: 0.28rem;
  }

  .xw-det .sm {
    font-size: 0.2rem;
  }

  .xw-det .sm span:last-child {
    display: none;
  }

  .xw-det .editbox {
    font-size: 0.22rem;
    line-height: 0.32rem;
    padding: 0.3rem 0 0.5rem;
  }

  /* 关于我们 */
  .us-titbox {
    margin-bottom: 0.2rem;
  }

  .us-titbox .cn {
    font-size: 0.28rem;
    line-height: 0.3rem;
  }

  .us-titbox .en {
    font-size: 0.17rem;
    line-height: 0.2rem;
    margin-top: 0.09rem;
  }

  .us-main {
    padding: 0.4rem 0 0.4rem;
  }

  .us-intro-sec {
    margin-top: -0.4rem;
    padding-top: 0.4rem;
  }

  .us-intro {
    margin-bottom: 0.5rem;
  }

  .us-intro .detail {
    display: block;
  }

  .us-intro .videbox {
    width: 100%;
  }

  .us-intro .video {
    height: 3.4rem;
  }

  .us-intro .info {
    width: 100%;
    font-size: 0.22rem;
    padding: 0.4rem 0.2rem 0.5rem;
    border-radius: 0 0 0.1rem 0.1rem;
  }

  .us-intro .tp {
    width: 2.2rem;
  }

  .us-advan {
    margin-bottom: 0.5rem;
  }

  .us-advan .list-t {
    margin: 0;
    flex-wrap: wrap;
  }

  .us-advan .list-t .item {
    width: 48%;
    margin: 0 1% 0.4rem;
    min-height: 2rem;
  }

  .us-advan .list-t .tp {
    height: 0.6rem;
    margin-top: -0.3rem;
  }

  .us-advan .list-t .txt {
    margin-top: 0.2rem;
    font-size: 0.21rem;
    font-weight: normal;
    line-height: 0.36rem;
  }

  .us-advan .list-t .item:nth-child(5) {
    width: 98%;
    margin-bottom: 0.2rem;
  }

  .us-advan .list-b {
    padding: 0 1%;
    display: block;
  }

  .us-advan .list-b .item {
    width: 98%;
    margin-bottom: 0.2rem;
  }

  .us-advan .list-b .title {
    font-size: 0.25rem;
  }

  .us-advan .list-b .txt {
    font-size: 0.21rem;
    font-weight: normal;
    line-height: 0.3rem;
  }

  .us-honor .t-tit {
    font-size: 0.3rem;
    line-height: 0.34rem;
  }

  .us-honor .t-tit i {
    font-size: 0.4rem;
  }

  .us-honor .smtxt {
    font-size: 0.22rem;
    margin-top: 0.1rem;
  }

  .us-honor .list {
    justify-content: center;
    margin-top: 0.2rem;
  }

  .us-honor .list .item {
    width: 33.3%;
    border-bottom: 1px solid #efefef;
  }

  .us-honor .list .img {
    height: 0.8rem;
  }

  .us-honor .list .title {
    font-size: 0.2rem;
  }

  .us-honor .list .item:nth-child(3n + 3)::after {
    display: none;
  }

  .us-honor .list .item:last-child {
    border-bottom: none;
  }

  .us-honor .list .item:last-child::after {
    display: none;
  }

  .us-honor .list-b {
    padding: 0.35rem 0;
  }

  .us-honor .list-b .num {
    font-size: 0.4rem;
    line-height: 0.5rem;
  }

  .us-zp-list .w1 {
    padding-left: 0.1rem;
    width: 38%;
  }

  .us-zp-list .w2 {
    display: none;
  }

  .us-zp-list .w3 {
    display: none;
  }

  .us-zp-list .w4 {
    display: none;
  }

  .us-zp-list .w5 {
    width: 20%;
  }

  .us-zp-list .w6 {
    display: none;
  }

  .us-zp-list .w7 {
    width: 20%;
  }

  .us-zp-list .w8 {
    padding-left: 0;
    width: 22%;
  }

  .us-zp-list .top {
    font-size: 0.21rem;
    padding: 0.15rem 0;
  }

  .us-zp-list .bot {
    padding: 0.2rem 0.1rem;
    max-width: 100%;
  }

  .us-zp-list .txt {
    font-size: 0.2rem;
  }

  .us-zp-list .email {
    margin-top: 0.2rem;
    font-size: 0.2rem;
    line-height: 0.46rem;
    padding: 0 0.15rem;
  }

  .us-zp-list .item::after {
    width: 100%;
  }

  .us-org .list {
    display: block;
  }

  .us-org .list .item {
    width: 100%;
    margin-bottom: 0.35rem;
  }

  .us-org .list .title {
    font-size: 0.25rem;
    margin-top: 0.15rem;
  }

  .us-org .list .txt {
    font-size: 0.22rem;
    line-height: 0.34rem;
  }

  .us-lc .item {
    padding: 0;
    display: block;
  }

  .us-lc .year {
    font-size: 0.5rem;
    line-height: 0.5rem;
    margin-bottom: 0.3rem;
    margin-right: 0;
    display: block;
  }

  .us-lc .txt p {
    margin-bottom: 0.1rem;
  }

  .us-lc .txt p:before {
    top: 0.11rem;
  }

  .us-lc .txt {
    font-size: 0.22rem;
    line-height: 0.34rem;
  }

  .us-lc .fz {
    font-size: 0.24rem;
  }

  .us-lc .bot {
    margin-top: 0.4rem;
  }

  .us-lc .bot .yuan {
    display: none;
  }

  .us-lc .swiper-button-prev {
    left: 0.3rem;
  }

  .us-lc .swiper-button-next {
    right: 0.3rem;
  }

  .us-lc .gallery-thumbs {
    width: 80%;
    margin: 0 auto;
  }

  .kf_menu_phone {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: block;
    border-top: 1px solid #efefef;
  }

  .kf_menu_phone ul {
    background-color: #289eff;
    width: 100%;
  }

  .kf_menu_phone .item {
    width: calc(25%);
    text-align: center;
    border-right: 1px solid #fff;
  }

  .kf_menu_phone .item .link {
    color: #fff;
    display: block;
    width: 100%;
    font-size: 0.21rem;
    padding: 0.1rem 0;
  }

  .kf_menu_phone .item .link .text {
    display: block;
    width: 100%;
    /* height: 100%; */
    margin-top: 0.07rem;
  }

  .kf_menu_phone .item:last-child {
    border-right: none;
  }

  .kf_menu_phone .icon {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    margin: 0 auto;
  }

  .kf_menu_phone .chat {
    background: url(../images/d_01.svg) no-repeat center;
    background-size: contain;
  }

  .kf_menu_phone .tel {
    background: url(../images/d_02.svg) no-repeat center;
    background-size: contain;
  }

  .kf_menu_phone .phone {
    background: url(../images/d_03.svg) no-repeat center;
    background-size: contain;
  }

  .kf_menu_phone .home {
    background: url(../images/d_04.png) no-repeat center;
    background-size: contain;
  }
}

#fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 9999;
}

#fullscreen-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.2rem;
  height: 4.23rem;
  background: linear-gradient(
      180deg,
      #289eff -66.87%,
      rgba(255, 255, 255, 0) 112.35%
    ),
    #fff;
  flex-shrink: 0;
  border-radius: 20px;
  /* background-color: #fff; */
  /* padding: 20px; */
}

#fullscreen-popup .fullscreen-popup-title {
  color: #333;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 0.3rem;
  font-style: normal;
  font-weight: 700;
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
  /* 200% */
}

#fullscreen-popup .fullscreen-popup-title .fullscreen-popup-title-img {
  width: 0.49rem;
  height: 0.49rem;
  background: url(../images/pop.svg) no-repeat center;
  background-size: contain;
}

#fullscreen-popup .fullscreen-popup-title img {
  width: 0.49rem;
  height: 0.49rem;
}

#fullscreen-popup .fullscreen-popup-input {
  display: flex;
  width: 4.4rem;
  height: 0.48rem;
  background: #289eff;
  box-shadow: 0px 4px 4px 0px rgba(40, 158, 255, 0.1);
  margin: 0.57rem auto 0;
  /* justify-content: center; */
  /* align-items: flex-start; */
  /* flex-shrink: 0; */
}

#fullscreen-popup .fullscreen-popup-input-left {
  display: flex;
  width: 3.17rem;
  height: 100%;
  /* padding: 11px 142px 12px 15px; */
  /* align-items: center;
flex-shrink: 0; */
}

#fullscreen-popup .fullscreen-popup-input-left input {
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
}

#fullscreen-popup .fullscreen-popup-input-right {
  width: calc(100% - 3.17rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  /* 22.5px */
  letter-spacing: 3.6px;
  cursor: pointer;
}

#fullscreen-popup .fullscreen-popup-phone {
  color: #828282;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.5rem;
  /* 160% */
}

#close-btn {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  width: 0.37rem;
  height: 0.37rem;
  z-index: 9;
  cursor: pointer;
  background: url(../images/close.svg) no-repeat center;
}

.side {
  width: 1.2rem;
  height: 3.83rem;
  position: fixed;
  right: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.side_one {
  width: 1.2rem;
  background: #fff;
  border-radius: 1rem 1rem 0.04rem 0.04rem;
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 0.1rem 0 0.14rem;
  text-align: center;
}

.side_icon {
  position: fixed;
  right: 0.05rem;
  bottom: 2rem;
  z-index: 1000;
  width: 0.58rem;
  height: 0.58rem;
  cursor: pointer;
}

.kf_icon {
  width: 1rem;
  height: 1rem;
  display: block;
  margin: 0 auto;
}

@keyframes zoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.05);
  }
}

.kf_icon:hover {
  animation: zoom 0.5s ease-in-out 2 alternate;
}

.side_zx {
  display: flex;
  align-items: center;
  color: #828282;
  font-size: 0.13rem;
  margin: 0.12rem 0 0.05rem;
  justify-content: center;
}

.side_zx img {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.04rem;
}

.phone {
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: -0.0128rem;
  color: #333;
  white-space: nowrap;
}

.side_code {
  border-radius: 0.04rem;
  background: #fff;
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.1);
  margin: 0.14rem 0;
  color: #828282;
  font-size: 0.12rem;
  text-align: center;
  white-space: nowrap;
  padding: 0.07rem 0 0.1rem;
}

.side_code img {
  width: 0.95rem;
  height: 0.95rem;
  display: block;
  margin: 0 auto 0.04rem;
}

.side_back {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 0.16rem;
  border-radius: 0.04rem;
  background: #fff;
  justify-content: center;
  padding: 0.08rem 0;
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.side_back img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.04rem;
}

.close_side {
  width: 0.18rem;
  height: 0.18rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.d-none {
  display: none !important;
}

.right_fix {
  width: 1.49rem;
  /*height: 3.92rem;*/
  position: fixed;
  right: 0.18rem;
  top: 30%;
  z-index: 999;
}
.right_fix .close {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-content: center;
}
.right_fix .close img {
  width: 0.18rem;
  height: 0.18rem;
}
.right_fix .right_fix_item1 {
  width: 1.49rem;
  height: 1.83rem;
  margin-top: 0.09rem;
  position: relative;
}
.right_fix .right_fix_item1 .right_fix_item1_line1 {
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.right_fix .right_fix_item1 .right_fix_item1_line1 img {
  width: 16px;
  height: 16px;
}
.right_fix .right_fix_item1 .right_fix_item1_line2 {
  position: absolute;
  top: 1.55rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.right_fix .right_fix_item2 {
  width: 1.49rem;
  padding: 0.12rem 0;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
  margin-top: 0.1rem;
}
.right_fix .right_fix_item2 img {
  width: 0.95rem;
  height: 0.95rem;
}
.right_fix .right_fix_item2 div {
  color: var(--Gray-3, #828282);
  font-family: Source Han Sans CN;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
.right_fix .right_fix_item3 {
  width: 1.49rem;
  height: 0.4rem;
  cursor: pointer;
  margin-top: 0.1rem;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.right_fix .right_fix_item3 img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.06rem;
}
.right_fix .right_fix_item3 div {
  color: #333;
  font-family: Source Han Sans CN;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
