@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(0.83333333vw);
  overflow-x: hidden;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

button {
  /* border: none;
     */
}

.map img {
  max-width: inherit;
}

/* 取消链接高亮 */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'webfont';
  font-display: swap;
  src: url('fonts/webfont_avd707sp0ig.eot');
  src: url('fonts/webfont_avd707sp0ig.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/webfont_avd707sp0ig.woff2') format('woff2'), url('fonts/webfont_avd707sp0ig.woff') format('woff'),
    /* chrome、firefox */
    url('fonts/webfont_avd707sp0ig.ttf') format('truetype'),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('fonts/webfont_avd707sp0ig.svg#Alibaba-PuHuiTi-Regular') format('svg');

  /* IE9*/
  /* iOS 4.1- */
}

body {
  font-family: 'webfont';
  font-size: 1rem;
}

button:focus {
  outline: none;
}

em,
i {
  font-style: normal;
}

ul,
li {
  list-style-type: none;
}

.w100 {
  width: 100%;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

a:hover,
a:link,
a:visited {
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

input:focus,
textarea:focus {
  outline: none;
}

.overh {
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ta {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.displaynone {
  display: none;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}

.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.line1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.f14px {
  font-size: 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.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}

.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}

.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}

.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.hovercolor {
  color: #8cca1d;
}

.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}

.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}

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

.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}

.f48 {
  font-size: 48px;
}

.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.p15 {
  padding: 15px;
}

.w50 {
  width: 50%;
}

.blod {
  font-weight: bold;
}

.wen_hied2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.w55 {
  width: 55%;
}

.doahang {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 4.1875rem;
  line-height: 5.1875rem;
  z-index: 99;
  background:rgba(0,0,0,0.4)
}

.doahang .nav-ul>li {
  display: inline-block;
  padding: 0 0.625rem;
}

.doahang .nav-ul>li>a {
  font-size: 1.25rem;
  color: #FFFFFF;
  padding: 0 1.0625rem;
  position: relative;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.doahang .nav-ul>li>a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -10px;
  background: #2a81c3;
  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: 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%);
}

.doahang .nav-ul>li:hover>a,
.doahang .nav-ul>li.active>a {
  color: #2a81c3;
}

.doahang .nav-ul>li:hover>a::after,
.doahang .nav-ul>li.active>a::after {
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  width: 80%;
}

.doahang .dianhua {
  font-weight: bold;
  font-size: 1.125rem;
  color: #FFFFFF;
  display: none;
  padding: 0 0.9375rem;
}

.doahang .dianhua i {
  font-size: 1.125rem;
  padding: 0 0.3125rem;
}

.doahang .sousuos {
  padding: 0 0.9375rem 0 0;
}

.doahang .sousuos i {
  font-size: 1.125rem;
  color: #FFFFFF;
}

@keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    transform: scale(1.2);
  }

  75% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.ban-img {
  overflow: hidden;
}

.slide_other .ban-img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
}

@keyframes rotateImage {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.swiper_slide2_textp1 {
  font-size: 3.375rem;
  color: #fff;
  text-align: center;
  font-weight:600;
}

.swiper_slide2_textp1 span {
  color: #2a81c3;
}

.swiper_slide2_textp2 {
  font-size: 1.875rem;
  letter-spacing: .375rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}

.swiper_slide2_textp2 span {
  color: rgba(42, 129, 195, 0.7);
}

.lunbo.mbox.mbox1,
.lunbo.mbox.mbox1 .swiper-slide {
  height: 100vh;
}

.lunbo.mbox.mbox1 .swiper2_slide::before {
  display: none;
}

.lunbo .swiper .swiper-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.lunbo .swiper .swiper-slide.slide_other img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
}

.lunbo .swiper .swiper-slide::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
}

.lunbo .swiper .swiper-slide .wen-zi {
  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: 99;
  left: 0%;
}

.lunbo .swiper .swiper-slide .wen-zi {
  width: 100%;
}

.lunbo .swiper .swiper-slide .wen-zi .div1 {
  font-size: 4.375rem;
  line-height: 5.625rem;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0 0.4375rem 0.4375rem 0.3125rem rgba(160, 160, 160, 0.75);
}

.lunbo .swiper .swiper-slide .wen-zi .div2 {
  font-size: 2.3125rem;
  line-height: 5.1875rem;
  text-align: center;
  color: #FFFFFF;
}

.lunbo .swiper-pagination .swiper-pagination-bullet {
  width: 3.75rem;
  height: 8px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.39);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  cursor: pointer;
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.lunbo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

@keyframes scaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(0.8);
    /*开始为原始大小*/
  }

  25% {
    transform: scale(0.9);
    /*放大1.1倍*/
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(0.8);
  }
}

.cons {
  padding: 0 16.25rem;
  
}


.index-content .con-bot .img-c,
.about .jianjie .c-img {
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 9s;
  /*动画所花费的时间*/
}

.index-hezuo .p-img,
.about .jianjie .y-img,
.xinxi-jion .j-img {
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  /*动画所花费的时间*/
}

.index-new .n-img,
.innovation .t-img {
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
}

.index-content {
  background-size: cover;
}

.index-content .con-top {
  padding-top: 5.25rem;
}

.index-content .con-top .s-zi {
  left: 0;
  top: 10%;
  z-index: -2;
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
  /*动画所花费的时间*/
}

.index-content .con-top .yuna-zi {
  right: 0;
  top: -15%;
  z-index: -1;
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  /*动画所花费的时间*/
}

.index-content .con-bot .img-c {
  right: 13%;
  top: -8%;
}

.biaoti {
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 3.8125rem;
  color: #000000;
}

.biaoti span {
  color: #2a81c3;
}

.two_title {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 3.8125rem;
  color: #000000;
}

.two_text {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 3.8125rem;
  color: #000000;
  opacity: 0.9;
}

.two_txt {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #000000;
  opacity: 0.8;
}

.more {
  width: 8.75rem;
  line-height: 3.125rem;
  height: 3.125rem;
  margin-top: 1.625rem;
  text-align: center;
}

.more a {
  color: #FFF;
  font-size: 0.875rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  border-radius: 3.125rem;
  display: block;
  background-color: #000;
}

.more {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.more a:hover {
  box-shadow: inset 0 0 0rem 1.875rem #4cc1b1;
  color: #FFF;
}



.faan {
  width: 28.75rem;
  line-height: 4.125rem;
  height: 4.125rem;
  margin-top: 4.025rem;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}

.faan a {
  color: #FFF;
  font-size: 1.275rem;
  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-radius: 4.125rem;
  display: block;
  background-color: #2a81c3;
}

.faan {
  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 */
}

.faan a:hover {
  box-shadow: inset 0 0 0rem 2.875rem #4cc1b1;
  color: #FFF;
}

.xinxi-jion-img img {
  width: 100%;
}

.con-top-ul-con>li {
  background: url(../images/bg2.png) no-repeat;
  background-size: cover;
  padding: 4.25rem 4.6875rem 10.75rem 4.6875rem;
  height: 39.5625rem;
  border-radius: 0.625rem;
}

.con-top-ul-con {
  position: relative;
  z-index: 2;
}

.con-top-ul-con>li {
  display: none;
}

.con-top-ul-con>li.active {
  display: block;
}

.con-top-ul-con>li>div {
  width: 50%;
}

.con-top-ul-con>li .fr-div {
  margin-top: 3.125rem;
}

.con-top-ul-con>li .left-con {
  height: 373px;
}

.con-top-ul-con>li .left-con>img {
  opacity: 0;
}

.con-top-ul-con>li .left-con .tu-img-uu {
  width: 90%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}



.con-top-ul-con>li .left-con .tu-img-uu li img {
  width: 100%;
}

.con-top-ul-con>li .left-con .gulsa3 li img { width:80%}

.gulsa1>li:nth-child(2) {
  bottom: 0%;
  left: 20%;
}

.gulsa1>li:nth-child(3) {
  top: 21%;
  left: 8%;
  width: 10.125rem;
}

.gulsa1>li:nth-child(4) {
  right: 33%;
  top: 0%;
}

.gulsa1>li:nth-child(5) {
  right: 8%;
  top: 21%;
}

.gulsa1>li:nth-child(6) {
  right: 8%;
  bottom: 19%;
}

.gulsa1>li:nth-child(7) {
  right: 14%;
  top: 2%;
}

.tu-img-uu {
  max-width: 676px;
}

.gulsa4>li:nth-child(1) {
  left: 67%;
  top: 12%;
}

.gulsa4>li:nth-child(6) {
  top: 40%;
  right: 27%;
}

.gulsa4>li:nth-child(2) {
  top: 0%;
  left: 31%;
}

.gulsa4>li:nth-child(3) {
  left: 15%;
  bottom: 11%;
}

.gulsa4>li:nth-child(4) {
  left: 24%;
  top: 24%;
}

.gulsa4>li:nth-child(5) {
  left: 22%;
  top: 5%;
}

/* .gulsa4>li:nth-child(6) {
  right: 23%;
  bottom: 10%;
} */

.gulsa3>li:nth-child(1) {
  left: 66%;
  top: 29%;
}

.gulsa3>li:nth-child(2) {
  bottom: -2%;
  right: 11%;
}

.gulsa3>li:nth-child(3) {
  left: 30%;
  bottom: -10%;
  width: 40%;
}

.gulsa3>li:nth-child(4) {
  left: 11%;
  top: 13%;
}

.gulsa2>li:nth-child(10) {
  left: 59%;
  top: 9%;
}

.gulsa2>li:nth-child(2) {
  top: 36%;
  right: 9%;
}

.gulsa2>li:nth-child(3) {
  left: 19%;
  top: 36%;
}

.gulsa2>li:nth-child(13) {
  left: 39%;
  bottom: 0%;
}

.gulsa2>li:nth-child(5) {
  left: 73%;
  top: 1%;
}

.gulsa2>li:nth-child(6) {
  bottom: 6%;
  right: 29%;
}

.gulsa2>li:nth-child(7) {
  left: 8%;
  bottom: 26%;
}

.gulsa2>li:nth-child(12) {
  left: 50%;
  top: 31%;
}

.gulsa2>li:nth-child(9) {
  top: 20%;
  left: 25%;
}

.gulsa2>li:nth-child(1) {
  left: 32%;
  bottom: 17%;
}

.gulsa2>li:nth-child(11) {
  left: 23%;
  bottom: 16%;
}

.gulsa2>li:nth-child(8) {
  right: 8%;
  bottom: 12%;
}

.gulsa2>li:nth-child(4) {
  left: 23%;
  top: 0%;
}

.gulsa5>li:nth-child(1) {
  left: 10%;
  top: 1%;
}

.gulsa5>li:nth-child(2) {
  top: 2%;
  right: 26%;
}

.gulsa5>li:nth-child(3) {
  right: 4%;
  top: 39%;
}

.gulsa5>li:nth-child(4) {
  right: 9%;
  top: 13%;
}

.gulsa5>li:nth-child(5) {
  right: 19%;
  top: 12%;
}

.gulsa5>li:nth-child(6) {
  left: 8%;
  top: 15%;
}

.con-top-ul {
  margin-top: 2.5rem;
}

.con-top-ul li {
  display: inline-block;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0 0.3125rem 1.875rem;
  cursor: pointer;
  color: #000000;
  margin: 0 1.875rem;
  opacity: 0.55;
  position: relative;
}
.con-top-ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 0.1875rem;
  width: 0%;
  background: #2a81c3;
  opacity: 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%);
  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 */
}

.con-top-ul li.active {
  opacity: 1;
  color:#2a81c3;
}

.con-top-ul li.active::after {
  width: 90%;
  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 */
}

.con-bot .con-bot-head>.fl {
  width: 20%;
}

.con-bot .con-bot-head .fr {
  width: 79%;
  margin-top: 2.5rem;
}

