@charset "utf-8";

@font-face {
    font-family: 'Alibaba';
    src: url('Alibaba-PuHuiTi-Regular.ttf') format('truetype');
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: calc(100vw / 120);
  overflow-x: hidden;
}
/* 取消链接高亮 */
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,
p,
dl,
dt,
dd,
a,
img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100vw;font-family: "Alibaba";
}
body {
  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;
}
.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 */
}
.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%);
}
.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;
}
.wz {
  font-size: 1rem;
  line-height: 1.6;
}
.container {
  padding: 0 15rem;
  max-width: 100%;
}

footer {background: #2D3333;}
.footer .foot-top {padding: 5.5rem 0 1.5rem;}
.footer .foot-top .p1 {font-size: 1.125rem;line-height: 1.5rem;letter-spacing: 0.0625rem;color: #FFFFFF;margin-bottom: 1rem;font-weight: 700;}
.footer .foot-top .foot-ul { display:flex;}
.footer .foot-top .foot-ul li { width:15%;}
.footer .foot-top .foot-ul li:last-child { width:25%;}
.footer .foot-top .foot-a {font-size: 1rem;line-height: 1.5;color: rgba(255, 255, 255, 0.8);}
.footer .foot-top .foot-a i {font-size: 1rem;}
.footer .foot-top .foot-a > a {color: #FFFFFF;display: block;line-height: 2;}
.footer .foot-top .foot-a > a:hover {color: #0062ab;}
.footer .foot-top .lx-foot  {margin-top: 1.875rem;}
.footer .foot-top .lx-foot > div {margin-bottom: 1.875rem;position: relative;padding-left: 3.125rem;}
.footer .foot-top .lx-foot > div span {position:absolute;left:0;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;line-height:2.5rem;text-align:center;}
.footer .foot-top .lx-foot > div span i {color: #6C7070 !important;font-size: 1.25rem;}
.footer .foot-top .p2 {font-size: 1.75rem;letter-spacing: 0.0625rem;color: #0062ab;}
.footer .foot-bot {padding: 0.875rem 0;background: #252A2A;font-size: 0.9375rem;border-top: 0.0625rem solid #6e6e6e;}
.footer .foot-bot {color: rgba(255, 255, 255, 0.5);font-size: 1rem;}


/* 手机端样式*/
 
 
.pagination {
  justify-content: center;
}
.pagination li {
  width: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  border: 1px solid #ddd;
  margin: 0 0.125rem;
  height: 2.5rem;
}
.pagination li.active {
  border-color: #0062ab;
  color: #fff;
  background: #0062ab;
}
.pagination li.active span {
  color: #fff;
}
.pagination li a {
  display: block;
}
.container {
  width: 100%;
  max-width: 100%;
}
 
 
.lunbo .swiper-slide img {
  height: 100vh;
  object-fit: cover;
}
.foot-fot1 {
  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;
  }
  .footer .foot-bot {
    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;
  }
}
@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;
  }
}
#header {
  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-size: 0.875rem;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  color: #fff;
  line-height: 5.4375rem;
}
#header.sticky {
  background:rgba(0,0,0,0.5);
  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: 5rem;
}
#header .xanss {
  color: #CDCDCD;
  display: inline-block;
  margin: 0 0.8125rem;
}
#header .na-ul > li {
  margin-right: 3.125rem;
  float: left;
}
#header .na-ul > li > a {
  font-size: 1rem;
  color: #fff;
  display: block;
  position: relative;
}
#header .na-ul > li > a i {
  font-size: 0.75rem;
  color: #000;
}
#header .na-ul > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  bottom: 0;
  width: 0%;
  background: #0062ab;
  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: #0062ab;
}
#header .na-ul > li:hover > a::after,
#header .na-ul > li.active > a::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 */
}
#header .sousuo i {
  font-size: 1.125rem;
  font-weight: bold;
}
header .lanuage {
  padding: 0 1.125rem;
  position: relative;
  margin-right: 1.25rem;
  margin-left: 3.5625rem;
}header .lanuage:hover ul {
    display: block;
}
header .lanuage ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    line-height: 1.875rem;
    text-align: center;
    padding: 0.625rem 0;
    display: none;
}
header .lanuage ul li a {
    justify-content: center;
}header .lanuage ul li:hover a {
    color: #0062ab;
}
header .lanuage::before {
  left: 0;
}
header .lanuage::after {
  right: 0;
}
header .lanuage::before,
header .lanuage::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1rem;
  background: rgba(255, 255, 255, 1);
}
header .lanuage .iconfont {
  font-size: 0.875rem;
  margin-left: 0.25rem;
  display: block;
  margin-right: 0.375rem;
}
header .lanuage a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1rem;
}
header .lanuage ul li a{
    color: #333;
}


