@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: calc(100vw / 120);
  overflow-x: hidden;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
button {
  /* border: none;
     */
}
.map img {
  max-width: inherit;
}
/* 取消链接高亮 */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
body {
  font-family: "sourcehansans"!important;
  font-display: swap;
  font-size: 1rem;
}
button:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
}
.w100 {
  width: 100%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.px {
  position: fixed;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
input:focus,
textarea:focus {
  outline: none;
}
.overh {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ta {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.displaynone {
  display: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.book {
  border: 1px solid #000;
}
.db {
  display: block;
}
.dnb {
  display: inline-block;
}
.flight {
  font-weight: lighter;
}
.fbold {
  font-weight: bold;
}
.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}
.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}
.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.f48 {
  font-size: 48px;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p15 {
  padding: 15px;
}
.w50 {
  width: 50%;
}
.bd {
  font-weight: bold;
}
.wen_hied2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hide {
  overflow: hidden;
}
.container {
  padding: 0 14.4375rem;
  max-width: 100%;
}
.lunbo2 {
  display: none;
}
.lunbo .swiper-slide > img {
  animation: banner 20s infinite;
}
.lunbo-wz {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  color: #fff;
}
.lunbo-wz .div2 {
  font-size: 3.125rem;
  color: #fefefe;
  line-height: 1.3;
  z-index: 19;
  font-weight: bold;
}
.lunbo-wz .div1 {
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 1.278;
  margin-top: 1rem;
  line-height: 2;
}
.lunbo-wz .div1 img {
  display: inline-block;
  margin-right: 0.625rem;
}
.lunbo-wz .more {
  margin-top: 8.125rem;
}
.more a {
  width: 10rem;
  text-align: center;
  height: 3.125rem;
  font-size: 1rem;
  line-height: 3.125rem;
  border: 1px solid #fff;
  border-radius: 1.875rem;
  color: #fff;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.more a i {
  font-size: 0.75rem;
}
.more a span {
  position: relative;
  z-index: 2;
}
.more a::after {
  content: '';
  position: absolute;
  left: -100%;
  width: 100%;
  top: 0;
  height: 100%;
  background: #243678;
  border-radius: 1.875rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.more a:hover {
  background: #00FFFF;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.more a:hover::after {
  left: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  color: #fff;
  z-index: 999;
  line-height: 6.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header .container {
  padding: 0 3.75rem;
}
#header .img2 {
  display: none;
}
#header .nav-div .na-ul > li > a > i {
  opacity: 0;
  display: inline-block;
  margin-left: 0.125rem;
  font-size: 0.625rem;
}
#header .nav-div .na-ul > li:nth-child(2) .er-ul {
  width: 17.75rem;
  padding: 0.625rem;
}
#header .nav-div .na-ul > li:nth-child(2) .er-ul li {
  text-align: center;
  float: left;
  width: 50%;
}
#header .nav-div .na-ul > li:nth-child(2) .er-ul li:nth-child(1) {
  padding-top: 0;
}
#header .nav-div .na-ul > li:nth-child(2) .er-ul li a {
  padding: 0 1.5rem;
}
#header.active {
  line-height: 4rem;
  background: #FFf;
  box-shadow: 0.125rem 0.125rem 0.3125rem rgba(4, 84, 184, 0.05);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header.active .nav-div .na-ul > li > a > i {
  opacity: 1;
}
#header.active .img1 {
  display: none;
}
#header.active .img2 {
  display: inline-block;
}
#header.active .nav-div .na-ul > li > a {
  color: #0050B4;
}
#header.active .deng-div .yu-div a {
  background-image: linear-gradient(to right, #0050B4, #509efe);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header.active .deng-div .yu-div a:hover {
  background-image: linear-gradient(to right, #0050B4, #0050B4);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header.active .deng-div .dian-div {
  color: #0050B4;
}
#header.active .deng-div .dian-div span {
  background: #0050B4;
  color: #FFF;
}
#header.active .deng-div .dian-div span i {
  color: #FFF;
}
#header .nav-div .na-ul > li {
  float: left;
  position: relative;
}
#header .nav-div .na-ul > li .er-ul {
  background: #012758;
  padding: 0.5rem 0;
  visibility: hidden;
  top: 90%;
  min-width: 8.125rem;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  border-radius: 0.625rem;
}
#header .nav-div .na-ul > li .er-ul::after {
  content: "";
  position: absolute;
  border-top: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid #012758;
  border-left: 0.9375rem solid transparent;
  border-right: 0.9375rem solid transparent;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  top: -1.25rem;
}
#header .nav-div .na-ul > li .er-ul li {
  font-size: 1rem;
  line-height: 2;
  color: #FFFFFF;
}
#header .nav-div .na-ul > li .er-ul li a {
  color: #fff;
  display: block;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header .nav-div .na-ul > li .er-ul li a:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background-image: linear-gradient(to right, #0050B4, #509efe);
}
#header .nav-div .na-ul > li:hover .er-ul {
  visibility: visible;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header .nav-div .na-ul > li > a {
  font-size: 1.125rem;
  color: #fff;
  padding: 0 3.125rem;
  display: block;
  overflow: hidden;
  position: relative;
}
#header .nav-div .na-ul > li:hover > a > i {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -moz-transform: rotate(-180deg);
  /* Firefox */
  -webkit-transform: rotate(-180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-180deg);
}
#header .nav-div .na-ul > li:hover > a,
#header .nav-div .na-ul > li.active > a {
  font-weight: bold;
}
#header .nav-div .na-ul > li:hover > a::after,
#header .nav-div .na-ul > li.active > a::after {
  left: 0%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header .deng-div .yu-div a {
  display: inline-block;
  width: 8.125rem;
  font-size: 0.875rem;
  border: 1px solid #fff;
  border-radius: 1.875rem;
  line-height: 2.375rem;
  text-align: left;
  color: #fff;
  text-align: center;
}
#header .deng-div .yu-div a i {
  font-size: 0.875rem;
  display: inline-block;
  margin-left: 0.3125rem;
}
#header .deng-div .dian-div {
  font-size: 1rem;
  color: #FFFFFF;
  margin-left: 3.125rem;
  text-align: center;
}
#header .deng-div .dian-div i {
  font-size: 1rem;
  font-weight: lighter;
}
#header .deng-div .dian-div span {
  display: inline-block;
  margin-left: 1.5rem;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 1.875rem;
}
#header .yu-div {
  display: inline-block;
}
#header .yu-div a {
  color: #fff;
}
#header .yu-div a.active {
  color: #243678;
}
@keyframes scrool {
  0% {
    bottom: 2%;
  }
  50% {
    bottom: 4%;
  }
  100% {
    bottom: 2%;
  }
}
@keyframes banner {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.lunbo .swiper-pagination1 {
  text-align: center;
  display: inline-block;
}
.lunbo .page {
  width: 30%;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  bottom: 10%;
}
.lunbo .page .xian-spa {
  display: inline-block;
  width: 0rem;
  height: 0.125rem;
  background: #ccc;
  position: relative;
  top: -0.1875rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  margin-left: 0.625rem;
  overflow: hidden;
}
.lunbo .page .xian-spa::after {
  content: '';
  position: absolute;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: #fff;
}
.lunbo .page .swiper-pagination-bullet {
  margin: 0 2.1875rem;
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  line-height: 2.5rem;
  font-size: 1rem;
  color: #FFFFFF;
}
.lunbo .page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #CCC;
}
.lunbo .page .swiper-pagination-bullet.swiper-pagination-bullet-active .xian-spa {
  width: 6.25rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.lunbo .page .swiper-pagination-bullet.swiper-pagination-bullet-active .xian-spa::after {
  left: 0;
  transition: 5000ms ease-in-out;
  -moz-transition: 5000ms ease-in-out;
  /* Firefox 4*/
  -webkit-transition: 5000ms ease-in-out;
  /* Safari and Chrome*/
  -o-transition: 5000ms ease-in-out;
}
.lunbo .page .swiper-button-prev {
  left: auto;
}
.lunbo .page .swiper-button-next {
  left: auto;
}
.lunbo .page .swiper-button-prev,
.lunbo .page .swiper-button-next {
  display: inline-block;
  position: relative;
  width: 2.5rem;
  top: auto;
  margin-top: 0;
  height: 2.5rem;
  background: transparent;
  border-radius: 100%;
  text-align: center;
  line-height: 2.5rem;
  color: #fff;
  border: 1px solid #fff;
}
.head .hd-en {
  font-size: 4.0625rem;
  text-transform: uppercase;
  font-family: 'Alibaba PuHuiTi-H';
  font-weight: bold;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
  -webkit-text-fill-color: transparent;
}
.head .hd-cn {
  font-weight: bold;
  font-size: 2.1875rem;
  color: #000000;
  position: relative;
  margin-top: -3.125rem;
  display: inline-block;
}
.head .hd-cn span {
  position: absolute;
  width: 3.24rem;
  display: inline-block;
  overflow: hidden;
  height: 0.125rem;
  bottom: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  background: #00FFFF;
}
.head .hd-cn span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: 0.25rem;
  height: 0.125rem;
  background: #243678;
  z-index: 2;
  opacity: 1;
  -webkit-animation: animationMove 3s infinite linear;
  -moz-animation: animationMove 3s infinite linear;
  -o-animation: animationMove 3s infinite linear;
  animation: animationMove 3s infinite linear;
}
.index-service {
  padding: 9rem 0 6.875rem;
  background: url(../img/2.jpg) no-repeat;
  background-size: cover;
}
.index-service .service-ul {
  text-align: center;
  position: relative;
  margin-top: 3.125rem;
}
.index-service .service-ul::before {
  content: '';
  position: absolute;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  top: 40%;
  height: 0.0625rem;
  z-index: 1;
  border-bottom: 0.125rem dashed #00FFFF;
}
.index-service .service-ul li {
  float: left;
  width: 16.6666%;
  text-align: center;
  cursor: pointer;
}
.index-service .service-ul li .yauna {
  width: 10rem;
  display: inline-block;
  height: 10rem;
  line-height: 10rem;
  text-align: center;
  position: relative;
}
.index-service .service-ul li .yauna > img {
  width: 4.0625rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-service .service-ul li .yauna:hover > img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: rotateZ(180deg);
}
.index-service .service-ul li .yauna::after {
  content: '';
  position: absolute;
  /* IE 9 */
  /* Firefox */
  /* Safari 和 Chrome */
  width: 15.75rem;
  height: 15.625rem;
  background: url(../img/8.png) no-repeat;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  z-index: 1;
}
.index-service .service-ul li .yauna img {
  position: relative;
  z-index: 2;
}
.index-service .service-ul li .yan-p {
  font-size: 1.125rem;
  color: #000000;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 1.25rem;
}
.baihd .hd-cn {
  color: #FFFFFF;
}
.index-solution {
  padding: 8.4375rem 0 7.5rem;
  background: url(../img/3.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-solution .container {
  position: relative;
  z-index: 3;
}
.solution-con {
  margin-top: 3.125rem;
}
.solution-con .sou-div {
  box-shadow: 0 0 0.625rem 0.125rem rgba(4, 84, 184, 0.1);
  background: #fff;
  border-radius: 1.875rem;
  padding: 1.125rem 3.125rem 3.125rem 3.125rem;
}
.solution-con .sou-div .sou-top > .fr > img {
  cursor: pointer;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.solution-con .sou-div .sou-top > .fr > img:hover {
  transform: rotateZ(-90deg);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.solution-con .sou-div .title {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  color: #212121;
  margin-top: 2.5rem;
 
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.solution-con .sou-div .sou-ul {
  padding: 1.25rem 0;
  font-size: 1rem;
  line-height: 2.1875rem;
  color: #949496;
  margin: 1.875rem 0;
  border-top: 0.0625rem solid #ccc;
  border-bottom: 0.0625rem solid #ccc;
}
.solution-con .sou-div .sou-ul li {
  text-decoration: underline;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.solution-con .sou-div .sou-ul li img {
  display: inline-block;
  margin-right: 0.9375rem;

}
.more1 a {
  font-size: 1rem;
  line-height: 2.1875rem;
  color: #243678;
}
.more1 a img {
  display: inline-block;
  margin-left: 0.625rem;
  position: relative;
  top: -0.125rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.more1 a:hover img {
  margin-left: 1.875rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-pro {
  background: url(../img/23.png) no-repeat;
  background-size: bottom center;
  padding: 8.125rem 0 7.5rem;
}
.index-pro .pro-ul {
  margin-top: 3.125rem;
}
.index-pro .pro-ul .swiper-container {
  padding: 2rem  1rem;
}
.index-pro .pro-ul .swiper-slide {
  padding: 1.125rem 0;
  float: left;
  text-align: center;
  background: url(../img/22.png) no-repeat;
  box-shadow: 0 0 0.625rem 0.125rem rgba(4, 84, 184, 0.1);
  background: #fff;
  border-radius: 1rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-pro .pro-ul .swiper-slide a {
  display: block;
}
.index-pro .pro-ul .swiper-slide a img {
  height: 4rem;
}
.index-pro .pro-ul .swiper-slide a .img2 {
  display: none;
}
.index-pro .pro-ul .swiper-slide a .wz-p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-top: 1.25rem;
  color: #212121;
}
.index-pro .pro-ul .swiper-slide:hover,
.index-pro .pro-ul .swiper-slide.active {
  background-image: linear-gradient(to right, #10d0f8, #3591ec);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-pro .pro-ul .swiper-slide:hover .img1,
.index-pro .pro-ul .swiper-slide.active .img1 {
  display: none;
}
.index-pro .pro-ul .swiper-slide:hover .img2,
.index-pro .pro-ul .swiper-slide.active .img2 {
  display: inline-block;
}
.index-pro .pro-ul .swiper-slide:hover .wz-p,
.index-pro .pro-ul .swiper-slide.active .wz-p {
  color: #fff;
}
.index-pro .pro-con .pro-div {
  display: none;
}
.index-pro .pro-con .pro-div .title {
  font-size: 1.875rem;
  padding-top: 6.25rem;
  line-height: 1.875rem;
  color: #212121;
}
.index-pro .pro-con .pro-div .title a {
  color: #212121;
}
.index-pro .pro-con .pro-div .miao {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #949496;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.index-pro .pro-con .pro-div .zhuo-div {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #949496;
}
.index-pro .pro-con .pro-div .zhuo-div a {
  color: #949496;
  display: block;
  margin-top: 1.25rem;
}
.index-pro .pro-con .pro-div .zhuo-div a img {
  display: inline-block;
  margin-right: 0.625rem;
}
.index-pro .pro-con .pro-div .pro-bot {
  margin-top: 4.375rem;
}
.index-pro .pro-con .pro-div .pro-bot .more a {
  background: #243678;
  position: relative;
  overflow: hidden;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-pro .pro-con .pro-div .pro-bot .more a span {
  position: relative;
  z-index: 2;
}
.index-pro .pro-con .pro-div .pro-bot .more a::after {
  content: '';
  position: absolute;
  left: -100%;
  width: 100%;
  top: 0;
  height: 100%;
  background: #00FFFF;
  border-radius: 1.875rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-pro .pro-con .pro-div .pro-bot .more a:hover {
  background: #00FFFF;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #243678;
}
.index-pro .pro-con .pro-div .pro-bot .more a:hover::after {
  left: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-pro .pro-con .pro-div .pro-bot .bo {
  position: relative;
  margin-top: -1.875rem;
  margin-left: 2.5rem;
}
.index-case {
  background: url(../img/24.png) no-repeat;
  background-size: cover;
  padding: 0rem 0 7.5rem;
}
.index-case .index-case-lunbo {
  margin-top: 3.125rem;
}
.index-case .index-case-lunbo .swiper-container {
  padding: 0.625rem 0.625rem 2rem;
}
.case-div {
  box-shadow: 0 0 0.625rem 0.125rem rgba(4, 84, 184, 0.1);
  overflow: hidden;
  border-radius: 1.875rem;
  background: url(../img/22.png) no-repeat;
  background-size: 100% 100%;
}
.case-div .wzi {
  width: 100%;
  height: 100%;
  left: -100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  top: 0;
  right: 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.875rem;
  bottom: 0;
  background: url(../img/36.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.case-div .wzi .wzi-div {
  width: 100%;
  padding: 15PX;
}
.case-div .wzi .wzi-div .zhai {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case-div .wzi .wzi-div .sp {
  margin-top: 1.875rem;
  font-family: Alibaba Sans;
  font-style: italic;
  font-size: 1rem;
}
.case-div .wzi .wzi-div .sp i {
  font-size: 0.625rem;
}
.case-div a {
  display: block;
}
.case-div a .title {
  background: #fff;
  text-align: center;
  font-size: 1.125rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  line-height: 2.1875rem;
  color: #000000;
  padding: 1.875rem 0;
}
.case-div .case-img {
  overflow: hidden;
  position: relative;
}
.case-div .case-img img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.case-div:hover .wzi {
  left: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.case-div:hover .case-img img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.index-about {
  background: url(../img/8.jpg) no-repeat;
  background-size: cover;
  padding: 7.5rem 0 15rem;
  background-attachment: fixed;
}
.index-about .head .hd-cn::after {
  left: 0;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.index-about .head .hd-cn {
  color: #fff;
}
.index-about .about-con {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin: 1.875rem 0 3.125rem;
}
.index-about .more a {
  background: #243678;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-about .more a span {
  position: relative;
  z-index: 2;
}
.index-about .more a::after {
  content: '';
  position: absolute;
  left: -100%;
  width: 100%;
  top: 0;
  height: 100%;
  background: #00FFFF;
  border-radius: 1.875rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-about .more a:hover {
  background: #00FFFF;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #243678;
}
.index-about .more a:hover::after {
  left: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.waves {
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  width: 100vw;
  height: 15vh;
  margin-bottom: -0.5rem;
  min-height: 6.25rem;
  max-height: 9.375rem;
}
.waves .content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}
/* Animation*/
.parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  -moz-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  -o-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
  -moz-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 7s;
  -moz-animation-duration: 7s;
  -o-animation-duration: 7s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
  -moz-animation-delay: -3s;
  -o-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
  -moz-animation-delay: -4s;
  -o-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 13s;
  -moz-animation-duration: 13s;
  -o-animation-duration: 13s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
  -moz-animation-delay: -5s;
  -o-animation-delay: -5s;
  animation-delay: -5s;
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  -o-animation-duration: 20s;
  animation-duration: 20s;
}
@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-5.625rem, 0, 0);
    transform: translate3d(-5.625rem, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(5.3125rem, 0, 0);
    transform: translate3d(5.3125rem, 0, 0);
  }
}
@-moz-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-5.625rem, 0, 0);
    -moz-transform: translate3d(-5.625rem, 0, 0);
    transform: translate3d(-5.625rem, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(5.3125rem, 0, 0);
    -moz-transform: translate3d(5.3125rem, 0, 0);
    transform: translate3d(5.3125rem, 0, 0);
  }
}
@-o-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-5.625rem, 0, 0);
    transform: translate3d(-5.625rem, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(5.3125rem, 0, 0);
    transform: translate3d(5.3125rem, 0, 0);
  }
}
@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-5.625rem, 0, 0);
    -moz-transform: translate3d(-5.625rem, 0, 0);
    transform: translate3d(-5.625rem, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(5.3125rem, 0, 0);
    -moz-transform: translate3d(5.3125rem, 0, 0);
    transform: translate3d(5.3125rem, 0, 0);
  }
}
.index-customers {
  background: url(../img/9.jpg) no-repeat;
  background-size: cover;
  padding: 7.9375rem 0;
}
.index-customers .a3_v1 {
  margin-top: 4.375rem;
}
.index-customers .a3_v2 .a3_v1liat1 li.on {
  color: #00FFFF;
}
.index-customers .a3_v1 {
  position: relative;
  z-index: 1;
}
.index-customers .picMarquee-left1 {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.index-customers .picList li a {
  display: block;
  font-size: 0;
  border: 1px solid #EFEEED;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.index-customers .picList li {
  float: left;
  width: 15.8125rem;
  margin-right: 1.5rem;
  background: #fff;
}
.index-customers .picList li a img {
  height: 6.25rem;
  object-fit: contain;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.index-customers .picList li:hover a {
  border-color: #00FFFF;
}
.index-customers .picList li:hover a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.index-digital {
  padding: 5rem 0;
  background: #243678;
}
.index-digital .digital-ul {
  margin-top: 3.75rem;
}
.index-digital .digital-ul li {
  text-align: left;
  float: left;
  width: 25%;
  padding-left: 6.25rem;
}
.index-digital .digital-ul li .tu {
  left: 0;
  width: 5.4375rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index-digital .digital-ul li .tu > img:nth-child(1) {
  width: 5.4375rem;
}
.index-digital .digital-ul li .tu .tu-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  width: 3.3125rem;
}
.index-digital .digital-ul li .p1 {
  font-size: 3.125rem;
  line-height: 1;
  color: #FFFFFF;
}
.index-digital .digital-ul li .p1 span {
  font-weight: bold;
}
.index-digital .digital-ul li .p1 sup {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  top: -1.6875rem;
}
.index-digital .digital-ul li .p2 {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #80A1D6;
  margin-top: 0.3125rem;
}
.index-new {
  background: #243678;
  padding: 5rem 0 10rem;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.index-new .index-new-lunbo {
  margin-top: 3.125rem;
  position: relative;
}
.index-new .index-new-lunbo .new-div {
  background: #FFFFFF;
  padding: 3.125rem;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
}
.index-new .index-new-lunbo .new-div .new-img {
  overflow: hidden;
  border-radius: 1.875rem;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 600ms ease-in-out;
  -moz-transition: 600ms ease-in-out;
  /* Firefox 4*/
  -webkit-transition: 600ms ease-in-out;
  /* Safari and Chrome*/
  -o-transition: 600ms ease-in-out;
  right: 0;
}
.index-new .index-new-lunbo .new-div .new-img img {
  height: 100%;
  width: 100%;
}
.index-new .index-new-lunbo .new-div .news-d {
  position: relative;
  z-index: 2;
}
.index-new .index-new-lunbo .new-div .data {
  font-size: 1rem;
  color: #949496;
}
.index-new .index-new-lunbo .new-div .title {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 1rem 0;
  text-transform: uppercase;
  color: #000000;
  height: 3.75rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-new .index-new-lunbo .new-div .title a {
  color: #000000;
}
.index-new .index-new-lunbo .new-div .zhai {
  font-size: 1rem;
  line-height: 1.5;
  height: 3rem;

  color: #949496;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-new .index-new-lunbo .new-div .zhai a {
  color: #949496;
  display: block;
}
.index-new .index-new-lunbo .new-div .more2 {
  margin-top: 3.125rem;
}
.index-new .index-new-lunbo .new-div .more2 a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #00FFFF;
}
.index-new .index-new-lunbo .new-div:hover .new-img {
  left: 0;
  transition: 600ms ease-in-out;
  -moz-transition: 600ms ease-in-out;
  /* Firefox 4*/
  -webkit-transition: 600ms ease-in-out;
  /* Safari and Chrome*/
  -o-transition: 600ms ease-in-out;
  opacity: 1;
}
.index-new .index-new-lunbo .new-div:hover .data {
  color: #FFFFFF;
}
.index-new .index-new-lunbo .new-div:hover .title a,
.index-new .index-new-lunbo .new-div:hover .zhai a {
  color: #FFFFFF;
}
.index-liu {
 
  
  padding: 3.125rem 0;
}
.index-liu .div1 {
  font-size: 2.1875rem;
  color: #FFFFFF;
}
.index-liu .div2 {
  font-size: 1.125rem;
  line-height: 2.1875rem;
  color: #FFFFFF;
  margin-top: 0.625rem;
}
.index-liu .huq-a {
  margin-top: 3.125rem;
}
.index-liu .huq-a a {
  display: inline-block;
  padding: 0.625rem 2.5rem;
  background: #fff;
  font-size: 1rem;
  line-height: 2.1875rem;
  border-radius: 1.875rem;
  color: #333333;
  position: relative;
  overflow: hidden;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-liu .huq-a a span {
  position: relative;
  z-index: 2;
}
.index-liu .huq-a a::after {
  content: '';
  position: absolute;
  left: -100%;
  width: 100%;
  top: 0;
  height: 100%;
  background: #243678;
  border-radius: 1.875rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-liu .huq-a a:hover {
  background: #243678;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #fff;
}
.index-liu .huq-a a:hover::after {
  left: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
footer {
  background: #333333;
}
.footer .foot-top {
  padding: 5rem 0 2.5rem;
}
.footer .foot-top .p1 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.0625rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.footer .foot-top .foot-ul li {
  margin-right: 4.3%;
  float: left;
}
.footer .foot-top .foot-ul li:last-child {
  margin-right: 0;
}
.footer .foot-top .foot-a {
  font-size: 1rem;
  letter-spacing: 0.0625rem;
  color: #AAAAAA;
  line-height: 2;
  margin-top: 0.3125rem;
}
.footer .foot-top .foot-a i {
  font-size: 1rem;
}
.footer .foot-top .foot-a > a {
  color: #AAAAAA;
  display: block;
  line-height: 2;
}
.footer .foot-top .foot-a > a:hover {
  color: #00FFFF;
}
.footer .foot-top .p2 {
  font-size: 1.75rem;
  letter-spacing: 0.0625rem;
  color: #00FFFF;
}
.footer .foot-bot {
  padding: 0.875rem 0;
  font-size: 0.9375rem;
  border-top: 0.0625rem solid #6e6e6e;
}
.footer .foot-bot .le {
  width: 70%;
  color: #717171;
}
.footer .foot-bot .re {
  color: #717171;
}
.footer .foot-bot .re a {
  color: #717171;
  display: inline-block;
  margin-left: 0.3125rem;
}
.footer .foot-bot .re a:hover {
  color: #00FFFF;
}
.footer .foot-bot .re span {
  display: inline-block;
  margin-left: 0.3125rem;
}
.zixu {
  position: fixed;
  left: 0%;
  z-index: 999;
  background: #FFFFFF;
  width: 15%;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
  overflow: hidden;
  bottom: 0.625rem;
}
.zixu .top {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  background: #243678;
  padding: 0.625rem 1.25rem;
}
.zixu .top .close {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.zixu .top .close span {
  width: 100%;
  display: inline-block;
  height: 0.125rem;
  background: #fff;
  position: relative;
  top: -0.3125rem;
}
.zixu .div1 {
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
}
.zixu .div2 {
  color: #5B5B5B;
}
.zixu .bot {
  padding: 1.25rem;
}
.zixu .zixun-ul {
  margin-top: 0.625rem;
}
.zixu .zixun-ul li {
  margin-bottom: 0.625rem;
  position: relative;
}
.zixu .zixun-ul li textarea {
  height: 4.6875rem;
  border: 1px solid #ccc;
  width: 100%;
  padding: 0.625rem;
  border-radius: 0.3125rem;
  resize: none;
  font-size: 1rem;
  color: #B0B4BB;
}
.zixu .zixun-ul li textarea::placeholder {
  font-size: 0.75rem;
  color: #B0B4BB;
}
.zixu .zixun-ul li i {
  position: absolute;
  color: #B0B4BB;
  left: 0.3125rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zixu .zixun-ul li input {
  padding-left: 1.5625rem;
  height: 2.125rem;
  border: 1px solid #ccc;
  border-radius: 0.3125rem;
  width: 100%;
  font-size: 1rem;
  color: #B0B4BB;
}
.zixu .zixun-ul li input::placeholder {
  font-size: 0.75rem;
  color: #B0B4BB;
}
.zixu .zixun-ul li button {
  padding: 0.625rem 1.875rem;
  background: #243678;
  color: #243678;
  font-size: 0.875rem;
  color: #FFFFFF;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  border: none;
  border-radius: 0.3125rem;
}
.zixu .zixun-ul li button:hover {
  background: #00FFFF;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #243678;
}
.color-page .swiper-pagination-progressbar {
  width: 80%;
  height: 0.125rem;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
}
.color-page .swiper-pagination-progressbar.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 0.1875rem;
  background: #00FFFF;
  margin-top: -0.0625rem;
}
.color-page .page1 {
  width: 15%;
  z-index: 2;
  right: 0;
  bottom: 0%;
}
.color-page .page1 .xian-spa {
  display: inline-block;
  width: 0rem;
  height: 0.125rem;
  background: #ccc;
  position: relative;
  top: -0.1875rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  margin-left: 0.625rem;
  overflow: hidden;
}
.color-page .page1 .xian-spa::after {
  content: '';
  position: absolute;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: #fff;
}
.color-page .page1 .swiper-pagination-bullet {
  margin: 0 2.1875rem;
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  line-height: 2.5rem;
  font-size: 1rem;
  color: #FFFFFF;
}
.color-page .page1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #CCC;
}
.color-page .page1 .swiper-pagination-bullet.swiper-pagination-bullet-active .xian-spa {
  width: 6.25rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.color-page .page1 .swiper-pagination-bullet.swiper-pagination-bullet-active .xian-spa::after {
  left: 0;
  transition: 5000ms ease-in-out;
  -moz-transition: 5000ms ease-in-out;
  /* Firefox 4*/
  -webkit-transition: 5000ms ease-in-out;
  /* Safari and Chrome*/
  -o-transition: 5000ms ease-in-out;
}
.color-page .page1 .swiper-button-prev {
  left: auto;
}
.color-page .page1 .swiper-button-next {
  left: auto;
}
.color-page .page1 .swiper-button-prev,
.color-page .page1 .swiper-button-next {
  display: inline-block;
  position: relative;
  width: 2.5rem;
  top: auto;
  margin-top: 0;
  height: 2.5rem;
  background: transparent;
  border-radius: 100%;
  text-align: center;
  line-height: 2.5rem;
  color: #fff;
  border: 1px solid #fff;
}
.color-page .page1 .pagd {
  margin: 0 1.875rem;
  color: #949496;
  color: #FFFFFF;
  width: auto;
  font-size: 1.125rem;
  line-height: 2.5rem;
}
.color-page .page1 .pagd .f-sp {
  color: #00FFFF;
}
.index-case .index-case-lunbo,
.lunbo2 {
  position: relative;
}
.index-case .index-case-lunbo .swiper-pagination,
.lunbo2 .swiper-pagination {
  width: 100%;
}
.index-case .index-case-lunbo .swiper-pagination .swiper-pagination-bullet,
.lunbo2 .swiper-pagination .swiper-pagination-bullet {
  width: 1.125rem;
  height: 0.3125rem;
  background: #ccc;
  margin: 0 0.625rem;
  border-radius: 0.3125rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-case .index-case-lunbo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.lunbo2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.5rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: #00FFFF;
}
.color-page1 .swiper-pagination-progressbar {
  background: #D6D6D6;
}
.color-page1 .page1 .pagd {
  color: #D6D6D6;
}
.color-page1 .page1 .swiper-button-prev,
.color-page1 .page1 .swiper-button-next {
  color: #D6D6D6;
  border: 1px solid #D6D6D6;
}
#particles-js1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#particles-js1 .particles-js-canvas-el {
  width: 100%;
  height: 100%;
}
.compensate-for-scrollbar {
  margin-right: 0rem !important;
}
/* 手机端样式*/
.sp_logo img {
  margin: auto;
  max-height: 1.875rem;
}
.sjj_nav a {
  letter-spacing: 0 0.125rem;
}
.sp_nav_se span:nth-of-type(1) {
  top: 0.625rem;
  transform: rotate(45deg);
}
.sp_nav_se span:nth-of-type(2) {
  width: 0;
}
.sp_nav_se span:nth-of-type(3) {
  top: 0.625rem;
  transform: rotate(-45deg);
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #eee;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  line-height: 2.5rem;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
}
.nav_show {
  top: 0;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 1.875rem;
  margin-top: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 0.0625rem #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 0.0625rem solid #ddd;
  border-bottom: 0.0625rem solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #243678;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 0.0625rem #ddd solid;
}
.sjj_nav ul li i {
  position: absolute;
  top: 0.3125rem;
  right: 0rem;
  border-left: 0.0625rem #ddd solid;
  height: 1.875rem;
  padding: 0rem 0.4375rem 0 0.4375rem;
}
.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s;
  position: relative;
  top: -0.3125rem;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav .bot > li {
  margin-left: 0.9375rem;
}
.sjj_nav ul li {
  border-top: 0.0625rem #ddd solid;
  margin-left: 0.625rem;
  position: relative;
  line-height: 2.5rem;
  font-size: 0.875rem;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 0.0625rem #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li a {
  color: #666;
  width: 80%;
}
.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 0.75rem;
}
.sjj_nav ul li i svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #243678;
}
.sjj_nav ul li ul li > ul {
  margin-left: 0.625rem;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.75rem;
  line-height: 3.75rem;
  background: #eee;
  border-bottom: 0.0625rem solid #ddd;
}
.sjj_nav .top .fl img {
  height: 2.5rem;
}
.sjj_nav .bot {
  margin-top: 3.75rem;
}
.pagination {
  justify-content: center;
}
.pagination li {
  width: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  border: 1px solid #ddd;
  margin: 0 0.125rem;
  border-radius: 50%;
  height: 2.5rem;
}
.pagination li.active {
  border-color: #3366CC;
  color: #fff;
  background: #3366CC;
}
.pagination li.active span {
  color: #fff;
}
.sjj_nav ul.bot > li:nth-child(2) {
  border-top: none;
}
.sjj_nav > ul > li:first-child {
  border-top: none;
}
.pagination li a {
  display: block;
}
.container {
  width: 100%;
  max-width: 100%;
}
.sjj_nav ul li a.w80 {
  display: inline-block;
  width: calc(100% - 2.1875rem);
}
.sjj_nav .bot > li:first-child form {
  padding-right: 0.9375rem;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 1.75rem;
  width: 100%;
  font-size: 0.75rem;
  color: #6F6F70;
  line-height: 1.75rem;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child input::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器*/
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child input:-moz-placeholder {
  /* Firefox版本4-18*/
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child input::-moz-placeholder {
  /* Firefox版本19+*/
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child input:-ms-input-placeholder {
  /* IE浏览器*/
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.75rem;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #6F6F70;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0;
  border: none;
}
.fix_ul li {
  border: none;
  background: #686868;
}
.fix_ul li:hover .right_div {
  right: 4.5rem;
  min-height: 4.5rem;
  line-height: 4.5rem;
}
.phone_logo {
  width: 10.625rem;
  line-height: 2.5rem;
  float: left;
}
.sjj_nav a {
  width: 10.625rem;
}
.rightfix1 {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
  z-index: 9000;
}
.rightfix1 .top {
  margin-bottom: 0.625rem;
}
.rightfix1 .top img {
  width: 4.375rem;
}
.rightfix1 .bot {
  width: 4.375rem;
}
.rightfix1 .bot li {
  background: #243678;
  text-align: center;
  margin-bottom: 0.3125rem;
  height: 4.375rem;
  border-radius: 0.1875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
  padding: 0 0.375rem;
}
.rightfix1 .bot li a {
  padding: 0.9375rem 0 0.625rem;
  display: block;
}
.rightfix1 .bot li a i {
  color: #fff;
  font-size: 1.25rem;
}
.rightfix1 .bot li a .text {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
}
.rightfix1 .bot li:hover {
  background: #00FFFF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix1 .bot li:hover a {
  color: #243678;
}
.rightfix1 .bot li:hover a i {
  color: #243678;
}
.rightfix1 .bot li:hover .text {
  color: #243678;
}
.rightfix1 .bot li:hover > div {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.rightfix1 .bot li > div {
  width: 9.375rem;
  background-color: #fff;
  padding: 0.625rem;
  min-height: 4.375rem;
  line-height: 3.125rem;
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  top: 0;
  right: 4.375rem;
  position: absolute;
}
@-webkit-keyframes animationMove {
  0% {
    -webkit-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }
  31% {
    -webkit-transform: translateX(-3.125rem);
    transform: translateX(-3.125rem);
  }
  71% {
    -webkit-transform: translateX(10.625rem);
    transform: translateX(10.625rem);
  }
  100% {
    -webkit-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }
}
@-moz-keyframes animationMove {
  0% {
    -moz-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }
  31% {
    -moz-transform: translateX(-3.125rem);
    transform: translateX(-3.125rem);
  }
  71% {
    -moz-transform: translateX(10.625rem);
    transform: translateX(10.625rem);
  }
  100% {
    -moz-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }
}
@-o-keyframes animationMove {
  0% {
    -o-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }
  31% {
    -o-transform: translateX(-3.125rem);
    transform: translateX(-3.125rem);
  }
  71% {
    -o-transform: translateX(10.625rem);
    transform: translateX(10.625rem);
  }
  100% {
    -o-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }
}
@keyframes animationMove {
  0% {
    -webkit-transform: translate(0rem, 0rem) rotate(0deg);
    -moz-transform: translate(0rem, 0rem) rotate(0deg);
    -o-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }
  31% {
    -webkit-transform: translateX(-3.125rem);
    -moz-transform: translateX(-3.125rem);
    -o-transform: translateX(-3.125rem);
    transform: translateX(-3.125rem);
  }
  71% {
    -webkit-transform: translateX(10.625rem);
    -moz-transform: translateX(10.625rem);
    -o-transform: translateX(10.625rem);
    transform: translateX(10.625rem);
  }
  100% {
    -webkit-transform: translate(0rem, 0rem) rotate(0deg);
    -moz-transform: translate(0rem, 0rem) rotate(0deg);
    -o-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }
}
.feng {
  margin-top: 0.4rem;
}
.feng .social-share .icon-weibo {
  border: 1px solid #666;
  color: #666;
}
.feng .social-share a {
  display: inline-block;
  line-height: 1.5625rem;
}
.tu-img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  cursor: pointer;
}
.tu-img:hover {
  transform: rotateY(90deg);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.case-img img {
  width: 100%;
}
.code-img img {
  width: 5.625rem;
  text-align: center;
}
.zhuo-div img {
  width: 1.125rem;
}
.lunbo .page .swiper-button-prev i,
.lunbo .page .swiper-button-next i {
  font-size: 1rem;
}
.index-solution .solution-con .sou-div .sou-ul li img {
  width: 1.25rem;
}
#header .nav-div .na-ul > li .er-ul li {
  line-height: 2;
}
.more1 a img {
  width: 0.9375rem;
}
.index-customers .head .hd-en img {
  width: 47.4375rem;
}
.index-about .head .hd-en img {
  width: 38.625rem;
}
.index-pro .pro-con .pro-div .pro-bot .bo img {
  width: 7.5rem;
}
.index-new .index-new-lunbo .new-div .more2 a i {
  font-size: 1rem;
}
.imq {
  width: 32.1875rem;
}
.log-div a img {
  width: 10.9375rem;
}
.zixu .zixun-ul li i {
  font-size: 1rem;
}
.feng img {
  width: 2.4375rem;
}
.feng .social-share .social-share-icon {
  border: 1px solid transparent;
  width: auto;
  height: auto;
  font-size: 1rem;
  color: #AAAAAA;
}
.feng .social-share .social-share-icon:hover {
  background: transparent;

  border: 1px solid  transparent;;
}
#wave {
  width: 100%;
  height: 15vh;
  overflow: visible;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer .foot-bot .le {
  padding-left: 4.25rem;
}
.footer .foot-top .foot-ul li:last-child .foot-a > a {
  display: inline-block;
}
.color-page {
  position: relative;
}
.color-page .swiper-button-next,
.color-page .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  border-radius: 100%;
  text-align: center;
  border: 1px solid #0050B4;
  background-image: linear-gradient(to right, #0050B4, #509efe);
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.color-page .swiper-button-next i,
.color-page .swiper-button-prev i {
  font-size: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.color-page .swiper-button-next::after,
.color-page .swiper-button-prev::after {
  color: #243678;
}
.color-page .swiper-button-next:hover,
.color-page .swiper-button-prev:hover {
  border: 1px solid #0050B4;
  background-image: linear-gradient(to right, #0050B4, #509efe);
  color: #FFF;
}
.color-page .swiper-button-next.swiper-button-disabled,
.color-page .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.color-page .swiper-button-next {
  right: -3.125rem;
}
.color-page .swiper-button-prev {
  left: -3.125rem;
}
.tempWrap {
  margin: 0 auto;
}
.feng .social-share a .ma-box {
  width: 7.25rem;
  bottom: 110%;
  padding: 0.625rem;
  opacity: 0;
  background: #FFF;
  box-shadow: 0 0 3px 5px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  left: -2.5rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.feng .social-share a .ma-box img {
  width: 100%;
}
.feng .social-share a:hover .ma-box {
  visibility: visible;
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.feng .social-share .social-share-icon span:nth-child(1) {
  text-align: center;
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  border-radius: 100%;
  border: 1px solid #ccc;
}
.feng .social-share .social-share-icon span:nth-child(1):hover {
  background: #243678;
}
.ban {
  position: relative;
}
.ban > img {
  width: 100%;
}
.ban .ban-wz {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
}
.ban .ban-wz .p1 {
  font-size: 2.8125rem;
  line-height: 1;
  font-weight: bold;
  color: #FFFFFF;
}
.ban .ban-wz .p2 {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-top: 1.375rem;
}
.wz-div {
  font-size: 1rem;
  line-height: 2.5rem;
  color: #949496;
  padding-top: 2.5rem;
}.wz-div span:last-child{
  display: none;
}
.wz-div a {
  color: #949496;
}
.wz-div a:hover,
.wz-div a.active {
  color: #243678;
}

.danye-con .head {
  margin-top: 6.3125rem;
}
.new-box .head .hd-en img {
  width: 47.5rem;
}
.new-box .new-box-list {
  margin-top: 3.75rem;
}
.new-box .new-box-list .new-ddiv {
  padding: 1.375rem;
  margin-bottom: 1.875rem;
  border: 1px solid #E0E0E0;
  border-radius: 0.9375rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-box .new-box-list .new-ddiv a img{
  height: 20.0625rem;
  object-fit: cover;
}
.new-box .new-box-list .new-ddiv .datas {
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 1.875rem;
  color: #949496;
}
.new-box .new-box-list .new-ddiv .titles {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-top: 0.625rem;
  height: 3.75rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-transform: uppercase;
  color: #000000;
}
.new-box .new-box-list .new-ddiv .titles a {
  color: #000000;
}
.new-box .new-box-list .new-ddiv .more2 {
  margin-top: 0.8125rem;
}
.new-box .new-box-list .new-ddiv .more2 a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #00FFFF;
}
.new-box .new-box-list .new-ddiv .more2 a i {
  font-size: 1rem;
}
.new-box .new-box-list .new-ddiv:hover {
  border: 1px solid transparent;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  box-shadow: 0 0 0.125rem 0.125rem rgba(4, 84, 184, 0.1);
}
.new-box .new-box-list .new-ddiv:hover .titles a {
  color: #0050B4;
}
body {
  overflow-y: hidden;
}
.case-boxs .case-div {
  margin-bottom: 2.5rem;
}
.miaos-wz {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #949496;
  margin-top: 1.875rem;
}
.lxlink {
  padding: 6.25rem 0;
}
.lxlink .box-link {
  margin-top: 2.0625rem;
}
.lxlink .box-link input {
  width: 100%;
  height: 3.4375rem;
  border-radius: 0.3125rem;
  padding-left: 0.9375rem;
  font-size: 1rem;
  border: 1px solid #e1e1e1;
  color: #949496;
  margin-bottom: 1.875rem;
}
.lxlink .box-link input::placeholder {
  font-size: 1rem;
  color: #949496;
}
.lxlink .box-link textarea {
  width: 100%;
  height: 13.375rem;
  border-radius: 0.3125rem;
  padding: 0.9375rem;
  font-size: 1rem;
  border: 1px solid #e1e1e1;
  resize: none;
  color: #949496;
  margin-bottom: 1.875rem;
}
.tjiao-btn {
  width: 10rem;
  text-align: center;
  height: 3.125rem;
  font-size: 1rem;
  line-height: 3.125rem;
  border: 1px solid #fff;
  border-radius: 1.875rem;
  background: #243678;
  color: #fff;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}
.lianxi-ul {
  margin: 3rem 0 0;
}
.lianxi-ul li {
  cursor: pointer;
  float: left;
  box-shadow: 0 0 0.625rem 0.125rem rgba(4, 84, 184, 0.1);
  padding: 1.875rem;
  width: 23%;
  margin: 0 1%;
  border-radius: 0.9375rem;
  /* Firefox 4 */
  /* Safari and Chrome */
  /* Opera */
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.lianxi-ul li .top-lx .p1 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
  font-weight: bold;
}
.lianxi-ul li .top-lx .p2 {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #949496;
  position: relative;
  padding-bottom: 0.625rem;
}
.lianxi-ul li .top-lx .p2::after {
  content: '';
  position: absolute;
  width: 1.25rem;
  height: 0.0625rem;
  left: 0;
  bottom: 0;
  background: #00FFFF;
}
.lianxi-ul li .top-lx .icon-box {
  right: 10%;
  top: 20%;
  width: 2.625rem;
  height: 2.625rem;
  text-align: center;
  border: 1px solid #243678;
  border-radius: 0.3125rem;
  line-height: 2.625rem;
}
.lianxi-ul li .top-lx .icon-box i {
  font-size: 1.25rem;
  color: #243678;
}
.lianxi-ul li .bot-lx {
  margin-top: 0.9375rem;
  font-size: 1rem;
  line-height: 1.875rem;
  height: 3.75rem;
  color: #949496;
}
.lianxi-ul li:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background-image: linear-gradient(to left, #0e5dc1, #0ff1f1);
}
.lianxi-ul li:hover .icon-box {
  border: 1px solid #fff;
}
.lianxi-ul li:hover .icon-box i {
  color: #fff;
}
.lianxi-ul li:hover .top-lx .p1 {
  color: #fff;
}
.lianxi-ul li:hover .top-lx .p2 {
  color: #fff;
}
.lianxi-ul li:hover .bot-lx {
  color: #fff;
}
.new-box-xing .le {
  width: 71%;
}
.new-box-xing .le .title {
  font-weight: bold;
  font-size: 2.1875rem;
  color: #000000;
}
.new-box-xing .le .xing-dta {
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #949496;
}
.new-box-xing .le .xing-nerong {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.9;
  color: #949496;
  padding: 1.875rem 0;
}
.new-box-xing .re {
  width: 26%;
}
.shangxia {
  margin-top: 1.875rem;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #949496;
}
.shangxia a {
  color: #949496;
}
.shangxia span {
  color: #000;
}
.shangxia .more a {
  background: #243678;
  color: #FFF;
}
.shangxia .more a span {
  color: #FFF;
}
.search-for {
  position: relative;
}
.search-for input {
  height: 3.25rem;
  border-radius: 1.875rem;
  width: 100%;
  border: 1px solid #CCC;
  padding-left: 0.9375rem;
  font-size: 1rem;
  color: #C9C9C9;
}
.search-for input::placeholder {
  font-size: 1rem;
  color: #C9C9C9;
}
.search-for button {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border: none;
  height: 100%;
}
.search-for button i {
  font-size: 1.25rem;
  color: #C9C9C9;
}
.new-tus-box {
  margin-top: 1.875rem;
  padding: 1.875rem;
  border-radius: 1.875rem;
  border: 1px solid #CCC;
}
.new-tus-box .p1 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #000000;
}
.new-tus-box .new-tus-box-ul li {
  font-size: 1rem;
  line-height: 3.75rem;
  color: #949496;
  border-bottom: 1px solid #CCC;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.new-tus-box .new-tus-box-ul li a {
  color: #949496;
}
.new-tus-box .new-tus-box-ul li a span {
  width: 0.5rem;
  height: 0.5rem;
  background: #00FFFF;
  border-radius: 100%;
  display: inline-block;
  margin-right: 1.1875rem;
}
.new-tus-box .new-tus-box-ul li a:hover {
  color: #243678;
}
.new-tus-box .new-tus-box-ul li a:hover span {
  background: #243678;
}
.big-biti {
  font-weight: bold;
  font-size: 1.875rem;
  color: #000000;
  padding-top: 5rem;
}
.superiority {
  background: #F1FAFF;
  margin-top: 4.375rem;
  padding-bottom: 9.375rem;
}
.superiority .superiorit-ul {
  margin-top: 2.25rem;
}
.superiority .superiorit-ul li {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #949496;
}
.superiority .superiorit-ul li span {
  color: #000;
  font-size: 1.125rem;
}
.superiority .superiorit-ul li::after {
  content: '';
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  position: absolute;
  background: #AEDAFF;
  top: 0.625rem;
  left: 0;
}
.property {
  padding: 0.0625rem 0 7.5rem;
  background: url(../img/3.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.property .property-lunbo {
  width: 90%;
  margin: 5.125rem auto 0;
}
.property .property-lunbo .swiper-container {
  padding: 3rem 0;
}
.property .property-lunbo .swiper-slide.swiper-slide-active .box-simg {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.property .property-lunbo .box-simg {
  padding: 1.25rem;
  background: #fff;
  border-radius: 1.25rem;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.property .property-lunbo .box-simg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../img/36.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
}
.property .property-lunbo .box-simg .honnerbox {
  z-index: 2;
  opacity: 0;
  text-align: center;
}
.property .property-lunbo .box-simg .honnerbox .yuan-icon {
  width: 3.1875rem;
  display: inline-block;
  height: 3.1875rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
  line-height: 3.1875rem;
}
.property .property-lunbo .box-simg .honnerbox .yuan-icon i {
  font-size: 1.25rem;
  color: #fff;
}
.property .property-lunbo .box-simg .honnerbox .biaoti {
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
.property .property-lunbo .box-simg:hover::after {
  opacity: 1;
  left: 0%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.property .property-lunbo .box-simg:hover .honnerbox {
  opacity: 1;
}
.company-box {
  margin-top: 2.5rem;
}
.company-box img {
  border-radius: 1.875rem;
}
.company-box .div2 {
  margin-top: 1.875rem;
}
.company-box .swiper-container .swiper-pagination-bullet-active {
  background: #fff;
}
.company-box .swiper-container .swiper-pagination {
  text-align: right;
  padding-right: 2.5rem;
}
.hpv-ban .head .hd-cn span {
  left: 0%;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  background: #00FFFF;
}
.hpv-ban .zhuo-div {
  margin-top: 3.0625rem;
  font-size: 1.125rem;
  line-height: 3.125rem;
  color: #FFFFFF;
}
.hpv-ban .zhuo-div img {
  display: inline-block;
  margin-right: 0.3125rem;
}
.painspot {
  margin-top: 3.75rem;
}
.painspot .painspot-box {
  padding: 1.875rem 2.5rem;
  background: #fff;
  margin-bottom: 2.5rem;
  border-radius: 1.25rem;
  box-shadow: 0 0 0.625rem 0.125rem rgba(4, 84, 184, 0.1);
}
.painspot .painspot-box .wen-box,
.painspot .painspot-box .da-box {
  padding-left: 2.7rem;
  height: 3.75rem;
}
.painspot .painspot-box .wen-box span,
.painspot .painspot-box .da-box span {
  font-size: 1rem;
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  border-radius: 100%;
  top: 0%;
 
}
.painspot .painspot-box .da-box {
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 1rem;
  color: #949496;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.painspot .painspot-box .da-box span {
  background-image: linear-gradient(to right, #FCA527, #E99813);
}
.painspot .painspot-box .wen-box {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.painspot .painspot-box .wen-box span {
  background-image: linear-gradient(to right, #69abfb, #0050B4);
}
@keyframes xz {
  form {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.advantages {
  background: url(../img/27.jpg) no-repeat;
  background-size: cover;
  padding: 0.0625rem 0 4.8125rem;
  margin-top: 5.875rem;
}
.advantages .advantages-box {
  margin-top: 3rem;
}
.advantages .advantages-box .advantages-div {
  padding: 2.8125rem 2.5rem;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 1.875rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.advantages .advantages-box .advantages-div .yuan {
  display: inline-block;
  width: 6.9375rem;
  height: 6.9375rem;
  background: url(../img/57.png);
  background-size: 100% 100%;
  padding: 0.7188rem;
  animation: xz 10s linear infinite;
  -webkit-animation: xz 10s linear infinite;
}
.advantages .advantages-box .advantages-div .yuan span {
  display: inline-block;
  width: 5.625rem;
  height: 5.625rem;
  background: url(../img/56.png);
  background-size: 100% 100%;
  line-height: 5.625rem;
  text-align: center;
  border-radius: 100%;
}
.advantages .advantages-box .advantages-div .p1 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000;
  margin-top: 1rem;
}
.advantages .advantages-box .advantages-div .p2 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #949496;
}
.advantages .advantages-box .advantages-div:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  box-shadow: 0 0 0.625rem 0.125rem rgba(4, 84, 184, 0.1);
  background: #FFF;
  border: 1px solid #00FFFF;
}
.map-img {
  margin-top: 7rem;
}
.company-team,
.new-box {
  padding-bottom: 7rem;
}
.neiyan-case {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.it-painspot-lunbo {
  margin-top: 3.75rem;
  margin-bottom: 7.75rem;
  text-align: center;
}
.it-painspot-lunbo .swiper-container {
  padding: 0.625rem;
}
.it-painspot-lunbo .icon-img img {
  height: 4.0625rem;
}
.it-painspot-lunbo .p1 {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #000000;
  position: relative;
}
.it-painspot-lunbo .p1 span {
  position: absolute;
  width: 2rem;
  display: inline-block;
  overflow: hidden;
  height: 0.125rem;
  bottom: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  background: #00FFFF;
}
.it-painspot-lunbo .p1 span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: 0.25rem;
  height: 0.125rem;
  background: #243678;
  z-index: 2;
  opacity: 1;
  -webkit-animation: animationMove 4s infinite linear;
  -moz-animation: animationMove 4s infinite linear;
  -o-animation: animationMove 4s infinite linear;
  animation: animationMove 4s infinite linear;
}
.it-painspot-lunbo .p2 {
  font-size: 1rem;
  margin-top: 1.5rem;
  line-height: 1.875rem;
  height: 3.75rem;
  color: #949496;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.it-painspot-lunbo .swiper-slide {
  border: 1px solid transparent;
}
.it-painspot-lunbo .swiper-slide {
  border-radius: 1.25rem;
  padding: 2.875rem 1.875rem;
  box-shadow: 0 0 0.625rem 0.125rem rgba(4, 84, 184, 0.1);
  cursor: pointer;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.it-painspot-lunbo .swiper-slide .icon-img img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.it-painspot-lunbo .swiper-slide:hover {
  background: #FFf;
  border: 1px solid #00FFFF;
  position: relative;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.it-painspot-lunbo .swiper-slide:hover .icon-img img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: rotateZ(180deg);
}
.it-mainfunction {
  background: #F1FAFF;
  padding: 6.875rem 0 3.75rem;
}
.mainfunction-box {
  margin-top: 3.75rem;
}
.mainfunction-box .le-box {
  display: table;
  width: 100%;
  height: 100%;
}
.mainfunction-box .le-box .wx-bos {
  padding: 0 2rem;
  display: table-cell;
  vertical-align: middle;
}
.mainfunction-box .divs {
  margin-bottom: 3.75rem;
}
.mainfunction-box .box-d {
  padding: 1.125rem;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 0 0.625rem 0.125rem rgba(4, 84, 184, 0.1);
}
.mainfunction-box .p1 {
  font-size: 1.875rem;
  line-height: 3.125rem;
  color: #000000;
}
.mainfunction-box .mainfunction-con {
  margin-top: 1.125rem;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #949496;
}
.mainfunction-box .mainfunction-con span {
  width: 0.625rem;
  height: 0.625rem;
  display: inline-block;
  border: 1px solid #AEDAFF;
  border-radius: 100%;
  margin-right: 0.3125rem;
}
.mainfunction-box .box-d1 {
  position: relative;
  z-index: 2;
}
.mainfunction-box .box-d1 img {
  width: 100%;
}
.mainfunction-box .bj-img1 {
  position: absolute;
  animation: xzreverse 5s linear infinite;
  -webkit-animation: xzreverse 5s linear infinite;
  left: -1.875rem;
  bottom: 10%;
  width: 5.0625rem;
}
.mainfunction-box .bj-img2 {
  position: absolute;
  right: 0rem;
  top: 8%;
  animation: xzreverse 10s linear infinite;
  -webkit-animation: xzreverse 10s linear infinite;
  width: 6.1875rem;
}
.mainfunction-box .bj-img3 {
  position: absolute;
  right: 0rem;
  top: 8%;
  animation: xzreverse 10s linear infinite;
  -webkit-animation: xzreverse 10s linear infinite;
  width: 5.0625rem;
}
.mainfunction-box .bj-img4 {
  position: absolute;
  left: -0.875rem;
  animation: xzreverse 10s linear infinite;
  -webkit-animation: xzreverse 10s linear infinite;
  bottom: -5%;
  width: 4.25rem;
}
.mainfunction-box .bj-img5 {
  position: absolute;
  right: -0.875rem;
  animation: xzreverse 10s linear infinite;
  -webkit-animation: xzreverse 10s linear infinite;
  bottom: 6%;
  width: 4.25rem;
}
.mainfunction-box .bj-img6 {
  position: absolute;
  right: 16%;
  animation: xzreverse 10s linear infinite;
  -webkit-animation: xzreverse 10s linear infinite;
  bottom: 6%;
  z-index: -1;
  width: 4.25rem;
}
.intellect-box1 {
  margin-top: 3.125rem;
}
.intellect-box1 .intellect-div1 {
  padding: 2.5rem 3.125rem;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 0 0.625rem 0.125rem rgba(4, 84, 184, 0.1);
}
.intellect-box1 .p1 {
  font-size: 1.875rem;
  line-height: 3.125rem;
  color: #000000;
}
.intellect-box1 .p2 {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #949496;
  height: 6.5625rem;
}
@keyframes xzreverse {
  form {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.intellect-box2 {
  padding: 7.875rem 0;
  margin: 7.5rem 0 0;
  background-image: linear-gradient(to right, #0050B4, #0050B4);
}
.intellect-box2 .p1 {
  font-size: 1.875rem;
  line-height: 3.125rem;
  color: #fff;
}
.intellect-box2 .p2 {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #fff;
}
.intellect-box2 .jian-ul li {
  margin-bottom: 2.5rem;
}
.intellect-box2 .jian-ul .anniu-div {
  font-size: 1.25rem;
  line-height: 4.375rem;
  padding: 0 2.125rem;
  color: #FFFFFF;
  display: inline-block;
  background: url(../img/69.png) no-repeat;
  background-size: 100% 100%;
}
.intellect-box2 .box-jiank {
  margin-top: 2.875rem;
}
.intellect-box2 .box-jiank .le {
  width: 30%;
}
.intellect-box2 .box-jiank .min {
  width: 40%;
  height: 100%;
  display: block;
  padding-top: 5%;
}
.intellect-box2 .box-jiank .re {
  width: 30%;
}
.intellect-box2 .box-imgs {
  height: 100%;
  display: table;
  width: 100%;
}
.intellect-box2 .box-imgs .box-s {
  display: table-cell;
  vertical-align: middle;
}
.intellect-box2 .box-imgs .box-s .img3 {
  width: 30.75rem;
}
.intellect-box2 .box-imgs .img3 {
  animation: xzreverse 30s linear infinite;
  -webkit-animation: xzreverse 30s linear infinite;
  width: 16.9375rem;
}
.intellect-box2 .box-imgs .img1 {
  animation: xzreverse 10s linear infinite;
  -webkit-animation: xzreverse 10s linear infinite;
  width: 19.125rem;
}
.intellect-box2 .box-imgs .img2 {
  animation: xzreverse 20s linear infinite;
  -webkit-animation: xzreverse 20s linear infinite;
}
.intellect-box3 {
  background: #F1FAFF;
  padding: 1rem 0 5rem;
  margin-bottom: 6.5rem;
}
.intellect-box3 .miaos-jc {
  font-size: 1.25rem;
  line-height: 2.5rem;
  color: #949496;
  margin-top: 1.25rem;
}
.intellect-box3 .miaos-jc span {
  font-size: 1.8125rem;
}
.intellect-box3 .head {
  margin-top: 6.5rem;
}
.ad-ban .ban-wz .p3 {
  font-size: 2.8125rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.ad-ban .ban-wz .p3 span {
  color: #3DD27E;
}
.ad-ban .ban-wz .p3 sub {
  color: #3DD27E;
}
.ad-ban .ban-wz .p4 {
  font-size: 3.4375rem;
  margin-top: 0.625rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.ad-ban .ban-wz .p4 span {
  color: #3DD27E;
}
.ad-ban .ban-wz .adban-btn {
  margin-top: 1.875rem;
  font-size: 1rem;
  color: #333333;
}
.ad-ban .ban-wz .adban-btn span {
  padding: 0.9375rem 2.5rem;
  margin-right: 1.5625rem;
  background: #fff;
  display: inline-block;
  border-radius: 1.875rem;
}
.adwz-box {
  position: relative;
  margin-top: -4rem;
}
.adwz-box .p1 {
  font-size: 1.875rem;
  color: #000;
}
.adwz-box .div1 {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #949496;
  margin-top: 0.625rem;
}
.adsingle {
  padding: 6.3125rem 0;
  background-image: linear-gradient(to right, #0050B4, #0050B4);
}
.adsingle .col-sm-12 img {
  width: 31.5625rem;
}
.adsingle .head .hd-cn span {
  left: 0%;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.adsingle .divs {
  font-size: 1.125rem;
  margin-top: 2.5rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  padding-right: 3.125rem;
}
.adsingle .adsingle-box {
  margin-top: 3.125rem;
  color: #FFFFFF;
  font-size: 1.125rem;
}
.adsingle .adsingle-box .adsingle-le {
  border: 1px solid #ccc;
  padding: 1.875rem 3.75rem;
  border-radius: 1.25rem;
  text-align: center;
}
.adsingle .adsingle-box .adsingle-le .p1 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #F7CF4F;
}
.adsingle .adsingle-box .adsingle-le .p1 span {
  font-style: italic;
  font-size: 2.8125rem;
  font-weight: bold;
}
.adsingle .adsingle-box .spanju {
  padding: 0 1rem;
  font-weight: bold;
  position: relative;
  margin-top: 2.75rem;
}
.small-box {
  padding: 8.4375rem 0 7.5rem;
  background: url(../img/3.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.small-box .yuan-xian {
  border: 1px solid #F7CF4F;
}
.small-box .small-box-con {
  margin-top: 4.5rem;
}
.small-box .small-box-con .row {
  margin-top: 2.5rem;
}
.small-box .yuan {
  color: #fff;
  margin: 0 1.875rem;
  border-radius: 100%;
  padding-top: 3.5rem;
  width: 13.75rem;
  height: 13.75rem;
  border: 1px solid #ccc;
  display: inline-block;
}
.small-box .yuan .p1 {
  font-size: 4.0625rem;
  color: #FFF;
  line-height: 1;
  text-align: center;
}
.small-box .yuan .p1 img {
  width: 2.1875rem;
}
.small-box .yuan .p2 {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFF;
  line-height: 1;
}
.small-box .yuan-color {
  border: 1px solid #F7CF4F;
}
.small-box .yuan-color .p1 {
  color: #F7CF4F;
}
.ad-mainfunction {
  margin-bottom: 0;
}
.collaboration-box {
  background: url(../img/27.jpg) no-repeat;
  background-size: cover;
  padding: 7.5rem 0;
  margin-bottom: 7.5rem;
}
.collaboration-box .collaboration-lunbo {
  margin-top: 3.75rem;
  text-align: center;
}
.collaboration-box .collaboration-lunbo .swiper-container {
  padding: 0.625rem;
}
.collaboration-box .collaboration-lunbo .icon-img img {
  height: 4.0625rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.collaboration-box .collaboration-lunbo .p1 {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #000000;
}
.collaboration-box .collaboration-lunbo .p2 {
  font-size: 1rem;
  margin-top: 0.5rem;
  line-height: 1.875rem;
  height: 7.5rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: #949496;
}
.collaboration-box .collaboration-lunbo .swiper-slide {
  border: 1px solid transparent;
}
.collaboration-box .collaboration-lunbo .swiper-slide {
  cursor: pointer;
  border-radius: 1.25rem;
  padding: 2.875rem 1.25rem;
  box-shadow: 0 0 0.625rem 0.125rem rgba(4, 84, 184, 0.1);
  background: #FFf;
}
.collaboration-box .collaboration-lunbo .swiper-slide:hover {
  background: #FFf;
  border: 1px solid #00FFFF;
}
.collaboration-box .collaboration-lunbo .swiper-slide:hover .icon-img img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  /* IE 9 */
  -moz-transform: scale(1.05);
  /* Firefox */
  -webkit-transform: scale(1.05);
  /* Safari 和 Chrome */
  -o-transform: scale(1.05);
}
.case-biaoti {
  font-size: 1.75rem;
  color: #1f2d3d;
  padding: 2rem 0 2rem;
  line-height: 2.25rem;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.case-biaoti::before {
  content: "";
  position: absolute;
  top: 2.25rem;
  left: -0.75rem;
  height: 2rem;
  border-left: 0.25rem solid #243678;
  border-radius: 2px;
}
.compliance-cons {
  background: #f1faff;
  padding: 5.625rem 0 6.75rem;
}
.compliance-cons .compliance-img {
  margin-top: 3.125rem;
}
.compliance-cons .mainfunction-box .divs {
  margin-bottom: 0.75rem;
}
.erh-container {
  padding: 5.9375rem 0;
}
.customer-box {
  background: #243678;
  padding: 7.5rem 0;
}
.customer-box .customer-nr {
  margin-top: 3.125rem;
  background: #FFF;
}
.customer-box .customer-nr .left {
  width: 20%;
}
.customer-box .customer-nr .left .customer-ul {
  background: #f6f7fb;
  line-height: 4.875rem;
  font-size: 1.25rem;
}
.customer-box .customer-nr .left .customer-ul li {
  padding: 0 3.75rem;
  cursor: pointer;
}
.customer-box .customer-nr .left .customer-ul li:hover,
.customer-box .customer-nr .left .customer-ul li.active {
  background: #00a1e2;
  color: #FFF;
}
.customer-box .customer-nr .re {
  width: 80% ;
  padding: 0.9375rem;
}
.customer-box .customer-nr .re .div1 {
  display: none;
}
.customer-box .customer-nr .re .nr1-div {
  font-size: 1rem;
  line-height: 2.1875rem;
  color: #949496;
  padding: 3.75rem 4.125rem 0;
}
.customer-box .customer-nr .re .sup1 {
  color: #aedaff;
  font-size: 6.25rem;
  line-height: 1;
  left: 5%;
  top: 15%;
}
.customer-box .customer-nr .re .sub1 {
  color: #aedaff;
  font-size: 6.25rem;
  line-height: 1;
  right: 5%;
  bottom: 0%;
}
.customer-box .customer-nr .re .ming-div {
  font-size: 1rem;
  line-height: 2.1875rem;
  color: #515151;
  padding-right: 4.125rem;
}
.customer-box .customer-nr .re .ming-div .xians {
  display: inline-block;
  width: 3.9375rem;
  height: 1px;
  background: #515151;
  position: relative;
  top: -0.1875rem;
  margin-right: 2.5rem;
}
.choose-us {
  padding: 6.0625rem 0 0.0625rem;
  background: #f1faff;
}
.erh-taem {
  padding-top: 6.75rem;
  margin-bottom: 6rem;
  margin-top: 0;
}
.ems-banbox {
  position: relative;
  margin-bottom: 5.625rem;
  margin-top: -13rem;
}
.ems-banbox .boxs-ems {
  padding: 1.875rem;
  box-shadow: 0 0 0.625rem 0.125rem rgba(4, 84, 184, 0.1);
  background: #FFF;
  border-radius: 0.625rem;
}
.ems-banbox .boxs-ems .p1 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
  margin-bottom: 1.25rem;
}
.mes-wenti {
  margin-bottom: 8.75rem;
}
.mes-wenti .mes-div {
  margin-top: 3.125rem;
}
.mes-wenti .mes-box {
  padding: 3.125rem 12.5rem 3.125rem 3.125rem;
  box-shadow: 0 0 0.625rem 0.125rem rgba(4, 84, 184, 0.1);
  border-radius: 0.625rem;
}
.mes-wenti .mes-box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.625rem;
  background: #c3cedb;
  left: 0;
  top: 0;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.mes-wenti .mes-box .p1 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #000000;
}
.mes-wenti .mes-box .p1 img {
  display: inline-block;
  margin-right: 0.3125rem;
}
.mes-wenti .mes-box .div2 {
  font-size: 1rem;
  line-height: 2.1875rem;
  color: #949496;
}
.mes-wenti .mes-box .div2 span {
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  background: #c3cedb;
  border-radius: 100%;
  position: relative;
  top: -0.225rem;
  margin-right: 1.875rem;
  margin-left: 0.3125rem;
}
.mes-wenti .mes-box .mes-imgs {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.5rem;
}
.mes-wenti .mes-box2::after {
  background: #00ffff;
}
.mes-wenti .mes-box2 .div2 span {
  background: #00ffff;
}
.ems-minfunction1 {
  background: #f1faff;
}
.ems-minfunction {
  padding: 6.25rem 0;
}
.ems-minfunction .mes-div {
  width: 50%;
  margin: 3rem auto 0;
}
.ems-minfunction .mes-div .mes-box {
  background: #FFF;
  padding: 2.8125rem 4.375rem;
}
.ems-minfunction .mes-div .mes-box .div2 {
  height: 12rem;
  margin-top: 1rem;
}
.ems-minfunction .mes-div .mes-imgs {
  top: 70%;
}
.ems-minfunction .sc-bg {
  text-align: center;
}
.ems-minfunction .sc-bg .p1 {
  font-size: 1.875rem;
  line-height: 3.125rem;
  color: #000000;
  margin-top: 3.125rem;
}
.ems-minfunction .sc-bg .p2 {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #949496;
}
.ems-minfunction .mainfunction-box .mainfunction-con > div {
  position: relative;
  padding-left: 1rem;
}
.ems-minfunction .mainfunction-box .mainfunction-con > div span {
  position: absolute;
  left: 0;
  top: 0.625rem;
}
.ems-minfunction3 {
  margin-bottom: 6rem;
}
.huoqu-liuyan {
  background: url(../img/3.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
}
.huoqu-liuyan .huoqu-box {
  width: 39.9375rem;
}
.huoqu-liuyan .head .hd-cn {
  margin-top: 0;
}
.huoqu-liuyan .miaos-wz {
  color: #fff;
}
.huoqu-liuyan .box-froms {
  margin-top: 2.5rem;
  background: #fff;
  padding: 2.5rem 4rem;
  border-radius: 0.625rem;
}
.huoqu-liuyan .box-froms .row {
  margin: 0 0 1.25rem;
}
.huoqu-liuyan .box-froms .col-sm-3 {
  font-size: 1rem;
  padding: 0;
  line-height: 2.25rem;
  color: #3f3f3f;
}
.huoqu-liuyan .box-froms .col-sm-3 sup {
  color: #DB0000;
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  top: 0.3rem;
}
.huoqu-liuyan .box-froms .col-sm-9 {
  padding: 0;
}
.huoqu-liuyan .box-froms input {
  width: 100%;
  height: 2.5rem;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  padding: 0% 0.9375rem;
  font-size: 1rem;
  color: #949496;
}
.huoqu-liuyan .box-froms select {
  width: 100%;
  height: 2.5rem;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  padding: 0% 0.9375rem;
  font-size: 1rem;
  color: #949496;
}
.it-advantages {
  margin-top: 0;
  margin-bottom: 7.625rem;
  background: url(../img/36.jpg) no-repeat;
  background-size: cover;
  padding-top: 8.875rem;
}
.it-advantages .it-painspot-lunbo .swiper-slide {
  background: #FFF;
}
.it-painspot-lunbo .swiper-slide {
  background: #FFF;
}
.solve-list .head .hd-en img {
  width: 39.6875rem;
}
.solve-list .head .hd-cn span {
  left: 0;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.solve-list .solve-miao {
  font-size: 1.375rem;
  line-height: 2.1875rem;
  margin-top: 2.0625rem;
  color: #949496;
}
.solve-list .solve-box {
  padding: 6.25rem 0;
}
.solve-list .solve-box .le {
  width: 49%;
}
.solve-list .solve-box .re {
  width: 40%;
}
.solve-list .solve-box:nth-child(2n) {
  background: #f1faff;
}
.solve-list .solve-box:nth-child(2n) .le {
  float: right;
}
.solve-list .solve-box:nth-child(2n) .re {
  float: left;
}
.hr-bg .head {
  margin-top: 0;
}
.hr-bg .head .hd-en img {
  height: 5rem;
  width: auto;
}
.hr-bg .hr-wz {
  width: 57%;
}
.hr-bg .solve-miao {
  font-size: 1.375rem;
  line-height: 2.1875rem;
  color: #FFFFFF;
  margin-top: 2.8125rem;
}
.hr-bg .head .hd-cn span {
  left: 0;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.solve-intellect {
  margin-top: 0;
  background: url(../img/45.jpg) no-repeat;
  background-size: cover;
}
.solve-intellect .p2 {
  margin-top: 2.5625rem;
}
.solve-intellect .box-jiank {
  margin-top: 5.125rem;
}
.solve-intellect .box-s {
  font-size: 1.875rem;
  line-height: 2.8125rem;
  color: #FFFFFF;
}
.solve-intellect .jian-ul li {
  position: relative;
}
.solve-intellect .jian-ul li::before {
  content: '';
  position: absolute;
  width: 2.4375rem;
  height: 2.5rem;
  background: url(../img/xian3.svg) no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.solve-intellect .jian-ul li::after {
  content: '';
  position: absolute;
  width: 15.5rem;
  height: 1px;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2.4375rem;
  background: rgba(255, 255, 255, 0.2);
}
.solve-intellect .jian-ul li {
  margin-bottom: 8.5rem;
}
.solve-intellect .jian-ul li:last-child {
  margin-bottom: 0;
}
.solve-intellect .box-jiank .min {
  padding-top: 0;
}
.solve-intellect .box-jiank .re .jian-ul li:nth-child(1) {
  right: 7.6rem;
}
.solve-intellect .box-jiank .re .jian-ul li:nth-child(3) {
  right: 6.5rem;
}
.solve-intellect .box-jiank .re .jian-ul li:nth-child(3)::after {
  width: 12.8125rem;
}
.solve-intellect .box-jiank .re {
  position: relative;
  left: -3.8rem;
}
.solve-intellect .le .jian-ul li::before {
  right: 0;
  left: auto;
}
.solve-intellect .le .jian-ul li::after {
  left: auto ;
  right: 2.4375rem;
}
.solve-intellect .le .jian-ul li:nth-child(1) {
  left: 7.6rem;
}
.solve-intellect .le .jian-ul li:nth-child(3) {
  left: 6.5rem;
}
.solve-intellect .le {
  position: relative;
  right: -3.8rem;
}
.solve-intellect2 .box-jiank .re .jian-ul li:nth-child(1)::after {
  width: 12.8125rem;
}
.solve-intellect2 .box-jiank .re .jian-ul li:nth-child(2)::after {
  width: 13.9125rem;
}
.solve-intellect2 .box-jiank .re .jian-ul li:nth-child(3) {
  right: 6.5rem;
}
.solve-intellect2 .box-jiank .re .jian-ul li:nth-child(3)::after {
  width: 15.4rem;
}
.solve-intellect2 .le .jian-ul li:nth-child(3)::after {
  width: 16.5rem;
}
.code-btn {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
  right: 0;
  height: 2.5rem;
  border: none;
  font-size: 1rem;
  border-radius: 0.3125rem;
}
.code-btn:hover {
  background: #243678;
  color: #fff;
}
.huoqu-liuyan .box-froms .code-box input {
  width: 55%;
}
.small-box .small-box-con .col-sm-9 {
  text-align: left;
}
.solu-img {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.color-page2 {
  position: relative;
}
.color-page2 .swiper-pagination {
  display: none;
  width: 100%;
}
.color-page2 .swiper-pagination .swiper-pagination-bullet {
  width: 1.125rem;
  height: 0.3125rem;
  background: #ccc;
  margin: 0 0.625rem;
  border-radius: 0.3125rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.color-page2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.5rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: #00FFFF;
}
.head .bai-hd {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}

#think_page_trace_open{
  display: none;
}
.index-solution  .sou-div{
  padding-left: 18.75rem;


}
.sou-img{
  left: 1.875rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

}
.sou-img img{
  width: 15.1875rem;

}
.sou-ul li .col-lg-2 img{
  height: 15.0625rem;
  
}
.sjb span{
  display: none;
}
@media (min-width: 2000px) {
  #header .nav-div .na-ul > li > a {
    font-size: 1rem;
  }
  .lunbo-wz .div1 {
    font-size: 1.25rem;
  }
  .log-div a img {
    width: 11.9375rem;
  }
  .footer .foot-top .p1 {
    font-size: 0.9rem;
  }
  .footer .foot-top .foot-a {
    font-size: 0.8rem;
  }
  .index-customers .a3_v1 {
    padding: 0 5rem;
  }
  .footer .foot-bot,
  .social-share a {
    font-size: 0.8rem;
  }
  .social-share span {
    font-size: 0.8rem;
  }
  #header {
    line-height: 5.25rem;
  }
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 10rem;
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 8rem;
  }
  .solve-intellect .container {
    padding: 0 5rem;
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 0.875rem;
  }
  .container {
    padding: 0 0.9375rem;
  }
}
@media (max-width: 767) {
  .container {
    padding: 0 0.9375rem;
  }
}
@media (max-width: 1700px) {
  .footer .foot-top .foot-ul li {
    margin-right: 2.3%;
  }
  .ems-banbox {
    margin-top: -8rem;
  }
}
@media (max-width: 1440px) {
  .zixu {
    width: 20%;
  }
  #header .nav-div .na-ul > li > a {
    padding: 0 2.2rem;
  }
  #header .nav-div .na-ul > li .er-ul{
    min-width: 10.125rem;
  }
  .ems-minfunction .mes-div .mes-box{
    padding: 1rem 2rem;
  }
}
@media (max-width: 1300px) {
  #header .nav-div .na-ul li a {
    padding: 0 2rem;
  }
  .footer .foot-top .foot-ul li {
    margin-right: 1.3%;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 3rem;
  }
  .solve-intellect .container {
    padding: 0 3rem;
  }#header .nav-div .na-ul > li .er-ul {
    min-width: 14.125rem;
}#header .nav-div .na-ul > li:nth-child(2) .er-ul {
  width: 17.75rem;

}
}
@media (max-width: 990px) {
  .hr-bg .solve-miao {
    font-size: 1rem;
    line-height: 1.5;
  }
  .solve-list .solve-box {
    padding: 3rem 0;
  }
  .ems-minfunction .mes-div {
    width: 89%;
  }
  .zixu {
    width: 40%;
  }
  #header {
    display: none;
  }
  .footer {
    display: block;
  }
  body {
    padding: 3.75rem 0 0;
  }
  .lunbo-wz .div2 {
    font-size: 2rem;
  }
  .lunbo-wz .div1 {
    font-size: 1rem;
    color: #ffffff;
  }
  .lunbo-wz .more {
    margin-top: 1rem;
  }
  .index-service .service-ul li .yauna {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
  .index-service .service-ul li .yauna::after {
    width: 7rem;
    height: 7rem;
  }
  .index-service {
    padding: 3rem 0;
  }
  .index-solution {
    padding: 3rem 0;
  }
  .index-solution .solution-con .sou-div {
    padding: 1rem;
  }
  .index-solution .solution-con .sou-div .title {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  .index-solution .solution-con .sou-div {
    border-radius: 1rem;
  }
  .index-solution .solution-con .sou-div .sou-top .fr {
    width: 20%;
  }
  .index-solution .solution-con .sou-div .sou-top .fr img {
    width: 6.75rem;
  }
  .index-solution .solution-con .sou-div .sou-ul {
    padding: 0.625rem 0;
  }
  .index-pro {
    padding: 3rem 0;
  }
  .index-about {
    padding: 3rem 0 7rem;
  }
  .head .hd-cn {
    font-size: 1.5rem;
    margin-top: -1rem;
  }
  .index-digital .digital-ul li .p1 {
    font-size: 1.5rem;
  }
  .index-digital .digital-ul li .p1 sup {
    margin-top: 0.5rem;
  }
  .index-digital .digital-ul li .tu {
    width: 3.75rem;
  }
  .index-digital .digital-ul li .tu .tu-img {
    width: 2.5rem;
  }
  .index-digital .digital-ul li {
    width: 50%;
    text-align: left;
    margin-bottom: 1.25rem;
  }
  .index-digital .digital-ul {
    width: 70%;
    display: inline-block;
  }
  .index-digital,
  .index-new {
    padding: 3rem 0;
  }
  .index-customers {
    padding: 3rem 0;
  }
  .index-customers .a3_v1 {
    margin-top: 2rem;
  }
  .hd-en img {
    height: 3.125rem;
  }
  .index-liu .div1 {
    font-size: 1.4rem;
    color: #FFFFFF;
  }
  .index-liu .div2 {
    font-size: 1rem;
  }
  .index-liu .huq-a {
    margin-top: 1rem;
  }
  .footer .foot-top {
    padding-top: 2.5rem;
  }
  .lunbo .page {
    width: 54%;
  }
  .footer .foot-top .foot-ul li {
    display: none;
  }
  .footer .foot-top .foot-ul li:last-child {
    display: block;
    width: 50%;
  }
  .footer .foot-top .foot-ul li:nth-child(6) {
    width: 50%;
    display: block;
    margin-right: 0;
  }
  .index-new .index-new-lunbo .new-div {
    padding: 1.5rem;
    border-radius: 1rem;
  }
  .index-new .index-new-lunbo .new-div .new-img {
    border-radius: 1rem;
  }
  .index-about {
    padding: 3rem 0 11rem;
  }
  .index-pro .pro-ul {
    margin-top: 1rem;
  }
  .index-pro .pro-con .pro-div .title {
    padding-top: 1.25rem;
  }
  .index-case {
    padding-bottom: 3rem;
  }
  .index-service .service-ul::before {
    top: 25%;
  }
  .index-case .case-div a .title {
    padding: 1rem 0;
  }
  .danye-con .head {
    margin-top: 3rem;
  }
  .solution-con .sou-div {
    padding: 1rem 2rem;
  }
  .solution-con .sou-div .title {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
  .solution-con .sou-div .sou-top > .fr > img {
    width: 3.75rem;
  }
  .solution-con .sou-div .sou-ul {
    margin-top: 1rem;
    padding: 1rem 0;
  }
  .solution-con {
    margin-top: 1rem;
  }
  .lianxi-ul li {
    padding: 1rem;
  }
  .lianxi-ul li {
    width: 48%;
    margin: 1%;
  }
  .map-img {
    margin-top: 3rem;
  }
  .lxlink {
    padding: 3rem 0;
  }
  .head .hd-en img {
    width: auto !important;
  }
  .new-box .new-box-list .new-ddiv .titles {
    font-size: 1.1rem;
  }
  .new-box .new-box-list .new-ddiv {
    padding: 1rem;
  }
  .new-box .new-box-list .new-ddiv .datas {
    margin-top: 0.5rem;
  }
  .new-box .new-box-list {
    margin-top: 2rem;
  }
  .new-box .new-box-list .new-ddiv {
    margin-bottom: 1rem;
  }
  .new-box-xing .le {
    width: 100%;
  }
  .new-box-xing .re {
    width: 100%;
    margin-top: 1rem;
  }
  .advantages .advantages-box .advantages-div {
    padding: 1rem;
  }
  .advantages {
    margin-top: 3rem;
  }
  .hpv-ban .zhuo-div {
    font-size: 1rem;
    line-height: 1.875rem;
    margin-top: 1rem;
  }
  .mainfunction-box .p1 {
    font-size: 1.2rem;
  }
  .mainfunction-box .mainfunction-con {
    font-size: 1rem;
  }
  .it-painspot-lunbo .swiper-slide {
    padding: 2rem 1rem;
  }
  .it-painspot-lunbo {
    margin: 3rem 0;
  }
  .it-mainfunction {
    padding: 3rem 0;
    margin-bottom: 3rem;
  }
  .ad-ban .ban-wz .p4 {
    font-size: 1.8rem;
  }
  .ad-ban .ban-wz .p3 {
    font-size: 1.5rem;
  }
  .ad-ban .ban-wz .adban-btn span {
    padding: 0.4rem 1rem;
  }
  .adwz-box {
    margin-top: 0;
  }
  .adwz-box .p1 {
    font-size: 1.5rem;
  }
  .small-box .yuan .p1 {
    font-size: 1.5rem;
  }
  .small-box .yuan {
    width: 8rem;
    height: 8rem;
    padding-top: 2rem;
  }
  .small-box .yuan .p1 img {
    width: 1.25rem;
  }
  .small-box {
    padding: 3rem 0;
  }
  .collaboration-box {
    padding: 3rem 0;
    margin-bottom: 3rem;
  }
  .ad-mainfunction {
    margin-bottom: 0;
  }
  .adsingle .divs {
    padding-right: 0;
  }
  .adsingle {
    padding: 3rem 0;
  }
  .adsingle .adsingle-box {
    margin: 1rem 0;
  }
  .intellect-box1 .intellect-div1 {
    padding: 1rem;
  }
  .intellect-box1 .p1 {
    font-size: 1.2rem;
  }
  .intellect-box1 .p2 {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
  }
  .solve-intellect .p2 {
    font-size: 1rem;
  }
  .solve-intellect .jian-ul li {
    margin-bottom: 1rem;
  }
  .solve-intellect .jian-ul .anniu-div {
    line-height: 2.5rem;
    font-size: 1rem;
  }
  .intellect-box3 .miaos-jc {
    font-size: 1rem;
  }
  .intellect-box3 .miaos-jc span {
    font-size: 1.2rem;
  }
  .intellect-box3 {
    margin-bottom: 3rem;
  }
  .solve-intellect {
    padding: 3rem 0;
  }
  .ban .ban-wz .p1 {
    font-size: 1.5rem;
  }
  .solve-list .solve-miao {
    font-size: 1rem;
  }
  .hr-bg .head {
    margin-top: 0;
  }
  .hr-bg .solve-miao {
    margin-top: 1rem;
  }
  .solve-intellect .container {
    padding: 0 1rem;
  }
  .solve-intellect2 .box-imgs .box-s .img3 {
    width: 14.75rem;
  }
  .solve-intellect .box-jiank .re .jian-ul li:nth-child(1) {
    right: 0;
  }
  .solve-intellect .jian-ul li::before {
    display: none;
  }
  .solve-intellect .jian-ul li::after {
    display: none;
  }
  .solve-intellect .box-s {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .solve-intellect2 .box-jiank .re .jian-ul li:nth-child(3) {
    right: 0;
  }
  .solve-intellect .le .jian-ul li:nth-child(1) {
    left: 0;
  }
  .solve-intellect .le .jian-ul li:nth-child(3) {
    left: 0;
  }
  .solve-intellect .jian-ul li {
    margin-bottom: 3rem;
  }
  .solve-intellect .box-jiank {
    margin-top: 1.125rem;
  }
  .olve-list .solve-miao {
    margin-top: 0;
  }
  .solve-intellect .box-jiank .re .jian-ul li:nth-child(3) {
    right: 0;
  }
  .solve-intellect .box-imgs .box-s .img3 {
    width: 15.75rem;
  }
  .ban .ban-wz .p2 {
    margin-top: 1rem;
  }
  .sou-img{
display: none;
  }

}
.aboutus-box  .sou-div{
  margin-bottom: 2rem;

}
@media (max-width: 767px) {
  .pro-ul .swiper-button-prev {
    left: 0;
  }
  .lunbo1{
    display: none;
  }  .lunbo2{
    display: block;
  }
  .pro-ul .swiper-button-next {
    right: 0;
  }
  .pro-ul .swiper-button-next,
  .pro-ul .swiper-button-prev {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
  .container {
    padding: 0 1rem;
  }
  .lunbo .page {
    width: 26%;
  }
  .rightfix1 {
    display: none;
  }
  .index-service {
    padding-bottom: 0;
  }
  .index-case .index-case-lunbo .swiper-container {
    padding-bottom: 1rem;
  }
  .index-new .index-new-lunbo .new-div {
    padding: 1rem;
  }
  .index-about {
    padding: 3rem 0 7rem;
  }
  .zixu {
    width: 70%;
    display: none;
  }
  .index-liu .div1 {
    font-weight: bold;
  }
  .index-liu .div2 {
    line-height: 1.5;
  }
  .index-new .index-new-lunbo .new-div .more2 {
    margin-top: 1rem;
  }
  .color-page .swiper-pagination-progressbar {
    display: none;
  }
  .index-case {
    padding-bottom: 3rem;
  }
  .footer .foot-bot .le {
    width: 100%;
  }
  .head .hd-en img {
    width: auto !important;
  }
  .footer .foot-top .foot-ul li:nth-child(6) {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .code-img img {
    width: 7rem;
  }
  .feng {
    display: none;
  }
  .footer .foot-bot .re {
    width: 100%;
    margin-top: 4px;
  }
  .index-digital .digital-ul li .p1 sup {
    margin-top: 0;
  }
  .footer .foot-top .foot-ul li {
    margin-right: 0;
    width: 50%;
  }
  .footer .foot-top .foot-ul li:last-child {
    width: 100%;
  }
  .index-pro .pro-ul {
    margin-top: 1rem;
  }
  .color-page .page1,
  .color-page .page {
    width: 100%;
  }
  .sou-div {
    margin-bottom: 0.625rem;
  }
  .footer .foot-top {
    padding: 2rem 0;
  }
  .index-service .service-ul li {
    width: 33.333%;
    margin-bottom: 3rem;
  }
  .hd-en img {
    height: 1.875rem;
  }
  .lunbo .swiper-slide > img {
    height: calc(100vh - 60px);
    object-fit: cover;
    object-position: 65%;
  }
  .lunbo .page .swiper-button-prev, .lunbo .page .swiper-button-next {
    display: none;
  }.lunbo .page{
    bottom: 10%;
    top: auto;
  }

  .lunbo-wz .div2 {
    font-size: 1.2rem;
  }
  .more a {
    height: 1.875rem;
    line-height: 1.5rem;
    font-size: 0.75rem;
  }
  .index-service .service-ul::before {
    display: none;
  }
  .index-pro .pro-ul li {
    width: 50%;
    margin: 0;
    padding: 3rem 0;
  }
  .index-pro .pro-con .pro-div .title {
    padding: 1rem 0;
    font-size: 1.2rem;
  }
  .index-pro .pro-con .pro-div .miao {
    margin-top: 0;
  }
  .index-case .index-case-lunbo {
    margin-top: 1rem;
  }
  .index-case .case-div a .title {
    padding: 0.5rem 0;
  }
  .index-new .index-new-lunbo .new-div .title {
    font-size: 1.1rem;
  }
  .pro-div > .row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }
  .pro-div .left {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
  }
  .pro-div .right {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  .index-pro .pro-con .pro-div .zhuo-div a {
    margin-top: 0.5rem;
  }
  .index-pro .pro-con .pro-div .pro-bot {
    margin-top: 1rem;
  }
  .more a i {
    font-size: 0.625rem;
  }
  .index-pro .pro-con .pro-div .pro-bot .bo {
    width: 3.125rem;
    margin-top: -0.125rem;
  }
  .index-digital .digital-ul li {
    padding-left: 0;
    margin-top: 2.5rem;
  }
  .index-digital .digital-ul li .tu {
    position: relative;
    text-align: center;
    width: 100%;
  }
  .index-digital .digital-ul {
    width: 90%;
  }
  .index-digital .digital-ul .p1 {
    text-align: center;
  }
  .index-digital .digital-ul .p2 {
    text-align: center;
  }
  .index-digital .digital-ul li .tu .tu-img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%);
    /* Firefox */
    -webkit-transform: translate(-50%, -50%);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
  }
  .index-digital .digital-ul li .p1 sup {
    top: -0.4rem;
  }
  .more a {
    height: 2.5rem;
    line-height: 2.4rem;
  }
  .index-about .about-con {
    margin: 1rem 0;
  }
  .head .hd-en {
    display: none;
  }
  .index-digital .digital-ul li .tu {
    top: auto;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    margin-bottom: 0.5rem;
  }
  .index-digital .digital-ul li {
    margin-top: 0;
  }
  .index-digital .digital-ul {
    margin-top: 2rem;
  }
  .index-liu .div1 {
    font-size: 1.2rem;
  }
  .index-liu .huq-a a {
    padding: 0.5rem 2rem;
  }
  .index-service .service-ul li .yan-p {
    margin-top: 3rem;
  }
  .index-solution .solution-con .sou-div .sou-ul {
    margin: 1rem 0;
  }
  .lunbo-wz {
    top: 23%;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  .index-pro .pro-ul .swiper-slide {
    padding: 3rem 0;
  }
  .index-pro .pro-ul .swiper-slide a .wz-p {
    margin-top: 2px;
  }
  .index-solution .solution-con {
    margin-top: 2rem;
  }
  .index-service .service-ul li .yauna::after {
    width: 9rem;
    height: 9rem;
  }
  .index-service .service-ul li .yauna > img {
    width: 8rem;
  }
  .index-new .index-new-lunbo {
    margin-top: 2rem;
  }
  .zhuo-div img {
    width: auto;
  }

  .lunbo2 {
    display: block;
  }
  .lunbo .page {
    width: 90%;
    top: auto;
    bottom:10%;
  }
  .index-customers .picList li {
    width: 9.375rem !important;
  }
  .index-customers .picMarquee-left1 {
    margin-bottom: 1rem;
  }
  .lunbo-wz {
    top: 10%;
  }
  .more a {
    height: 2.5rem;
    line-height: 2.4rem;
  }
  .pro-ul .swiper-button-next,
  .pro-ul .swiper-button-prev {
    display: none;
  }
  .pro-ul .swiper-container {
    padding-right: 2rem;
  }
  .footer .foot-bot .le {
    padding-left: 0;
  }
  .ban .p2 {
    width: 55%;
  }
  .ban > img {
    height: 20.5rem;
    object-fit: cover;
  }
  .ban .ban-wz .p1 {
    font-size: 1.5rem;
  }
  .big-biti {
    padding-top: 3rem;
  }
  .big-biti {
    font-size: 1.5rem;
  }
  .superiority {
    margin: 3rem 0 0;
    padding-bottom: 3rem;
  }
  .property .property-lunbo .swiper-slide.swiper-slide-active .box-simg {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
  .property .property-lunbo {
    margin-top: 0;
  }
  .property {
    padding-bottom: 0rem;
  }
  .property .container {
    padding: 0;
  }
  .company-box .div2 {
    margin: 1rem 0;
  }
  .company-box .div2 img {
    width: 100%;
  }
  .company-box .div1 {
    margin-top: 1rem;
  }
  .company-box .div1 img {
    width: 100%;
  }
  .company-box img {
    width: 100%;
  }
  .company-team,
  .new-box {
    padding-bottom: 3rem;
  }
  .superiority .superiorit-ul {
    margin-top: 1rem;
  }
  .superiority .superiorit-ul li {
    margin-bottom: 1rem;
  }
  .lianxi-ul li {
    width: 100%;
    margin: 1% 0;
  }
  .new-box-xing .le .title {
    font-size: 1.1875rem;
  }
  .new-box-xing .le {
    margin-top: 1rem;
  }
  .hpv-ban > img,
  .ad-ban > img {
    object-fit: cover;
    object-position: left;
  }
  .painspot .painspot-box {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .painspot {
    margin-top: 2rem;
  }
  .advantages .advantages-box .advantages-div {
    background: #fff;
    margin-bottom: 1rem;
    border-radius: 1.875rem;
    padding: 1rem ;
  }
  .neiyan-case {
    padding: 0 1rem 3rem ;
  }
  .advantages .advantages-box {
    margin-top: 2rem;
  }
  .mainfunction-box .le-box .wx-bos {
    padding: 0 ;
  }
  .mainfunction-box .le-box {
    margin-top: 0.5rem;
  }
  .mainfunction-box .mainfunction-con {
    margin-top: 0;
  }
  .color-page .swiper-button-next {
    right: 0;
  }
  .color-page .swiper-button-prev {
    left: 0;
  }
  .mainfunction-box {
    margin-top: 2rem;
  }
  .mainfunction-box .divs {
    margin-bottom: 2rem;
  }
  .adsingle .adsingle-box .adsingle-le {
    padding: 1rem ;
  }
  .small-box .yuan {
    margin: 0 0 1rem;
  }
  .small-box .small-box-con {
    margin-top: 1rem;
  }
  .collaboration-box .collaboration-lunbo {
    margin-top: 2rem;
  }
  .it-painspot-lunbo {
    margin-top: 2rem;
  }
  .intellect-box2 .box-jiank .le {
    width: 100%;
  }
  .intellect-box2 .box-jiank .min {
    width: 100%;
  }
  .intellect-box2 .box-jiank .re {
    width: 100%;
    margin-top: 2rem;
  }
  .intellect-box2 .box-jiank .re .jian-ul {
    text-align: left;
  }
  .intellect-box1 .intellect-div1 {
    margin-bottom: 1rem;
  }
  .intellect-box2 .p1 {
    font-size: 1.2rem;
  }
  .intellect-box3 .head {
    margin-top: 3rem;
  }
  .intellect-box3 {
    padding: 1px 0 3rem;
  }
  .intellect-box2 {
    margin: 3rem 0 0;
  }
  .case-biaoti {
    font-size: 1.2rem;
    padding: 1rem 0 0.5rem;
  }
  .case-biaoti::before {
    top: 1rem;
  }
  .ems-banbox {
    margin-top: 1rem;
  }
  .ems-banbox .boxs-ems {
    margin-bottom: 1rem;
  }
  .mes-wenti .mes-box {
    padding: 2rem 1rem;
    margin-bottom: 1rem;
  }
  .ems-minfunction {
    padding: 3rem 0;
  }
  .mes-wenti {
    margin-bottom: 3rem;

  }
  body>  .mes-wenti {
    padding-top: 4rem;
  }
  .ems-banbox {
    margin-bottom: 3rem;
  }
  .ems-minfunction .sc-bg .p2 {
    font-size: 1rem;
  }
  .ems-minfunction .sc-bg .p1 {
    font-size: 1.3rem;
  }
  .ems-minfunction3 {
    margin-bottom: 3rem;
  }
  .ems-minfunction .sc-bg .p1 {
    margin-top: 1rem;
  }
  .mes-wenti .mes-box .p1 {
    font-size: 1.3rem;
  }
  .mainfunction-box .p1 {
    line-height: 1.5;
  }
  .compliance-cons {
    padding: 3rem 0;
  }
  .erh-container {
    padding: 3rem 0;
  }
  .mainfunction-box .p1 {
    margin-top: 1rem;
  }
  .mainfunction-box .mainfunction-con {
    margin-top: 0.625rem;
  }
  .head .hd-cn {
    font-size: 1.4rem;
  }
  .customer-box {
    padding: 3rem 0;
  }
  .customer-box .customer-nr .left {
    width: 100%;
  }
  .customer-box .customer-nr .re {
    width: 100%;
  }
  .customer-box .customer-nr .re .nr1-div {
    padding: 2rem;
  }
  .customer-box .customer-nr .re .sup1 {
    color: #aedaff;
    font-size: 6.25rem;
    line-height: 1;
    left: 1%;
    top: 8%;
  }
  .customer-box .customer-nr .re .ming-div {
    padding-right: 0;
    margin-bottom: 1rem;
  }
  .customer-box .customer-nr .left .customer-ul li {
    line-height: 3.125rem;
  }
  .customer-box .customer-nr .left .customer-ul {
    font-size: 1rem;
  }
  .choose-us {
    padding-top: 3rem;
  }
  .erh-taem {
    padding: 3rem 0;
    margin-bottom: 3rem;
  }
  .ban .ban-wz .p2 {
    width: 60%;
  }
  .mes-ban .ban-wz .p2 {
    width: 100%;
  }
  .ems-minfunction .mes-div {
    margin: 1rem 0;
    width: 100%;
  }
  .ems-minfunction .mes-div .mes-box {
    padding: 2rem;
  }
  .mainfunction-box .divs {
    margin-bottom: 1rem;
  }
  .ems-minfunction .sc-bg .p2 {
    line-height: 1.4;
  }
  .it-advantages {
    padding: 3rem 0;
    margin-bottom: 3rem;
    margin-top: 0;
  }
  .it-painspot-lunbo {
    margin-top: 1rem ;
    margin-bottom: 0;
  }
  .it-mainfunction {
    margin-bottom: 0;
  }
  .solve-list .solve-box .re {
    width: 100%;
  }
  .solve-list .solve-box .le {
    width: 100%;
  }
  .solve-list .solve-box {
    padding: 1rem 0;
  }
  .hr-bg > img {
    height: 18.75rem;
    object-fit: cover;
  }
  .intellect-box2 {
    margin-top: 0;
  }
  .solve-intellect .le {
    right: 0;
  }
  .solve-intellect .box-jiank .re {
    left: 0;
  }
  .solve-intellect .jian-ul li {
    float: left;
    width: 33.33%;
    margin-bottom: 1rem;
  }
  .solve-intellect .jian-ul {
    overflow: hidden;
  }
  .solve-intellect .jian-ul .anniu-div {
    padding: 0 1rem;
    width: 100%;
    text-align: center;
  }
  .ban > img {
    object-position: bottom center;
  }
  .hpv-ban > img {
    object-position: bottom left;
  }
  .solve-list .head {
    margin-top: 2rem;
  }
  .ban .ban-wz .p2 {
    margin-top: 0.5rem;
  }
  .intellect-box1 .p2 {
    height: auto;
  }
  .it-painspot-lunbo1 {
    margin-bottom: 3rem;
  }
  .intellect-box2 {
    padding: 3rem 0;
  }
  .intellect-box2 .p2 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .intellect-box2 .jian-ul li {
    margin-bottom: 1rem;
  }
  .intellect-box2 .box-jiank {
    margin-top: 1rem;
  }
  .intellect-box2 .jian-ul .anniu-div {
    line-height: 3rem;
    font-size: 1.1rem;
  }
  .mainfunction-box .box-d {
    margin-top: 1rem;
  }
  .compliance-cons {
    margin-top: 3rem;
  }
  .erh-container .mainfunction-box > .divs {
    padding: 3rem 0;
  }
  .erh-container .mainfunction-box > .divs:nth-child(2n) {
    background: #f1faff;
  }
  .mainfunction-box .divs:nth-child(2n) {
    background: #fff;
    padding: 1rem 0;
  }
  .intellect-mainfunction {
    padding-bottom: 3rem;
  }
  .erh-taem {
    margin-top: 0;
    padding-bottom: 3rem;
  }
  .choose-us {
    padding-bottom: 3rem;
  }
  .ban-jj > img {
    object-fit: cover;
    object-position: 80% 0%;
  }
  .ban-jj .ban-wz {
    position: relative;
    top: 0%;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  .ban-jj .ban-wz .p1 {
    color: #000;
    margin-top: 2rem;
  }
  .ban-jj .ban-wz .p2 {
    color: #000;
    width: 100%;
  }
  .small-box .yuan {
    width: 6rem;
    height: 6rem;
    padding-top: 1.5rem;
  }
  .small-box .yuan .p2 {
    font-size: 0.625rem;
  }
  .small-box .yuan .p2 {
    margin-top: 0.5rem;
  }
  .small-box .small-box-con .row {
    margin-top: 0.5rem;
  }
  .small-box .small-box-con {
    margin-top: 3rem;
  }
  .mainfunction-box .divs {
    margin-bottom: 0;
    padding: 2rem 0;
  }
  .mainfunction-box .divs:nth-child(2n) {
    padding: 2rem 0;
  }
  .mainfunction-box {
    margin-top: 0;
  }
  .it-mainfunction {
    padding: 4rem 0;
  }
  .ad-ban > img {
    height: 16rem;
    object-position: 93% 28%;
  }
  .ad-ban .ban-wz {
    top: 10%;
    margin: 1rem 0 5rem;
    position: relative;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  .ad-ban .ban-wz .p4 {
    color: #000;
  }
  .ad-ban .ban-wz .adban-btn span {
    border: 1px solid #000;
  }
  .wz-div {
    display: none;
  }
  .mainfunction-box .mainfunction-con {
    line-height: 2;
    font-size: 0.875rem;
  }
  .adsingle .divs {
    line-height: 1.5;
    font-size: 1rem;
  }
  .intellect-box1 {
    margin-top: 0;
  }
  .intellect-box3 .miaos-jc span {
    outline-style: 1rem;
  }
  .intellect-box4 {
    margin-top: 3rem;
  }
  .mainfunction-box .p1 {
    font-size: 1rem;
  }
  .ems-minfunction3 {
    background: #FFF;
  }
  .ems-minfunction1 {
    background: #FFF;
  }
  .mainfunction-box .divs:nth-child(odd) {
    background: #f1faff;
  }
  .ems-minfunction2 {
    background: #fff;
  }
  .intellect-mainfunction1 {
    padding-bottom: 0;
  }
  .intellect-box4 {
    margin-bottom: 2rem;
  }
  .phone-zx {
    display: block;
    position: fixed;
    background: #243678;
    z-index: 999;
    text-align: center;
    right: 0%;
    color: #FFF;
    font-size: 1rem;
    width: 2.25rem;
    padding: 1rem 0;
    border-radius: 0.625rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
  }
  .huoqu-liuyan .box-froms {
    padding: 2rem 1rem;
  }
  .huoqu-liuyan {
    height: calc(100vh - 60px);
    padding: 3rem 0;
  }
  .huoqu-liuyan .huoqu-box {
    width: 100%;
    position: relative;
    left: 0%;
    top: 0%;
    transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
  }
  .customer-box .customer-nr .left .customer-ul li {
    width: auto;
    float: left;
  }
  .customer-ul {
    overflow: hidden;
    margin-bottom: 1.625rem;
  }
  .customer-box .customer-nr .left .customer-ul li {
    padding: 0 0.5rem;
    background: #FFF;
  }
  .customer-box .customer-nr {
    background: transparent;
  }
  .customer-box .customer-nr .re {
    background: #FFF;
  }
  .solu-img {
    position: relative;
    top: 0%;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    right: 0;
  }
  .hr-bg .hr-wz {
    width: 100%;
  }
  .mainfunction-box-erh .divs:nth-child(odd) {
    background: transparent;
  }
  .small-box .yuan .p1 {
    font-size: 1.2rem;
  }
  .ems-minfunction2 {
    padding-top: 0;
  }
  .ems-minfunction1 {
    padding-top: 0;
  }
  .huoqu-liuyan .box-froms {
    margin-top: 0.5rem;
  }
  .huoqu-liuyan .box-froms .row {
    margin-bottom: 0.5rem;
  }
  .color-page2 .swiper-button-next,
  .color-page2 .swiper-button-prev {
    display: none;
    opacity: 0;
  }
  .color-page2 .swiper-pagination {
    display: block;
  }
  .collaboration-box .collaboration-lunbo .p2 {
    height: auto;
  }
  .intellect-mainfunction1 {
    padding-top: 3rem;
  }
  .tj-box {
    margin-top: 2rem;
  }
  .tj-box button {
    width: 100%;
  }
}
@media (max-width: 560) {
  .mainfunction-box .divs:nth-child(2n) {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }
  .mainfunction-box .divs:nth-child(2n) .col-sm-6:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  .mainfunction-box .divs:nth-child(2n) .col-sm-6:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
  }
  .head  .hd-en{
    display: none;
  }
}

.index-pro .pro-con .pro-div .pro-bot .bo span:nth-child(2){
  display: inline-block;
  background: url(../img/18.png) no-repeat;
  background-size: 100% 100%;
  width: 7.5rem;
  height: 7.5rem;

}


.index-about .head .hd-cn span{
  left:0%;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);

}
.company-team .div3 img{
  height: 34.625rem;
  object-fit: cover;

}
.company-team .div2 img,.company-team .div1 img{
  height: 16.3rem;
  object-fit: cover;

}
.company-lunbo .swiper-slide img{
  height: 34.625rem;
  object-fit: cover;
}
.index-new .index-new-lunbo .new-div .new-img::after
{
  content: '';
  position: absolute;
  top: 0;
width: 100%;
  height: 100%;
  left: 0;
  right: 0;

  background: rgba(0, 0, 0, 0.4);

}
.sm-block  {
  display: none;
}
.sjb .sp{
  display:none;
  background: #243678;
  position: relative;
  overflow: hidden;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  width: 8rem;
  text-align: center;

  font-size: 1rem;
  border-radius: 1.875rem;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;    line-height: 2.4rem;
  padding: 0 1rem;
  color: #fff;
}
@media (max-width: 767px) {
  .index-pro .pro-con .pro-div .pro-bot .bo span:nth-child(2){
    display: none;
  }
  .sjb video{
    display:none;
  }
  .sjb .sp{
    display:block;
  }
  .index-pro .pro-ul .swiper-slide a img {
    height: 3rem;
}
  .pro-div .right{
    text-align: center;
  }
  .imq {
    width: 15.1875rem;
}.index-pro .pro-ul .swiper-container{
  padding: 1rem .5rem;
}

.index-pro .pro-con .pro-div .pro-bot .bo span:nth-child(2) {

  width: 3.5rem;
  height: 3.5rem;
}
  .sm-hide  {
    display: none;
  }
  .sm-block  {
    display: block;
  }
  .phone-ban {
    background: #0050B4;
    color: #FFF;
    padding: 1rem 1rem 3rem;
    line-height: 1.7;
  }  .phone-ban .p1{
    font-size: 1.5rem;
    margin: 1rem 0;
  }
  .index-pro .pro-ul .swiper-slide {
    padding: 1rem 0;
}
}.lunbo2 .swiper-slide > img{
  height: auto;
}.lunbo2 .swiper-slide{
  background: #0050B4;
  color: #fff;
  font-size: 1rem;
  line-height: 1.7;
  padding-bottom: 2rem;
  height: 528px;
}
.lunbo2 .swiper-slide .div2{
  font-size: 1.3rem;
  line-height: 1.7;
  margin-top: 1rem;
 
}  .lunbo2 .lunbo-wz1
{    color: #fff;
  padding: 1rem 1rem;

}.lunbo2 .swiper-slide .div1 ul{
  margin-top: 1rem;

}.lunbo2 .swiper-slide .div1 ul li{
  position: relative;
  padding-left: 2.125rem;
}.lunbo2 .swiper-slide .div1 ul li img{
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lunbo2 .page {
  width: 100%;
  bottom: 5%;

}

.index-new .index-new-lunbo .new-div:hover .title{ 
  color: #FFF;
  
}.index-new .index-new-lunbo .new-div:hover .more2 span{
  color: #FFF;
  
}
.index-new .index-new-lunbo .new-div:hover .zhai{
  color: #FFF;
  
}