.paingpa-ul {
  font-size: 1.25rem;
  color: #000000;
  padding: 0 0 0 1.25rem;

  margin-top: 3.125rem;
  position: relative;
}
.paingpa-ul li a{ color:#000;}
.paingpa-ul li a:hover{ color:#2a81c3;}
.paingpa-ul::after {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 0%;
  opacity: 0;
  background: #2a81c3;
  top: 0;
  animation: clipMe 6s linear infinite;

}




@keyframes clipMe {

  0% {

    height: 0%;

  }

  25% {

    height: 50%;
    opacity: .5;

  }

  50% {

    height: 100%;
    opacity: 1;
  }

  75% {
    height: 50%;
    opacity: .5;

  }

  100% {

    height: 0%;

  }

}


.paingpa-ul li {
  line-height: 1;
  padding: 0.625rem 0;
}

.paingpa-ul li:nth-child(1) {
  padding-top: 0;
}

.paingpa-ul li:last-child {
  padding-bottom: 0;
}

.shadow {
  border-radius: 1.4375rem;
  overflow: hidden;
  display: block;
}
.pro-ul-list .shadow{
  max-height: 310px;
}
/* .pro-ul-list .shadow1{
  height: 580px;
} */

.shadow .img_text {
  position: absolute;
  z-index: 2;
  left: 2.875rem;
  bottom: 2.0625rem;
}

.shadow .img_text .three_title {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.75rem;
  color: #FFFFFF;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.shadow .img_text .three_txt {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #FFFFFF;
  margin-top: 0.625rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.shadow::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 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 */
  border:#f1f1f1 solid 2px;
}
.wenzi{ color:#666666 !important;}

.shadow .img_b 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 */
}

.shadow:hover .img_b img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}

.shadow:hover .three_title,
.shadow:hover .three_txt {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.shadow:hover::after {
  background: rgba(0, 0, 0, 0.1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.con-bot-mid-ul {
  margin: 4% -1.5%;
}

.con-bot-mid-ul li {
  width: 30.3333%;
  margin: 0 1.5%;
  float: left;
}

.con-bot-bot-ul li {
  float: left;
}

.con-bot-bot-ul li:nth-child(1) {
  width: 48%;
  margin-right: 3%;
}

.con-bot-bot-ul li:nth-child(2) {
  width: 49%;
}

.index-hezuo {
  margin-top: 4.375rem;
}

.index-hezuo .p-img {
  top: -25%;
  right: 19%;
}

.index-hezuo .hezuo-ul li {
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
  color: #000000;
  padding-bottom: 0.875rem;
  position: relative;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  margin-right: 3.5625rem;
}

.index-hezuo .hezuo-ul li::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  bottom: 0;
  height: 0.1875rem;
  background: #2a81c3;
}

.index-hezuo .hezuo-ul li:hover,
.index-hezuo .hezuo-ul li.active {
  color: #2a81c3;
  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-hezuo .hezuo-ul li:hover::after,
.index-hezuo .hezuo-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 */
}

.index-hezuo .hezuo-con .hz-div {
  margin-top: 4.625rem;
  display: none;
}

.index-hezuo .hezuo-con .hz-div.active {
  display: block;
}

.index-hezuo .hezuo-con .hz-div .hzuo-ul1 {
  width: 86%;
  margin-bottom: 1.2%;
  margin: 0 auto;
}

.index-hezuo .hezuo-con .hz-div .hzuo-ul1 li {
  width: 15.4%;
  margin: 0 .6%;
  float: left;
  border: 1px solid #eaeaea;


}

.index-hezuo .hezuo-con .hz-div .hzuo-ul2 {
  margin: 1.375rem -0.5%;
}

.index-hezuo .hezuo-con .hz-div .hzuo-ul2 li {
  border: 1px solid #eaeaea;
  width: 13.28%;
  margin: 0 .5%;
  float: left;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.index-lianxi {
  background: #2a81c3;
  padding: 4rem 0;
  margin-top: 6.25rem;
}

.index-lianxi .lx-wenzi {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.8125rem;
  color: #FFFFFF;
}

.index-lianxi .more {
  margin: 1.25rem auto 0;
}

.index-lianxi .more a {
  background: transparent;
  border: 1px solid #fff;
}

.index-new {
  padding: 11.0625rem 0 7rem;

  background-size: cover;
}

.index-new .n-img {
  left: 22%;
  top: 0%;
  z-index: -1;
}

.index-new .left {
  width: 29%;
}

.index-new .left .news-ul li {
  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 */
}

.index-new .left .news-ul li:hover {
  color: #2a81c3;
  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 .right {
  width: 71%;
}

.index-new .right .new-con .new-imgs {
  width: 45.6%;
}

.index-new .right .new-con .news-uls {
  width: 48%;
}

.index-new .right .new-con .news-uls li {
  border-bottom: 1px solid #E5E5E5;
  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 .right .new-con .news-uls li a {
  display: block;
}

.index-new .right .new-con .news-uls li .intro {
  padding: 0.875rem 0;
}

.index-new .right .new-con .news-uls li:hover .intro .two_txts {
  color: #2a81c3;
  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 */
}

.intro {
  padding: 0.25rem 1.25rem;
  position: relative;
  z-index: 2;
}

.intro .two_txts {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 1.5rem 0 0.8rem 0;
}
.intro .two_txtss {
  padding-bottom:1.5rem;
  text-align:center;
}
.intro .zhais{
color:#777;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.intro .zhais a:hover{ color:#2a81c3;}
.intro .data {
  font-size: 0.875rem;
  line-height: 2.75rem;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.25rem;
  height: 3.5rem;
  font-weight: bold;
}

.intro .data .fl {
  text-align: center;
}

.intro .data i {
  font-size: 1.25rem;
}

.new-imgs {
  background: #fff;
  box-shadow: 0 0 0.3125rem 0.1875rem rgba(0, 0, 0, 0.15);

  overflow: hidden;
  border: 1px solid #e0d8d8;
}

.new-imgs>a {
  display: block;
  position: relative;
  overflow: hidden;
}

.new-imgs>a::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0%;
  opacity: 0;
  height: 100%;
  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-imgs>a .img {
  overflow: hidden;
}

.new-imgs>a .img img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.new-imgs>a:hover .img img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}

.new-imgs {
  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;
}

.new-imgs: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;
  transform: translate3d(0, -10px, 0);
  box-shadow: 0 15px 20px rgba(0, 0, 0, .2);
}

.new-imgs>a:hover::after {
  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 */
  opacity: 1;
}

.new-imgs>a:hover .intro .two_txts,
.new-imgs>a:hover .intro .data {
  color: #2a81c3;
}

.index-shanchang {
  background: url(../images/13.jpg) no-repeat;
  background-size: cover;
  padding: 3.125rem 0;
}

.index-shanchang .div1 {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.8125rem;
  color: #FFFFFF;
}

.index-shanchang .div2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #FFFFFF;
  opacity: 0.67;
  margin-top: 0.3125rem;
}

.index-shanchang .div3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #FFFFFF;
  margin-top: 0.625rem;
}

footer {
  background: #020202;
}

footer .foot-top {
  padding: 3.75rem 0 2.5rem;
}

footer .foot-top .foot-div:nth-child(1) {
  margin-right: 5%;
  display: none;
}

footer .foot-top .foot-div .foot-head {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
  color: #FFFFFF;
}

footer .foot-top .foot-div .foot-cons {
  margin-top: 1.375rem;
  font-size: 1rem;
  line-height: 2.25rem;
  color: #adadad;
}

footer .foot-top .foot-div .foot-cons .social-share a {
  background: rgba(255, 255, 255, 0.35) !important;
  width: 1.9375rem;
  height: 1.9375rem;
  text-align: center;
  line-height: 1.8125rem;
  display: inline-block;
  font-size: 1.125rem;
  border: 1px solid transparent !important;
  border-radius: 100%;
  color: #bbbbbb;
}

footer .foot-top .foot-div .foot-cons .social-share a i {
  font-size: 1.125rem;
}

footer .foot-top .zuo .foot-div {
  width: 100% !important;

}

footer .foot-top .foot-div:nth-child(3) {
  margin-top: 3.5rem;
}

footer .foot-top .you {
  width: 16%;
}

footer .foot-top .foot-div:nth-child(2) .foot-cons ul li {
  float: left;
  padding-right:4rem;
}

.foot-top-top {
  margin-bottom: 2.5rem;

}

.foot-top-top .zuo {
  width: 83%;
  margin-right: 1%;
}

footer .foot-top .lj-foot {
  width: 100% !important;
  margin-right: 0 !important;
}

footer .foot-top .foot-div:nth-child(2) .foot-cons ul li a {
  color: #adadad;
}

footer .foot-top .foot-div:nth-child(2) .foot-cons ul li a:hover {
  color: #2a81c3;
}

footer .foot-top .foot-div:nth-child(4) {
  width: 16%;

}

footer .foot-top .foot-div:nth-child(3) .foot-cons ul li {
  float: left;
  padding-right:3rem;
}

footer .foot-top .foot-div:nth-child(3) .foot-cons ul li a {
  color: #adadad;
}

footer .foot-top .foot-div:nth-child(3) .foot-cons ul li a:hover {
  color: #2a81c3;
}

footer .foot-bot {
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.43);
  padding: 1.5625rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.19);
}

footer .foot-bot a {
  color: rgba(255, 255, 255, 0.43);
}

footer .foot-bot a:hover {
  color: #2a81c3;
}

.ban-img .ban-wz {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.ban-img .ban-wz .p1 {
  font-size: 3.4375rem;
  line-height: 4.0625rem;
  color: #FFFFFF;
}

.ban-img .ban-wz .p2 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #FFFFFF;
  margin-top: 1.625rem;
}

.ban-img::after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.28);
}

.fuwu-con {
  padding: 5rem 0;
}

.fuwu-con .con-top {
  padding-top: 0;
}

.fuwu-con .enterprise .enterprise-top {
  background: #2a81c3;
  padding: 3.125rem 5.625rem;
}

.fuwu-con .enterprise .enterprise-top .left {
  width: 40%;
  margin-top: 3.125rem;
}

.fuwu-con .enterprise .enterprise-top .left .biaoti {
  color: #fff;
}

.fuwu-con .enterprise .enterprise-top .left .bt2 {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #FFFFFF;
  margin-top: 0.9375rem;
}

.fuwu-con .enterprise .enterprise-top .right {
  width: 29%;
}

.enterprise-bot {
  margin: 3.75rem 0;
}

.enterprise-bot .swiper-slide {
  border: 1px solid #eaeaea;
}

.enterprise-bot .swiper-slide 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 */
}

.enterprise-bot .swiper-slide:hover {
  border: 1px solid #2a81c3;
}

.enterprise-bot .swiper-slide:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}

.enterprise-bot .swiper-slide:hover::after {
  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 */
}

.enterprise-bot .swiper-slide img {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  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 */
}

.enterprise-bot .swiper-slide img:hover {
  -webkit-filter: grayscale(0%);
  /* Chrome, Safari, Opera */
  filter: grayscale(0%);
  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 */
}

.needs {
  background: url(../images/bgg1.png) no-repeat;
  background-size: cover;
  padding: 6.875rem 0;
  position: relative;
}

.needs .need-ku {
  display: inline-block;
  line-height: 3.4375rem;
  padding: 8.125rem 6.25rem;
  background: #fff;
  z-index: 2;
  position: relative;
}

.needs::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 40%;
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.000001));
  background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.000001));
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.000001));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.001));
}

.er-xw-uul li {
  line-height: 1.75rem;
  display: inline-block;
  margin-right: 1.875rem;
  position: relative;
}

.er-xw-uul1 li {
  display: block;
  margin-bottom: .3125rem;


}

.er-xw-uul1 li a {
  display: inline-block;
}

.er-xw-uul1 {
  left: 4%;
}

.er-xw-uul1.active {
  position: fixed;
  left: 4%;
  top: 16%;
}

.er-xw-uul li a {
  font-size: 1.125rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #000000;
}

.er-xw-uul li::after {
  content: '';
  position: absolute;
  width: 0%;
  left: 0;
  height: 1px;
  background: #2a81c3;
  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 */
}

.er-xw-uul li:hover a,
.er-xw-uul li.active a {
  color: #2a81c3;
  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-xw-uul li:hover::after,
.er-xw-uul li.active::after {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  width: 100%;
}

.news-conss {
  background-size: cover;
  padding: 2.5rem 0 5rem;
}

.news-conss .list-new {
  margin-top: 3rem;
}

.news-conss .list-new .new-imgs {
  margin-bottom: 3.875rem;
  margin-left:1rem;
  margin-right:1rem;
}

.lianxi-conss {
  background: #e9eaec;
  background-size: cover;
  padding: 5rem 0 0.125rem;
}

.lianxi-conss .left {
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #D6D6D6;
}

.intro .data span {
  font-size: 36px;
  color: #000;
  display: block;
  line-height: 1;
}

.lianxi-conss .left .liuyan .liuyan-ul li {
  margin: 0.3125rem 0;
}

.lianxi-conss .left .liuyan .liuyan-ul li input {
  border-bottom: 1px solid #000;
  width: 100%;
  height: 3.125rem;
  background: transparent;
}

.lianxi-conss .left .liuyan .liuyan-ul li input::placeholder {
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #000000;
}

.lianxi-conss .left .liuyan .liuyan-ul li textarea {
  color: #000000;
  font-size: 0.875rem;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 6.25rem;
  background: transparent;
}

.lianxi-conss .left .liuyan .liuyan-ul li textarea::placeholder {
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #000000;
}

.lianxi-conss .left .liuyan .liuyan-ul li button {
  color: #FFF;
  border: none;
  font-size: 0.875rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  border-radius: 3.125rem;
  display: block;
  background-color: #000;
  width: 8.75rem;
  line-height: 3.125rem;
  height: 3.125rem;
  margin-top: 1.625rem;
  text-align: center;
}

.lianxi-conss .left .liuyan .liuyan-ul li button:hover {
  box-shadow: inset 0 0 0rem 1.875rem #ff5a01;
  color: #FFF;
}

.lianxi-conss .right {
  position: relative;
  margin-top: -12.5rem;
  width: 100%;
  padding: 2.5rem 2.5rem 6.25rem;
  background: #ffffff;
  border-radius: 1.4375rem;
}

.lianxi-conss .right .lx-bt {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #2a81c3;
}

.lianxi-conss .right .zongbu {
  margin: 2.5rem 0;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  padding: 1.875rem 0 0;
}

.lianxi-conss .right .pp1 {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #000000;
}

.lianxi-conss .right .zp-div-con {
  font-size: 1rem;
  line-height: 1.5;
  color: #353535;
  margin-top: 0.625rem;
}

.lianxi-conss .right .fb-con .row {
  margin-bottom: 2.875rem;
}

.xingqing-con .rq {
  font-size: 1rem;
  line-height: 3.125rem;
  color: #000000;
}

.xingqing-con .rq i {
  font-size: 1.25rem;
  display: inline-block;
  margin-right: 0.3125rem;
}

.xingqing-con .biaoti-tilte {
  font-size: 1.875rem;
  line-height: 3.125rem;
  color: #000000;
}

.xingqing-con .fneng {
  font-size: 1rem;
  line-height: 3.125rem;
  color: #000000;
}

.xingqing-con .fneng .social-share {
  margin-left: 0.625rem;
}

.xingqing-con .fneng .social-share a {
  background: #000 !important;
  border: none;
  color: #fff;
}

.xingqing-con .xinwn-consss {
  font-size: 1rem;
  line-height: 2;
  color: #000000;
  margin: 1.875rem 0;
  padding: 1.875rem 0 3.125rem;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}

.xingqing-con .pain .prev a,
.xingqing-con .pain .next a {
  display: inline-block;
  padding:0 1rem;
  line-height: 3.125rem;
  height: 3.125rem;
  font-size: 0.875rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #848484;
  border-radius: 3.125rem;
  text-align: center;
  border: 1px solid #848484;
}

.xingqing-con .pain .prev a:hover,
.xingqing-con .pain .next a:hover {
  border: 1px solid #2a81c3;
  box-shadow: inset 0 0 0rem 1.875rem #2a81c3;
  color: #FFF;
}

.xingqing-con .xg-bt {
  font-size: 1.5rem;
  line-height: 3.125rem;
  color: #000000;
  margin-top: 2.5rem;
}

.xingqing-con .relevant-ul {
  margin-top: 0.75rem;
}

.xingqing-con .relevant-ul li {
  width: 45%;
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #848484;
  margin: 10px 0;
  float: left;
}

.xingqing-con .relevant-ul li .bt-title {
  width: 60%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.5;
}

.xingqing-con .relevant-ul li .bt-title a {
  color: #848484;
}

.xingqing-con .relevant-ul li .bt-title a:hover {
  color: #2a81c3;
}

.xingqing-con .relevant-ul li .rq-date a {
  color: #848484;
}

.xingqing-con .relevant-ul li .rq-date a:hover {
  color: #2a81c3;
}

.xingqing-con .relevant-ul li:nth-child(2n) {
  float: right;
}

.shu-div {

  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  bottom: 0;
}

.shu-div .sh-ul {
  width: 50%;
  padding: 3rem 1.875rem 1.875rem;
  background: rgba(255, 255, 255, 0.86);
}

.shu-div .sh-ul li {
  text-align: center;
  float: left;
  width: 33.333%;
}

.shu-div .sh-ul li .p1 {
  font-weight: bold;
  font-size: 1.875rem;
  color: #2a81c3;
}

.shu-div .sh-ul li .p2 {
  font-size: 1.125rem;
  margin-top: 0.9375rem;
  line-height: 1.75rem;
  color: #000000;
}

.about {
  background: url(../images/abbg.png) no-repeat;
  background-size: cover;
}

.about .jianjie {
  padding: 6.25rem 0 0rem;
}

.about .jianjie .c-img {
  left: 13%;
  top: 3%;
  width: 40.5%;
}

.about .jianjie .y-img {
  left: -13%;
  bottom: 1%;
  width: 22.8%;
}

.about .jianjie .left {
  width: 100%;
  padding-bottom: 5rem;
}

.about .jianjie .left .jj-con {
  text-align: justify;
  word-break: break-all;
  font-size: 16px;
  color: #000;
  line-height: 2.5;
}

.about .jianjie .right {
  width: 33.4%;
}

.effect-img {
  padding: 9.375rem 3.75rem;
  border-radius: 0.625rem;
}

.effect-img .biaoti {
  color: #fff;
}

.effect-img .paingpa-ul {
  color: #fff;
  margin-top: 1.5625rem;
}

.innovation {
  padding: 7.5rem 0;
}

.innovation .t-img {
  left: -6%;
  bottom: 10.5%;
  width: 46%;
}

.innovation .le {
  width: 29%;
}

.innovation .re {
  width: 71%;
}

.innovation .re .new-imgs {
  margin-bottom: 1.875rem;
}

.moshi {
  padding: 6.875rem 0 13.75rem;
}

.moshi .kj-lunbo {
  margin-top: 1.875rem;
}

.moshi .kj-lunbo .swiper-slide {
  text-align: center;
}

.moshi .biaoti {
  color: #ffffff;
}

.wb-div {
  padding: 6.25rem 0 6.25rem;
}

.wb-div .wwbb-cons {
  width: 100%;
}



.wb-wz {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #515150;
  font-weight: lighter;
  margin-top: 2.625rem;
}

.wb-div .wwbb-cons .re-img {
  position: relative;
  margin-top: -14.8rem;
  width: 52%;
  z-index: 4;
}

.linian {
  padding: 5rem 0;
}

.linian .lxx-img {
  left: 0;
  top: 0;
  z-index: -1;
}

.linian .liannian-lunbo {
  margin-top: 3.4375rem;
  padding: 0 5.625rem;
}

.linian .liannian-lunbo .swiper-slide .ln-img {
  text-align: center;
  overflow: hidden;
  border-radius: 1.4375rem;
}

.linian .liannian-lunbo .swiper-slide .ln-img img {
  width: 100%;
}

.linian .liannian-lunbo .swiper-slide .nianf {
  font-weight: bold;
  font-size: 1.875rem;
  color: #2a81c3;
  margin-top: 0.625rem;
}

.linian .liannian-lunbo .swiper-slide .neirong {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #000000;
}

.linian .liannian-lunbo .swiper-button-next,
.linian .liannian-lunbo .swiper-button-prev {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.51);
}

