
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  overflow-x: hidden;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
button {
  /* border: none; */
}
.map img {
  max-width: inherit;
}
/* 取消链接高亮  */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Source Sans Pro", Arial, sans-serif !important;
  font-size: 1rem;
}
button:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
}
.w100 {
  width: 100%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
input:focus,
textarea:focus {
  outline: none;
}
.overh {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ta {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.displaynone {
  display: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.book {
  border: 1px solid #000;
}
.db {
  display: block;
}
.dnb {
  display: inline-block;
}
.flight {
  font-weight: lighter;
}
.fbold {
  font-weight: bold;
}
.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}
.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}
.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.hovercolor {
  color: #8cca1d;
}
.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.f48 {
  font-size: 48px;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p15 {
  padding: 15px;
}
.w50 {
  width: 50%;
}
.blod {
  font-weight: bold;
}
.wen_hied2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.w55 {
  width: 55%;
}
.containers {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .containers {
    width: 1440px;
  }
}
.tan-div .swiper-slide{
  position: relative;
  height: 100vh;
  display: flex;align-items: center;
  justify-content: center;

}
.ban-z .en-p{
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 3rem;

}.ban-z {
  text-align: center;
}

.fuwu-bot .fuwu-bot-ul li  .overh a{
  display:inline-block;

  border-radius: 100%;
  overflow: hidden;

}
.more a .enp-l{
  display: none;
}

.more a:hover .cnp-l{
  display: none;
}.more a:hover .enp-l{
  display: inline-block;

}
.banner #particles-js {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2
}

.banner #particles-js canvas {
	width: 100%;
	height: 100%
}

.banner{
  position: relative;
}

.banner .swiper-slide{
  position: static;
}.banner .swiper-slide img{
  position: relative;
  z-index: 1;
}.social-share .social-share-icon{

  border: 1px solid #666!important;
  color: #666!important;
}.social-share .social-share-icon:hover {
  background: #666!important;
  color: #fff!important;
}
.banner-ul {
  position: absolute;
  right: 5%;
  bottom: 1%;
  z-index: 3;

}.banner-ul li{
  display: none;
}

.banner .more a{
  padding: 0 20px;
  width: 120px;

  font-size: 14px;
  height: 48px;
 
  line-height: 48px;

}.banner .more a i{
  margin-left: 0px;
}.fuwu-bot .fuwu-bot-ul li .en-sp{
  display: none;
}.fuwu-bot .fuwu-bot-ul li:hover .cn-sp{
  display: none;
}.fuwu-bot .fuwu-bot-ul li:hover .en-sp{
  display: inline-block;
}
.banner .ban-zi {
  color: #FFf;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20%;
  z-index: 3;
}
.banner .ban-zi .p1 {
  font-size: 6.625rem;
  color: #ffffff;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  line-height: 1;
}
.banner .ban-zi .p2 {
  font-size: 3.3125rem;
  color: #ffffff;
  line-height: 1;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}
.banner .ban-zi .more {
  margin-top: 30px;
}
.more a {
  padding: 0 40px;
  height: 60px;
  display: inline-block;
  color: #231815;
  font-size: 1rem;
  background-color: #ffb900;
  line-height: 60px;
  border-radius: 10px;
  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;
  width: 195px;
  /* Opera */
}
.more a i {
  display: inline-block;
  margin-left: 30px;
}
.more a:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  box-shadow: inset 0 0 0 30px #ceb600;
  background: transparent;
  color: #fff;
}
.daohang {
  position: fixed;
  top: 0;
  left: 0;
  line-height: 90px;
  right: 0;
  padding: 0 88px;
  z-index: 99;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.daohang .img2 {
  display: none;
}
.daohang.active {
  background: #fff;
  line-height: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  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 */
}
.daohang.active .img2 {
  display: inline-block;
}
.daohang.active .img1 {
  display: none;
}
.daohang.active .searbox-div {
  top: 6px;
  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 */
}
.daohang.active .nav-ul > li a {
  color: #000;
}
.daohang.active .dian-div {
  color: #000;
}
.daohang.active .searbox-div button {
  color: #000;
}
.daohang.active .searbox-div {
  border-bottom: 1px solid #000;
}
.daohang .nav-ul > li {
  float: left;
  width: 120px;
  text-align: center;
}
.daohang .nav-ul > li a {
  font-size: 15px;
  color: #ffffff;
  display: block;


}

.daohang .nav-ul > li{
  height: 90px; 

  line-height: 90px;
}
.daohang.active .nav-ul > li{
  height: 60px; 
  line-height: 60px;
}
.daohang .nav-ul > li >a{display:block;position:relative;width:100%;height:100%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
}
.nav-ul > li:hover .cube_container{
  -webkit-transform: translateZ(-37px) rotateX(90deg);
  -moz-transform: translateZ(-37px) rotateX(90deg);
  -ms-transform: translateZ(-37px) rotateX(90deg);
  -o-transform: translateZ(-37px) rotateX(90deg);
  transform: translateZ(-37px) rotateX(90deg);

}
.nav-ul > li:hover .cn-sp{opacity:0;}
.nav-ul > li:hover .en-sp{opacity:1; font-weight: bold; text-transform: uppercase;}
.cube_container{width:100%;height:100%;position:absolute;top:0;left:0;
  -webkit-transform: translateZ(-37px);
  -moz-transform: translateZ(-37px);
  -ms-transform: translateZ(-37px);
  -o-transform: translateZ(-37px);
  transform: translateZ(-37px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cube_container .cn-sp{width:100%;height:100%;position:absolute;top:0;left:0;opacity:1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-90deg) translateZ(37px);
  -moz-transform: rotateX(-90deg) translateZ(37px);
  -ms-transform: rotateX(-90deg) translateZ(37px);
  -o-transform: rotateX(-90deg) translateZ(37px);
  transform: rotateX(-90deg) translateZ(37px);
  -webkit-transform: translateZ(37px);
  -moz-transform: translateZ(37px);
  -ms-transform: translateZ(37px);
  -o-transform: translateZ(37px);
  transform: translateZ(37px);
  -webkit-transition: background-color,opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: background-color,opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background-color,opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color,opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cube_container .en-sp{background-color:rgba(255,255,255,.1)}
.cube_container .en-sp{width:100%;height:100%;position:absolute;top:0;left:0;opacity:0;background-color:rgba(219,235,235,.1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-90deg) translateZ(37px);
  -moz-transform: rotateX(-90deg) translateZ(37px);
  -ms-transform: rotateX(-90deg) translateZ(37px);
  -o-transform: rotateX(-90deg) translateZ(37px);
  transform: rotateX(-90deg) translateZ(37px);
  -webkit-transition: background-color,opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: background-color,opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background-color,opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color,opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.daohang .dian-div {
  font-size: 15px;
  color: #ffffff;
}
.daohang .searbox-div {
  width: 200px;
  height: 40px;
  margin-left: 40px;
  top: 20px;
  position: relative;
  line-height: 40px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  border-bottom: 1px solid #ffffff;
}
.daohang .searbox-div input {
  background: transparent;
  height: 40px;
  width: 100%;
  padding-left: 20px;
  color: #fff;
}
.daohang.active .searbox-div input{
  color: #000;
}
.daohang .searbox-div button {
  background: transparent;
  height: 40px;
  top: 0;
  left: 0;
  position: absolute;
  border: none;
  color: #fff;
}
.daohang .searbox-div button i {
  font-size: 20px;
}
.daohang .dh-div {
  margin-left: 40px;
}
.index-about-top {
  height: 300px;
  background-size: cover;
  position: relative;
}
.index-about-top::after {
  content: '';
  position: absolute;
  background: url(/other/img/2.jpg) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 63.4%;
}
.index-about-top .p-top-intro-ticker {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index-about-top .c-ticker {
  width: 100%;
  display: flex;
  overflow: hidden;
  box-sizing: content-box;
  margin: 0 auto;
}
.index-about-top .c-ticker__wrap {
  display: inline-block;
  white-space: nowrap;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.index-about-top ._ticker01 {
  -webkit-animation: loop 80s -40s linear infinite;
  animation: loop 80s -40s linear infinite;
}
.index-about-top ._ticker02 {
  -webkit-animation: loop2 80s linear infinite;
  animation: loop2 80s linear infinite;
}
.index-about-top .c-ticker__text {
  display: inline-flex;
  font-family: 'Montserrat-Bold';
  font-size: 13.125rem;
  font-weight: bold;
  color: #f6f6f6;
  line-height: 300px;
  text-transform: uppercase;
}
@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.index-about-bot > .le {
  width: 63.4%;
}
.index-about-bot > .re {
  width: 36%;
  padding: 42px 153px 42px 73px;
}
.index-about-bot > .re .more {
  margin-top: 30px;
}
.index-about-bot .head-zhai {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.head-title {
  font-size: 3.4375rem;
  line-height: 1;
  letter-spacing: 3px;
  color: #212529;
}
.head-zhai {
  margin-top: 20px;
  font-size: 1.0625rem;
  line-height: 42px;
  color: #606060;
}
.index-pro {
  padding: 180px 0 54px;
}
.index-pro::after {
  position: absolute;
  content: '';
  top: -212px;
  background: url(/other/img/1.png) no-repeat left;
  bottom: 0;
  width: 86%;
  left: 0;
  z-index: -1;
}
.index-pro .pro-div a {
  display: block;
  position: relative;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-pro .pro-div a::after {
  content: '';
  top: 0;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}
.index-pro .pro-div .pro-title {
  left: 46px;
  bottom: 60px;
  z-index: 4;
}
.index-pro .pro-div .pro-title .title-cn {
  position: relative;
  font-size: 2.125rem;
  color: #ffffff;
  line-height: 1;
}
.index-pro .pro-div .pro-title .title-cn::after {
  content: '';
  z-index: 2;
  width: 49px;
  height: 11px;
  background-color: #ffb900;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: .8;
  display: none;
}
.index-pro .pro-div .pro-title .title-en {
  font-size: 14px;
  color: #ffffff;
  opacity: 1;
  text-transform: uppercase;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  margin-top: 10px;
}
.index-pro .pro-div:hover a {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  z-index: 4;
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  /* IE 9 */
  -moz-transform: scale(1.05);
  /* Firefox */
  -webkit-transform: scale(1.05);
  /* Safari 和 Chrome */
  -o-transform: scale(1.05);
}
.index-pro .pro-div:hover .pro-title .title-en {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  opacity: 1;
}
.index-pro .index-pro-lunbo {
  margin: 50px 0;
}
.index-pro .index-pro-lunbo .swiper-container {
  padding: 20px 0;
}
.index-pro .index-pro-lunbo .swiper-container .swiper-slide .le {
  width: 50%;
}
.index-pro .index-pro-lunbo .swiper-container .swiper-slide .le .pro-div a {
  height: 787px;
}
.index-pro .index-pro-lunbo .swiper-container .swiper-slide .re {
  width: 50%;
}
.index-pro .index-pro-lunbo .swiper-container .swiper-slide .re .pro-div a {
  height: 393.5px;
}
.index-pro .head-title {
  position: relative;
  z-index: 3;
}
.index-pro .pro-zi {
  font-size: 9.375rem;
  font-weight: bold;
  top: 10%;
  left: 29%;
  z-index: 1;
  line-height: 1;
  color: #ebebeb;
}
.index-pro .page-div {
  width: 200px;
  top: 15%;
  right: 18%;
}
.index-pro .page-div .swiper-button-prev,
.index-pro .page-div .swiper-button-next {
  background: transparent;
  position: relative;
  width: auto;
  margin-top: 0;
  float: left;
  color: #606060;
  top: 0;
  font-size: 1rem;
  height: auto;
}
.index-pro .page-div .swiper-button-prev i,
.index-pro .page-div .swiper-button-next i {
  color: #ffb900;
}
.index-pro .page-div .swiper-button-next {
  float: right;
}
.index-new {
  padding: 50px 0 200px;
}
.index-new .hung-color {
  width: 207px;
  height: 185px;
  background-color: #ffb900;
  top: 185px;
  right: 207px;
  z-index: 2;
}
.index-new .bai-color {
  background-color: #ffffff;
  width: 207px;
  top: 0;
  right: 0;
  height: 185px;
  z-index: 2;
}
.index-new::after {
  position: absolute;
  content: '';
  top: -45px;
  background: url(/other/img/2.png) no-repeat left;
  bottom: 0;
  width: 86%;
  left: 0;
  z-index: -1;
}
.index-new .index-new-top {
  padding: 0 172px;
  position: relative;
  z-index: 2;
}
.index-new .index-new-zi {
  font-size: 9.375rem;
  font-weight: bold;
  top: 0%;
  left: 19%;
  z-index: 1;
  line-height: 1;
  color: #ebebeb;
}
.index-new .news-conter .le {
  background: #fff;
  width: 38%;
  margin-top: 56px;
  padding: 100px 173px 192px 79px;
}
.index-new .news-conter .le .news-conter-ul li {
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
}
.index-new .news-conter .le .news-conter-ul li .title {
  font-size: 1.4375rem;
  color: #000000;
  line-height: 39px;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-new .news-conter .le .news-conter-ul li .title a {
  color: #000000;
}
.index-new .news-conter .le .news-conter-ul li .data {
  font-size: 15px;
  line-height: 39px;
  color: #a5a5a5;
}
.index-new .news-conter .le .news-conter-ul li .data i {
  display: inline-block;
  margin-right: 10px;
}
.index-new .news-conter .le .news-conter-ul li .data .fengx {
  margin-left: 10px;
}
.index-new .news-conter .le .news-conter-ul li .bshareDiv {
  display: inline-block !important;
}
.index-new .news-conter .le .news-conter-ul li:last-child {
  border-bottom: none;
}
.index-new .news-conter .le .news-conter-ul li:hover .title a {
  color: #ffb900;
}
.index-new .news-conter .le .more {
  margin-top: 50px;
}
.index-new .news-conter .re {
  width: 62%;
  position: relative;
  margin-top: -40px;
  z-index: 2;
}
.bsBox {
  overflow: hidden !important;
}
.bsFrameDiv,
#bsMorePanel,
.bsTop {
  width: 100% !important;
}
.bFind-wrapper-top {
  height: 27px !important;
}
#bsLogoList li {
  width: 69px !important;
}
.fengx {
  display: inline-block;
  cursor: pointer;
}
.fengx .bshareDiv {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.ban .ban-z {
  font-size:3.625rem;
  font-weight: bold;
  line-height: 1;
  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%);
  position: absolute;
  z-index: 2;
  color: #ffffff;
  text-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.ban::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.302);
}
.fuwu-top {
  background: url(/other/img/13.jpg) no-repeat center;
  background-size: cover;
  padding: 130px 0;
}
.fuwu-top .le {
  width: 40%;
}
.fuwu-top .re {
  width: 55%;
}
.fuwu-tile {
  font-size: 3.4375rem;
  padding-left: 30px;
  line-height: 1;
  letter-spacing: 3px;
  color: #212529;
  position: relative;
}
.fuwu-tile::after {
  position: absolute;
  content: '';
  width: 11px;
  height: 49px;
  left: 0;
  bottom: 0;
  background-color: #ffb900;
  border-radius: 3px;
}
.fuwu-zhai {
  font-size: 1.0625rem;
  margin-top: 60px;
  line-height: 40px;
  color: #606060;
}
.fuwu-bot {
  background-color: #ffb900;
  padding: 55px 0;
}
.fuwu-bot .fuwu-bot-ul li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 45px 0;
}.fuwu-bot .fuwu-bot-ul li:hover .overh img{
  transform: rotateY(-360deg);
  -ms-transform: rotateY(-360deg);
  /* IE 9 */
  -moz-transform: rotateY(-360deg);
  /* Firefox */
  -webkit-transform: rotateY(-360deg);
  /* Safari 和 Chrome */
  -o-transform: rotateY(-360deg);
  transition: 850ms ease-in-out;
  -moz-transition: 850ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 850ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 850ms ease-in-out;

}
.fuwu-bot .fuwu-bot-ul li .fuwu-bot-title {
  font-size: 1.5rem;
  margin-top: 28px;
  line-height: 1;
  letter-spacing: 2px;
  color: #212529;
}.fuwu-bot .fuwu-bot-ul li .fuwu-bot-title  a{
  color: #212529;
}
.er-nav-div {
  background-color: #ffb900;
  padding: 60px 0;
}
.er-nav-div .er-nav-ul {
  text-align: center;
}
.er-nav-div .er-nav-ul li {
  display: inline-block;
}
.er-nav-div .er-nav-ul li .en-sp{
  display: none;
}.er-nav-div .er-nav-ul li:hover .en-sp{
  display: inline-block;
}.er-nav-div .er-nav-ul li:hover .cn-sp{
  display: none;
}
.er-nav-div .er-nav-ul li a {
  font-size: 1rem;
  display: inline-block;
  padding: 0 8px;
  color: #000000;
  position: relative;
}
.er-nav-div .er-nav-ul li a::after {
  position: absolute;
  content: '';
  height: 7px;
  width: 7px;
  border-radius: 100%;
  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: -3px;
  background-color: #000000;
}
.er-nav-div .er-nav-ul li a::before {
  content: '';
  position: absolute;
  display: none;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -18px;
  background-color: #ffffff;
  border-radius: 2px;
}
.er-nav-div .er-nav-ul li:last-child a::after {
  display: none;
  opacity: 0;
}
.er-nav-div .er-nav-ul li:hover a,
.er-nav-div .er-nav-ul li.active a {
  color: #FFf;
}
.er-nav-div .er-nav-ul li:hover a::before,
.er-nav-div .er-nav-ul li.active a::before {
  display: block;
}
.case-ul li {
  padding: 80px 0;
  position: relative;
}
.case-ul li .le {
  width: 40%;
}.case-ul li .le .more{
  margin-top: 30px;
}
.case-ul li .re {
  width: 55%;
}
.div-jjs{
  background: url(/other/img/16.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.case-ul li:nth-child(2n)::after {
  left: 0;
  right: auto;
}
.case-ul li:nth-child(2n) .re {
  float: left;
}
.case-ul li:nth-child(2n) .le {
  float: right;
}
.case-ul li .fuwu-tile a {
  color: #212529;
}
.project-div {
  background: url(/other/img/17.jpg) center no-repeat;
  background-size: cover;
  padding: 108px 0 90px;
}
.project-div .project-ul li {
  padding: 0 150px;
  margin-bottom: 48px;
}
.project-div .project-ul li .le {
  width: 52%;
}
.project-div .project-ul li .re {
  width: 48%;
  padding: 30px 80px 30px 58px;
}
.project-div .project-ul li .re .title {
  font-size: 1.75rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-bottom: 10px;
  color: #000000;
  position: relative;
}
.project-div .project-ul li .re .title a {
  color: #000000;
}
.project-div .project-ul li .re .title::after {
  position: absolute;
  content: '';
  width: 31px;
  height: 1px;
  background-color: #bdbdbd;
  left: 0;
  bottom: 0px;
}
.project-div .project-ul li .re .pro-data {
  font-size: 15px;
  line-height: 30px;
  margin: 15px 0;
  color: #737373;
  display: none;
}
.project-div .project-ul li .re .pro-data span {
  display: inline-block;
  margin-right: 10px;
}
.project-div .project-ul li .re .pro-zhai {
  font-size: 1.0625rem;
  line-height: 37px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #6c6c6c;
}
.project-div .project-ul li .re .more {
  margin-top: 100px;
}
.project-div .project-ul li:nth-child(2n) .le {
  float: right;
}
.project-div .project-ul li:nth-child(2n) .re {
  float: left;
}
.newiss-top {
  background: url(/other/img/20.jpg) center no-repeat;
  background-size: cover;
  padding: 135px 0;
  position: relative;
}
.newiss-top::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #ffb900;
}
.newiss-top .swiper-slide .le {
  width: 55%;
}
.newiss-top .swiper-slide .re {
  width: 45%;
  padding: 30px 0 0 96px;
}
.newiss-top .swiper-container-horizontal > .swiper-pagination-bullets,
.newiss-top .swiper-pagination-custom,
.newiss-top .swiper-pagination-fraction {
  width: 45%;
  right: 0;
  left: auto;
  text-align: left;
  padding-left: 96px;
  bottom: 10%;
}
.newiss-top .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #231f00;
  border: solid 1px #000000;
  opacity: 1;
  position: relative;
}
.newiss-top .swiper-pagination-bullet::after {
  position: absolute;
  content: '';
  width: 31px;
  height: 31px;
  border: solid 1px #000000;
  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%);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  border-radius: 100%;
  opacity: 0;
}
.newiss-top .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.newiss-top .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 14px;
}
.newiss .title {
  font-size: 2.125rem;
  line-height: 54px;
  color: #212529;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newiss .title a {
  color: #212529;
}
.newiss .data {
  font-size: 15px;
  color: #606060;
  margin: 10px 0;
}
.newiss .data span {
  display: inline-block;
  margin-right: 10px;
}
.newiss .zhais {
  line-height: 40px;
  color: #606060;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}.newiss .zhais a{
  color: #606060;
}
.newiss .bshareDiv {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block !important;
}
.newiss .newiss-bot {
  padding: 120px 0;
}
.newiss .newiss-bot .zhais {
  -webkit-line-clamp: 3;
}
.newiss .newiss-bot .title {
  margin-top: 20px;
}
.newiss .newiss-bot .newiss-d {
  margin-bottom: 30px;
}
.newiss-xing-top {
  padding: 171px 0;
  background-color: #ffb900;
}
.newiss-xing-top .title {
  font-size: 2.5625rem;
  line-height: 54px;
  color: #212529;
}
.newiss-xing-top .data {
  font-size: 15px;
  color: #000000;
  margin: 30px 0 0;
}
.newiss-xing-top .data span {
  display: inline-block;
  margin-right: 10px;
}
.newiss-xing-top .bshareDiv {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block !important;
}
.newiss-xing .newiss-xing-mid {
  background: url(/other/img/23.jpg) center no-repeat;
  background-size: cover;
  padding: 80px 0 100px;
  
  
}
 .cyclists_modal_div{
	 width:100%;
	 height:100%;
	 background:rgba(0,0,0,0.8);
	 position: fixed;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right:0;
	 display:none;
	 z-index:9999;
	 
	 
	 }
	 
	 .cyclists_modal_div img{
		 position:fixed; 
        top:50%; 
		left:50%; 
		transform:translateX(-50%) translateY(-50%); 
		max-width:100%;
		height:auto;
		 
		 
		 }



.newiss-xing .newiss-xing-mid .newiss-xing-mid-con {
  font-size: 1.2rem;
  line-height: 37px;
  color: #6c6c6c;
  margin-top: 1.25rem;
}


/*.newiss-xing-mid-con img:hover{
	transition:all  400ms linear;
	transform:scale(1.5);
	
	}
*/



.newiss-xing .shang-div > div {
  width: 50%;
  padding: 150px 0;
  position: relative;
}
.newiss-xing .shang-div > div::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.newiss-xing .shang-div > div .shang-as{
top: 0;
left:0 ;
z-index: 4;
opacity: 0;
bottom: 0;
right: 0;
}
.newiss-xing .shang-div > div a {
  display: block;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 5.625rem;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  position: relative;
  z-index: 3;
}
.zui-info {
  padding: 110px 0;
}
.zui-info .zui-info-top .fl {
  font-size: 3.4375rem;
  line-height: 1;
  letter-spacing: 3px;
  color: #212529;
}
.zui-info .zui-info-top .fr .swiper-button-prev,
.zui-info .zui-info-top .fr .swiper-button-next {
  background: transparent;
  font-size: 1rem;
  line-height: 55px;
  color: #606060;
  width: 90px;
  margin-top: 0;
  position: relative;
  float: left;
}
.zui-info .zui-info-top .fr .swiper-button-prev:hover,
.zui-info .zui-info-top .fr .swiper-button-next:hover {
  color: #ffb900;
}
.zui-info .zui-info-top .fr .swiper-button-prev i,
.zui-info .zui-info-top .fr .swiper-button-next i {
  color: #ffb900;
}
.zui-info .zui-info-top .fr .swiper-button-prev {
  left: auto;
}
.zui-info .zui-info-top .fr .swiper-button-prev i {
  margin-right: -10px;
}
.zui-info .zui-info-top .fr .swiper-button-next {
  right: 0;
  text-align: right;
}
.zui-info .zui-info-top .fr .swiper-button-next i {
  margin-left: -10px;
}
.zui-info .newiss-d .title {
  font-size: 2.125rem;
  line-height: 54px;
  color: #212529;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 20px;
}
.zui-info .newiss-d .title a {
  color: #212529;
}
.zui-info .newiss-d .data {
  font-size: 15px;
  color: #606060;
  margin: 10px 0;
}
.zui-info .newiss-d .data span {
  display: inline-block;
  margin-right: 10px;
}
.zui-info .newiss-d .zhais {
  line-height: 40px;
  color: #606060;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.zui-info .newiss-d .bshareDiv {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block !important;
}
.zui-info .zui-info-lunbo {
  margin-top: 60px;
}
.nxms-d .xm-bot {
  padding: 28px 30px;
}
.nxms-d .xm-bot .xm-title {
  font-size: 1.75rem;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-bottom: 10px;
  color: #000000;
  position: relative;
}
.nxms-d .xm-bot .xm-title a {
  color: #000000;
}
.nxms-d .xm-bot .xm-title::after {
  position: absolute;
  content: '';
  width: 31px;
  height: 1px;
  background-color: #bdbdbd;
  left: 0;
  bottom: 0px;
}
.nxms-d .xm-bot .xm-data {
  font-size: 15px;
  line-height: 30px;
  margin: 10px 0 0;
  color: #737373;
}
.nxms-d .xm-bot .xm-data span {
  display: inline-block;
  margin-right: 10px;
}
.pro-lb .swiper-button-prev {
  left: -100px;
  width: auto;
  height: auto;
  background: transparent;
}
.pro-lb .swiper-button-next {
  right: -100px;
  width: auto;
  height: auto;
  background: transparent;
}
.tan-div {
  background: rgb(255,255,255);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  height: 100vh;
  display: none;
  overflow: hidden;
}
.tan-div .pro-bot-zi {
  font-size: 1.75rem;
  line-height: 61px;
  color: #000000;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  background-color: #ffb900;
}
.tan-div .pro-lb .swiper-button-prev {
  left: 10%;
  margin-top: -42px;
}
.tan-div .pro-lb .swiper-button-next {
  right: 10%;
  margin-top: -42px;
}
.tan-div .pro-top {
  line-height: 61px;
  height: 61px;
  color: #000000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  background-color: #ffb900;
}
.tan-div .pro-top .swiper-container-horizontal > .swiper-pagination-bullets,
.tan-div .pro-top .swiper-pagination-custom,
.tan-div .pro-top .swiper-pagination-fraction {
  width: 100px;
  line-height: 61px;
  bottom: 0px;
}
.tan-div .pro-top .colse {
  right: 60px;
  cursor: pointer;
}
.tan-div .pro-top .colse span {
  display: inline-block;
  margin: 0 5px;
  font-size: 1.2rem;
}
.tan-div .pro-top .colse span i {
  font-size: 1.2rem;
}
.map .map-top {
  padding: 134px 0 110px;
}
.map .map-top .le {
  width: 60%;
}
.map .map-top .le .map-top-title {
  font-size: 5.625rem;
  line-height: 1;
  font-weight: bold;
  color: #212529;
}
.map .map-top .le .map-top-zhai {
  font-size: 1.125rem;
  line-height: 1;
  color: #5f5f5f;
  margin: 30px 0;
}
.map .map-top .le .liu-div input {
  height: 60px;
  background-color: #e7e7e7;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 20px;
}
.map .map-top .le .liu-div input::placeholder {
  color: #000;
  font-size: 15px;
}
.map .map-top .le .liu-div button {
  padding: 0 40px;
  height: 60px;
  display: inline-block;
  color: #231815;
  border: none;
  font-size: 1rem;
  line-height: 60px;
  background-color: #ffb900;
  box-shadow: -5px 5px 15px 0px rgba(188, 150, 106, 0.2);
  border-radius: 5px;
}
.map .map-top .le .liu-div button i {
  display: inline-block;
  margin-left: 30px;
}
.map .map-top .re {
  right: 0;
  background-color: #ffb900;
  top: 33%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 60px 58px;
}
.map .map-top .re .p1 {
  font-size: 15px;
  color: #212529;
}
.map .map-top .re .p2 {
  font-size: 2.625rem;
  margin: 10px 0;
  line-height: 1;
  color: #000000;
}
.map .map-top .re .p3 {
  font-size: 1rem;
  line-height: 33px;
  color: #212529;
}
.map .map-top .re .map-top-ul li {
  font-size: 1rem;
  margin-top: 30px;
  line-height: 33px;
  color: #212529;
  padding-left: 40px;
}
.map .map-top .re .map-top-ul li .icon-i {
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.map .map-top .re .map-top-ul li .icon-i i {
  font-size: 1.5625rem;
  color: #000;
}
.map .map-top .re .map-top-ul li:last-child {
  padding-left: 0;
}
.map .map-top .re .map-top-ul li:last-child .bshare-custom a {
  background: transparent;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding-left: 0;
  border-radius: 100%;
  border: solid 1px #000000;
}
.recruitment-div {
  background: url(/other/img/23.jpg) center no-repeat;
  background-size: cover;
  padding: 130px 0;
}
.recruitment-div .recruitment-ul li {
  padding: 35px 70px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 45px;
  border-radius: 5px;
  cursor: pointer;
}
.recruitment-div .recruitment-ul li .recruitment-top .recruitment-top-top {
  line-height: 79px;
}
.recruitment-div .recruitment-ul li .recruitment-top .recruitment-top-top .title {
  font-size: 1.75rem;
  color: #000000;
  width: 40%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.recruitment-div .recruitment-ul li .recruitment-top .recruitment-top-top .data-r {
  width: 30%;
  font-size: 1rem;
  color: #595959;
}
.recruitment-div .recruitment-ul li .recruitment-top .recruitment-top-top .icon-xiala {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  width: 79px;
  height: 79px;
  background: url(/other/img/17.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.recruitment-div .recruitment-ul li .recruitment-top .recruitment-top-top .icon-xiala i {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #fff;
  font-size: 1.25rem;
}
.recruitment-div .recruitment-ul li .recruitment-top .recruitment-top-bot {
  font-size: 1.0625rem;
  line-height: 33px;
  color: #595959;
}
.recruitment-div .recruitment-ul li .recruitment-top .recruitment-top-bot > div {
  margin-right: 111px;
}
.recruitment-div .recruitment-ul li .recruitment-bot {
  display: none;
  margin: 50px 0;
  border-top: 1px solid #e0e0e0;
}
.recruitment-div .recruitment-ul li .recruitment-bot .recruitment-bot-con {
  font-size: 1rem;
  line-height: 33px;
  padding: 40px 0;
  color: #595959;
}
.recruitment-div .recruitment-ul li .recruitment-bot .recruitment-bot-con strong {
  font-size: 1.125rem;
  color: #000000;
}
.recruitment-div .recruitment-ul li.active .recruitment-top .recruitment-top-top .icon-xiala {
  background: transparent;
}
.recruitment-div .recruitment-ul li.active .recruitment-top .recruitment-top-top .icon-xiala i {
  color: #ffb900;
  font-size: 2.5rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.about-us1 {
  background: url(/other/img/17.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.about-us1 .about-us-top {
  padding: 133px 0;
  overflow: hidden;
  position: relative;
}
.about-us1 .about-us-top .le {
  width: 38%;
  position: relative;
  z-index: 2;
  height: 600px;
  overflow: auto;
}
.about-us1 .about-us-top .re {
  width: 54%;
  position: absolute;
  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%);
  right: 0;
}
.about-us1 .about-us-top .re .swiper-container {
  padding-right: 162px;
}
.about-us1 .about-us-top::after {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
}
.about-us-title {
  font-size: 3.4375rem;
  line-height: 1;
  letter-spacing: 3px;
  color: #212529;
}
.about-rong {
  position: relative;
}
.about-rong .le {
  width: 54%;
}
.about-rong .re {
  width: 54%;
  background: #fff;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 10%;
  height: 100%;
  padding: 90px 170px;
}
.about-rong .re .about-rong-div {
  font-size: 1.0625rem;
  line-height: 65px;
  letter-spacing: 0px;
  color: #606060;
  margin-top: 30px;
}
.about-rong .re .about-rong-div ul li a {
  color: #606060;
}
.about-rong .re .about-rong-div ul li a span {
  width: 9px;
  height: 9px;
  background-color: #bdbdbd;
  display: inline-block;
  border-radius: 100%;
  margin-right: 10px;
}
.about-rong .re .about-rong-div ul li:hover a {
  color: #ffb900;
}
.about-rong .re .about-rong-div ul li:hover a span {
  background-color: #ffb900;
}
.about-rong::before {
  position: absolute;
  content: '';
  left: 0;
  width: 321px;
  height: 428px;
  background-color: #ffb900;
  bottom: -100px;
  z-index: 2;
}
.about-designer {
  padding: 327px 0 125px;
}
.about-designer .about-designer-top .fr .swiper-button-prev,
.about-designer .about-designer-top .fr .swiper-button-next {
  background: transparent;
  font-size: 1rem;
  line-height: 55px;
  color: #606060;
  width: 90px;
  margin-top: 0;
  position: relative;
  float: left;
}
.about-designer .about-designer-top .fr .swiper-button-prev:hover,
.about-designer .about-designer-top .fr .swiper-button-next:hover {
  color: #ffb900;
}
.about-designer .about-designer-top .fr .swiper-button-prev i,
.about-designer .about-designer-top .fr .swiper-button-next i {
  color: #ffb900;
}
.about-designer .about-designer-top .fr .swiper-button-prev {
  left: auto;
}
.about-designer .about-designer-top .fr .swiper-button-prev i {
  margin-right: -10px;
}
.about-designer .about-designer-top .fr .swiper-button-next {
  right: 0;
  text-align: right;
}
.about-designer .about-designer-top .fr .swiper-button-next i {
  margin-left: -10px;
}
.about-designer .about-designer-bot {
  margin-top: 68px;
}
.about-designer .about-designer-bot .designer-div {
  position: relative;
}
.about-designer .about-designer-bot .designer-div .xian1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: .5;
}
.about-designer .about-designer-bot .designer-div .xian1::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  top: 2.5%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.about-designer .about-designer-bot .designer-div .xian1::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  background: #ffffff;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2.5%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.about-designer .about-designer-bot .designer-div .xian2 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: .5;
}
.about-designer .about-designer-bot .designer-div .xian2::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #ffffff;
  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: 2.5%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.about-designer .about-designer-bot .designer-div .xian2::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  background: #ffffff;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.5%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.about-designer .about-designer-bot .designer-div::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.about-designer .about-designer-bot .designer-div:hover::after {
  opacity: 1;
}
.about-designer .about-designer-bot .designer-div:hover .xian1::before {
  height: 95%;
  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 */
}
.about-designer .about-designer-bot .designer-div:hover .xian1::after {
  width: 95%;
  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 */
}
.about-designer .about-designer-bot .designer-div:hover .xian2::before {
  height: 95%;
  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 */
}
.about-designer .about-designer-bot .designer-div:hover .xian2::after {
  width: 95%;
  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 */
}
.about-designer .about-designer-bot .designer-title {
  font-size: 1.5rem;
  line-height: 1;
  padding: 40px 0 0 50px;
  color: #000000;
}
.about-designer .about-designer-bot .designer-title a {
  color: #000000;
  position: relative;
}
.about-designer .about-designer-bot .designer-title a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: -1;
  width: 49px;
  height: 11px;
  background-color: #ffb900;
  border-radius: 3px;
}
.current-lunbo {
  padding: 20px 0 20px;
}
.current-lunbo .current-title {
  font-size: 5.625rem;
  font-weight: bold;
  line-height: 97px;
  letter-spacing: 0px;
  color: #212529;
}
.current-lunbo .current-lb {
  margin-top: 90px;
}
.current-lunbo .current-lb .swiper-container {
  padding-right: 220px;
}
.current-lunbo .current-lb .swiper-slide {
  height: 80px;
  cursor: pointer;

  position: relative;
}

.current-lunbo .current-lb .swiper-slide .nian {
  font-size: 1rem;
  color: #212529;
  position: relative;
  margin-right: -20px;
}
.current-lunbo .current-lb .swiper-slide .yuan-sp {
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: solid 1px #dedede;
  border-radius: 100%;
  left: 0px;
  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%);
}
.current-lunbo .current-lb .swiper-slide.active .nian {
  color: #ffb900;
}
.current-lunbo .current-lb .swiper-slide.active::after {
  content: '';
  width: 100%;
  position: absolute;
  height: 1px;
  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;
  background: #ffb900;
}
.current-lunbo .current-lb .swiper-slide.active .yuan-sp {
  background-color: #ffb900;
  border: solid 1px #ffb900;
}
.current-lunbo .current-lb .swiper-button-prev,
.current-lunbo .current-lb .swiper-button-next {
  background: transparent;
  width: 40px !important;
  height: 40px !important;
  background-color: #ffffff;
  border: solid 1px #dedede;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  top:50%!important;
  color:#dedede;
}
.current-lunbo .current-lb .swiper-button-prev {
  left: -50px !important;
}
.current-lunbo .current-lb .swiper-button-next {
  right: -50px;
}
.current-lunbo .current-lb::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  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;
  right: 0;
}
.current-lunbo .current-ul {
  font-size: 1.0625rem;
  line-height: 40px;
  color: #606060;
}
.current-lunbo .current-ul li {
  display: none;
}
.daohang .nav-ul > li .er-ul {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 190px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  left: 0;
  display: none;
  padding: 10px 0px;
  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%);
}
.daohang .nav-ul > li {
  position: relative;
}
.daohang .nav-ul > li .er-ul li {
  text-align: center;
  line-height: 30px;
  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;
}
.daohang .nav-ul > li .er-ul li > a {
  color: #666666;
  font-size: 14px;
}
.daohang .nav-ul > li .er-ul li >a>.en-p{
  display: none;
  text-transform: uppercase;
  font-weight: bold;
}


.daohang .nav-ul > li .er-ul li:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  background: #ffb900;
}
.daohang .nav-ul > li:hover > .er-ul {
  display: block;
}
.daohang .nav-ul > li .er-ul li:hover a {
  color: #fff;
}.daohang .nav-ul > li .er-ul li:hover a .en-p{
  display: inline-block;
}.daohang .nav-ul > li .er-ul li:hover a .cn-p{
  display: none;
}
/* 手机导航 */
.phone {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  display: none;
  top: 0;
  background: #fff;
  z-index: 999;
  width: 100%;
  padding: 10px 0px;
  position: fixed;
  left: 0;
  right: 0;
}
.index_a {
  display: inline-block;
}
.phone .wid {
  float: left;
}
.phone .wid > a {
  display: inline-block;
}
.color_dao .iconfont {
  color: #fe7506;
  font-size: 1.875rem;
  margin: 0 5px;
}
.color_dao {
  line-height: 35px;
}
.color_dao .daohang_sp {
  position: relative;
  top: -7px;
  font-size: 1.5625rem;
}
.color_a {
  font-size: 1.5625rem;
  position: relative;
  top: -7px;
}
/* 手机端导航 */
/* siteFunctions */
#siteFunctions {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  bottom: 0;
  height: 100%;
  z-index: 10;
  background-color: #fff;
  display: none;
}
#siteFunctions .inner {
  position: relative;
  overflow-y: auto;
  background-color: #fff;
  padding: 0 0 50px;
  height: 100vh;
}
#siteFunctions .hd {
  position: relative;
  height: 45px;
  overflow: hidden;
  border-bottom: #dcdcdc 1px solid;
  padding: 0 5vw;
}
#siteFunctions .hd .lang a {
  display: inline-block;
  line-height: 44px;
  height: 44px;
  font-size: 1.3rem;
  padding: 0;
  color: #999;
  text-transform: uppercase;
}
#siteFunctions .hd .lang a.active {
  color: #ffb900;
}
#siteFunctions .hd .lang a + a {
  margin-left: 20px;
}
#siteFunctions .bt-close {
  position: absolute;
  right: 5vw;
  top: 14px;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#siteFunctions .bt-close span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#siteFunctions .bt-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background-color: #222;
  display: block;
}
#siteFunctions .bt-close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background-color: #222;
  display: block;
}
.mobMenu > li.lis > a::before {
  opacity: 0;
}
.mobMenu > li.lis > a::after {
  opacity: 0;
}
/* 分页 */
#page {
  clear: both;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  display: table;
  margin-top: 20px;
}
#page li {
  float: left;

  border: 1px solid #CCCCCC;
  margin-right: 6px;
  color: #666;
  font-size: 12px;
  list-style: none;
  min-height: 29px;
  line-height: 29px;
  min-width: 36px;
  padding: 0 4px;
}
#page li:hover {
  border: 1px solid #ffb900;
}
#page li:hover a {
  color: #ffb900;
}
#page li a {
  color: #666666;
  display: inline-block;
 min-height: 29px;
 line-height: 29px;
 min-width: 36px;
}
#page li.active {
  border: 1px solid #ffb900;
  background-color: #ffb900;
  color: #ffffff;
}
#page li.active a {
  color: #ffffff;
}
#page .thisclass {
  background-color: #ffb900;
  color: #ffffff;
}
/* siteFunctions */
#phone_nav span,
.seaarch_phone i {
  font-size: 2.5rem;
  margin-left: 15px;
  display: inline-block;
  line-height: 27px;
  color: #ffb900;
  cursor: pointer;
}
#siteFunctions {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  bottom: 0;
  height: 100%;
  z-index: 10;
  background-color: #fff;
  display: none;
  z-index: 9999;
}
#siteFunctions .inner {
  position: relative;
  overflow-y: auto;
  background-color: #fff;
  padding: 0 0 50px;
  height: 100vh;
}
#siteFunctions .hd {
  position: relative;
  height: 60px;
  overflow: hidden;
  border-bottom: #dcdcdc 1px solid;
  padding: 0px 5vw;
  line-height: 60px;
}
#siteFunctions .hd .lang a {
  display: inline-block;
  line-height: 44px;
  height: 44px;
  font-size: 1.3rem;
  padding: 0;
  color: #999;
  text-transform: uppercase;
}
#siteFunctions .hd .lang a.active {
  color: #ffb900;
}
#siteFunctions .hd .lang a + a {
  margin-left: 20px;
}
#siteFunctions .bt-close {
  position: absolute;
  right: 5vw;
  top: 16px;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#siteFunctions .bt-close span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#siteFunctions .bt-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background-color: #222;
  display: block;
}
#siteFunctions .bt-close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background-color: #222;
  display: block;
}
.mobMenu {
  padding: 0 5vw;
}
.mobMenu a,
.mobMenu span {
  display: block;
  color: #222;
}
.mobMenu > li {
  border-bottom: #dcdcdc 1px solid;
}
.mobMenu > li > a {
  position: relative;
  font-size: 1rem;
  padding: 18px 12px;
  color: #000;
  display: block;
  font-weight: 500;
}
.mobMenu > li > a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 13px;
  height: 1px;
  background-color: #000;
}
.mobMenu > li > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -6px;
  display: block;
  width: 1px;
  height: 13px;
  background-color: #000;
}
.mobMenu > li.active > a::before {
  background-color: #0077bc;
}
.mobMenu > li.active > a::after {
  display: none;
}
.mobMenu > li > .subDepth {
  padding: 0 12px 15px;
}
.mobMenu > li > .subDepth > li > a {
  color: #666;
  font-size: 1rem;
  line-height: 28px;
  display: block;
}
.mobMenu > li > .subDepth > li + li {
  margin-top: 10px;
  line-height: 28px;
}
.mobMenu > li.active > a::before {
  background-image: url('http://www.nowcos.com/202101/chn/asset/images/aw_bot2.png');
}
/* 搜素 */
.searchbox {
  padding: 15px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.04);
  background: #fff;
  width: 100%;
  top: 47px;
  border-top: 2px solid #ffb900;
  text-align: center;
  z-index: 44;
  position: fixed;
}
.searchbox.active {
  top: 102px;
}
.displaynone {
  display: none;
}
.searchs {
  max-width: 600px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.searchs .sertext {
  display: block;
  padding: 0;
  outline: 0;
  padding-left: 12px;
  width: 78%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 1rem;
  height: 52px;
  line-height: 52px;
  transition: 0.4s;
  box-sizing: border-box;
}
.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #ffb900;
  color: #fff;
  font-size: .9375rem;
  cursor: pointer;
  transition: 0.44s;
}
/* 搜索结束 */
.ds {
  cursor: pointer;
}
.newiss .newiss-d .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 */
}
.newiss .newiss-d: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.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.newiss .newiss-d:hover .title a {
  color: #ffb900;
}
.case-ul li:hover .re {
  overflow: hidden;
}
.case-ul li:hover .re img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.case-ul li:hover .fuwu-tile a {
  color: #ffb900;
}
.case-ul li {
  cursor: pointer;
}
.project-div .project-ul li:hover .le {
  overflow: hidden;
}
.project-div .project-ul li:hover .le img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.project-div .project-ul li:hover .re .title a {
  color: #ffb900;
}
.project-div .project-ul li:hover .more a {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  box-shadow: inset 0 0 0 30px #ceb600;
  background: transparent;
  color: #fff;
}
.project-div .project-ul li {
  cursor: pointer;
}
.mobile-foot {
  display: none;
  background: #ffb900;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;

}
.mobile-foot .containers {
  padding: 0;
}
.mobile-foot a i {
  font-size: 2rem;
}
.mobile-foot a {
  color: #fff;
  line-height: 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0.25rem;
  text-align: center;
  width: 25%;
  font-size: 0.9375rem;
  float: left;
  padding: .7rem 0;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.mobile-foot a:last-child {
  border-right: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
#div_sitemap {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 300;
  background-color: #ffffff;
}
#div_sitemap h1 {
  display: none;
  position: absolute;
  left: 50px;
  top: 15px;
}
#div_sitemap .fr {
  right: 7%;
  top: 30px;
  padding: 24px 25px 22px !important;
  position: relative;
  z-index: 2;
}
#div_sitemap .fr i {
  font-size: 40px;
  color: #ffb900;
}
#ul_sitemap {
  margin: 0 auto;
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  background: #ffffff;
}
#ul_sitemap_inner {
  display: table;
  margin: 0 auto;
  height: 800px;
}
#ul_sitemap_inner > li {
  padding: 33px 15px;
  display: table-cell;
  width: 12.5%;
}
#ul_sitemap_inner > li > a {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
#ul_sitemap_inner .ul_submenu {
  display: block !important;
  border-top: 1px solid #ffb900;
  margin: 25px 0 0 0;
  padding-top: 6px;
}
#ul_sitemap_inner .ul_submenu > li {
  display: table-row;
}
#ul_sitemap_inner .ul_submenu > li > a {
  display: block;
  padding-top: 19px;
  text-align: left;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}
