@charset "UTF-8";
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
@font-face {
  font-family: "PangMenZhengDao";
  src: url("../fonts/PangMenZhengDao-3.ttf") format("truetype");
}
.w1400 {
  width: 87.5rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w1500 {
  width: 93.75rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w1600 {
  width: 100rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w1700 {
  width: 106.25rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.overhidden {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.swiper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  color: #5dc2d0;
  line-height: 5rem;
  z-index: 1;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.swiper-btn span {
  color: #fff;
  font-size: 1.875rem;
}
.swiper-btn:hover {
  background: #c9d3cd;
}

.space-over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.txtp {
  font-size: 1rem;
  color: #111;
  line-height: 1.8em;
}

.img-cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.img-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
}

.bgimg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.block-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-ct2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-row-bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-row-bt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-row-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-row-ct-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-row-st-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-end-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-bt-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-bt-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-cl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-cl-ct2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-cl-bt-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-cl-ct-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-cl-st-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-cl-st-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-cl-st-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.AddFadeInUp {
  -webkit-animation: AddFadeInUp 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
  animation: AddFadeInUp 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
}

@-webkit-keyframes AddFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes AddFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.AddFadeInDown {
  -webkit-animation: AddFadeInDown 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
  animation: AddFadeInDown 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
}

@-webkit-keyframes AddFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes AddFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.AddFadeInRight {
  -webkit-animation: AddFadeInRight 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
  animation: AddFadeInRight 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
}

@-webkit-keyframes AddFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes AddFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

.hvr-bounce-to-right:before {
  background: #65a0f0;
}

.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.5);
}

.common_banner {
  position: relative;
  width: 100%;
  height: auto;
}
.common_banner img {
  width: 100%;
  height: auto;
}
.common_banner_text {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.common_banner_text .w1600 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.common_banner_text h2 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 400;
  font-family: "PangMenZhengDao";
  letter-spacing: 0.125rem;
  text-shadow: 1px 1px 13px rgba(0, 20, 23, 0.25);
}
.common_banner_text p {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.5em;
  margin-top: 2.5rem;
  margin-bottom: 3.125rem;
}
.common_banner_text em {
  display: block;
  width: 3.75rem;
  height: 0.3125rem;
  background-color: #fff;
}
.common_banner_text.applets .w1600 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 7%;
}
.common_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common_title h3 {
  font-size: 2.25rem;
  color: #111;
  font-family: "MiSans-Bold";
}
.common_title em {
  display: block;
  width: 4rem;
  height: 0.125rem;
  background-color: #65a0f0;
  margin-top: 1.25rem;
}
.common_morebtn {
  width: 11.875rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
  background: linear-gradient(135deg, #7cacf1, #5e9cf0);
  -webkit-box-shadow: 4px 6px 12px 0px rgba(84, 48, 6, 0.16);
          box-shadow: 4px 6px 12px 0px rgba(84, 48, 6, 0.16);
}
.common_morebtn span,
.common_morebtn i {
  font-size: 1.125rem;
  color: #fff;
}
.common_morebtn i {
  margin-left: 0.625rem;
}
.common_navbox {
  width: 100%;
  height: 3.75rem;
  background-color: #f1f1f1;
}
.common_navbox ul li a {
  display: block;
  padding: 0 2.25rem;
  font-size: 1.125rem;
  color: #111;
  font-weight: 700;
  line-height: 3.75rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.common_navbox ul li.active a {
  background-color: #65a0f0;
  color: #fff;
}
.common_crumb {
  width: 100%;
}
.common_crumb p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  color: #fff;
  line-height: 2.5rem;
  text-shadow: 1px 1px 13px rgba(0, 20, 23, 0.25);
}
.common_crumb p i {
  font-size: 1.25rem;
  color: #fff;
  margin-right: 0.25rem;
}
.common_crumb p a {
  color: #fff;
}
.common_crumb p a:hover {
  color: #65a0f0;
}
.common_pagination {
  width: 100%;
}
.common_pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.common_pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1rem;
  color: #333;
  margin: 0 0.5rem;
  border: 0;
  border-radius: 0.1875rem;
  background-color: #e9e9e9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.common_pagination a:hover {
  color: #fff;
  background-color: #65a0f0;
  border-color: #65a0f0;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #65a0f0;
  border-color: #65a0f0;
}
.common_pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common_pagination li:last-child > a {
  margin-right: 0;
}
.common_pagination li:first-child a, .common_pagination li:last-child a {
  width: 3.75rem;
  font-size: 0.875rem;
  background-color: #e9e9e9;
}
.common_pagination li:first-child a:hover, .common_pagination li:last-child a:hover {
  background-color: #65a0f0;
}
.common_pagebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.common_pagebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  font-size: 1rem;
  line-height: 2rem;
  color: #232323;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common_pagebtn a:hover {
  color: #65a0f0;
}