.linian .liannian-lunbo .swiper-button-next i,
.linian .liannian-lunbo .swiper-button-prev i {
  color: #FFF;
}

.linian .liannian-lunbo .swiper-button-next {
  right: 0.625rem;
}

.linian .liannian-lunbo .swiper-button-prev {
  left: 0.625rem;
}

.linian .liannian-lunbo .swiper-button-next:after,
.linian .liannian-lunbo .swiper-button-prev:after {
  display: none;
}


/*轮播开始*/
.liniann {
  padding:0 0 5rem 0;
}
.wl{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 1.25rem;
    overflow: hidden;
	width:27%;
	margin:0 3.1%;
	margin-top :5rem;
}
.wl_01{overflow: hidden; height:271px;}
.wl_01>img {
  cursor: pointer;
  transition: all .4s;
}
.wl:nth--child(3){
	margin-right:0%;
}
.wl_01>img:hover {
  transform: scale(1.1);
}
.wl_02 p{ font-size:1rem; font-size:1.3rem; vertical-align:middle; margin-bottom:0.5rem; color:#000000}
.wl_02{ padding:1.2rem ; line-height:1.7rem; height:11rem; color:#666}

.liniann .lxx-img {
  left: 0;
  top: 0;
  z-index: -1;
}
.liniann .liannian-luno {
  margin-top: 3.4375rem;
  padding: 0 5.625rem;
}

.liniann .liannian-luno .swiper-slide .ln-img {
  text-align: center;
  overflow: hidden;
  width:50%
}

.liniann .liannian-luno .swiper-slide .ln-img img {
	width: 100%;
}
.liniann .liannian-luno .swiper-slide .neirong p{ font-size:3rem; margin-bottom:3rem; line-height:3rem;}
.liniann .liannian-luno .swiper-slide .neirong {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #000000;
  width:50%;
  background:#f2f9ff;
  padding:5rem;
  height:533px;
  text-align:left;
}

.liniann .liannian-luno .swiper-button-next,
.liniann .liannian-luno .swiper-button-prev {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background: rgba(255, 255, 255);
}

.liniann .liannian-luno .swiper-button-next i,
.liniann .liannian-luno .swiper-button-prev i {
  color: #112daa;
  font-size:2.5rem;
}

.liniann .liannian-luno .swiper-button-next {
  right: 0.625rem;
}

.liniann .liannian-luno .swiper-button-prev {
  left: 0.625rem;
}

.liniann .liannian-luno .swiper-button-next:after,
.liniann .liannian-luno .swiper-button-prev:after {
  display: none;
}

.hxgn{
	background-image: url(/template/default/skin/images/cpb.jpg);
	background-repeat: no-repeat; 
	background-color:#f5f6f8;
}
.hxgn .tbiao i{ color:#0d95f9; font-size:3.2rem;}
.hxgn .tbiao i:hover{ color:#FFFFFF;}
/*轮播结束*/


.xinxi-jion .j-img {
  z-index: -1;
  top: 0;
  width: 18%;
  right: 17%;
}

.xinxi-jion .xinxi-jion-img .biaoti {
  color: #ffffff;
  line-height: 3.4375rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 6%;
}

.xinxi-jion .jion-box {
  padding: 2.5rem 0 6.25rem 6%;
}

.xinxi-jion .jion-box .le {
  background: #2a81c3;
  padding: 1.5625rem 1.25rem;
  position: relative;
  margin-top: -6.25rem;
}

.xinxi-jion .jion-box .p1 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 3.4375rem;
  color: #FFFFFF;
}

.xinxi-jion .jion-box .p2 {
  font-weight: bold;
  font-size: 2.875rem;
  color: #ffffff;
  opacity: 0.21;
}

.xinxi-jion .jion-box .ma-img {
  display: inline-block;
  padding: 0.625rem;
  background: #ffffff;
}

.xinxi-jion .jion-box .jion-zi {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #2a81c3;
  margin-left: 2rem;
}

.jianzhan-lx {
  margin-top: 5rem;
  padding: 6.25rem 0 12.5rem;
}

.jianzhan-lx .biaoti {
  color: #fff;

}

.jianzhan-lx .lx-phone {
  font-size: 1.25rem;
  margin-top: 0.9375rem;
  line-height: 1.5;
  color: #fff;
}

.jianzhan-lx .lx-phone span {
  color: #2a81c3;
  font-weight: bold;
}

.pro-body {
  background: #000000;
  padding-top: 6.25rem;
}

.pro-body .pro-xiang-con {
  /* border-bottom: 0.3125rem solid #fff; */
}

.pro-body .pro-xiang-con .xing-divs-pro {
  padding: 6.25rem 0 3.75rem;
}

.pro-body .pro-xiang-con .xing-divs-pro .title {
  font-size: 3.4375rem;
  line-height: 4.0625rem;
  color: #FFFFFF;
  text-shadow: 0rem 0rem 5px rgba(160, 160, 160, 0.75);
}

.pro-body .pro-xiang-con .xing-divs-pro .zhaiyao {
  font-size: 1.25rem;
  margin-top: 0.75rem;
  line-height: 1.5;
  color: #FFFFFF;
}

.pro-body .pro-xiang-con .xing-divs-pro .more a {
  background: #2a81c3;
}

.pro-body .pro-xiang-con .xing-divs-pro .more a:hover {
  color: #000;
  box-shadow: inset 0 0 0rem 1.875rem #ffffff;
}

.pro-body .pro-xiang-con .xing-divs-pro .content-pro {
  font-size: 1.25rem;
  margin-top: 4.0625rem;
  line-height: 1.75rem;
  color: #FFFFFF;
}

.content-pro img {
  width: 100%;
}

.box-contact {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  opacity: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}

.box-contact .min-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  width: 50.5%;
  background: #fff;
  overflow: hidden;
  border-radius: 1.5625rem;
}

.box-contact .min-box .colse {
  right: 2%;
  top: 2%;
  cursor: pointer;
}

.box-contact .min-box .colse i {
  font-size: 2rem;
  color: #000;
}

.box-contact .min-box .le,
.box-contact .min-box .re {
  width: 50%;
  padding: 3.75rem 3.4375rem;
}

.box-contact .min-box .le .le-ul li {
  width: 50%;
  float: left;
}

.box-contact .min-box .le .le-ul li .pp1 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 3.8125rem;
  color: #000000;
}

.box-contact .min-box .le .le-ul li .box-a {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #000000;
}

.box-contact .min-box .le .le-ul li .box-a a {
  display: block;
  color: #000000;
}

.box-contact .min-box .le .le-ul li .box-a a:hover {
  color: #2a81c3;
}

.box-contact .min-box .le .le-ul li:nth-child(2n) .box-a {
  overflow: hidden;
}

.box-contact .min-box .le .le-ul li:nth-child(2n) .box-a a {
  display: block;
  width: 48%;
  float: left;
}

.box-contact .min-box .le .le-ul li:nth-child(2n) .box-a a:nth-child(2n) {
  float: right;
}

.box-contact .min-box .re {
  background: url(../images/abbg.png) no-repeat;
  background-size: cover;
}

.box-contact .min-box .re .p1 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: #000000;
}

.box-contact .min-box .re .p2 {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #000000;
  margin-top: 1.875rem;
}

.box-contact .min-box .re .p3 {
  font-weight: bold;
  font-size: 1.75rem;
  color: #2a81c3;
}

.box-contact .min-box .re .more a {
  background: #2a81c3;
}

.box-contact .min-box .re .more a:hover {
  color: #000;
  box-shadow: inset 0 0 0rem 1.875rem #ffffff;
}

.chanping-list {
  background: #e9eaec;
  background-size: cover;
  padding: 3.125rem 0;
}

.chanping-list .chanp-tuij {
  margin-top: 3.125rem;
  background: rgba(255, 255, 255);
  border-radius: 1.5625rem;
  overflow: hidden;
}

.chanping-list .chanp-tuij .le {
  width: 37.2%;
  padding: 3.05rem 3.125rem;
}

.chanping-list .chanp-tuij .le .title {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 3.8125rem;
  color: #000000;
}

.chanping-list .chanp-tuij .le .title a {
  color: #000000;
}

.chanping-list .chanp-tuij .le .fenglei-div {
  font-size: 1.425rem;
  line-height: 1.75rem;
  color: #303030;
}

.chanping-list .chanp-tuij .le .tag-ul {
  margin: 0.725rem 0 0.725rem;
}

.chanping-list .chanp-tuij .le .tag-ul li {
  display: inline-block;
  margin-right: 0.35rem;
  margin-bottom: 0.8125rem;
}

.chanping-list .chanp-tuij .le .tag-ul li a {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 2rem;
  color: #2a81c3;
  padding: 0 1.575rem;
  height: 2rem;
  border: 1px solid #2a81c3;
  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 */
  border-radius: 2.5rem;
}

.chanping-list .chanp-tuij .le .tag-ul li a:hover {
  background: #2a81c3;
  color: #fff;
  cursor: default;
  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 */
}

.chanping-list .chanp-tuij .re {
  width: 62.8%;
}

.pro-ul-list {
  margin-top: 2%;
}

.pro-ul-list li {
  display: inline-block;
  margin-bottom: 2%;
  font-size: 0;
  width: 49%;
  float: left;
}

.pro-ul-list li:nth-child(1),
.pro-ul-list li:nth-child(2),
.pro-ul-list li:nth-child(3) {
  width: 32%;
  
}

.pro-ul-list li:nth-child(2) {
  margin: 0 2%;
}

.pro-ul-list li:nth-child(4),
.pro-ul-list li:nth-child(6), 
.pro-ul-list li:nth-child(8){
  margin-right: 2%;
}

.pro-ul-list li:nth-child(7) {
  position: relative;
  /* margin-top: -6%; */
}

/* .pro-ul-list li:last-child {
  float: right;
} */

.doahang {
  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 */
}

.doahang.active {
  background: #000;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  line-height: 3.75rem;
}

.new-imgs>a .img img {
  object-fit: cover;
}

.index-new .n-img {
  width: 23%;
}

.index-hezuo .p-img {
  width: 21%;
}

.index-content .con-bot .img-c {
  width: 31.2%;
}

.index-content .con-top .s-zi {
  width: 30%;
}

.about .new-imgs>a .img img {
  height: auto;
}

.zb-img {
  width: 56%;
}

.index-new .right>div {
  display: none;
}

.index-new .right>div.active {
  display: block;
}

.danye {
  padding: 3.125rem 0;
}

.danye .danye-cons {
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
}

.er-ul {
  display: inline-block;
}

.er-div {
  width: 100vw;
  line-height: 1.5;
  padding: 1.25rem 0;
  opacity: 0;
  left: 0;
  top: 100%;
  z-index: 100;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.5s ease;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #bbbcbc;
  overflow: hidden;
  z-index: 999;
}

.er-div .er-ul li {
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  padding: 0 1.875rem;
}

