.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  zoom: 0;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.header {
  font-size: .18rem;
  height: 1rem;
  line-height: 1rem;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0084ff;
  z-index: 999;
}

.header .topLogo a img {
  display: block;
}

.header .topNav {
  margin-right: 0.15rem;
  position: relative;
}

.header .topNav .nav ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.header .topNav .nav ul li {
  margin-right: .35rem;
  position: relative;
}

.header .topNav .nav ul li a {
  color: #fff;
}

.header .topNav .nav ul li dl.pa {
  display: none;
  background-color: #fff;
  font-size: 0.14rem;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  min-width: 1.6rem;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 16px -4px rgba(0, 0, 0, .3);
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  z-index: 44;
  padding: 0.12rem 0;
  margin-top: 0.2rem;
}

/* .header .topNav .nav ul li:hover>a {
  color: #0084ff;
} */

.header .topNav .nav ul li:hover dl.pa {
  display: block;
  height: auto;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.header .topNav .nav ul li dl.pa dd {
  height: 0.5rem;
  line-height: 0.5rem;
}

.header .topNav .nav ul li dl.pa dd a {
  display: block;
  color: #37474f;
}

.header .topNav .nav ul li dl.pa dd a:hover {
  color: #fff;
  background-color: #0084ff;
}



.header .topContact span {
  margin-left: 0.06rem;
  color: #fff;
  font-weight: bold;
  font-family: Arial;
  font-size: .28rem;
}

.header .menu {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 10;
  width: 30px;
  height: 30px;
}

.header .menu span,
.header .menu:before,
.header .menu:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27px;
  height: 2px;
  margin-left: -15px;
  margin-top: -1px;
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.header .menu:before {
  content: '';
  margin-top: -10px;
}

.header .menu:after {
  content: '';
  margin-top: 8px;
}

.header.open .menu:before {
  opacity: 0;
  transition: 0.2s ease 0.1s;
}

.header.open .menu:after {
  margin-top: 0 !important;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
}

.header.open .menu span {
  margin-top: 0 !important;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
}

.Htitle {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}

.Htitle span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  color: #666666;
  text-transform: uppercase;
  font-weight: normal;
}