#ul_sitemap_inner .ul_submenu > li > a: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 */
  border-bottom: 1px solid #ffb900;
  color: #ffb900;
}
.xing-body {
  padding-top:90px ;
}


.xing-body .daohang .nav-ul > li a {
  color: #000;
}
.xing-body .daohang .dian-div {
  color: #000;
}
.xing-body .daohang .searbox-div button {
  color: #000;
}
.xing-body .daohang .searbox-div {
  border-bottom: 1px solid #000;
}.xing-body .daohang .img2{
  display:inline-block ;
}.xing-body .daohang .img1{
  display: none;
}.a_close {
  cursor: pointer;
}
.danye {
  padding: 50px 0;
}
.danye .danye-con {
  font-size: 1.175rem;
  line-height: 35px;
}
.rongyus-con .rong-divs {
  margin-bottom: 20px;
}
.rongyus-con .rong-divs .rong-divs-title {
  font-size: 1.175rem;
  line-height: 35px;
  margin-top: 20px;
  height: 70px;
}
.rongyus-div {
  padding: 60px 0 100px;
}.rongyus-div  .er-nav-div{
  margin-bottom:60px;
}
.tan-div .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: move;
}
.tan-div .swiper-slide {

  overflow: hidden;
}
.rongyus-con .rong-divs 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;
  cursor: pointer;

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

}
.rightfix{
  position: fixed;
  right: 11px;
  z-index: 22;
  bottom: 10%;

  border-width: 1px;
  border-color: rgb(222, 222, 222);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  width: 53px;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.15);

  border-radius: 20px;
  padding-bottom: 5px;
}
.right_div{
  display: none;
  position: absolute;
  right:53px;
  min-width: 200px;
background: #fff;
min-height:58px ;
padding: 20px;
box-shadow: 0px 0px 15px  rgba(0, 0, 0, 0.15);
top: 0;
color: #000000;
}
.fix_ul li>img{
  width: 30px;
}
.fix_ul li>a>img{
  width: 30px;
}
.fix_ul li{
  text-align: center;
  padding: 5px 0;
  color: #000000;
  font-size: 12px;
  position: relative;
  cursor: pointer;

  border-bottom: 1px solid rgb(222, 222, 222);
}.fix_ul li a{
  color: #000000;
}

