@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;
}

*::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}

*::-webkit-scrollbar-button {
    display: none;
}

*::-webkit-scrollbar-track {
    background-color: #eee;
}

*::-webkit-scrollbar-thumb {
    background-color: #bb0f25;
}



/* 禁止缩放表单 */
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;
}
@font-face {
  font-family: 'montserrat';
  font-display: swap;
  src: url('../fonts/Montserrat-Regular-8.otf');
}
body {
  font-family: -apple-system, BlinkMacSystem, 'Noto Sans SC', 'montserrat', 'sourcehansans';
  font-size: 1rem;
  height: 100%;
  overflow: hidden;
}
.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: top;
  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;
  }
}
.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 #bb0f25;
  border-bottom: 2px solid #bb0f25;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.line .bg:after {
  border-right: 2px solid #bb0f25;
  border-left: 2px solid #bb0f25;
  -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);
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 5rem;
  padding: 0 3.44rem;
  z-index: 990;
  line-height: 5rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header.active {
  line-height: 4rem;
  height: 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 */
}
#header .na-ul > li {
  display: inline-block;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0 1.875rem;
}
#header .na-ul > li > a {
  color: #FFF;
  position: relative;
  display: block;
}
#header .na-ul > li > a::after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #bb0f25;
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform-origin: center center;
}
#header .na-ul > li:hover > a {
  color: #bb0f25;
}
#header .na-ul > li:hover > a::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 */
}
#header .deng-div {
  color: #FFF;
  padding-left: 1.5rem;
}
#header .deng-div svg {
  width: 1.25rem;
  height: 1.25rem;
}
#header .sou-div {
  margin-left: 1.5rem;
}



