@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\9;
  /* 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-size: 1rem;
  height: 100%;
  overflow: hidden;
  padding-top: 5.625rem;
}
.enzt {
  font-family: 'Montserrat';
}
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;
}
.line5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.after {
  content: '';
  position: absolute;
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.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.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.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 */
}
.tran2 {
  transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 200ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 200ms 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%);
}
.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;
}
.fix {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ju {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.hide {
  overflow: hidden;
}
.container {
  padding: 0 15.9375rem;
  max-width: 100%;
}
.phone-show {
  display: none;
}
@media (max-width: 767px) {
  .phone-show {
    display: block;
  }
  .pc-hide {
    display: none;
  }
}
@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;
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
@-moz-keyframes animationMove {
  0% {
    -moz-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) 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(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-o-keyframes animationMove {
  0% {
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) 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(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationMove {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) 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(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.line .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
}
.line .bg:before,
.line .bg:after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: '';
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.line .bg:before {
  border-top: 2px solid #2a5490;
  border-bottom: 2px solid #2a5490;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.line .bg:after {
  border-right: 2px solid #2a5490;
  border-left: 2px solid #2a5490;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.line:hover .bg:after,
.line:hover .bg:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.iconimg {
  cursor: pointer;
}
.iconimg:hover {
  animation: swing 1s infinite linear;
}
.scoll {
  bottom: 5%;
  animation: scrool 3s infinite;
}
@keyframes scrool {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 7%;
  }
  100% {
    bottom: 5%;
  }
}
.imgfd {
  -webkit-animation: fd 30s ease-out infinite;
  -moz-animation: fd 30s ease-out infinite;
  -o-animation: fd 30s ease-out infinite;
  animation: fd 30s ease-out infinite;
}
@keyframes fd {
  0% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes fd2 {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.21);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.heads {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99;
  height: 5.625rem;
  line-height: 5.625rem;
  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 */
}
.heads .na-ul li {
  display: inline-block;
  margin: 0 2rem;
}
.heads .na-ul li > a {
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
}
.heads.active {
  line-height: 4.625rem;
  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 */
  height: 4.625rem;
}
.heads .yu-div:hover .yu-xiala {
  transition: 200ms ease-in-out;
  transform: scaleY(1);
}
.yu-xiala {
  width: 150px;
  border: 1px solid #EDEDED;
  background: #FFF;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
  padding: 1rem 0rem;
  text-align: center;
  transition: 200ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
}
.heads .yu-xiala a {
  display: block;
  line-height: 30px;
  font-size: 1rem;
  color: #000;
  text-decoration: none;
  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;
}
.heads .yu-xiala a:hover {
  background: #2a5490;
  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;
}
.sou-div {
  margin-left: 1rem;
  cursor: pointer;
}
.sou-div i {
  font-size: 1.9rem;
}
.sou-div:hover i {
  color: #2a5490;
}
.deng-div {
  color: #4F4D4D;
  margin-left: 1.5rem;
  font-style: normal;
  font-weight: 400;
}
.deng-div a {
  color: #4F4D4D;
  font-size: 1.25rem;
}
.deng-div a:hover a {
  color: #2a5490;
}
.deng-div a:hover i {
  color: #2a5490;
}
.deng-div i {
  font-size: 1.4rem;
}
.div-head .head-en {
  color: #2a5490;
  font-family: 'Montserrat';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.div-head .head-en span {
  width: 4.125rem;
  height: 0.125rem;
  background: #2a5490;
  display: inline-block;
  position: relative;
  overflow: hidden;
  top: -0.4rem;
}
.div-head .head-en span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 0.125rem;
  height: 0.125rem;
  background: #a1ffd0;
  -webkit-animation: animationMove 3s infinite linear;
  -moz-animation: animationMove 3s infinite linear;
  -o-animation: animationMove 3s infinite linear;
}
.div-head .head-cn {
  color: #000;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contact-us-top {
  padding: 7rem 0 8rem;
}
.ban-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%);
  z-index: 2;
  width: 100%;
}
.ban-wz .div1 {
  color: #FFF;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.ban-wz .div2 {
  color: #FCFDFF;
  font-family: 'Montserrat';
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.wz-div {
  color: #FFF;
  z-index: 2;
  left: 0;
  bottom: 2rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wz-div a {
  color: #FFF;
}
.wz-div a:hover {
  color: #2a5490;
}
.ban::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.contact-top .img1 {
  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: 100%;
  text-align: center;
}
.contact-top .div1 span {
  color: #010101;
  display: inline-block;
  margin-left: 1.5rem;
  font-size: 1.625rem;
  font-weight: 700;
}
.contact-top .div2 {
  color: #2a5490;
  margin-top: 1rem;
  font-family: 'Montserrat';
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.liu-box {
  background: #F8F8F8;
  padding: 7rem 0 8.4rem;
}
.liu-box .form-box {
  margin-top: 2.2rem;
}
.liu-box .form-box .col-sm-6 {
  position: relative;
  margin-bottom: 1.9rem;
}
.liu-box .form-box .col-sm-6 .p1 {
  position: absolute;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  /* 175% */
  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.3rem;
}
.liu-box .form-box .col-sm-6 .p1 span {
  color: #F00;
}
.liu-box .form-box .col-sm-12 {
  position: relative;
  margin-bottom: 1.9rem;
}
.liu-box .form-box .col-sm-12 .p1 {
  position: absolute;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  /* 175% */
  top: 1rem;
  left: 2.3rem;
}
.liu-box .form-box .col-sm-12 .p1 span {
  color: #F00;
}
.liu-box .form-box input {
  height: 3.75rem;
  padding-left: 4rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  width: 100%;
}
.liu-box .form-box textarea {
  height: 10rem;
  padding-left: 4rem;
  padding-top: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  width: 100%;
}
.liu-box .form-box button {
  border-radius: 1.875rem;
  background: #2a5490;
  margin-top: 2rem;
  width: 12.5rem;
  height: 3.75rem;
  color: #FFF;
  text-align: center;
  line-height: 3.75rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  border: none;
  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 */
}
.liu-box .form-box button: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: 5px 14px 2px rgba(12, 190, 103, 0.4);
}
.log-div img {
  height: 3.75rem;
}
.footer {
  border-top: 0.5rem solid #2a5490;
  background: #454545;
}
.footer .foot-top {
  padding: 3rem 0;
}
.footer .foot-top .log-div {
  margin-bottom: 1.25rem;
}
.footer .foot-top .log-div img {
  height: 4.98263rem;
  filter: brightness(0) invert(1);
}
.footer .foot-lx {
  width: 27.375rem;
}
.footer .foot-lx .p3,
.footer .foot-lx .col-sm-3 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .foot-lx .col-sm-9 {
  color: #FFF;
  font-family: 'Montserrat';
  padding: 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  /* 175% */
  text-transform: uppercase;
}
.footer .foot-lx .p4 {
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0.3rem 0 1.19rem;
}
.footer .foot-bot {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: #3C3C3C;
  color: rgba(255, 255, 255, 0.6);
  padding: 0.6rem 0;
  font-size: 1rem;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: 1.875;
  /* 187.5% */
}
.footer .foot-bot a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .foot-ul {
  margin-top: 2rem;
  width: 65%;
}
.footer .foot-ul li {
  float: left;
  margin-right: 5%;
}
.footer .foot-ul li:last-child {
  margin-right: 0;
}
.footer .foot-ul li .p1 {
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer .foot-ul li .foot-a {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 175% */
}
.footer .foot-ul li .foot-a a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  /* 175% */
}
.footer .foot-ul li .foot-a a:hover {
  color: #2a5490;
}
.liu-boxs1 {
  margin-top: 5.5rem;
}
.liu-boxs1 .lx-box {
  padding: 3rem;
  height: 18.75rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.liu-boxs1 .lx-box .img2 {
  bottom: 0;
  left: 0;
  right: 0;
}
.liu-boxs1 .lx-box .p1 {
  color: #000;
  margin-top: 0.9rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.liu-boxs1 .lx-box .p2 {
  margin-top: 0.6rem;
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.index-jion {
  padding: 7rem 0 4rem;
}
.index-jion .presence-lunbox .swiper-container {
  padding-bottom: 4rem;
}
.color-page .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.color-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2a5490;
}
.recruitment-zp {
  background: #F8F8F8;
  padding: 7rem 0 5.5rem;
}
.recruitment-zp .jion-bot {
  margin-top: 3rem;
}
.jion-div {
  background: #FFF;
  margin-bottom: 1.875rem;
  box-shadow: 0px 3px 15px 0px rgba(157, 157, 157, 0.1);
  padding: 2.2rem;
  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 */
}
.jion-div .title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.jion-div .title a {
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 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 */
}
.jion-div .title::after {
  content: '';
  position: absolute;
  width: 2.25rem;
  height: 2px;
  background: #2a5490;
  left: 0;
  bottom: -3px;
  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 */
}
.jion-div .miaoshu {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 1.37rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  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: 1.5;
  text-transform: uppercase;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.jion-div .div2 .dats {
  margin-top: 2.6rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-style: normal;
  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 */
  font-weight: 400;
  line-height: 1.875;
  /* 187.5% */
  text-transform: uppercase;
}
.jion-div .div2 .dats span {
  color: #000;
  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 */
}
.jion-div .svg-icon {
  right: -1px;
  bottom: -1px;
  z-index: 3;
  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 */
}
.jion-div .svg-icon .img2 {
  display: none;
}
.jion-div .svg-icon .svg-jian {
  right: 0%;
  opacity: 0;
  bottom: 20%;
  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 */
}
.jion-div:hover {
  background: rgba(12, 190, 103, 0.8);
  box-shadow: 0px 4px 1.25rem 0px rgba(0, 0, 0, 0.06);
  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 */
}
.jion-div:hover .title {
  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 */
  border-color: rgba(255, 255, 255, 0.2);
}
.jion-div:hover .title a {
  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 */
}
.jion-div:hover .title::after {
  background: #FFF;
}
.jion-div:hover .div2 {
  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 */
}
.jion-div:hover .div2 .miaoshu {
  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 */
}
.jion-div:hover .div2 .dats {
  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 */
}
.jion-div:hover .div2 .dats span {
  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 */
}
.jion-div:hover .svg-icon {
  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 */
}
.jion-div:hover .svg-icon .img1 {
  display: none;
}
.jion-div:hover .svg-icon .img2 {
  display: inline-block;
}
.jion-div:hover .svg-icon .svg-jian {
  right: 8%;
  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 */
}
.model-tanchu {
  color: #464646;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
.model-tanchu .modal-header {
  padding: 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.model-tanchu .modal-body {
  padding: 0;
  border-bottom: 0;
}
.model-tanchu .modal-content {
  border-radius: 0rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #EBEBEB;
  background: #FFF;
  box-shadow: 0px 3px 15px 0px rgba(157, 157, 157, 0.1);
  outline: 0;
  padding: 0;
}
.model-tanchu .modal-content .modal-header {
  width: 90%;
  margin: 0 auto;
}
.model-tanchu .modal-content .modal-title {
  color: #2a5490;
  font-size: 2.25rem;
  font-style: normal;
  padding: 1.3rem 0;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.model-tanchu .mtk-div {
  margin: 1.4rem 0 0;
  width: 90%;
  margin: 0 auto;
  padding: 2.3rem 0 3.8rem;
}
.model-tanchu .mtk-div .p1 {
  color: #2a5490;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.model-tanchu .mtk-div .row {
  color: rgba(0, 0, 0, 0.7);
  width: 70%;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.model-tanchu .mtk-div .row span {
  font-weight: 700;
}
.model-tanchu .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #2a5490;
  padding: 1rem 5%;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  justify-content: flex-start;
}
.model-tanchu .modal-footer a {
  color: #2a5490;
}
.model-tanchu .modal-footer span {
  color: #2a5490;
}
.model-tanchu .modal-header .close {
  position: absolute;
  right: 1%;
  top: 49%;
  padding: 0;
}
.model-tanchu .shuzu-div {
  margin: 0.5rem 0 1rem;
}
@media (min-width: 1200px) {
  .model-tanchu .modal-xl {
    max-width: 64%;
  }
}
body.modal-open {
  padding-right: 0 !important;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    top: 15%;
  }
}
.global_ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.global_ul li .p1 {
  color: #2a5490;
  font-size: 5.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  font-family: 'Montserrat';
  text-align: left;
}
.global_ul li .p1 sup {
  font-size: 2.5rem;
  font-weight: 400;
  margin-left: 0.1rem;
  position: relative;
  top: -3rem;
}
.global_ul li .p2 {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 1.75 /* 175% */;
}
.global_layout .global_ul {
  top: -4rem;
  right: 0;
}
.layout-box {
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.layout-box .div1 {
  background: #2a5490;
  height: 8.75rem;
  color: #FFF;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.layout-box .div1 span {
  font-size: 3.75rem;
  font-weight: 600;
  font-family: 'Montserrat';
}
.layout-box .div2 {
  padding: 4rem 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout-box .div2 .le,
.layout-box .div2 .re {
  width: 50%;
  padding-left: 5%;
}
.layout-box .div2::after {
  content: '';
  position: absolute;
  height: 60%;
  width: 1px;
  border-left: 1px dashed rgba(0, 0, 0, 0.2);
  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%);
}
.layout-box .div2 .p1 {
  color: #009E41;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  /* 116.667% */
}
.layout-box .div2 .address-ul {
  margin-top: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout-box .div2 .address-ul li {
  margin-right: 3rem;
  color: #323232;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3;
  /* 300% */
}
.new-box {
  background: #F8F8F8;
  padding: 4rem 0 5rem;
}
.new-div {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  margin-bottom: 1.75rem;
  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-div .new-bot {
  padding: 2rem 1.3rem;
}
.new-div .new-bot .title {
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.new-div .new-bot .title a {
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.new-div .new-bot .miao-p {
  color: rgba(6, 6, 6, 0.7);
  margin-top: 0.6rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3rem;
}
.new-div .new-bot .miao-p a {
  color: rgba(6, 6, 6, 0.7);
}
.new-div .new-bot .data {
  color: #2a5490;
  margin-top: 1rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  font-family: 'Montserrat';
}
.new-div .overh 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 */
}
.new-div:hover {
  border-color: #2a5490;
  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-div:hover .overh 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.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.new-div:hover .new-bot .title a {
  color: #2a5490;
}
.new-xing {
  padding: 6rem 0 4rem;
}
.new-xing .top-news {
  width: 64.8%;
}
.new-xing .re {
  width: 30%;
  position: sticky;
  top: 4rem;
  padding: 2rem 1.5rem 0.5rem;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.new-xing .re .head-tui-p {
  color: #000;
  text-align: justify;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.new-xing .re .new-tui-ul li {
  padding: 1.3rem 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.new-xing .re .new-tui-ul li .overh {
  margin-bottom: 1.5rem;
}
.new-xing .re .new-tui-ul li .renqi {
  color: #2a5490;
  text-align: justify;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.new-xing .re .new-tui-ul li .p1 {
  color: #010101;
  text-align: justify;
  font-size: 1.125rem;
  margin-top: 0.3rem;
  font-style: normal;
  font-weight: 500;
}
.new-xing .re .new-tui-ul li .p1 a {
  color: #010101;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.new-xing .re .new-tui-ul li:last-child {
  border-bottom: 1px solid transparent;
}
.new-xing .re .new-tui-ul li::after {
  content: '';
  position: absolute;
  height: 2px;
  background: #2a5490;
  left: 0;
  bottom: 0;
  right: 0;
  width: 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 */
}
.new-xing .re .new-tui-ul li:hover .overh 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.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.new-xing .re .new-tui-ul li:hover::after {
  width: 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-news .title {
  color: #000;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.top-news .datas-yuan {
  color: rgba(0, 0, 0, 0.8);
  margin-top: 1.5rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.top-news .news-con {
  margin-top: 3rem;
  color: rgba(6, 6, 6, 0.7);
  padding: 2.5rem 0 5rem;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  /* 187.5% */
}
.top-news .news-con .p {
  text-indent: 2rem;
}
.feng .social-share {
  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: 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.feng .social-share a {
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.4375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #B1B2B2;
  border: 1px solid #E1E1E1;
}
.shng-div {
  margin-top: 1rem;
}
.shng-div > div {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 287.5% */
  text-transform: uppercase;
  padding: 1rem 0;
}
.shng-div > div a {
  color: rgba(0, 0, 0, 0.8);
}
.shng-div > div a:hover {
  color: #2a5490;
}
.overh 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 */
}
.solution-xinng {
  padding: 5.3rem 0 4rem;
}
.solution-xinng .title {
  color: #000;
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.solution-xinng .solution-con {
  margin-top: 3rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  /* 187.5% */
}
.solution-xinng .solution-con .div1 {
  margin-bottom: 2rem;
}
.solution-xinng .solution-con .p1 {
  color: #2a5490;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.solution-xinng .solution-con .div-biti {
  margin: 1.2rem 0;
}
.solution-xinng .solution-con .div-biti span {
  display: inline-block;
  color: #FFF;
  background: #2a5490;
  padding: 0.3rem 0.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.erji-div {
  background: #FFf;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.erji-div ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.erji-div ul li {
  flex: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.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 */
}
.erji-div ul li a {
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.5rem 0.5rem;
  text-align: center;
}
.erji-div ul li a .overh {
  width: 100%;
}
.erji-div ul li a .bt-p {
  width: 100%;
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 375% */
  margin-top: 0.5rem;
}
.erji-div ul li:hover .overh img,
.erji-div ul li.active .overh img {
  filter: brightness(0) invert(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 */
}
.erji-div ul li:hover a,
.erji-div ul li.active a {
  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: #2a5490;
}
.erji-div ul li:hover a .bt-p,
.erji-div ul li.active a .bt-p {
  color: #FFF;
}
.pro-div .overh {
  padding: 2.3rem 1.3rem 1.3rem;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pro-div .overh img {
  height: 15.4375rem;
}
.pro-ban {
  background: url(../img/1.jpg) no-repeat;
  background-size: cover;
  padding: 3rem 0;
}
.pro-ban .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.pro-ban .le {
  width: 48%;
  /*height: 34.375rem;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  text-align: justify;
}
.pro-ban .re {
  width: 48%;
}
.pro-ban .ban-er {
  top: 2rem;
}
.pro-ban .title {
  color: #FFF;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  /* 120% */
}
.pro-ban .heads-p {
  color: #FFF;
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 144.444% */
}
.pro-ban .zixun {
  padding-left: 4.6rem;
  margin-top: 3rem;
}
.pro-ban .zixun .p1 {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pro-ban .zixun .p2 {
  font-family: 'Montserrat';
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(153deg, #2a5490 8.53%, #34E990 92.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pro-ban .zixun .img-zx {
  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: 0;
  width: 3.5rem;
  height: 3.5rem;
}
.pro-ban .feng {
  bottom: 0;
}
.pro-ban .social-share {
  color: #fff;
  left: 0;
}
.pro-ban .social-share a {
  background: #2E2F32;
  color: #888;
  height: 2.37044rem;
  width: 2.37044rem;
  font-size: 1.25rem;
  border-color: #2E2F32;
}
.pro-ban .social-share a svg {
  width: 1rem;
  height: 1.1875rem;
}
.features-lunbo .swiper-container {
  padding-bottom: 6rem;
}
.features {
  padding: 3rem 0 ;
}
.features .content{
    margin-top: 2rem;
}
.features .content ul li{
    position: relative;
    padding-left: 1.25rem;
    line-height: 2.5;
    font-size: 1.3rem;
}
.features .content ul li::before{
    content:'';
    display: block;
    width: .6rem;
    height:.6rem ;
    border-radius: 50%;
    background: #333;
    position: absolute;
    top: 1.25rem;
    left: 0;
}
.features .liu-boxs1 {
  margin-top: 3rem;
}
.features .liu-boxs1 .lx-box {
  padding: 4rem 2rem;
  height: 23.75rem;
}
.features .liu-boxs1 .lx-box .hao {
  color: #2a5490;
  text-align: center;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: 'Montserrat';
  text-transform: capitalize;
  margin-bottom: 4rem;
  position: relative;
}
.features .liu-boxs1 .lx-box .hao::after {
  content: '';
  width: 2.5rem;
  height: 0.25rem;
  position: absolute;
  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: -1rem;
  background: #2a5490;
}
.features .liu-boxs1 .lx-box .p2 {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.625;
}
.liu-boxs1 .lx-box {
  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 */
}
.liu-boxs1 .lx-box:hover {
  background: #2a5490;
  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 */
}
.liu-boxs1 .lx-box:hover img {
  filter: brightness(0) invert(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 */
}
.liu-boxs1 .lx-box:hover .p1,
.liu-boxs1 .lx-box:hover .p2 {
  color: #FFf;
}
.liu-boxs1 .lx-box:hover .hao {
  color: #FFf;
}
.liu-boxs1 .lx-box:hover .hao::after {
  background: #FFf;
}
.technical {
  background: #F8F8F8;
  padding: 3rem 0 ;
}
.technical .technical-con {
  margin-top: 3rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
}
.biaoge2 .row>div{
    padding: 20px;
}
.biaoge2 .row>div p{
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 5px;
}

.biaoge .table {
  border: 1px solid #E7E7E7;
  background: #FFF;
  overflow-x:auto ;
}
.biaoge .table table{
    width: 100%;
}
 

.biaoge .table tbody tr td {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  vertical-align: middle;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 1.05rem 1.5rem;
  border: 1px solid #E7E7E7;
}
.biaoge .table tbody tr td.bgcolor {
  background: #759BCF;
  height: 3.75rem;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.biaoge .table thead tr {
  background: #295591;
}
.biaoge .table thead tr td {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFF;
  text-align: center;
  vertical-align: middle;
}
.recommendation {
  padding:3rem 0;
}
.recommendation .recommendation-lunbo {
  margin-top: 2rem;
}
.recommendation .recommendation-lunbo .swiper-container {
  padding-bottom: 5rem;
}
.recommendation .recommendation-lunbo .swiper-container .new-div {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
}
.company-profile {
  padding: 4.375rem 0 4.375rem;
}
.company-profile .profile-div {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 2rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  /* 175% */
}
.company-profile .profile-div > p {
  text-indent: 1.875rem;
  margin-bottom: 0.5rem;
}
.company-profile .profile-div .global_ul li {
  width: 25%;
  padding-left: 4rem;
}
.vidieo-img {
  margin-top: 2.8125rem;
}
.vidieo-img .svgicon {
  z-index: 2;
  bottom: 1.88rem;
  right: 2rem;
  cursor: pointer;
}
.vidieo-img .svgicon svg {
  width: 4.375rem;
  height: 4.375rem;
}
.honours {
  padding: 6.5rem 0 7rem;
  background: #F8F8F8;
}
.honours .honours-lunbo {
  margin-top: 2rem;
}
.honours .honours-lunbo .swiper-container {
  padding-bottom: 5rem;
}
.honours .honours-lunbo .swiper-container .swiper-slide {
  padding: 1.44rem 2.12rem;
  background: #fff;
  text-align: center;
  border: 1px solid #D9D9D9;
  box-shadow: 0 3px 0.625rem #D9D9D9;
  cursor: pointer;
}
.honours .honours-lunbo .swiper-container .swiper-slide .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
}
.honours .honours-lunbo .swiper-container .swiper-slide .bg:before,
.honours .honours-lunbo .swiper-container .swiper-slide .bg:after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: '';
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.honours .honours-lunbo .swiper-container .swiper-slide .bg:before {
  border-top: 2px solid #2a5490;
  border-bottom: 2px solid #2a5490;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.honours .honours-lunbo .swiper-container .swiper-slide .bg:after {
  border-right: 2px solid #2a5490;
  border-left: 2px solid #2a5490;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.honours .honours-lunbo .swiper-container .swiper-slide:hover .bg:after,
.honours .honours-lunbo .swiper-container .swiper-slide:hover .bg:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.color-page .swiper-button-next,
.color-page .swiper-button-prev {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 1.875rem;
  background: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  top: 40%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
  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 svg,
.color-page .swiper-button-prev svg {
  width: 0.75rem;
  height: 0.875rem;
  stroke: black;
}
.color-page .swiper-button-next:hover,
.color-page .swiper-button-prev:hover {
  background: #2a5490;
  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:hover svg,
.color-page .swiper-button-prev:hover svg {
  stroke: #FFF;
}
.color-page .swiper-button-next {
  right: -5rem;
}
.color-page .swiper-button-prev {
  left: -5rem;
}
.cooperative-partner {
  padding: 6rem 0 4rem;
}
.cooperative-partner .cooperative-lunbo {
  margin-top: 2rem;
}
.cooperative-partner .cooperative-lunbo .swiper-container {
  padding-bottom: 5rem;
}
.cooperative-partner .cooperative-lunbo .swiper-container .swiper-slide {
  height: 6.25rem;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.cooperative-partner .cooperative-lunbo .swiper-container .swiper-slide .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
}
.cooperative-partner .cooperative-lunbo .swiper-container .swiper-slide .bg:before,
.cooperative-partner .cooperative-lunbo .swiper-container .swiper-slide .bg:after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: '';
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.cooperative-partner .cooperative-lunbo .swiper-container .swiper-slide .bg:before {
  border-top: 2px solid #2a5490;
  border-bottom: 2px solid #2a5490;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cooperative-partner .cooperative-lunbo .swiper-container .swiper-slide .bg:after {
  border-right: 2px solid #2a5490;
  border-left: 2px solid #2a5490;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.cooperative-partner .cooperative-lunbo .swiper-container .swiper-slide:hover .bg:after,
.cooperative-partner .cooperative-lunbo .swiper-container .swiper-slide:hover .bg:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
.lunbo .lunbo-wenzi {
  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: 100%;
}
.lunbo .lunbo-wenzi .div1 {
 color: #FFF;

/* 1 */
text-shadow: 0px 8px 11.3px rgba(0, 24, 119, 0.40);
font-size: 3.75rem;
font-weight: 700;;
}
.lunbo .lunbo-wenzi .div2 {
  color: #FCFDFF;
  font-family: 'Montserrat';
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.lunbo .lunbo-wenzi ul li {
    position: relative;
    padding-left: 1.875rem;
    color: #FFF;
    font-size: 1.5rem;
    margin-top: 1.5rem;

}

.lunbo .lunbo-wenzi ul li::before {
    content: '';
    display: block;
    width: .8125rem;
    height: .8125rem;
    border-radius: 50%;
    background: #2A5490;
    position: absolute;
    left: 0;
    top: .625rem;
}
    
.lunbo .pages {
  bottom: 2.5rem;
  z-index: 3;
}
.lunbo .swiper-pagination {
  width: auto;
  position: relative;
}
.lunbo .swiper-pagination .swiper-pagination-bullet {
  width: 0.6875rem;
  height: 0.6875rem;
  opacity: 1;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 0.5rem;
  position: relative;
}
.lunbo .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  width: 1.375rem;
  height: 1.375rem;
  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%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  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 */
}
.lunbo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  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 */
}
.lunbo .swiper-slide {
  overflow: hidden;
  font-size: 0;
  position: relative;
}
/*.lunbo .swiper-slide::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: rgba(0, 0, 0, 0.3);*/
/*  left: 0;*/
/*  top: 0;*/
/*  z-index: 1;*/
/*}*/
.lunbo .swiper-slide .lunbo-wenzi {
  z-index: 2;
}
.lunbo .swiper-slide img {
  height: calc(100vh - 5.625rem);
  object-fit: cover;
  -webkit-animation: fd 30s ease-out infinite;
  -moz-animation: fd 30s ease-out infinite;
  -o-animation: fd 30s ease-out infinite;
  animation: fd 30s ease-out infinite;
}
.videos {
  height: calc(100vh - 5.625rem);
  object-fit: cover;
}
@keyframes scrool {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 7%;
  }
  100% {
    bottom: 5%;
  }
}
.scroll {
  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: 5%;
  animation: scrool 3s infinite;
  z-index: 3;
}
.scroll a {
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.scroll a p {
  width: 100%;
  margin-bottom: 0.5rem;
}
.scroll a svg {
  width: 0.3125rem;
  height: 1.01306rem;
}
.index-pro {
  background: url(../img/2.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 7.5rem 0 3.9rem;
}
.index-pro .index-pro-lunbo {
  display: none;
}
.index-pro .erji-div {
  background: transparent;
  margin-top: 1.5rem;
  border: none;
}
.index-pro .erji-div ul {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
}
.index-pro .erji-div ul li:hover,
.index-pro .erji-div ul li.active {
  transform: scaleY(1.1);
  border-left: 1px solid #2a5490;
  transform-origin: 0 100%;
}
.index-pro .lunbo-div .div-head {
  left: 0;
  top: 0;
}
.index-pro .lunbo-div .le {
  width: 38%;
}
.index-pro .lunbo-div .le .title {
  color: #000;
  margin-top: 10rem;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.666;
  /* 166.667% */
}
.index-pro .lunbo-div .le .title a {
  color: #000;
}
.index-pro .lunbo-div .le .miao {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-style: normal;
  margin-top: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  /* 144.444% */
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-pro .lunbo-div .re {
  width: 50%;
  text-align: left;
}
.index-pro .lunbo-div .re img {
  height: 34.6875rem;
  object-fit: cover;
}
.index-pro .lunbo-div .pad {
  width: 10%;
  bottom: 18%;
  left: 42%;
}
.index-pro .lunbo-div .pad .swiper-button-prev {
  left: 0;
}
.index-pro .lunbo-div .pad .swiper-button-next {
  right: 0;
}
.index-pro .lunbo-div .pad .swiper-button-next,
.index-pro .lunbo-div .pad .swiper-button-prev {
  background: #CECECE;
}
.index-pro .lunbo-div .pad .swiper-button-next svg,
.index-pro .lunbo-div .pad .swiper-button-prev svg {
  stroke: #fff;
}
.more1 a {
  color: #2a5490;
  font-size: 1rem;
  font-weight: 400;
}
.more1 a i {
  font-size: 1.25rem;
  font-weight: 700;
}
.more {
  margin-top: 2.4rem;
}
.more a {
  width: 9.375rem;
  height: 3.125rem;
  line-height: 3.125rem;
  display: inline-block;
  border-radius: 1.875rem;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  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: 1.25rem;
  font-weight: 700;
}
.more a:hover {
  background: #2a5490;
  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 */
  box-shadow: 5px 14px 2px rgba(12, 190, 103, 0.4);
  border: 1px solid #2a5490;
}
.us-ul {
  width: 100%;
}
.us-ul li {
  display: inline-block;
  margin: 0.2rem 0;
  cursor: pointer;
  position: relative;
}
.us-ul li svg {
  width: 18.3125rem;
  height: 18.2125rem;
}
.us-ul li svg path {
  fill: #FFF;
  fill-opacity: 0.2;
  stroke: #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 */
}
.us-ul li:hover .tu-img img {
  animation: swing 1s infinite linear;
}
.us-ul li:hover svg path {
  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 */
  fill: #2a5490;
  fill-opacity: 1;
}
.us-ul li .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%);
  z-index: 1;
}
.us-ul li .tu-img .p1 {
  color: #FFF;
  text-align: center;
  margin-top: 0.2rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  /* 175% */
}
.index-about {
  padding: 9rem 0;
}
.index-about .le {
  width: 40%;
  padding-top: 4rem;
}
.index-about .re {
  width: 50%;
  text-align: center;
}
.index-about .re .logo-div img {
  height: 4.875rem;
}
.index-about .div-head .head-en {
  color: #FFF;
}
.index-about .div-head .head-en span {
  background: #FFF;
}
.index-about .div-head .head-cn {
  color: #FFF;
}
.index-about .about-text {
  color: #FFF;
  margin-top: 2.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  /* 175% */
}
.index-about .more a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.index-solution {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: url(../img/3.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-solution .re {
  width: 50%;
  padding: 7.9rem 16rem 4.8rem 7.2rem;
}
.index-solution-img {
  width: 50%;
}
.index-solution-img li {
  display: none;
  height: 100%;
}
.index-solution-img li .overh {
  height: 100%;
}
.index-solution-img li .overh a {
  display: block;
  height: 100%;
}
.index-solution-img li img {
  height: 100%;
  object-fit: cover;
  -webkit-animation: fd2 10s ease-out infinite;
  -moz-animation: fd2 10s ease-out infinite;
  -o-animation: fd2 10s ease-out infinite;
  animation: fd2 10s ease-out infinite;
}
.index-solution-text {
  margin-top: 5.6rem;
}
.index-solution-text > div {
  display: none;
}
.index-solution-text .p1 {
  color: #000;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.66;
  /* 166.667% */
}
.index-solution-text .p1 a {
  color: #000;
}
.index-solution-text .miao {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 0.8rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 144.444% */
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-solution-ul {
  margin-top: 6.66rem;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.index-solution-ul li {
  color: #000;
  padding-left: 1.25rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.125;
  /* 312.5% */
  cursor: pointer;
  position: relative;
}
.index-solution-ul li::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 0%;
  top: 0;
  left: -2px;
  background: #2a5490;
  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-solution-ul li:hover,
.index-solution-ul li.active {
  color: #2a5490;
  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-solution-ul li:hover::after,
.index-solution-ul li.active::after {
  height: 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 */
}
.solution-div .overh img {
  height: 21.4375rem;
  object-fit: cover;
}
.index-news {
  background: url(../img/4.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 6.8rem 0 4.5rem;
}
.index-news-bot {
  margin-top: 2rem;
}
.index-news-bot .p1 {
  color: #010101;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index-news-bot .p1 a {
  color: #010101;
}
.index-news-bot .miao {
  color: rgba(6, 6, 6, 0.7);
  margin-top: 0.8rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-news-bot .nian {
  color: #2a5490;
  font-family: 'Montserrat';
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.index-news-bot .index-new-tui {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 1.8rem;
}
.index-news-bot .index-new-tui .overh img {
  height: 23.25rem;
  object-fit: cover;
}
.index-news-bot .index-new-tui .new-botd {
  padding-top: 2rem;
  padding-left: 6rem;
}
.index-news-bot .index-new-tui .new-botd .renqi {
  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%);
}
.index-news-bot .index-new-tui .new-botd .renqi .day {
  color: #2a5490;
  font-family: 'Montserrat';
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.index-news-bot .index-new-tui .new-botd .more1 {
  margin-top: 2.3rem;
}
.index-news-bot .index-new-tui:hover .p1 a {
  color: #2a5490;
}
.index-news-bot .index-new-tui: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: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.index-new-ul {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 1.6rem 1.87rem;
}
.index-new-ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.6rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.index-new-ul li .overh {
  width: 29%;
}
.index-new-ul li .overh img {
  height: 8.5625rem;
  object-fit: cover;
}
@media (max-width: 767px){
    .index-new-ul li .overh img {
        height: auto;
    }
}
.index-new-ul li .p1 {
  margin-top: 0.6rem;
}
.index-new-ul li:nth-child(1) {
  padding-top: 0;
}
.index-new-ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.index-new-ul li .re {
  width: 71%;
  /*height: 9.5625rem;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 1.1rem;
}
.index-new-ul li:hover .p1 a {
  color: #2a5490;
}
.index-new-ul li: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: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.er-ul {
  background: #fff;
  border: 1px solid #CECECE;
}
#header .na-ul > li .er-ul li {
  margin-left: 0;
  line-height: 2;
}
.heads .na-ul li > a {
  display: block;
}
#header .na-ul > li .er-ul {
  width: 200%;
  left: -50%;
}
#header .na-ul > li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  background: #2a5490;
  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 .na-ul > li:hover > a,
#header .na-ul > li.active > a {
  color: #2a5490;
}
#header .na-ul > li:hover::after,
#header .na-ul > li.active::after {
  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 */
}
.liu-boxs1 .lx-boxhover:hover .overh img {
  filter: brightness(1) invert(0);
}
.liu-boxs1 .lx-boxhover:hover {
  background: #2a5490;
}
.ban {
  overflow: hidden;
}
.ban img {
  -webkit-animation: fd 30s ease-out infinite;
  -moz-animation: fd 30s ease-out infinite;
  -o-animation: fd 30s ease-out infinite;
  animation: fd 30s ease-out infinite;
}
@media (max-width: 1440px) {
  .index-about {
    padding: 7rem 0;
  }
  .ban-wz .div1 {
    font-size: 2.5rem;
  }
  .ban-wz .div2 {
    font-size: 1.5rem;
  }
  .div-head .head-cn {
    font-size: 2.5rem;
  }
  .contact-top .div2 {
    font-size: 3rem;
  }
  .container {
    padding: 0 2rem;
  }
  .global_ul li .p1 {
    font-size: 4rem;
  }
  .global_ul li .p1 sup {
    top: -1.5rem;
  }
  .layout-box .div1 span {
    font-size: 3rem;
  }
  .index-solution .re {
    padding: 5rem 3rem;
  }
  .index-solution-text {
    margin-top: 2.6rem;
  }
  .index-solution-ul {
    margin-top: 3.66rem;
  }
  .index-solution-text .p1 {
    font-size: 2rem;
  }
}
@media (max-width: 990px) {
  .index-about .re {
    width: 55%;
  }
  .us-ul li svg {
    width: 14.3125rem;
    height: 14.2125rem;
  }
  .lunbo .lunbo-wenzi .div1 {
    font-size: 3rem;
  }
  .lunbo .lunbo-wenzi .div2 {
    font-size: 1.5rem;
  }
 
  .liu-boxs1 .lx-box {
    padding: 2rem 1rem;
  }
  .footer,
  .heads {
    display: none;
  }
  .ban-wz .div1 {
    font-size: 2rem;
  }
  .ban-wz .div2 {
    font-size: 1rem;
  }
  .div-head .head-cn {
    font-size: 2rem;
  }
  .contact-top .div2 {
    font-size: 2.5rem;
  }
  .pro-ban .title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .model-tanchu .modal-content .modal-title {
    font-size: 1.25rem;
  }
  .ban img {
    height: 15.625rem;
    object-fit: cover;
  }
  .wz-div {
    display: none;
  }
  .ban-wz {
    text-align: center;
  }
  .container {
    padding: 0 1rem;
  }
  .liu-box,
  .contact-us-top,
  .index-jion,
  .recruitment-zp {
    padding: 3rem 0;
  }
  .liu-box .form-box input {
    height: 3rem;
  }
  .liu-box .form-box .col-sm-6,
  .liu-box .form-box .col-sm-12 {
    margin-bottom: 0.9rem;
  }
  .liu-boxs1 .lx-box {
    padding: 2rem;
    height: auto;
    margin-bottom: 1rem;
  }
  .liu-boxs1 {
    margin-top: 2rem;
  }
  .contact-top {
    margin-top: 2rem;
  }
  .jion-div {
    padding: 2rem;
    margin-bottom: 1rem;
  }
  .div-head .head-cn {
    font-size: 1.5rem;
  }
  .contact-top .div2 {
    font-size: 2rem;
  }
  .contact-top .div1 span {
    font-size: 1.2rem;
  }
  .liu-box .form-box button {
    width: 8rem;
    line-height: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }
  .recruitment-zp .jion-bot {
    margin-top: 2rem;
  }
  .global_layout .global_ul {
    position: relative;
    top: 0;
    margin: 2rem  0;
    margin-top: 1rem;
  }
  .global_ul li .p1 {
    font-size: 2rem;
  }
  .global_ul li {
    margin-left: 2.5rem;
  }
  .global_ul li .p1 sup {
    font-size: 2rem;
    line-height: 1;
    top: 0rem;
  }
  .layout-box .div1 span {
    font-size: 1.5rem;
  }
  .layout-box .div1 {
    font-size: 1.12rem;
    height: 4rem;
  }
  .layout-box .div2 {
    padding: 2rem 0;
  }
  .layout-box .div2 .address-ul li {
    font-size: 1rem;
    margin-right: 0.5rem;
    line-height: 2;
  }
  .layout-box .div2 .p1 {
    font-size: 1.25rem;
  }
  .new-div {
    margin-bottom: 1rem;
  }
  .top-news .title {
    font-size: 1.5rem;
  }
  .new-xing .top-news {
    width: 100%;
  }
  .new-xing .re {
    width: 100%;
    margin-top: 2rem;
  }
  .top-news .news-con {
    padding: 2rem 0;
    margin-top: 1rem;
  }
  .feng .social-share {
    position: relative;
    margin-top: 0.3rem;
    top: 0%;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  .top-news .datas-yuan {
    text-align: center;
  }
  .new-xing,
  .solution-xinng {
    padding: 3rem 0;
  }
  .feng .social-share a {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }
  .solution-xinng .title {
    font-size: 1.5rem;
  }
  .solution-xinng .solution-con .div2,
  .solution-xinng .solution-con .div1 {
    width: 100%;
  }
  .solution-xinng .solution-con {
    margin-top: 2rem;
  }
  .erji-div {
    overflow-x: scroll;
  }
  .erji-div .container {
    padding: 0;
  }
  .erji-div .container ul {
    width: 66.75rem;
  }
  .new-box {
    padding: 3rem 0;
  }
  .pro-ban .le {
    width: 100%;
    height: auto;
  }
  .pro-ban .re {
    width: 100%;
    text-align: center;
    margin: 2rem 0;
  }
  .features .content ul li,
  .application .content{
      font-size: 1.25rem !important;
  }
  .pro-xing .div-head .head-cn{
      font-size: 22px !important;
  }
  .features .content,
  .application .content,
  .technical .technical-con{
      margin-top: 15px;
  }
  .pro-ban .re img {
    width: 80%;
  }
  .pro-ban .title {
    margin-top: 1.5rem;
  }
  .features .liu-boxs1 .lx-box {
    padding: 2rem 1rem;
    height: 18.75rem;
  }
  .features-lunbo .swiper-container {
    padding-bottom: 4rem;
  }
  .features .liu-boxs1 .lx-box .hao {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .features,
  .technical {
    padding:2rem 0;
  }
  .biaoge .table tbody tr td {
    font-size: 1rem;
    padding: 0.5rem;
  }
  .recommendation {
    padding: 3rem 0;
  }
  .recommendation .recommendation-lunbo .swiper-container {
    padding-bottom: 3rem;
  }
  .features .liu-boxs1 .lx-box {
    height: 245px;
  }
  .pro-ban .feng {
    bottom: 1rem;
  }
  .biaoge .table tbody tr td {
    height: auto;
  }
  .honours .honours-lunbo .swiper-container .swiper-slide {
    padding: 0.5rem;
  }
  .cooperative-partner,
  .honours {
    padding: 3rem 0;
  }
  .cooperative-partner .cooperative-lunbo .swiper-container .swiper-slide {
    padding: 0.5rem;
  }
  .company-profile .profile-div .global_ul li {
    margin-left: 1.5rem;
  }
  .global_ul li .p1 sup {
    margin-left: 0;
  }
  .index-pro .lunbo-div .re {
    width: 100%;
    text-align: center;
  }
  .index-pro .lunbo-div .le {
    width: 100%;
  }
  .index-pro .lunbo-div .le .title {
    font-size: 2rem;
  }
  .index-pro .lunbo-div .re img {
    height: 18rem;
  }
  .index-about .le {
    width: 100%;
  }
  .index-about .re {
    width: 100%;
    margin-top: 2rem;
  }
  .us-ul {
    width: 100%;
  }
  .us-ul li svg {
    width: 12.3125rem;
    height: 12.2125rem;
  }
  .index-about {
    padding: 0 0 3rem;
  }
  .index-solution-img {
    width: 100%;
  }
  .index-solution .re {
    width: 100%;
    padding: 3rem 1rem;
  }
  .index-solution-text .p1 {
    font-size: 1.5rem;
  }
  .index-news {
    padding: 3rem 0;
  }
  .index-news-bot .index-new-tui .overh img {
    height: auto;
  }
  .index-news-bot .index-new-tui {
    margin-bottom: 1rem;
  }
  .index-new-ul {
    padding: 1rem;
  }
  .index-news-bot .index-new-tui {
    padding: 1rem;
  }
  .rightfix1 {
    display: none;
    height: 0;
    overflow: hidden;
  }
  .index-pro {
    padding: 4rem 0;
  }
  .index-pro .lunbo-div .le .title {
    font-size: 1.4rem;
  }
  .lunbo .lunbo-wenzi .div1 {
    font-size: 26px;
  }
  .lunbo .lunbo-wenzi ul li{
      margin-top: 0;
      font-size: 1rem;
  }
  .lunbo .lunbo-wenzi .div2 {
    font-size: 1.2rem;
  }
   
  .index-pro .lunbo-div .pad {
    width: 100%;
    left: 0;
  }
  .lunbo .pages{
      bottom: 10px;
  }
  .index-pro .lunbo-div .pad .swiper-button-next,
  .index-pro .lunbo-div .pad .swiper-button-prev {
    position: absolute;
  }
  .lunbo .swiper-slide img {
    height: auto;
  }
}
.erji-div ul li a {
  height: 100%;
}
.pagination {
  justify-content: center;
  margin-top: 3rem;
}
.pagination li {
  width: 2.5rem;
  text-align: center;
  line-height: 2.4rem;
  border: 1px solid #ddd;
  margin: 0 0.125rem;
  border-radius: 0%;
  padding: 0 !important;
  background: #fff;
  height: 2.5rem;
  color: #2a5490;
  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 */
}
.pagination li a {
  color: #2a5490;
  display: block;
}
.pagination li.active,
.pagination li:hover {
  border-color: #2a5490;
  color: #fff;
  background: #2a5490;
  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 */
}
.pagination li.active span,
.pagination li:hover span,
.pagination li:hover a {
  color: #fff;
}
.pagination li a {
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
}
.contact-us-top .global_layout .global_ul {
  width: 59%;
}
.contact-us-top .global_layout .global_ul li {
  width: 33.333%;
  margin-left: 0;
  text-align: left;
}
.foot-fot1 .banquan a {
  color: #fff;
}

.application{
    padding:0 0 3rem ;
}
.application .content{
    margin-top: 2rem;
    font-size: 1.5rem;
}

.pro-xing .div-head .head-cn{
    font-size: 2rem;
}
@media (max-width: 767px) {
  .company-profile .profile-div .global_ul li {
    margin-left: 0;
    padding-left: 0;
  }
  .company-profile .profile-div .global_ul li .p1 {
    text-align: center;
  }
  .company-profile .profile-div .global_ul li .p2 {
    text-align: center;
  }
  .contact-us-top .global_layout .global_ul {
    width: 100%;
  }
  .contact-us-top .global_layout .global_ul li {
    text-align: center;
  }
  .contact-us-top .global_layout .global_ul li .p1 {
    text-align: center;
  }
  .contact-us-top .global_layout .global_ul li .p2 {
    text-align: center;
  }
}
.rightfix1 .bot li.tops {
  display: none;
  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 {
  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 */
}


.swiper-pagination-bullet:only-child {
    display: none !important;
}