.lunbo .swiper-slide {
  height: 100vh;
}
.lunbo .lunbo-wz {
  width: 100%;
}
.lunbo .lunbo-wz .div1 {
  margin-top: 0.625rem;
  line-height: 1;
  /* or 150% */
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
}
.lunbo .lunbo-wz .lunbo-ul {
  margin-top: 1.5rem;
}
.lunbo .lunbo-wz .lunbo-ul li {
  float: left;
  color: #fff;
  margin-right: 1.25rem;
  width: 5.625rem;
  height: 5.625rem;
  text-align: center;
  border: 1px dashed #fff;
  font-weight: 700;
  font-size: 1.5rem;
  border-radius: 100%;
  display: table;
}
.lunbo .lunbo-wz .lunbo-ul li > div {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}
.lunbo .swiper-button-next {
  background: transparent;
  right: 5%;
}
.lunbo .swiper-button-next i {
  font-size: 2.5rem;
}
.lunbo .swiper-button-prev {
  left: 5%;
  background: transparent;
}
.lunbo .swiper-button-prev i {
  font-size: 2.5rem;
}
.head-hd {
  font-weight: 700;
  font-size: 2.9rem;
  color: #040404;
}
.head-en {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #183E7D;
}
.head-miao {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  /* or 175% */
  text-align: justify;
  color: rgba(0, 0, 0, 0.8);
}
.more a {
  display: inline-block;
  border-radius: 0.3125rem;
  padding: 0 2.1875rem;
  line-height: 3.125rem;
  font-weight: 500;
  font-size: 1rem;
  background: #2658A0;
  color: #fff;
  border-radius: 0.625rem;
}
.wen-en {
  font-size: 18.75rem;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  position: absolute;
}
.white-wz {
  color: #fff;
}
.white-wz a {
  color: #fff;
}
.white-wz > div {
  color: #fff;
}