.fix_ul li:last-child{
  border:none;
  display: none;
}
.fix_ul li:nth-child(3){
  border:none;
  padding: 5px 0 0 ;
}.fix_ul li:hover .right_div{
  display: block;

}.fix_ul li:hover{
  color: #ffb900;

}.fix_ul li:hover> a{
  color: #ffb900;
}@media (max-width: 1700px) {
  .pro-lb .swiper-button-prev{
    left: 0;
  }.pro-lb .swiper-button-next{
    right: 0;
  }
}
@media (max-width: 1550px) {
  .daohang .searbox-div {
    width: 162px;

  }
  .fuwu-zhai {
 
    margin-top: 40px;
    line-height: 30px;

  }.current-lunbo .current-ul{
    line-height: 30px;
  }
  html {
    font-size: 10px;
  }.about-rong .re .about-rong-div {

    line-height: 44px;
  }
  .index-pro::after {
    top: -100px;
  }
  .banner .ban-zi {
    left: 10%;
  }
  .index-new .news-conter .le {
    padding: 20px;
  }
  .index-new .news-conter .le .more {
    margin-top: 10px;
  }
  .daohang .nav-ul > li {
    width: 100px;
  }
  .daohang {
    padding: 0 25px;
  }
  .containers {
    width: 1170px;
  }
  .pro-lb .swiper-button-prev {
    left: -60px;
  }
  .pro-lb .swiper-button-next {
    right: -60px;
  }
  .project-div .project-ul li .re .more {
    margin-top: 40px;
  }
  .newiss .zhais {
    line-height: 32px;
  }
  .newiss-top .swiper-slide .re {
    padding: 0px 0 0 20px;
  }
  .newiss-top .swiper-container-horizontal > .swiper-pagination-bullets,
  .newiss-top .swiper-pagination-custom,
  .newiss-top .swiper-pagination-fraction {
    padding-left: 20px;
  }
  .index-about-bot > .re {
    padding: 20px;
  }
  .head-zhai {
    line-height: 32px;
  }
  .index-pro {
    padding: 98px 0 54px;
  }
  .index-pro .pro-zi {
    top: 8%;
  }
  .index-pro .index-pro-lunbo .swiper-container .swiper-slide .le .pro-div a {
    height: 600px;
  }
  .index-pro .index-pro-lunbo .swiper-container .swiper-slide .re .pro-div a {
    height: 300px;
  }
  .index-pro .page-div {
    top: 11%;
  }
  .index-new .news-conter .le .news-conter-ul li {
    padding: 5px 0;
  }
  .index-about-top .c-ticker__text {
    line-height: 200px;
  }
  .index-about-top {
    height: 200px;
  }
}
@media (max-width: 1300px) {
  .about-rong .re .about-rong-div {

    line-height: 32px;
  }.current-lunbo .current-title {
   
    line-height: 1;
  }.current-lunbo {
    padding: 100px 0 100px;
}.about-rong::before {

  width: 250px;
  height: 200px;
}.fuwu-zhai{
  margin-top: 20px;
}.index-new {
  padding: 50px 0 100px;
}.project-div .project-ul li .re .pro-zhai {
  font-size: 1.0625rem;
  line-height: 30px;
}.project-div .project-ul li .re .more {
  margin-top: 20px;
}.project-div .project-ul li .re {

  padding: 0px 30px 0px 38px;
}.pro-lb .swiper-button-prev {
  left: 0px;
}.pro-lb .swiper-button-next {
  right: 0px;
}
}


