﻿@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: calc(100vw / 120);
  overflow-x: hidden;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
button {
  /* border: none;
     */
}
.map img {
  max-width: inherit;
}
/* 取消链接高亮 */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'montserrat';
  font-display: swap;
  src: url('../fonts/Montserrat-Regular-8.otf');
}
body {
  font-family: 'montserrat', 'sourcehansans';
  font-size: 1rem;
  height: 100%;
  overflow: hidden;
}
button:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
}
.w100 {
  width: 100%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.px {
  position: fixed;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
input:focus,
textarea:focus {
  outline: none;
}
.overh {
  overflow: hidden;
  border-radius: 0.25rem;
  position: relative;
  z-index: 2;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ta {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.displaynone {
  display: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.after {
  content: '';
  position: absolute;
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.book {
  border: 1px solid #000;
}
.db {
  display: block;
}
.dnb {
  display: inline-block;
}
.flight {
  font-weight: lighter;
}
.fbold {
  font-weight: bold;
}
.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}
.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}
.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.tran2 {
  transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 200ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 200ms ease-in-out;
  /* Opera */
}
.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.f48 {
  font-size: 48px;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p15 {
  padding: 15px;
}
.w50 {
  width: 50%;
}
.bd {
  font-weight: bold;
}
.wen_hied2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hide {
  overflow: hidden;
}
.container {
  padding: 0 16.25rem;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.log-div a img {
  width: 17rem;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  color: #fff;
  z-index: 5;
  padding: 0 3rem;
  line-height: 5.1875rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: rgba(255, 255, 255, 0.94);
}
#header .nav-div {
  margin-left: 5%;
}
#header .nav-div .na-ul > li {
  float: left;
}
#header .nav-div .na-ul > li > a {
  font-size: 1.1rem;
  /* font-weight: 700; */
  color: #2B2B2B;
  padding: 0 1.875rem;
  display: block;
  overflow: hidden;
  position: relative;
}
#header .nav-div .na-ul > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  /* height: 0.25rem; */
  height: 0rem;
  width: 100%;
  background: #e70012;
  left: -100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header .nav-div .na-ul > li:hover > a {
  color: #ffffff;
  background-color: #fd2033;
  height: 4.95rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}

#header .nav-div .na-ul > li.active > a {
  color: #ffffff;
  background-color: #e70012;
  height: 4.95rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
#header .nav-div .na-ul > li:hover > a::after,
#header .nav-div .na-ul > li.active > a::after {
  left: 0%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header .deng-div .yu-div a {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  text-align: left;
  color: #007CC3;
}
#header .deng-div .yu-div a i {
  font-size: 1.25rem;
}
#header .deng-div .sou-div {
  width: 6.75rem;
  cursor: pointer;
  position: relative;
  margin-top: -3px;
  margin-left: 0rem;
  text-align: center;
  color: #000;
}
#header .deng-div .sou-div i {
  font-weight: bold;
  font-size: 1.5rem;
}
#header .yu-div {
  margin-left: 1.25rem;
  display: inline-block;
}
#header .yu-div a {
  color: #fff;
}
#header .yu-div a.active {
  color: #00b0f0;
}
#header .log-div a img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header.active {
  /* line-height: 4.5rem; */
  line-height: 5.1875rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  box-shadow: 0 0 1px 1px rgba(10, 64, 165, 0.1);
}
#header.active .log-div a img {
  width: 15rem;
  transition: 400ms ease-in-out;
  -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 scrool {
  0% {
    bottom: 2%;
  }
  50% {
    bottom: 4%;
  }
  100% {
    bottom: 2%;
  }
}
@keyframes banner {
  0% {
    transform: scale(1.01);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.01);
  }
}
.lunbo img {
  height: 100vh;
  object-fit: cover;
}
.lunbo .swiper-slide {
  overflow: hidden;
}
.lunbo .swiper-slide.swiper-slide-active img {
  animation: banner 10s infinite;
}
.lunbo .lunbo-wenzi {
  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: 100%;
  color: #fff;
  text-align: center;
}
.lunbo .lunbo-wenzi .div1 {
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.3;
  text-align: center;
  font-family: Montserrat;
  text-transform: uppercase;
  color: #FFFFFF;
}
.lunbo .lunbo-wenzi .div2 {
  font-weight: 700;
  margin-top: 0.6875rem;
  font-size: 2.5rem;
}
.head-cn {
  font-weight: 500;
  font-size: 2.125rem;
  line-height: 2.0625rem;
  text-transform: uppercase;
  color: #363636;
  padding-bottom: 0.625rem;
  position: relative;
}
.head-cn::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  bottom: 0;
  background: #f95000;
  height: 1px;
  width: 5.625rem;
}
.head-miao {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.7;
  /* or 167% */
  margin-top: 1.375rem;
  text-transform: uppercase;
  color: #555555;
}
.more {
  margin-top: 2.3125rem;
}
.more a {
  z-index: 1;
  border: 1px solid #717171;
  border-radius: 0.625rem;
  display: inline-block;
  height: 3.125rem;
  padding: 0 3.625rem;
  line-height: 3.125rem;
  font-size: 1rem;
  overflow: hidden;
  position: relative;
}
.more a::before {
  content: '';
  position: absolute;
  left: 0%;
  width: 0%;
  height: 100%;
  background: #f95000;
  z-index: -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 */
}
.more a:hover {
  border: 1px solid #f95000;
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.more a:hover::before {
  left: 0;
  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-about {
  background: url(../images/1.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-about .left {
  width: 60%;
  height: 25rem;
}
.index-about .head-miao {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.index-about .img-re {
  width: 39%;
  height: 25rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.index-about .img-re .bg-div {
  left: -2rem;
  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: -1;
}
.index-about .img-re img {
  object-fit: cover;
}
.index-about .head-cn::after {
  left: 0%;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.about-ul {
  margin-top: 3.125rem;
}
.about-ul li {
  width: 20%;
  float: left;
}
.about-ul li .p1 span {
 
  font-size: 3.75rem;
  line-height: 1;
  /* identical to box height */
  text-align: justify;
  text-transform: uppercase;
  color: #f84e00;
}
.about-ul li .p1 sub {
  font-weight: 700;
  font-size: 1rem;
  color: #f84e00;
}
.about-ul li .p2 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.875rem;
  /* identical to box height, or 167% */
  text-align: justify;
  text-transform: uppercase;
  color: #363636;
}
.yuan-sp {
  margin-top: 2.8125rem;
}
.yuan-sp a {
  display: inline-block;
  width: 3.375rem;
  height: 3.375rem;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-weight: lighter;
  border-radius: 100%;
  text-align: center;
  line-height: 3.2rem;
  font-size: 1.875rem;
}
.index-innovation .head-cn::after {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
 
  
}
.index-innovation .innovation-box {
  width: 100%;
}
.index-innovation .innovation-box .container{
  display: none;
}
.index-innovation .innovation-box .active{
  display: block;
  animation: fadeInUp 1s ease forwards;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}

.index-innovation .innovation-img {
  overflow: hidden;
}
.index-innovation .innovation-img img {
  display: none;
  height: 100vh;
  object-fit: cover;
  animation: banner 10s infinite;
}
.index-innovation .innovation-img img.active {
  display: block;
}
.index-innovation .box-innovation {
  position: absolute;
  width: 33%;
  right: 8%;
  top: 0;
  bottom: 0;
}
.index-innovation .box-innovation img {
  height: 100vh;
}
.index-innovation .innovation-ul {
  position: absolute;
  top: 52%;
  -ms-transform: translateY(-30%);
  /* IE 9 */
  -moz-transform: translateY(-30%);
  /* Firefox */
  -webkit-transform: translateY(-30%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
  width: 30%;
  right: 0;
}
.index-innovation .innovation-ul li {
  font-weight: 500;
  margin-bottom: 3.75rem;
  font-size: 1.5rem;
}
.index-innovation .innovation-ul li a {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  margin-right: 1.25rem;
   
}
.index-innovation .innovation-ul li span {
  width: 1.125rem;
  border-radius: 100%;
  height: 1.125rem;
  display: inline-block;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
.index-innovation .innovation-ul li span::after {
  content: '';
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #FFFFFF;
  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%);
  opacity: 0;
  border-radius: 100%;
}
.index-innovation .innovation-ul li:nth-child(2) {
  margin-right: -0.625rem;
}
.index-innovation .innovation-ul li:nth-child(3) {
  margin-right: -0.5rem;
}
.index-innovation .innovation-ul li.active a {
  color: #FFFFFF;
}
.index-innovation .innovation-ul li.active span {
  background: #ffffff;
}
.index-innovation .innovation-ul li.active span::after {
  opacity: 1;
}
.bai-hd {
  color: #FFFFFF;
}
.baimore a {
  color: #FFFFFF;
  border: 1px solid #fff;
}
.index-pro {
  background: url(../images/3.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-pro .proimg {
  bottom: 0;
  left: 0;
}
.index-pro .pro-lunbo {
  margin-top: 3rem;
}
.index-pro .pro-lunbo .pro-wz {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 2.125rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index-pro .pro-lunbo .pro-wz a {
  color: #fff;
  text-transform: uppercase;
}
.index-pro .pro-lunbo .pro-divs {
  padding: 5.25rem 1rem;
  text-align: center;
}
.index-pro .pro-lunbo .pro-divs .yaun {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  border: 1px solid #FFFFFF;
  border-radius: 100%;
}
.index-pro .pro-lunbo .pro-divs .yaun img {
  height: 2rem;
}
.index-pro .pro-lunbo .pro-divs .proen-wz {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.625rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.index-pro .pro-lunbo .pro-divs .proen-wz a {
  color: #FFFFFF;
}
.index-pro .pro-lunbo .pro-divs:hover > a > img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.color-page .swiper-button-next,
.color-page .swiper-button-prev {
  width: 3.375rem;
  height: 3.375rem;
  text-align: center;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  line-height: 3.2rem;
}
.color-page .swiper-button-next i,
.color-page .swiper-button-prev i {
  color: #f95000;
  font-size: 1.25rem;
}
.color-page .swiper-button-next:hover,
.color-page .swiper-button-prev:hover {
  background: #f95000;
}
.color-page .swiper-button-next:hover i,
.color-page .swiper-button-prev:hover i {
  color: #fff;
}
.color-page .swiper-button-next {
  right: 0;
}
.color-page .swiper-button-prev {
  left: 0;
}
.index-sustainability .sustainability-bot {
  margin-top: 2.5rem;
}
.index-sustainability .sustainability-bot > div {
  overflow: hidden;
  width: 49%;
  position: relative;
  border-radius: 1.25rem;
  color: #FFFFFF;
  display: table;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  cursor: pointer;
}
.index-sustainability .sustainability-bot > div > a > img {
  height: 25.3125rem;
  object-fit: cover;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-sustainability .sustainability-bot > div.active {
  width: 60%;
  transition: 400ms ease-in-out;
  -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-sustainability .sustainability-bot > div.active > img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.index-sustainability .sustainability-bot > div.active .div1 {
  right: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-sustainability .sustainability-bot > div.active1 {
  width: 39%;
}
.index-sustainability .sustainability-bot .div1 {
  top: 0;
  width: 55%;
  background: #04A0F2;
  right: -100%;
  height: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  padding: 5.125rem 3.375rem;
  text-align: center;
}
.index-sustainability .sustainability-bot .div1 .p1 {
  font-weight: 500;
  font-size: 1.5rem;
  color: #FFFFFF;
  text-align: left;
}
.index-sustainability .sustainability-bot .div1 .p1 a {
  color: #FFFFFF;
  display: inline-block;
  position: relative;
}
.index-sustainability .sustainability-bot .div1 .p1 a::after {
  position: absolute;
  width: 2.5625rem;
  height: 1px;
  background: #04A0F2;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  bottom: -0.1875rem;
  content: '';
}
.index-sustainability .sustainability-bot .div1 .p2 {
  font-weight: 500;
  font-size: 1.125rem;
  margin-top: 0.8125rem;
  line-height: 1.5;
  text-align: left;
}
.index-sustainability .sustainability-bot .div1 .p2 a {
  color: #FFFFFF;
}
.index-sustainability .sustainability-bot .yuan-sp {
  margin-top: 1.8125rem;
  text-align: left;
}
.index-new {
  background: #FBFBFB;
}
.index-new .new-content {
  margin: 2rem 0;
}
.index-new .container {
  position: relative;
  z-index: 2;
}
.index-new .index-new-box .title {
  font-size: 1.375rem;
  line-height: 1.5;
  text-transform: uppercase;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #363636;
}
.index-new .index-new-box .title a {
  color: #363636;
  transition: 400ms ease-in-out;
  -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 .index-new-box .date {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 1rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  font-weight: 500;
  text-transform: uppercase;
  color: #ACACAC;
}
.index-new .index-new-box .new-div {
  overflow: hidden;
  position: relative;
}
.index-new .index-new-box .new-div:hover .title,
.index-new .index-new-box .new-div:hover .p2 {
  position: relative;
  z-index: 2;
}
.index-new .index-new-box .new-div:hover .title a,
.index-new .index-new-box .new-div:hover .p2 a {
  color: #f95000;
  transition: 400ms ease-in-out;
  -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 .index-new-box .new-div:hover .date {
  position: relative;
  z-index: 2;
  color: #f95000;
  transition: 400ms ease-in-out;
  -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 .new-tui {
  transition: 400ms ease-in-out;
  -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 .new-tui .overh {
  border-radius: 1.25rem;
}
.index-new .new-tui .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-new .new-tui:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}

 
.index-new .new-tui:hover .new-div .title ,.index-new .new-tui:hover .new-div .new-miao a,.index-new .new-tui:hover .new-div .tian-div .p1{
  color: #f95000;
}
.index-new .new-tui:hover .new-div .title a {
  color: #f95000;
}
.footer {
  background: #fff;
  border-top: 1px solid #CDCDCD;
}
.footer .feng {
  padding-top: 1.25rem;
}
.footer .bshare-custom.icon-medium a {
  padding-left: 0;
  width: 2rem;
  margin-right: 0.6875rem;
  height: 2rem;
  border-radius: 100%;
  text-decoration: none;
  color: #fff;
  background: #CBCBCB !important;
  opacity: 0.9;
  text-align: center;
  line-height: 2rem !important;
}
.footer .bshare-custom.icon-medium a:hover {
  text-decoration: none;
  background: #f95000 !important;
}
.footer .bshare-custom.icon-medium a:hover i {
  color: #fff;
}
.footer .foot-top {
  padding: 6.1875rem 0 6.5625rem;
}
.footer .foot-top .p1 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: #525050;
}
.footer .foot-top .foot-ul li {
  margin-right: 4.3%;
  float: left;
}
.footer .foot-top .foot-ul li:last-child {
  margin-right: 0;
}
.footer .foot-top .foot-a {
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #717171;
  line-height: 1.5;
  margin-top: 0.5rem;
}
.footer .foot-top .foot-a a {
  color: #717171;
  display: block;
  line-height: 1.5;
}
.footer .foot-top .foot-a a:hover {
  color: #e70012;
}
.footer .foot-top .p2 {
  font-size: 1.75rem;
  letter-spacing: 1px;
  color: #e70012;
}
.footer .foot-bot {
  padding: 0.875rem 0;
  font-size: 0.9375rem;
  background: #e70012;
}
.footer .foot-bot .le {
  width: 70%;
  color: #fff;
}
.footer .foot-bot .re {
  color: #fff;
}
.footer .foot-bot .re span {
  color: rgba(255, 255, 255, 0.2);
  font-weight: lighter;
}
.footer .foot-bot .re a {
  color: #fff;
  display: inline-block;
  margin-left: 0.3125rem;
}
.footer .foot-bot .re a:hover {
  color: #ffffff;
}
.footer .foot-bot .re span {
  display: inline-block;
  margin-left: 0.3125rem;
}
.feng .bshare-custom.icon-medium a {
  display: inline-block;
  background: #CBCBCB;
  color: #FFFFFF;
  line-height: auto;
}
.section-bottom {
  justify-content: flex-end;
}
.fp-is-overflow > .fp-overflow {
  overflow: hidden;
}
.xiala {
  right: -0.75rem;
  bottom: 5.8125rem;
  color: #FFFFFF;
  z-index: 2;
  font-weight: 400;
  font-size: 0.75rem;
  transform: rotate(90deg);
  text-transform: uppercase;
  animation: mymove 5s infinite;
  -webkit-animation: mymove 5s infinite;
}
.xiala a {
  color: #FFFFFF;
  display: inline-block;
}
.xiala span {
  width: 3.125rem;
  height: 1px;
  display: inline-block;
  background: #fff;
  position: relative;
  top: -0.3125rem;
}
@keyframes mymove {
  0% {
    bottom: 10%;
  }
  50% {
    bottom: 12%;
  }
  100% {
    bottom: 10%;
  }
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  position: relative;
}
#fp-nav ul li a span::before,
.fp-slidesNav ul li a span::before {
  content: '';
  position: absolute;
  height: 1px;
  background: #CBCBCB;
  right: -3.125rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 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 */
}
#fp-nav ul li a span::after,
.fp-slidesNav ul li a span::after {
  content: '';
  position: absolute;
  background: #ffffff;
  width: 0.5rem;
  height: 0.5rem;
  left: -0.5rem;
  border-radius: 100%;
  border: 1px solid #CBCBCB;
  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%);
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  width: 0.5rem;
  height: 0.5rem;
  margin: -2px 0 0 -2px;
}
#fp-nav ul li a.active span::before,
.fp-slidesNav ul li a.active span::before,
#fp-nav ul li:hover a.active span::before,
.fp-slidesNav ul li:hover a.active span::before {
  width: 3.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 */
}
#fp-nav ul li a.active span::after,
.fp-slidesNav ul li a.active span::after,
#fp-nav ul li:hover a.active span::after,
.fp-slidesNav ul li:hover a.active span::after {
  background: #CBCBCB;
}
.fp-sr-only {
  display: none;
}
.lunbo {
  overflow: hidden !important;
}
.lunbo .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  position: relative;
}
.lunbo .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background: #00000031;
}
.lunbo span {
  color: #fff;
  font-size: 1rem;
}
.lunbo span:nth-child(1) {
  display: block;
  text-align: left;
}
.lunbo .xian-spa {
  display: inline-block;
  width: 6rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}
.lunbo .bg-spa {
  width: 0;
  height: 2px;
  display: inline-block;
  background: #ffffff;
  position: absolute;
  left: 0;
  transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 1s ease-in-out;
  /* Safari and Chrome */
  -o-transition: 1s ease-in-out;
  bottom: 6px;
}
.lunbo .swiper-pagination-bullet-active .bg-spa {
  width: 6rem;
  transition: 5s ease-in-out;
  -moz-transition: 5s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 5s ease-in-out;
  /* Safari and Chrome */
  -o-transition: 5s ease-in-out;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.index-body {
  overflow: hidden !important;
}
.foot-logo img {
  width: 11.1875rem;
}
.white {
  color: #FFFFFF;
}
.head-en {
  
  font-size:2.8rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
.ban{padding-bottom: 5rem;}
.ban .ban-wz {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.ban .ban-wz .head-cn {
  font-size: 2.5rem;
}
.ban .ban-wz .head-cn::after {
  display: none;
}
.ban .ban-er {
  left: 0;
  width: 100%;
  bottom: 0;
  line-height: 5rem;
  height: 5rem;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}
.ban .ban-er .two-ul {
  width: 75%;
}
.ban .ban-er .two-ul li {
  display: inline-block;
  font-weight: 400;
  font-size: 1.25rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ban .ban-er .two-ul li a {
  color: #2B2B2B;
  padding: 0 3rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  display: inline-block;
}
.ban .ban-er .two-ul li::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  background: #f95000;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.ban .ban-er .two-ul li::after {
  background: #f95000;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.ban .ban-er .two-ul li:hover a,
.ban .ban-er .two-ul li.active a {
  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 */
}
.ban .ban-er .two-ul li:hover::before,
.ban .ban-er .two-ul li.active::before {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.ban .ban-er .two-ul li:hover::after,
.ban .ban-er .two-ul li.active::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.ban .ban-er .wz-div {
  font-size: 1rem;
  color: #717171;
}
.ban .ban-er .wz-div span:last-child {
  display: none;
}
.ban .ban-er .wz-div a {
  color: #717171;
}
.ban .ban-er .wz-div a:hover {
  color: #f95000;
}
.zt {
  font-size: 1rem;
  line-height: 1.7;
}
.border {
  border-bottom: 1px solid #BEBEBE;
}
.hover {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hover::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  background: #04A0F2;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.hover::after {
  background: #f95000;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.hover:hover a,
.hover.active a {
  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 */
}
.hover:hover::before,
.hover.active::before {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.hover:hover::after,
.hover.active::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.color-bg {
  background: #fcfcfc;
  padding: 3.75rem 0;
}
.wz {
  font-size: 1.125rem;
  line-height: 1.7;
}
.speech .speech-box {
  margin-top: 3.5625rem;
  color: #717171;
  border-radius: 1.25rem;
  background: #fff;
  font-size: 1.125rem;
  line-height: 1.7;
  padding: 2.8125rem 2.5rem;
}
.speech .speech-box .speech-img {
  width: 38%;
}
.speech .speech-box .speech-img img {
  border-radius: 1.25rem;
}
.speech .speech-box .speech-wz {
  width: 59%;
}
.speech .speech-box .speech-wz > div {
  text-indent: 1.875rem;
  margin-bottom: 0.5rem;
}
.head-ta::after {
  left: 0%;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.bor {
  border-radius: 1.25rem;
}
.about-jian {
  margin-top: 3.75rem;
}
.about-jian {
  padding: 3.75rem 0;
  position: relative;
}
.about-jian::after {
  content: '';
  position: absolute;
  background: #FFFFFF;
  left: 0;
  height: 100%;
  width: 54%;
  top: 0;
  bottom: 0;
  border-radius: 0.625rem;
}
.about-jian .left {
  width: 39%;
}
.about-jian .left .head-miao {
  font-size: 1.125rem;
}
.about-jian .left .head-miao > div {
  text-indent: 1.875rem;
}
.about-jian .right {
  width: 51%;
}
.about-jian .right .bg-div {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
  z-index: -1;
}
.development-bot {
  padding: 7rem 0 0;
  position: relative;
}
.development-bot::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #CBCBCB;
  bottom: 0;
}
.development-bot .history-lunbo {
  margin-top: 4.8125rem;
  position: relative;
}
.development-bot .history-lunbo .swiper-button-prev,
.development-bot .history-lunbo .swiper-button-next {
  width: 3.75rem;
  top: 30%;
  text-align: center;
  height: 3.75rem;
  line-height: 3.75rem;
  border: 1px solid #ccc;
  border-radius: 100%;
  background: transparent;
}
.development-bot .history-lunbo .swiper-button-prev i,
.development-bot .history-lunbo .swiper-button-next i {
  font-size: 1.25rem;
}
.development-bot .history-lunbo .gallery-top {
  width: 71%;
  margin: 0 auto;
}
.development-bot .history-lunbo .gallery-top .swiper-slide {
  background: #04A0F2;
  padding: 3rem 0;
  position: relative;
}
.development-bot .history-lunbo .gallery-top .swiper-slide .history-img {
  width: 27%;
}
.development-bot .history-lunbo .gallery-top .swiper-slide .history-img img {
  border-radius: 1.25rem;
}
.development-bot .history-lunbo .gallery-top .swiper-slide .nian {
  font-weight: 700;
  font-size: 3.75rem;
  color: #fff;
  line-height: 1;
  padding: 2rem 0;
  text-align: center;
  border-right: 1px solid #ddd;
}
.development-bot .history-lunbo .gallery-top .swiper-slide .deve-div {
  width: 70%;
  padding: 0 2rem;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.development-bot .history-lunbo .gallery-top .swiper-slide .deve-div .neri-d {
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.7;
  /* or 164% */
  text-transform: uppercase;
  color: #fff;
}
.development-bot .history-lunbo .gallery-thumbs {
  margin-top: 7rem;
}
.development-bot .history-lunbo .history-bot .swiper-slide.swiper-slide-thumb-active .p1 {
  color: #04A0F2;
}
.development-bot .history-lunbo .history-bot::after {
  position: absolute;
  content: '';
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1.5rem;
  background: url(../images/xian.svg);
  background-size: 100% 100%;
}
.development-bot .history-lunbo .history-bot .p1 {
  font-weight: 700;
  font-size: 1.375rem;
  padding-bottom: 2.25rem;
  text-align: center;
  color: #999999;
}
.culture {
  margin-top: 4rem;
}
.culture .culture-bot-lunbo {
  position: absolute;
  width: 100%;
  z-index: 2;
  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%);
}
.culture .culture-box {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.9);
  padding: 7.5rem;
  border-radius: 1.25rem;
}
.culture .culture-box .le {
  width: 28%;
  padding-top: 5rem;
}
.culture .culture-box .gallery-thumbs {
  height: 16.5625rem;
}
.culture .culture-box .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  opacity: 1;
  margin: 0.625rem 0;
}
.culture .culture-box .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #04A0F2;
}
.culture .culture-box .re {
  width: 72%;
  padding: 0 5rem;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}
.culture .culture-box .re .swiper-slide {
  color: #fff;
  padding: 5rem 0;
}
.culture .culture-box .re .swiper-slide .p1 {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: underline;
}
.culture .culture-box .re .swiper-slide .p2 {
  margin-top: 0.5rem;
  font-size: 1.7rem;
  font-weight: bold;
  width: 95%;
}
.honours .honours-div {
  margin-top: 0.5rem;
}

.honours .honours-div:hover {
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}

.honours .honours-div img {
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.honours .honours-div:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.honours .honours-div .overh {
  padding: 1.875rem 3.75rem;
  background: #fff;
  border-radius: 1.875rem;
}
.honours .honours-div .overh img {
  width: 100%;
}
.honours .honours-div .honours-title {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #363636;
  margin-top: 0.625rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.newss .new-list {
  margin-top: 2.5rem;
}
.newss .new-tui {
  margin-bottom: 2.5rem;
  background: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}

.newss .new-div:before{content: '';position: absolute; top: 0; left: 0; width: 100%; height: 100%;   border-radius: 0.25rem;opacity: 0; overflow: hidden;visibility: hidden; transform: scale(0, 1); transition: all .5s; z-index: 1;
  background: #cedce7;
  background: -webkit-linear-gradient(45deg,  #fbb401 0%,#f84e00 100%);
  background: -o-linear-gradient(45deg,  #fbb401 0%,#f84e00 100%);
  background: linear-gradient(45deg,  #fbb401 0%,#f84e00 100%);}
 
.newss .new-tui:hover {
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}

.newss .new-tui:hover .new-div:before{opacity: 1; visibility: visible; transform: none; }


.newss .new-tui .new-div {
  padding: 1.3125rem 2.0625rem 1.875rem;    overflow: hidden;
}
.newss .title {
  font-weight: 700;
  font-size: 1.2rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
    z-index: 999;

}
 
.newss .title a {
  color: #363636;
}
.newss .new-miao {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0.9375rem 0;
  margin-top: 0.625rem;
  color: #717171;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  position: relative;
  z-index: 999;
}
.newss .tian-div {
  position: relative;
  z-index: 999;
}
.newss .tian-div .day {
  font-size: 3rem;
  
  line-height: 1;
  color: #717171;
}
.newss .tian-div .p1 {
  color: #717171;
  font-size: 1rem;
  line-height: 1.7;
}
.newss .tian-div .new-type {
  width: 4.9375rem;
  height: 1.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/xian2.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.875rem;
  color: #717171;
  text-align: center;
  line-height: 1.5rem;
}
.ju-box {
  display: table;
  height: 100%;
}
.ju-box > div {
  display: table-cell;
  vertical-align: middle;
}
.new-tui-lunbo .swiper-slide {
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
}
.new-tui-lunbo .swiper-slide .tian-div {
  margin-bottom: 1.25rem;
}
.new-tui-lunbo .swiper-slide .new-div .overh {
  width: 50%;
}
.new-tui-lunbo .swiper-slide .new-div .overh img {
  height: 29rem;
  object-fit: cover;
}
.new-tui-lunbo .swiper-slide .new-div .fr {
  width: 50%;
  height: 29rem;
  padding: 1rem 3.75rem;
}
.color-page {
  padding-bottom: 3rem;
  position: relative;
}
.color-page .swiper-pagination {
  width: 100%;
  bottom: 0;
}
.color-page .swiper-pagination .swiper-pagination-bullet {
  width: 1.8125rem;
  height: 0.375rem;
  background: #D9D9D9;
  margin: 0 0.625rem;
  border-radius: 3px;
  opacity: 1;
}
.color-page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #04A0F2;
}
.new-xqq .feng {
  margin-left: 2rem;
}
.new-xqq .left {
  width: 65%;
}
.new-xqq .left .title {
  font-size: 1.9rem;
  line-height: 1.3;
  color: #363636;
  font-weight: bold;
}
.new-xqq .left .data-xw {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #787878;
  margin-top: 1.625rem;
  line-height: 2.5rem;
}
.new-xqq .new-xq-con {
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 500;
  color: #4d4d4d;
  padding: 1.875rem 0 3.125rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.new-xqq .new-xq-con > p {
  text-indent: 2rem;
}
.new-xqq .right {
  width: 32%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 2.25rem;
  border-radius: 1.25rem;
}
.new-xqq .right .rm-p {
  font-weight: 700;
  font-size: 1.25rem;
  color: #f95000;
}
.new-xqq .right .rm-miao {
  font-size: 1rem;
  line-height: 1.7;
  color: #717171;
  padding-bottom: 2.5rem;
  margin-top: 1rem;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 2.5rem;
}
.new-xqq .right .ren-ul li {
  border-bottom: 1px solid #E5E5E5;
  color: #363636;
  padding: 1.5rem 0;
}
.new-xqq .right .ren-ul li:last-child {
  border-bottom: none;
}
.new-xqq .right .ren-ul li .ren-data {
  color: #ACACAC;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-top: 1rem;
}
.new-xqq .right .ren-ul li .ren-title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.3125rem;
  font-weight: 400;
  font-size: 1.25rem;
}
.new-xqq .right .ren-ul li .ren-title a {
  color: #363636;
}
.new-xqq .right .ren-ul li:hover .ren-title {
  color: #f95000;
}
.new-xqq .right .ren-ul li:hover .ren-title a {
  color: #f95000;
}
.new-xqq .article-div {
  padding: 1.875rem 0;
  color: #8E8E8E;
  font-size: 1rem;
  line-height: 1.7;
}
.new-xqq .article-div > div {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.new-xqq .article-div a {
  color: #8E8E8E;
  display: inline-block;
}
.new-xqq .article-div a:hover {
  color: #f95000;
}
.new-xqq .more {
  margin-top: 2.8125rem;
}
.social-share {
  margin-left: 0.125rem;
}
.social-share .social-share-icon {
  border: 1px solid #CBCBCB !important;
  color: #fff !important;
  background: #CBCBCB;
  opacity: 0.9;
}
.biaoge {
  margin-top: 3.4375rem;
  text-align: center;
}
.biaoge .table-responsive .table {
  background: #fff;
}
.biaoge .table-responsive thead {
  background: #04A0F2;
}
.biaoge .table-responsive .table thead th {
  color: #fff;
  padding: 2rem;
  font-size: 1.375rem;
  font-weight: 400;
}
.biaoge .table-responsive .table td {
  font-size: 1.25rem;
  color: #717171;
}
.biaoge .table td,
.biaoge .table th {
  vertical-align: middle;
}
.product-center .pro-div {
  margin-bottom: 3.75rem;
}
.product-center .pro-div:nth-child(2) .table-responsive thead {
  background: #f95000;
}
.product-center .pro-div:nth-child(3) .table-responsive thead {
  background: #90A3A6;
}
.product-center .pro-div:nth-child(4) .table-responsive thead {
  background: #00508B;
}
.product-details .product-details-div {
  background: #fff;
  padding: 10.0625rem 3.9375rem;
}
.product-details .product-details-div .pro-title {
  font-weight: 700;
  font-size: 2rem;
  color: #000000;
}
.product-details .product-details-div .product-details-ul {
  font-weight: 400;
  margin-top: 1.5rem;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #717171;
  line-height: 1.7;
}
.product-details .product-details-div .product-details-ul li {
  padding: 0.625rem 0;
  border-bottom: 1px solid #E6E6E6;
}
.product-details .product-details-div .product-details-ul li span {
  width: 6.125rem;
  display: inline-block;
}
.technology .technology-lunbo {
  margin-top: 2.375rem;
}
.technology .technology-lunbo .swiper-slide {
  background: #fff;
  border-radius: 1.25rem;
}
.technology .technology-lunbo .swiper-slide .overh {
  text-align: center;
  padding: 3.125rem 2.375rem;
}
.technology .technology-lunbo .swiper-slide .technology-title {
  border-top: 1px solid #D3D3D3;
  text-align: center;
  font-size: 1.25rem;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 1rem;
}
.technology .rd-center {
  margin-top: 4.0625rem;
}
.technology .rd-center .left {
  width: 43%;
  background: #fff;
  border-radius: 1.25rem;
  height: 35.3125rem;
  padding: 1.125rem 2.375rem;
}
.technology .rd-center .left .title {
  font-size: 2.8125rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000000;
}
.technology .rd-center .left .address {
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.7;
  text-transform: uppercase;
  color: #000000;
}
.technology .rd-center .left .about-ul {
  margin-top: 1.5625rem;
}
.technology .rd-center .left .about-ul li {
  width: 50%;
  float: left;
}
.technology .rd-center .left .about-ul li:nth-child(1) {
  border-right: 1px solid #D4D4D4;
}
.technology .rd-center .left .about-ul li:nth-child(2) {
  padding-left: 3.125rem;
}
.technology .rd-center .left .main-functions {
  margin-top: 1.625rem;
  font-size: 1.25rem;
  line-height: 1.7;
  text-transform: uppercase;
  color: #000000;
}
.technology .rd-center .left .main-functions .p1 {
  border-bottom: 1px solid #D4D4D4;
  padding: 0.3125rem 0;
}
.technology .rd-center .left .main-functions .p1:last-child {
  border: none;
}
.technology .rd-center .re {
  width: 55%;
  border-radius: 1.25rem;
  overflow: hidden;
}
.technology .rd-center .re .rd-center-lunbo {
  padding-bottom: 0;
}
.technology .rd-center .re .rd-center-lunbo .swiper-pagination {
  bottom: 1.875rem;
}
.technology .rd-center .re .rd-center-lunbo .swiper-slide img {
  height: 35.3125rem;
  object-fit: cover;
}
.rd-capabilities {
  background: #f5f5f5;
  padding: 3.75rem 0;
}
.rd-capabilities .rd-capabilities-wz {
  position: relative;
  margin-top: -18.75rem;
}
.rd-capabilities .rd-capabilities-wz .capabilities-box {
  background: #fff;
  border-radius: 1.25rem;
  width: 49%;
  padding: 2.5rem 4.375rem 4.375rem;
  position: relative;
}
.rd-capabilities .rd-capabilities-wz .capabilities-box .head-miao {
  font-size: 1.125rem;
}
.rd-capabilities .rd-capabilities-wz .capabilities-box:after {
  content: '';
  position: absolute;
  width: 1.0625rem;
  height: 15.9375rem;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #04A0F2;
}
.rd-capabilities .fengxi .tile {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #000000;
}
.biaoge1 {
  margin-top: 2.125rem;
  text-align: center;
}
.biaoge1 .table thead th {
  vertical-align: middle;
  background: #f95000;
  color: #fff;
  font-weight: 400;
  font-size: 1.375rem;
  padding: 1.4rem;
}
.biaoge1 .table td {
  vertical-align: middle;
  background: #fff;
  padding: 1.4rem;
  font-size: 1.25rem;
  color: #717171;
  text-transform: uppercase;
}
.rd-cooperation-lunbo {
  margin-top: 3.625rem;
}
.rd-cooperation-lunbo .swiper-slide {
  background: #fff;
  border-radius: 1.25rem;
  text-align: center;
  padding: 3rem 1.5rem;
}
.rd-cooperation-lunbo .swiper-slide img {
  height: 6.875rem;
  object-fit: cover;
}
.ehs-title {
  font-weight: 400;
  font-size: 2.5rem;
  color: #363636;
}
.head-hd2 {
  font-size: 1.25rem;
  text-align: justify;
  margin-top: 1.625rem;
  text-transform: uppercase;
  color: #717171;
}
.management .management-div .overh img {
  height: 38.6875rem;
  object-fit: cover;
  border-radius: 1.25rem;
}
.management .management-ul {
  margin-top: 1.0625rem;
}
.management .management-ul li {
  width: 48%;
  float: left;
  background: #fff;
  margin-top: 1.875rem;
  border-radius: 1.25rem;
  color: #717171;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  padding: 3.4375rem 1.875rem;
  position: relative;
}
.management .management-ul li:nth-child(2n) {
  float: right;
}
.management .management-ul li::after {
  content: '';
  position: absolute;
  width: 0.5625rem;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 4.125rem;
  background: #04A0F2;
}
.management .security-policy {
  margin-top: 2.625rem;
  background: url(../images/42.jpg) no-repeat;
  padding: 7.375rem 4.375rem;
  background-size: cover;
  border-radius: 1.25rem;
}
.management .security-policy .policy-box {
  width: 54%;
  background: #fff;
  padding: 2.5rem 4.0625rem;
  border-radius: 1.25rem;
}
.management .security-policy .policy-box .head-hd2 {
  margin-top: 0.5rem;
}
.assurance {
  padding: 2rem 0 14rem;
}
.assurance .assurance-ul li {
  margin-top: 3.75rem;
  width: 35%;
  background: #fff;
  height: 11.625rem;
  padding: 1.1875rem 1.25rem;
  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 */
  float: left;
}
.assurance .assurance-ul li:hover {
  background: #f95000;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.assurance .assurance-ul li:hover .div1 {
  color: #fff;
}
.assurance .assurance-ul li .p1 {
  color: #D5DFF3;
  font-weight: 700;
  font-size: 1.5rem;
}
.assurance .assurance-ul li .div1 {
  font-size: 1.75rem;
  margin-top: 0.9375rem;
  text-align: center;
  color: #717171;
}
.assurance .assurance-ul li:nth-child(2n) {
  float: right;
}
.assurance .assurance-ul li:nth-child(2n) .p1 {
  text-align: right;
}
.assurance .yaunas {
  width: 43rem;
  height: 43rem;
  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%);
  background: #F5F5F5;
  border-radius: 100%;
}
.assurance .yans2 {
  width: 33.75rem;
  height: 33.75rem;
  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%);
  display: table;
  text-align: center;
  border: 1.875rem solid #04A0F2;
  border-radius: 100%;
}
.assurance .yans2 > div {
  display: table-cell;
  vertical-align: middle;
}
.assurance .yans2 > div {
  padding: 0 3.5rem;
}
.assurance .yans2 > div .head-hd2 {
  text-align: center;
  margin-top: 0.5rem;
}
.box-cen {
  display: table;
}
.box-cen > div {
  display: table-cell;
  vertical-align: middle;
}
.jion-center .concept-lunbo {
  margin-top: 3.125rem;
  position: relative;
}
.jion-center .concept-lunbo .gallery-top .swiper-slide > img {
  height: 37.5rem;
  object-fit: cover;
  border-radius: 1.25rem;
}
.jion-center .concept-lunbo .gallery-top .swiper-slide .concept-div {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5.625rem;
  color: #fff;
}
.jion-center .concept-lunbo .gallery-top .swiper-slide .concept-div .concept-bt {
  font-weight: 500;
  font-size: 2.25rem;
}
.jion-center .concept-lunbo .gallery-top .swiper-slide .concept-div .neri-d {
  font-weight: 400;
  font-size: 1.375rem;
  margin-top: 1rem;
  width: 57%;
}
.jion-center .concept-lunbo .concept-bot {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 2.375rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
}
.jion-center .concept-lunbo .concept-bot::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  top: 15%;
  z-index: 1;
}
.jion-center .concept-lunbo .concept-bot .gallery-thumbs {
  z-index: 2;
}
.jion-center .concept-lunbo .concept-bot .gallery-thumbs .swiper-slide {
  text-align: center;
  cursor: pointer;
}
.jion-center .concept-lunbo .concept-bot .gallery-thumbs .swiper-slide .circle {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  border: 0.125rem solid transparent;
}
.jion-center .concept-lunbo .concept-bot .gallery-thumbs .swiper-slide .p1 {
  margin-top: 1.1875rem;
}
.jion-center .concept-lunbo .concept-bot .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .circle {
  background: #f95000;
  border: 0.125rem solid #fff;
}
.concept-hd2 {
  color: #717171;
  font-weight: 400;
  font-size: 1.75rem;
  margin-top: 4.5625rem;
  line-height: 1.7;
}
.comprehensive {
  margin-top: 5.75rem;
}
.comprehensive .comprehensive-lunbo {
  margin-top: 2.75rem;
  background: #fff;
  padding: 3rem 0;
}
.comprehensive .comprehensive-lunbo .swiper-slide {
  text-align: center;
  padding: 1.25rem;
}
.comprehensive .comprehensive-lunbo .swiper-slide .p1 {
  font-weight: 700;
  font-size: 1.75rem;
  color: #363636;
  margin-top: 1.25rem;
}
.comprehensive .comprehensive-lunbo .swiper-slide .div1 {
  color: #363636;
  margin-top: 0.625rem;
  line-height: 1.7;
  font-size: 1.25rem;
}
.keylab-life-lunbo {
  padding-bottom: 0;
}
.keylab-life-lunbo .swiper-pagination {
  bottom: 4%;
}
.keylab-life-lunbo .life-wz {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 8.4375rem;
  color: #FFFFFF;
}
.keylab-life-lunbo .life-wz span {
  font-weight: 700;
}
.job {
  margin-top: 5.625rem;
}
.job .job-con .le {
  width: 15%;
}
.job .job-con .le .job-ul li {
  cursor: pointer;
  border: 1px solid #C8C8C8;
  border-radius: 0.625rem;
  margin-top: 1.25rem;
  display: inline-block;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 1.625rem;
  font-weight: 500;
  font-size: 1rem;
  color: #717171;
  position: relative;
  overflow: hidden;
}
.job .job-con .le .job-ul li i {
  font-size: 1rem;
  display: inline-block;
  margin-left: 1.875rem;
}
.job .job-con .le .job-ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #37474f;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.job .job-con .le .job-ul li:hover,
.job .job-con .le .job-ul li.active {
  color: #fff;
}
.job .job-con .le .job-ul li:hover::before,
.job .job-con .le .job-ul li.active::before {
  opacity: 1;
  background-color: #f95000;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.job .job-con .re {
  width: 80%;
}
.list_recruitment form select {
  width: 100%;
  height: 3.125rem;
  line-height: 3.125rem;
  border: 1px solid #D9D9D9;
  border-radius: 1.875rem;
  padding: 0 1.875rem;
  font-size: 1rem;
  color: #767373;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../images/29.png") no-repeat;
  background-size: 1.3125rem 1.3125rem;
  background-position-x: 95%;
  background-position-y: center;
}
.list_recruitment form input {
  width: 100%;
  line-height: 3.125rem;
  padding: 0 1.875rem;
  font-size: 1rem;
  border: 1px solid #D9D9D9;
  color: #767373;
  border-radius: 1.875rem;
  background: transparent;
}
.list_recruitment form button {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 1.875rem;
  border: none;
  background: transparent;
}
.list_recruitment form button .iconfont {
  font-size: 1.375rem;
  color: #f95000;
}
.list_recruitment ul.ul li {
  margin-bottom: 1.875rem;
  cursor: pointer;
}
.list_recruitment ul.ul li > div {
  padding: 2.8125rem 2.8rem 3.75rem;
  border: 1px solid #EDEDED;
  border-radius: 1.875rem;
}
.list_recruitment ul.ul li .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #f95000;
}
.list_recruitment ul.ul li .text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #848383;
  padding-top: 1.4375rem;
  margin-top: 1.5625rem;
  border-top: 1px solid #D9D9D9;
  position: relative;
}
.list_recruitment ul.ul li .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #00B5D9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_recruitment ul.ul li:hover .text::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_recruitment ul.ul li:hover > div {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_recruitment ul.ul li:hover > div .name {
  color: #00B5D9;
}
.list_recruitment {
  margin-top: 0.625rem;
}
.drecruitment-bot .job-div {
  margin-top: 1.75rem;
  background: #fff;
  padding: 2.375rem 3rem;
  border-radius: 1.25rem;
}
.drecruitment-bot .job-div .p1 {
  color: #363636;
  font-weight: 500;
  font-size: 1.5rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.drecruitment-bot .job-div .address {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #717171;
  margin-top: 0.625rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.drecruitment-bot .job-div .rq-div {
  margin-top: 4.4375rem;
  color: #AFAFAF;
  font-size: 1.125rem;
  line-height: 1.7;
}
.join_popup .modal-header {
  border: none;
}
.join_popup .head-cn {
  font-size: 1.8125rem;
  line-height: 2.0625rem;
}
.join_popup .modal-content {
  border: none;
  border-radius: 1.25rem;
}
.join_popup .modal-body {
  font-size: 1rem;
  line-height: 1.7;
  color: #717171;
  overflow-x: hidden;
  /*里面的代码可以根据自己需求去进行更改*/
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.join_popup .modal-body::-webkit-scrollbar {
  width: 2px;
}
.join_popup .modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.join_popup .modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.join_popup .modal-body::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.15);
}
.join_popup .modal-dialog {
  max-width: 41%;
}
.join_popup .modal-header .close {
  position: absolute;
  right: -3%;
  top: 0;
}
.join_popup .modal-header .close i {
  font-size: 1.25rem;
}
.join_popup .modal-content {
  padding: 2.5rem;
}
.join_popup .modal-content .text > div {
  color: #f95000;
  font-weight: bold;
}
.contact-us-top .ccontact-lx {
  margin-top: 3.125rem;
}
.contact-us-top .ccontact-lx .box-div {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2.375rem 1.875rem;
}
.contact-us-top .ccontact-lx .box-div .p1 {
  color: #000000;
  font-size: 1.375rem;
}
.contact-us-top .ccontact-lx .box-div .lxwm-ul {
  margin-top: 1rem;
}
.contact-us-top .ccontact-lx .box-div .lxwm-ul li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.7;
  color: #717171;
}
.contact-us-top .ccontact-lx .box-div .lxwm-ul li i {
  position: absolute;
  left: 0;
  color: #f95000;
  font-size: 1.25rem;
  top: 0;
}
.contact-us-bot {
  margin-top: 3.875rem;
}
.contact-message {
  margin-top: 2rem;
}
.contact-message .input-div {
  margin-bottom: 1.875rem;
}
.contact-message .input-div input {
  width: 100%;
  height: 3.75rem;
  background: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 0.625rem;
  padding-left: 1rem;
  color: #666666;
  font-size: 1rem;
}
.contact-message textarea {
  width: 100%;
  background: #fff;
  border-radius: 0.625rem;
  border: 1px solid #DCDCDC;
  padding: 0.9375rem;
  height: 8.9375rem;
  color: #666666;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.tijiao {
  z-index: 1;
  border: 1px solid #f95000;
  border-radius: 0.625rem;
  display: inline-block;
  background: #f95000;
  height: 3.125rem;
  padding: 0 3.625rem;
  line-height: 3.125rem;
  font-size: 1rem;
  overflow: hidden;
  position: relative;
  color: #FFFFFF;
}
.tijiao::before {
  content: '';
  position: absolute;
  left: 0%;
  width: 0%;
  height: 100%;
  background: #df4701;
  z-index: -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 */
}
.tijiao:hover {
  border: 1px solid #df4701;
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.tijiao:hover::before {
  left: 0;
  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-pro-ul li {
  width: 20%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  float: left;
  position: relative;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.index-pro-ul li:last-child {
  border-right: none;
}
.index-pro-ul li .hover-box {
  position: absolute;
  top: 0;
  width: 100%;
  color: #fff;
  left: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  min-width: 25rem;
  padding: 0 2rem;
}
.index-pro-ul li .hover-box .head-cn {
  font-size: 1.5rem;
}
.index-pro-ul li .hover-box .box-p {
  width: 100%;
}
.index-pro-ul li .hover-box .pro-wz {
  text-align: center;
}
.index-pro-ul li .hover-box .overh {
  background: #fff;
  padding: 0.5rem;
  border-radius: 0.3125rem;
}
.index-pro-ul li .hover-box .box-p {
  margin: 2rem 0;
}
.index-pro-ul li .hover-box .bt-pro-div {
  margin-top: 1rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: center;
  color: #fff;
  font-size: 1rem;
}
.index-pro-ul li .hover-box .bt-pro-div a {
  color: #fff;
}
.index-pro-ul li .hover-box .more {
  margin-top: 2rem;
}
.index-pro-ul li .hover-box .more a {
  border: 1px solid #fff;
  color: #fff;
  padding: 0 2rem;
  height: 3rem;
  line-height: 3rem;
}
.index-pro-ul li .pro-divs {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-pro-ul li.active {
  width: 40%;
}
.index-pro-ul li.active .pro-divs {
  transition: 400ms ease-in-out;
  -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: 0;
}
.index-pro-ul li.active .hover-box {
  min-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 */
  left: 0;
}
.index-pro-ul li.active1 {
  width: 15%;
}
.con-div-er {
  width: 112%;
  left: -0.5rem;
  margin-top: 0.25rem;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  background: #fff;
  padding: 0rem 0rem;
  left: -0.5rem;
  /* border: 1px solid #e8e8e8; */
  /* border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem; */
}
.con-div-er .le {
  width: 100%;
  height: 100%;
  /* min-height: 10.625rem; */
  display: table;
  background: #fbb401;
}
.con-div-er .le .er-ul1 {
  display: table-cell;
  vertical-align: middle;
}
.con-div-er .le .er-ul1 {
  overflow: hidden;
}
.con-div-er .le .er-ul1 li {
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
  display: block;
  padding: 0.625rem 0;
  color: #4E4D4D;
  position: relative;
  border-bottom: 1px solid #DAD7D7;
}
.con-div-er .le .er-ul1 li a {
  color: #ffffff;
  display: block;
}
.con-div-er .le .er-ul1 li:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #a50a0a;
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  left: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}
.con-div-er .le .er-ul1 li:hover a {
  color: #a50a0a;
}
.con-div-er .le .er-ul1 li:hover:after {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}
.con-div-er .le .er-ul1 li:last-child {
  border: none;
}
.con-div-er .re {
  width: 60%;
}
.con-div-er .re img {
  height: 13.625rem;
  width: 100%;
  border-radius: 1.25rem;
  object-fit: cover;
}
#header .na-ul > li:hover .con-div-er {
  transform: scaleY(1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-tui 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-tui:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}

.newss .new-tui:hover .new-div .title ,.newss .new-tui:hover .new-div .new-miao a,.newss .new-tui:hover .new-div .tian-div .p1{
  color: #ffffff;
}
.newss .new-tui:hover .new-div .title a {
  color: #ffffff;
}
.biaoge .table-responsive .table td:nth-child(1) img {
  height: 5.3125rem;
  object-fit: cover;
}
.management-div {
  margin-top: 3rem;
}
.rightfix1 {
  display: none;
}
.biaoge .table-responsive .table tr {
  cursor: pointer;
}
.biaoge .table-responsive .table tr:hover td a {
  color: #f95000;
}
.comprehensive .comprehensive-lunbo .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 */
  cursor: pointer;
}
.comprehensive .comprehensive-lunbo .swiper-slide img:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: rotateY(-180deg);
}
.drecruitment-bot .job-div:hover .p1 {
  color: #f95000;
}
.drecruitment-bot .job-div {
  cursor: pointer;
}
.honours {
  /* height: 47rem; */
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  overflow: hidden;
}
.honours.active {
  height: auto;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.page-con {
  padding-top: 8rem;
}
.map-ul > li {
  padding: 2rem 0;
  border-bottom: 1px solid #e4e4e4;
}
.map-ul > li > a {
  font-size: 1.25rem;
  font-weight: bold;
  color: #f95000;
}
.map-ul > li .er-ul1 {
  width: 100%;
  margin-top: 1rem;
}
.map-ul > li .er-ul1 li {
  line-height: 2;
  font-size: 1.1rem;
  float: left;
  width: 20%;
}
.map-ul > li .er-ul1 li a:hover {
  color: #04A0F2;
}
.pagination {
  justify-content: center;
  margin-top: 2rem;
}
.pagination li {
  width: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  border: 1px solid #ddd;
  margin: 0 0.125rem;
  height: 2.5rem;
}
.pagination li.active {
  border-color: #f95000;
  color: #fff;
  background: #f95000;
}
.pagination li.active span {
  color: #fff;
}
.pagination li a {
  display: block;
}
.head-m {
  color: #FFFFFF;
  font-size: 1rem;
}
.head-m:hover {
  text-decoration: underline;
}
.yuan-yas {
  right: 5rem;
  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-con > div {
  display: none;
}
.addres-ul {
  margin-bottom: 1rem;
}
.addres-ul li {
  float: left;
  cursor: pointer;
  font-weight: bold;
  padding: 0.5rem 0;
  margin-right: 2rem;
  font-size: 1.2rem;
  border-bottom: 1px solid transparent;
}
.addres-ul li.active {
  border-bottom: 1px solid #f95000;
  color: #f95000;
}
.culture .culture-bot-lunbo {
  top: 100%;
  opacity: 0;
  transition: 1s;
  transition-delay: 0.5s;
}
.culture .swiper-slide img {
  padding: 1.4rem 13.55%;
  position: sticky;
  transition: 0.5s;
}
.culture.on .culture-bot-lunbo {
  top: 50%;
  opacity: 1;
}
.culture.on .swiper-slide img {
  padding: 0;
}
.rd-capabilities .rd-capabilities-wz {
  opacity: 0;
  margin-top: 0;
  transition: 1s;
  transition-delay: 0.5s;
}
.rd-capabilities img {
  padding: 1.4rem 13.55%;
  position: sticky;
  transition: 0.5s;
}
.rd-capabilities.on img {
  padding: 0;
}
.rd-capabilities.on .rd-capabilities-wz {
  opacity: 1;
  margin-top: -18.75rem;
}
.keylab-life-lunbo img {
  padding: 1.4rem 13.55%;
  position: sticky;
  transition: 0.5s;
}
.keylab-life-lunbo .life-wz {
  top: 100%;
  transition: 1.5s;
  opacity: 0;
  transition-delay: 0.5s;
}
.keylab-life-lunbo.on img {
  padding: 0;
}
.keylab-life-lunbo.on .life-wz {
  top: 50%;
  opacity: 1;
}
.new-tui-lunbo .swiper-slide .new-div:hover .title a {
  color: #f95000;
}
.new-tui-lunbo .swiper-slide .new-div:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.footer .foot-top .foot-a .feng a {
  display: inline-block !important;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 10rem;
  }
}
@media (max-width: 1440px) {
  .join_popup .modal-dialog {
    max-width: 70%;
  }
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 5rem;
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  .join_popup .modal-dialog {
    max-width: 90%;
  }
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
  .join_popup .modal-dialog {
    max-width: 100%;
  }
}
@media (max-width: 1600px) {
  .comprehensive .comprehensive-lunbo .swiper-slide .p1 {
    font-size: 1.4rem;
  }
}
@media (max-width: 1440px) {
  .drecruitment-bot .job-div .p1 {
    font-size: 1.3rem;
  }
  .keylab-life-lunbo .life-wz {
    font-size: 1.5rem;
  }
  .technology .rd-center .left {
    padding: 2rem;
  }
  .technology .rd-center .left .title {
    font-size: 2rem;
  }
  .about-ul li .p1 span {
    font-size: 3rem;
  }
  .lunbo .lunbo-wenzi .div1 {
    font-size: 3rem;
  }
  .lunbo .lunbo-wenzi .div2 {
    font-size: 2rem;
  }
}
@media (max-width: 1366px) {
  .drecruitment-bot .job-div {
    padding: 2rem;
  }
  #header .nav-div .na-ul > li > a {
    padding: 0 1rem;
  }
  .head-en {
    font-size: 2.5rem;
  }
  .ban .ban-wz .head-cn {
    font-size: 2rem;
  }
  .footer .foot-top .foot-ul li {
    margin-right: 3.3%;
  }
  .head-cn {
    font-size: 1.8rem;
  }
  .management .management-ul li {
    font-size: 1.3rem;
  }
  .ehs-title {
    font-size: 1.7rem;
  }
  .rd-capabilities .rd-capabilities-wz .capabilities-box {
    width: 80%;
  }
  .culture .culture-box .re .swiper-slide .p2 {
    font-size: 1.2rem;
  }
}
@media (max-width: 1200px) {
  .index-pro,
  .index-about,
  .index-new,
  .index-sustainability {
    padding: 5rem 0 0 0;
  }
  .rd-capabilities .rd-capabilities-wz {
    opacity: 1;
    margin-top: -18.75rem;
  }
}
@media (max-width: 990px) {
  .rd-capabilities img {
    padding: 0;
  }
  .speech .speech-box .speech-wz {
    width: 100%;
    margin-top: 1rem;
  }
  .index-about .img-re {
    height: auto;
  }
  .index-about .left {
    width: 62%;
  }
  .about-ul {
    margin-top: 1rem;
  }
  .speech .speech-box .speech-img {
    width: 100%;
  }
  .ban .ban-er {
    display: none;
  }
  #header {
    display: none;
  }
  .job .job-con .le {
    width: 100%;
  }
  .job .job-con .re {
    width: 100%;
  }
  .job {
    margin-top: 3rem;
  }
  .comprehensive .comprehensive-lunbo .swiper-slide .div1 {
    font-size: 1rem;
  }
  .concept-hd2 {
    font-size: 1rem;
  }
  .jion-center .concept-lunbo .gallery-top .swiper-slide .concept-div .concept-bt {
    font-size: 2rem;
  }
  .jion-center .concept-lunbo .gallery-top .swiper-slide .concept-div .neri-d {
    font-size: 1.2rem;
  }
  .management .security-policy .policy-box {
    width: 100%;
    padding: 2rem;
  }
  .management .management-ul li {
    font-size: 1rem;
  }
  .assurance .yaunas {
    width: 30rem;
    height: 30rem;
  }
  .assurance .yans2 {
    width: 25rem;
    height: 25rem;
  }
  .assurance {
    padding: 2rem 0 6rem;
  }
  .management .management-ul li {
    padding: 2rem 0;
  }
  .head-hd2 {
    font-size: 1rem;
  }
  .new-xqq .left {
    width: 100%;
  }
  .new-xqq .left .title {
    font-size: 1.5rem;
  }
  .new-xqq .new-xq-con {
    font-size: 1rem;
  }
  .new-xqq .right {
    width: 100%;
  }
  .about-jian .left {
    width: 100%;
  }
  .about-jian .right {
    width: 100%;
    margin-top: 1rem;
  }
  .honours .honours-div .overh {
    padding: 1rem;
    border-radius: 0.625rem;
  }
  .culture .swiper-slide img {
    padding: 0;
  }
  .culture .culture-bot-lunbo {
    top: 50%;
    opacity: 1;
  }
  .keylab-life-lunbo img {
    padding: 0;
    height: 200px;
    object-fit: cover;
  }
  .keylab-life-lunbo .life-wz {
    top: 50%;
    opacity: 1;
  }
  .jion-center .concept-lunbo .gallery-top .swiper-slide .concept-div .neri-d {
    font-size: 1rem;
  }
  .jion-center .concept-lunbo .concept-bot .gallery-thumbs .swiper-slide .p1 {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.index-sustainability .sustainability-bot > .div3 {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .index-pro-ul li:hover,
  .index-pro-ul li.active,
  .index-pro-ul li.active1 {
    display: block;
  }
  .assurance .assurance-ul li {
    height: 7rem;
    margin-bottom: 0;
  }
  .index-innovation .innovation-box .left {
    margin-top: 2rem;
    text-align: center;
  }
  .index-innovation .innovation-img img {
    height: 300px;
  }
  .index-innovation .innovation-img img:nth-child(1) {
    display: block;
  }
  .index-innovation .head-cn::after {
    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%);
  }
  .join_popup .head-cn {
    font-size: 1.8125rem;
    line-height: 2.0625rem;
  }
  .new-xqq .left .data-xw {
    margin: 0.5rem 0;
  }
  .ban .ban-er {
    display: none;
  }
  .color-bg {
    padding: 3rem 0;
  }
  .head-en {
    font-size: 1.5rem;
  }
  .ban .ban-wz .head-cn {
    font-size: 1.4rem;
    line-height: 1;
  }
  .head-cn {
    font-size: 1.7rem;
    line-height: 1rem;
  }
  .contact-us-top .ccontact-lx .box-div .lxwm-ul li {
    font-size: 1rem;
  }
  .contact-us-top .ccontact-lx .box-div {
    padding: 2rem;
    margin-bottom: 1rem;
  }
  .contact-us-top .ccontact-lx {
    margin-top: 1rem;
  }
  .contact-us-bot {
    margin-top: 2rem;
  }
  .head-miao {
    font-size: 1rem;
  }
  .contact-message .input-div input {
    height: 2.5rem;
  }
  .contact-message .input-div {
    margin-bottom: 1rem;
  }
  .tijiao,
  .more a {
    height: 2.5rem;
    padding: 0 2rem;
    line-height: 2.5rem;
    font-size: 1rem;
  }
  .rightfix1 {
    display: none!important;
    opacity: 0;
  }
  .jion-center .concept-lunbo .gallery-top .swiper-slide .concept-div {
    left: 0;
    padding-left: 1.25rem;
    padding-right: 1rem;
    width: 100%;
  }
  .jion-center .concept-lunbo .gallery-top .swiper-slide .concept-div .neri-d {
    width: 100%;
  }
  .concept-hd2 {
    margin-top: 1rem;
  }
  .comprehensive .comprehensive-lunbo {
    padding: 1rem;
  }
  .comprehensive .comprehensive-lunbo .swiper-slide img {
    height: 2.5rem;
  }
  .comprehensive .comprehensive-lunbo .swiper-slide {
    padding: 0;
  }
  .drecruitment-bot .job-div .rq-div {
    margin-top: 1rem;
  }
  .management .management-div .overh img {
    height: 12.5rem;
  }
  .ehs-title {
    margin-top: 2rem;
  }
  .management .management-ul li {
    padding: 1rem 0;
    margin-top: 1rem;
  }
  .management .security-policy {
    padding: 2rem ;
  }
  .assurance .yaunas {
    position: relative;
    left: 0%;
    top: 0%;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .assurance .yans2 {
    width: 100%;
    height: 100%;
  }
  .assurance {
    padding: 1rem;
  }
  .assurance .assurance-ul li {
    width: 100%;
    margin: 1rem 0;
  }
  .assurance .assurance-ul li .div1 {
    font-size: 1.2rem;
  }
  .assurance .yaunas {
    display: none;
  }
  .assurance .assurance-ul li:nth-child(2n) .p1 {
    text-align: left;
  }
  .management-div {
    margin-top: 1rem;
  }
  .ban img {
    height: 18.75rem;
    object-fit: cover;
  }
  .technology .technology-lunbo .swiper-slide .overh {
    padding: 1rem;
  }
  .technology .rd-center .left {
    width: 100%;
  }
  .technology .rd-center .re {
    width: 100%;
    margin-top: 1rem;
  }
  .technology .rd-center .re .rd-center-lunbo .swiper-slide img {
    height: 18.75rem;
  }
  .rd-capabilities .rd-capabilities-wz .capabilities-box {
    width: 100%;
    padding: 1rem;
  }
  .rd-capabilities .rd-capabilities-wz {
    margin-top: 1rem;
  }
  .rd-capabilities .fengxi .tile {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .biaoge1 {
    margin-top: 1rem;
  }
  .rd-cooperation-lunbo .swiper-slide img {
    height: 2.875rem;
  }
  .rd-cooperation-lunbo .swiper-slide {
    padding: 2rem 1rem;
  }
  .rd-cooperation-lunbo {
    margin-top: 1rem;
  }
  .rd-capabilities {
    padding: 0;
  }
  .about-ul li .p1 span {
    font-size: 2rem;
  }
  .technology .rd-center .left .title,
  .product-details .product-details-div .pro-title {
    font-size: 1.5rem;
  }
  .biaoge .table-responsive .table thead th {
    padding: 1rem;
  }
  .biaoge .table-responsive .table td {
    font-size: 1rem;
  }
  .biaoge {
    margin-top: 1rem;
  }
  .product-details .product-details-div {
    padding: 2rem  1rem;
  }
  .new-tui-lunbo .swiper-slide .new-div .overh img {
    height: auto;
  }
  .new-tui-lunbo .swiper-slide .new-div .overh {
    width: 100%;
  }
  .new-tui-lunbo .swiper-slide .new-div .fr {
    width: 100%;
    height: auto;
    padding: 1rem;
  }
  .color-page {
    padding-bottom: 2rem;
  }
  .newss .new-tui {
    margin-bottom: 1rem;
  }
  .newss .new-tui .new-div {
    padding: 1rem;
  }
  .speech .speech-box {
    margin-top: 1rem;
    padding: 1rem;
  }
  .about-jian::after {
    width: 100%;
  }
  .development-bot {
    padding: 2rem 1rem ;
  }
  .development-bot .history-lunbo {
    margin-top: 1rem;
  }
  .development-bot .history-lunbo .gallery-top .swiper-slide .history-img {
    width: 100%;
  }
  .development-bot .history-lunbo .gallery-top .swiper-slide .deve-div {
    width: 100%;
  }
  .development-bot .history-lunbo .gallery-top .swiper-slide .deve-div .nian {
    font-size: 2rem;
  }
  .development-bot .history-lunbo .gallery-top .swiper-slide .deve-div .neri-d {
    font-size: 1rem;
  }
  .development-bot .history-lunbo .gallery-top {
    width: 100%;
  }
  .culture .culture-box {
    width: 100%;
    padding: 1rem;
  }
  .development-bot .history-lunbo .gallery-thumbs {
    margin-top: 1rem;
  }
  .culture-lunbo .swiper-container img {
    height: 400px;
    object-fit: cover;
  }
  .culture .culture-box .le {
    width: 100%;
    padding-top: 0;
  }
  .culture .culture-box .re {
    width: 100%;
    padding: 1rem 0;
    border-left: none;
  }
  .culture .culture-box .gallery-thumbs {
    height: 10rem;
  }
  .culture .culture-box .re .swiper-slide {
    padding: 1rem 0;
  }
  .culture .culture-box {
    padding: 3rem 1rem;
  }
  .honours .honours-div {
    margin-top: 1rem;
  }
  .lunbo .swiper-slide img {
    height: calc(30vh - 60px);
  }
  .lunbo .lunbo-wenzi .div1 {
    font-size: 2rem;
  }
  .lunbo .lunbo-wenzi .div2 {
    font-size: 1.5rem;
  }
  .index-pro-ul li {
    width: 100%;
  }
  .index-pro .pro-lunbo .pro-divs {
    padding: 2rem 1rem;
  }
  .index-pro-ul li {
    border: none;
  }
  .index-about .left {
    width: 100%;
  }
  .index-about .img-re {
    width: 100%;
    top: 0%;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    position: relative;
    margin: 1rem 0;
  }
  .index-about .left {
    height: auto;
  }
  .about-ul li {
    width: 50%;
    margin-bottom: 0.5rem;
  }
  .index-innovation .innovation-ul li {
    font-size: 1rem;
  }
  .index-innovation .innovation-ul {
    width: 80%;
  }
  .index-pro,
  .index-about,
  .index-new,
  .index-sustainability {
    padding: 3rem 0 0 0;
  }
  .index-new .index-new-box .new-div {
    margin-bottom: 1rem;
  }
  .more {
    margin-top: 1rem;
  }
  .index-pro-ul li .hover-box {
    display: none;
  }
  .index-sustainability .sustainability-bot > div {
    width: 100%;
    margin-bottom: 1rem;
  }
  .index-sustainability .sustainability-bot .div1 {
    right: 0;
    padding: 1rem;
  }
  .index-sustainability .sustainability-bot > div.active {
    width: 100%;
  }
  .index-sustainability .sustainability-bot > div.active1 {
    width: 100%;
  }
  .index-sustainability .sustainability-bot .div1 {
    position: relative;
    width: 100%;
  }
  .index-sustainability .sustainability-bot > div a > img {
    height: auto;
  }
  .rd-capabilities .rd-capabilities-wz .capabilities-box:after {
    width: 0.3125rem;
  }
  .list_recruitment .col-sm-4 {
    margin-bottom: 1rem;
  }
  .honours {
    height: 46rem;
  }
  .xiala {
    display: none;
  }
  .lunbo .xian-spa {
    width: 2rem;
  }
  .lunbo .swiper-pagination-bullet-active .bg-spa {
    width: 2rem;
  }
  .join_popup .modal-content {
    padding: 1rem;
  }
  .list_recruitment form select {
    margin-bottom: 1rem;
  }
  .index-innovation .box-innovation {
    display: none;
  }
  .index-pro .pro-lunbo .pro-divs {
    position: relative;
    padding-left: 6rem;
    text-align: left;
  }
  .index-pro .pro-lunbo .pro-divs .yaun {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    text-align: center;
  }
  .index-pro .pro-lunbo .pro-divs .proen-wz {
    text-align: left;
  }
  .index-pro .pro-lunbo {
    margin-top: 0rem;
  }
  .index-sustainability .sustainability-bot .yuan-sp {
    display: none;
  }
  .index-about .img-re .bg-div {
    left: 0;
  }
  .index-pro .pro-lunbo .pro-wz {
    margin-top: 0;
  }
  .honours {
    height: 46rem;
  }
  .development-bot .history-lunbo .gallery-top .swiper-slide .deve-div {
    position: relative;
    top: 0%;
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .development-bot .history-lunbo .gallery-top .swiper-slide .nian {
    font-size: 2.75rem;
  }
  .development-bot .history-lunbo .swiper-button-prev,
  .development-bot .history-lunbo .swiper-button-next {
    display: none;
  }
  .development-bot .history-lunbo .gallery-top {
    background: #04A0F2;
  }
  .development-bot .history-lunbo .gallery-top .swiper-slide {
    padding: 0;
  }
  .development-bot .history-lunbo .gallery-top .swiper-slide .nian {
    border: none;
    padding-bottom: 1rem;
  }
  .index-sustainability .sustainability-bot > .div3 {
    display: none;
  }
  .biaoge1 .table thead th {
    font-size: 1rem;
    padding: 0.625rem;
  }
  .biaoge1 .table td {
    font-size: 1rem;
    padding: 0.625rem;
  }
  .rd-capabilities .rd-capabilities-wz .capabilities-box {
    padding: 2rem 1rem;
  }
  .index-about .img-re img {
    height: 420px;
    object-position: center;
  }
  .index-about .img-re {
    width: 95%;
    margin: 1% auto;
  }
  .index-innovation .innovation-box .head-miao {
    display: none;
  }
  .index-innovation {
    width: 100%;
    margin: 1rem auto 0;
  }
  .index-pro .pro-lunbo .pro-divs .proen-wz {
    display: none;
  }
  .index-pro .pro-lunbo .pro-divs .yaun {
    position: relative;
    top: 0%;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  .index-pro-ul li {
    width: 50%;
  }
  .index-pro-ul li:last-child {
    width: 100%;
  }
  .index-pro .pro-lunbo .pro-divs {
    padding: 1rem;
    text-align: center;
  }
  .index-pro .pro-lunbo .pro-wz {
    margin-top: 1rem;
  }
  .lunbo .lunbo-wenzi .div1 {
    font-size: 1.5rem;
  }
  .honours {
    height: auto;
  }
}
.development-bot .history-lunbo {
  border-radius: 1.25rem;
}
.development-bot .history-lunbo .swiper-slide {
  border-radius: 1.25rem;
}
.development-bot .history-lunbo .gallery-top {
  border-radius: 1.25rem;
}
.index-sustainability .sustainability-bot .div1 .div3 {
  margin-top: 1rem;
}
.footer .foot-bot .re span:last-child {
  display: none;
}
.management-div img {
  width: 100%;
}
.index-sustainability .sustainability-bot .div1 .div3 {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.3rem;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 100%;
}
.index-sustainability .sustainability-bot .div1 .div3 i {
  color: #fff;
}
.join_popup .text {
  margin-top: 1rem;
}




 
.wrapper{
  width: 100%;
  margin: 0 auto;
  max-width: 88rem;
  padding-top: 5%;
}

.colsa{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cols{
  width: calc(25% - 2rem);
  margin: 1rem;
  cursor: pointer;
}

.containera{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

.front,
.fan{
  background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	text-align: center;
	min-height: 280px;
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 1rem;
}

.fan{
  background: #cedce7;
  background: -webkit-linear-gradient(45deg,  #fbb401 0%,#f84e00 100%);
  background: -o-linear-gradient(45deg,  #fbb401 0%,#f84e00 100%);
  background: linear-gradient(45deg,  #fbb401 0%,#f84e00 100%);
}

.front:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .3;
    background-color: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
.containera:hover .front,
.containera:hover .fan{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.fan{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}

.containera .fan{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.containera .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.containera:hover .fan{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.containera:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.front .inner p{
  font-size: 1.6rem;
  margin-bottom: 2rem;
  position: relative;
}

.front .inner p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

.front .inner span{
  color: rgba(255,255,255,0.7);
  font-family: 'Montserrat';
  font-weight: 300;
}
 
@media screen and (max-width: 767px){
  .cols{
    width: calc(50% - 2rem);
  }
  .inner {
    padding: 0;
  overflow:hidden; 
text-overflow:ellipsis;
 display:-webkit-box; 
-webkit-line-clamp:6;
-webkit-box-orient:vertical;
  }
  .front, .fan{min-height: 182px;}
}

@media screen and (max-width: 367px){
  .cols{
    width: 100%;
    margin: 0 0 2rem 0;
  }
}









/*主体样式*/


.youshi{width: 100%;    background: url(../images/ysbggt.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;    overflow: hidden;
  position: static;    min-height: inherit;padding-bottom: 50px;
  padding-top: 9%;  min-height: 100vh;
}

.youshi h3{ font-size:34px;line-height:1.6;font-weight: bold;text-align: center;color: #fff;}
.youshi p{ font-size:16px;line-height:1.6;text-align: center;color: #fff;margin-bottom: 20px;}

.youshi .content {
  width: 80%;
  margin: 0 auto;
 
}

.youshi dl{ float: left; margin-bottom: 20px;  margin-top: 3%;  box-sizing: border-box; width: 24%; height: 220px;margin-right: 1%;border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-width: 1px;
  background: rgba(0, 0, 0, 0);
  transition: all .5s ease;}

.youshi dl:nth-of-type(4n){ float: right;}

.youshi dt{margin: 0 auto;max-width: 85px; margin-top: 30px;}
.youshi dl:hover{ background: rgba(0, 0, 0, .5); } 
.youshi dl:hover img{ transform:rotateY(180deg);    transition: all .5s ease; } 
.youshi dl img{   transition: .6s;    transform: rotateY(0deg); } 
.youshi dd h4{   font-size:18px;color:#FFFFFF; text-align: center; height: 50px; font-weight: normal;line-height: 50px;} 
.youshi dd p{   font-size:16px;color:#FFFFFF; text-align: center; height: 30px; font-weight: normal;margin-left: 20px;    margin-right: 20px;} 

.youshi .ma {
  width:40%;
  margin: 0 auto;
 
}
.youshi .er{ float: left; margin-bottom: 20px;margin-top: 6%;    box-sizing: border-box; width: 50%; height: 220px;margin-right: 0;border-color: rgba(255, 255, 255, 0.2);
  border-style: solid;
  border-width: 0px;
  background: rgba(0, 0, 0, 0);
  transition: all .5s ease;}
  .youshi .er dt{margin: 0 auto;max-width: 135px; }
  .youshi .er h4{   font-size:18px;color:#FFFFFF; text-align: center; height: 50px; font-weight: normal;line-height: 50px;} 
  .youshi .link { clear: both;
    width: 100%;
    margin: 0 auto;
   text-align: center;color:#FFFFFF;
}
.youshi .link a{color:#FFFFFF; margin-right: 15px;}

@media only screen and (max-width: 1424px){
  .youshi .content {
      width: 100%;
      margin: 0 auto;
     
  }
 
}

@media only screen and (max-width: 1024px){
  .youshi .ma {
    width:100%;
    margin: 0 auto;
   
  }
  .youshi dl{width: 48%; }
  .youshi dl:nth-of-type(2n){ float: right;}
}

@media only screen and (max-width: 668px){

  /* .youshi dl{width: 100%; } */

}



.floating_ck{position:fixed;right:0px;    bottom: 10%;z-index: 9999999;display: none;}
.floating_ck dl dd{position:relative;width:60px;height:60px;background-color:#919191;border-bottom:solid 1px #888888;text-align:center;background-repeat:no-repeat;
    background-position:center 20%;cursor:pointer;    margin-top: 3px;    font-size: 12px;    -webkit-border-radius: 8px;}
.floating_ck dl dd:hover{background-color:#e70012;border-bottom:solid 1px #e70012;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(../images/zxicon.png);}
.words{background-image:url(../images/right_pic2.png);}
.quote{background-image:url(../images/kficon.png);}
.qrcord{background-image:url(../images/erweima.png);}
.return{background-image:url(../images/fanhui.png);}
.floating_ck dd span{color:#fff;display:block;padding-top:40px;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:60px;background-color:#e70012;border-bottom:solid 1px #e70012;display:none;}
.floating_left a{color:#fff;line-height:60px;font-size: 16px;}
.floating_ewm{height:220px;top:-160px;}
.floating_ewm i{background-image:url(../images/2.png);display:block;width:145px;height:145px;margin:auto;margin-top:7px;background-size:contain;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:18px;}


.weixin_ewm{height:220px;top:-160px;}
.weixin_ewm i{background-image:url(../images/2.png);display:block;width:145px;height:145px;margin:auto;margin-top:7px;background-size:contain;}
.weixin_ewm p{color:#fff;margin-top:5px;}
.weixin_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.weixin_ewm .qrcord_p02{font-size:18px;}


.foot_bg{
background: url(../images/ysbggt.jpg) no-repeat center center;
background-attachment: fixed;
background-size: cover;    overflow: hidden;
position: static;    min-height: inherit;padding-bottom: 50px;
padding-top: 1%;  min-height: 40vh;}


.foot{  margin: 0 auto; padding-top: 70px;    padding-bottom: 40px; }
.foot .caption h5{ margin-top: 0; color: #fff; font-size: 18px; margin-bottom: 20px;}
.foot .caption p a{ color: #fff; font-size: 14px; transition: all 0.3s; display: inline-block;}
.foot .caption p a:hover{ opacity: 1; transform: scale(1.1);}
.foot_form .form-control{ border: none; box-shadow: none; font-size: 16px; color: #fff; height: 40px;}
.foot_form input.form-control{ background: #1c3859;}
.foot_form button.btn{ font-size: 16px;}
.foot_form textarea.form-control{ background: #1c3859; height: auto;}
.foot_lx h3{ color: #fff; margin-bottom: 20px; margin-top: 0; font-size: 18px;}
.foot_lx p{ font-size: 14px; padding-left: 70px; position: relative; margin: 0; line-height: 30px; color: #fff; }
.foot_lx p span{ position: absolute; left: 0; top: 0;}
.foot_lx p span i{ display: inline-block; margin-right: 5px;}

.ft_ewm{     width: 40%;
  text-align: center;
  margin-right: 15px;
  float: left;}

.ft_ewm span {
  display: block;
  padding-top: 10px;
  color: #F3F3F3;
}

@media only screen and (max-width: 668px){
  .foot_bg{ display: none !important;}

  .ban .ban-er .wz-div {
 
    display: none;
}
.ban .ban-er {
  display: block;
}
.ban .ban-er .two-ul {
  width: 100%;
}
.ban .ban-er .two-ul li a {
  color: #2B2B2B;
  padding: 0 0.55rem;
  font-size: 1.2rem;}


  .innovation-img{display: none;}
 
}
#miao1{display: none;}
@media (max-width: 990px) {
  #miao1{display: block;}
  .floating_ck{right: -9990px;}
}