@media (max-width: 1200px) {
  .Htitle {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  .Htitle {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .Htitle {
    font-size: 22px;
  }
}

.Habout {
  background: url("../img/Habout_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 0.8rem 0;
}

.Habout .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Habout .img {
  width: 50%;
}

.Habout .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Habout .info {
  width: 42.5%;
}


.Habout_info .h3 {
  font-weight: normal;
  font-size: 32px;
  color: #333333;
  margin-top: 6%;
}


.Habout_info h4 {
  font-weight: normal;
  font-size: 24px;
  color: #0084ff;
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
}

.Habout_info .p {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}

.Habout_num {
  background: #f7f8fa;
  margin: 11.5% 0;
  margin-left: -30%;
}

.ytable {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.ytable_cell {
  display: table-cell;
  vertical-align: middle;
}

.Habout_num li {
  width: 25%;
  text-align: center;
  vertical-align: top;
  padding: 4% 0;
  border-right: 1px solid #edeff2;
  position: relative;
}

.Habout_num li * {
  z-index: 5;
  position: relative;
  transition: all 0.5s;
  line-height: 50px;
}

.Habout_num li:before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background: #ff5a00;
  left: -5%;
  top: -5%;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}

.Habout_num .num b {
  font-size: 50px;
  color: #ff5a00;
}

.Habout_num .num i {
  display: inline-block;
  font-style: normal;
  vertical-align: top;
  color: #ff5a00;
  font-size: 20px;
}

.Habout_num p {
  max-width: 120px;
  margin: 0 auto;
  line-height: 48px;
  color: #999999;
  height: 48px;
  overflow: hidden;
  font-size: 14px;
}

.Habout_num li:hover * {
  color: #fff;
}

.Habout_num li:hover:before {
  opacity: 1;
}

@media (max-width: 1440px) {
  .Habout .info {
    padding-top: 1%;
  }

  .Habout_num .num b {
    font-size: 50px;
  }
}

@media (max-width: 1200px) {
  .Habout .info {
    padding-top: 0;
  }

  .Habout_num .num b {
    font-size: 40px;
  }

  .Habout_info .h3 {
    font-size: 20px;
  }

  .Habout_num {
    margin-top: 8%;
    margin-bottom: 8%;
  }
}

@media (max-width: 1024px) {
  .Habout_num .num b {
    font-size: 32px;
  }

  .Habout_num .num i {
    font-size: 24px;
  }

  .Habout_info .h3 {
    font-size: 18px;
  }

  .Habout_num {
    margin-top: 6%;
    margin-bottom: 6%;
  }
}

@media (max-width: 768px) {
  .Habout .info {
    width: 47%;
  }

  .Habout_info .p {
    font-size: 14px;
    line-height: 24px;
  }

  .Habout_num .num b {
    font-size: 28px;
  }

  .Habout_num .num i {
    font-size: 20px;
  }

  .Habout_info .h3 {
    font-size: 16px;
  }

  .Habout_num {
    margin-top: 6%;
    margin-bottom: 6%;
    margin-left: -45%;
  }

  .Habout_num li {
    padding: 2% 0;
  }

  .Habout_num p {}
}

@media (max-width: 640px) {

  .Habout .img,
  .Habout .info {
    float: none;
    width: 100%;
  }

  .Habout .info {
    padding-top: 5%;
  }

  .Habout_num {
    margin-left: 0;
    font-size: 12px;
  }

  .Habout_num .num b {
    font-size: 24px;
  }

  .Habout_num .num i {
    font-size: 18px;
  }

  .Habout .more_iocn {
    margin: 4.5% auto;
  }
}

.more_iocn {
  font-size: 0.14rem;
  width: 180px;
  line-height: 55px;
  border: 1px solid #ff5a00;
  color: #ff5a00;
  text-align: center;
  display: block;
  transition: all 0.5s;
}

.more_iocn:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 10px;
  margin-top: -2px;
  background: url("../img/icon/more_icon.png") no-repeat center;
  margin-left: 20px;
}

.more_iocn:hover {
  background: #ff5a00;
  color: #fff;
}

.more_iocn:hover:after {
  background-image: url("../img/icon/more_icon2.png");
}

@media (max-width: 768px) {
  .more_iocn {
    width: 140px;
    line-height: 45px;
  }
}

@media (max-width: 640px) {
  .more_iocn {
    width: 120px;
    line-height: 38px;
  }

  .more_iocn:after {
    margin-left: 10px;
  }
}

.index .solution {
  padding: 0.8rem 0;
  background-color: #f4f4f4;
  padding-bottom: 0 !important;
}


.index .solution .itit .t {
  padding-bottom: 0.4rem;
}

.index .solution .swiper-pagination {
  font-size: 0.16rem;
  position: static;
  margin-bottom: 0.5rem;
}

.index .solution .swiper-pagination .swiper-pagination-bullet {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  background-color: #0084ff;
  color: #fff;
  opacity: 1;
  margin: 6px !important;
}

.index .solution .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff5a00;
}

.case {
  padding: 0.8rem 0;
}

.case .caseSwiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.case .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.case .swiper-button-next::after,
.case .swiper-button-prev::after {
  display: none;
}

.case .swiper-button-next,
.case .swiper-button-prev {
  width: 45px;
  height: 155px;
  background-color: #F5F5F5;
  background-image: url(../img/icon/gcal_jt1.png);
  background-repeat: no-repeat;
  background-size: auto;
  transition: .3s;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.case .swiper-button-next {
  background-position: -82px center !important;
  right: -60px;
}

.case .swiper-button-prev {
  background-position: 12px center !important;
  left: -60px;
}

.case .swiper-button-next:hover,
.case .swiper-button-prev:hover {
  background-color: #1247B3;
  background-image: url(../img/icon/gcal_jt2.png);
}

.case .swiper-pagination {
  width: 100%;
  position: static;
  line-height: 0;
}

.case .swiper-pagination-bullet {
  opacity: 1;
  background: #777777;
  width: 60px;
  height: 6px;
  border-radius: 0px;
  transition: .3s;
  margin: 0 2px;
}

.case .swiper-pagination-bullet-active {
  width: 60px;
  background: #0084ff;
}


.gcal_item {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.gcal_left {
  width: 56%;
}

.gcal_right {
  width: 44%;
  padding-left: 18px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  box-sizing: border-box;
}

.gcal_info1 {
  position: relative;
  display: block;
}

.gcal_info1 .img {
  overflow: hidden;
}

.gcal_info1 .img img {
  width: 100%;
  transition: .5s;
}

.gcal_info1 .desc {
  background: rgba(32, 138, 224, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 28px 25px;
  box-sizing: border-box;
}

.gcal_info1 .desc .atit {
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.gcal_info1 .desc .btit {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}

.gcal_info1 .desc span {
  padding-left: 20px;
  background: url(../img/icon/gou1.png) no-repeat;
  background-position: left center;
  margin-right: 20px;
  display: inline-block;
}

.gcal_info1:hover img {
  transform: scale(1.05);
}

.gcal_info2 {
  position: relative;
  display: block;
  height: calc(50% - 6px);
}

.gcal_info2 .img {
  overflow: hidden;
  height: 100%;
}

.gcal_info2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: .5s;
}

.gcal_info2+.gcal_info2 {
  margin-top: 12px;
}

.gcal_info2 .desc {}

.gcal_info2 .desc .atit {
  position: absolute;
  right: 25px;
  bottom: 20px;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 24px;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.41);
}

.gcal_info2:hover img {
  transform: scale(1.05);
}

.advs .itit {
  background-color: #0084ff;
  padding: 0.4rem 0;
}

.advs .itit .h {
  color: #fff;
  margin-bottom: 0.15rem;
}

.advs .itit i {
  display: block;
  line-height: 0;
}

.advs .advcon {
  padding-top: 0.4rem;
  font-size: 0.16rem;
}

.advs .advcon ul {
  padding-bottom: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.advs .advcon ul:nth-child(even) {
  flex-direction: row-reverse;
}

.advs .advcon ul .img {
  width: calc(50% - 25px);
  border-radius: 25px;
  overflow: hidden;
  box-sizing: border-box;
}

.advs .advcon ul .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advs .advcon ul .advwa {
  width: calc(50% - 25px);
}

.advs .advcon .advwatit {
  display: flex;
}

.advs .advcon .advnum {
  width: 100px;
  height: 100px;
  border-radius: 25px;
  overflow: hidden;
  font-size: 50px;
  line-height: 100px;
  background: #0084ff;
  color: #fff;
  font-family: impact;
  text-align: center;
  margin-right: 10px;
  border: 10px solid #cbeaff
}

.advs .advcon .advnum:after {
  content: '';
  display: block;
  width: 2px;
  height: 26px;
  background: #d3d3d3;
  margin: 3px 0 10px 10px;
}

.advs .advcon .adv_t {
  font-size: 35px;
  color: #222;
  display: block;
  margin-bottom: 30px;
  float: right;
  padding-top: 15px;
  line-height: 48px;
}

.advs .advcon .adv_t b {
  margin-bottom: 10px;
  display: block;
}

.advs .advcon .adv_c {
  position: relative;
}

.advs .advcon .adv_c:before {
  display: block;
  content: "";
  width: 1px;
  background: #eee;
  position: absolute;
  left: 7px;
  top: 20px;
  height: 140px;
}


.advs .advcon .adv_c p {
  font-size: 16px;
  color: #555;
  line-height: 38px;
  padding-left: 28px;
  margin-top: 15px;
  position: relative;
}

.advs .advcon .adv_c p:before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background: #0084ff;
  border: 4px solid #cbeaff;
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 50%;
  overflow: hidden;
}

.advs .advcon .adv_c p span {
  color: #222;
}

.advs .advcon .adv_c p i {
  font-size: 12px;
  color: #ccc;
  font-family: "arial";
  display: block;
  line-height: 20px;
  padding-top: 10px;
}

.advs .advcon .advwa .tel {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
  margin-top: 55px;
  box-sizing: border-box;
  padding: 30px 43px 30px 78px;
  line-height: 40px;
  background: url(../img/icon/adv_tel.png) 43px center no-repeat;
}

.advs .advcon .advwa .tel dt {
  display: inline-block;
  font-size: 16px;
  color: #555;
  float: left;
}

.advs .advcon .advwa .tel dd {
  font-family: "impact";
  color: #222;
  float: left;
  font-size: 30px;
}

.advs .advcon .advwa .tel:after {
  display: block;
  content: "";
  clear: both;
}

.idx-5.disn .item .desc {
  text-align: left;
  font-size: 16px;
  color: #555;
  line-height: 2;
}

.idx-5 .item .desc h2 {
  font-weight: normal;
  text-align: center;
  font-size: 18px;
}

.idx-8 {
  background-image: none;
  background-color: #0084ff;
}

.idx-8 .itit .h {
  color: #fff;
}

.idx-8 .itit .h span {
  color: #fff
}

.idx-8 .itit .t {
  color: #fff
}

.idx-8 .con .item h2 {
  color: #fff
}

.ugly {
  background-color: #0084ff;
  padding: 0.4rem 0 0;
}

.ugly .itit .h {
  color: #fff;
}

.ugly .itit .h span {
  color: #fff
}

.ugly .itit .t {
  color: #fff;
}


.idx-10 {
  background-image: none;
}

.foot {
  border-top: 4px solid #0084ff;
}

.foot .wechat {
  display: flex;
  justify-content: space-between;
}

.foot .wechat img {
  width: 48.5%;
}


/* 20221202 */
.index .solution .itit,
.case .itit,
.idx-5 .itit,
.idx-4 .itit,
.idx-10 .itit {
  padding-bottom: 0.3rem;
}

.index .solution .itit .t,
.case .itit .t,
.idx-5 .itit .t,
.idx-4 .itit .t,
.idx-10 .itit .t,
.ugly .itit .t {
  background: url('../img/icon/title_down.png') center top 0.45rem no-repeat;
}



.hengtiao2 .text span {
  padding: 0;
  color: #fff;
  font-size: 0.24rem;
  background-color: transparent;
}

.hengtiao2 .text p {
  font-size: 0.16rem;
}

.idx-4 .r-box li .bot .con {
  font-size: 0.16rem;
  color: #555;
}

.idx-8 {
  background-image: none;
}

.idx-10 .con {
  gap: 0;
  border-left: 1px solid #cecece;
  border-top: 1px solid #cecece;
}

.idx-10 .con .img {
  padding: 0.15rem;
  box-shadow: none;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

.idx-9 .item .txt p {
  font-size: 0.16rem;
  color: #555;
  height: 0.72rem;
}

.idx-9 .item .btn_more {
  text-align: right;
}

.idx-9 .wrap {
  position: relative;
}

.idx-9 .swiper-button-prev {
  left: -56px;
}

.idx-9 .swiper-button-next {
  right: -56px;
}

.liebiao {
  padding: .3rem .2rem;
  background: #fff;
  box-sizing: border-box;
  text-align: justify;
}

.liebiao .plist .bot {
  background-color: #f4f4f4;
  margin-top: 0.1rem;
  padding: 0.15rem;
}

.liebiao .plist .bot .con {
  font-size: 0.16rem;
  line-height: 2;
}

.l-box .box {
  margin-bottom: 0.2rem;
  border: 1px solid #ddd;
  background: #FFFFFF
}

.l-box .box h3 {
  background-color: #0084ff;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.2rem 0.2rem 0.16rem;
  font-size: 0.2rem;
  font-weight: normal;
}

.l-box .box h3 em {
  font-size: 12px;
}

.l-box .box ul {
  padding: 0.16rem;
  margin-bottom: 0;
}

.l-box .box ul li {
  background-color: #f1f2f3;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  line-height: 2;
  padding-left: 0.15rem;
  font-size: 14px;
  padding-right: 0.15rem;
}

.l-box .box ul li+li {
  margin-top: 0.16rem;
}

.l-box .box ul li>.icon {
  margin-right: 0.08rem;
}

.l-box .box ul li>a {
  color: #37474f;
}

.l-box .box ul li:hover {
  background-color: #0085ec;
}

.l-box .box ul li:hover i {
  color: #fff;
}

.l-box .box ul li:hover a {
  color: #fff;
}

.l-box .box .list {
  padding: 0.16rem;
}

.l-box .box .list p {
  margin-bottom: 0;
  border-bottom: 1px dashed #ddd;
  line-height: 2;
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
  word-break: break-word;
  font-size: 14px;
}

.l-box .box .list p+p {
  margin-top: 0.1rem;
}

.plist .bot .con {
  font-size: 0.16rem;
  color: #555;
}

.newslist ul li .txt p {
  font-size: 0.16rem;
  height: 0.72rem;
  color: #555;
}