@media (max-width: 1200px) {
 
  .daohang .dian-div {
    display: none;
  }
  .project-div .project-ul li .re .pro-data {
    margin: 5px 0;
  }
  .project-div .project-ul li .re {
    padding: 0 20px;
  }
  .project-div .project-ul li .re .pro-zhai {
    line-height: 25px;
  }
  .daohang .nav-ul > li {
    width: 85px;
  }
  .daohang .nav-ul > li a {
    font-size: 14px;
  }
  .project-div .project-ul li .re .more {
    margin-top: 20px;
  }
  .newiss-xing .shang-div > div {
    padding: 71px 0;
  }
  .newiss-xing .shang-div > div a {
    font-size: 3.625rem;
  }
  .pro-lb .swiper-button-prev {
    left: 0px;
  }
  .pro-lb .swiper-button-next {
    right: 0px;
  }
  .containers {
    width: 80%;
  }
  .fuwu-zhai {
    margin-top: 16px;
    line-height: 28px;
  }
  .fuwu-tile::after {
    width: 11px;
    height: 32px;
  }
  /* .fuwu-bot .fuwu-bot-ul li img {
    width: 50%;
  } */
  .fuwu-bot .fuwu-bot-ul li {
    padding: 20px 0;
  }
  .fuwu-top {
    padding: 90px 0;
  }
  .map .map-top .re {
    padding: 30px;
  }
  .map .map-top .re .map-top-ul li {
    margin-top: 3px;
  }
  .map .map-top .le {
    width: 58%;
  }
  .head-zhai {
    line-height: 24px;
  }
  .head-title {
    font-size: 2.4375rem;
  }
  .index-new .news-conter .le {
    margin-top: 20px;
  }
  .index-new .news-conter .re {
    width: 53%;
  }
  .index-new .news-conter .le {
    width: 47%;
  }
  .index-new .index-new-top {
    padding: 0 52px;
  }
}
@media (max-width: 990px) {
  .containers {
    width: 90%;
  }
  .daohang {
    display: none;
  } .phone {
    display: block;
  }
  .index-pro::after {
    top: -20px;
  }
  .mobile-foot {
    display: block;
  }
  .map .map-top .le {
    width: 43%;
  }
  .map .map-top .le {
    width: 42%;
  }
  .map .map-top {
    padding: 50px 0;
  }
  .map .map-top .le .liu-div input {
    height: 40px;
    margin-bottom: 8px;
  }
  .map .map-top .le .liu-div button {
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
  }
  .newiss-xing-top .data {
    margin-top: 10px;
  }
  .map .map-top .le .map-top-zhai {
    line-height: 25px;
  }
  .nxms-d .xm-bot {
    padding: 20px 10px;
  }
  html {
    font-size: 8px;
  }
  .zui-info {
    padding: 30px 0;
  }
  .zui-info .zui-info-lunbo {
    margin-top: 0px;
  }
  .zui-info .zui-info-top .fr .swiper-button-prev,
  .zui-info .zui-info-top .fr .swiper-button-next {
    line-height: 27px;
  }
  .newiss-xing-top {
    padding: 112px 0;
  }
  body {
    padding: 47px 0;
  }
  .recruitment-div .recruitment-ul li .recruitment-top .recruitment-top-top .data-r {
    width: 34%;
  }
  .recruitment-div .recruitment-ul li .recruitment-top .recruitment-top-bot > div {
    margin-right: 48px;
  }
  .recruitment-div .recruitment-ul li {
    padding: 30px;
    margin-bottom: 30px;
  }
  .recruitment-div {
    padding: 50px 0;
  }
  .recruitment-div .recruitment-ul li .recruitment-top .recruitment-top-top .icon-xiala {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .recruitment-div .recruitment-ul li .recruitment-top .recruitment-top-top {
    line-height: 50px;
  }
  .project-div .project-ul li {
    padding: 0 20px;
  }
  .project-div {
    padding: 30px 0;
  }
  .er-nav-div {
    padding: 32px 0;
  }
  .case-ul li {
    padding: 50px 0;
  }
  .fuwu-zhai {
    line-height: 23px;
  }
  .newiss-top {
    padding: 30px 0;
  }
  .newiss .title {
    line-height: 1;
  }
  .newiss .zhais {
    line-height: 25px;
  }
  .newiss .newiss-bot {
    padding: 30px 0;
  }
  .index-pro .index-pro-lunbo .swiper-container .swiper-slide .le .pro-div a {
    height: 400px;
  }
  .index-pro .index-pro-lunbo .swiper-container .swiper-slide .re .pro-div a {
    height: 200px;
  }
  .index-pro .pro-div .pro-title {
    left: 16px;
    bottom: 0px;
  }
  .index-new .news-conter .re {
    margin-top: 0;
  }
  .index-new .news-conter .le .news-conter-ul li .title {
    line-height: 25px;
  }
  .index-new .news-conter .le .news-conter-ul li .data {
    font-size: 12px;
    line-height: 31px;
  }
  .index-about-top .c-ticker__text {
    line-height: 100px;
    font-size: 8.125rem;
  }
  .index-about-top {
    height: 100px;
  }
  .index-new {
    padding: 0px 0 50px;
  }
  .index-pro .index-pro-lunbo {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .rongyus-con .rong-divs .rong-divs-title{
    height: auto;
  }
  .banner-ul{
    left: 5%;
    right: auto;
  }
  .about-us1,.fuwu-top{
    background: transparent;


    
  }
  .about-us1 .about-us-top::after{
    display: none;
  }
  .div-jjs {
 
    padding: 27px 0;
}
  html {
    font-size: 12px;
}
  .about-us1 .about-us-top{
    padding: 30px 0;
  }
  .index-pro::after {
    top: 0px;
  }.rightfix{
    display: none;
  }
  .newiss-xing .newiss-xing-mid {
    padding: 30px 0;
  }
  .recruitment-div .recruitment-ul li .recruitment-top .recruitment-top-bot {
    display: none;
  }
  .recruitment-div .recruitment-ul li .recruitment-top .recruitment-top-top .data-r {
    display: none;
  }
  .pro-lb .swiper-button-prev img {
    width: 30px;
  }
  .pro-lb .swiper-button-next img {
    width: 30px;
  }
  .newiss-xing .shang-div > div {
    padding: 58px 0;
  }
  .newiss-xing .shang-div > div a {
    font-size: 2.625rem;
  }
  .newiss-xing-top .data {
    margin-top: 0px;
  }
  .newiss-xing-top .title {
    line-height: 39px;
  }
  .newiss-xing-top {
    padding: 62px 0;
  }
  .newiss-xing .newiss-xing-mid .newiss-xing-mid-con {
    line-height: 26px;
  }
  .zui-info .zui-info-top .fl {
    font-size: 1.8rem;
  }
  .zui-info .zui-info-top .fr .swiper-button-prev,
  .zui-info .zui-info-top .fr .swiper-button-next {
    line-height: 15px;
  }
  .nxms-d .xm-bot {
    padding: 15px 0px;
  }
  .ban .ban-z {
    font-size: 2.625rem;
  }
  .fuwu-top .le {
    width: 100%;
  }
  .fuwu-top .re {
    width: 100%;
    margin-top: 10px;
  }
  .fuwu-top {
    padding: 30px 0;
  }
  .fuwu-tile {
    font-size:1.8rem;
  }
  .fuwu-tile::after {
    width: 11px;
    height: 22px;
  }
  .fuwu-bot {
    padding: 30px 0;
  }
  .fuwu-bot .fuwu-bot-ul li {
    width: 50%;
    padding: 8px 0;
  }
  .fuwu-bot .fuwu-bot-ul li .fuwu-bot-title {
    margin-top: 10px;
  }
  footer {
    padding: 15px;
    line-height: 30px;
  }
  footer .fl {
    font-size: 14px;
    padding-bottom: 12px;
    line-height: 25px;
    width: 100%;
  }
  .map .map-top .le {
    width: 100%;
    float: none;
  }
  .map .map-top .re {
    position: relative;
    margin-top: 20px;
    top: 0%;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  .map .map-top .le .map-top-zhai {
    margin: 10px 0;
  }
  .map .map-top .le .map-top-title {
    font-size: 3.625rem;
  }
  .recruitment-div .recruitment-ul li {
    padding: 15px;
    margin-bottom: 10px;
  }
  .recruitment-div .recruitment-ul li .recruitment-bot {
    margin: 20px 0 0;
  }
  .more a {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
  }
  .recruitment-div .recruitment-ul li .recruitment-bot .recruitment-bot-con {
    padding: 20px 0;
    line-height: 25px;
  }
  .recruitment-div {
    padding: 30px 0;
  }
  .recruitment-div .recruitment-ul li .recruitment-top .recruitment-top-top .icon-xiala {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .recruitment-div .recruitment-ul li .recruitment-top .recruitment-top-top {
    line-height: 30px;
  }
  .more a i {
    margin-left: 10px;
  }
  .er-nav-div {
    padding: 20px 10px 10px;
  }
  .er-nav-div .er-nav-ul li {
    margin-bottom: 20px;
  }
  .er-nav-div .er-nav-ul li a::before {
    bottom: -10px;
  }
  .project-div .project-ul li .le {
    width: 100%;
  }
  .project-div .project-ul li .re {
    width: 100%;
    padding: 20px 0;
  }
  .project-div .project-ul li {
    margin-bottom: 15px;
  }
  .case-ul li .le {
    width: 100%;
  }
  .case-ul li .re {
    width: 100%;
    margin-top: 20px;
  }
  .case-ul li {
    padding: 30px 0;
  }
  .newiss-top .swiper-slide .le {
    width: 100%;
  }
  .newiss-top .swiper-slide .re {
    width: 100%;
    margin-top: 20px;
    padding: 0px;
  }
  .newiss-top .swiper-container-horizontal > .swiper-pagination-bullets,
  .newiss-top .swiper-pagination-custom,
  .newiss-top .swiper-pagination-fraction {
    width: 100%;
    bottom: 20px;
  }
  .newiss-top .swiper-container {
    padding-bottom: 50px;
  }
  .newiss .newiss-bot .newiss-d {
    margin-bottom: 15px;
  }
  .zui-info .newiss-d .zhais {
    line-height: 25px;
  }
  .zui-info .newiss-d .title {
    margin-top: 0;
  }
  .zui-info .newiss-d .data {
    margin: 0 0 15px;
  }
  .banner .ban-zi .p1 {
    font-size: 1.8rem;
  }
  .banner .ban-zi .p2 {
    font-size: 1.3125rem;
    margin: 5px 0;
  }
  .banner .ban-zi .more {
    margin-top: 10px;
  }
  .index-about-top .c-ticker__text {
    line-height: 100px;
    font-size: 5.125rem;
  }
  .index-about-bot > .le {
    width: 100%;
  }
  .index-about-bot > .re {
    width: 100%;
  }
  .index-about-bot {
    padding: 15px;
  }
  .index-about-bot > .re {
    padding: 20px 0;
  }
  .index-pro {
    padding: 30px 15px;
  }
  .index-pro .pro-zi {
    top: 0%;
  }
  .index-pro .page-div {
    top: 5%;
  }
  .index-new {
    padding: 0 15px 30px;
  }
  .index-new .news-conter .le {
    width: 100%;
  }
  .index-new .news-conter .re {
    width: 100%;
    margin-top: 10px;
  }
  .index-new .index-new-zi {
    font-size: 4.375rem;
    top: -1%;
    left: 45%;
  }
  .index-new .index-new-top {
    padding: 0;
  }
  .index-pro .pro-zi {
    font-size: 3.375rem;
    top: 5%;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    width: 15px;
    height: 22px;
    background-size: 100% 100%;
  }
  .index-new .bai-color {
    height: 100px;
    width: 100px;
  }
  .index-new .hung-color {
    height: 100px;
    width: 100px;
    background-color: #ffb900;
    top: 100px;
    right: 100px;
  }.about-us1 .about-us-top .le{
    width: 100%;
  }.about-us1 .about-us-top .re{
    width: 100%;
    position: relative;
    padding: 15px;
    top:auto;
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }.about-us1 .about-us-top .re .swiper-container {
    padding-right:0px;
}.about-designer{
  padding: 30px 15px;
}.about-rong .re{
  width: 100%;
  padding: 15px;
  position: relative;
  margin-top: 10px; float: none;
}.about-rong .le{
  width: 100%;
  position: relative;
  z-index: 3;
  float: none;
}.about-designer .about-designer-bot {
  margin-top: 20px;
}.current-lunbo {
  padding: 30px 0;
}.current-lunbo .current-lb {
  margin-top: 20px;
}.current-lunbo .current-title {
  font-size: 1.8rem;
}.about-us-title ,.head-title,.map .map-top .re .p2,.map .map-top .le .map-top-title{
  font-size: 1.8rem;
}.about-designer .about-designer-bot .designer-title {
  font-size: 1.5rem;
  line-height: 1;
  padding:20px;
}
.current-lunbo .current-lb .swiper-slide .nian {
  font-size: 1.3rem;
}.fuwu-bot .fuwu-bot-ul li .fuwu-bot-title {
  font-size: 1.2rem;
}.index-new .bai-color,.index-new .hung-color{
  display: none;
}.index-pro .pro-div .pro-title .title-cn{
  font-size: 1.5rem;
}.more a i{
  margin-left: 0;

}  .more a ,.banner .more a{
  padding: 0 14px;
  height: 35px;
  font-size: 1rem;
  line-height: 34px;
  width: 107px;
}.er-nav-div{
  display: none;
}.ban .ban-z {
  font-size: 2rem;
}.map .map-top {
  padding: 30px 0;
}.recruitment-div .recruitment-ul li .recruitment-top .recruitment-top-top .title{
  width: 50%;
  font-size: 1.4rem;
}.newiss-xing-top .title,.zui-info .newiss-d .title{
  font-size: 1.5rem;
}.xing-body {
  padding-top: 53px;
}.tan-div .pro-top .colse {
  right: 17px;
}.rong-imgs{
  width: 90%;
}.rongyus-div {
  padding: 30px 0;
}
.fuwu-bot .fuwu-bot-ul li  .overh a{
  width:50% ;
}.about-rong::before{
  display: none;
}
.fuwu-bot .fuwu-bot-ul li .fuwu-bot-title{
  height: 28px;
}
}

.fuwu-bot .fuwu-bot-ul li .overh a{
  -webkit-backface-visibility: hidden;
  border-radius: 100%;
  -webkit-border-radius:  100%;
  -moz-border-radius:  100%;
  -ms-border-radius:  100%;
  -o-border-radius:  100%;
  border-radius:  100%;
  overflow: hidden;

}



.fuwu-bot .fuwu-bot-ul li .overh img {

  border-radius: 100%;

  
  -webkit-border-radius:  100%;
  -moz-border-radius:  100%;
  -ms-border-radius:  100%;
  -o-border-radius:  100%;
  border-radius:  100%;






}

.pmas .divs {
  display: none;
  bottom: 100%;
}
.pmas .divs.active{
  display: block;
}
.tan-div-current .swiper-slide{
  padding-top: 61px;

}.fix_ul li i{
  font-size: 24px;
  color: #ffb900;
}.about-designer .about-designer-bot .designer-title .en-sp{
  display: none;
}.about-designer .about-designer-bot .designer-title:hover .en-sp{
  display: inline-block;
}.about-designer .about-designer-bot .designer-title:hover .cn-sp{
  display: none;
}
.fanghui-a a{
  text-align: center;
}.fanghui-a  {
  margin-top: 30px;
}