.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .tcas {
  width: 20%;
  max-width: 5.625rem;
  margin: 0 auto 1rem;
}
.pc-banner .mySwipera .tcas img {
  width: 100%;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img img {
    height: auto;
  }
}
.pc-banner .mySwipera .swiper-slide .img img.aimg {
  visibility: hidden;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img img.aimg {
    visibility: inherit;
  }
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  left: 0;
  top: 50%;
  z-index:9999;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  text-transform: uppercase;
}
.pc-banner .mySwipera .banwez1 .tit {
  font: 700 3.375rem/1.1em "Poppins";
  margin-top: 1rem;
  padding: 0 10%;
  color:#fff
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 1.5rem;
    margin-top: 0.5em;
    padding: 0;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  font: 400 1.25rem/1.1em "Poppins";
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1rem;
  }
}
.pc-banner .mySwipera .banwez1 a.more-msl {
  margin-top: 1.8rem;
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 3%;
  width: 100%;
  z-index: 9;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1a {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1a {
    width: 100%;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1a span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin-right: 1rem;
  border: 1px solid #fff;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1a span.swiper-pagination-bullet-active {
  background: #fff;
}
.pc-banner a.mouse {
  position: absolute;
  bottom: 5%;
  width: 3.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
  -webkit-animation: run 1s infinite linear;
     -moz-animation: run 1s infinite linear;
       -o-animation: run 1s infinite linear;
          animation: run 1s infinite linear;
}
.pc-banner a.mouse img {
  width: 100%;
}


.index-video {
  overflow: hidden;
  font-size: 0;
}
.index-video .fp-overflow {
  overflow: hidden;
}
.index-video video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.index-video::after {
  /*position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;*/
}
.index-video .video-sp {
  color: #fff;
  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: 3;
}
.index-video .video-sp .div1 {
  color: #FFF;
  font-family: 'montserrat';
  font-size: 3rem;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.index-video .video-sp .div2 {
  color: #FFF;
  font-size: 3.4375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.index-video .yausns {
  z-index: -1;
  top: -1.5rem;
}
.more {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.more a,
.more button {
  border-radius: 1.875rem;
  border: 1px solid #FFF;
  width: 8.75rem;
  height: 2.5rem;
  display: inline-block;
  color: #FFF;
  text-align: center;
  line-height: 2.5rem;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.more a::after,
.more button::after {
  content: '';
  position: absolute;
  background: #bb0f25;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: -1;
  border-radius: 1.875rem;
  top: 0;
  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 */
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}
.more a:hover::after,
.more button:hover::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);
  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 */
}
.log-div img {
  width: 7.0625rem;
}
.index-about {
  background: url(../images/aboutbg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  color: #FFF;
}
.index-about::after {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.index-about .container {
  position: relative;
  z-index: 2;
}
.index-about .le {
  width: 43%;
}
.index-about .shu-ul {
  width: 40%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index-about .shu-ul li {
  width: 50%;
}
.head-p .p-cn {
  color: #FFF;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
}
.head-p .p-cn::after {
  position: absolute;
  content: '';
  width: 2.8125rem;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #fff;
}
.head-p .p-en {
  color: #FFF;
  margin-top: 0.5rem;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-family: 'montserrat';
}
.head-zhai {
  color: #FFF;
  text-align: justify;
  margin-top: 1.6rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  /* 166.667% */
  text-transform: uppercase;
}
.shu-ul {
  margin-top: 1.875rem;
}
.shu-ul li {
  padding: 2.1875rem 0;
}
.shu-ul li .yausns {
  top: 1.5rem;
  z-index: -1;
  left: -0.5rem;
}
.shu-ul li .yausns img {
  width: 2.8125rem;
}
.shu-ul li .p1 {
  color: #FFF;
  font-family: 'montserrat';
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.shu-ul li .p1 span {
  font-size: 3.4375rem;
}
.shu-ul li .p2 {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 500;
}



.biankuang {
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(255,255,255,0.5);
}

.biankuang_1 {
  height: .125rem;
  top: 1rem;
  left: 1rem;
  width: 0;
}

.biankuang_2 {
  height: 0;
  top: 1rem;
  left: 1rem;
  width: .125rem;
}

.biankuang_3 {
  height: 0;
  bottom: 1rem;
  right: 1rem;
  width: .125rem;
}

.biankuang_4 {
  height: .125rem;
  bottom: 1rem;
  right: 1rem;
  width: 0;
}


.cont3 {
  max-height: 100vh;
  overflow: hidden;
}

.index-pro {
  background: url(../images/probg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.index-pro .head-p {
  top: 20%;
}



@media (max-width: 990px) {
  .index-pro .a3_v1 {
    padding: 4.5rem 0;
  }
}

@media (max-width: 768px) {
  .index-pro .a3_v1 {
    padding: 2rem 0;
  }
}

.index-pro .a3_v1 .a3_b1 {
  width: 22.22222%;
}

@media (max-width: 768px) {
  .index-pro .a3_v1 .a3_b1 {
    width: 100%;
  }
}

.index-pro .a3_v1 .a3_b1 a.more-msl {
  margin-top: 32%;
}

@media (max-width: 768px) {
  .index-pro .a3_v1 .a3_b1 a.more-msl {
    margin-top: 1rem;
  }
}


.index-pro .a3_v1 .a3_b1 .p{margin-top:2.2rem;}
.index-pro .a3_v1 .a3_b1 .p a {
	color:#fff;
	display:block;
	width:100%;
	font-size:1.2rem;
	line-height:2.4rem;

}

.index-pro .a3_v1 .a3_b1 .p a:hover{ color:#bb0f25}

.index-pro .a3_v1 .a3_b2 {
  width: 82.29167%;
  margin-right: -10%;
  float:right;
  overflow:hidden;
}

@media (max-width: 1366px) {
  .index-pro .a3_v1 .a3_b2 {
    margin-right: 0;
    width: 75%;
  }
}

@media (max-width: 768px) {
  .index-pro .a3_v1 .a3_b2 {
    width: 100%;
    margin-top: 1.5em;
  }
}

.index-pro .a3_v1 .a3_b2 .mySwiper1 a.a {
  display: block;
  position: relative;
}

.index-pro .a3_v1 .a3_b2 .mySwiper1 a.a .img {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.index-pro .a3_v1 .a3_b2 .mySwiper1 a.a .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index-pro .a3_v1 .a3_b2 .mySwiper1 a.a .nerzs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index:2
}

.index-pro .a3_v1 .a3_b2 .mySwiper1 a.a .nerzs dt {
  /*color: #333;*/
  font: 500 2rem/1.5em "sourcehansans";
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity:0;
}

@media (max-width: 768px) {
  .index-pro .a3_v1 .a3_b2 .mySwiper1 a.a .nerzs dt {
    font-size: 0.85rem;
  }
}

.index-pro .a3_v1 .a3_b2 .mySwiper1 a.a .nerzs i {
  display: block;
  font-size: 0;
  width: 15%;
}

.index-pro .a3_v1 .a3_b2 .mySwiper1 a.a:hover::after{
position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index-pro .a3_v1 .a3_b2 .mySwiper1 a.a:hover::after .nerzs dt{ z-index:11}

.index-pro .a3_v1 .a3_b2 .mySwiper1 a.a:hover .nerzs dt{
	color:#fff;
	z-index:9;
	opacity:1;
	}

.index-pro .a3_v1 .a3_b2 .mySwiper1 a.a:hover .biankuang_1 {
  width: -webkit-calc(100% - 2rem);
  width: -moz-calc(100% - 2rem);
  width: calc(100% - 2rem);
  z-index:9
}

.index-pro .a3_v1 .a3_b2 .mySwiper1 a.a:hover .biankuang_2 {
  height: -webkit-calc(100% - 2rem);
  height: -moz-calc(100% - 2rem);
  height: calc(100% - 2rem);
  z-index:9
}

.index-pro .a3_v1 .a3_b2 .mySwiper1 a.a:hover .biankuang_3 {
  height: -webkit-calc(100% - 2rem);
  height: -moz-calc(100% - 2rem);
  height: calc(100% - 2rem);
  z-index:9
}

.index-pro .a3_v1 .a3_b2 .mySwiper1 a.a:hover .biankuang_4 {
  width: -webkit-calc(100% - 2rem);
  width: -moz-calc(100% - 2rem);
  width: calc(100% - 2rem);
  z-index:9
}

@-webkit-keyframes scroll2 {
  0% {
    top: 0;
  }

  60% {
    top: 50%;
  }

  100% {
    top: 100%;
  }
}

@-moz-keyframes scroll2 {
  0% {
    top: 0;
  }

  60% {
    top: 50%;
  }

  100% {
    top: 100%;
  }
}

@-o-keyframes scroll2 {
  0% {
    top: 0;
  }

  60% {
    top: 50%;
  }

  100% {
    top: 100%;
  }
}

@keyframes scroll2 {
  0% {
    top: 0;
  }

  60% {
    top: 50%;
  }

  100% {
    top: 100%;
  }
}



/*.index-pro {
  background: url(../img/pro1.jpg) no-repeat;
  background-size: cover;
}
.index-pro .head-p {
  top: 20%;
  width: 100%;
}
.index-pro .pro-ul-img {
  padding-top: 3rem;
}
.index-pro .pro-ul-img li {
  display: none;
}
.index-pro .index-pro-con {
  height: 100vh;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.index-pro .index-pro-con .pro-ul {
  right: 0;
  width: 14rem;
  bottom: 10%;
}
.index-pro .index-pro-con .pro-ul li {
  color: #FFF;
  opacity: 0.5;
  line-height: 3.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
 
  -webkit-transition: 400ms ease-in-out;
  
  -o-transition: 400ms ease-in-out;
  
  position: relative;
  cursor: pointer;
}
.index-pro .index-pro-con .pro-ul li .img2 {
  display: none;
}
.index-pro .index-pro-con .pro-ul li::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  background: #fff;
  left: 0;
  z-index: 2;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
 
  -webkit-transition: 400ms ease-in-out;
  
  -o-transition: 400ms ease-in-out;
 
  bottom: 0;
}
.index-pro .index-pro-con .pro-ul li:hover,
.index-pro .index-pro-con .pro-ul li.active {
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  
  -webkit-transition: 400ms ease-in-out;

  -o-transition: 400ms ease-in-out;
 
}
.index-pro .index-pro-con .pro-ul li:hover .img1,
.index-pro .index-pro-con .pro-ul li.active .img1 {
  display: none;
}
.index-pro .index-pro-con .pro-ul li:hover .img2,
.index-pro .index-pro-con .pro-ul li.active .img2 {
  display: inline-block;
}
.index-pro .index-pro-con .pro-ul li:hover::after,
.index-pro .index-pro-con .pro-ul li.active::after {
  width: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;

  -webkit-transition: 400ms ease-in-out;

  -o-transition: 400ms ease-in-out;

}
@-webkit-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
@-moz-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
@-o-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
@keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
*/





.index-solution .swiper-container {
  padding-right: 1px;
}
.index-solution .index-solution-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index-solution .index-solution-img li {
  display: none;
}
.index-solution .index-solution-img img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.index-solution .index-solution-lunbo {
  margin-top: 3rem;
  width: 100%;
}
.index-solution .index-solution-lunbo .swiper-slide {
  background: rgba(0, 0, 0, 0.29);
  overflow: hidden;
  padding: 3rem;
  box-sizing: border-box;
  cursor: pointer;
  backdrop-filter: blur(2px);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  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: 300px;
}
.index-solution .index-solution-lunbo .swiper-slide::before {
  content: '';
  position: absolute;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 91, 172, 0) 0%, #bb0f25 100%);
  height: 100%;
  z-index: -1;
  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 */
  left: 0;
  bottom: -50%;
}

.index-solution .index-solution-lunbo .swiper-slide.active .pp3{
	display:block;
	}

.index-solution .index-solution-lunbo .swiper-slide .pp1 {
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
}
.index-solution .index-solution-lunbo .swiper-slide .pp2 {
  color: #FFF;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
}

.index-solution .index-solution-lunbo .swiper-slide .pp3 {
  color: rgba(255,255,255,0.6);
  font-size: 1rem;
  line-height:1.75rem;
  margin-top:1rem;
  font-style: normal;
  display:none;
}

.index-solution .index-solution-lunbo .swiper-slide .icon-img {
  margin-bottom: 0.6rem;
}
.index-solution .index-solution-lunbo .swiper-slide .head-zhai {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-solution .index-solution-lunbo .swiper-slide:hover,
.index-solution .index-solution-lunbo .swiper-slide.active {
  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 .index-solution-lunbo .swiper-slide:hover::before,
.index-solution .index-solution-lunbo .swiper-slide.active::before {
  bottom: 0%;
  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 */
}
.index-solution .index-solution-lunbo .swiper-slide:hover .icon-img img,
.index-solution .index-solution-lunbo .swiper-slide.active .icon-img img {
  animation: swing 1s infinite linear;
}
.head-cen {
  position: relative;
  z-index: 88;
}
.head-cen .p-cn::after {
  left: calc(50% - 1.4rem);
}
.index-new {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index-new .video2 {
  width: 100vw;
  object-fit: cover;
  z-index: -1;
  left: 0;
  height: 100vh;
  top: 0;
}
.index-new::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.index-new .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.index-new .le {
  width: 28%;
}
.index-new .re {
  width: 70%;
}
.index-new .re .new-ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index-new .re .new-ul li {
  cursor: pointer;
  width: 46%;
  margin: 2%;
  padding: 2rem 2.8rem;
  border-radius: 1.875rem;
  border: 1px solid rgba(255, 255, 255, 0.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 */
}
.index-new .re .new-ul li .title {
  height: 4rem;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #FFF;
}
.index-new .re .new-ul li .title a {
  color: #FFF;
}
.index-new .re .new-ul li .new-bot {
  margin-top: 4rem;
  position: relative;
}
.index-new .re .new-ul li .new-bot .data {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.index-new .re .new-ul li .new-bot .jian-a {
  width: 1rem;
  position: absolute;
  right: 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%);
  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: 1rem;
  border-radius: 100%;
  background: #bb0f25;
  display: inline-block;
  overflow: hidden;
}
.index-new .re .new-ul li .new-bot .jian-a svg {
  opacity: 0;
}
.index-new .re .new-ul li:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: linear-gradient(180deg, rgba(0, 91, 172, 0) 0%, #bb0f25 100%);
}
.index-new .re .new-ul li:hover .jian-a {
  background: transparent;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  line-height: 2.3rem;
  border: 1px solid #fff;
}
.index-new .re .new-ul li:hover .jian-a svg {
  opacity: 1;
}
.last-jion {
  background: url(../images/contactbg.jpg) no-repeat;
  background-size: cover;
}
.last-jion .footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.last-jion::after {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.index-jion {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
}
.index-jion .container {
  position: relative;
  z-index: 2;
}
.footer {
  background: #000;
  z-index: 3;
}
.footer .social-share .social-share-icon {
  color: #fff;
  background: transparent;
  border: none;
  display: inline-block;
  font-size: 0.9375rem;
  border: 1px solid #fff;
}
.footer .bshare-custom.icon-medium a:hover i {
  color: #fff;
}
.footer .foot-top {
  padding: 5.375rem 0 2.625rem;
}
.footer .foot-top .p1 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  color: #FFF;
}
.footer .foot-top .foot-ul li {
  margin-right: 9%;
  float: left;
}
.footer .foot-top .foot-ul li:last-child {
  margin-right: 0;
}
.footer .foot-top .foot-a {
  font-size: 1rem;
  color: #FFF;
  line-height: 1.8;
  margin-top: 0.5rem;
}
.footer .foot-top .foot-a a {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  display: block;
  line-height: 1.8;
}
.footer .foot-top .foot-a a:hover {
  color: #bb0f25;
}
.footer .foot-bot {
  border-top: 1px solid rgba(125, 125, 125, 0.2);
  font-size: 0.9rem;
  padding: 1rem 0;
  text-align:center;
}
.footer .foot-bot .le {
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2.5rem;
  text-align:center;
}
.footer .foot-bot .re {
  color: rgba(255, 255, 255, 0.6);
}
.footer .foot-bot .re span {
  color: rgba(103, 94, 94, 0.2);
  font-weight: lighter;
}
.footer .foot-bot .re a {
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  margin-left: 0.3125rem;
}
.footer .foot-bot .re a:hover {
  color: #bb0f25;
}
.footer .foot-bot .re span {
  display: inline-block;
  margin-left: 0.3125rem;
}
.feng {
  margin-top: 0.5rem;
}
.footer .pp1 {
  margin-top: 1.6rem;
  color: #675E5E;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
  /* 212.5% */
}
.footer .pp2 {
  color: #da251d;
  /* 字体 */
  font-family: 'montserrat';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer .foot-top .foot-a .feng .social-share a {
  display: inline-block;
  line-height: 30px;
  font-size: 0.8rem;
}
.section {
  opacity: 0.7;
  transition: 0.4s;
}
.section {
  transform: scale(0.88) translateY(0%);
  transition: 0.3s;
}
.section.active {
  transform: scale(1) translateY(0%);
  opacity: 1;
  border-radius: 0;
  transition: 1s 0.8s;
}
#fullpage {
  background: #000;
}
.section .sec_nav_l {
  position: absolute;
  bottom: -130px;
  left: 0;
  width: 100vh;
  height: 130px;
  color: #fff;
  font-weight: 500;
  font-family: 'Montserrat';
  transform: rotate(-90deg);
  transform-origin: top left;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
.section .sec_nav_l .group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section .sec_nav_l .tit {
  position: relative;
  font-size: 0.75rem;
}
.section .sec_nav_l .tit:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0.375rem;
  right: 20px;
  width: 60px;
  height: 1px;
  background: #fff;
  animation: lineActiveAnimation 1.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
}
.section .sec_nav_l .tit:after {
  display: inline-block;
  content: "";
  position: relative;
  width: 60px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  vertical-align: top;
  margin: 0.5625rem 20px 0 20px;
}
@keyframes lineActiveAnimation {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center right;
    transform-origin: center left;
  }
  49% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center left;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center left;
    transform-origin: center right;
  }
  99% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    transform-origin: center right;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    transform-origin: center right;
  }
}
.section .sec_nav_l .num {
  font-size: 0.75rem;
  margin-top: 2px;
}
body #fp-nav.right {
  position: fixed;
  top: 50%;
  right: 0;
  width: 130px;
  transform: translateY(-50%);
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 20;
}
body #fp-nav.right ul {
  position: relative;
}
body #fp-nav.right ul:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  width: 1px;
  height: 100%;
  border-left: 1px dashed rgba(255, 255, 255, 0.3);
}
body #fp-nav.right li {
  position: relative;
  left: 0px;
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  outline: 0;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box;
  margin: 0;
  transition: 0.3s;
}
body #fp-nav.right li + li {
  margin-top: 30px;
}
body #fp-nav.right li span {
  display: none;
}
body #fp-nav.right li a {
  display: block;
}
body #fp-nav.right li:after {
  display: block;
  content: "";
  position: absolute;
  width: 43px;
  height: 43px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: -19px;
  left: -19px;
  transform: scale(0);
  opacity: 0;
  box-sizing: border-box;
  transition: 0.5s;
}
body #fp-nav.right li.active:after {
  opacity: 1;
  transform: scale(1);
}
.section.active .head-p .p-cn:after {
  animation: lineActiveAnimation2 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
}
@keyframes lineActiveAnimation2 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  49% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  99% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
}
.yausns img {
  animation: yz 4s ease-out infinite;
}
@keyframes yz {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.solls {
  bottom: 0;
  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%);
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  z-index: 2;
}
.solls a {
  color: #FFF;
}
.solls span {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 2rem;
  background: #FFF;
  margin-top: 1rem;
}
.solls span::after {
  content: '';
  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%);
  position: absolute;
  width: 0.25rem;
  z-index: 2;
  height: 0.25rem;
  top: 0;
  animation: sx 6s ease-out infinite;
  border-radius: 100%;
  background: #FFF;
}
@keyframes sx {
  0% {
    top: 0;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0%;
  }
}
.section .index-jion .sec_nav_l {
  width: 30vh;
}
.footer .foot-a .social-share a {
  display: inline-block;
  line-height: 32px;
}
.ban .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%);
  width: 100%;
}
.ban .yausns {
  z-index: -1;
  top: -1.5rem;
}
.ban .div1 {
  color: #FFF;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'montserrat';
}
.ban .div2 {
  color: #FFF;
  font-size: 3.4375rem;
  margin-top: 1rem;
  line-height: 1;
  padding-left: 6.5rem;
  font-weight: 700;
}
.ban-er {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  bottom: 2.5rem;
  left: 0;
  width: 100%;
}
.ban-er 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 */
  color: #fff;
}
.ban-er a:hover {
  color: #bb0f25;
  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 */
}
.ban-er span:last-child {
  display: none;
}
.newss {
  padding: 3rem 0 7rem;
}
.newss .new-div {
  margin-bottom: 3rem;
}
.newss .new-tui {
  margin-bottom: 2.6rem;
}