.showvideo {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.showvideo .center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60vw;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3.75rem;
}
.showvideo .center .closebtn {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
  background-color: #ccc;
  border-radius: 50%;
  z-index: 89;
}
.showvideo .center .closebtn:hover {
  cursor: pointer;
  background-color: #65a0f0;
}
.showvideo .center .closebtn i {
  font-size: 1.5rem;
  color: #fff;
}
.showvideo_content {
  width: 100%;
  height: 100%;
}
.showvideo_content iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 1px 1px 13px 0px rgba(0, 20, 23, 0.11);
          box-shadow: 1px 1px 13px 0px rgba(0, 20, 23, 0.11);
  z-index: 99;
}
.index_header.inner {
  background-color: #fff;
}
.index_header .logoimg {
  position: relative;
  display: block;
  width: auto;
  height: 3.5rem;
}
.index_header .logoimg img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_header .w1600 {
  height: 100%;
}
.index_header .navbox {
  height: 100%;
}
.index_header_nav {
  height: 100%;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_header_nav_M {
  display: none;
}
.index_header_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.index_header_nav_item {
  position: relative;
  height: 100%;
  margin: 0 1.875rem;
}
.index_header_nav_item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  color: #111;
  font-weight: 400;
  line-height: 6.25rem;
  text-align: center;
}
.index_header_nav_item .dropdown {
  position: absolute;
  top: 6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateX(90deg);
          transform: translateX(-50%) rotateX(90deg);
  background: #fff;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  min-width: 100%;
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  z-index: 49;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_header_nav_item .dropdown ul {
  min-width: 100%;
}
.index_header_nav_item .dropdown ul li {
  position: relative;
}
.index_header_nav_item .dropdown ul li a {
  display: block;
  font-size: 1rem;
  color: #2b2b2b;
  white-space: nowrap;
  line-height: 2.25rem;
  text-align: center;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header_nav_item .dropdown ul li a:hover {
  background-color: #65a0f0;
  color: #fff;
}
.index_header_nav_item .dropdown ul li .dropdown5 {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  background-color: #fff;
  min-width: 10rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header_nav_item .dropdown ul li:hover .dropdown5 {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.index_header_nav_item.active a {
  color: #65a0f0;
}
.index_header_nav_item:hover a {
  color: #65a0f0;
}
.index_header_nav_item:hover .dropdown {
  -webkit-transform: translateX(-50%) rotateX(0);
          transform: translateX(-50%) rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index_header .telbx {
  margin-left: 1.875rem;
}
.index_header .telbx i {
  width: 2.125rem;
  height: 2.125rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  background-color: #65a0f0;
  font-size: 1.25rem;
  color: #fff;
}
.index_header .telbx p {
  font-size: 1.625rem;
  font-weight: 500;
  font-family: "Impact";
  color: #65a0f0;
}
.index_header .rightbx {
  height: 100%;
  z-index: 3;
}
.index_header .rightbx .searchbx {
  position: relative;
  width: 22.5rem;
  height: 3.125rem;
  margin: 0 3.125rem;
}
.index_header .rightbx .searchbx form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.index_header .rightbx .searchbx form input::-webkit-input-placeholder,
.index_header .rightbx .searchbx form textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.index_header .rightbx .searchbx form input:-moz-placeholder,
.index_header .rightbx .searchbx form textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.index_header .rightbx .searchbx form input::-moz-placeholder,
.index_header .rightbx .searchbx form textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.index_header .rightbx .searchbx form input:-ms-input-placeholder,
.index_header .rightbx .searchbx form textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.index_header .rightbx .searchbx form input {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  background-color: #e6e6e6;
  outline: none;
  border-radius: 1.5625rem;
  font-size: 1rem;
  color: #111;
  padding: 0 4% 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.index_header .rightbx .searchbx form button {
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.75rem;
  height: 100%;
  border: 0;
  outline: none;
  background-color: transparent;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header .rightbx .searchbx form button i {
  font-size: 1.5rem;
  color: #111;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header .rightbx .searchbx form button:hover {
  cursor: pointer;
}
.index_header .rightbx .lang {
  position: relative;
}
.index_header .rightbx .lang_tl {
  height: 2.5rem;
}
.index_header .rightbx .lang_tl:hover i,
.index_header .rightbx .lang_tl:hover span {
  color: #65a0f0;
}
.index_header .rightbx .lang_tl i {
  font-size: 1.25rem;
  color: #111;
}
.index_header .rightbx .lang_tl span {
  font-size: 1.25rem;
  color: #111;
  margin: 0 0.625rem;
}
.index_header .rightbx .lang_dropdown {
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 100%;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  opacity: 0;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header .rightbx .lang_dropdown ul {
  width: 100%;
}
.index_header .rightbx .lang_dropdown ul li a {
  display: block;
  width: 100%;
  height: 2.5rem;
  background-color: #fff;
  font-size: 1.125rem;
  color: #2b2b2b;
  line-height: 2.25rem;
  text-align: center;
}
.index_header .rightbx .lang_dropdown ul li a:hover {
  background-color: #65a0f0;
  color: #fff;
}
.index_header .rightbx .lang:hover {
  cursor: pointer;
}
.index_header .rightbx .lang:hover .lang_dropdown {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index_header .inner-header-icon {
  display: none;
  color: #333;
  height: 3.625rem;
  font-size: 1.563rem;
  text-align: center;
  float: right;
  width: 3.125rem;
  position: relative;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 3;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  /*第一条线旋转动画*/
  /*第二条线淡入淡出动画动画*/
  /*第三条线旋转动画*/
}
.index_header .inner-header-icon:hover {
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}
.index_header .inner-header-icon span {
  position: absolute;
  left: calc((100% - 1.563rem) / 2);
  top: calc((100% - 1px) / 2);
  width: 1.563rem;
  height: 0.125rem;
  background-color: #111;
}
.index_header .inner-header-icon span:nth-child(1) {
  -webkit-transform: translateY(0.625rem) rotate(0deg);
      -ms-transform: translateY(0.625rem) rotate(0deg);
          transform: translateY(0.625rem) rotate(0deg);
}
.index_header .inner-header-icon span:nth-child(2) {
  opacity: 0;
}
.index_header .inner-header-icon span:nth-child(3) {
  -webkit-transform: translateY(-0.625rem) rotate(0deg);
      -ms-transform: translateY(-0.625rem) rotate(0deg);
          transform: translateY(-0.625rem) rotate(0deg);
}
.index_header .inner-header-icon-click span {
  background: #333;
}
.index_header .inner-header-icon-click span:nth-child(1) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: clickfirst;
          animation-name: clickfirst;
}
.index_header .inner-header-icon-click span:nth-child(2) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: clicksecond;
          animation-name: clicksecond;
}
.index_header .inner-header-icon-click span:nth-child(3) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: clickthird;
          animation-name: clickthird;
}
@-webkit-keyframes clickfirst {
  0% {
    -webkit-transform: translateY(0.625rem) rotate(0deg);
            transform: translateY(0.625rem) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@keyframes clickfirst {
  0% {
    -webkit-transform: translateY(0.625rem) rotate(0deg);
            transform: translateY(0.625rem) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes clicksecond {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes clicksecond {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes clickthird {
  0% {
    -webkit-transform: translateY(-0.625rem) rotate(0deg);
            transform: translateY(-0.625rem) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@keyframes clickthird {
  0% {
    -webkit-transform: translateY(-0.625rem) rotate(0deg);
            transform: translateY(-0.625rem) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
.index_header .inner-header-icon-out span {
  background: #333;
}
.index_header .inner-header-icon-out span:nth-child(1) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: outfirst;
          animation-name: outfirst;
}
.index_header .inner-header-icon-out span:nth-child(2) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: outsecond;
          animation-name: outsecond;
}
.index_header .inner-header-icon-out span:nth-child(3) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: outthird;
          animation-name: outthird;
}
@-webkit-keyframes outfirst {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(-0.625rem) rotate(0deg);
            transform: translateY(-0.625rem) rotate(0deg);
  }
}
@keyframes outfirst {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(-0.625rem) rotate(0deg);
            transform: translateY(-0.625rem) rotate(0deg);
  }
}
@-webkit-keyframes outsecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes outsecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes outthird {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0.625rem) rotate(0deg);
            transform: translateY(0.625rem) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0.625rem) rotate(0deg);
            transform: translateY(0.625rem) rotate(0deg);
  }
}
.index_banner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 1;
}
.index_banner_swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.index_banner_swiper .swiper-slide .swiper-animation {
  opacity: 0;
}
.index_banner_swiper .swiper-slide .textbx {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.index_banner_swiper .swiper-slide .textbx .w1600 {
  height: 100%;
}
.index_banner_swiper .swiper-slide .text {
  max-width: 40%;
}
.index_banner_swiper .swiper-slide .text h3 {
  font-size: 3.75rem;
  color: #fff;
  font-weight: lighter;
  line-height: 5rem;
  text-shadow: 1px 1px 13px rgba(0, 20, 23, 0.25);
}
.index_banner_swiper .swiper-slide .text h3 span {
  font-size: 4.375rem;
  font-weight: 700;
  color: #65a0f0;
}
.index_banner_swiper .swiper-slide .text .intro {
  margin: 2.5rem 0 5rem;
}
.index_banner_swiper .swiper-slide .text .intro p {
  font-size: 1rem;
  color: rgba(17, 17, 17, 0.5);
  line-height: 1.5em;
}
.index_banner_swiper .swiper-slide .text .morebtn {
  width: 11.875rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
  background: linear-gradient(135deg, #7cacf1, #5e9cf0);
  -webkit-box-shadow: 4px 6px 12px 0px rgba(84, 48, 6, 0.16);
          box-shadow: 4px 6px 12px 0px rgba(84, 48, 6, 0.16);
  font-size: 1.125rem;
  color: #fff;
}
.index_banner_swiper .swiper-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.125rem;
  height: 6.25rem;
  background-color: rgba(255, 255, 255, 0.3);
}
.index_banner_swiper .swiper-btn span {
  font-size: 1.5rem;
  color: #fff;
}
.index_banner_swiper .swiper-btn-prev {
  left: 6%;
}
.index_banner_swiper .swiper-btn-next {
  right: 6%;
}
.index_banner_swiper .swiper-pagination-bullet {
  width: 1.75rem;
  height: 0.3125rem;
  border-radius: 0.1563rem;
  background-color: #fff;
}
.index_banner_M {
  display: none;
}
.index_common_title {
  padding-left: 1rem;
  border-left: 0.1875rem solid #65a0f0;
}
.index_common_title h3 {
  font-size: 2.125rem;
  color: #111;
  margin-bottom: 0.625rem;
}
.index_common_title span {
  font-size: 1.25rem;
  color: #999;
  text-transform: uppercase;
}
.index_hotservice {
  position: relative;
  padding: 6.25rem 0 10rem;
}
.index_hotservice::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 26%;
  height: 100%;
  background: url(../images/indexhotbg1.jpg) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.index_hotservice::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 74%;
  height: 100%;
  background: url(../images/indexhotbg2.jpg) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.index_hotservice .index_common_title {
  margin-bottom: 4rem;
  border-left-color: #fff;
}
.index_hotservice .index_common_title h3,
.index_hotservice .index_common_title span {
  color: #fff;
}
.index_hotservice .center .item {
  position: relative;
  background-color: #fff;
  width: 23.75%;
  padding: 4rem 3.125rem;
}
.index_hotservice .center .item_imgbx {
  width: 100%;
  height: 13.75rem;
}
.index_hotservice .center .item_imgbx img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.index_hotservice .center .item_text {
  margin-top: 3.125rem;
}
.index_hotservice .center .item_text h4 {
  font-size: 1.375rem;
  color: #111;
  text-align: center;
}
.index_hotservice .center .item_text p {
  font-size: 1rem;
  color: #999;
  text-align: center;
  line-height: 1.5em;
  margin: 1rem 0;
}
.index_hotservice .center .item_text em {
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  background-color: #65a0f0;
  margin: 0 auto;
}
.index_about {
  padding: 6.25rem 0;
  background: url(../images/indexaboutbg.png) no-repeat right bottom;
  background-size: cover;
}
.index_about .leftbx {
  width: 48.75%;
}
.index_about .leftbx .imgbx {
  width: 100%;
}
.index_about .leftbx .imgbx img {
  width: 100%;
  height: auto;
}
.index_about .rightbx {
  width: 49%;
}
.index_about .rightbx .numbox {
  margin-bottom: 5rem;
}
.index_about .rightbx .numbox ul li .numbx {
  margin-bottom: 0.25rem;
}
.index_about .rightbx .numbox ul li .numbx p {
  font-size: 1rem;
  color: #65a0f0;
}
.index_about .rightbx .numbox ul li .numbx p span {
  font-size: 3.75rem;
  font-weight: 700;
  background: linear-gradient(135deg, #0dccff 0%, #387eff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index_about .rightbx .numbox ul li > p {
  font-size: 0.875rem;
  color: #111;
}
.index_about .rightbx .profile_intro {
  margin-bottom: 4rem;
}
.index_about .rightbx .profile_intro p {
  font-size: 1rem;
  color: #111;
  line-height: 2em;
}
.index_adva {
  position: relative;
  padding: 4.375rem 0 8.75rem;
  background-color: #eef6fd;
}
.index_adva .center {
  width: 62.5%;
}
.index_adva .center .index_common_title {
  margin-bottom: 6.25rem;
}
.index_adva .center .listbx .item {
  width: 25%;
  aspect-ratio: 1;
}
.index_adva .center .listbx .item_bd {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.875rem;
  background: #fff;
  -webkit-box-shadow: -6px 0px 14px 0px rgba(0, 20, 23, 0.03);
          box-shadow: -6px 0px 14px 0px rgba(0, 20, 23, 0.03);
}
.index_adva .center .listbx .item_bd::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #81b0f5, #4386e1);
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_adva .center .listbx .item_bd i {
  position: relative;
  font-size: 2.75rem;
  color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_adva .center .listbx .item_bd .item_txt {
  position: relative;
  z-index: 1;
}
.index_adva .center .listbx .item_bd .item_txt h4 {
  font-size: 1.125rem;
  color: #111;
  margin-bottom: 0.75rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_adva .center .listbx .item_bd .item_txt span {
  font-size: 0.875rem;
  color: rgba(17, 17, 17, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_adva .center .listbx .item:hover .item_bd::after {
  opacity: 1;
}
.index_adva .center .listbx .item:hover i {
  color: #fff;
}
.index_adva .center .listbx .item:hover .item_txt h4,
.index_adva .center .listbx .item:hover .item_txt span {
  color: #fff;
}
.index_adva .imgbx {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
}
.index_case {
  padding: 6.25rem 0 4.375rem;
}
.index_case .index_common_title {
  margin-bottom: 4.5rem;
}
.index_case .center .item {
  position: relative;
  width: 25%;
  margin-bottom: 1.25rem;
}
.index_case .center .item_imgbx {
  width: 100%;
  aspect-ratio: 20/13;
  overflow: hidden;
}
.index_case .center .item_imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_case .center .item_textbx {
  padding: 0.625rem 0;
}
.index_case .center .item_textbx_l {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index_case .center .item_textbx_l h4 {
  font-size: 1rem;
  color: #111;
  font-weight: 400;
  margin-bottom: 0.625rem;
}
.index_case .center .item_textbx_l span {
  font-size: 0.875rem;
  color: #999;
}
.index_case .center .item_textbx_r i {
  font-size: 1rem;
  color: #111;
  margin-right: 1.25rem;
}
.index_case .center .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_new {
  padding: 3.75rem 0;
  background-color: #eef6fd;
}
.index_new .head {
  margin-bottom: 4.375rem;
}
.index_new .head .newnav li:not(:last-child) {
  margin-right: 3.75rem;
}
.index_new .head .newnav li:hover {
  cursor: pointer;
}
.index_new .head .newnav li.active span::after {
  width: 2.5rem;
}
.index_new .head .newnav li span {
  position: relative;
  display: block;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  color: #111;
  font-weight: 400;
  line-height: 1em;
}
.index_new .head .newnav li span::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0.125rem;
  background-color: #05a1e9;
}
.index_new .center_l {
  position: relative;
  width: 50%;
  padding-right: 0.875rem;
  margin: -2.5rem 0;
  overflow: hidden;
}
.index_new .center_l::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 83%;
  background-color: rgba(153, 153, 153, 0.1);
}
.index_new .center_l_list {
  display: none;
}
.index_new .center_l_list.active {
  display: block;
}
.index_new .center_l_list .item {
  position: relative;
  padding: 2.5rem 0;
}
.index_new .center_l_list .item:not(:last-child) {
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
}
.index_new .center_l_list .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_new .center_l_list .item:hover .item_textbx .text h4 {
  color: #65a0f0;
}
.index_new .center_l_list .item_imgbx {
  width: 40%;
  aspect-ratio: 8/5;
  overflow: hidden;
}
.index_new .center_l_list .item_textbx {
  width: 60%;
  padding-left: 0.875rem;
}
.index_new .center_l_list .item_textbx .text {
  margin-bottom: 10%;
  width: 100%;
}
.index_new .center_l_list .item_textbx .text h4 {
  font-size: 1.25rem;
  color: #111;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 0.75rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_new .center_l_list .item_textbx .text .intro p {
  font-size: 0.875rem;
  color: #999999;
  font-weight: 400;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_new .center_l_list .item_textbx .time {
  font-size: 0.875rem;
  color: #bbb;
  font-weight: 700;
  line-height: 1em;
}
.index_new .center_r {
  width: 50%;
  padding-left: 3%;
}
.index_new .center_r .item {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: -6px 0px 14px 0px rgba(0, 20, 23, 0.03);
          box-shadow: -6px 0px 14px 0px rgba(0, 20, 23, 0.03);
}
.index_new .center_r .item.active {
  display: block;
}
.index_new .center_r .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_new .center_r .item:hover .item_textbx h4 {
  color: #65a0f0;
}
.index_new .center_r .item_imgbx {
  width: 100%;
  height: 60%;
  overflow: hidden;
}
.index_new .center_r .item_textbx {
  width: 100%;
  height: 40%;
  padding: 1.875rem;
  background-color: #fff;
}
.index_new .center_r .item_textbx h4 {
  font-size: 1.25rem;
  color: #111;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 1.875rem;
}
.index_new .center_r .item_textbx .intro p {
  font-size: 0.875rem;
  color: #999;
  font-weight: 400;
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_new .common_morebtn {
  margin: 3.125rem auto 0;
}
.index_footer {
  background-color: #211e1e;
}
.index_footer_content {
  padding: 5rem 0 1.5rem;
}
.index_footer_content .footnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index_footer_content .footnav ul li {
  position: relative;
  margin: 0 2rem;
}
.index_footer_content .footnav ul li:first-child {
  margin-left: 0;
}
.index_footer_content .footnav ul li:last-child {
  margin-right: 0;
}
.index_footer_content .footnav ul li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -2rem;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background-color: #fff;
  border-radius: 50%;
}
.index_footer_content .footnav ul li a {
  font-size: 1.125rem;
  color: #fff;
}
.index_footer_content .footnav ul li a:hover {
  color: #65a0f0;
}
.index_footer_content .center_l {
  padding-top: 4rem;
}
.index_footer_content .center_l ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.index_footer_content .center_l ul li i {
  font-size: 1.125rem;
  color: #999;
  margin-right: 0.5rem;
}
.index_footer_content .center_l ul li p {
  font-size: 1rem;
  color: #999;
  line-height: 1.5em;
}
.index_footer_content .center_r .imgbx {
  width: 11.25rem;
  margin-bottom: 1.25rem;
}
.index_footer_content .center_r .imgbx img {
  width: 100%;
  height: auto;
}
.index_footer_content .center_r p {
  font-size: 0.875rem;
  color: #fff;
}
.index_footer_content .center_r p span {
  font-size: 1.25rem;
  font-weight: 700;
}
.index_footer_copyright {
  height: 5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.index_footer_copyright .w1600 {
  height: 100%;
}
.index_footer_copyright p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}
.index_footer_copyright p a {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_footer_copyright p a:hover {
  color: #65a0f0;
}
.index_footer_copyright p:first-child a {
  margin-left: 0.5rem;
}

.website_moduleservice {
  padding: 4.375rem 0 3.125rem;
}
.website_moduleservice h3 {
  font-size: 2.25rem;
  color: #111;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  margin-bottom: 3.125rem;
}
.website_moduleservice .center_list .item {
  width: 19.4%;
  aspect-ratio: 31/30;
  padding: 2.15% 1.5%;
  background: linear-gradient(135deg, #33affa, #326efd);
  border-radius: 0.9375rem;
}
.website_moduleservice .center_list .item svg {
  font-size: 6.25rem;
}
.website_moduleservice .center_list .item_txt p {
  font-size: 1.375rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.8em;
}
.website_moduleadva {
  padding: 3.75rem 0;
  background-image: url(../images/website-bg.jpg);
}
.website_moduleadva h3 {
  font-size: 2.25rem;
  color: #111;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  margin-bottom: 3.125rem;
}
.website_moduleadva .center_l, .website_moduleadva .center_r {
  width: 31.25%;
}
.website_moduleadva .center_l_item:not(:last-child), .website_moduleadva .center_r_item:not(:last-child) {
  margin-bottom: 5rem;
}
.website_moduleadva .center_l_item h4, .website_moduleadva .center_r_item h4 {
  font-size: 1.375rem;
  color: #111;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 1.875rem;
}
.website_moduleadva .center_l_item .intro p, .website_moduleadva .center_r_item .intro p {
  font-size: 0.875rem;
  color: #666;
  font-weight: 400;
  line-height: 2em;
}
.website_moduleadva .center_r h4 {
  text-align: right;
}
.website_moduleadva .center_r .intro p {
  text-align: right;
}
.website_moduleadva .center_img {
  width: 33.4%;
}
.website_moduleadva .center_img img {
  width: 100%;
  height: auto;
}
.website_moduledetect {
  padding: 6.25rem 0;
}
.website_moduledetect .center {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.website_moduledetect .center .item {
  position: relative;
  min-height: 21.875rem;
  padding: 3.75rem 2.5rem;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.website_moduledetect .center .item h4 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 1.875rem;
}
.website_moduledetect .center .item .intro p {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  line-height: 2em;
}
.website_moduledetect .center .item .bgimg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: auto;
}
.website_moduledetect .center .item .bgimg img {
  width: 100%;
  height: auto;
}
.website_moduledetect .center .item:first-child {
  grid-area: 1/1/2/2;
  background: #3772c9;
}
.website_moduledetect .center .item:nth-child(2) {
  grid-area: 1/2/2/3;
  background: #e89b6d;
}
.website_moduledetect .center .item:nth-child(3) {
  grid-area: 1/3/2/4;
  background: #007aff;
}
.website_moduledetect .center .item:nth-child(4) {
  grid-area: 2/1/3/2;
  background: #f3b149;
}
.website_moduledetect .center .item:nth-child(5) {
  grid-area: 2/2/3/4;
  background: #6774ea;
}
.website_moduledetect .center .item:nth-child(5) .item_txt {
  width: 40%;
}
.website_moduledetect .center .item:nth-child(5) .bgimg {
  bottom: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  height: 80%;
}
.website_moduledetect .center .item:nth-child(5) .bgimg img {
  width: 100%;
  height: 100%;
}
.website_modulecase {
  padding: 5rem 0;
  background-color: #f3f3f3;
}
.website_modulecase .center_l {
  position: relative;
  width: 58.85%;
  padding-left: 2.5rem;
  padding-top: 2.5rem;
  margin-left: 0;
}
.website_modulecase .center_l::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 30%;
  aspect-ratio: 1;
  background-color: #3274ff;
  z-index: 0;
}
.website_modulecase .center_l .website_swiper {
  z-index: 1;
}
.website_modulecase .center_l .swiperbtnbx {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 2;
}
.website_modulecase .center_l .swiperbtnbx .swiper-btn {
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background-color: #fff;
}
.website_modulecase .center_l .swiperbtnbx .swiper-btn span {
  font-size: 1.5rem;
  color: #333;
  font-weight: 400;
  line-height: 3.75rem;
}
.website_modulecase .center_l .swiperbtnbx .swiper-btn:hover {
  background-color: #65a0f0;
}
.website_modulecase .center_l .swiperbtnbx .swiper-btn:hover span {
  color: #fff;
}
.website_modulecase .center_r {
  width: 35%;
}
.website_modulecase .center_r .item {
  display: none;
  width: 100%;
  height: 100%;
  padding: 18% 0;
}
.website_modulecase .center_r .item.active {
  display: block;
}
.website_modulecase .center_r .item h4 {
  font-size: 1.75rem;
  color: #111;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 2.5rem;
}
.website_modulecase .center_r .item_intro p {
  font-size: 0.875rem;
  color: #666;
  font-weight: 400;
  line-height: 2.2em;
}
.website_modulecase .common_morebtn {
  margin: 3.125rem auto 0;
}
.website_brands {
  padding: 1.875rem 0;
  background-color: #fff;
}
.website_brands .brands_swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.website_brands .brands_swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

.applets_module1 {
  padding: 4.375rem 0 6.25rem;
  background: #f1f4fb;
}
.applets_module1 h3 {
  font-size: 2.125rem;
  color: #111;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 3.75rem;
}
.applets_module1 .center {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}
.applets_module1 .center .item {
  position: relative;
  padding: 3.125rem;
  background-color: #fff;
}
.applets_module1 .center .item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/applets_bg1.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.applets_module1 .center .item:hover::after {
  opacity: 1;
}
.applets_module1 .center .item:hover svg {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.applets_module1 .center .item:hover h4 {
  color: #65a0f0;
}
.applets_module1 .center .item svg {
  position: relative;
  font-size: 4rem;
  z-index: 2;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.applets_module1 .center .item h4 {
  position: relative;
  margin: 1.25rem 0;
  font-size: 1.25rem;
  color: #111;
  font-weight: 400;
  line-height: 1.5em;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 2;
}
.applets_module1 .center .item .intro {
  position: relative;
  z-index: 2;
}
.applets_module1 .center .item .intro p {
  font-size: 1rem;
  color: #aaa;
  font-weight: 400;
  line-height: 2em;
  text-align: center;
}
.applets_module1 .center .item:first-child {
  grid-area: 1/1/2/3;
}
.applets_module1 .center .item:nth-child(2) {
  grid-area: 1/3/2/5;
}
.applets_module1 .center .item:nth-child(3) {
  grid-area: 1/5/2/7;
}
.applets_module1 .center .item:nth-child(4) {
  grid-area: 2/1/3/4;
}
.applets_module1 .center .item:nth-child(4) .intro {
  max-width: 60%;
}
.applets_module1 .center .item:nth-child(5) {
  grid-area: 2/4/3/7;
}
.applets_module1 .center .item:nth-child(5) .intro {
  max-width: 60%;
}
.applets_module2 {
  background-image: url(../images/applets_bg3.jpg);
  width: 100%;
  height: 50rem;
}
.applets_module2 .center {
  position: relative;
  height: 100%;
}
.applets_module2 .center .item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10.625rem;
  height: 10.625rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.75rem 0 rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0.75rem 0 rgba(255, 255, 255, 0.2);
}
.applets_module2 .center .item p {
  font-size: 1.75rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5em;
}
.applets_module2 .center .item_ct {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24.125rem;
  height: auto;
  -webkit-box-shadow: 0 0 0.75rem 0 rgba(255, 255, 255, 0);
          box-shadow: 0 0 0.75rem 0 rgba(255, 255, 255, 0);
}
.applets_module2 .center .item_ct img {
  width: 100%;
  height: auto;
}
.applets_module2 .center .item_ct h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.125rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5em;
  white-space: nowrap;
}
.applets_module3 {
  padding: 4.375rem 0;
  background: #f1f4fb;
}
.applets_module3 h3 {
  font-size: 2.125rem;
  color: #111;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 3.75rem;
}
.applets_module3 .center {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 3.75rem;
}
.applets_module3 .center .item {
  position: relative;
  padding: 1.875rem 3.75rem;
  background: linear-gradient(135deg, #ffffff, #e6e7f0);
}
.applets_module3 .center .item i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6rem;
  height: 6rem;
  border: 1px solid #e0ebfc;
  border-radius: 50%;
  font-size: 2.75rem;
  color: #6198f0;
  z-index: 1;
}
.applets_module3 .center .item h4 {
  font-size: 1.125rem;
  color: #111;
  font-weight: 700;
  line-height: 1.5em;
  margin: 1rem 0;
  z-index: 1;
}
.applets_module3 .center .item .intro {
  z-index: 1;
}
.applets_module3 .center .item .intro p {
  font-size: 0.875rem;
  color: #999;
  font-weight: 400;
  line-height: 2em;
  text-align: center;
}
.applets_module3 .center .item:first-child {
  grid-area: 1/1/3/2;
}
.applets_module3 .center .item:first-child::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/applets_bg5.jpg) no-repeat center center;
  background-size: cover;
  z-index: 0;
}
.applets_module3 .center .item:nth-child(2) {
  grid-area: 1/2/2/3;
}
.applets_module3 .center .item:nth-child(3) {
  grid-area: 1/3/2/4;
}
.applets_module3 .center .item:nth-child(4) {
  grid-area: 2/2/3/3;
}
.applets_module3 .center .item:nth-child(5) {
  grid-area: 2/3/3/4;
}
.applets_module3 .solutionbtn {
  display: block;
  width: 12.5rem;
  margin: 0 auto;
  background: linear-gradient(135deg, #7cacf1, #5e9cf0);
  -webkit-box-shadow: 2px 3px 13px 0px rgba(6, 19, 84, 0.16);
          box-shadow: 2px 3px 13px 0px rgba(6, 19, 84, 0.16);
  border-radius: 1.5625rem;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  line-height: 3.125rem;
  text-align: center;
}
.applets_module4 {
  padding: 4.375rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9edf0));
  background: linear-gradient(180deg, #ffffff, #e9edf0);
}
.applets_module4 h3 {
  font-size: 2.125rem;
  color: #111;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 3.75rem;
}
.applets_module4 .center .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18.75%;
  aspect-ratio: 30/13;
  background-color: #fff;
  padding: 1.875rem 1.5%;
  margin-bottom: 1.5rem;
}
.applets_module4 .center .item .iconbx {
  width: 4.375rem;
  height: 4.375rem;
  background: #7cacf1;
  border-radius: 0.625rem;
}
.applets_module4 .center .item .iconbx img {
  width: auto;
  height: 50%;
}
.applets_module4 .center .item .textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding-left: 1.25rem;
}
.applets_module4 .center .item .textbx h4 {
  font-size: 1.125rem;
  color: #111;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 0.75rem;
}
.applets_module4 .center .item .textbx p {
  font-size: 0.875rem;
  color: #111;
  font-weight: 400;
  line-height: 1em;
  text-transform: capitalize;
}
.applets_module5 h3 {
  font-size: 2.125rem;
  color: #111;
  font-weight: 700;
  line-height: 6.875rem;
  text-align: center;
}
.applets_module5 .item {
  position: relative;
}
.applets_module5 .item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.applets_module5 .item .textbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.applets_module5 .item .textbx h4 {
  font-size: 1.75rem;
  color: #fff;
  font-weight: 400;
  line-height: 1em;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.applets_module5 .item .textbx .imgbx {
  width: 51%;
  max-height: 0;
  margin-top: 0;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.applets_module5 .item .textbx .imgbx img {
  width: 100%;
  height: 100%;
}
.applets_module5 .item .textbx:hover .imgbx {
  max-height: 15rem;
  margin-top: 2.5rem;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  visibility: visible;
  opacity: 1;
}

.case_navbox .center {
  height: 5.625rem;
}
.case_navbox .center li:not(:last-child) {
  margin-right: 4%;
}
.case_navbox .center li a {
  position: relative;
  display: block;
  padding-bottom: 0.875rem;
  font-size: 1.125rem;
  color: #111;
  font-weight: 400;
  line-height: 1em;
}
.case_navbox .center li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
      -ms-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.125rem;
  background: #00a0e9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.case_navbox .center li.active a::after, .case_navbox .center li:hover a::after {
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
.case_listbx .zhanweibx {
  display: block;
  width: 25%;
  height: 0;
}
.case_listbx .item {
  position: relative;
  width: 25%;
  overflow: hidden;
}
.case_listbx .item img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.case_listbx .item .textbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 12%;
  background-color: rgba(17, 17, 17, 0);
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.case_listbx .item .textbx h4 {
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 3.125rem;
  top: 1rem;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
  opacity: 0;
  -webkit-transition: all 0.4s linear 0.1s;
  transition: all 0.4s linear 0.1s;
}
.case_listbx .item .textbx .intro {
  position: relative;
  top: 1rem;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
  opacity: 0;
  -webkit-transition: all 0.4s linear 0.1s;
  transition: all 0.4s linear 0.1s;
}
.case_listbx .item .textbx .intro p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  line-height: 1.7em;
  text-align: center;
}
.case_listbx .item:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.case_listbx .item:hover .textbx {
  background-color: rgba(17, 17, 17, 0.5);
}
.case_listbx .item:hover .textbx h4 {
  top: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.case_listbx .item:hover .textbx .intro {
  top: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.casedetail_content .profile {
  padding: 6.25rem 0;
  background-image: url(../images/casedetail_bg1.jpg);
}
.casedetail_content .profile_imgbx {
  width: 18.125rem;
  height: auto;
}
.casedetail_content .profile_imgbx img {
  width: 100%;
}
.casedetail_content .profile_textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding-left: 3%;
}
.casedetail_content .profile_textbx .txt {
  width: 58%;
}
.casedetail_content .profile_textbx .txt h3 {
  font-size: 2.25rem;
  color: #111;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 1.875rem;
}
.casedetail_content .profile_textbx .txt .intro p {
  font-size: 1rem;
  color: rgba(17, 17, 17, 0.6);
  font-weight: 400;
  line-height: 1.7em;
}
.casedetail_content .profile_textbx .weblink {
  width: 12.125rem;
  height: 3.125rem;
  background: linear-gradient(135deg, #7cacf1, #5e9cf0);
  -webkit-box-shadow: 4px 6px 12px 0px rgba(84, 48, 6, 0.16);
          box-shadow: 4px 6px 12px 0px rgba(84, 48, 6, 0.16);
  border-radius: 1.5625rem;
}
.casedetail_content .profile_textbx .weblink span {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  line-height: 3.125rem;
  margin-right: 1.25rem;
}
.casedetail_content .profile_textbx .weblink i {
  font-size: 1.125rem;
  color: #fff;
}
.casedetail_content .detail {
  padding: 5rem 0;
}
.casedetail_content .detail_center {
  margin-bottom: 6.25rem;
}
.casedetail_content .detail_center img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 16px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 16px -6px rgba(0, 0, 0, 0.3);
}

.solution_module1 {
  padding: 7.5rem 0;
  background-image: url(../images/solution_bg2.jpg);
}
.solution_module1 .textbx {
  width: 38.4%;
}
.solution_module1 .textbx .txt {
  margin-bottom: 15%;
}
.solution_module1 .textbx .txt_hd {
  margin-bottom: 2.5rem;
}
.solution_module1 .textbx .txt_hd h3 {
  font-size: 2.25rem;
  color: #111;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0.625rem;
}
.solution_module1 .textbx .txt_hd span {
  font-size: 1.25rem;
  color: rgba(17, 17, 17, 0.5);
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
}
.solution_module1 .textbx .txt .intro p {
  font-size: 1rem;
  color: #111;
  font-weight: 400;
  line-height: 1.7;
}
.solution_module1 .textbx .contactbtn {
  width: 12.125rem;
  height: 3.125rem;
  background: linear-gradient(135deg, #7cacf1, #5e9cf0);
  -webkit-box-shadow: 4px 6px 12px 0px rgba(84, 48, 6, 0.16);
          box-shadow: 4px 6px 12px 0px rgba(84, 48, 6, 0.16);
  border-radius: 1.5625rem;
}
.solution_module1 .textbx .contactbtn span {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  line-height: 3.125rem;
  margin-right: 1.25rem;
}
.solution_module1 .textbx .contactbtn i {
  font-size: 1.125rem;
  color: #fff;
}
.solution_module1 .imgbx {
  width: 46.375%;
}
.solution_module1 .imgbx img {
  width: 100%;
  height: auto;
}
.solution_module2 {
  padding: 6.25rem 0;
  background-color: #f1f4fb;
}
.solution_module2 h3 {
  position: relative;
  margin-left: 1rem;
  margin-bottom: 1.875rem;
  font-size: 2.25rem;
  color: #111;
  font-weight: 700;
  line-height: 1em;
  z-index: 1;
}
.solution_module2 h3::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-35%, -37%);
      -ms-transform: translate(-35%, -37%);
          transform: translate(-35%, -37%);
  content: "";
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  background: linear-gradient(-60deg, #e0e8f4, #5e9cf0);
  border-radius: 50%;
  z-index: -1;
}
.solution_module2 .center .item {
  position: relative;
  width: 49.375%;
  height: auto;
}
.solution_module2 .center .item img {
  width: 100%;
  height: auto;
}
.solution_module2 .center .item_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), to(rgba(17, 17, 17, 0.7)));
  background: linear-gradient(180deg, rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.7));
  padding: 0 5%;
}
.solution_module2 .center .item_text_hd {
  margin-bottom: 2rem;
}
.solution_module2 .center .item_text_hd span,
.solution_module2 .center .item_text_hd h4 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
}
.solution_module2 .center .item_text_hd h4 {
  font-size: 1.625rem;
  margin-top: 0.875rem;
}
.solution_module2 .center .item_text_intro p {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  line-height: 2em;
}
.solution_module3 {
  padding: 6.25rem 0;
  background-image: url(../images/solution_bg3.jpg);
}
.solution_module3 h3 {
  width: 56.25%;
  font-size: 1.875rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.8em;
}
.solution_module3 .contactbtn {
  width: 12.125rem;
  height: 3.125rem;
  background: transparent;
  -webkit-box-shadow: 4px 6px 12px 0px rgba(84, 48, 6, 0.16);
          box-shadow: 4px 6px 12px 0px rgba(84, 48, 6, 0.16);
  border: 2px solid #fff;
  border-radius: 1.5625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.solution_module3 .contactbtn span {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  line-height: 3.125rem;
  margin-right: 1.25rem;
}
.solution_module3 .contactbtn i {
  font-size: 1.125rem;
  color: #fff;
}
.solution_module3 .contactbtn:hover {
  background-color: #65a0f0;
  border-color: #65a0f0;
}
.solution_module4 {
  padding: 6.25rem 0;
  background: #f1f4fb;
}
.solution_module4 h3 {
  position: relative;
  margin-left: 1rem;
  margin-bottom: 1.875rem;
  font-size: 2.25rem;
  color: #111;
  font-weight: 700;
  line-height: 1em;
  z-index: 1;
}
.solution_module4 h3::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-35%, -37%);
      -ms-transform: translate(-35%, -37%);
          transform: translate(-35%, -37%);
  content: "";
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  background: linear-gradient(-60deg, #e0e8f4, #5e9cf0);
  border-radius: 50%;
  z-index: -1;
}
.solution_module4 .center .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24%;
  aspect-ratio: 385/400;
  background: linear-gradient(135deg, #f1f4fb, #ffffff);
  -webkit-box-shadow: 3px 4px 15px 0px rgba(5, 20, 38, 0.12);
          box-shadow: 3px 4px 15px 0px rgba(5, 20, 38, 0.12);
  overflow: hidden;
}
.solution_module4 .center .item svg {
  font-size: 3.75rem;
  margin-bottom: 10%;
}
.solution_module4 .center .item h4 {
  font-size: 1.25rem;
  color: #111;
  font-weight: 700;
  line-height: 1em;
}
.solution_module4 .center .item_textbx {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(101%);
      -ms-transform: translateY(101%);
          transform: translateY(101%);
  width: 100%;
  height: 100%;
  padding: 12% 6%;
  background: linear-gradient(-45deg, #33a7ff, #0185ff);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.solution_module4 .center .item_textbx i {
  font-size: 3.25rem;
  color: #fff;
}
.solution_module4 .center .item_textbx h4 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  margin: 1.25rem 0;
}
.solution_module4 .center .item_textbx .intro p {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  line-height: 2em;
}
.solution_module4 .center .item:hover .item_textbx {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.about_content {
  padding: 6.25rem 0;
  background-image: url(../images/about_bg1.jpg);
}
.about_content h3 {
  font-size: 2.125rem;
  color: #111;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 4.375rem;
}
.about_content .detail p {
  font-size: 1rem;
  color: #111;
  font-weight: 400;
  line-height: 1.7em;
}
.about_content .detail img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.new_content {
  padding: 2.5rem 0;
}
.new_content .listbx {
  margin-bottom: 4.375rem;
}
.new_content .listbx .item {
  position: relative;
  padding: 1.875rem 0;
  border-bottom: 1px solid #e9e9e9;
}
.new_content .listbx .item:not(:last-child) {
  margin-bottom: 2.5rem;
}
.new_content .listbx .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.new_content .listbx .item:hover .item_text h4 {
  color: #65a0f0;
}
.new_content .listbx .item_time p {
  font-size: 2.125rem;
  color: #111;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 0.875rem;
}
.new_content .listbx .item_time span {
  font-size: 1.125rem;
  color: #999;
  font-weight: 400;
  line-height: 1em;
}
.new_content .listbx .item_imgbx {
  width: 13.75%;
  aspect-ratio: 11/7;
  overflow: hidden;
}
.new_content .listbx .item_imgbx img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new_content .listbx .item_text {
  width: 75%;
}
.new_content .listbx .item_text_l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding-right: 7%;
}
.new_content .listbx .item_text_l h4 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #111;
  line-height: 1em;
  margin-bottom: 1.25rem;
}
.new_content .listbx .item_text_l .intro p {
  font-size: 1rem;
  color: #919191;
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new_content .listbx .item_text_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid #65a0f0;
  border-radius: 50%;
}
.new_content .listbx .item_text_r i {
  font-size: 0.875rem;
  color: #65a0f0;
}

.newdetail_content {
  padding: 3.75rem 0;
}
.newdetail_content .title {
  margin-bottom: 1.875rem;
}
.newdetail_content .title h3 {
  font-size: 1.875rem;
  color: #111;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  margin-bottom: 1.25rem;
}
.newdetail_content .title .time p {
  font-size: 1rem;
  color: #666;
  font-weight: 400;
  line-height: 1em;
}
.newdetail_content .title .time p:first-child {
  margin-right: 3.125rem;
}
.newdetail_content .detail {
  margin-bottom: 3.125rem;
  padding-top: 1.875rem;
  border-top: 1px solid #ececec;
}
.newdetail_content .detail p {
  font-size: 0.875rem;
  color: #919191;
  font-weight: 400;
  line-height: 2em;
}
.newdetail_content .detail strong {
  font-weight: 700;
}
.newdetail_content .detail img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding: 0 1rem;
  }
  .Pcimg {
    display: none;
  }
  .Mimg {
    display: block;
  }
  .common_banner {
    width: 100%;
    height: 45vh;
    margin-top: 6rem;
  }
  .common_banner > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common_banner_text {
    top: 50%;
  }
  .common_banner_text h2 {
    font-size: 3rem;
  }
  .common_banner_text.applets .w1600 {
    padding-right: 0;
  }
  .common_navbox ul {
    overflow-x: auto;
  }
  .common_navbox ul li a {
    white-space: nowrap;
  }
  .common_pagebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common_pagebtn a {
    max-width: 100%;
  }
  .index_header {
    position: fixed;
    width: 100%;
    height: 6rem;
    background-color: #fff;
    z-index: 99;
  }
  .index_header .w1600 {
    height: 100%;
  }
  .index_header .navbx {
    display: none;
  }
  .index_header_nav {
    display: none;
  }
  .index_header_nav_M {
    display: block;
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 6rem);
    background: #fff;
    display: none;
    border-top: 1px solid #f0f1f2;
    overflow-y: scroll;
    z-index: 29;
  }
  .index_header_nav_M .cd-accordion-menu {
    width: 100%;
    border-top: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu ul {
    /* by default hide all sub menus */
    display: none;
  }
  .index_header_nav_M .cd-accordion-menu > li {
    padding: 0 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1,
  .index_header_nav_M .cd-accordion-menu > li .level2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 a,
  .index_header_nav_M .cd-accordion-menu > li .level2 a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i {
    display: none;
    color: #333;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.active,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i.active {
    display: block;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.icon-jianhao,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i.icon-jianhao {
    color: #ed1b24;
  }
  .index_header_nav_M .cd-accordion-menu a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: inset 0 -1px #f0f1f2;
            box-shadow: inset 0 -1px #f0f1f2;
    color: #333333;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0.875rem 0;
    line-height: 2rem;
  }
  .index_header_nav_M .cd-accordion-menu a > i {
    font-size: 1rem;
    font-weight: normal;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: 1.25rem;
  }
  .index_header_nav_M .has-children.active > .level1 > a {
    color: #65a0f0;
  }
  .index_header_nav_M .cd-accordion-menu ul a {
    -webkit-box-shadow: inset 0 -1px #f0f1f2;
            box-shadow: inset 0 -1px #f0f1f2;
    padding-left: 1.5rem;
  }
  .index_header_nav_M .cd-accordion-menu > li:last-of-type > a {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .index_header_nav_M .cd-accordion-menu ul ul a {
    padding-left: 3rem;
  }
  .index_header_nav_M .has-children > .dropdown > li > a {
    font-weight: normal;
  }
  .index_header_nav_M .cd-accordion-menu > li .level2 a {
    font-weight: 400;
  }
  .index_header .navbx {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .index_header .telbx {
    margin-left: 0;
    margin-right: 1rem;
  }
  .index_header .inner-header-icon {
    display: block;
    z-index: 99;
  }
  .index_banner {
    display: none;
  }
  .index_banner_M {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 6rem;
  }
  .index_banner_M .index_banner_swiper {
    width: 100%;
    height: auto;
  }
  .index_banner_M .index_banner_swiper .swiper-slide {
    position: relative;
    height: auto;
    padding: 0;
  }
  .index_banner_M .index_banner_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .index_banner_M .index_banner_swiper .swiper-slide-text {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .index_banner_M .index_banner_swiper .swiper-slide-text .textbd span {
    display: block;
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 1.5rem;
  }
  .index_banner_M .index_banner_swiper .swiper-slide-text .textbd p {
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.8em;
  }
  .index_banner_M .swiper-pagination {
    bottom: 1rem;
    font-size: 1.25rem;
    color: #999;
  }
  .index_hotservice {
    padding: 4rem 0;
  }
  .index_hotservice::before {
    width: 100%;
  }
  .index_hotservice::after {
    width: 0;
  }
  .index_hotservice .center .item {
    width: 100%;
  }
  .index_hotservice .center .item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .index_about {
    padding: 4rem 0;
  }
  .index_about .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_about .leftbx {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .index_about .leftbx .imgbx {
    margin-top: 1rem;
  }
  .index_about .rightbx {
    width: 100%;
  }
  .index_adva {
    padding: 4rem 0;
  }
  .index_adva .imgbx {
    display: none;
  }
  .index_adva .center {
    width: 100%;
  }
  .index_adva .center .index_common_title {
    margin-bottom: 2.5rem;
  }
  .index_adva .center .listbx .item {
    width: 50%;
  }
  .index_adva .center .listbx .item:first-child, .index_adva .center .listbx .item:last-child {
    display: none;
  }
  .index_case {
    padding: 4rem 0;
  }
  .index_case .index_common_title {
    margin-bottom: 2.5rem;
  }
  .index_case .center .item {
    width: 50%;
  }
  .index_new .head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2.5rem;
  }
  .index_new .head .newnav {
    width: 100%;
    margin-top: 2rem;
  }
  .index_new .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_new .center .center_l {
    width: 100%;
    margin-bottom: 1.25rem;
    padding-right: 0;
  }
  .index_new .center .center_l::after {
    display: none;
  }
  .index_new .center .center_r {
    width: 100%;
    padding-left: 0;
  }
  .index_new .center .center_r .item_textbx {
    height: auto;
  }
  .index_footer_content {
    padding: 4rem 0 2.5rem;
  }
  .index_footer_content .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_footer_content .footnav {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .index_footer_content .footnav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index_footer_content .footnav ul li {
    margin: 0 0.625rem;
  }
  .index_footer_content .footnav ul li:not(:last-child)::after {
    display: none;
  }
  .index_footer_content .footnav ul li:first-child {
    display: none;
  }
  .index_footer_content .center_l {
    padding-top: 0;
  }
  .index_footer_content .center_r {
    width: auto;
  }
  .index_footer_content .center_r .imgbx {
    width: 9rem;
  }
  .index_footer_content .center_r p {
    text-align: right;
    line-height: 1.8em;
  }
  .index_footer_copyright {
    padding: 0.5rem 0;
  }
  .index_footer_copyright p {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    line-height: 1.7em;
  }
  .index_footer_copyright p:last-child {
    display: none;
  }
  .website_moduleservice {
    padding: 4rem 0;
  }
  .website_moduleservice .center_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .website_moduleservice .center_list .item {
    width: 49%;
    margin-bottom: 1.25rem;
  }
  .website_moduleadva {
    padding: 4rem 0;
  }
  .website_moduleadva h3 {
    line-height: 1.5em;
  }
  .website_moduleadva .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .website_moduleadva .center_l, .website_moduleadva .center_r {
    width: 100%;
  }
  .website_moduleadva .center_l h4, .website_moduleadva .center_r h4 {
    text-align: center;
  }
  .website_moduleadva .center_l .intro p, .website_moduleadva .center_r .intro p {
    text-align: center;
  }
  .website_moduleadva .center_l_item:not(:last-child), .website_moduleadva .center_r_item:not(:last-child) {
    margin-bottom: 3rem;
  }
  .website_moduleadva .center_l {
    margin-bottom: 3rem;
  }
  .website_moduleadva .center_r h4 {
    text-align: center;
  }
  .website_moduleadva .center_r .intro p {
    text-align: center;
  }
  .website_moduleadva .center_img {
    display: none;
  }
  .website_moduledetect {
    padding: 4rem 0;
  }
  .website_moduledetect .center {
    display: block;
  }
  .website_moduledetect .center .item {
    width: 100%;
  }
  .website_moduledetect .center .item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .website_moduledetect .center .item:nth-child(5) .item_txt {
    width: 100%;
  }
  .website_moduledetect .center .item:nth-child(5) .bgimg {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    height: auto;
  }
  .website_modulecase .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .website_modulecase .center_l {
    width: 100%;
    padding: 0;
  }
  .website_modulecase .center_l .swiperbtnbx {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .website_modulecase .center_r {
    width: 100%;
  }
  .website_modulecase .center_r .item {
    padding: 2.5rem 0 0;
  }
  .applets_module1 {
    padding: 4rem 0;
  }
  .applets_module1 .center {
    display: block;
  }
  .applets_module1 .center .item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .applets_module2 {
    padding: 4rem 0;
    height: auto;
  }
  .applets_module2 .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10%;
  }
  .applets_module2 .center .item {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 1.25rem;
  }
  .applets_module2 .center .item_ct {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    text-align: center;
    height: auto;
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .applets_module2 .center .item_ct img {
    display: none;
  }
  .applets_module2 .center .item_ct h3 {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .applets_module3 {
    padding: 4rem 0;
  }
  .applets_module3 .center {
    display: block;
  }
  .applets_module3 .center .item {
    width: 100%;
  }
  .applets_module4 {
    padding: 4rem 0;
  }
  .applets_module4 .center .item {
    width: 49%;
  }
  .applets_module5 .center {
    display: block;
  }
  .applets_module5 .center .item {
    width: 100%;
    height: 30rem;
  }
  .applets_module5 .center .item .imgbx {
    max-height: 15rem;
    margin-top: 2.5rem;
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    visibility: visible;
    opacity: 1;
  }
  .solution_module1 {
    padding: 4rem 0;
  }
  .solution_module1 .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .solution_module1 .textbx {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .solution_module1 .imgbx {
    width: 100%;
  }
  .solution_module2 {
    padding: 4rem 0;
  }
  .solution_module2 .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .solution_module2 .center .item {
    width: 100%;
  }
  .solution_module2 .center .item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .solution_module2 .center .item_text {
    height: auto;
    padding: 1rem;
  }
  .solution_module3 {
    padding: 4rem 0;
  }
  .solution_module3 .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .solution_module3 h3 {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .solution_module4 {
    padding: 4rem 0;
  }
  .solution_module4 .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .solution_module4 .center .item {
    width: 100%;
    height: 23rem;
    aspect-ratio: unset;
    margin-bottom: 0.75rem;
  }
  .case_listbx .item {
    width: 50%;
  }
  .casedetail_content .profile {
    padding: 4rem 0;
  }
  .casedetail_content .profile .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .casedetail_content .profile_imgbx {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .casedetail_content .profile_textbx {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .casedetail_content .profile_textbx .txt {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .new_content {
    padding-top: 0;
  }
  .new_content .listbx .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .new_content .listbx .item_time {
    display: none;
  }
  .new_content .listbx .item_imgbx {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .new_content .listbx .item_text {
    width: 100%;
  }
  .new_content .listbx .item_text_l {
    width: 100%;
    padding-right: 0;
  }
  .new_content .listbx .item_text_r {
    display: none;
  }
  .newdetail_content .title h3 {
    line-height: 1.5em;
  }
  .about_content .detail p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_content .detail img {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .index_header .navmain {
    padding: 0 2%;
  }
  .index_header_navbox .logobox p {
    display: none;
    font-size: 0.875rem;
  }
  .index_header_nav_item .nav-level > a {
    font-size: 1rem;
    padding: 0 1rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 1451px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  :root {
    font-size: 16px !important;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1601px) {
  :root {
    font-size: 16px !important;
  }
}
@media (min-width: 1921px) and (max-width: 2300px) {
  :root {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 2301px) {
  :root {
    font-size: 18px !important;
  }
}