.er-div .er-ul li a {
  color: #424242;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}

.er-div .er-ul li a:hover {
  color: #2a81c3;
}

.doahang .nav-ul>li:hover .er-div {
  transform: none;
  opacity: 1;
}

.tops {
  display: none;
}

.index-new .paingpa-ul li {
  cursor: pointer;
}

.index-new .paingpa-ul li:hover,
.index-new .paingpa-ul li.active {
  color: #2a81c3;
}

.index-lianxi .more a:hover {
  box-shadow: inset 0 0 0rem 1.875rem #329ff1;
  color: #FFF;
}

.searchbox .logo {
  width: 8%;
}

.searchbox .searchs {
  width: 90%;
}

.searchs .closes {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2%;
  cursor: pointer;
}

.searchs .closes i {
  font-size: 1.875rem;
  color: #a7a2a2;
}

.serbtn i {
  font-size: 1.3125rem;
  color: #a7a2a2;
}

.serbtn {
  background: #fff;
  transition: .44s;
  border-right: 1px solid #fff;
}

.searchs .sertext {
  border: none;
  border-left: 1px solid #D6D6D6;
}

.searchbox {
  display: none;
}

.innovation .le {
  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 */
  opacity: 1;
}

.innovation .le.active {
  position: fixed;
  left: 16.25rem;
  top: 10%;
  z-index: 99;
  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 */
}

/*service*/
.ser-box01 {
  width: 100%;
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}

.ser-box02 {
  width: 100%;

  padding: 5rem 0 7rem;
  background-image: url("../images/about03.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.ser-box02 .biaoti {
  color: #fff;
}

.ser-box03 {
  padding: 0 3.125rem;
}

.ser-bz {

  margin: 0 auto;

  text-align: center;
}

.ser-bz .h2 {
  font-size: 2.25rem;
  color: #fff;
  margin-bottom: 1.25rem;
}

.ser-bz .h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #FFFFFF;
  margin-top: 0.9375rem;
}

.index-title {
  font-size: 1.125rem;
  line-height: 1.5;

  margin-top: 0.9375rem;
}

.serlist {
  max-width: 56.875rem;
  margin: 0 auto;
}

.serlist ul li {
  width: 33.333%;
  float: left;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  margin-top: 10%;
}

.serlist ul li .sn {
  font-size: 4.5rem;
  color: #2a81c3;
  font-weight: bold;
  line-height: 1;
}

.ser-box03 {
  width: 100%;
  background-color: #efefef;
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}

.ser-step {
  max-width: 102.5rem;
  margin: 0 auto;
}


.ser-step ul li {

  min-width: 8.125rem;
  cursor: pointer;


  padding: 1.25rem 0rem;
  border: 1px solid #d2d2d2;
  background-color: #efefef;
  border-radius: 50%;
  float: left;
  margin-top: 4.0625rem;
  position: relative;
  margin-right: 5.06%;
  z-index: 44;
}

.ser-step ul li .co {
  display: block;
  width: 45px;
  height: 48px;
  margin: 0.3125rem auto;
  background-image: url("../images/ser01.png");
  background-position: 0rem 0rem;
  background-repeat: no-repeat;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.ser-step ul li:hover .co {
  background-position: 0rem -48px;
}

.ser-step ul li span {
  display: block;
  font-size: 1rem;
  color: #666;
  text-align: center;
}

.ser-step ul li.on {
  margin-top: 10.625rem;
}

.ser-step ul li:nth-of-type(8) {
  margin-right: 0;
}

.ser-step ul li:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 0.125rem dashed #b1b1b1;
  position: absolute;
  right: -89%;
  top: 92%;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.ser-step ul li.on:before {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  top: 9%;
}

.ser-step ul li:nth-of-type(8):before {
  display: none;
}

.ser-box04 {
  padding: 6.25rem 0rem;
  border-bottom: 1px solid #ddd;
}

.anlics {
  background-color: #efefef;
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  margin-top: 4rem;
}

.anlics .more {
  margin: 2rem auto 0;
}

.index-kehu ul li {
  transform: scale(.9);
  float: left;
  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;
  position: relative;
  /* border: 1px solid #f3f3f3; */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: none !important;
}

.index-kehu ul li span {
  display: block;
  overflow: hidden;
}

.index-kehu ul li span img {
  opacity: 0.5;
  width: 100%;
  display: block;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.index-kehu ul li:hover span img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}

.index-kehu ul li.active,
.index-kehu 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;
  transform: scale(1);

}

.index-kehu ul li.active span img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}

.index-kehu ul li .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
}

.index-kehu ul li .bg:before,
.index-kehu ul li .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;
}

.index-kehu ul li .bg:before {
  border-top: 2px solid #2a81c3;
  border-bottom: 2px solid #2a81c3;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.index-kehu ul li .bg:after {
  border-right: 2px solid #2a81c3;
  border-left: 2px solid #2a81c3;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.index-kehu ul li:hover .bg:after,
.index-kehu ul li:hover .bg:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sec2 ul {
  -webkit-display: flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: space-between;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.sec2 li {
  position: relative;
  padding-left: 5%;
  width: 33.333%;
}

.sec2 li h5 {
  font-size: 1.25rem;
  color: #000;
  font-weight: bold;
  line-height: 1;
}

.sec2 li h5 i {
  font-style: normal;
}

.sec2 li h5 b {
  font-size: 1.5em;
  font-weight: normal;
  vertical-align: middle !important;
}

.sec2 li p {
  font-size: 12px;
  color: #000;
}

.sec2 li svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: 256.88%;
}

.sec2 li svg .circle {
  transition: stroke-dashoffset 1.4s cubic-bezier(.77, 0, .175, 1);
  transform-origin: center;
  transform: rotate(90deg);
  stroke-dasharray: 430;
  stroke-dashoffset: 430;
}

.sec2 ul.actived li svg .circle {
  stroke-dashoffset: 120;
}

.sec2 {
  margin-top: 5rem;
}

.about_idea {
  padding: 4rem 0;
}

.about_idea .t {
  margin: 4rem 0
}

.about_idea .img img {
  margin: 0 auto
}


.about_t04 {

  font-size: 16px;
  line-height: 1.75;
  color: #000;
  margin: 20px 0 40px;
}


.sec4 {
  position: relative;
  padding: 4.2% 0;
  text-align: center;
}

.sec4 .inner {
  position: relative;
}

.sec4 .img1 {
  position: absolute;
  left: -2.14%;
  top: -6.14%;
  width: 25.43%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: transform 1s 0.5s, opacity 1s 0.5s;
  transition: transform 1s 0.5s, opacity 1s 0.5s;
}

.sec4.actived .img1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.sec4 .img2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16.823%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: transform 1s 0.5s, opacity 1s 0.5s;
  transition: transform 1s 0.5s, opacity 1s 0.5s;
}

.sec4.actived .img2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.sec4 h5 {
  font-size: 2.625rem;
  color: #2a81c3;
  font-weight: bold;
  line-height: 3.833rem;
  margin-bottom: 0.54em;
}

.sec4 p {
  font-size: 1.5rem;
  color: #35373f;
  font-weight: bold;
}

.sec4 .img-box {
  width: 30.93%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100% 0%;
  background: url(../images/service_sec4_phone_bg.png);
  -webkit-animation: sec4phoneline 20s linear infinite;
  animation: sec4phoneline 20s linear infinite;
  display: inline-block;
  vertical-align: top;
}

@-webkit-keyframes sec4phoneline {
  0% {
    background-position: 100% 0%;
  }

  100% {
    background-position: 0% 0%;
  }
}

@keyframes sec4phoneline {
  0% {
    background-position: 100% 0%;
  }

  100% {
    background-position: 0% 0%;
  }
}

.sec4 .text-box {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
  -webkit-transition: transform 1s 1s, opacity 1s 1s;
  transition: transform 1s 1s, opacity 1s 1s;
}