.index-pro {background: #F9F9F9;padding: 8.1875rem 0 3.125rem;overflow: hidden;position: relative;}
.index-pro:after {content: '';position: absolute;z-index: 1;width: 100%;height: 50%;background: #2658A0;top: 0;left: 0;right: 0;}
.index-pro .container {position: relative;z-index: 4;}
.index-pro .pro-top .head-miao {width: 54%;}
.index-pro .swiper-container {padding-bottom: 1.875rem;}
.index-pro .wen-en {width: 100%;top: 4.6875rem;text-align: center;z-index: 2;left: 0;right: 0;}
.index-pro .index-lunbo-pro {margin-top: 3.625rem;}
.index-pro .more {margin-top: 3rem;}
.pro-div {background: #FFF;box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);border-radius: 10px;padding: 2.25rem 1.5rem;}
.pro-div .miaosu {margin-top: 1.875rem;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 1;font-size: 1.2rem;line-height: 1.5;color: rgba(0, 0, 0, 0.7);}
.pro-div .miaosu a {color: rgba(0, 0, 0, 0.7);}

.jiantou a {width: 3.75rem;height: 3.75rem;background: #2658A0;border-radius: 0.625rem;text-align: center;line-height: 3.75rem; display:inline-block;}
.jiantou a i{display: flex;flex-wrap:wrap; justify-content:center;align-items: center;}
.jiantou a i img{ width:1rem;}

.index-industry {position: relative;}
.index-industry .industry-wz {left: 0;right: 0;top: 10%;z-index: 2;}
.index-industry .index-industry-lunbo .industry-wz {left: 50%;top: 50%;transform: translate(-50%, -50%);color: #FFF;text-align: center;background: rgba(0, 0, 0, 0.2);border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 5.9375rem;width: 40.3125rem;height: 40.3125rem;display: table;border-radius: 100%;
}
.index-industry .index-industry-lunbo .industry-wz .industry-nr {display: table-cell;vertical-align: middle;position: relative;z-index: 33;}
.index-industry .index-industry-lunbo .industry-wz .title {font-size: 3.125rem;line-height: 1.5;margin-top: 0.625rem;display: -webkit-box;overflow: hidden;text-align:center;}
.index-industry .index-industry-lunbo .industry-wz .title a { display:block; width:100%;color: #FFF;text-align:center;}
.index-industry .index-industry-lunbo .industry-wz .wz-hh {font-weight: 400;font-size: 1.125rem;line-height: 1.5;margin-top: 1.875rem;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;}
.index-industry .index-industry-lunbo .industry-wz .wz-hh a {color: #FFF;}
.index-industry .index-industry-lunbo .industry-wz .jiantou {margin-top: 3.5625rem;}
.index-industry .index-industry-lunbo .industry-wz .jiantou a {border: 1px solid #fff;background: transparent;}
.index-industry .index-industry-lunbo .industry-wz .jiantou a i{display: flex;flex-wrap:wrap; justify-content:center;align-items: center;}
.index-industry .index-industry-lunbo .industry-wz .jiantou a img{ width:2rem; margin-top:1rem;}
.index-industry .industry-ul {top: 50%;transform: translateY(-50%);right: 7.5rem;z-index: 3;width: 12%;}
.index-industry .industry-ul li {font-style: normal;font-weight: 500;font-size: 1.25rem;line-height: 2.5;text-transform: uppercase;color: #FFFFFF;position: relative;cursor: pointer;}
.index-industry .industry-ul li::after {content: '';position: absolute;top: 50%;transform: translateY(-50%);left: -1.875rem;width: 16px;height: 1px;background: #fff;}
.index-industry .industry-ul li.active {font-weight: 700;font-size: 1.75rem;}
.index-industry .industry-ul li.active::after {width: 3.375rem;left: -4.25rem;}


.index-about { width:100%; position:relative;padding: 8.75rem 0;overflow: hidden;}
.index-about::after {content: '';position: absolute;left:0;top:0;width:1.5rem;height:100%;background: #2658A0;}
.index-about .left {width: 42%;}
.index-about .head-miao {margin: 2rem 0 3rem;text-indent:2em;}
.index-about .shu-ul {margin-top: 6.0625rem;}
.index-about .shu-ul li {float: left;width: 33.33%;}
.index-about .shu-ul li .p1 {color: #0062ab;}
.index-about .shu-ul li .p1 span {font-weight: 700;font-size: 3.75rem;line-height: 4.5rem;text-transform: uppercase;color: #0062ab;}
.index-about .shu-ul li .p1 sup {font-weight: 700;font-size: 1.5rem;text-transform: uppercase;position: relative;top: -1.875rem;}
.index-about .shu-ul li .p2 {font-weight: 400;font-size: 1.125rem;line-height: 1.5;text-transform: uppercase;color: rgba(0, 0, 0, 0.8);}
.index-about .baout-img {top: 50%;transform: translateY(-50%);right: 0;width: 50%;}
.index-about .baout-img img {border-top-left-radius: 4.375rem;border-bottom-left-radius: 4.375rem;}

.more a {position: relative;overflow: hidden;}
.more a span {position: relative;z-index: 2;}
.more a::before {content: '';position: absolute;width: 100%;height: 100%;background: #0062ab;left: -100%;top: 0;transition: 400ms ease-in-out;}
.more a:hover {background: #0062ab;color: #fff;transition: 400ms ease-in-out;}
.more a:hover::before {left: 0;transition: 400ms ease-in-out;}

.index-new {background: #F9F9F9;padding: 5rem 0 9.375rem;}
.index-new::after {content: '';position: absolute;width: 100%;left: 0;bottom: 0;height: 18.875rem;background: #2658A0;z-index: 1;}
.index-new .container {position: relative;z-index: 2;}
.index-new .more {margin-top:2rem;}
.index-new .new-bot {margin-top: 2.5rem;}
.index-new .new-div {margin-bottom: 1.25rem;}
.index-new .wen-en {left: 0;line-height: 1;bottom: 0;z-index: 2;}

.index-new .new-div {background: #FFF;padding: 1.875rem;box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);border-radius: 0.625rem;}
.index-new .new-div .overh {border-radius: 0.625rem;}
.index-new .new-div .new-type {margin-top: 1rem;}
.index-new .new-div .new-type span {color: #2658A0;display: inline-block;padding: 0.3125rem 0.9375rem;background: #E9F2FF;border-radius: 4px;}
.index-new .new-div .tile {font-weight: 700;margin-top: 1.125rem;font-size: 1.125rem;line-height: 1.5;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;}
.index-new .new-div .tile a {color: rgba(0, 0, 0, 0.9);}
.index-new .new-div .miao {margin-top: 0.6875rem;display: -webkit-box;overflow: hidden;text-overflow: ellipsis; font-size: 1rem;line-height: 1.6;}
.index-new .new-div .miao a {color: rgba(0, 0, 0, 0.6);}
.index-new .new-div .rq-div {font-size: 1rem;line-height: 1.6;color: rgba(0, 0, 0, 0.5);margin-top: 1.625rem;}
.index-new .new-div .rq-div span {display: inline-block;width: 70%;height: 1px;position: relative;float: right;top: 0.625rem;background: #2658A0;box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);}


.feng {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: bold;
}
.ban .ban-wz {
  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: #FFF;
}
.ban .ban-wz .p1 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
}
.ban .ban-wz .p2 {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.ban .wz-positon {
  bottom: 0;
  left: 0;
  padding: 1.25rem 0;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #FFFFFF;
}
.ban .wz-positon a {
  color: #FFFFFF;
}
.ban .wz-positon a:hover {
  color: #0062ab;
}
.two-nav-ul {
  border-bottom: 1px solid #0000001A;
}
.two-nav-ul li {
  display: inline-block;
}
.two-nav-ul li a {
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  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 */
  padding: 1.875rem 1.5625rem;
}
.two-nav-ul li:hover a,
.two-nav-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: #0062ab;
  color: #fff;
}
 

.n_tit {font-weight: 700;font-size: 1.625rem;line-height: 2.375rem;padding-bottom: 0.9375rem;border-bottom: 1px solid rgba(0, 0, 0, 0.2);color: #000000;position: relative;}
.n_tit::after {content: '';position: absolute;width: 6rem;height: 2px;left: 0;bottom: -1px;background: #2658A0;}


.n_about{ width:100%; position:relative;background: #F9F9F9;padding: 5rem 0;}
.n_about .box { width:100%; position:relative;background: #fff;margin-bottom: 2.5rem;padding:3rem 2rem;min-height: 35rem;}
.n_about .box .txt {font-size: 1rem;line-height: 2;margin-top: 1.5625rem;color: rgba(0, 0, 0, 0.7); text-align:justify;}
 
.contact-top {
  padding: 5.625rem 0;
}
.contact-top .contact-xfs {
  background: #F9F9F9;
  padding: 3.125rem;
}
.contact-top .contact-xfs .xians {
  position: relative;
}
.contact-top .contact-xfs .xians::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 22%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.contact-top .contact-xfs .xians::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 58%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.contact-top .contact-xfs .biaoti {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.375rem;
  /* identical to box height */
  text-transform: uppercase;
  color: #183E7D;
  margin-bottom: 2.5rem;
}
.contact-top .contact-xfs .p1 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  /* or 130% */
  color: #183E7D;
  margin-bottom: 1.375rem;
}
.contact-top .contact-xfs .div1 {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.8);
}
.contact-top .contact-xfs .div1 span {
  display: inline-block;
  width: 14%;
  color: rgba(0, 0, 0, 0.4);
}
.contact-top .contact-del {
  border-radius: 1.875rem;
  overflow: hidden;
  margin-top: 3.75rem;
}
 
 

 
 
.new-new {background: #F9F9F9;padding: 5rem 0 9.375rem;}
.new-new ul {margin-top: 3.625rem;}  
.new-new ul li {background: #fff;border-radius: 0.625rem;margin-bottom: 2.5rem;}   
.new-new ul li .new-div {background: #FFF;padding: 1.875rem;box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);border-radius: 0.625rem;}
.new-new ul li .new-div .new-type {margin-top: 1rem;}
.new-new ul li .new-div .new-type span {color: #2658A0;display: inline-block;padding: 0.3125rem 0.9375rem;background: #E9F2FF;border-radius: 4px;}
.new-new ul li .new-div .tile {font-weight: 700;margin-top: 1.125rem;font-size: 1.125rem;line-height: 1.5;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;}
.new-new ul li .new-div .tile a {color: rgba(0, 0, 0, 0.9);}
.new-new ul li .new-div .miao {margin-top: 0.6875rem;display: -webkit-box;overflow: hidden;text-overflow: ellipsis; font-size: 1rem;line-height: 1.6;}
.new-new ul li .new-div .miao a {color: rgba(0, 0, 0, 0.6);}
.new-new ul li .new-div .rq-div {font-size: 1rem;line-height: 1.6;color: rgba(0, 0, 0, 0.5);}
.new-new ul li .new-div .rq-div span {display: inline-block;width: 70%;height: 1px;position: relative;float: right;top: 0.625rem;background: #2658A0;box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);}
.new-new ul li:hover .new-div .tile a { color:#0062ab;}  


 
 
.wz-yuan {
  width: 100%;
  height: 100%;
  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%);
}
.new-div {
  cursor: pointer;
}
.new-div 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 .rq-div span {
  background: #0062ab;
}
.new-div:hover .tile a {
  color: #0062ab;
}
.pro-div {
  cursor: pointer;
}
.pro-div 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 */
}
.pro-div .jiantou {
  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 */
}
.pro-div: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.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);
}
.pro-div:hover .tile a {
  color: #0062ab;
}
.pro-div:hover .tile::after {
  background: #0062ab;
  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 */
}
.pro-div:hover .jiantou {
  right: 4rem;
  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 */
}
.pro-div:hover .jiantou a {
  background: #0062ab;
  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 .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 .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: #0062ab;
}
.lunbo .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 .swiper-pagination {
  bottom: 5%;
  right: 10%;
}
.lunbo .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #CCC;
}
.lunbo .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 .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 {
  bottom: 5%;
  left: 10%;
  width: 10%;
}
.lunbo-page .swiper-button-next,
.lunbo-page .swiper-button-prev {
  width: 3.125rem;
  left: auto;
  right: auto;
  text-align: center;
  background: transparent;
  position: relative;
  top: auto;
  margin: 0 1rem;
  border: 1px solid #fff;
  border-radius: 0.625rem;
  height: 3.125rem;
  line-height: 3.125rem;
}
.lunbo-page .swiper-button-next i,
.lunbo-page .swiper-button-prev i {
  font-size: 1rem;
  color: #fff;
}
.lunbo-page .swiper-button-next i img,
.lunbo-page .swiper-button-prev i img { width:1.5rem; margin-top:1rem;
}
 
.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
 
.log-div img {
  width: 12.875rem; margin-top:1.2rem;
}
@media (max-width: 1600px) {
  .index-industry .industry-ul {
    width: 14% ;
  }
  .index-about .head-miao {
    margin: 3.75rem 0 2.5625rem;
  }
  .lunbo .lunbo-wz .div1 {
    font-size: 3rem;
  }
}
@media (max-width: 1440px) {
  .index-about .shu-ul li .p1 span {
    font-size: 2.5rem;
  }
  .index-about .head-miao {
    margin: 3.75rem 0 2.5625rem;
  }
  .index-about .wen-en::after {
    top: 95%;
  }
 
  .footer .foot-top .foot-ul li {
    margin-right: 6%;
  }
  .head-hd {
    font-size: 2.4rem;
  }
  .index-industry .index-industry-lunbo .industry-wz {
    width: 35.3125rem;
    height: 35.3125rem;
  }
  .ban .ban-wz .p1 {
    font-size: 2.4rem;
  }
  .ban .ban-wz .p2 {
    font-size: 1.3rem;
  }
 
}
 
 
.index-industry .index-industry-lunbo .industry-wz .industry-nr img {
  width: 4.375rem;
}
 
.new-list-ul .new-div img {
  height: 16.875rem;
  object-fit: cover;
}
 
@media (max-width: 990px) {
  .index-industry .index-industry-lunbo .industry-wz .industry-nr {
    padding: 1.25rem;
  }
  .lunbo .swiper-slide img {
    display: none;
  }
  .index-industry .industry-ul li {
    font-size: 1rem;
  }
  .index-industry .industry-ul li.active {
    font-size: 1.1rem;
  }
 
  body {
    overflow-x: hidden;
  }
  #header {
    display: none;
  }
  .lunbo .lunbo-wz .div2 {
    font-size: 2.5rem;
  }
  .container {
    padding: 0 15px;
  }
  .lunbo-page {
    display: none;
  }
  .lunbo .swiper-pagination {
    width: 100%;
  }
  .index-about .wen-en {
    display: none;
  }
  .index-about .left {
    width: 100%;
  }
  .index-about .baout-img {
    position: relative;
    width: 100%;
    top: 0%;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  .index-about .baout-img img {
    border-radius: 0;
  }
  .index-pro,
  .index-about,
  .index-new {
    padding: 3rem 0;
    overflow: hidden;
  }
  .index-industry-lunbo .swiper-slide > img {
    height: 100vh;
    object-fit: cover;
  }
  .index-industry .index-industry-lunbo .industry-wz {
    width: 25.3125rem;
    height: 25.3125rem;
    padding: 0 0.625rem;
  }
  .index-industry .index-industry-lunbo .industry-wz .title {
    font-size: 1.4rem;
  }
  .index-industry .industry-ul {
    right: 5%;
  }
  .index-industry .index-industry-lunbo .industry-wz .jiantou {
    margin-top: 1rem;
  }
  .index-about .baout-img {
    margin-top: 1rem;
  }
  .index-about .shu-ul {
    margin-top: 1rem;
  }
  .ban .ban-wz .p1 {
    font-size: 1.8rem;
  }
  body {
    padding-top: 3.75rem;
  }
  .contact-top .contact-xfs .xians::before {
    display: none;
  }
  .contact-top .contact-xfs {
    padding: 2rem;
  }
  .contact-top .contact-del {
    margin-top: 1rem;
  }
  .contact-top .contact-xfs .xians .col-lg-6 {
    margin-bottom: 1rem;
  }
  .contact-top .contact-xfs .biaoti {
    margin-bottom: 1rem;
  }
 
}
 
 
@media (max-width: 767px) {
  .lunbo .swiper-slide .l0 {
    top: 30%;
  }
 
 
  .lunbo .swiper-slide {
    height: auto;
  }
  .lunbo .swiper-slide img {
    height: calc(100vh - 60px);
  }
  .lunbo .swiper-slide video {
    display: none;
  }
  .rongs-div .overh img {
    height: auto;
  }
  .index-industry .industry-ul li::after {
    display: none;
  }
  .lunbo .lunbo-wz .div1 {
    margin-top: 1rem;
  }
  .contnet .head-miao {
    margin-top: 1rem;
  }
  .lunbo .swiper-pagination-bullet.swiper-pagination-bullet-active .xian-spa {
    width: 2rem;
  }
  .head-hd {
    font-size: 1.5rem;
  }
  .head-en {
    font-size: 1.2rem;
  }
  .index-about .head-miao {
    margin: 1rem;
  }
  .index-industry .industry-ul li {
    font-size: 1rem;
  }
  .index-industry .industry-ul li.active {
    font-size: 1rem;
  }
  .index-industry .industry-ul {
    width: 100%;
    right: 0;
    top: auto;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    bottom: 10%;
  }
  .index-industry .industry-ul li {
    float: left;
    text-align: center;
    width: 30%;
  }
  .index-industry .industry-ul li.active::after {
    left: -1.875rem;
    width: 1rem;
  }
  .lunbo .lunbo-wz .div2 {
    font-size: 1.5rem;
  }
  .lunbo .lunbo-wz {
    width: 100%;
  }
  .index-pro .pro-top .head-miao {
    width: 100%;
  }
  .index-industry .index-industry-lunbo .industry-wz {
    top: 43%;
  }
  .index-new .new-ul li {
    padding: 0.5rem 1rem;
  }
  .more a {
    padding: 0 1rem;
  }
  .pro-div {
    padding: 1rem 1rem 3rem;
  }
  .jiantou a {
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
  }
  .jiantou a i {
    font-size: 1rem;
  }
  .pro-div .jiantou {
    bottom: -0.5625rem;
  }
  .index-pro .more {
    margin-top: 1rem;
  }
  .index-pro .index-lunbo-pro {
    margin-top: 1rem;
  }
  .index-about .shu-ul li .p1 span {
    font-size: 1.5rem;
  }
  .index-about .shu-ul li .p1 sup {
    font-size: 1rem;
    top: 0;
  }
  .ban .wz-positon,
  .two-nav-ul {
    display: none;
  }
  .ban img {
    height: 18.75rem;
    object-fit: cover;
  }
  .contnet {
    padding: 3rem 0;
  }
  .ban .ban-wz .p2 {
    font-size: 1rem;
  }

 
  .contact-top {
    padding: 3rem 0;
  }
  .contact-top .contact-xfs .biaoti {
    font-size: 1.4rem;
  }
  .contact-top .contact-del {
    border-radius: 0;
  }
 
  .index-new .new-div {
    padding: 1rem;
  }
  .new-list-ul li .new-div .overh {
    width: 100%;
  }
  .new-list-ul li .new-div .overh img {
    height: auto;
  }
  .new-list-ul li .new-div .fr {
    width: 100%;
    padding-top: 1rem;
  }
  .new-list-ul li .new-div {
    padding: 1rem;
  }
  .new-list-ul li {
    margin-top: 1rem;
    width: 100%;
  }
  .contnet .pro-div {
    margin-bottom: 2rem;
  }
 
  .pro-div .tile {
    padding-bottom: 0;
  }
 
 
  .lunbo .lunbo-wz .div1 {
    font-size: 2rem;
  }
  .lunbo .lunbo-wz .lunbo-ul li {
    font-size: 1.2rem;
  }
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
 

.foot-fot1 {
  background: #2658A0;
  color: #fff;
}
.foot-fot1 .banquan {
  padding: 1rem;
}

 
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.ban .wz-positon span:last-child {
  display: none;
}
#header .na-ul > li {
  position: relative;
}
#header .na-ul > li .er-ul {
  width: 10.75rem;
  left: -86%;
  transition: 200ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
}
#header .na-ul > li .er-ul li {
  margin-right: 0;
  display: block;
  width: 100%;
}
#header .na-ul > li .er-ul li a {
  color: #000;
  display: block;
  text-align: center;
  font-size: 1rem;
}
#header .na-ul > li .er-ul li:hover {
  background: #0062ab;
}
#header .na-ul > li .er-ul li:hover a {
  color: #FFf;
}
#header .na-ul > li:hover:nth-child(4) .er-ul {
  transition: 400ms ease-in-out;
  transform: scaleY(1);
  opacity: 1;
}
 
 
.loadmore {
  text-align: center;
}
.loadmore span {
  color: #0062ab;
  border: 1px solid #0062ab;
  display: inline-block;
  padding: 0.3125rem 1rem;
}
.index-industry .index-industry-lunbo .industry-wz {
  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-industry .index-industry-lunbo .industry-wz:hover {
  background: rgba(0, 0, 0, 0.6);
  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-industry .index-industry-lunbo .industry-wz:hover .jiantou a {
  background: #fff;
}
.index-industry .index-industry-lunbo .industry-wz:hover .jiantou a i {
  color: #0062ab;
}
.index-industry-lunbo .swiper-slide > img {
  animation: banner 20s infinite;
}
@keyframes banner {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}


 
@media (max-width: 990px) {
  .foot-fot1 {
    display: block;
  }
}
.baout-img img {
  width: 100%;
}
.index-industry-lunbo .swiper-slide::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.footer .foot-top .foot-ul li:nth-child(1) {
  display: none;
}
 
 
 