.new-tui .miao {
  margin-top: 0.6875rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1rem;
  line-height: 1.6;
}

.new-div {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D2D2D2;
  position: relative;
}
.new-div .title {
  margin-top: 2rem;
  color: #464646;
  text-align: justify;
  height: 3.75rem;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}


.new-div .title a {
  color: #464646;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.new-div .data-div {
  margin-top: 4rem;
  color: #949494;
  font-family: 'montserrat';
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4rem;
  text-transform: uppercase;
}
.new-div .overh a {
  border-radius: 1.875rem;
  overflow: hidden;
  display: block;
}
.new-div .overh a 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 .new-more-a a {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.4rem;
  border-radius: 100%;
  border: 1px solid #D2D2D2;
}
.new-div::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #bb0f25;
  left: 0;
  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);
  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 a 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 .title a {
  color: #bb0f25;
}
.new-div:hover::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 */
}
.new-tui-ul li {
  padding: 1.8rem 0;
  border-bottom: 1px solid #D2D2D2;
  cursor: pointer;
  position: relative;
}
.new-tui-ul li::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  background: #bb0f25;
  left: 0;
  bottom: 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-tui-ul li:hover::after,
.new-tui-ul li.active::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 */
}
.new-tui-ul li:hover .tile a,
.new-tui-ul li.active .tile a {
  color: #bb0f25;
}
.new-tui-ul .tile {
  color: #464646;
  text-align: justify;
  height: 3.75rem;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.new-tui-ul .tile a {
  color: #464646;
}
.new-tui-ul .data {
  margin-top: 0.7rem;
  color: #949494;
  font-family: 'montserrat';
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.tuis-box a {
  display: block;
}
.tuis-box a .overh {
  border-radius: 1.875rem;
  position: relative;
}
.tuis-box a .overh img {
  border-radius: 1.875rem;
  height: 29.1875rem;
  object-fit: cover;
  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 */
}
.tuis-box a .overh:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 1.875rem;
  z-index: 1;
  height: 100%;
  background: rgba(0, 0, 0, 0.29);
}
.tuis-box a .wen-bt {
  z-index: 2;
  position: absolute;
  bottom: 2rem;
  width: 90%;
  left: 5%;
  right: 0;
  color: #FFF;
}
.tuis-box a .wen-bt .tile {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.tuis-box a .wen-bt .data {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  font-family: 'montserrat';
}
.tuis-box:hover a .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);
}
.heads.active1 {
  background: #000;
}
.new-xqq {
  padding-bottom: 7rem;
  padding-top: 5rem;
}
.new-xqq .wz-div {
  color: #808080;
  padding: 2.3rem 0 2.6rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
}
.new-xqq .wz-div a {
  color: #808080;
}
.new-xqq .wz-div a:hover {
  color: #bb0f25;
}
.new-xqq .wz-div span:last-child {
  display: none;
}
.new-xqq .top-news {
  padding: 0 27rem 0 16rem;
}
.new-xqq .top-news .title {
  color: #000;
  text-align: justify;
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
.new-xqq .top-news .miaos-d {
  color: #000;
  text-align: justify;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
  /* 166.667% */
  text-transform: uppercase;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.new-xqq .top-news .social-share {
  margin-top: 2rem;
}
.new-xqq .top-news .social-share a {
  background: #EEE;
  color: #000;
  border: 1px solid #EEE;
}
.new-xqq .new-xing-box {
  padding: 0 0rem;
  color: #464646;
  text-align: justify;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-transform: uppercase;
}
.new-xqq .new-xing-box .data-xw {
  color: #949494;
  font-family: 'montserrat';
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1.9rem;
}
.new-xqq .new-xing-box .new-xq-con {
  margin-bottom: 3rem;
}
.new-xqq .new-xing-box .return-a a {
  color: #464646;
  width: 8.75rem;
  height: 2.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2.5rem;
  display: inline-block;
  border-radius: 1.875rem;
  text-align: center;
  border: 1px solid #464646;
  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-xqq .new-xing-box .return-a a:hover {
  background: #bb0f25;
  border: 1px solid #bb0f25;
  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 */
}
.hei-head .p-cn {
  color: #000;
}
.hei-head .p-cn::after {
  background: #bb0f25;
}
.hei-head .p-en {
  color: #8E8E8E;
}
.latest-new {
  margin-top: 4rem;
}
.latest-new-lunbo {
  margin-top: 4rem;
}
.index-solution .index-solution-lunbo .swiper-slide .icon-img {
  height: 3.125rem;
  object-fit: cover;
}
.contact-us-top {
  background: #F3F3F3;
  padding: 6rem 0;
}
.contact-us-top .map-dizji {
  margin-top: 4rem;
  color: #464646;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  /* 222.222% */
}
.contact-us-top .map-dizji .social-share {
  display: inline-block;
}
.contact-us-top .map-dizji .social-share a {
  color: #fff;
  border: none;
  background: linear-gradient(29deg, rgba(29, 32, 136, 0.95) 13.04%, rgba(0, 151, 224, 0.95) 86.95%);
}
#map {
  border: 2px solid #AEAEAE;
}
.segmental {
  padding: 7rem 0;
}
.map-img {
  margin-top: 5rem;
}
.map-d-ul {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.map-d-ul li {
  position: absolute;
  cursor: pointer;
}
.map-d-ul li .ming {
  opacity: 0;
}
.map-d-ul li .divs-con {
  display: none;
  text-align: left;
  z-index: 3;
  left: 7rem;
  top: 50%;
  border-radius: 1.25rem;
  -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: 26rem;
  height: 26.5rem;
  border: 1px solid #EBEBEB;
  background: #FFF;
  padding: 1.5rem;
  box-shadow: 0px 3px 15px 0px rgba(157, 157, 157, 0.1);
}
.map-d-ul li .divs-con .colse {
  right: 0.4rem;
  top: 0.2rem;
}
.map-d-ul li .divs-con .p-title {
  color: #000;
  margin-top: 1rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.map-d-ul li .divs-con .div-con1 {
  margin-top: 0.8rem;
  color: #464646;
  font-family: 'montserrat';
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 200% */
}
.map-d-ul li .divs-con .div-con1 span {
  color: #bb0f25;
}
.map-d-ul li:nth-child(1) {
  left: 36%;
  top: 38%;
}
.map-d-ul li:nth-child(2) {
  left: 39%;
  top: 37%;
}
.map-d-ul li {
  text-align: center;
  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 */
}
.map-d-ul li .ming {
  color: #6F6E6E;
  font-size: 1.10294rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.map-d-ul li .di-yuan {
  display: inline-block;
  width: 0.24513rem;
  height: 0.24513rem;
  background: #bb0f25;
  border-radius: 100%;
  position: relative;
}
.map-d-ul li .di-yuan::after {
  content: '';
  position: absolute;
  width: 400%;
  height: 400%;
  border-radius: 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 */
  border: 1px dashed #bb0f25;
}
.map-d-ul li.active .di-yuan {
  width: 0.84031rem;
  height: 0.84031rem;
}
.map-d-ul li.active .di-yuan::after {
  width: 170%;
  height: 170%;
  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 */
}
.map-d-ul li.active .ming {
  color: #bb0f25;
  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 */
}
.map-d-ul li.active .ming {
  opacity: 1;
}
.map-d-ul li:nth-child(3) {
  left: 27%;
  top: 31%;
}
.map-d-ul li:nth-child(4) {
  left: 28%;
  top: 17%;
}
.map-d-ul li:nth-child(5) {
  left: 22%;
  top: 24%;
}
.map-d-ul li:nth-child(6) {
  left: 15%;
  top: 23%;
}
.map-d-ul li:nth-child(7) {
  left: 9%;
  top: 31%;
}
.map-d-ul li:nth-child(8) {
  left: 10%;
  top: 52%;
}
.map-d-ul li:nth-child(9) {
  left: 41%;
  bottom: 21%;
}
.map-d-ul li:nth-child(10) {
  right: 13%;
  bottom: 28%;
}
.map-d-ul li:nth-child(11) {
  right: 21%;
  bottom: 61%;
}
.map-d-ul li:nth-child(12) {
  right: 8%;
  top: 4%;
}
.contact-us-bot {
  background: url(../images/bg11.jpg) no-repeat;
  background-size: cover;
  padding: 4.7rem;
}
.contact-us-bot .input-div {
  margin-top: 1.6rem;
}
.contact-us-bot .input-div input {
  width: 100%;
  border-radius: 3.125rem;
  border: 1px solid #DEDEDE;
  background: #FFF;
  height: 3.125rem;
  padding-left: 1rem;
}
.contact-us-bot .input-div input::placeholder {
  color: #7B7B7B;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5rem;
  /* 250% */
}
.contact-us-bot textarea {
  padding: 1rem;
  margin: 1.6rem 0;
  height: 15.1875rem;
  border-radius: 1.875rem;
  border: 1px solid #DEDEDE;
  background: #FFF;
  width: 100%;
}
.contact-us-bot textarea::placeholder {
  color: #7B7B7B;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5rem;
  /* 250% */
}
.contact-us-bot .tijiao {
  background: transparent;
}
.head-miao {
  color: #464646;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.77;
  text-transform: uppercase;
}
.together {
  padding: 10rem 0 5rem;
}
.together .together-box {
  padding: 12rem 0 5rem;
}
.together .together-box .head-miao {
  margin-top: 1.5rem;
}
.together .together-box .yyas {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
.together .together-box .guan-xhu {
  color: #bb0f25;
  margin-top: 4rem;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.together .yyas img {
  animation: yz 10s ease-out infinite;
}
.together .yyas::after {
  content: '';
  position: absolute;
  width: 15.875rem;
  height: 15.875rem;
  background: rgba(239, 239, 239, 0.6);
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.scoll1 img {
  animation: scrool1 3s ease-out infinite;
  position: relative;
}
@keyframes scrool1 {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes yz {
  0% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    margin-top: 360deg;
  }
}
.together-lunbo {
  padding: 0 25rem;
  margin-top: 10rem;
}
.together-lunbo .swiper-container {
  overflow: visible;
}
.together-lunbo .swiper-slide img {
  border-radius: 1.875rem;
}
.together-lunbo .bot-wz {
  margin-top: 3.75rem;
}
.together-lunbo .bot-wz .le {
  width: 40%;
}
.together-lunbo .bot-wz .le .p1 {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.together-lunbo .bot-wz .le .p2 {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.together-lunbo .bot-wz .re {
  width: 40%;
  color: #464646;
  text-align: justify;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.jiantou {
  position: relative;
  margin-top: 2rem;
}
.jiantou .swiper-button-next,
.jiantou .swiper-button-prev {
  position: relative;
  margin-top: 0;
  left: auto;
  top: auto;
  right: auto;
  width: 2.5rem;
  height: 2.625rem;
  line-height: 2.2rem;
  border: 1px solid #bb0f25;
  border-radius: 100%;
  display: inline-block;
  background: transparent;
  text-align: center;
}
.jiantou .swiper-button-next svg,
.jiantou .swiper-button-prev svg {
  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 */
}
.jiantou .swiper-button-next svg path,
.jiantou .swiper-button-prev svg path {
  stroke: #bb0f25;
  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 */
}
.jiantou .swiper-button-next:hover,
.jiantou .swiper-button-prev:hover {
  background: #bb0f25;
  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 */
}
.jiantou .swiper-button-next:hover svg path,
.jiantou .swiper-button-prev:hover svg path {
  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 */
}
.environment {
  background: url(../img/bg2.jpg) no-repeat;
  background-size: cover;
  padding: 4.7rem 0;
}
.environment .environment-lunbo {
  margin-top: 3%;
}
.environment .environment-lunbo .gallery-top .swiper-slide img {
  border-radius: 2.5rem;
}
.environment .environment-lunbo .gallery-thumbs {
  position: relative;
  width: 90%;
  margin: -5rem auto 0;
}
.environment .environment-lunbo .gallery-thumbs .swiper-slide img {
  border-radius: 1.25rem;
}
.jiantou1 {
  position: relative;
}
.jiantou1 .swiper-button-next {
  right: -5rem;
}
.jiantou1 .swiper-button-prev {
  left: -5rem;
}
.jiantou1 .swiper-button-next,
.jiantou1 .swiper-button-prev {
  width: 2.5rem;
  height: 2.625rem;
  line-height: 2.2rem;
  border: 1px solid #fff;
  border-radius: 100%;
  display: inline-block;
  background: transparent;
  text-align: center;
}
.jiantou1 .swiper-button-next svg,
.jiantou1 .swiper-button-prev svg {
  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 */
}
.jiantou1 .swiper-button-next svg path,
.jiantou1 .swiper-button-prev svg path {
  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 */
}
.jiantou1 .swiper-button-next:hover,
.jiantou1 .swiper-button-prev:hover {
  background: #bb0f25;
  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 */
}
.jiantou1 .swiper-button-next:hover svg path,
.jiantou1 .swiper-button-prev:hover svg path {
  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 */
}
.bor {
  border-radius: 1.875rem;
}
.team {
  padding: 6.25rem 0;
}
.team .team-lunbo {
  margin-top: 3.75rem;
}
.team .swiper-slide img {
  border-radius: 1.875rem;
}
.color-page .swiper-pagination {
  width: 100%;
  padding: 1rem 0;
}
.color-page .swiper-pagination-bullet {
  width: 0.8125rem;
  height: 0.8125rem;
  background: #D9D9D9;
  opacity: 1;
  margin: 0 0.3rem;
}
.color-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #bb0f25;
}
.recruitment-zp {
  padding: 5.2rem 0 7rem;
  background: #F3F3F3;
}
.jion-bot {
  margin-top: 3rem;
}
.jion-div {
  border-radius: 1.25rem;
  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.25rem;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  /* 127.273% */
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #DDD;
  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.5rem;
  height: 2px;
  background: #bb0f25;
  left: 0;
  bottom: -1px;
  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 .div2 {
  margin-top: 1.1rem;
  color: #838383;
  text-align: justify;
  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: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  /* 175% */
}
.jion-div .div2 .dats {
  margin-top: 0.5rem;
}
.jion-div .svg-icon {
  right: 0;
  bottom: 0%;
  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 */
}
.jion-div .svg-icon .svg-jian {
  right: 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: #bb0f25;
  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 .div2 a{ color:#999;}

.jion-div:hover .div2 a{ color:#fff;}

.jion-div:hover .svg-icon {
  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 */
}
.jion-div:hover .svg-icon .svg-jian {
  right: 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 */
}
.model-tanchu {
  color: #464646;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
.model-tanchu .modal-header {
  padding: 1rem 0 0.7rem;
  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: 1.875rem;
  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: 1.5rem 2.5rem;
}
.model-tanchu .modal-content .modal-title {
  color: #bb0f25;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.model-tanchu .mtk-div {
  margin: 1.4rem 0 0;
}
.model-tanchu .mtk-div .p1 {
  color: #464646;
  text-align: justify;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.55;
  /* 155.556% */
}
.model-tanchu .modal-footer {
  color: #bb0f25;
  border: none;
  padding: 1rem 0;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  justify-content: flex-start;
}
.model-tanchu .modal-footer a {
  color: #bb0f25;
}
.model-tanchu .modal-footer span {
  color: #bb0f25;
}
.model-tanchu .modal-header .close {
  position: absolute;
  right: 1%;
  top: 10%;
  padding: 0;
}
.model-tanchu .shuzu-div {
  margin: 0.5rem 0 1rem;
}
@media (min-width: 1200px) {
  .model-tanchu .modal-xl {
    max-width: 58%;
  }
}
body.modal-open {
  padding-right: 0 !important;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    top: 15%;
  }
}
.about-us {
  padding: 3rem 0 7rem 0;
}
.about-us .about-us-bot {
  margin-top: 4rem;
}

.about-us .about-us-bot .le {
  width: 48%;
}
.about-us .about-us-bot .le img {
  height:auto;
  border-radius: 1.875rem;
}
.about-us .about-us-bot .re {
  width: 49%;
  color: #6D6D6D;
  text-align: justify;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  /* 166.667% */
  text-transform: uppercase;
}

.about-us .about-us-bot .re p{ text-indent:2em; margin-bottom:1.5rem;}


.history {
  background: url(../img/gr.jpg) no-repeat;
  padding: 7rem 0;
  background-size: cover;
}
.history-bot {
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  padding: 4rem 6rem;
  margin-top: 4rem;
}
.history-bot .le {
  width: 70%;
  color: #fff;
}
.history-bot .re {
  width: 25%;
  color: #fff;
  height: 37.125rem;
  padding: 5rem 0;
  position: absolute;
  right: 5%;
  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%);
  text-align: center;
  background: linear-gradient(29deg, rgba(29, 32, 136, 0.95) 13.04%, rgba(0, 151, 224, 0.95) 86.95%), #D9D9D9;
}
.history-bot .gallery-thumbs {
  height: 100%;
}
.history-bot .gallery-thumbs .swiper-slide {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'montserrat';
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  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 */
  text-transform: uppercase;
}
.history-bot .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  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: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
}
.history-bot .gallery-top .swiper-slide .title {
  color: #FFF;
  font-family: 'montserrat';
  width: 25%;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
}
.history-bot .gallery-top .swiper-slide .title .yausns {
  right: -30%;
  width: 2.8125rem;
  top: 43%;
}
.history-bot .gallery-top .swiper-slide .contd {
  width: 75%;
  color: #FFF;
  text-align: justify;
  height: 21.25rem;
  padding: 4rem 6rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  /* 166.667% */
  text-transform: uppercase;
  overflow-y: scroll;
}
.history-bot .gallery-top .swiper-slide .contd::-webkit-scrollbar {
  width: 2px;
  border-radius: 1.5px;
}
.history-bot .gallery-top .swiper-slide .contd::-webkit-scrollbar-button {
  display: none;
}
.history-bot .gallery-top .swiper-slide .contd::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
}
.history-bot .gallery-top .swiper-slide .contd::-webkit-scrollbar-thumb {
  background-color: #bb0f25;
}
.history-bot .swiper-button-next,
.history-bot .swiper-button-prev {
  background: transparent;
  margin: 0;
}
.history-bot .swiper-button-next {
  bottom: 0.625rem;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  top: auto;
}
.history-bot .swiper-button-prev {
  top: 0.625rem;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.honor {
  padding: 14.375rem 0;
  height: 57.5rem;
}
.honor .miaos-divs {
  color: #7B7B7B;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 2rem;
}
.honor ul {
  width: 42%;
}
.honor ul li {
  color: #6D6D6D;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  /* 200% */
  text-transform: uppercase;
  padding-left: 1rem;
  position: relative;
}
.honor ul li:after {
  content: '';
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background: #7B7B7B;
  top: 1rem;
  left: 0;
}
.hei-more a {
  color: #464646;
  border: 1px solid #464646;
}
.hei-more a:hover {
  color: #fff;
  border: 1px solid #bb0f25;
}
.culture {
  background: url(../img/bg3.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 57.5rem;
  padding: 7rem 0;
  position: relative;
}
.culture::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.culture .culture-ul {
  width: 100%;
  height: 100%;
  margin-top: 5rem;
  position: relative;
  z-index: 2;
}
.culture .culture-ul li {
  width: 49%;
  height: 25.5rem;
  border-radius: 1.5625rem;
  background: #F9F9F9;
  background: #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 */
  cursor: pointer;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.culture .culture-ul li:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}.culture .culture-ul li .culture-div{
  width: 90%;
}
.culture .culture-ul li .culture-div{
  /* width: 85%; */
}
.culture .culture-ul li .yys {
  text-align: center;
  display: inline-block;
  width: 7.125rem;
  height: 7.125rem;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: linear-gradient(29deg, rgba(29, 32, 136, 0.95) 13.04%, rgba(0, 151, 224, 0.95) 86.95%);
}
.culture .culture-ul li .p1 {
  width: 100%;
  color: #080808;
  margin-top: 1.2rem;
  text-align: center;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.culture .culture-ul li .pp2 {
  color: #3E3E3E;
  text-align: center;
  font-size: 1.375rem;
  font-style: normal;
  margin-top: 0.5rem;
  font-weight: 500;
  line-height: 2.25rem;
  text-transform: uppercase;
}
.culture .culture-ul li .pp2 .col-sm-6{
  text-align: left;
}
@media (max-width: 1366px){
  .culture .culture-ul li .pp2{
    font-size: 1.125rem;
  }
}
@media (max-width: 767px){
  .culture .culture-ul li .pp2 .col-sm-6{
    text-align: center;
  }
}
.culture .culture-ul li .pp2 span {
  color: #7B7B7B;
}
.social {
  padding: 10rem 0;
}
.social .fl {
  width: 51%;
}
.social .fl img {
  border-radius: 1.875rem;
}
.social .fr {
  width: 45%;
}
.social .fr .miao-p {
  color: #6D6D6D;
  text-align: justify;
  margin-top: 1.3rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  /* 166.667% */
  text-transform: uppercase;
}
.detail_feature .cover_left {
  left: 0;
}
.detail_feature .cover_right {
  right: 0;
}
.detail_feature .cover_left,
.detail_feature .cover_right {
  position: absolute;
  top: 0px;
  width: 0%;
  background-color: #fff;
  bottom: 0;
  transform: translate(0, 0);
  z-index: 333;
  transition: all 0.3s ease;
}
.newss-cons > div {
  display: none;
}
.solutions-xiang {
  padding: 3rem 0;
  background:#f8f8f8
}
.solutions-xiang .sou-box {
  margin-bottom: 1.875rem;
  border-radius: 1.875rem;
}
.solutions-xiang .sou-box > a {
  display: block;
  position: relative;
}
.solutions-xiang .sou-box > a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 30%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 91, 172, 0) 0%, #bb0f25 100%);
}
.solutions-xiang .sou-box .overh {
  border-radius: 1.875rem;
}

.solutions-xiang .overh{
	overflow:hidden;
	}
.solutions-xiang .overh img{
	 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 */}
.solutions-xiang .overh: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);}

.solutions-xiang .sou-box .overh > a {
  display: block;
  position: relative;
}
.solutions-xiang .sou-box .overh > a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 30%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 91, 172, 0) 0%, #bb0f25 100%);
}
.solutions-xiang .sou-box img {
  height: 21.875rem;
  border-radius: 1.875rem;
  object-fit: cover;
  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 */
}
.solutions-xiang .sou-box: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);
}
.solutions-xiang .title{ font-size:1.1rem;}
.solutions-xiang .title a {
  color: #fff;
}
.industry-top {
  padding: 6.25rem 0;
}
.industry-top .le {
  width: 20%;
}
.industry-top .re {
  width: 77%;
  color: #6D6D6D;
  text-align: justify;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.66;
  /* 166.667% */
  text-transform: uppercase;
}
.solutions .industry-img {
  margin-top: 4.375rem;
  text-align: center;
  width: 100%;
  border-radius: 0;
}
.solutions .industry-img img {
  border-radius: 1.875rem;
  transition: 1000ms ease-in-out;
  -moz-transition: 1000ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 1000ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 1000ms ease-in-out;
}
.solutions-lunbo {
  margin-top: 4.5625rem;
}
.solutions-lunbo .swiper-slide .le {
  width: 50%;
}
.solutions-lunbo .swiper-slide .le img {
  border-radius: 1.875rem;
  height: 29.875rem;
  object-fit: cover;
}
.solutions-lunbo .swiper-slide .re {
  width: 46%;
  height: 29.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.solutions-lunbo .swiper-slide .re .title {
  color: #000;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5.9375rem;
  text-transform: uppercase;
}
.solutions-lunbo .swiper-slide .re .title span {
  display: inline-block;
  width: 5.9375rem;
  height: 5.9375rem;
  border-radius: 100%;
  margin-right: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: linear-gradient(29deg, rgba(29, 32, 136, 0.95) 13.04%, rgba(0, 151, 224, 0.95) 86.95%);
}
.solutions-lunbo .swiper-slide .re .miao {
  color: #6D6D6D;
  margin-top: 1.7rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  /* 166.667% */
  text-transform: uppercase;
}
.other-Solutions {
  padding: 7rem 0;
  background: #F8F8F8;
}
.color-page1 .swiper-pagination {
  width: 100%;
  padding: 1rem 0;
}
.color-page1 .swiper-pagination-bullet {
  width: 0.69644rem;
  height: 0.69644rem;
  background: transparent;
  border: 1px solid #bb0f25;
  opacity: 1;
  margin: 0 0.3rem;
  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-page1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 1.875rem;
  width: 1.58288rem;
  height: 0.69644rem;
  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: #bb0f25;
}
.related-pro {
  background: url(../img/bg2.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 7rem 0;
}
.product-center {
  padding:0rem 0 0;
}
.product-center .product-ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4rem;
}
.product-center .product-ul li {
  width: 48%;
  margin: 1%;
  border-radius: 1.25rem;
  border: 1px solid #D4D4D4;
  background: #FCFCFC;
  padding: 5rem 4rem;
  cursor: pointer;
}
.product-center .product-ul li .overh {
  width: 57%;
}
.product-center .product-ul li .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 */
}
.product-center .product-ul li .re {
  width: 37%;
}
.product-center .product-ul li .re .title {
  color: #000;
  font-size: 1.575rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}
.product-center .product-ul li .re .title a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #000;
}
.product-center .product-ul li .re .mios-p {
  color: #6D6D6D;
  margin-top: 1.3rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  /* 175% */
}
.product-center .product-ul li .jian-a {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  right: 6%;
  bottom: 11%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 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 */
  border: 1px solid #9A9A9A;
}
.product-center .product-ul li .jian-a svg path {
  stroke: #9A9A9A;
}
.product-center .product-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);
}
.product-center .product-ul li:hover .title a {
  color: #bb0f25;
}
.product-center .product-ul li:hover .jian-a {
  border: 1px solid #bb0f25;
  right: 10%;
  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 */
}
.product-center .product-ul li:hover .jian-a svg path {
  stroke: #bb0f25;
}
.product-list {
	padding:3rem 0 5rem 0;
}
.product-details-top {
  padding-top: 5rem;
  background: #FCFCFC;
}
.product-details-top::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  /*background: linear-gradient(29deg, #9a0b1e 13.04%, #bb0f25 86.95%);*/
}
.product-details-top .left {
  width: 50%;
  color: #FFF;
  position: relative;
  z-index: 2;
}
.product-details-top .ju {
  min-height:40rem;
}

.product-details-top .ju .head-p .p-cn {
  color: #333;
}
.product-details-top .ju .head-p .p-cn::after {
  background: #333;
}


.product-details-top .wz-div {
  color: #333;
  padding-top: 1rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.product-details-top .wz-div a {
  color: #333;
}
.product-details-top .wz-div span:last-child {
  display: none;
}
.product-details-top .fl-con {
  margin-top: 3rem;
  padding-bottom: 5rem;
  width: 100%;
  padding-right: 3rem;
}



.product-details-top .fl-con .more {
  font-size:1.1rem;
}
.product-details-top .fl-con .more a,
.product-details-top .fl-con .more button {
  border: 1px solid #333;
  color: #333;
  
}
.product-details-top .fl-con .more a::after,
.product-details-top .fl-con .more button::after {
  background: #bb0f25;

}

.product-details-top .fl-con .more a:hover{ color:#fff; border:1px solid #fcfcfc}

.product-details-top .fl-con .more a:hover::after,
.product-details-top .fl-con .more button:hover::after {
	  color:#fff !important;
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  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 */
}


.product-details-top .xinghao {
  color: #333;
  margin-top: 1.5rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.product-details-top .miaosh {
  color: #333;
  text-align: justify;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.66;
}
.product-details-top .miaosh .p1 {
  font-size: 1.25rem;
  padding-left: 0;
}
.product-details-top .miaosh .p1::after {
  display: none;
}
.product-details-top .miaosh p {
  position: relative;
}
.product-details-top .miaosh p::after {
  
}
.product-details-top .tuji-lunbo img{
	max-width:60%;
	}

.product-details-top .tuji-lunbo {
  width: 50%;
  right: 0;
  top: 55%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-details-top .tuji-lunbo .swiper-container {
  width: 100%;
  text-align: center;
}


.product-details-top .color-page1 .swiper-pagination {
  position: relative;
}
.features {
  background: url(../img/bg5.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 7rem 0;
}
.features .features-con {
  margin-top: 5rem;
}
.features .features-div {
  text-align: center;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.features .features-div .yys-d {
  width: 7.125rem;
  height: 7.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: linear-gradient(29deg, rgba(29, 32, 136, 0.95) 13.04%, rgba(0, 151, 224, 0.95) 86.95%);
  border-radius: 100%;
}
.features .features-div .p1 {
  width: 100%;
  margin-top: 1.6rem;
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.66;
  /* 166.667% */
}
.features .features-div .p2 {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  margin-top: 0.3rem;
  font-weight: 500;
  line-height: 1.875rem;
  /* 125% */
}
.parameters {
  padding: 7rem 0;
}
.parameters .parameters-con {
  margin-top: 4rem;
}
.biaoge table {
  color: #9B9B9B;
  text-align: justify;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  border-collapse:collapse;
  line-height: 3.75rem;
  text-align:center;
  /* 375% */
}
.biaoge .table thead {
  background: linear-gradient(276deg, #1D2088 45.53%, #0097E0 69.27%);
}

.biaoge table tbody tr {
  border: 1px solid #9B9B9B;
}
.biaoge table tbody tr td {
  /*vertical-align: middle;*/
  border: 1px solid #9B9B9B;
  line-height:1.5rem;
  padding:1rem 0;
}
.biaoge table tbody tr:nth-child(odd) {
  background: #FCFCFC;
}
.xiangg-sou {
  background: #FCFCFC;
}
.related-pro-lunbo1 {
  margin-top: 4rem;
}
.related-pro-lunbo .swiper-slide {
  border-radius: 1.25rem;
  background: #FCFCFC;
  padding: 4rem 2rem;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.related-pro-lunbo .swiper-slide .overh {
  width: 40%;
}
.related-pro-lunbo .swiper-slide .re {
  width: 55%;
  padding-left: 5%;
}
.related-pro-lunbo .swiper-slide .title {
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.related-pro-lunbo .swiper-slide .title a {
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.related-pro-lunbo .swiper-slide .mios-p {
  color: #6D6D6D;
  margin-top: 0.4rem;
  font-size: 0.875rem;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.related-pro-lunbo .swiper-slide .jian-a {
  width: 1rem;
  right: 8%;
  bottom: 10%;
  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: 1rem;
  border-radius: 100%;
  background: #bb0f25;
  display: inline-block;
  overflow: hidden;
}
.related-pro-lunbo .swiper-slide .jian-a svg {
  opacity: 0;
}
.related-pro-lunbo .swiper-slide .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 */
}
.related-pro-lunbo .swiper-slide: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);
}
.related-pro-lunbo .swiper-slide:hover .title a {
  color: #bb0f25;
}
.related-pro-lunbo .swiper-slide:hover .jian-a {
  background: transparent;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  line-height: 2.3rem;
  right: 10%;
  border: 1px solid #bb0f25;
}
.related-pro-lunbo .swiper-slide:hover .jian-a svg {
  opacity: 1;
}
.related-pro-lunbo .swiper-slide:hover .jian-a svg path {
  stroke: #bb0f25;
}
.ban {
  overflow: hidden;
}
.ban > img {
  height:auto;
  /*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;
}
.rong-div {
  /*margin-bottom: 1rem;*/
  text-align: center;
}
.rong-div .title {
  margin: 1rem 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 1600px) {
  .index-jion {
    top: 15%;
  }
}
@media (max-width: 1500px) {
  .new-xqq .top-news {
    padding: 0 19rem 0 16rem;
  }
  .new-xqq .top-news .title {
    font-size: 2.5rem;
  }
  .head-p .p-cn {
    font-size: 2.5rem;
  }
  .hei-head .p-en {
    font-size: 1.5rem;
  }
}
@media (max-width: 1440px) {
  #header .na-ul > li {
    padding: 0 1.3rem;
  }
  .together-lunbo {
    padding: 0 9rem;
    margin-top: 8rem;
  }
  .footer .foot-top .foot-ul li {
    margin-right: 7%;
  }
}
@media (max-width: 1280px) {
  .pro-ul-img li {
    text-align: center;
  }
  .pro-ul-img li img {
    width: 80%;
  }
  .index-solution .index-solution-lunbo .swiper-slide {
    padding: 2rem;
  }
  html.fp-enabled,
  .fp-enabled body {
    overflow: hidden !important;
  }
  .footer .foot-top .foot-ul li {
    margin-right: 4%;
  }
  .index-video {
    overflow: hidden;
  }
  .index-video .video-sp .div1,
  .head-p .p-cn,
  .shu-ul li .p1 span {
    font-size: 2rem;
  }
  .index-video .video-sp .div2,
  .head-p .p-en {
    font-size: 2rem;
  }
  .footer .foot-top {
    padding: 1.375rem 0 0.625rem;
  }
  .footer .foot-top .foot-a a {
    font-size: 0.8rem;
  }
  #header .na-ul > li {
    padding: 0 1rem;
  }
}
@media (max-width: 1200px) {
  .product-center .product-ul li {
    padding: 2rem 1rem;
  }
  .section .sec_nav_l {
    display: none;
  }
  .section {
    transform: scale(1);
    opacity: 1;
  }
  .index-video .video-sp .div2,
  .head-p .p-en {
    font-size: 1.5rem;
  }
  body {
    padding-top: 0;
  }
  #fullpage {
    background: transparent;
  }
  body #fp-nav.right {
    display: none;
  }
  .index-about {
    padding: 5rem 0;
    font-size: 0;
  }
  .index-solution {
    padding: 5rem 0;
  }
  .last-jion .footer {
    position: relative;
  }
  .index-jion {
    position: relative;
    padding: 7rem 0;
  }
  .index-new {
    padding: 5rem 0;
  }
}
@media (max-width: 990px) {
  .product-center .product-ul li .overh {
    width: 100%;
  }
  .product-center .product-ul li .re {
    width: 100%;
    margin-top: 1rem;
  }
  .related-pro-lunbo .swiper-slide {
    padding: 2rem 1rem;
  }
  .together-lunbo {
    padding: 0 5rem;
    margin-top: 1rem;
  }
  .together .together-box .guan-xhu {
    margin-top: 1rem;
  }
  .together {
    padding: 5rem 0;
  }
  .together .together-box {
    padding: 6rem 0 5rem;
  }
  .head-miao {
    font-size: 1rem;
  }
  .new-xqq .top-news {
    padding: 0 2rem 0 2rem;
  }
  .new-xqq .new-xing-box {
    padding: 0;
  }
  #header {
    display: none;
  }
  .rightfix1 {
    opacity: 0;
    display: none;
  }
  .foot-fot1 {
    position: relative;
    z-index: 2;
  }
  .about-us .about-us-bot .re {
    font-size: 1rem;
    line-height: 1.5;
  }
  .history-bot {
    padding: 2rem;
  }
  .history-bot .gallery-top .swiper-slide .contd {
    padding: 2.5rem 3rem;
  }
  .history-bot .gallery-top .swiper-slide .title {
    font-size: 3rem;
  }
  .honor {
    padding: 3rem 0;
    height: auto;
  }
  .culture {
    height: 40rem;
  }
  .culture .culture-ul li .p1 {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .culture .culture-ul li .pp2 {
    font-size: 1rem;
    padding: 0.5rem;
  }
  .culture .culture-ul li .yys {
    margin-top: 1rem;
  }
  .social {
    padding: 3rem 0;
  }
  
  .product-details-top .tuji-lunbo {
    width: 50%;
  right: 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%);
  }
  
}
#map {
  position: relative;
  z-index: 1;
}
.new-div .overh a img {
  height: 18.625rem;
  object-fit: cover;
}
.danye {
  padding: 7rem 0;
}
@media (max-width: 767px) {
  .danye {
    padding: 3cqi 0;
  }
  .about-us .about-us-bot .le img {
    height: auto;
  }
  .about-us .about-us-bot .le {
    width: 100%;
  }
  .about-us .about-us-bot .re {
    width: 100%;
    margin-top: 1rem;
  }
  .about-us {
    padding: 3rem 0;
  }
  .about-us .about-us-bot {
    margin-top: 1rem;
  }
  .history-bot .re {
    height: 35.125rem;
    padding: 4rem;
  }
  .solutions-lunbo .swiper-slide .re .miao {
    font-size: 1rem;
    margin-top: 0.7rem;
  }
  .features .features-con .col {
    width: 50%;
    flex-basis: auto;
    margin: 1% 0;
  }
  .features .features-div .p1 {
    margin-top: 0.5rem;
  }
  .features .features-div .p2 {
    font-size: 1rem;
  }
  .features {
    padding: 3rem 0;
  }
  .features .features-con {
    margin-top: 1rem;
  }
  .product-details-top .xinghao {
    font-size: 1.125rem;
  }
  .product-details-top .miaosh {
    font-size: 1rem;
  }
  .product-details-top .fl-con {
    width: 100%;
    margin-top: 2rem;
    padding-bottom: 3rem;
  }
  .product-details-top::after {
    width: 100%;
  }
  .features .features-div .yys-d {
    width: 5rem;
    height: 5rem;
  }
  .features .features-div .yys-d img {
    width: 30px;
  }
  .product-details-top {
    padding-top: 3rem;
  }
  
  
  .product-details-top .tuji-lunbo {
    position: relative;
    margin-top: 1rem;
    top: auto;
    right: auto;
    padding: 2rem;
    width: 100%;
    z-index: 3;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    /* -webkit-transform: translateY(-50%); */
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  
  .product-details-top .tuji-lunbo img{ max-width:100% !important}
  
  .product-details-top .ju {
    min-height:auto;
  }
  .product-details-top .left {
    width: 100%;
  }
  .product-center .product-ul li .jian-a {
    width: 2rem;
    height: 2rem;
  }
  .product-list {
    padding-bottom: 3rem;
  }
  .product-center {
    padding: 3rem 0;
  }
  .product-center .product-ul li .jian-a {
    bottom: 5%;
    right: 3%;
  }
  .product-center .product-ul li {
    padding: 2rem 1rem 3rem;
  }
  .product-center .product-ul li .re .mios-p {
    font-size: 0.8rem;
    line-height: 1.5;
  }
  .product-center .product-ul li .re .title {
    font-size: 1.125rem;
  }
  .product-center .product-ul {
    margin-top: 1rem;
  }
  .product-center .product-ul li {
    width: 100%;
    margin: 1% 0;
  }
  .product-center .product-ul li .overh {
    width: 48%;
  }
  .product-center .product-ul li .re {
    width: 48%;
    margin-top: 0rem;
  }
  .solutions-lunbo .swiper-slide .re .title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 3.9375rem;
  }
  .solutions-lunbo .swiper-slide .re .title span {
    width: 3.9375rem;
    height: 3.9375rem;
  }
  .solutions-lunbo .swiper-slide .re .title span img {
    width: 1.875rem;
  }
  .solutions-lunbo .swiper-slide .le {
    width: 100%;
    height: auto;
  }
  .solutions-lunbo .swiper-slide .le img {
    height: 15rem;
    border-radius: 0.5rem;
  }
  .solutions-lunbo .swiper-slide .re {
    width: 100%;
    margin-top: 1rem;
    height: auto;
  }
  .solutions-lunbo {
    margin-top: 1rem;
  }
  .other-Solutions {
    padding: 3rem 0 5rem;
  }
  .related-pro-lunbo {
    margin-top: 1rem;
  }
  .related-pro {
    padding: 3rem 0;
  }
  .solutions .industry-img {
    margin-top: 1rem;
  }
  .industry-top .le {
    width: 100%;
  }
  .industry-top .re {
    width: 100%;
    margin-top: 1rem;
  }
  .industry-top {
    padding: 3rem 0;
  }
  .solutions-xiang .sou-box img {
    height: 15.875rem;
  }
  .new-div .overh a img {
    height: 15.625rem;
    object-fit: cover;
  }
  .new-div .overh a {
    border-radius: 0.5rem;
  }
  .new-div .title {
    font-size: 1.25rem;
  }
  .jion-div {
    margin-bottom: 1rem;
  }
  .team .swiper-slide img {
    border-radius: 0.5rem;
  }
  .environment .environment-lunbo .gallery-top .swiper-slide img {
    border-radius: 0.5rem;
  }
  .modal-dialog {
    top: 15%;
  }
  .model-tanchu .modal-content {
    border-radius: 0.5rem;
    padding: 1rem;
  }
  .model-tanchu .mtk-div {
    height: 20.75rem;
    overflow-y: scroll;
  }
  .model-tanchu .modal-content .modal-title {
    font-size: 1.3rem;
  }
  .jion-bot {
    margin-top: 1rem;
  }
  .recruitment-zp {
    padding: 3rem 0;
  }
  .team {
    padding: 3rem 0 5rem;
  }
  .team .team-lunbo {
    margin-top: 1rem;
  }
  .environment .environment-lunbo .gallery-thumbs .swiper-slide img {
    border-radius: 0.5rem;
  }
  .environment .environment-lunbo .gallery-thumbs {
    margin: -1rem auto 0;
  }
  .together-lunbo .bot-wz {
    margin-top: 1rem;
  }
  .together-lunbo .bot-wz .le {
    width: 100%;
  }
  .together-lunbo .bot-wz .re {
    width: 100%;
    margin-top: 1rem;
  }
  .together-lunbo {
    padding: 0 1rem;
  }
  .together .together-box .yyas {
    display: none;
  }
  .together .together-box {
    padding: 0rem 0 1rem;
  }
  .contact-us-bot .input-div input {
    height: 35px;
  }
  .contact-us-bot textarea {
    height: 10rem;
  }
  .contact-us-bot {
    padding: 3rem 0;
  }
  .contact-us-top .map-dizji {
    margin-top: 0;
    line-height: 1.5;
  }
  .contact-us-top .map-dizji .col-sm-5 {
    padding-bottom: 1rem;
  }
  .contact-us-top,
  .segmental {
    padding: 3rem 0;
  }
  .ban .div2 {
    padding-left: 3rem;
  }
  .ban > img {
    height: 25.25rem;
  }
  .head-zhai {
    font-size: 1rem;
  }
  .new-xqq .top-news .title {
    font-size: 1.5rem;
  }
  .index-video .video-sp .div2,
  .head-p .p-en {
    font-size: 1.125rem;
  }
  .new-xqq .top-news .miaos-d {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .latest-new-lunbo {
    margin-top: 1rem;
  }
  .new-div .data-div {
    margin-top: 1rem;
  }
  .head-p .p-cn,
  .ban .div1,
  .ban .div2 {
    font-size: 1.5rem;
  }
  .hei-head .p-en {
    font-size: 1.25rem;
  }
  .ban .yausns {
    width: 50px;
  }
  .ban .div2 {
    padding-left: 5rem;
  }
  .ban-er {
    display: none;
  }
  .index-about .le {
    width: 100%;
  }
  .index-about .shu-ul {
    width: 100%;
  }
  /*.index-pro .index-pro-con .pro-ul {
    width: 100%;
    position: relative;
  }
  .index-pro .pro-ul-img {
    padding-top: 1rem;
  }
  .index-pro .index-pro-con {
    height: auto;
    position: relative;
  }
  .index-pro {
    padding: 4rem 0;
  }
  .index-pro .head-p {
    position: relative;
    top: auto;
  }*/
  .index-new .le {
    width: 100%;
  }
  .index-new .re {
    width: 100%;
    margin-top: 1rem;
  }
  .index-new .re .new-ul li {
    width: 100%;
    border-radius: 1rem;
    padding: 1rem;
  }
  .index-new {
    position: relative;
  }
  .index-new .video2 {
    height: 100%;
  }
  .index-new .re .new-ul li .title {
    font-size: 1.125rem;
    height: auto;
  }
  .index-new .re .new-ul li .new-bot {
    margin-top: 2rem;
  }
  .index-solution .index-solution-lunbo .swiper-slide .icon-img img {
    width: 30px;
  }
  .head-p {
    position: relative;
    z-index: 88;
    text-align: center;
  }
  .head-p .p-cn::after {
    left: calc(50% - 1.4rem);
  }
  .pro-ul-img li img {
    width: 100%;
  }
  .shu-ul li .p2 {
    font-size: 1rem;
  }
  .index-about .shu-ul li {
    text-align: center;
  }
  .shu-ul li .yausns {
    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%);
  }
  .index-jion {
    padding: 5rem 0;
  }
  .index-video .video-sp .div1 {
    font-size: 1.5rem;
  }
  #fullpage .more {
    text-align: center;
  }
  #fullpage .head-zhai {
    text-align: center;
  }
  .index-video .video-sp {
    width: 100%;
    text-align: center;
  }
  .history-bot .gallery-top .swiper-slide .contd {
    width: 100%;
    padding: 1rem 1rem 1rem 0;
    margin-top: 0rem;
  }
  .history-bot .gallery-top .swiper-slide .title {
    width: 100%;
  }
  .history-bot .gallery-top .swiper-slide .title .yausns {
    display: none;
  }
  .history-bot {
    padding: 1rem 1rem 2rem;
  }
  .history-bot .re {
    height: 21.125rem;
  }
  .honor ul {
    width: 100%;
  }
  .honor .miaos-divs {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .honor {
    background-position: 30% 40% !important;
  }
  .culture .culture-ul li .yys {
    width: 5rem;
    height: 5rem;
  }
  .culture .culture-ul li .yys img {
    width: 30px;
  }
  .social .fl {
    width: 100%;
  }
  .social .fr {
    width: 100%;
    margin-top: 1rem;
  }
  .social .fl img {
    border-radius: 0.5rem;
  }
  .history {
    padding: 3rem 0 5rem;
  }
  .history-bot .gallery-top .swiper-slide .contd {
    font-size: 1rem;
  }
  .index-video > img {
    height: 100vh;
    object-fit: cover;
  }
  .tuis-box a .overh img {
    height: 20.1875rem;
  }
}
.rong-div {
  /* border: 1px solid #D4D4D4;
  background: #FCFCFC; */
  /*margin-bottom: 1.875rem;*/
}
.rong-div .overh {
  /*padding: 1rem 0 0;*/
}
.section .sec_nav_l .tit {
  line-height: 1rem;
}
.solutions-xiang .sou-box .title {
  position: absolute;
  width: 90%;
  bottom: 10%;
  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%);
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1.125rem;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
.danye-con {
  color: #6D6D6D;
  margin-top: 0.3rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}
.er-div-box {
  width: 100vw;
  left: 0;
  border-top: 1px solid #000;
  background: #000;
  padding: 3.125rem 0;
  transform: scaleY(0);
  transform-origin: top center;
  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 */
}
.er-div-box .left {
  width: 35%;
  border-radius: 1.875rem;
  overflow: hidden;
}
.er-div-box .left .color-page1 .swiper-pagination {
  padding: 0;
}
.er-div-box .left .zui-new-p {
  color: #000;
  top: 1rem;
  left: 2rem;
  z-index: 2;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.er-div-box .re {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.er-div-box .re .er-box {
  width: 25%;
  padding: 0 1rem;
  flex: 1;
}
.er-div-box .re .er-box .div1 {
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 1rem;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.er-div-box .re .er-box .head-div-a {
  margin-top: 0.8rem;
  color: #8C8C8C;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  /* 200% */
}
.er-div-box .re .er-box .head-div-a a {
  color: #8C8C8C;
  line-height: 1.25em;
  padding: 0.45em 0;
}
.er-div-box .re .er-box .head-div-a a {
  display: block;
}
.er-div-box .re .er-box .head-div-a a:hover {
  color: #bb0f25;
}
.heads .na-ul > li:hover .er-div-box {
  transform: scaleY(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 */
}
.guanyu-ul {
  text-align: center;
}
.guanyu-ul li {
  display: inline-block;
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 200% */
  margin: 0 2rem;
}
.guanyu-ul li a {
  color: #FFF;
}
.guanyu-ul li a:hover {
  color: #bb0f25;
}
.er-div-box2 {
  padding: 0;
}
.solutions-lunbo .swiper-slide .overh {
  border-radius: 1.875rem;
}
.solutions-lunbo .swiper-slide .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 */
}
.solutions-lunbo .swiper-slide:hover .re .title a {
  color: #bb0f25;
}
.solutions-lunbo .swiper-slide: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);
}
.solutions-lunbo .swiper-slide:hover .more 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 */
}
.solutions-lunbo .swiper-slide:hover .more a::after {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}
.yu-div a {
  color: #fff;
}
.map-d-ul li:nth-child(12) .divs-con,
.map-d-ul li:nth-child(10) .divs-con {
  right: 7rem;
  left: auto;
  z-index: 8;
}
.yyxas-a {
  margin-top: 3rem;
  background: #fff;
  padding: 3rem 1rem;
}
.yyxas-a li {
  width: 25%;
  text-align: center;
  display: inline-block;
  border-left: 1px solid #e4e4e4;
}
.yyxas-a li:first-child {
  border-left: none;
}
.yyxas-a li .titaa1 {
  font-size: 1.25rem;
  color: #bb0f25;
  font-weight: 600;
  margin-bottom: 0.5rem;
  width: 100%;
}
.yyxas-a li > p {
  font-size: 1rem;
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}
.map-d-ul li .di-yuan {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.map-d-ul li .di-yuan::after {
  animation: scale1 3s infinite ease;
  animation-delay: 600ms;
  transition: 0.5s all ease;
}
.map-d-ul li .di-yuan::before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  z-index: 0;
  border-radius: 50%;
  background-color: #bb0f25;
  opacity: 0.7;
  animation: scale 5s infinite ease;
  transition: 0.5s all ease;
}
@keyframes scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@keyframes scale1 {
  0% {
    transform: scale(0.5);
    opacity: 0.9;
  }
  50% {
    opacity: 0.5;
    transform: scale(1.8);
  }
  100% {
    opacity: 0.9;
    transform: scale(0.5);
  }
}
.product-center .product-ul li .re .mios-p p {
  position: relative;
  padding-left: 1rem;
}
.product-center .product-ul li .re .mios-p p::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  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%);
  background: #6D6D6D;
  border-radius: 100%;
}
.er-box .div1 > a {
  color: #fff;
}
.er-box .div1 > a:hover {
  color: #bb0f25;
}
.proying-con {
  padding: 2rem 0;
}
.proying-con .proying-title {
  color: #FFF;
  font-size: 1.5rem;
  width: 21.75rem;
  height: 3.6875rem;
  background: linear-gradient(90deg, #bb0f25 0%, rgba(255, 255, 255, 0) 100%);
  line-height: 3.6875rem;
  padding-left: 1.5625rem;
}
.proying-con .proying-text {
  padding: 1.875rem 0 2.5rem;
  color: #6D6D6D;
  font-size: 1.125rem;
  line-height: 1.6;
  /* 166.667% */
}
.proying-con .proying-text .left25 {
  padding-left: 1.5625rem;
}
.proying-con .proying-text .yuan-d {
  position: relative;
  font-weight: 700;
}
.proying-con .proying-text .yuan-d::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  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: -1rem;
  background: #6D6D6D;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .index-video .pr img.phone-show {
    height: calc(100vh - 60px);
    object-fit: cover;
  }
  .parameters {
    padding: 3rem 0;
  }
  .biaoge .table thead tr th {
    padding: 0 3px;
  }
  .color-page .swiper-pagination-bullet {
    width: 0.4125rem;
    height: 0.4125rem;
    margin: 0 0.2rem;
  }
  .culture {
    height: auto;
    padding-bottom: 3rem;
  }
  .culture .culture-ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .culture .culture-ul {
    margin-top: 2rem;
  }
  .yyxas-a {
    padding: 1rem 1rem;
  }
  .yyxas-a li {
    width: 100%;
    border-left: none;
    padding: 2rem;
    border-bottom: 1px solid #e4e4e4;
  }
  .yyxas-a li:last-child {
    border-left: none;
    border-bottom: none;
  }
  .history-bot .gallery-top .swiper-slide .contd {
    height: 11rem;
  }
}
.about-section01 {
  padding: 6.5625rem 0;
}
.about-section01 .about-section01-title {
  font-size: 60px;
  color: #bb0f25;
  text-align: center;
  font-weight: bolder;
  margin-bottom: 55px;
}
.about-section01 .about-section01-ul li {
  width: 20%;
  padding-left: 45px;
}
.about-section01 .about-section01-ul li:last-of-type {
  border-right: none;
}
.about-section01 .about-section01-ul li .about-section01-ul-in {
  min-height: calc(1.5em * 6);
  padding-top: 20px;
  border-right: 1px dashed #bb0f25;
}
.about-section01 .about-section01-ul li:nth-of-type(1) .about-section01-ul-in {
  text-align: center;
}
.about-section01 .about-section01-ul li .about-section01-ul-in div {
  margin-bottom: 30px;
  margin-top: 0px;
  position: relative;
  padding-left: 72px;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-weight: 600;
  font-family: siyuan_Normal;
}
.about-section01 .about-section01-ul li .about-section01-ul-in div:last-child {
  margin-bottom: 0;
}
.about-section01 .about-section01-ul li .about-section01-ul-in div span {
  font-size: 20px;
  color: #bb0f25;
  display: inline-block;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.about-section01 .about-section01-ul li h3 {
  height: 93px;
  line-height: 93px;
}
.about-section01 .about-section01-ul li .about-section01-ul-in div,
.about-section01 .about-section01-ul li .about-section01-ul-in div:hover,
.about-section01 .about-section01-ul li h3,
.about-section01 .about-section01-ul li h3:hover {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.about-section01 .about-section01-ul li .about-section01-ul-in div:hover {
  transform: scale(1.05);
  color: #bb0f25;
}
.about-section01 .about-section01-ul li h3:hover {
  font-size: 60px;
  border-top: none;
  background: linear-gradient(transparent, transparent, transparent, transparent, #bb0f25);
}
.about-section01 .about-section01-ul li .about-section01-ul-in div:hover span {
  background: #bb0f25;
  color: #fff;
}
.about-section01 .about-section01-ul li h3 {
  font-size: 35px;
  color: #bb0f25;
  margin-top: 20px;
  border-top: 3px solid #bb0f25;
  text-align: right;
  width: 72%;
  float: right;
  font-weight: bolder;
}
.about_swiper .swiper-button-black {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  background-size: 20px 20px;
  top: calc(50% - 60px);
}
.about_swiper .swiper-button-next {
  right: -100px;
}
.about_swiper .swiper-button-prev {
  left: -100px;
}
.about_swiper .swiper-slide-active {
  padding-left: 10px !important;
}
.about_swiper .swiper-slide-active .about-section01-ul-in {
  padding-right: 20px;
}
.about_swiper .swiper-pagination {
  display: none;
}
@media (max-width: 1600px) {
  .about-section01 .about-section01-ul li {
    padding-left: 30px;
  }
  .about-section01 .about-section01-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .about_swiper .swiper-button-next {
    right: calc(50% - 100px);
    top: auto;
    bottom: -4px;
  }
  .about_swiper .swiper-button-prev {
    left: calc(50% - 100px);
    right: auto;
    top: auto;
    bottom: -4px;
  }
  .about_swiper .swiper-container {
    padding-bottom: 55px;
  }
  .about_swiper .swiper-pagination {
    bottom: 1rem;
    display: block;
  }
  .about_swiper .swiper-pagination-bullet-active {
    background: #bb0f25;
  }
  .about-section01 .about-section01-ul li {
    padding-left: 10px !important;
  }
  .about-section01 .banner-phone_1440 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  .about-section01 .hover {
    position: static;
    top: 50%;
    transform: translateY(0%);
    width: 100%;
    padding: 45px 0 25px;
  }
}
@media (max-width: 1024px) {
  .about-section01 .banner-phone_1440,
  .about-section01 .container {
    display: block;
  }
  .about-section01 .hover {
    padding: 35px 0 25px;
  }
  .about-section01 .about-section01-ul li {
    padding-left: 20px !important;
  }
  .about-section01 .about-section01-ul li .about-section01-ul-in div span {
    font-size: 18px;
    width: 50px;
  }
}
@media (max-width: 990px) {
  .about_swiper .swiper-slide-active .about-section01-ul-in {
    padding-right: 5px;
  }
  .about-section01 .about-section01-ul li.swiper-slide-active {
    padding-left: 5px !important;
  }
  .about-section01 .about-section01-ul li.swiper-slide-active .about-section01-ul-in {
    padding-right: 10px !important;
  }
  .about-section01 .about-section01-ul li .about-section01-ul-in div:hover {
    transform: scale(1.05);
  }
}
@media (max-width: 767px) {
  .about-section01 .hover .row {
    margin-right: 0;
  }
  .about_swiper .swiper-container {
    padding-bottom: 45px;
  }
  .about-section01 .about-section01-ul li .about-section01-ul-in div {
    font-size: 12px;
  }
  .about_swiper .swiper-button-black {
    background-size: 15px 15px !important;
    width: 40px;
    height: 40px;
    bottom: 0;
  }
}
@media (max-width: 650px) {
  .about-section01 {
    padding: 1rem 0 1rem;
  }
  .about-section01 .container {
    padding-left: 5px;
  }
  .about-section01 .about-section01-ul li {
    padding-left: 10px !important;
  }
  .about-section01 .about-section01-title {
    font-size: 26px;
  }
  .about-section01 .about-section01-ul li h3 {
    font-size: 30px;
    padding-right: 0;
  }
}



/*内页css*/
:root{
  --color-zt:#bb0f25;
}
.loadmore-nodata {
  margin: 0 auto 9em;
}

.text-center {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
  font-weight: 500;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  line-height: 2.1;
  background: #fff;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  line-height: 2.1;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: var(--color-zt);
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: var(--color-zt);
  border-color: var(--color-zt);
  vertical-align: middle;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 2.6875rem 0 0;
  text-align: center;
  list-style: none;
}
@media (max-width: 768px) {
  .pager {
    margin: 1.5rem 0 0;
  }
}


.pager .page-num-current{ 
  border-color: #da251c;
  color: #fff;
  background: #da251c;
  }
  
.pager li:nth-child(2){ width:auto!important; border:none;}
  
.pager .page-num{
	float:left !important;
	display:block;
	width: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  border: 1px solid #ddd;
  margin: 0 0.125rem;
  height: 2.5rem;
}


.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  background: #fff;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: transparent;
}
.flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.flex-z{
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: center;
}
.flex_left{
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
}
.flex_left1{
display: flex;
justify-content: start;
flex-wrap: wrap;
}
.flex2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: flex-end;
}
.flex21{
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
}
.rightfix1 .bot li a.fh-a{
  display: flex;
  width: 100%;
  height: 100%;
}
.fh-a img{
  width: 40%;
}
.rightfix1 .bot li a.fh-a:hover img{
  filter: brightness(0) invert(1);
}

.bg-tanta .bg-tit{
  text-align: center;
  margin-top: 2rem;
}
.bg-tanta .bg-tit li{
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5em;
  position: relative;color: #000;
  padding: 0.5em 0;
  margin: 0 0.65em;
  cursor: pointer;
}
.bg-tanta .bg-tit li::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #bb0f25;
  transform: scaleX(0);transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.bg-tanta .bg-tit li.on{
  color: #bb0f25;
}
.bg-tanta .bg-tit li.on::after{
  transform: scaleX(1);
}
.bg-tanta .tab-cont{
  margin-top: 2rem;
}
.bg-tanta .tab-cont li{
  display: none;
}
.bg-tanta .tab-cont li .table tr td{
  /* border-left: none;
  border-right: none;
  border-top: none; */
  font-size: 1rem;
  line-height: 1.5em;
  text-align: center;
} 
.bg-tanta .tab-cont li .table tr:nth-child(2n-1){
  background: #f9f9f9;
}
.bg-tanta .tab-cont li .table tr:nth-child(1){
  /* border-bottom: 2px solid #bb0f25; */
  background: #bb0f25;
  color: #fff;
}
.table-responsive{
  overflow-x: auto;
}
.table-responsive table{
  min-width: 640px;
}
@media (max-width: 768px) {
  .bg-tanta .bg-tit{
    margin-top: 1.5rem;
  }
  .bg-tanta .bg-tit li{
    font-size: 1.125rem;    margin: 0 0.125em;
  }
  .bg-tanta .tab-cont{
    margin-top: 1.5rem;
  }
}
.ban-wz .wehasa1 .asta{
  width: 50%;
  position: relative;
}
.ban-wz .wehasa1 .astb{
  width: auto;
}
.ban-wz .wehasa1 .astb .logoas img{
  height: 4.75rem;
}
.ban-wz .wehasa1 .astb .ashxta{
  margin-top: 1.5rem;
}
.ban-wz .wehasa1 .astb .ashxta li {
  margin-top: 1.25rem;
}
.ban-wz .wehasa1 .astb .ashxta li .astx i{
  display: block;
  font-size: 0;
  width: 2.625rem;
  margin-right: 1rem;
}
.ban-wz .wehasa1 .astb .ashxta li .astx i img{
  width: 100%;
}
.ban-wz .wehasa1 .astb .ashxta li .astx p{
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
}
.ban-wz .wehasa1 .astb .ashxta li .p{
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.5em; margin-top: 0.75rem;
}
.fzlc{
  position: relative;
  z-index: 1;
}
.fzlc::after{
  content: "";
  position: absolute;
  left: 30%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #999;
  z-index: -1;
}
.fzlc li{
  position: relative;
}
.fzlc li+li{
  margin-top: 3.5rem;
}
.fzlc li .tit{
  color: #000000;
  font-size: 2.85rem;
  font-weight: 700;
  line-height: 1em;
  width: 30%;
  text-align: right;
  padding-right: 3%;
  position: relative;
}
.fzlc li::after{
  content: "";
  position: absolute;
  left: calc(30% - 0.5rem);
  top: 1.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #0097E0;
  
}
.fzlc li .p1{
  color: #6D6D6D;
  font-size: 1.25rem;
  line-height: 1.75em;width: 67%;
  padding-top: 0.35rem;
}
.astxa {
  margin-bottom: 3rem;
}
.astxa li{
  text-align: center;
  margin: 0.5rem 0.5rem;
}

.astxa li a{
  display: block;
  font-size: 1.1rem;
  border: 1px solid #333;
  color: #333;
  line-height: 1.5em;
  padding: 0.55rem 1.5em;
  border-radius: 2.5rem;
}
.astxa li.on a,
.astxa li:hover a
{
  background: #bb0f25;
  border-color: #bb0f25;
  color: #fff;
}
@media (max-width: 768px) {
  .ban-wz .wehasa1 .asta{
    width: 100%;
  }
  .ban-wz .wehasa1 .astb{
    width: 100%;
    margin-top: 1.5rem;
  }
  .ban-wz .wehasa1 .astb .logoas img{
    height: 2.75rem;
    display: none;
  }
  .ban-wz .wehasa1 .astb .ashxta{
    margin-top: 1.25rem;
  }
  .ban-wz .wehasa1 .astb .ashxta li {
    margin-top: 1rem;
  }
  .ban-wz .wehasa1 .astb .ashxta li .astx i{
    width: 2rem;
  }
  .ban-wz .wehasa1 .astb .ashxta li .astx p{
    font-size: 1.5rem;
  }
  .ban-wz .wehasa1 .astb .ashxta li .p{
    font-size: 1.125rem;
  }
  .ban-aas > img{
    height:auto;
  }
  .fzlc li .tit{
    font-size: 2rem;    padding-right: 6%;
  }
  .fzlc li .p1{
    font-size: 1.125rem;
  }
  .fzlc li::after{
    top: 0.65rem;
  }
}