.sec4.actived .text-box {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec1 .text {
  position: relative;
  z-index: 1;
}

.sec1 .map-box .icon p {
  position: absolute;
  left: 50%;
  bottom: 150%;
  font-size: 14px;
  color: #2a81c3;
  font-weight: bold;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec1 h3 {
  font-size: 56px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2.822%;
  padding-top: 15.13%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: masked 8s linear infinite;
  animation: masked 8s linear infinite;
  display: inline-block;
  vertical-align: top;
  background-image: url(../images/wordcolorchange.png);
}

.sec1 {
  margin-top: -9rem;
  position: relative;
  z-index: 6;
}

.sec1 .contact-box {
  padding-bottom: 16.564%;
}

.sec1 .contact-box input {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #999;
  font-size: 16px;
  color: #666;
  width: 19.875em;
  height: 2.75em;
  line-height: 2.625em;
  padding: 0 1.625em;
  background-color: transparent;
  border-radius: 0;
}

.sec1 .contact-box a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #f0f0f0;
  font-weight: bold;
  background-color: #2a81c3;
  width: 9.375em;
  height: 2.75em;
  line-height: 2.75em;
  text-align: center;
  margin-left: -1px;
}

.sec1 .box {}

.sec1 .company {
  border: 1px solid #ececec;

  background-color: #fff;

  padding: 5% 5% 1%;
}

.sec1 .company li {
  width: 33.3%;
  margin-bottom: 3rem;
  float: left;
  padding: 0 .5%;
}

.sec1 .company li:last-child {
  margin-right: 0;
}

.sec1 .company h5 {
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
}

.sec1 .company .line {
  width: 0.75rem;
  height: 0.1875rem;
  background-color: #2a81c3;
  margin: 1.25rem 0 1.125rem;
}

.sec1 .company p {
  font-size: 1rem;
  color: #000;
  line-height: 2;
  opacity: 0.7;
}

.sec1 .contact {
  padding: 5.2% 2.86%;
  background-color: #2a81c3;
}

.sec1 .contact p {
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 1.7em;
  white-space: nowrap;
}

.sec1 .contact p:last-child {
  margin-bottom: 0;
}

.sec2 .hr-box a {
  font-size: 3rem;
  color: #2a81c3;
  font-weight: bold;
  margin-bottom: 1.57%;
  display: inline-block;
  vertical-align: top;
}

.sec2 .hr-box p {
  font-size: 1.125rem;
  color: #2a81c3;
  font-weight: bold;
}

.sec2 .tip {
  text-align: center;
  font-size: 1rem;
  color: #333;
  opacity: 0;
  -webkit-transition: all 1s 2s;
  transition: all 1s 2s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.sec2.actived .tip {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.sec2 .tip span {
  color: #ddd;
  margin: 0 1.7em;
}

.sec2 {
  padding-bottom: 5rem;
}

.sec2 .text-box {
  opacity: 0;
  -webkit-transition: all 1s 1s;
  transition: all 1s 1s;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.sec2.actived .text-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.sec2 .text-box h5 {
  font-size: 2.625rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 2.5%;
}

.sec2 .text-box p {
  font-size: 1.625rem;
  color: #333;
  line-height: 1.722;
}

.sec2 .hr-box {
  text-align: center;
  margin: 3.57% 0 3.857%;
  opacity: 0;
  -webkit-transition: all 1s 1.5s;
  transition: all 1s 1.5s;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.sec2.actived .hr-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@keyframes cursor {
  50% {
    border-color: transparent;
  }
}

@keyframes text {
  from {
    width: 0;
  }
}

.innovation .biaoti>.p1 {
  width: 9.8ch;
  font: 100% bold;

  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;


  animation: cursor 1s infinite step-end, text 4s steps(6);
}

.innovation .biaoti .p2 {
  width: 13ch;
  font: 100% bold;

  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  animation: cursor 1s infinite step-end, text 6s steps(8);
}

.ban-img2 {
  overflow: hidden;
}
.leida {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 32px;
  height: 32px;
  margin-left: 149px;
}

.leida .icon-dizhi {
  font-size: 18px;
  color: #e91f2f;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  position: relative;
  z-index: 7;
}

.leida span {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  display: block;
  background: rgba(233, 31, 47, 0.5);
  box-sizing: border-box;
  opacity: 0;
}

.leida .span2 {
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  z-index: 6;
}

.leida .span3 {
  width: 160px;
  height: 160px;
  margin: -80px 0 0 -80px;
  z-index: 5;
}

.leida .span4 {
  width: 320px;
  height: 320px;
  margin: -160px 0 0 -160px;
  z-index: 4;
}

.leida .span5 {
  width: 640px;
  height: 640px;
  margin: -320px 0 0 -320px;
  z-index: 3;
}

.leida .span6 {
  width: 1280px;
  height: 1280px;
  margin: -640px 0 0 -640px;
  z-index: 2;
}

.leida .span7 {
  width: 2560px;
  height: 2560px;
  margin: -1280px 0 0 -1280px;
  z-index: 1;
}

.FpulseSlow {
  animation: FpulseSlow infinite alternate 2s ease-in-out;
}

@keyframes FpulseSlow {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.85);
    opacity: 0.5;
  }
}

.FpulseSlow2 {
  animation: FpulseSlow2 infinite 3s linear;
  opacity: 0;
}

@keyframes FpulseSlow2 {
  0% {
    transform: scale(0.25);
    opacity: 0.4;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}


.lunbo .swiper-pagination {
  bottom: 2% !important;
}

.gnb a::before,
.gnb a::after {
  opacity: 0;
}

.gulsa1>li:nth-child(7),
.gulsa4>li:nth-child(5),
.gulsa2>li:nth-child(4) {
  -webkit-animation-name: rotateImage;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
}

.gulsa1>li:nth-child(5),
.gulsa2>li:nth-child(8) {
  -webkit-animation-name: rotateImage;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 7s;
}

.gulsa1>li:nth-child(3),
.gulsa4>li:nth-child(6),
.gulsa2>li:nth-child(5) {
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 7s;
}

.gulsa1>li:nth-child(6),
.gulsa4>li:nth-child(3),
.gulsa2>li:nth-child(7),
.gulsa2>li:nth-child(6) {
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 5s;
}

.gulsa1>li:nth-child(2),
.gulsa4>li:nth-child(2),
.gulsa3>li:nth-child(3) {
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
}

.gulsa4>li:nth-child(4),
.gulsa3>li:nth-child(2),
.gulsa2>li:nth-child(6),
.gulsa2>li:nth-child(3) {
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
}

.gulsa2>li:nth-child(2) {
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
}

@keyframes topImage {
  0% {
    margin-top: 0px;
  }

  25% {
    margin-top: -30px;
  }

  50% {
    margin-top: -50px;
  }

  75% {
    margin-top: -30px;
  }

  100% {
    margin-top: 0px;
  }
}

.gulsa3>li:nth-child(4) {
  -webkit-animation-name: topImage;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
}


.gulsa2>li:nth-child(12) {
  -webkit-animation-name: topImage;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 5s;
}

@keyframes leftImage {
  0% {
    margin-left: 0px;
  }

  25% {
    margin-left: -30px;
  }

  50% {
    margin-left: -50px;
  }

  75% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}



.gulsa2>li:nth-child(11) {
  -webkit-animation-name: leftImage;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 13s;
}

.gulsa2>li:nth-child(13) {
  -webkit-animation-name: leftImage;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
}

.gulsa5>li:nth-child(6) {
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 7s;
}

.gulsa5>li:nth-child(3) {
  -webkit-animation-name: topImage;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
}

.gulsa5>li:nth-child(4) {
  -webkit-animation-name: topImage;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
}

.gulsa5>li:nth-child(2) {
  -webkit-animation-name: topImage;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
}


.gulsa5>li:nth-child(5) {
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 5s;
}

.sp-ddiv {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.moshi {
  overflow: hidden;
}

.moshi .cons {
  position: relative;
  z-index: 3;

}

.mores1 {
  margin-top: 2rem;
}

.mores1 .more {
  margin-top: 0;
}

.mores1 .more a {
  background-color: #2a81c3;
}

/* .moshi::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, .4); 

} */

.home-about {
  background: #fff;

  padding-bottom: 7rem;

}

.home-about .container {
  position: relative
}

.home-about .text {
  width: 58%;
  float: left;
  margin-top: -2.5rem
}

.home-about .text dl {
  width: 33.33%;
  float: left;
  text-align: center;
  padding-bottom: 5.625rem;
  position: relative
}

.home-about .text dl:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1.875rem;
  opacity: 0;
  border: solid 0.1875rem #ccc;
  z-index: 0;
  -webkit-transition: all .5s;
  transition: all .5s
}

.home-about .text dl:hover:after {
  left: 0;
  top: 0;
  opacity: 1
}

.home-about .text dt {
  position: relative;
  z-index: 1;
  margin-top: -1.8125rem;
  display: inline-block
}

.home-about .text dt span {
  font-size: 2.8125rem;
  line-height: 2.8125rem;
  height: 2.8125rem;
  color: #333;
  display: block;
}

.home-about .text dt em {
  font-style: normal
}

.home-about .text dt i {
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1
}

.home-about .text dd {
  margin-top: 3.125rem;
  z-index: 1;
  position: relative
}

.home-about .text dd .iconfont {
  display: inline-block;
  color: #333;
  font-size: 3.125rem;
  height: 3.75rem;
  line-height: 3.75rem
}

.home-about .text dd .zlzs {
  font-size: 2.8125rem
}

.home-about .text dd .yftd {
  font-size: 3rem
}

.home-about .text dd .xufei {
  font-size: 2.8125rem
}

.home-about .text dd p {
  color: #201f1f;
  margin-bottom: 0.9375rem
}

.home-about .text dd div {
  color: #201f1f;
  font-size: 0.75rem;
  line-height: 1.5;
  height: 1.75rem
}

.bghs {
  height: 37%;
  width: 100%;
  left: 0;
  top: -6.625rem;
  background: #eee;
}

.home-about .map {
  width: 37%;

  position: absolute;
  z-index: 0;
  top: -5.3125rem;
  right: 0;
  float: right;
  overflow: hidden
}

.home-about .map img {
  max-width: 100%;
  max-height: 100%
}

.home-about .text dl sub {
  font-weight: lighter;
  font-size: 45%;
}

.box2_1 {
  clear: both;
  width: 100%;
  height: auto;
  position: relative;
  background-color: #f8f8f8;
  z-index: 10;
  float: left;
}

.box2_1 .cons>p {
  font-size: 2.5rem;
  float: left;
  width: 30%;
  font-weight: bold;
  text-align: center;
  padding: 4.5625rem 0;
}

.box2_1 ul {
  width: 70%;
  float: left;
}

.box2_1 ul>li {
  width: 25%;
  float: left;
  padding: 2.3125rem 0;
  border-right: 0.0625rem solid #e6e6e6;
}

.box2_1 ul>li:last-child {
  border-right: none;
}

.box2_1 ul>li>b {
  font-size: 3.125rem;
  font-weight: 100;
  display: block;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.875rem;
}

.box2_1 ul>li>b>i {
  font-size: 1.875rem;
  font-weight: 100;
  position: absolute;
  font-weight: bold;
}

.box2_1 ul>li>p {
  font-size: 1.125rem;
  text-align: center;
}

.zcey_b {
  clear: both;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
}

.zcey_b span {
  width: 44%;
  margin-right: 0%;
  float: left;
  opacity: 0;
  transform: translateY(3.125rem);
  transition: 1.8s;
  -webkit-transition: 1.8s;
  -moz-transition: 1.8s;
  -ms-transition: 1.8s;
  -o-transition: 1.8s;
  -webkit-transform: translateY(3.125rem);
  -moz-transform: translateY(3.125rem);
  -ms-transform: translateY(3.125rem);
  -o-transform: translateY(3.125rem);
}

.zcey_b span.on {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.zcey_b div {
  width: 50%;
  float: right;
  
  /* padding-top: 1.5rem;
  */
}

.zcey_b p {
  text-align: left;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 1.5625rem;
  opacity: 0;

  -webkit-transform: translate(0, 3.75rem);
  -ms-transform: translate(0, 3.75rem);
  -moz-transform: translate(0, 3.75rem);
  -o-transform: translate(0, 3.75rem);
  transform: translate(0, 3.75rem);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.zcey_b i {
  color: #252525;
  font-size: 2.4rem;
  display: block;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3.75rem;
}

.zcey_b p:last-child {
  margin-bottom: 0;
}

.zcey_b p:nth-child(1) {
  transition-delay: .0s !important;
}

.zcey_b p:nth-child(2) {
  -webkit-transition-delay: .1s !important;
  transition-delay: .1s !important;
}

.zcey_b p:nth-child(3) {
  -webkit-transition-delay: .2s !important;
  transition-delay: .2s !important;
}

.zcey_b.on p {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  line-height: 2;
  /* width: 92%;
  */
}

.zcey_b.on p b {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}

.zcey_b.on p b.b1 {
  font-size: 1.875rem;
}

.bjs {
  padding-top: 5rem;
}

.qrun1 {
	margin-bottom: 3.1875rem;
	padding-bottom:2rem;
	overflow: hidden;
	margin-top: 3rem;
	font-size: 2rem;
	color: #111;
	font-family: "阿里普惠";
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;  
}


.fwbpn {
  clear: both;
  width: 100%;
  height: auto;
}

.tbin {
  width: 25rem;
  height: auto;
  margin-bottom: 0.8125rem;
}

.tbin p {
  line-height: 2;
  color: #111;
  font-size: 1.125rem;
  font-weight: initial;
}

.rbntt {
  width: 100%;
  height: 18.75rem;
  margin-top: 0.625rem;
  position: relative;
}

.rbntt .main {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  -o-transition: 0.5s;
}

.rbntt .main div.lf {
  position: relative;
  padding: 0 5rem 0 0rem;
  width: 39%;
}

.rbntt .main div.lf>h3 {
  font-size: 15.625rem;
  color: #999;
  position: absolute;
  z-index: 5;
  width: 100%;
  transform: translateX(-10rem);
  height: 100%;
  display: inline-block;
  text-align: center;
  -webkit-transform: translateX(-10rem);
  -moz-transform: translateX(-10rem);
  -ms-transform: translateX(-10rem);
  -o-transform: translateX(-10rem);
}

.rbntt .main div.lf>p {
  font-size: 4.5rem;
  color: #999;
  position: absolute;
  top: 31%;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  transform: translateX(-10rem);
  font-weight: bold;
  text-align: center;
}

.rbntt .main div.rt {
  width: 50%;
  height: auto;
  padding-top: 2.25rem;
}
.rbntt .main div.rt h4 span{ color:#284e81}

.rbntt .main div.rt>h4 {
  font-size: 2.25rem;
  color: #333;
  margin-bottom: 1.25rem;
  font-weight: bold;
}

.rbntt .main div.rt>p {
  font-size: 1.125rem;
  color: #333;
  text-align: left;
  line-height: 2;
}

.rbntt .main.active {
  z-index: 10;
  opacity: 1;
}

.rbntt img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media(max-width:1600px) {
  
.about_t04 {
  font-size: 14px;
}
}
@media(max-width:1440px) {
  .rbntt .main div.lf>p {
    /* width: 50%; */
  }
}

@media(max-width:1400px) {
  .rbntt .main div.lf>p {
    /* width: 55%; */
  }
}

@media(max-width:1280px) {
  .rbntt .main div.lf>p {
    /* width: 60%; */
  }
}

@media(max-width:1200px) {
  .rbntt {
    height: 150px;
  }

  .qie>div>ul>li>i {
    margin: .3rem .2rem;
  }

  .qie>div>ul>li:after,
  .qie>span {
    top: .7rem;
  }

  footer .foot-top .you {
    margin-top: 3rem;
  }
  .pro-ul-list .shadow{
    max-height: 230px;
  }

  .qie>div>span {
    width: 40px;
    height: 40px;
    top: .3rem;
  }
}

@media(max-width:1024px) {
  .tbin p {
    color: #333333;
    font-size: .28rem;
    line-height: 2;
    font-weight: lighter;
  }
}


.qie {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 9.375rem;
}

.qie>span {
  display: block;
  width: 100%;
  position: absolute;
  top: 2.1875rem;
  left: 0rem;
  height: 0.0625rem;
  background: #D0D0D0;
  content: '';
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.qie>div {
  width: 74%;
  margin: 0 auto;
  overflow: hidden;
}

.qie>div>ul {
  width: 100%;
  /* display: flex;
  */
  justify-content: start;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.qie>div>ul>li {
  width: 11%;
  float: left;
  position: relative;
  z-index: 10;
  /* cursor: pointer;
  */
}

@keyframes len {
  0% {
    width: 0%;
  }

  100% {
    width: 95%;
  }
}

.qie>div>ul>li:after {
  width: 0%;
  height: 0.0625rem;
  position: absolute;
  top: 2.1875rem;
  left: 0rem;
  background: dimgray;
  content: '';
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  top: 2.1875rem;
  left: 1.875rem;
}

.qie>div>ul>li.active:after {
  /* width: 95%;
  */
  background: #2a81c3;
  content: '';
  z-index: 10;
  animation-name: len;
  animation-duration: 6.5s;
}

.qie>div>ul>li:last-child::after {
  width: 0%;
  animation: none;
  -webkit-animation: none;
}

.qie>div>ul>li>p {
  font-size: 1rem;
  color: #111;
  margin-left: 0.9375rem;
}

.qie>div>ul>li.active>p {
  color: #2a81c3;
}

.qie>div>ul>li>i {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #111;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0.625rem 1.25rem;
  display: block;
}

.qie>div>ul>li.active>i {
  background-color: #2a81c3;
}

.qie>div>ul>li>h4 {
  font-size: 1.5rem;
  color: #111;
}

.qie>div>ul>li.active>h4 {
  color: #2a81c3;
}

.qie>div>span {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.25rem;
  text-align: center;
  color: #111;
  display: block;
  /* display: none;
  */
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  z-index: 10;
  cursor: pointer;
  /* background: url(../images/lf.png) no-repeat center center;
  */
  /* background-size: cover;
  */
  background-color: #999;
  top: 0.4375rem;

}

.qie>div>span#lf {
  left: 8.5rem;
  /* transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  */
}

.qie>div>span#rt {
  right: 8.5rem;
  /* transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  */
}

.qie>div>span:hover {
  /* background: url(../images/rt.png)no-repeat center center;
  */
  /* background-size: cover;
  */
  background-color: #2a81c3;
  color: #fff;
}

.xf_box2 {
  clear: both;
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding: 8.75rem 12.5rem 7.5rem 12.5rem;
}


/* @media(max-width:1680px) {
  .xf_box2 {
      padding: 1.4rem 1rem 1.2rem 1rem;
  }
}

@media(max-width:1440px) {
  .qie>div>span#lf {
      left: 1.5rem;
  }

  .qie>div>span#rt {
      right: 1.5rem;
  }
}

@media(max-width:1280px) {
  .qie>div>span#lf {
      left: 1rem;
  }

  .qie>div>span#rt {
      right: 1rem;
  }
} */

@media(max-width:1200px) {
  .qie>div>ul>li>i {
    margin: 15px 0px;
  }

  .qie>div>ul>li:after,
  .qie>span {
    top: 35px;
  }

  .qie>div>span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 30px;
  }
}

@media(max-width:1024px) {
  .xf_box2 {
    padding: 40px 30px;
  }
}

@media(max-width:540px) {
  .xf_box2 {
    padding: 20px 10px;
  }

  .qie>div>ul>li:after,
  .qie>span {
    top: 35px;
  }

  .rbntt .main div.rt>p {
    font-size: 14px;
  }

  .rbntt {
    height: 300px;
  }

  .qie>div>ul>li>i {
    margin: 15px 10px;
  }

  .qie>div>ul>li>p {
    font-size: 12px;
    margin-left: 8px;
  }

  .qie>div {
    width: 90%;
  }

  .qie>div>ul {
    width: 100%;
  }

  .qie>div>span {
    top: 1.8rem;
  }

  .qie>div>span#lf {
    left: 2.5rem;
  }

  .qie>div>span#rt {
    right: 2.5rem;
  }

  .ding {
    bottom: 2.5rem;
  }

  .qie {
    height: 75px;
  }
}

.brand {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.brand .canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.brand-content {
  padding-top: 7.375rem;
  padding-bottom: 5.625rem;
  display: flex;
  flex-flow: wrap;
}

.brand-content .left {
  width: 25.6%;
  padding-top: 4.0625rem;
}

.brand-content .left h2 {
  font-size: 2rem;
  color: #000;
  margin-bottom: 3.0625rem;
}

.brand-content .left em {
  display: inline-block;
  width: 2.625rem;
  height: 0.0625rem;
  background: #000;
  margin-bottom: 5.25rem;
}

.brand-content .left .zixun {
  background: #2a81c3;
  background-size: cover;
  width: 55.8%;
  text-align: center;
  margin-bottom: 1.875rem;
}

.brand-content .left .zixun a {
  font-size: 1rem;
  line-height: 2.1875rem;
  color: #fff;
}

.brand-content .left .zixun img {
  display: inline;
  margin-right: 1.5625rem;
  vertical-align: middle;
}

.brand-content .right {
  background: #2a81c3;
  background-size: cover;
  width: 74.3%;
}

.brand-content .right ul {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.brand-content .right ul li {
  width: 33.33%;
  border-right: 0.0625rem solid #f3d8ca;
  padding-bottom: 4.5rem;
}

.brand-content .right ul li:nth-last-child(1) {
  border: none;
}

.brand-content .right ul li .brand-con {
  padding: 0.375rem 2.375rem 1.5rem 2rem;
}

.brand-content .right ul li .brand-con h2 {
  font-size: 1.8rem;
  color: #fff;
  margin-top:3.3rem;
}
.brand-content .right ul li .brand-con span{ font-size:1.4rem; margin-bottom:1rem}
.brand-content .right ul li .brand-con em {
  display: block;
  width: 1.25rem;
  border: none;
  height: 0.0625rem;
  /* background: #5a6ca2;
  */
  margin: 1.75rem 0 1.0625rem;
}

.brand-content .right ul li .brand-con p {
  font-size: 1.125rem;
  line-height: 2.2rem;
  color: #fff;
  height: 6.5rem;
}

.mk-layout {
  width: -webkit-calc(100% - 9.375rem);
  width: -moz-calc(100% - 9.375rem);
  width: calc(100% - 9.375rem);
  margin: 0 auto;
  position: relative;
}

.about .jianjie .right h4 {
  font-size: 2rem;
  color: #000;
  font-weight: normal;
  line-height: 1.8125;
}

.about .jianjie .right h3 {
  font-size: 2.625rem;
  color: #000;
  font-weight: bold;
  line-height: 1.71;
}

.julid1 {
  margin-top: 3rem;
}

.er-xw-uul li:last-child {
  margin-right: 0;
}

.con-top-ul-con>li .fr-div .more a {
  background: #2a81c3;
}

.er-xw-uul {
  text-align: right;
}

/* 修改 */
.right_div {
  z-index: 99;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #2a81c3;
  border-color: #2a81c3;
}

.pagination>li>a,
.pagination>li>span {
  color: #2a81c3;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #2a81c3;
}


.sec3 {
  padding: 7.7% 0;
  background-color: #212121;
  overflow: hidden;
}

.sec3 .inner {
  position: relative;
  -webkit-display: flex;
  -webkit-align-items: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: nowrap;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
}

.sec3 .text-box {
  text-align: right;
  position: absolute;
  right: -8%;
  top: 33%;
  z-index: 1;
}

.sec3 .text-box .inline-box {
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

.sec3 .text-box h4 {
  font-size: 2rem;
  color: #fff;
  font-family: Arial;
  font-weight: normal;
  line-height: 1.75;
}

.sec3 .text-box h5 {
  font-size: 2.625rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.666;
}

.sec3 .swiper-container {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
  flex-shrink: 0;
  overflow: hidden;
}

.sec3 .inner {
  width: 88%;
}

.sec3 .controls {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  color: #fff;
  flex-shrink: 0;
  margin-left: 3.4%;
}

.sec3 .controls .btn1 {
  height: px;
  text-align: center;
  vertical-align: middle;
}

.sec3 .controls .btn1.swiper-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sec3 .swiper-pagination {
  width: auto;
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3.25em;
}

.sec3 .swiper-pagination img {
  width: 1.375em;
  margin: 0 1.375em;
  opacity: 0.5;
  vertical-align: middle;
}

@media (max-width: 1800px) {
  .gulsa1>li:nth-child(2) {
    width: 65%;
  }

  .ser-step {
    max-width: 90%;
  }

  .ser-step ul li {
    margin-right: 5%;
    float: left;
  }

}

@media (max-width: 1630px) {
  .lunbo .swiper .swiper-slide .wen-zi .div1 {
    font-size: 3.375rem;
    line-height: 4.625rem;
  }

  .er-xw-uul1 {
    left: 1%;
  }

  .er-xw-uul1.active {
    left: 1%;
  }

  .lunbo .swiper .swiper-slide .wen-zi .div2 {
    font-size: 2rem;
    line-height: 4.1875rem;
  }

  footer .foot-top .foot-div:nth-child(1) {
    margin-right: 2%;
  }

  .doahang.active {

    line-height: 5.75rem;
  }

  .ser-step ul li span {

    font-size: 1.2rem;
  }

  .ser-step ul li {
    min-width: 9.125rem;
  }

  .ser-step ul li {
    margin-right: 4%;

  }

  .sec3 .text-box {
    right: -6%;
  }

}

@media (max-width: 1440px) {
  .cons {
    padding: 0px 9.25rem;
  } .sec3 .inner .swiper-wrapper .swiper-slide{
    text-align: right;

  }
  .sec3 .inner .swiper-wrapper  .swiper-slide>img{
    width: 80% ;
  }

  .innovation .le.active {
    left: 9.25rem;
    top: 20%;
  }

  .wb-div .wwbb-cons .re-img {
    width: 41%;
  }

  .ban-img .ban-wz .p1,
  .lunbo .swiper .swiper-slide .wen-zi .div1 {
    font-size: 2.8rem;
  }

  .ser-step ul li {
    margin-right: 4%;
  }
.wl{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 1.25rem;
    overflow: hidden;
	width:27%;
	margin:0 3.1%;
	margin-top :5rem;
}
.wl_01{overflow: hidden; height:213px;}
.wl_01>img {
  cursor: pointer;
  transition: all .4s;
}
.wl:nth--child(3){
	margin-right:0%;
}
.wl_01>img:hover {
  transform: scale(1.1);
}
.wl_02 p{  font-size:1.5rem; vertical-align:middle; margin-bottom:0.5rem; color:#000000}
.wl_02{ padding:1.2rem ; line-height:1.7rem; height:11rem; color:#666; font-size:1.2rem;}
  .ser-step ul li {
    min-width: 9.125rem;
  }
}

@media (max-width: 1400px) {
  .box-contact .min-box {
    width: 70%;
  }
.vdo video{ width:560px; height:350px}
  .con-top-ul-con>li .left-con {
    height: 323px;
  }

  .con-top-ul-con>li .left-con .tu-img-uu li img {
    width: 90%;
  }

  .gulsa1>li:nth-child(2) {
    bottom: 5%;
    left: 20%;
  }

  .gulsa5>li:nth-child(3) {
    right: 1%;
    top: 39%;
  }
  .hxgn {
    background-image: url(/template/default/skin/images/cpb.jpg) ;
	background-repeat: repeat-y;
    background-color: #f5f6f8;
}
.liniann .liannian-luno .swiper-slide .ln-img {
  text-align: center;
  overflow: hidden;
  width:50%
}

.liniann .liannian-luno .swiper-slide .ln-img img {
	width: 100%;
}
.liniann .liannian-luno .swiper-slide .neirong p{ font-size:1.5rem; margin-bottom:1.5rem; line-height:1.5rem;}
.liniann .liannian-luno .swiper-slide .neirong {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #000000;
  width:50%;
  background:#f2f9ff;
  padding:3rem;
  height:510px;
  text-align:left;
}
.liniann .liannian-luno .swiper-button-next i, .liniann .liannian-luno .swiper-button-prev i {
    color: #112daa;
    font-size: 1.5rem;
}
.liniann .liannian-luno .swiper-button-next, .liniann .liannian-luno .swiper-button-prev{
	width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background: rgba(255, 255, 255);
}
.liniann .liannian-luno {
    margin-top: 1.4375rem;
    padding: 0 0.625rem;
}

}

@media (max-width: 1280px) {
  .gulsa3>li:nth-child(3) {
    left: 32%;
    bottom: -7%;
    width: 36%;
  }
.hxgn {
    background-image: url(/template/default/skin/images/cpb.jpg) ;
	background-repeat: repeat-y;
    background-color: #f5f6f8;
}
.liniann .liannian-luno .swiper-slide .ln-img {
  text-align: center;
  overflow: hidden;
  width:50%
}

.liniann .liannian-luno .swiper-slide .ln-img img {
	width: 100%;
}
.liniann .liannian-luno .swiper-slide .neirong p{ font-size:1.5rem; margin-bottom:1.5rem; line-height:1.5rem;}
.liniann .liannian-luno .swiper-slide .neirong {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #000000;
  width:50%;
  background:#f2f9ff;
  padding:3rem;
  height:442px;
  text-align:left;
}
.liniann .liannian-luno .swiper-button-next i, .liniann .liannian-luno .swiper-button-prev i {
    color: #112daa;
    font-size: 1.5rem;
}
.liniann .liannian-luno .swiper-button-next, .liniann .liannian-luno .swiper-button-prev{
	width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background: rgba(255, 255, 255);
}
.liniann .liannian-luno {
    margin-top: 1.4375rem;
    padding: 0 0.625rem;
}
  .gulsa3>li:nth-child(4) {
    left: 5%;
    top: -2%;
  }

  .lunbo .swiper .swiper-slide .wen-zi .div1 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .lunbo .swiper .swiper-slide .wen-zi .div2 {
    font-size: 1.8rem;
    line-height: 4.1875rem;
  }


  .con-top-ul-con>li .left-con {
    height: 278px;
    width: 52%;
  }

  .con-top-ul-con>li .fr-div {
    width: 48%;
  }

  .gulsa1>li:nth-child(2) {
    width: 64%;
  }
  
  .wl{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 1.25rem;
    overflow: hidden;
	width:27%;
	margin:0 3.1%;
	margin-top :5rem;
}
.wl_01{overflow: hidden; height:188px;}
.wl_01>img {
  cursor: pointer;
  transition: all .4s;
}
.wl:nth--child(3){
	margin-right:0%;
}
.wl_01>img:hover {
  transform: scale(1.1);
}
.wl_02 p{  font-size:1.5rem; vertical-align:middle; margin-bottom:0.5rem; color:#000000}
.wl_02{ padding:1.2rem ; line-height:1.7rem; height:11rem; color:#666; font-size:1.2rem;}
}

@media (max-width: 1200px) {
  footer .foot-top .foot-div:nth-child(2) {
    width: 34%;
  }

  .er-xw-uul1 {
    position: relative;
  }

  .er-xw-uul1 li {
    display: inline-block;
  }

  .con-top-ul-con>li .left-con {
    height: auto;
  }

  .con-top-ul-con>li {
    height: auto;
  }

  .con-top-ul-con>li .left-con>img {
    opacity: 1;
    width: 70%;
  }

  .con-top-ul-con>li .left-con .tu-img-uu {
    display: none;
  }

  .index-content .con-top {
    padding-top: 6.25rem;
  }

  .fuwu-con {
    padding-top: 0;
  }

  .ser-step {
    max-width: 78%;
  }

  .ser-step ul li {
    min-width: 12.5%;
  }

  .leida {
    position: absolute;
    left: 47%;
  }
}
.phone_ib {
  display:  block;
}
@media (max-width: 990px) {
  body {
    padding: 58px 0 52px;
  }
  .sec3 .inner .swiper-wrapper .swiper-slide>img{
    width: 100%;
  }
  .hxgn {
    background-image: url(/template/default/skin/images/cpb.jpg) ;
	background-repeat: repeat-y;
    background-color: #f5f6f8;
}
.liniann .liannian-luno .swiper-slide .ln-img {
  text-align: center;
  overflow: hidden;
  width:100%
}

.liniann .liannian-luno .swiper-slide .ln-img img {
	width: 100%;
}
.liniann .liannian-luno .swiper-slide .neirong p{ font-size:1.5rem; margin-bottom:1.5rem; line-height:1.5rem;}
.liniann .liannian-luno .swiper-slide .neirong {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #000000;
  width:100%;
  background:#f2f9ff;
  padding:3rem;
  height:233px;
  text-align:left;
}
.liniann .liannian-luno .swiper-button-next i, .liniann .liannian-luno .swiper-button-prev i {
    color: #112daa;
    font-size: 1.5rem;
}
.liniann .liannian-luno .swiper-button-next, .liniann .liannian-luno .swiper-button-prev{
	width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background: rgba(255, 255, 255);
}
.liniann .liannian-luno {
    margin-top: 1.4375rem;
    padding: 0 0.625rem;
}
  html {
    font-size: calc(1.11111111vw);
  }
  .phone_ib {
    display: inline ;
  }
  .qrun1 {
    margin-bottom: 1.1875rem;

    margin-top: 5rem;
    font-size: 2.75rem;
  }

  .con-top-ul-con>li .left-con .tu-img-uu {
    opacity: 0;
  }

  .con-top-ul-con>li .left-con>img {
    opacity: 1;
  }

  .box-contact .min-box {
    width: 95%;
  }

  .cons {
    padding: 0px 3.25rem;
  }

  footer .foot-top {
    display: none;
  }

  .doahang {
    display: none;
  }

  .new-imgs>a .img img {
    height: 21.0625rem;
  }

  .ban-img .ban-wz .p1 {
    font-size: 2.4375rem;
    line-height: 3.0625rem;
  }

  .leida {

    left: 41%;
    top: 43%;
  }

  .home-about .map {
    top: 0;
  }

  .index-title {
    font-size: 1rem;
  }

  .serlist ul li {
    margin-top: 10%;
  }

  .ser-step ul li,
  .ser-step ul li.on {
    width: 19%;
    height: auto;
    margin: 20px 2.5% 0px 2.5%;
  }

  .ser-step ul li:before {
    display: none;
  }

  .swiper_slide2_textp2 {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .lunbo.mbox.mbox1,
  .lunbo.mbox.mbox1 .swiper-slide {
    min-height: 60vh;
    height: auto;
  }
  .slide_other  img {
    height: 100%;
    object-fit: cover;
  }
  .phone_logo img {
    height: 40px;
  }

  .banText3 {
    margin: 0 auto;
    padding: 0;
    /* max-width: 60%; */
  }.mbox2Brief,.mbox2Num {
    padding-right: 0;
  }
}

@media (max-width: 800px) {
  html {
    font-size: calc(1.25vw);
  }
.hxgn {
    background-image: url(/template/default/skin/images/cpb.jpg) ;
	background-repeat: repeat-y;
    background-color: #f5f6f8;
}
.liniann .liannian-luno .swiper-slide .ln-img {
  text-align: center;
  overflow: hidden;
  width:100%
}

.liniann .liannian-luno .swiper-slide .ln-img img {
	width: 100%;
}
.liniann .liannian-luno .swiper-slide .neirong p{ font-size:1.5rem; margin-bottom:1.5rem; line-height:1.5rem;}
.liniann .liannian-luno .swiper-slide .neirong {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #000000;
  width:100%;
  background:#f2f9ff;
  padding:3rem;
  height:233px;
  text-align:left;
}
.liniann .liannian-luno .swiper-button-next i, .liniann .liannian-luno .swiper-button-prev i {
    color: #112daa;
    font-size: 1.5rem;
}
.liniann .liannian-luno .swiper-button-next, .liniann .liannian-luno .swiper-button-prev{
	width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background: rgba(255, 255, 255);
}
.liniann .liannian-luno {
    margin-top: 1.4375rem;
    padding: 0 0.625rem;
}
  .con-top-ul-con>li .left-con>img {
    width: 100%;
  }

  .con-bot {
    margin-top: 40px;
  }

  .con-top-ul-con li {
    padding: 3.25rem 4.6875rem 3.75rem 4.6875rem;
    height: 31.5625rem;
  }

  .index-new {
    padding: 6.0625rem 0;
  }

  .chanping-list .chanp-tuij .le {
    width: 100%;
  }

  .chanping-list .chanp-tuij .le .tag-ul {
    margin: 1.125rem 0 1.625rem;
  }

  .chanping-list .chanp-tuij .re {
    width: 100%;
  }

  .er-xw-uul li {
    margin-bottom: .9375rem;
  }

  .fuwu-con .enterprise .enterprise-top {
    padding: 3rem;
  }

  .fuwu-con .enterprise .enterprise-top .left {
    width: 70%;
    margin-top: 0;
  }

  .ban-img .ban-wz .p1 {
    font-size: 2.4375rem;
    line-height: 3.0625rem;
  }

  .wb-div .wwbb-cons {
    width: 100%;
  }

  .wb-div .wwbb-cons .re-img {
    margin-top: -15.3125rem;
    width: 52%;
  }

  .wb-div {
    padding: 4.25rem 0 2.25rem;
  }

  .jianzhan-lx {
    padding: 1.25rem 0 6.5rem;
  }

  .about .jianjie .right {
    width: 100%;
    margin-bottom: 1rem;
  }

  .about .jianjie .left {
    width: 100%;
  }

  .innovation .le {
    width: 100%;
  }

  .innovation .re {
    width: 100%;
    margin-top: 3rem;
  }

  .box-contact .min-box .le .le-ul li {
    width: 100%;
  }

  .box-contact .min-box .le .le-ul li .box-a a {
    display: inline-block;
    margin-right: 5px;
  }

  .box-contact .min-box .le .le-ul li:nth-child(2n) .box-a a {
    width: auto;
  }

  .box-contact .min-box .le .le-ul li:nth-child(2n) .box-a a:nth-child(2n) {
    float: left;
  }

  .lianxi-conss .right .zongbu {
    padding: 1.875rem 0;
  }

  .lianxi-conss {
    padding: 5rem 0 3rem;
  }

  .zb-img {
    width: 49%;
  }

  .julid1 {
    margin-top: 1rem;
  }
    .wl{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 1.25rem;
    overflow: hidden;
	width:100%;
	margin :3rem 0 0 0;
}
.wl_01{overflow: hidden; height:188px;}
.wl_01>img {
  cursor: pointer;
  transition: all .4s;
}
.wl:nth--child(3){
	margin-right:0%;
}
.wl_01>img:hover {
  transform: scale(1.1);
}
.wl_02 p{  font-size:1.5rem; vertical-align:middle; margin-bottom:0.5rem; color:#000000}
.wl_02{ padding:1.2rem ; line-height:1.7rem; color:#666; font-size:1.2rem;}
}

@media (max-width: 600px) {
  html {
    font-size: calc(1.66666667vw);
  }
  .hxgn {
    background-image: url(/template/default/skin/images/cpb.jpg) ;
	background-repeat: repeat-y;
    background-color: #f5f6f8;
}
.liniann .liannian-luno .swiper-slide .ln-img {
  text-align: center;
  overflow: hidden;
  width:100%
}

.liniann .liannian-luno .swiper-slide .ln-img img {
	width: 100%;
}
.liniann .liannian-luno .swiper-slide .neirong p{ font-size:1.5rem; margin-bottom:1.5rem; line-height:1.5rem;}
.liniann .liannian-luno .swiper-slide .neirong {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #000000;
  width:100%;
  background:#f2f9ff;
  padding:3rem;
  height:233px;
  text-align:left;
}
.liniann .liannian-luno .swiper-button-next i, .liniann .liannian-luno .swiper-button-prev i {
    color: #112daa;
    font-size: 1.5rem;
}
.liniann .liannian-luno .swiper-button-next, .liniann .liannian-luno .swiper-button-prev{
	width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background: rgba(255, 255, 255);
}
.liniann .liannian-luno {
    margin-top: 1.4375rem;
    padding: 0 0.625rem;
}

  .home-about .map {
    display: none;
  }

  .cons {
    padding: 0px 1.25rem;
  }

  .con-top-ul li {
    margin: 0;
  }

  .con-top-ul-con li>div {
    width: 100%;
  }

  .index-content .con-top {
    padding-top: 4.25rem;
  }

  .fuwu-con .con-top {
    padding-top: 0;
  }

  .fuwu-con {
    padding: 3rem 0 0;
  }

  .con-top-ul-con li {
    height: auto;
    padding: 1.3rem;
  }

  .con-bot .con-bot-head>.fl {
    width: 100%;
  }

  .con-bot .con-bot-head .fr {
    width: 100%;
    margin-top: 1.5rem;
  }

  .paingpa-ul {
    margin-top: 1.125rem;
  }

  .con-bot-mid-ul li {
    width: 48.5%;
  }

  .pro-ul-list li {
    width: 98% !important;
    margin: 1% !important;
  }

  .shadow .img_b img {
    height: 150px;
    object-fit: cover;

  }

  .lunbo .swiper .swiper-slide .wen-zi .div2 {
    font-size: 1.5rem;
    line-height: 3.1875rem;
  }

  .con-top-ul-con>li .left-con {
    height: auto;
  }

  .pro-ul-list {
    margin-top: 2%;
  }

  .lunbo .swiper .swiper-slide .wen-zi .div1 {
    font-size: 2rem;
    line-height: 1.5;
  }

  .index-content .pro-ul-list li:last-child {
    float: left;
    width: 98% !important;
    margin: 1% !important;
  }

  .index-hezuo .hezuo-ul li {
    font-size: 2rem;
  }

  .index-hezuo .hezuo-con .hz-div {
    margin-top: 2.625rem;
  }

  .index-hezuo .hezuo-con .hz-div .hzuo-ul1 li {
    width: 31.333%;
    margin: 1%;
  }

  .index-hezuo .hezuo-con .hz-div .hzuo-ul2 li {
    width: 31.333%;
    margin: 1%;
  }

  .index-hezuo .hezuo-con .hz-div .hzuo-ul2 li:last-child {
    display: none;
  }

  .index-hezuo .hezuo-con .hz-div .hzuo-ul1 {
    width: 100%;
    margin: 0;
  }

  .index-hezuo .hezuo-con .hz-div .hzuo-ul2 {
    margin: 0;
  }

  .index-lianxi {
    padding: 3rem;
    margin-top: 3.25rem;
  }

  .index-lianxi .lx-wenzi {
    font-size: 2rem;
  }

  .index-new .left {
    width: 100%;
  }

  .index-new .right .new-con .new-imgs {
    width: 100%;
  }

  .index-new .right {
    width: 100%;
    margin-top: 3rem;
  }

  .index-new .right .new-con .news-uls {
    width: 98%;
  }

  .new-imgs>a .img img {
    height: auto;
  }

  .index-new .right .new-con .news-uls {
    margin: 3% 1%;
  }

  .chanping-list .chanp-tuij .le {
    padding: 1.375rem 2.125rem;
  }

  .ban-img .ban-wz .p1 {
    font-size: 2rem;
    line-height: 3.0625rem;
  }

  .needs .need-ku {
    padding: 3.125rem 3.25rem;
  }

  .needs {
    padding: 3.875rem 0;
  }

  .about .jianjie {
    padding: 3.25rem 0 2.5rem;
  }

  .innovation {
    padding: 2.5rem 0;
  }

  .wb-div .wwbb-cons .re-img {
    margin-top: 0;
    width: 44%;
  }

  .xinxi-jion .jion-box .le {
    margin-top: -5rem;
  }

  .biaoti {
    font-size: 2rem;
  }

  .xinxi-jion .xinxi-jion-img .biaoti {
    line-height: 1.5;
  }

  .moshi {
    padding: 3.875rem 0 3.75rem;
  }

  .lianxi-conss .left {
    width: 100%;
  }

  .lianxi-conss .right {
    width: 100%;
    margin-top: 15px;
  }
  .swiper_slide2_textp1 {
    font-size: 2rem; 
  }.swiper_slide2_textp1 span {
    display: block;
  }.swiper_slide2_textp2 span {
    display: block;
    color: rgba(255, 255, 255, 0.7);
  }
  .wl{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 1.25rem;
    overflow: hidden;
	width:100%;
	margin :3rem 0 0 0;
}
.wl_01{overflow: hidden; height:188px;}
.wl_01>img {
  cursor: pointer;
  transition: all .4s;
}
.wl:nth--child(3){
	margin-right:0%;
}
.wl_01>img:hover {
  transform: scale(1.1);
}
.wl_02 p{  font-size:1.5rem; vertical-align:middle; margin-bottom:0.5rem; color:#000000}
.wl_02{ padding:1.2rem ; line-height:1.7rem; color:#666; font-size:1.2rem;}
}

@media (max-width: 480px) {
  .wl{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 1.25rem;
    overflow: hidden;
	width:100%;
	margin :3rem 0 0 0
}
.wl_01{overflow: hidden; height:188px;}
.wl_01>img {
  cursor: pointer;
  transition: all .4s;
}
.wl:nth--child(3){
	margin-right:0%;
}
.wl_01>img:hover {
  transform: scale(1.1);
}
.wl_02 p{  font-size:1.5rem; vertical-align:middle; margin-bottom:0.5rem; color:#000000}
.wl_02{ padding:1.2rem ; line-height:1.7rem; color:#666; font-size:1.2rem;}
  html {
    font-size: 14px;
  }

  .con-top-ul-con>li .left-con {
    width: 100%;
  }

  .con-top-ul-con li>div {
    width: 100% !important;
  }

  .innovation .re .col-xs-4 {
    width: 98%;
    margin: 1%;
  }

  .shu-div {
    position: relative;
    width: 100%;
  }

  .shu-div .sh-ul {
    width: 100%;
  }

  .box-contact .min-box .le,
  .box-contact .min-box .re {
    width: 100%;
    padding: 3rem;
  }

  .zb-img {
    width: 100%;
  }

  .lianxi-conss .right {
    padding: 2.5rem 2.5rem 0.25rem;
  }

  .news-conss .list-new .col-xs-6 {
    width: 100%;
  }

  .xingqing-con .relevant-ul li {
    width: 100%;
    margin: 5px 0;
  }

  .lunbo .swiper .swiper-slide img {
    height: auto;
  }

  .phone_logo img {
    width: 80px;
    height: auto;
  }

  body {
    padding-top: 48px;
  }

  .con-top-ul li {
    margin-bottom: 5px;
    padding: 0 5px 5px;

  }

  .zcey_b span.on {
    text-align: center;
  }

  .zcey_b img {
    width: 100%;
    margin: 0 auto;
	margin-bottom:2rem;
  }

  .con-top-ul {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;

  }

  .biaoti {
    line-height: 1.5;
  }

  .index-hezuo .hezuo-ul li {
    font-size: 1.2rem;
  }

  .index-lianxi .lx-wenzi {
    line-height: 1.5;
    font-size: 1.2rem;
  }

  .index-shanchang .div1 {
    font-size: 1.2rem;
  }

  .index-shanchang .div2,
  .index-shanchang .div3 {
    line-height: 1.5;
  }

  .index-new {
    padding: 3.0625rem 0;
  }

  .index-new .n-img {
    left: 55%;
    top: 4%;
    width: 37%;
    z-index: -1;
  }

  .index-hezuo .p-img {
    width: 33%;
  }

  .index-hezuo .p-img {
    top: 0%;
    right: 0%;
  }

  .index-content .con-bot .img-c {
    width: 54.2%;
  }

  .index-content .con-bot .img-c {
    right: 13%;
    top: 0%;
  }

  .index-content .con-top .yuna-zi {
    width: 30%;
    top: -5%;
  }

  .biaoti {
    font-size: 1.5rem;
  }

  .shadow .img_text .three_title {
    font-size: 1.2rem;
  }

  .xinxi-jion .jion-box .le {
    margin-top: -3rem;
  }

  .xinxi-jion .jion-box {
    padding: 2.5rem 0 1.25rem 6%;
  }

  .pro-body .pro-xiang-con .xing-divs-pro .title {
    font-size: 1.2rem;
  }

  .pro-body .pro-xiang-con .xing-divs-pro {
    padding: 0.25rem 0 3.75rem;
  }

  .lianxi-conss .right {
    padding: 1.5rem 1.5rem 0.25rem;
  }

  .lianxi-conss {
    padding: 2rem 0 3rem;
  }

  .ban-img .ban-wz .p1 {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .lunbo .swiper .swiper-slide .wen-zi .div1 {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .lunbo .swiper .swiper-slide .wen-zi .div2 {
    font-size: 1rem;
    line-height: 2;
  }

  .con-top-ul li {
    font-size: 1rem;
    background: #FFF;
    border: 1px solid #ccc;
    padding: 9px 20px;
    opacity: 1;
  }

  .con-top-ul li.active {
    background: #2a81c3;
    color: #fff;
    border: 1px solid #2a81c3;

  }

  .con-top-ul li.active::after {
    opacity: 0;
  }

  .two_title {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .two_text {
    font-size: 1.1rem;
    line-height: 2;
  }

  .two_txt {
    font-size: 1rem;
  }

  .more,
  .lianxi-conss .left .liuyan .liuyan-ul li button {
    width: 5.75rem;
    line-height: 2.125rem;
    height: 2.125rem;
  }

  .paingpa-ul {
    font-size: 1rem;
    padding: 0.25rem 0;
  }

  .con-bot {
    margin-top: 14px;
  }

  .shadow .img_text .three_txt {
    font-size: 1rem;
    line-height: 1.5;
  }

  .shadow .img_text {
    left: 0.875rem;
    bottom: 1.0625rem;
  }

  .shadow .img_text .three_txt {
    margin-top: 0;
  }

  .index-hezuo .hezuo-ul li {
    font-size: 1.1rem;
    margin-right: 1.5625rem;
  }

  .shadow .img_text .three_title {
    font-size: 1.1rem;
  }

  .index-hezuo {
    margin-top: 2.375rem;
  }

  .index-hezuo .hezuo-con .hz-div {
    margin-top: 1.625rem;
  }

  .paingpa-ul li {
    padding: 0.25rem 5px;
  }

  .index-lianxi {
    padding: 2rem;
    margin-top: 2.25rem;
  }

  .intro .two_txts {
    font-size: 1rem;
  }

  .intro {
    padding: 1.25rem 1.25rem;
  }

  .index-shanchang .div2,
  .index-shanchang .div3 {
    font-size: 1rem;
  }

  .index-shanchang {
    padding: 1.125rem 0;
  }

  .ban-img .ban-wz .p2 {
    font-size: 1rem;
  }

  .shu-div .sh-ul {
    padding: 2rem 0;
  }

  .shu-div .sh-ul li .p2 {
    font-size: 1rem;
    padding: 0 2px;
  }

  .about .jianjie .left .jj-con {
    font-size: 1rem;
  }

  .effect-img {
    padding: 2.375rem 1.75rem;
  }

  .paingpa-ul {
    margin-top: 2px;
  }

  .innovation .re {
    margin-top: 1rem;
  }

  .intro .data {
    line-height: 1.5;
    height: 3em;
  }

  .moshi {
    padding: 2.875rem 0 2.75rem;
  }

  .moshi .kj-lunbo {
    margin-top: 0.875rem;
  }

  .wb-div .wwbb-cons .le .wb-wz {
    line-height: 1.5;
    font-size: 1rem;
  }

  .wb-div {
    padding: 2.25rem 0 2.25rem;
  }

  .linian .liannian-lunbo {
    margin-top: 2.4375rem;
    padding: 0px 2.625rem;
  }

  .linian .liannian-lunbo .swiper-slide .neirong {
    line-height: 1.5;
    font-size: 1rem;
  }

  .linian .liannian-lunbo .swiper-button-next,
  .linian .liannian-lunbo .swiper-button-prev {
    width: 2rem;
    height: 2rem;
  }

  .linian {
    padding: 2rem 0;
  }

.hxgn {
    background-image: url(/template/default/skin/images/cpb.jpg) ;
	background-repeat: repeat-y;
    background-color: #f5f6f8;
}
.liniann .liannian-luno .swiper-slide .ln-img {
  text-align: center;
  overflow: hidden;
  width:100%
}

.liniann .liannian-luno .swiper-slide .ln-img img {
	width: 100%;
}
.liniann .liannian-luno .swiper-slide .neirong p{ font-size:1.5rem; margin-bottom:1.5rem; line-height:1.5rem;}
.liniann .liannian-luno .swiper-slide .neirong {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #000000;
  width:100%;
  background:#f2f9ff;
  padding:3rem;
  height:233px;
  text-align:left;
}
.liniann .liannian-luno .swiper-button-next i, .liniann .liannian-luno .swiper-button-prev i {
    color: #112daa;
    font-size: 1.5rem;
}
.liniann .liannian-luno .swiper-button-next, .liniann .liannian-luno .swiper-button-prev{
	width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background: rgba(255, 255, 255);
}
.liniann .liannian-luno {
    margin-top: 1.4375rem;
    padding: 0 0.625rem;
}

  .xinxi-jion .jion-box .le {
    width: 100%;
    left: 0;
  }

  .xinxi-jion .jion-box .p2 {
    font-size: 1.5rem;
  }

  .xinxi-jion .jion-box .jion-zi {
    font-size: 1.2rem;
    margin-left: 0;
    margin-top: 10px;
    line-height: 1.5;
  }

  .jianzhan-lx .lx-phone {
    font-size: 1rem;
  }

  .xinxi-jion-img img {
    height: 200px;
    object-fit: cover;
  }

  .xinxi-jion .jion-box {
    padding: 10px;
  }

  .jianzhan-lx {
    padding: 1.25rem 0 1.5rem;
  }

  .er-xw-uul li a {
    font-size: 1rem;
  }

  .er-xw-uul li {
    margin-right: 3px;
  }

  .er-xw-uul li {
    margin-bottom: .375rem;
  }

  .chanping-list .chanp-tuij {
    margin-top: 1.125rem;
  }

  .chanping-list .chanp-tuij .le .title {
    font-size: 1.2rem;
  }

  .chanping-list .chanp-tuij .le .fenglei-div {
    font-size: 1rem;
  }

  .chanping-list .chanp-tuij .le .tag-ul li a {
    font-size: 0.875rem;
    line-height: 2rem;
    padding: 0 0.875rem;
    height: 2rem;
  }

  .chanping-list .chanp-tuij .le .tag-ul {
    margin: 0.125rem 0 0rem;
  }

  .chanping-list .chanp-tuij .re,
  .pro-ul-list li {
    border-radius: 10px;
    overflow: hidden;
  }

  .fuwu-con .enterprise .enterprise-top .left {
    width: 100%;
  }

  .fuwu-con .enterprise .enterprise-top .left .bt2 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .fuwu-con .enterprise .enterprise-top .right {
    margin-top: 10px;
  }

  .enterprise-bot {
    margin: 1.75rem 0;
  }

  .needs .need-ku {
    padding: 2.125rem 2.25rem;
    line-height: 1.5;
  }

  .needs {
    padding: 2.875rem 0;
  }

  .fuwu-con {
    padding: 2rem 0 0;
  }

  .news-conss .list-new {
    margin-top: 1rem;
  }

  .xingqing-con .biaoti-tilte {
    font-size: 1.2rem;
  }

  .xingqing-con .pain .prev a,
  .xingqing-con .pain .next a {
    width: 6.75rem;
    line-height: 2.125rem;
    height: 2.125rem;
  }

  .xingqing-con .relevant-ul li {
    width: 100%;
    margin: 2px 0;
  }

  .xingqing-con .xg-bt {
    font-size: 1.2rem;
    line-height: 1.125rem;
  }

  .box-contact .min-box .le,
  .box-contact .min-box .re {
    padding: 1.5rem;
  }

  .box-contact .min-box .le .le-ul li .pp1 {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .box-contact .min-box .le .le-ul li {
    margin-bottom: 5px;
  }

  .box-contact .min-box .re .p1 {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .box-contact .min-box .re .p2 {
    margin-top: 5px;
  }

  .fb-con .col-xs-6 {
    width: 100%;
    margin-bottom: 10px;
  }

  .lianxi-conss .right .pp1 {
    font-size: 1.2rem;
  }

  .lianxi-conss {
    padding: 2rem 0 2rem;
  }

  .lianxi-conss .right .zongbu {
    margin: 1.5rem 0;
  }

  .pro-body .pro-xiang-con .xing-divs-pro .zhaiyao {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
  }

  .xinxi-jion .jion-box .le .clearfix {
    margin-top: -78px;
  }

  .xinxi-jion .jion-box .le {
    margin-top: 0;
    padding: 20px 10px;
  }

  .innovation .re .new-imgs {
    margin-bottom: 10px;
  }

  .ban-img img {
    height: 200px;
    object-fit: cover;
  }

  .lunbo .swiper .swiper-slide img {
    height: 200px;
    object-fit: cover;
  }

  .slide_other  img {
    height: 100% !important;
    object-fit: cover;
  }
  .searchbox .logo {
    width: 30%;
  }

  .searchbox .searchs {
    width: 100%;
    margin-top: 20px;
  }

  .serbtn {
    width: 13%;
  }

  .searchs .sertext {
    width: 86%;
  }.swiper_slide2_textp1 {
    font-size: 1.4rem;
}

}



@media(max-width:540px) {
  .tbin {
    width: 100%;
  }

  .tbin p {
    color: #333333;
    font-size: .28rem;
    line-height: 2;
    font-weight: lighter;
  }

  .rbntt .main div.lf {
    padding: 0rem 0rem 0rem 0rem;
    width: 100%;
    text-align: center;
    height: 50%;
  }

  .rbntt .main div.lf>h3 {
    display: block;
    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%);
  }

  .rbntt .main div.lf>p {
    left: 50%;
    top: 60%;
    width: 100%;
    text-align: center;
    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%);
  }

  .rbntt .main div.rt {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .home-about {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: auto;
    -webkit-overflow-scrolling: touch
  }

  .sec2 li h5 b {
    font-size: 1.1em;
  }

  .sec2 li h5 {
    font-size: 1rem;
  }

  .about_t04 {
    font-size: 1rem;
  }
  .pro-ul-list .shadow{
    max-height: 145px;
  }

  .sec4 h5 {
    font-size: 1.5rem;
  }

  .sec4 p {
    font-size: 1rem;
  }

  .sec4 {

    padding: 14.2% 1%;
  }

  .wb-wz {
    font-size: 1rem;
    margin-top: 1.625rem;
  }

  .sec2 li {
    position: relative;
    padding-left: 2%;
  }

  .sec1 {
    margin-top: 3rem;
  }

  .ban-img2 img {
    height: 200px;
    object-fit: cover;
  }

  .leida {
    left: 25%;
    top: 43%;
  }

  .sec1 .company li {
    width: 100%;
  }

  .sec2 .text-box h5 {
    font-size: 1.625rem;
  }

  .sec2 .text-box p {
    font-size: 1rem;
  }

  .sec2 .hr-box a {
    font-size: 2rem;
  }

  .home-about .text {

    margin-top: 0
  }

  .home-about .text {
    width: 100%;
  }

  .home-about {
    padding-top: 0;
  }

  .sec2 .tip span {
    margin: 0 .5em;
  }

  .home-about .text dl {

    padding-bottom: 0
  }

  .home-about .text dl:after {
    display: none
  }

  .home-about .text dt {
    margin-top: 0;
    background: transparent
  }

  .home-about .text dt span {
    font-size: 20px;
    display: inline-block;
    height: 30px;
    line-height: 30px
  }

  .home-about .text dd {
    margin-top: 0
  }

  .bghs {
    display: none;
  }

  .home-about .text dd .iconfont {
    font-size: 30px;
    height: 40px;
    line-height: 40px
  }

  .home-about .text dd p {
    margin-bottom: 5px
  }

  .home-about .text dd div {
    height: auto
  }


  .ser-step {
    text-align: center;
  }

  .ser-step ul li {
    display: inline-block;
    float: none;
    margin: 20px 2% 0px 2%;
  }

  .ser-box03 {
    padding: 3rem 0;
  }

  .anlics {

    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 2rem;
  }

  .ser-step ul li,
  .ser-step ul li.on {
    width: 43%;
  }

  .ser-box02 {
    padding: 3rem 1rem;
  }

  .ser-bz .h3 {
    font-size: 1rem;
  }

  .serlist ul li .sn {
    font-size: 2rem;
  }

  .serlist ul li {
    width: 100%;
    margin-top: 1rem;
  }

  .box-contact {
    display: none !important;
  }

  .con-bot .con-bot-head>.fl {
    overflow: hidden;
  }

  .con-bot .con-bot-head>.fl .biaoti {}

  .con-bot .con-bot-head>.fl .paingpa-ul {}

  .brand-content .right {
    background: transparent;
  }

  .brand-con {
    background: url(../images/jianbian_03.png);
    background-size: cover;
    margin-bottom: 10px;
  }

  .brand-content {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .brand-content .left {
    width: 100%;
    padding-top: 0
  }

  .brand-content .left em {
    display: none
  }

  .brand-content .left h2 {
    font-size: 20px;
    color: #000;
    text-align: left;
    font-weight: bold;
    margin-bottom: 19px
  }

  .brand-content .left .zixun {
    width: 49%;
    float: left;

  }

  .brand-content .left .zixun12 {
    float: right;
  }

  .brand-content .right {
    width: 100%
  }

  .brand-content .right ul li {
    width: 100%;
    padding-bottom: 40px
  }

  .brand-content .right ul li .brand-con {
    padding: 15px;
  }

  .brand-content .right ul li .brand-con em {
    margin: 10px 0;
  }

  .brand-content .right ul li .brand-con h2 {
    font-size: 1.2rem;
  }

  .brand-content .right ul li .brand-con p {
    font-size: 1.1rem;
  }

  .index-hezuo .hezuo-con .hz-div {
    margin-top: 0.5rem;
  }

  .ndex-hezuo1 {
    background: #f0f0f0;
    padding: 3rem 0;
  }

  .mk-layout {
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .brand .canvas {
    display: none
  }

  .qrun1 {
    margin-bottom: 0.1875rem;

    margin-top: 0rem;
    font-size: 1.2rem;
  }

  .rbntt .main div.lf>h3 {
    font-size: 10.625rem;
  }

  .rbntt .main div.lf>p {
    font-size: 3.5rem;
  }

  .rbntt .main div.rt {

    padding-top: 0rem;
  }

  .qie>div>ul>li>h4 {
    font-size: 1rem;
  }

  .rbntt .main div.rt>h4 {
    font-size: 1.25rem;

    margin-bottom: 1rem;
  }

  .qie {

    margin-bottom: 3.375rem;
  }

  .rbntt .main div.rt>h4 {
    font-size: 1.25rem;

  }

  .rbntt .main div.rt>p {
    font-size: 12px;
    line-height: 1.7;
  }

  .about .jianjie .right h3 {
    font-size: 1.25rem;
  }

  .about .jianjie .right h4 {
    font-size: 1.2rem;
  }

  .sec2 {
    padding-bottom: 2rem;
    margin-top: 3rem;
  }

  .zcey_b span {
    width: 100%;
  }

  .zcey_b div {
    width: 100%;
  }

  .zcey_b {
    display: block;
    padding-bottom: 3rem;
  }

  .zcey_b i {

    font-size: 1.25rem;

    line-height: 1;
    margin-bottom: 0.75rem;
  }

  .zcey_b.on p {
    font-size: 1rem;
    line-height: 1.7;
  }

  .box2_1 .cons>p {
    font-size: 1.25rem;
    width: 100%;
    padding: 3rem 0 1rem;
  }

  .box2_1 ul {
    width: 100%;
  }

  .box2_1 ul>li>b {
    font-size: 1.125rem;
    margin-bottom: 0.875rem;
  }

  .box2_1 ul>li>b>i {
    font-size: 1rem;
  }

  .box2_1 ul>li>p {
    font-size: .8rem;
  }

  .box2_1 ul>li {
    padding: 1rem 0;
  }

  .zcey_b>div,
  .box2_1 {
    padding-bottom: 2rem;
  }

  .sec3 .text-box {
    position: inherit;
  }

  .sec3 .inner {
    width: 100%;
    display: block;
  }

  .sec3 {
    padding: 1rem;
  }

  .sec3 .text-box h5 {
    font-size: 1rem;
  }

  .sec3 .text-box h4 {
    font-size: 1.1rem;
  }

  .sec3 .text-box {
    text-align: left;
  }

  .sec3 .controls {
    margin: 10px 0;
  }

  footer .foot-bot {
    text-align: center;
  }

  .zcey_b i {
    font-size: 1.1rem;
  }

  .bread {
    display: none;
  }

  .ban-img .ban-wz .p2 {
    margin-top: 5px;

  }

  .ban-img .ban-wz {
    width: 100%;
    text-align: center;
  }

  .ban-img .ban-wz .p1 {
    font-weight: bold;
  }

  .about_idea .img img {
    width: 100% !important;
  }

  .brand-content .right ul li .brand-con p {
    height: auto;
  }

  .brand-content .right ul li {
    padding-bottom: 0px;
  }.mbox2Text .mbox2TitEn {
    font-size: 24px;
  }.mbox2Text ,.mbox2Bot{
    padding-right: 0 ;
  }
}

#particles-js,
#particles-js1 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}

.particles-js-canvas-el {
  width: 100%;
  height: 100%;
}

footer .foot-top,
footer .foot-bot {
  position: relative;
  z-index: 2;

}

.fix_ul li:nth-child(2) .right_div {
  padding: 10px;
  width: 140px;

  min-width: auto;
  min-height: auto;
}

.fix_ul li:nth-child(2) .right_div img {
  width: 100%;
}

.layui-layer-btn .layui-layer-btn0 {
  border-color: #2a81c3 !important;

  background-color: #2a81c3 !important;
  line-height: 26px !important;
}

.layui-layer-title {
  font-weight: bold !important;
}

.mmas {
  display: none;
  position: absolute;
  top: 100%;
  text-align: center;
  width: 100%;
}

.zixun12 {
  position: relative;
}

.zixun12:hover .mmas {
  display: block;
}

.mmas img {
  width: 100%;
}

.brand-content .left .zixun:hover {
  background: #4cc1b1;

}

.brand-content .left .zixun a {
  display: block;
}

.bread a {
  font-size: 16px;
  color: #fff;
}

.bread a:last-child em {
  display: none;

}

.bread {
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
}

.pro-xiang-con .bread {
  position: relative;

}
#sec1 .bread {
  position: relative;

}

.xingqing-con .bread {
  position: relative;
}

.xingqing-con .bread {
  color: #000;

}

.xingqing-con .bread a {
  color: #000;
}

.bread a:hover {
  color: #2a81c3 !important;

}

#newBridge .icon-right-center {
  top: 80% !important;
}

.phone_footer_ul {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .35);
}
.doahang .nav-ul.active1>li>a{
  color: #000!important;
}

.doahang.active .nav-ul.active1>li>a{
  color: #fff!important;
}
.doahang .nav-ul>li{
  float: left;
}.doahang .nav-ul{
  overflow: hidden;
}
.bnner-ny .ban-img::after{
  background: transparent;

}
.xgx{ border-top:solid 1px #dedfe1;}
.hg{line-height:100px; text-align:center; font-size:18px; color:#000000}
.hh{line-height:100px; font-size:18px; color:#4f4f4f}
.xgx:nth-child(5){ border-bottom: solid 1px #dedfe1;}
