@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: 0;
}
.ban-zi .ban-bot > .fr a{ 
    position: relative;
    padding-right: 20px;
}
.ban-zi .ban-bot > .fr a::before{
    content: ">";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
right: 3px;
}
.ban-zi .ban-bot > .fr a:last-child::before {
    display: none;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
video{
    max-width: 100%;
}
button {
  /* border: none; */
}
.xingsw b, .xingsw strong{
  font-weight: 700
}
.overh {
  overflow: hidden;
}
.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;
}
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}
body {
  font-family: "微软雅黑", Arial, Helvetica, sans-serif, "Microsoft Yahei";
  color: #555;
  padding-top: 82px;
  overflow-x: 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;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
input:focus,
textarea:focus {
  outline: none;
}
.ta {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.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);
  -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 {
  width: 1400px;
}
.hangs {
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  background: #ffffff;
  right: 0;
  padding: 0 90px;
  width: 100%;
  line-height: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.hangs .img1 {
  display: none;
}
.hangs .img2 {
  display: inline-block;
  height: 30px;
}
.navs-ul > li {
  float: left;
  text-align: center;
  width: 140px;
  position: relative;
}
.navs-ul > li::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 21px;
  background: #eeeeee;
  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%);
}
.navs-ul > li:last-child::after {
  opacity: 0;
}
.navs-ul > li:hover {
  background-color: #eec036;
}
.navs-ul > li:hover > a {
  color: #ffffff;
  display: block;
  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 */
}
.navs-ul > li:hover .er-uls {
  opacity: 1;
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
}
.navs-ul > li.active {
  background-color: #eec036;
}
.navs-ul > li.active > a {
  color: #ffffff;
  display: block;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.er-uls {
  position: absolute;
  width: 170px;
  line-height: 30px;
  background: #ffffff;
  left: -15px;
  border: 1px solid #eee;
  opacity: 0;
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
}
.er-uls li {
  text-align: left;
  padding-left: 20px;
  position: relative;
}
.er-uls li:after {
  width: 3px;
  height: 3px;
  background: #eec036;
  content: '';
  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: 10px;
}
.er-uls li a {
  display: block;
  color: #0d0d0d;
  font-size: 14px;
  line-height: 22px;
  padding: 5px;
}
.er-uls li:hover {
  background: #eec036;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.er-uls li:hover a {
  color: #ffffff;
}
.er-uls li:hover:after {
  background: #ffffff;
}
.navs-ul > li > a {
  color: #0d0d0d;
  font-size: 16px;
  padding: 0 10px;
}
.yu {
  margin: 0 20px;
}
.yu i {
  font-size: 20px;
  color: #373737;
}
.yu .dropdown-menu {
  min-width: 100%;
}
.daos1 {
  margin-left: 10px;
}
.daos1 i {
  font-size: 20px;
  color: #373737;
}
.ban-zi {
  width: 100%;
  left: 0;
  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%);
}
.ban-zi .ban-top {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  padding-left: 35px;
}
.ban-zi .ban-top .yuan {
  display: inline-block;
  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;
  border-radius: 50%;
  background-color: #eec036;
  width: 9px;
  height: 9px;
}
.ban-zi .ban-bot {
  font-size: 17px;
  color: #ffffff;
  line-height: 30px;
  margin-top: 5px;
}
.ban-zi .ban-bot > div {
  width: 45%;
}
.ban-zi .ban-bot > .fl {
  padding-left: 35px;
}
.ban-zi .ban-bot > .fr {
  text-align: right;
}
.ban-zi .ban-bot > .fr a {
  color: #ffffff;
}
.ban-zi .ban-bot > .fr a:hover {
  color: #eec036;
}
.position {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.position .position-ul {
  line-height: 60px;
}
.position .position-ul li {
  display: inline-block;
  margin-right: 32px;
  position: relative;
}
.position .position-ul li a {
  display: inline-block;
  color: #000000;
  font-size: 17px;
  font-weight: bold;
  position: relative;
}
.position .position-ul li a::before{

 content: '';
  position: absolute;
  width: 2px ;
  height: 20px;
  background:#eec036;     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: -17px;
  
}.position .position-ul li:last-child ::before{
  display: none;


}
.position .position-ul li:after {
  height: 2px;
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  background-color: #eec036;
}
.position .position-ul li:hover:after,
.position .position-ul li.active:after {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.position .position-ul li:hover a,
.position .position-ul li.active a {
  color: #eec036;
}
.content {
  margin: 80px 0 70px 0;
}
.case-row .col-md-4 {
  margin-bottom: 30px;
}
.case-a {
  display: block;
  border: 1px solid #eeeeee;
}
.case-a .case-cen {
  padding: 15px ;
}
.case-a .case-cen .case-title {
  color: #000000;
  font-size: 19px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
}
.case-a .case-cen .data {
  font-size: 15px;
  color: #888888;
  margin: 5px 0;
}
.case-a .case-cen .case-yao {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case-a .case-bot {
  border-top: 1px solid #eeeeee;
  color: #0b0b0b;
  font-size: 15px;
  line-height: 45px;
  padding: 0 20px;
}
.case-a:hover {
  border: 1px solid #eec036;
  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 */
}
.case-a: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);
  -o-transform: scale(1.2);
}
.case-a:hover .case-cen .case-title {
  color: #eec036;
}
footer {
  background: #212121;
}
footer .foot-top {
  font-size: 18px;
  color: #ffffff;
  padding-top: 35px;
}
footer .foot-top a {
  color: #cccccc;
  font-size: 16px;
  padding-right: 30px;
  position: relative;
}
footer .foot-top a:hover {
  color: #eec036;
}
footer .foot-top a:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 11px;
  background-color: #dcdcdc;
  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: 14px;
}
footer .foot-top a:last-child:after {
  opacity: 0;
}
footer .foot-ul1 {
  padding: 40px 0;
  position: relative;
}
footer .foot-ul1::before {
  position: absolute;
  content: '';
  bottom: 0;
  width: 110%;
  left: -5%;
  height: 1px;
  background: #2d2d2d;
}
footer .foot-ul1 li {
  float: left;
  padding-left: 80px;
  margin-right: 161px;
}
footer .foot-ul1 li:last-child {
  margin-right: 0;
}
footer .foot-ul1 li .p1-p {
  color: #ffffff;
  font-size: 18px;
}
footer .foot-ul1 li .p2-p {
  font-size: 14px;
  color: #909090;
}
footer .foot-ul1 li i {
  font-size: 50px;
  color: #eec036;
  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%);
}
footer .foot-bot {
  padding: 20px 0 30px 0;
  position: relative;
  display: flex;
    justify-content: space-between;
}
footer .foot-bot::before {
  position: absolute;
  content: '';
  bottom: 0;
  width: 110%;
  left: -5%;
  height: 1px;
  background: #2d2d2d;
}
footer .foot-bot > li {
  margin-right: 0;
  float: left;
  position: relative;
}
footer .foot-bot > li::after {
  position: absolute;
  content: '';
  background-color: #444444;
  opacity: 0.251;
  width: 1px;
  height: 100px;
  right: -70px;
  top: 50px;
}
footer .foot-bot > li:last-child::after {
  opacity: 0;
}
footer .foot-bot > li .title-p {
  color: #ffffff;
  font-size: 18px;
}
footer .foot-bot > li .foot-uls2 {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
footer .foot-bot > li .foot-uls2 li a {
  color: #cccccc;
}
footer .foot-bot > li .foot-uls2 li a:hover {
  color: #eec036;
}
footer .foot-div {
  font-size: 14px;
  color: #878686;
  line-height: 55px;
}
.case-pa {
  display: block;
  padding: 25px 15px 38px 15px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.case-pa .img2 {
  display: none;
}
.case-pa .hao-p {
  color: #eec036;
  font-size: 51px;
  line-height: 1;
}
.case-pa .titl-p {
  color: #000000;
  font-size: 19px;
  line-height: 30px;
  margin-top: 9px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.case-pa:hover {
  background: #eec036;
  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 */
}
.case-pa:hover .hao-p {
  color: #ffffff;
}
.case-pa:hover .img2 {
  display: inline-block;
}
.case-pa:hover .img1 {
  display: none;
  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 */
}
.case-pa:hover .titl-p {
  color: #ffffff;
}
.cps .cps-title {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
}
.cps .cps-yao {
  font-size: 17px;
  color: #646464;
  line-height: 30px;
  margin: 15px 0 20px 0;
}
.cps .cps-ul li {
  position: relative;
  font-size: 16px;
  color: #646464;
  padding-left: 60px;
  line-height: 30px;
  margin-bottom: 10px;
}
.cps .cps-ul li .yuan {
  border-width: 1px;
  border-color: #eec036;
  border-style: solid;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  left: 0;
  color: #eec036;
  font-size: 21px;
  display: inline-block;
  text-align: center;
  position: absolute;
}
.cps-t {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  padding: 80px 0 40px 0;
}
.cps-zhi {
  background: url(../img/6.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}
.cps-zhi .cps-t {
  color: #ffffff;
}
.cps-saa {
  padding-bottom: 80px;
}
.cps-case {
  background: #f4f4f4;
  padding-bottom: 80px;
}
.cps-case .cps-case-ul li > div {
  width: 49%;
}
.cps-case .cps-case-ul li .re-title {
  color: #dd5f1f;
  font-size: 20px;
  margin: 20px 0 10px 0;
}
.cps-case .cps-case-ul li .re-title span {
  font-size: 40px;
}
.cps-case .cps-case-ul li .re-yao {
  color: #646464;
  font-size: 17px;
  line-height: 30px;
  height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.cps-case .cps-case-ul li:nth-child(even) .le {
  float: right;
}
.cps-case .cps-case-ul li:nth-child(even) .re {
  float: left;
}
.shengbao-liu {
  background: #f4f4f4;
  padding-bottom: 80px;
}
.shengbao-biao {
  padding-bottom: 80px;
}
.biao-con {
  margin-top: 35px;
  font-size: 17px;
  color: #646464;
  line-height: 30px;
}
.biao-con .biao-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.shengbao-cheng {
  background: #f4f4f4;
  padding-bottom: 80px;
}
.shengbao-cheng .sheng-ul li {
  background: #ffffff;
  padding-left: 25px;
  border-left: 2px solid #eec036;
  padding: 10px 10px 10px 25px;
  margin-bottom: 20px;
}
.shengbao-cheng .sheng-ul li p {
  font-size: 18px;
  color: #646464;
  line-height: 30px;
  padding-top: 10px;
}
.shengbao-cheng .sheng-ul li div {
  color: #646464;
  line-height: 27px;
  font-size: 16px;
  margin-top: 5px;
  height: 54px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.shengbao-cheng .sheng-ul li:last-child {
  margin-bottom: 0;
}
.factory-yao {
  color: #646464;
  font-size: 17px;
  line-height: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
}
.factory-yao .colr {
  color: #eec036;
}
.factory {
  padding-bottom: 80px;
}
.factory .swiper-container {
  padding: 50px 0;
}
.factory .swiper-container .swiper-slide {
  position: relative;
}
.factory .swiper-container .swiper-slide::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.factory .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  transition: 300ms;
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}
.factory .swiper-slide-active,
.factory .swiper-slide-duplicate-active {
  transform: scale(1.4);
  -ms-transform: scale(1.4);
  /* IE 9 */
  -moz-transform: scale(1.4);
  /* Firefox */
  -webkit-transform: scale(1.4);
  /* Safari 和 Chrome */
  -o-transform: scale(1.4);
  z-index: 333;
}
.factory .swiper-slide-active::after,
.factory .swiper-slide-duplicate-active::after {
  opacity: 0;
}
.import-ul {
  background: #ffffff;
}
.import-ul li > div {
  width: 50%;
}
.import-ul li:nth-child(even) .fl {
  float: right;
}
.import-ul li:nth-child(even) .fr {
  float: left;
}
.import-ul li .fl {
  padding: 40px;
}
.import-ul li .fl .title {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.import-ul li .fl .yao {
  color: #646464;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  overflow: hidden;
  height: 240px;
}
.gui {
  padding-bottom: 80px;
}
.gui .gui-ul li {
  float: left;
  width: 14.2%;
  cursor: pointer;
}
.gui .gui-ul li .gu-title {
  color: #333333;
  font-size: 17px;
  text-align: center;
  position: relative;
  margin-top: 40px;
}
.gui .gui-ul li .gu-title::after {
  position: absolute;
  content: '';
  top: -20px;
  width: 24px;
  height: 1px;
  background: #999c9c;
  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%);
}
.gui .gui-ul li:hover img {
  transform: rotateY(360deg);
  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 */
  -ms-transform: rotateY(360deg);
  /* IE 9 */
  -moz-transform: rotateY(360deg);
  /* Firefox */
  -webkit-transform: rotateY(360deg);
  /* Safari 和 Chrome */
  -o-transform: rotateY(360deg);
}
.zidong {
  padding-bottom: 80px;
  background: url(../img/21.jpg) no-repeat;
  background-size: cover;
}
.automation {
  padding-bottom: 80px;
  background: url(../img/22.jpg) no-repeat;
  background-size: cover;
}
.automation .cps-t {
  color: #ffffff;
}
.automation-ul li {
  width: 13%;
  padding-bottom: 30px;
  background: #ffffff;
  cursor: pointer;
  float: left;
  margin-right: 1.5%;
}
.automation-ul li:last-child {
  margin-right: 0;
}
.automation-ul li:hover > .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.automation-ul li:hover .automation-title {
  color: #eec036;
}
.automation-yao {
  color: #626262;
  font-size: 15px;
  line-height: 30px;
  height: 210px;
  padding: 0 10px;
}
.automation-title {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
  margin: 10px 0;
  position: relative;
}
.automation-title::after {
  content: '';
  width: 19px;
  height: 1px;
  background-color: #eec036;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.wenda {
  border-bottom: 1px solid #e3e3e3;
}
.wenda > thead > tr {
  background: #f2f2f2;
  border-top: 1px solid #e3e3e3;
}
.wenda > thead > tr th {
  line-height: 60px;
  border: none;
  color: #000000;
  font-size: 20px;
  padding: 0 0 0 30px;
  font-weight: 400;
}
.wenda > tbody > tr > td {
  padding: 0 0 0 30px;
  line-height: 60px;
  color: #4a4a4a;
  font-size: 16px;
}
.wenda > tbody > tr > td:nth-child(1) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.wenda > tbody > tr > td .yuans {
  display: inline-block;
  width: 7px;
  height: 7px;
  position: relative;
  top: -3px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: #dfdfdf;
}
.wenda > tbody > tr > td a {
  color: #4a4a4a;
  font-size: 16px;
}
.wenda > tbody > tr > td a i {
  color: #bcbcbc;
  display: inline-block;
  margin-right: 10px;
}
.wenda > tbody > tr > td a:hover {
  color: #eec036;
}
.wenda > tbody > tr > td a:hover i {
  color: #eec036;
}
.shui-con .col-md-4 {
  margin-bottom: 30px;
}
.li-con .bo {
  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%);
}
.li-con .bo i {
  color: #ffffff;
  font-size: 50px;
}
.li-con .title {
  background: #eeeeee;
  margin-top: 5px;
  line-height: 50px;
  height: 50px;
  color: #000000;
  font-size: 17px;
  padding: 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.li-con {
  cursor: pointer;
}
.li-con .jiao {
  right: 0;
  bottom: 0;
  z-index: 3;
}
.li-con: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);
  -o-transform: scale(1.2);
}
.li-con:hover .title {
  background: #eec036;
  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 */
}
.xingsw {
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
}
.xingsw .row {
  margin-bottom: 45px;
}
.xing-bots {
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
  padding: 24px 0;
}
.xing-bots .more a {
  color: #575757;
  font-size: 15px;
  border: 1px solid #eeeeee;
  line-height: 30px;
  padding: 0 15px;
  height: 30px;
  display: inline-block;
}
.xing-bots .more a:hover {
  background: #eec036;
  color: #ffffff;
}
.adds {
  color: #1b1b1b;
  font-size: 15px;
  line-height: 30px;
  margin-top: 10px;
}
.contat .col-md-3 i {
  color: #eec036;
  font-size: 30px;
}
.map {
  margin-top: 35px;
}
.contat {
  margin: 20px 0 0px 0;
}
.bixu {
  color: #262626;
  font-size: 17px;
  margin: 20px 0;
}
.reds {
  color: #e00000;
}
.inp-ul > li {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.inp-ul > li:nth-child(3) {
  margin-right: 0;
}
.inp-ul > li p {
  font-size: 16px;
  font-weight: lighter;
  color: #1b1b1b;
  margin-top: 10px;
}
.inp-ul > li:last-child {
  width: 100%;
  margin-right: 0;
}
.inp-ul > li input {
  width: 100%;
  height: 42px;
  margin-top: 10px;
  border: 1px solid #ebebeb;
  padding-left: 15px;
}
.inp-ul > li textarea {
  width: 100%;
  height: 160px;
  resize: none;
  margin-top: 10px;
  border: 1px solid #ebebeb;
  padding: 15px;
}
.tiajiaos {
  font-size: 15px;
  color: #fff;
  font-weight: lighter;
  line-height: 40px;
  padding: 0 50px;
  background: #eec036;
  border: none;
  border-radius: 30px;
  margin-top: 20px;
}
.tiajiaos:hover {
  background: #daf0ff;
  transition: 600ms ease-in-out;
  color: #eec036;
}
.feng {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
}
.feng .feng-title {
  color: #343434;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}
.feng .xians {
  padding: 0 0 40px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #f8f8f8;
}
.zpng-p {
  font-size: 23px;
  color: #343434;
  font-weight: bold;
}
.tou {
  background: url(../img/64.jpg) no-repeat;
  background-size: cover;
}
.tou-uls li {
  margin-bottom: 60px;
}
.tou-uls li:nth-child(1) {
  margin-bottom: 0;
}
.tou-uls li .fl {
  width: 30%;
  text-align: center;
}
.tou-uls li .fl .yuans1 {
  width: 268px;
  height: 268px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  line-height: 268px;
  text-align: center;
  display: inline-block;
}
.tou-uls li .fr {
  width: 70%;
}
.tou-uls li .fr .tou-title {
  color: #0c3674;
  font-size: 20px;
  font-weight: bold;
}
.tou-uls li .fr .touyao {
  width: 60%;
  color: #707070;
  font-size: 16px;
  line-height: 30px;
}
.tou-uls li:nth-child(2) .fl {
  float: right;
  text-align: right;
}
.tou-uls li:nth-child(2) .fl .yuans1 {
  width: 197px;
  height: 197px;
  line-height: 197px;
  position: relative;
  margin-top: -60px;
}
.tou-uls li:nth-child(2) .fr {
  float: left;
  overflow: hidden;
  right: -100px;
  position: relative;
}
.tou-uls li:nth-child(2) .fr .touyao {
  float: right;
  width: 65%;
  text-align: right;
}
.tou-uls li:nth-child(2) .fr .tou-title {
  text-align: right;
}
.tou-uls li:nth-child(3) .fl .yuans1 {
  margin-top: -60px;
  width: 197px;
  height: 197px;
  line-height: 197px;
}
.tou-uls li:nth-child(3) .fr .touyao {
  width: 65%;
}
.tou-uls li:nth-child(4) .fl {
  float: right;
}
.tou-uls li:nth-child(4) .fl .yuans1 {
  margin-top: -60px;
}
.tou-uls li:nth-child(4) .fr {
  float: left;
  overflow: hidden;
}
.tou-uls li:nth-child(4) .fr .touyao {
  float: right;
  text-align: right;
}
.tou-uls li:nth-child(4) .fr .tou-title {
  text-align: right;
}
.new .new-ul {
  margin-bottom: 30px;
}
.new .new-ul li {
  padding: 30px 0;
  border-bottom: 1px solid #f0f0f0;
}
.new .new-ul li:last-child {
  border-bottom: none;
}
.new .new-ul li .new-a{
  display: inline-block;
}
.new .new-ul li .new-a> .fl {
  width: 33%;
}
.new .new-ul li .new-a .new-con {
  width: 65%;
}
.date {
  color: #888888;
  font-size: 15px;
}
.new .new-ul li .new-a  .new-con .new-title {
  font-size: 19px;
  color: #0b0b0b;
  line-height: 30px;
  font-weight: bold;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 10px 0;
}
.new .new-ul li .new-a  .new-con .new-yao {
  color: #888888;
  font-size: 15px;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new .new-ul li .new-a  .new-con .more {
  color: #0b0b0b;
  font-size: 15px;
  margin-top: 20px;
}.new .new-ul li .new-a  .new-con .more a{
  color: #0b0b0b;
}
.new .new-ul li .new-a  .new-con .more i {
  color: #eec036;
}
.new .new-ul li .new-a: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);
  -o-transform: scale(1.2);
}
.new .new-ul li .new-a :hover .new-con .new-title {
  color: #eec036;
  font-weight: bold;
}
.new .new-ul li .new-a:hover .new-con .more {
  color: color;
}
.xing-bots {
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
  padding: 24px 0;
}
.xing-bots .more a {
  color: #575757;
  font-size: 15px;
  border: 1px solid #eeeeee;
  line-height: 30px;
  padding: 0 15px;
  height: 30px;
  display: inline-block;
}
.xing-bots .more a:hover {
  background: #eec036;
  color: #ffffff;
}
.shang {
  width: 80%;
}
.shang > div {
  color: #000000;
  font-size: 15px;
  margin-top: 10px;
}
.shang > div a {
  color: #575757;
  font-size: 15px;
}
.shang > div a:hover {
  color: #eec036;
}
.xingsw .more {
  margin: 40px 0;
}
.xingsw .more a:hover {
  border: 1px solid #eec036;
  color: #eec036;
}
.detall .bdsharebuttonbox {
  display: inline-block;
  position: relative;
  top: 16px;
}
.detall .bdsharebuttonbox a {
  margin: 0px 6px 0px 0;
}
.new-list-xiang .xing-lizi {
  left: 8%;
  top: 40%;
}
.xing-biao {
  color: #0b0b0b;
  font-size: 23px;
  font-weight: bold;
}
.cons-bian2 {
  color: #888888;
  font-size: 15px;
}
.cs-cons1 {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  padding: 30px 0;
}
.cs-cons1 img {
  padding: 15px;
}
.hang-tu-ul {
  margin-top: 20px;
}
.hang-tu-ul li {
  line-height: 30px;
  margin: 10px 0;
}
.hang-tu-ul li a {
  display: block;
  color: #888888;
  font-size: 17px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.hang-tu-ul li a .yuandian {
  border-radius: 50%;
  background-color: #c6c6c6;
  display: inline-block;
  margin-right: 10px;
  width: 7px;
  height: 7px;
}
.hang-tu-ul li a:hover {
  color: #eec036;
}
.hangye-xing .les {
  width: 73%;
}
.hangye-xing .re {
  width: 25%;
  margin-top: 10px;
}
.hangye-xing .re .re-hd {
  color: #0b0b0b;
  font-size: 20px;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}
.shehui-zhao {
  margin-bottom: 70px;
}
.shehui-zhao .tou-wen {
  color: #696969;
  font-size: 19px;
  line-height: 40px;
  right: 30px;
  top: 40%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.shehui-zhao .tou-wen a {
  background: #eec036;
  color: #ffffff;
  font-size: 19px;
  line-height: 30px;
  padding: 0 15px;
  margin-left: 10px;
  display: inline-block;
}
.shehui-zhao .tou-wen a:hover {
  background: #00a0e9;
  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 */
}
.shehui-zhao .jian {
  margin-bottom: 30px;
}
.xinzi {
  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: 80%;
}
.csh-row .col-md-3 > .pr {
  cursor: pointer;
}
.csh-row .col-md-3 > .pr:hover .zinxins {
  display: block;
  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 */
}
.csh-row .col-md-3 > .pr: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);
  -o-transform: scale(1.2);
}
.xinzi .title_p {
  color: #ffffff;
  font-size: 19px;
  padding: 15px 0;
  position: relative;
}
.xinzi .title_p::after {
  position: absolute;
  content: '';
  width: 31px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  height: 1px;
  background-color: #ffffff;
}
.xinzi .zinxins {
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  margin-top: 15px;
  display: none;
}
.gang form {
  display: inline-block;
  width: 100%;
}
#distpicker1{
  float: left;

}
.gang select {
  color: #797979;
  font-size: 16px;
  background: #ffffff;
  height: 40px;
  padding: 0 20px;
  margin-right: 20px;
}
.gang .sou {
  width: 470px;
  border: 1px solid #c7c7c7;
  display: inline-block;
}
.gang .sou input {
  width: 80%;
  float: left;
  height: 40px;
  padding-left: 30px;
}
.gang .sou button {
  width: 20%;
  border: none;
  float: right;
  height: 40px;
  background: #eec036;
  color: #ffffff;
}
.gang .sou .i-co {
  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: 5px;
}
.recruitment {
  background: #f5f5f5;
  padding-bottom: 90px;
}
.recruitment .xiao-cona {
  margin-top: 40px;
}
.recruitment .xiao-cona .lee {
  width: 24%;
}
.recruitment .xiao-cona .lee .lee-ul li {
  color: #424242;
  font-size: 18px;
  border-bottom: 1px solid #f5f5f5;
  background: #ffffff;
  cursor: pointer;
  padding: 20px;
}
.recruitment .xiao-cona .lee .lee-ul li:hover,
.recruitment .xiao-cona .lee .lee-ul li.active {
  background: #eec036;
  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 */
}
.recruitment .xiao-cona .ree {
  width: 73%;
  background: #ffffff;
}
.zhao-xinghs {
  padding: 25px;
  padding-bottom: 50px;
}
.zhao-xinghs .gongc-p {
  color: #000000;
  font-size: 20px;
}
.zhao-xinghs .cons-bian2 {
  margin: 10px 0;
}
.zhao-xinghs .cons-bian2 span {
  font-size: 15px;
  color: #575757;
}
.zhao-xinghs .cons-bian2 a {
  margin-top: 0;
}
.zhao-xinghs .z-uls {
  background: #f5f5f5;
  padding: 20px 0 20px 30px;
}
.zhao-xinghs .z-uls li {
  width: 33.333%;
  float: left;
  color: #575757;
  font-size: 15px;
  line-height: 40px;
}
.zhao-xinghs .gang-nei {
  color: #575757;
  font-size: 15px;
  line-height: 30px;
  margin: 20px 0;
}
.zhao-xinghs .tou-a a {
  font-size: 17px;
  color: #eec036;
  line-height: 45px;
  border: 1px solid #eec036;
  padding: 0 30px;
  display: inline-block;
}
.zhao-xinghs .tou-a a:hover {
  background: #eec036;
  color: #ffffff;
}
.ree-cons > div {
  display: none;
}
.hrd {
  color: #484848;
  font-size: 30px;
  font-weight: bold;
  margin: 70px 0 40px 0;
}
.certify {
  position: relative;
  margin: 0 auto;
}
.certify .swiper-container {
  padding-bottom: 60px;
}
.certify .swiper-slide {
  width: 520px;
}
.certify .swiper-slide .overh {
  background: #fff;
  border-width: 1px;
  border-color: #d9d9d9;
  border-style: solid;
  background-color: #ffffff;
  box-shadow: 3.857px 4.596px 0px 0px rgba(0, 0, 0, 0.15);
  padding: 120px 0;
}
.certify .swiper-slide p {
  margin: 25px 0;
  text-align: center;
  color: #0b0b0b;
  font-size: 20px;
  opacity: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.certify .swiper-slide.swiper-slide-active p {
  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 */
}
.certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
.certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
.certify .swiper-button-prev {
  left: 0px;
  width: 45px;
  top: 40%;
  height: 45px;
  background: url(../img/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}
.certify .swiper-button-next {
  right: 0px;
  top: 40%;
  width: 45px;
  height: 45px;
  background: url(../img/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}
.certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
.certify .swiper-slide {
  text-align: center;
}
.certify .swiper-slide .overh {
  text-align: center;
}
.certify .swiper-slide .overh img {
  display: inline-block;
}
.rong-tits {
  color: #404040;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 45px;
  margin-top: 70px;
}
.rong .xinas {
  border-bottom: 1px solid #eeeeee;
}
.hang-jie img {
  padding: 0;
}
.hang-jie .re {
  margin-top: 0;
}
.hang-jie .re .re-hd {
  padding: 0 0  34px 0;
}
.hang-jie .jie-title {
  color: #010101;
  font-size: 20px;
  margin: 10px 0 20px 0;
}
.hang-jie .jie-title img {
  padding: 0  15px 0 0;
}
.fangsa {
  border: 1px dashed #fdac1f;
  padding: 20px ;
}
.fangsa .sheng-uls li {
  height: 270px;
  float: left;
  padding-bottom: 25px;
  width: 31%;
  margin: 0 1.1%;
}
.fangsa .sheng-uls li .p1 {
  color: #ffffff;
  font-size: 19px;
  margin: 20px 0 0 0;
}
.fangsa .sheng-uls li .ti_div {
  color: #000000;
  font-size: 16px;
  background: #ffffff;
  line-height: 45px;
  height: 45px;
  margin-top: 20px;
  border: 1px dashed #fdac1f;
  width: 80%;
  margin: 20px  auto 0 auto;
  text-align: center;
}
.fangsa .sheng-uls li:nth-child(1) {
  background: #ffc34f;
}
.fangsa .sheng-uls li:nth-child(2) {
  background: #fe871e;
}
.fangsa .sheng-uls li:nth-child(3) {
  background: #fe721e;
}
.tiao-uls {
  padding-top: 20px;
}
.tiao-uls li {
  margin-top: 28px;
}
.tiao-uls li .fl {
  width: 30%;
}
.tiao-uls li .fr {
  width: 68%;
}
.tiao-uls li .fr .p1 {
  color: #000000;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.tiao-uls li .fr .p2 {
  color: #626262;
  font-size: 15px;
  line-height: 30px;
  height: 120px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.shu-ul {
  margin: 40px 0;
}
.shu-ul li {
  width: 33.33%;
  text-align: center;
  float: left;
  border-right: 1px solid #ededed;
}
.shu-ul li .hao {
  color: #eec036;
  font-size: 51px;
}
.shu-ul li .hao sup {
  font-size: 15px;
  position: relative;
  top: -40px;
}
.shu-ul li .hao1 {
  color: #5c5c5c;
  font-size: 17px;
  margin-top: 10px;
}
.shu-ul li:last-child {
  border-right: none;
}
.us-jia {
  overflow: hidden;
  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 */
}
.us-jia.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 */
}
.us-about {
  color: #8a8a8a;
  font-size: 16px;
  line-height: 30px;
}
.more-gei span {
  border: 1px solid #eec036;
  color: #eec036;
  cursor: pointer;
  border-radius: 30px;
  display: inline-block;
  line-height: 40px;
  padding: 0 25px;
  font-size: 17px;
}
.more-gei span.active,
.more-gei span:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: #eec036;
  color: #ffffff;
}
.more-gei {
  margin-top: 40px;
}
.us-con {
  margin-bottom: 80px;
}
.qiye {
  background: url(../img/45.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}
.qiye .hrd {
  color: #ffffff;
}
.qiye .shui-p {
  font-size: 40px;
  color: #1f252c;
}
.qiye .shu-div {
  color: #404040;
  font-size: 19px;
}
.qiye-ul li {
  padding: 50px 20px;
  background: #ffffff;
  width: 24%;
  text-align: center;
  margin-right: 1.3%;
  float: left;
}
.qiye-ul li:last-child {
  margin-right: 0%;
}
/*发展历程*/
.lic {
  padding: 0    0 100px 0;
}
.lic h3 {
  text-align: center;
  font-size: 26px;
  color: #000000;
  margin-bottom: 30px;
}
.container_lic dt {
  text-align: center;
  font-weight: normal;
  float: left;
}
.container_lic dt:nth-child(1) {
  border-right: 1px solid #000;
  width: 45%;
}
.container_lic dt:nth-child(2) {
  width: 52%;
  padding-left: 60px;
  color: #393939;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
.container_lic dt h3 {
  font-size: 94px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 0px;
}
.container_lic dt p {
  font-size: 20px;
  color: #9c9c9c;
}
.container_lic dd {
  width: 70%;
  float: left;
  font-size: 20px;
  color: #2c2c2c;
  padding: 5px 50px;
  line-height: 25px;
}
.lic_w {
  padding: 0px 10%;
}
.lic_w .prev_lic {
  background: url("../img/prev10.png");
  width: 79px;
  height: 79px;
}
.lic_w .next_lic {
  background: url("../img/next10.png");
  width: 79px;
  height: 79px;
}
.lic_w .prev_lic,
.lic_w .next_lic {
  margin-top: -40px;
}
.lic_w .prev_lic:focus,
.lic_w .next_lic:focus {
  outline: none;
}
.container_lic_b .swiper-slide span {
  cursor: pointer;
  margin-top: 20px;
  font-size: 25px;
  color: #b3b3b3;
  display: inline-block;
  text-align: left;
  position: relative;
  left: -28px;
}
.container_lic_b .swiper-slide span:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  opacity: 0;
  background: #eec036;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -3px;
}
.lic_b {
  margin-top: 20px;
  overflow: hidden;
  padding: 0px 3%;
  width: 96%;
  margin: 20px auto 0 auto;
}
.lic_b .container_lic_b {
  overflow: initial;
}
.container_lic_b .swiper-slide-thumb-active span {
  color: #000;
}
.container_lic_b .swiper-slide-thumb-active span:before {
  opacity: 1;
}
.lic {
  background: url(../img/46.jpg) no-repeat;
}
.fazhabs .shi {
  background: #f5f5f5;
  margin-bottom: 30px;
  position: relative;
}
.fazhabs .shi .shi-wen {
  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%);
}
.fazhabs .shi > div {
  width: 50%;
  text-align: center;
}
.fazhabs .shi .hrd {
  margin: 25px 0;
  color: #eec036;
}
.fazhabs .shi .yus-p1 {
  color: #545454;
  line-height: 30px;
  font-size: 18px;
}
.fazhabs .shi1 .shi-wen {
  right: 0;
}
.jian {
  padding-bottom: 60px;
}
.jian .hrd {
  margin-top: 60px;
}
.jian .jian-title {
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  color: #0b0b0b;
  padding: 0 10px;
  text-align: center;
  margin: 10px 0;
}
.jian-lubo .swiper-container {
  padding-bottom: 70px;
}
.jian-lubo .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-width: 2px;
  border-color: #eec036;
  border-style: solid;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
}
.jian-lubo .swiper-pagination-bullet-active {
  background: #eec036;
}
.lunbo .swiper-pagination-clickable .swiper-pagination-bullet {
  border-radius: 2px;
  width: 137px;
  height: 6px;
  opacity: 1;
  margin: 0;
}
.lunbo .swiper-pagination-clickable .swiper-pagination-bullet:nth-child(odd) {
  background-color: #363636;
}
.lunbo .swiper-pagination-clickable .swiper-pagination-bullet:nth-child(even) {
  background: #626262;
}
.lunbo .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #eec036;
}
.lunbo .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.lunbo .swiper-container-horizontal > .swiper-pagination-bullets,
.lunbo .swiper-pagination-custom,
.lunbo .swiper-pagination-fraction {
  bottom: -5px;
}
.en-title {
  color: #070707;
  font-size: 34px;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0 5px 0;
}
.cn-title {
  color: #030303;
  font-size: 16px;
  margin-bottom: 45px;
}
.cn-title span {
  color: #eec036;
  font-size: 26px;
}
.tui-news .a {
  display: block;
  padding: 25px 17px;
  box-shadow: 0px 0px 13px 0px rgba(89, 89, 89, 0.09);
}
.tui-news .a > div {
  width: 49%;
}
.tui-news .a:hover > .fl {
  overflow: hidden;
}
.tui-news .a:hover > .fl 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);
  -o-transform: scale(1.2);
}
.tui-news .a:hover .index-new-title a {
  color: #eec036;
}
.tui-news .index-new-title {
  color: #0d0d0d;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}.tui-news .index-new-title  a{
  color: #0d0d0d;
}
.tui-news .index-new-yao {
  color: #0d0d0d;
  font-size: 14px;
  line-height: 30px;
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.tui-news .index-new-date {
  color: #424245;
  font-size: 14px;
}
.tui-news .mro {
  margin-top: 20px;
}
.tui-news .mro span {
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  padding: 0 30px;
  border-radius: 30px;
  background: #eec036;
}
.bian-ul {
  margin-top: 10px;
}
.bian-ul li {
  border-bottom: 1px solid #d0d0d0;
}
.bian-ul li a {
  color: #505050;
  font-size: 14px;
  line-height: 61px;
  display: block;
}
.bian-ul li a:hover {
  color: #eec036;
}
.bian-ul li a .fl {
  width: 70%;
  font-weight: bold;
  height: 61px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.bian-ul li a .fr {
  width: 20%;
  text-align: right;
  color: #505050;
  font-size: 14px;
}
.index-new-lunbo .swiper-slide a {
  display: block;
}
.index-new-lunbo .swiper-slide a: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);
  -o-transform: scale(1.2);
}
.index-new-lunbo .swiper-slide a:hover .tatl {
  background: #eec036;
  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-lunbo .swiper-slide .tatl {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-weight: bold;
  color: #0e0c0c;
  font-size: 16px;
  height: 83px;
  line-height: 83px;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.9);
}
.index-new-lunbo .swiper-slide .das {
  left: 0;
  top: 0;
  background: #eec036;
  text-align: center;
  padding: 15px;
}
.index-new-lunbo .swiper-slide .das .yue {
  color: #ffffff;
  font-size: 34px;
  border-bottom: 1px solid #ffffff;
}
.index-new-lunbo .swiper-slide .das .nian {
  font-size: 17px;
  color: #ffffff;
}
.morew {
  margin: 50px 0 30px 0;
}
.morew a {
  display: inline-block;
  color: #ffffff;
  background: #15110f;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  text-transform: uppercase;
}
.morew a i {
  font-weight: lighter;
}
.morew a:hover {
  background: #eec036;
  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 */
}
.business {
  background: url(../img/54.jpg) no-repeat;
  background-size: cover;
}
.business .en-title {
  color: #ffffff;
}
.business .cn-title {
  color: #ffffff;
  line-height: 40px;
}
.ye-uls li {
  width: 19.6%;
  float: left;
  margin-right: 0.5%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.ye-uls li:last-child {
  margin-right: 0;
}
.ye-uls li .overh img {
  max-width: inherit;
  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 */
}
.ye-uls li .overh .zi-img {
  display: none;
}
.ye-uls li .overh .zi {
  font-size: 22px;
  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: 22px;
  color: #ffffff;
  z-index: 3;
  text-align: center;
}
.ye-uls li .overh::before {
  content: '';
  position: absolute;
  left: 0;
  background-color: #000000;
  opacity: 0.478;
  width: 100%;
  z-index: 1;
  top: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  right: 0;
  bottom: 0;
}
.ye-uls li.active {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.ye-uls li.active .overh img {
  transition: 800ms ease-in-out;
  -moz-transition: 800ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 800ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 800ms ease-in-out;
  /* Opera */
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  /* IE 9 */
  -moz-transform: scale(1.05);
  /* Firefox */
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.ye-uls li.active .overh::before {
  /* Firefox 4 */
  /* Safari and Chrome */
  /* Opera */
  content: '';
  position: absolute;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  height: 140px;
  width: auto;
  left: 0;
  background-color: #000000;
  opacity: 0.478;
  width: 100%;
  z-index: 1;
  top: auto;
  right: 0;
  bottom: 0;
}
.ye-uls li.active .zi {
  width: auto;
  bottom: 45px;
  top: auto;
  font-size: 19px;
  width: 85%;
  text-align: left;
  padding-right: 30px;
  left: 10%;
  -ms-transform: translateY(0%);
  /* IE 9 */
  -moz-transform: translateY(0%);
  /* Firefox */
  -webkit-transform: translateY(0%);
  /* Safari 和 Chrome */
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  /* IE 9 */
  -moz-transform: translateX(0%);
  /* Firefox */
  -webkit-transform: translateX(0%);
  /* Safari 和 Chrome */
  -o-transform: translateX(0%);
  border-bottom: 1px dashed #ffffff;
  line-height: 70px;
}
.ye-uls li.active .zi .zi-img {
  display: block;
  position: absolute;
  top: 70%;
  right: 0%;
}
.solutions-lubo .swiper-container {
  padding: 130px 0 30px 0;
}
.solutions-lubo .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  z-index: 54;
}
.solutions-lubo .swiper-slide .overh::after{
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 4;
  bottom: 0;



}.solutions-lubo .swiper-slide-active .overh::after{
  background :rgba(0, 0, 0, 0.4) ;
}
.solutions-lubo .swiper-slide:hover .zi .morea span {
  background: #eec036;
  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 */
}
.solutions-lubo .swiper-slide .zi {
  width: 80%;
  opacity: 0;
  left: 50%;
  top: 50%;  z-index: 5;
  transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%) scale(0.8);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%) scale(0.8);
}
.solutions-lubo .swiper-slide .zi > p {
  color: #ffffff;
  font-size: 30px;
}
.solutions-lubo .swiper-slide .zi .yaos {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  margin-top: 40px;
  height: 120px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.solutions-lubo .swiper-slide .zi .morea {
  margin-top: 50px;
}
.solutions-lubo .swiper-slide .zi .morea span {
  font-size: 18px;
  color: #ffffff;
  line-height: 50px;
  border: 1px solid #eec036;
  border-radius: 30px;
  display: inline-block;
  padding: 0 50px;
}
.solutions-lubo .swiper-slide-active,
.solutions-lubo .swiper-slide-duplicate-active {
  transform: scale(1.4);
  -ms-transform: scale(1.4);
  /* IE 9 */
  -moz-transform: scale(1.4);
  /* Firefox */
  -webkit-transform: scale(1.4);
  /* Safari 和 Chrome */
  -o-transform: scale(1.4);
  z-index: 55;    box-shadow: 0px 0px 13px  rgba(89, 89, 89, 0.1);
  margin-top: -62px;
  border-top: 2px solid #eec036;
}
.solutions-lubo .swiper-slide-active .zi,
.solutions-lubo .swiper-slide-duplicate-active .zi {
  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 */
}
.solutions-lubo .swiper-button-next {
  right: 28%;
}
.solutions-lubo .swiper-button-prev {
  left: 28%;
}
.index-hezuo {
  background: url(../img/62.jpg) no-repeat;
  background-size: 100%;
  padding-bottom: 60px;
}
.index-hezuo .en-title,
.index-hezuo .cn-title {
  color: #ffffff;
}
.index-hezuo .xins {
  width: 110%;
  background-color: #eec036;
  height: 4px;
  margin-left: -5%;
}
.index-hezuo .zuo {
  padding: 50px 40px;
  background: rgba(255, 255, 255, 0.071);
}
.index-hezuo .zuo .swiper-slide {
  border-style: solid;
  cursor: pointer;
  border-width: 2px;
  border-color: #eec036;
  background-color: #fefefe;
  border-radius: 2px;
  padding: 10px 0;
  overflow: hidden;
}
.index-hezuo .zuo .swiper-slide: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 */
}
.index-hezuo .zuo .swiper-slide:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#wrapper {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.phone {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  display: none;
  top: 0;
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
  padding: 5px 0;
}
.phone .phong-l {
  width: 61%;
  line-height: 60px;
}
.sidebar-menu.is-active + #wrapper {
  transform: translateX(-300px);
}
.color_dao i {
  display: inline-block;
  font-size: 25px;
  color: #eec036;
  line-height: 60px;
}
.sidebar-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #e7e9eb;
  transition: right 0.5s;
  z-index: 99999;
}
.sidebar-menu.is-active {
  display: block;
  transition: right 0.5s;
}
.sidebar-menu__header {
  height: 50px;
  background: #eec036;
  position: relative;
  display: block;
  padding: 15px 25px;
  height: 100%;
  width: 100%;
  color: #fff;
}
.sidebar-menu__title {
  color: #ccc;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.sidebar-menu__title > i {
  display: inline-block;
  float: right;
  font-size: 28px;
  line-height: inherit;
}
.sidebar-menu__title:active,
.sidebar-menu__title:focus,
.sidebar-menu__title:hover {
  color: #fff;
  text-decoration: none;
}
.sidebar-menu__title::first-letter {
  text-transform: uppercase;
}
.sidebar-menu__title::before {
  content: "\e907";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  color: #fff;
  font-size: 20px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga" 1;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  all: unset;
}
.sidebar-menu__list {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 250px;
  list-style: none;
  background-color: #fff;
  transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__item {
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.colos {
  line-height: 70px;
}
.sidebar-menu__item:first-child {
  border-top: 0;
}
.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
  background-color: #d4a721!important;
}
.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
  color: #fff !important;
}
.sidebar-menu__item:hover {
  background-color: #fff;
  cursor: pointer;
}
.sidebar-menu__item:hover > .sidebar-menu__link {
  color: #6e6e6e;
}
.phone_i {
  display: inline-block;
  line-height: 60px;
  padding: 0 15px;
}
.sidebar-menu__item:hover > .sidebar-menu__link .glyphicon-menu-right {
  color: #6e6e6e;
}
.sidebar-menu__item .sidebar-menu__list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateX(300px);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__item .sidebar-menu__list.is-active {
  transform: translateX(0);
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
  z-index: 2;
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 3;
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 4;
}
.sidebar-menu__link {
  display: block;
  padding: 10px 25px;
  color: #828282;
  font-size: 13px;
  font-weight: 400;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__link::first-letter {
  text-transform: uppercase;
}
.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
  text-decoration: none;
}
.sidebar-menu__link span.glyphicon-menu-left {
  float: left;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  margin-right: 4px;
}
.sidebar-menu__link .glyphicon-menu-right {
  color: #bababa;
  float: right;
}
.mobile-foot {
  display: none;
  background: #eec036;
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.mobile-foot a {
  color: #fff;
  height: 35px;
  line-height: 33px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  width: 22%;
  padding: 0 15px;
  font-size: 15px;
  margin: 0 5px;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  padding: 0px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
/* 右侧悬浮 */
.rightfix {
  position: fixed;
  top: 60%;
  right: 0px;
  width: 40px;
  border-right: none;
  z-index: 99;
  border: 1px solid #dee2e7;
  background: #fff;
}
.fix_ul > li {
  font-size: 12px;
  background: #fff;
  text-align: center;
  float: none;
  position: relative;
  width: 40px;
  height: 40px;
  border-bottom: 1px solid #dee2e7;
  line-height: 40px;
  margin-bottom: 0px;
  color: #fff;
}
.fix_ul > li i {
  font-size: 20px;
  color: #747679;
}
.fix_ul > li a {
  color: #000000;
}
.right_div {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  position: absolute;
  right: 20px;
  bottom: 0;
  min-width: 120px;
  padding: 5px;
  line-height: 30px;
  transition: all 0.2s ease-in-out;
  background: #eec036;
}
.right_div .p1 {
  font-size: 25px;
  color: #000000;
  font-weight: bold;
}
.right_div .p2 {
  font-size: 18px;
  color: #000000;
}
.fix_ul > li:hover .right_div {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  right: 40px;
}
.fix_ul > li:hover {
  background: #eec036;
  color: #ffffff;
}
.fix_ul > li:hover i {
  color: #ffffff;
}
.searchbox {
  padding: 15px;
  box-shadow: 0 0 7px 0 #cfcfcf;
  background: #fff;
  position: fixed;
  left: 0;
  display: none;
  width: 100%;
  right: 0;
  top: 82px;
  border-top: 2px solid #eec036;
  text-align: center;
  z-index: 999;
}
.searchbox.active {
  top: 159px;
}
.searchs {
  max-width: 600px;
  margin: 0 auto;
}
.searchs .sertext {
  display: block;
  padding: 0;
  outline: 0;
  padding-left: 12px;
  width: 78%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 12px;
  height: 52px;
  line-height: 52px;
  transition: 0.4s;
}
.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #eec036;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}
.ds {
  cursor: pointer;
}
.index_a img {
  height: 30px;
}
.dian-history {
  border-top: 1px solid #d5d5d5;
  margin-top: 30px;
}
.fazhang-ul {
  display: none;
}
.fazhang-ul li {
  padding: 20px 0;
  border-bottom: 1px dashed #d0d0d0;
}
.fazhang-ul li .nians {
  font-size: 20px;
  color: #000;
}
.fazhang-ul li .nians .yusa {
  display: inline-block;
  background-color: #b8b8b8;
  width: 6px;
  margin-right: 10px;
  height: 6px;
}
.fazhang-ul li .neirongs {
  font-size: 16px;
  color: #606060;
  line-height: 30px;
}
.fazhang-ul li .neirongs > div {

}.fazhang-ul li .neirongs > div>div{
  position: relative;
  padding-left: 20px;

}
.fazhang-ul li .neirongs > div>div:after {
  position: absolute;
  content: '';

  width: 0;
  height: 0;
  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%);
  border: 5px solid;
  border-color: transparent transparent transparent #b8b8b8;
}
.lic .more {
  margin-top: 30px;
}
.lic .more a {
  line-height: 40px;
  display: inline-block;
  padding: 0 40px;
  border-radius: 30px;
  background: #eec036;
  color: #ffffff;
}
.history-con {
  height: 120px;
  padding: 0 48px;
  margin: auto;
}
.history-con:after {
  content: '';
  position: absolute;
  top: 37%;
  -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: 33px;
  left: 0;
  width: 100%;
  background: url(../img/line.png) center center;
  background-repeat: repeat-x;
}
.history-con .swiper-slide {
  text-align: center;
}
.history-con .swiper-slide span {
  color: #000000;
  font-size: 16px;
  padding: 0px 10px;
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
  position: relative;
}
.history-con .swiper-slide span:hover,
.history-con .swiper-slide span.active {
  background: #eec036;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #ffffff;
}
.history-con .swiper-slide span:hover::after,
.history-con .swiper-slide span.active::after,
.history-con .swiper-slide span:hover:before,
.history-con .swiper-slide span.active:before {
  opacity: 1;
}
.history-con .swiper-slide span::after {
  opacity: 0;
  position: absolute;
  content: '';
  top: 36px;
  width: 1px;
  height: 20px;
  background-color: #eec036;
  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%);
}
.history-con .swiper-slide span:before {
  opacity: 0;
  position: absolute;
  content: '';
  top: 50px;
  border-radius: 50%;
  background-color: #eec036;
  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%);
  width: 5px;
  height: 5px;
}
.history-con .swiper-slide:nth-child(even) span {
  position: absolute;
  bottom: 0px;
}
.history-con .swiper-slide:nth-child(even) span:before {
  top: -34px;
}
.history-con .swiper-slide:nth-child(even) span::after {
  top: -30px;
}
.history-con .swiper-container {
  height: 100%;
}
.history-con .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1!important;
}
.history-con .swiper-button-next {
  width: 38px;
  height: 38px;
  background: url(../img/r8.png) no-repeat #ffffff;
  background-size: 100% 100%;
  right: 0px;
}
.history-con .swiper-button-prev {
  width: 38px;
  height: 38px;
  background: url(../img/l7.png) no-repeat #ffffff;
  background-size: 100% 100%;
  left: 0px;
}
.history {
  margin-top: 60px;
}
.lunbo video{
  width: 77.9%;
  display: inline-block;

}.lunbo {
  text-align: center;
  background: #e7e6e8;
}

#page{ clear:both; height:40px; margin:0 auto; text-align:center; display: table; margin-top:20px}
#page li{ float:left;height: 19px;
  min-width: 37px;padding: 0 5px;    line-height: 29px;
  height: 29px;border:1px solid #CCCCCC; margin-right:6px; color:#666; font-size:12px; list-style:none;cursor: pointer;}
#page li:hover{border:1px solid #eec036;}
#page li:hover a{color:#eec036}
#page li a{ color:#666;display: block;}
#page li.active{border:1px solid #f67d38; background-color:#f67d38; color:#FFFFFF}
#page li.active a{ color:#fff}
#page .thisclass{ background-color:#eec036; color:#FFFFFF}

.gang { display: none; }



@media (max-width: 1440px) {
  .certify .swiper-slide .overh {
    padding: 40px 0;
  }
  .hangs {
    padding: 0 40px;
  }
  .er-uls {
    width: 130%;
    left: -15%;
  }
  .index-hezuo .xins {
    width: 100%;
    margin-left: 0;
  }
  .navs-ul > li {
    width: auto;
    padding: 0 10px;
  }
  .solutions-lubo .swiper-slide .zi .morea span {
    font-size: 14px;
    line-height: 36px;
    border-radius: 29px;
    padding: 0 32px;
  }
  .solutions-lubo .swiper-slide .zi > p {
    font-size: 20px;
  }
  .solutions-lubo .swiper-slide-active,
  .solutions-lubo .swiper-slide-duplicate-active {
    margin-top: -42px;
  }
  .solutions-lubo .swiper-slide .zi .yaos {
    font-size: 14px;
    margin-top: 9px;
    height: 84px;
    line-height: 21px;
  }
  .solutions-lubo .swiper-slide .zi .morea {
    margin-top: 10px;
  }
  .containers {
    width: auto;
    padding: 0 30px;
  }
  .yu {
    font-weight: bold;
  }
  .navs-ul > li > a {
    font-weight: bold;
    font-size: 15px;
    padding: 0 4px;
  }
  footer .foot-ul1::before {
    width: 100%;
    left: 0;
  }
  footer .foot-bot > li {
    margin-right: 112px;
  }
  footer .foot-ul1 li {
    margin-right: 102px;
  }
  footer .foot-bot::before {
    width: 100%;
    left: 0%;
  }
  footer .foot-top a {
    font-size: 15px;
  }
  .ye-uls li.active .zi {
    font-size: 15px;
  }
}
@media (max-width: 1365px) {
  /*.navs-ul > li {*/
  /*  width: 126px;*/
  /*}*/
  .ye-uls li.active .zi {
    font-size: 13px;
  }
  .rightfix {
 
    top: 80%;

  }
}@media (max-width: 1270px) {
/*  .navs-ul > li {*/
/*    width: 116px;*/
/*}*/
}
@media (max-width: 1200px) {
  .ye-uls li.active .zi {
    line-height: 25px;
  }
  .feng .feng-title {
    font-size: 20px;
  }
  .er-uls {
    width: 140px;
  }
  .position .position-ul li {
    margin-right: 2px;
  }
  .position .position-ul li a {
    font-size: 16px;
  }
  .solutions-lubo .swiper-container {
    padding: 79px 0 30px 0;
  }
  .certify .swiper-slide .overh {
    padding: 40px 0;
  }
  .import-ul li .fl {
    padding: 20px;
  }
  .automation-title {
    padding: 0 10px;
  }
  .tou-uls li:nth-child(3) .fl .yuans1,
  .tou-uls li:nth-child(2) .fl .yuans1 {
    width: 150px;
    height: 150px;
    line-height: 130px;
  }
  .tou-uls li .fl .yuans1 {
    width: 200px;
    height: 200px;
    line-height: 166px;
    padding: 15px;
  }
  .hangs {
    padding: 0 15px;
  }
  .navs-ul > li {
    width: auto;
  }
  .navs-ul > li a {
    padding: 0;
  }
  footer .foot-ul1 li {
    margin-right: 32px;
  }
  footer .foot-bot > li .foot-uls2 {
    font-size: 14px;
  }
  .navs-ul > li{
      padding: 0 6px;
  }
  footer .foot-bot > li .title-p {
    font-size: 16px;
  }
  footer .foot-bot > li {
    margin-right: 84px;
  }
  footer .foot-bot > li::after {
    right: -40px;
  }
  footer .foot-ul1 li .p1-p {
    font-size: 16px;
  }
  footer .foot-top {
    font-size: 16px;
  }
  .ban-zi .ban-top {
    font-size: 20px;
  }
  .ban-zi .ban-bot {
    font-size: 14px;
    line-height: 25px;
  }
  .hrd {
    font-size: 20px;
    margin: 37px 0 20px 0;
  }
  .cps .cps-ul li {
    position: relative;
    font-size: 14px;
    padding-left: 60px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .cps .cps-yao {
    font-size: 15px;
    line-height: 17px;
  }
  .cps .cps-title {
    font-size: 22px;
  }
  .cps-case .cps-case-ul li .re-yao {
    font-size: 15px;
    line-height: 25px;
    height: 100px;
  }
}
@media (max-width: 990px) {
  .searchbox {
    top: 70px;
  }
  .rightfix {
    display: none;
  }
  .phone {
    display: block;
  }
  .ye-uls li .overh .zi {
    font-size: 15px;
  }
  .solutions-lubo .swiper-slide-active,
  .solutions-lubo .swiper-slide-duplicate-active {
    transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -moz-transform: scale(1) !important;
    /* Firefox */
    -webkit-transform: scale(1) !important;
    /* Safari 和 Chrome */
    -o-transform: scale(1) !important;
    margin-top: 0px;
  }
  .solutions-lubo .swiper-container {
    padding: 0px 0 30px 0;
  }
  .solutions-lubo .swiper-button-prev {
    left: 0;
  }
  .solutions-lubo .swiper-button-next {
    right: 0;
  }
  .index-new-lunbo {
    margin-top: 15px;
  }
  .rong-tits {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .certify .swiper-container {
    padding-bottom: 17px;
  }
  .recruitment .xiao-cona .lee .lee-ul li {
    font-size: 16px;
  }
  .shehui-zhao .csh-row .col-md-3 {
    margin-bottom: 30px;
  }
  .gang .sou {
    width: 41%;
  }
  .shehui-zhao .tou-wen {
    font-size: 16px;
  }
  .new .new-ul li .new-a .new-con .more {
    font-size: 13px;
    margin-top: 10px;
  }
  .new .new-ul li .new-a  .new-con .new-title {
    font-size: 16px;
  }
  .new .new-ul li .new-a  .new-con .new-yao {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }
  .adds {
    height: 60px;
  }
  .import-ul li .fl .yao {
    font-size: 14px;
    line-height: 22px;
    height: 176px;
  }
  .factory-yao {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
  }
  .cps-case .cps-case-ul li .re-title {
    font-size: 16px;
    margin: 0px 0 0px 0;
  }
  .cps-case .cps-case-ul li .re-title span {
    font-size: 27px;
  }
  .cps .cps-title {
    margin-top: 10px;
  }
  .hangs {
    display: none;
  }
  .tou-uls li:nth-child(2) .fr {
    right: 0;
  }
  .tou-uls li:nth-child(2) .fl {
    text-align: center;
  }
  .gui .gui-ul li {
    width: 25%;
    margin-bottom: 20px;
  }
  .gui .gui-ul li .gu-title {
    font-size: 14px;
    margin-top: 29px;
  }
  .cps-t {
    font-size: 23px;
    padding: 30px 0 20px 0;
  }
  .tou-uls li .fr .touyao {
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
  }
  .position-ul,
  footer {
    display: none;
  }
  .shu-ul li .hao {
    font-size: 28px;
  }
  .shu-ul li .hao1 {
    font-size: 15px;
    margin-top: 0px;
  }
  .shu-ul li .hao sup {
    top: -22px;
  }
  .shu-ul {
    margin: 21px 0;
  }
  .us-about {
    font-size: 14px;
    line-height: 22px;
  }
  .qiye .shui-p {
    font-size: 28px;
    margin: 5px 0;
  }
  .qiye .shu-div {
    font-size: 14px;
  }
  .container_lic dt h3 {
    font-size: 41px;
  }
  .container_lic dt p {
    font-size: 16px;
    margin-top: 5px;
  }
  .container_lic dt:nth-child(2) {
    padding-left: 20px;
    font-size: 14px;
    line-height: 21px;
  }
  .fazhabs .shi .yus-p1 {
    line-height: 25px;
    font-size: 14px;
  }
  .fazhabs .shi .hrd {
    margin: 5px 0;
    font-size: 17px;
  }
  body {
    padding: 70px 0;
  }
  .automation-ul li {
    width: 23.5%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .ban-zi .ban-bot {
    display: none;
  }
  .ban-zi .ban-top {
    text-align: center;
    padding-left: 0px;
  }
  .ban-zi .ban-top .yuan {
    display: none;
  }
  .ban > img {
    height: 100px;
  }
  .hrd {
    font-size: 18px;
    margin: 21px 0 15px 0;
  }
  .us-con {
    margin: 15px;
  }
  .shu-ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .shu-ul li .hao {
    font-size: 20px;
  }
  .shu-ul li .hao1 {
    font-size: 14px;
    margin-top: 0px;
  }
  .shu-ul li:nth-child(2) {
    border-right: none;
  }
  .shu-ul {
    margin: 21px 0 0 0;
  }
  .more-gei span {
    border: 1px solid #eec036;
    border-radius: 30px;
    line-height: 32px;
    padding: 0px 25px;
    font-size: 14px;
  }
  .qiye-ul li {
    width: 49%;
    margin: 0.5%;
  }
  .qiye {
    padding: 20px 15px;
  }
  .container_lic dt:nth-child(1) {
    width: 100%;
    border-right: none;
  }
  .container_lic dt:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }
  .lic_w {
    padding: 0px 0%;
  }
  .lic_w .prev_lic,
  .lic_w .next_lic {
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
  }
  .fazhabs .shi > div {
    width: 100%;
  }
  .fazhabs .shi .shi-wen {
    position: relative;
    top: 0%;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    padding: 20px 0;
  }
  .fazhabs {
    margin: 15px;
  }
  .fazhabs .shi {
    margin-bottom: 15px;
  }
  .jian .hrd {
    margin-top: 0px;
  }
  .jian {
    padding: 15px;
  }
  .jian .jian-title {
    font-size: 15px;
  }
  .tou-uls li .fl {
    width: 100%;
  }
  .tou-uls li .fr {
    width: 100%;
  }
  .tou-uls li .fr .touyao {
    width: 100%!important;
    text-align: left!important;
  }
  .content {
    margin: 20px 15px;
  }
  .tou-uls li:nth-child(2) .fl .yuans1 {
    margin-top: 0;
  }
  .tou-uls li .fr .tou-title {
    text-align: left!important;
  }
  .tou-uls li .fl .yuans1 {
    width: 150px;
    height: 150px;
    line-height: 130px;
  }
  .tou-uls li {
    margin-bottom: 20px!important;
  }
  .tou-uls li:nth-child(4) .fl .yuans1,
  .tou-uls li:nth-child(3) .fl .yuans1 {
    margin-top: 0;
  }
  .hangye-xing .les {
    width: 100%;
  }
  .hangye-xing .re {
    width: 100%;
  }
  .xing-biao {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .xingsw {
    margin-top: 0px;
  }
  .cs-cons1 {
    font-size: 14px;
    line-height: 22px;
    padding: 15px 0;
  }
  .cs-cons1 img {
    padding: 15px 0;
  }
  .xing-bots {
    margin-top: 0px;
  }
  .xing-bots {
    margin-top: 20px;
  }
  .shang > div a {
    font-size: 14px;
  }
  .shang > div {
    margin-top: 7px;
  }
  .xing-bots {
    margin-top: 20px;
    border-top: 1px solid #eeeeee;
    padding: 11px 0;
  }
  .hang-tu-ul {
    margin-top: 12px;
  }
  .hang-tu-ul li a {
    font-size: 15px;
  }
  .hang-tu-ul li {
    margin: 1px 0;
  }
  .hangye-xing .re .re-hd {
    font-size: 16px;
    padding: 11px 0;
  }
  .detall .bdsharebuttonbox {
    top: 4px;
  }
  .hang-jie .jie-title {
    font-size: 16px;
  }
  .fangsa .sheng-uls li {
    width: 100%;
    margin-bottom: 10px;
  }
  .fangsa {
    padding: 10px;
  }
  .fangsa .sheng-uls li .ti_div {
    font-size: 14px;
  }
  .tiao-uls li .fl {
    width: 100%;
  }
  .tiao-uls li .fr {
    width: 100%;
  }
  .tiao-uls li .fr .p1 {
    font-size: 16px;
  }
  .tiao-uls li .fr .p2 {
    color: #626262;
    font-size: 14px;
    line-height: 21px;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    overflow: hidden;
  }
  .gui .gui-ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .gui {
    padding: 15px;
  }
  .cps-t {
    font-size: 17px;
  }
  .zidong {
    padding-bottom: 20px;
  }
  .automation-ul li {
    width: 48%;
    margin: 1%;
  }
  .automation-yao {
    font-size: 14px;
    line-height: 22px;
    height: 88px;
  }
  .case-a .case-cen .case-title {
    font-size: 16px;
    line-height: 22px;
    height: 22px;
  }
  .case-a .case-cen .case-yao {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }
  .case-a .case-bot {
    font-size: 13px;
    padding: 0 20px;
  }
  .case-row .col-md-4 {
    margin-bottom: 15px;
  }
  .case-pa .hao-p {
    font-size: 26px;
  }
  .case-pa .titl-p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 0px;
  }
  .case-pa {
    padding: 10px 10px 20px 10px;
  }
  .cps-zhi,
  .cps-saa,
  .cps-case {
    padding: 15px;
  }
  .cps-case .cps-case-ul li > div {
    width: 100%;
  }
  .cps-case-ul li {
    margin-bottom: 15px;
  }
  .cps .cps-yao {
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0;
  }
  .cps .cps-title {
    font-size: 18px;
  }
  .cps-case .cps-case-ul li .re-yao {
    font-size: 14px;
    line-height: 22px;
    height: 88px;
  }
  .factory {
    padding: 15px;
  }
  .factory .swiper-container {
    padding: 20px 0;
  }
  .factory-yao {
    padding-bottom: 10px;
  }
  .import-ul li > div {
    width: 100%;
  }
  .shengbao-liu {
    padding: 15px;
  }
  .import-ul li .fl {
    padding: 10px;
  }
  .import-ul li {
    margin-bottom: 0px;
  }
  .import-ul li .fl .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .inp-ul > li {
    width: 100%;
  }
  .feng .feng-title {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .feng .xians {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .feng .col-md-4 {
    font-size: 14px;
    line-height: 22px;
  }
  .inp-ul > li input {
    height: 35px;
  }
  .tiajiaos {
    font-size: 14px;
    line-height: 31px;
  }
  .new .new-ul li .new-a > .fl {
    width: 100%;
  }
  .new .new-ul li .new-a .new-con {
    width: 100%;
    margin-top: 15px;
  }
  .new .new-ul li .new-a .new-con .new-title {
    margin: 5px 0;
  }
  .new .new-ul li {
    padding: 15px 0;
  }
  .csh-row {
    margin: 15px 7.5px;
  }
  .csh-row .col-md-3 {
    padding: 7.5px;
  }
  .csh-row .col-md-3 {
    margin-bottom: 7.5px;
  }
  .shehui-zhao {
    margin-bottom: 10px;
  }
  .xinzi .title_p {
    color: #ffffff;
    font-size: 14px;
  }
  .xinzi .zinxins {
    display: none;
  }
  .shehui-zhao .tou-wen {
    width: 100%;
    margin: 10px 0;
    position: relative;
    top: 0%;
    right: auto;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    line-height: 24px;
  }
  .gang {
    margin-left: 15px;
  }
  .zhao-xinghs .z-uls {
    padding: 15px;
  }
  .zhao-xinghs .z-uls li {
    width: 50%;
  }
  .zhao-xinghs .tou-a a {
    font-size: 12px;
    line-height: 34px;
  }
  .recruitment .xiao-cona .lee {
    width: 100%;
  }
  .recruitment .xiao-cona .ree {
    width: 100%;
  }
  .recruitment .xiao-cona .lee .lee-ul li {
    padding: 12px;
    font-size: 14px;
  }
  .zhao-xinghs {
    padding: 10px;
    margin-top: 10px;
  }
  .gang select {
    margin-bottom: 10px;
  }
  .recruitment {
    padding: 15px;
  }
  .gang .sou {
    width: 87%;
  }
  .recruitment .xiao-cona {
    margin-top: 10px;
  }
  .shehui-zhao .tou-wen {
    font-size: 12px;
  }
  .shehui-zhao .tou-wen a {
    font-size: 12px;
  }
  .shehui-zhao .jian {
    margin-bottom: 0px;
  }
  .csh-row {
    margin: 0px 7.5px;
  }
  .csh-row .col-md-3 > .pr:hover .zinxins {
    display: none;
  }
  .csh-row .col-md-3 {
    margin-bottom: 0px;
  }
  .zhao-xinghs .z-uls li {
    font-size: 12px;
    line-height: 27px;
  }
  .recruitment .xiao-cona .ree {
    margin-top: 15px;
  }
  .zhao-xinghs .gang-nei {
    font-size: 14px;
    line-height: 22px;
  }
  .zhao-xinghs .gongc-p {
    font-size: 16px;
  }
  .shehui-zhao .csh-row .col-md-3 {
    margin-bottom: 0px;
  }
  .rong {
    margin: 15px;
  }
  .certify .swiper-slide {
    width: 100%;
  }
  .certify .swiper-slide .overh {
    padding: 15px;
  }
  .certify .swiper-slide p {
    margin: 12px 0;
    font-size: 15px;
  }
  .rong-tits {
    font-size: 17px;
    margin-bottom: 12px;
    margin-top: 10px;
  }
  .wenda > thead > tr th {
    line-height: 30px;
    font-size: 14px;
    padding: 0 0 0 0px;
    font-weight: 400;
  }
  .wenda > tbody > tr > td {
    padding: 0 0 0 0px;
    line-height: 30px;
    font-size: 12px;
  }
  .wenda > tbody > tr > td a {
    color: #4a4a4a;
    font-size: 11px;
  }
  .wenda > tbody > tr > td .yuans {
    margin-right: 5px;
  }
  .biao-con {
    margin-top: 24px;
    font-size: 14px;
    line-height: 22px;
  }
  .shengbao-biao,
  .shengbao-cheng {
    padding: 15px;
  }
  .biao-con .biao-title {
    font-size: 16px;
  }
  .sheng-ul {
    margin-bottom: 10px;
  }
  .shengbao-cheng .sheng-ul li {
    margin-bottom: 10px;
  }
  .shengbao-cheng .sheng-ul li p {
    font-size: 16px;
  }
  .shengbao-cheng .sheng-ul li div {
    line-height: 27px;
    font-size: 14px;
  }
  .shui-con {
    margin: 0 -7.5px;
  }
  .shui-con .col-md-4 {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
  .li-con .title {
    line-height: 35px;
    height: 35px;
    font-size: 12px;
  }
  .li-con .bo i {
    font-size: 34px;
  }
  .en-title {
    font-size: 20px;
    margin: 27px 0 5px 0;
  }
  .tui-news a > div {
    width: 100%;
  }
  .tui-news a > .fr {
    margin-top: 10px;
  }
  .tui-news a {
    padding: 15px;
  }
  .tui-news .index-new-yao {
    line-height: 22px;
    height: 66px;
  }
  .tui-news .mro {
    margin-top: 5px;
  }
  .tui-news .mro span {
    font-size: 14px;
  }
  .bian-ul li a {
    font-size: 13px;
    line-height: 37px;
  }
  .bian-ul li a .fl {
    height: 37px;
  }
  .index-new-lunbo .swiper-slide .das .yue {
    font-size: 16px;
  }
  .index-new-lunbo .swiper-slide .das .nian {
    font-size: 14px;
  }
  .index-new-lunbo .swiper-slide .tatl {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }
  .cn-title span {
    font-size: 20px;
  }
  .cn-title {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .morew a {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
  }
  .morew {
    margin: 20px 0;
  }
  .business {
    padding: 15px;
  }
  .business .cn-title {
    line-height: 27px;
  }
  .ye-uls li {
    width: 100%;
  }
  .ye-uls li.active {
    width: 100%;
  }
  .ye-uls li.active .zi {
    line-height: 51px;
    bottom: 20px;
  }
  .ye-uls li.active .overh::before {
    height: 75px;
  }
  .solutions {
    margin: 15px;
  }
  .index-hezuo .zuo {
    padding: 15px;
  }
  .feng {
    margin-top: 0;
  }
  .feng .xians {
    margin-bottom: 0;
  }
  .history {
    margin-top: 10px;
  }
  .dian-history {
    margin-top: 0px;
  }
  .lic {
    padding: 0 0 20px 0;
  }
  .fazhang-ul li .neirongs {
    font-size: 14px;
    line-height: 24px;
  }
  .fazhang-ul li {
    padding: 16px 0;
  }
  .fazhang-ul li .nians {
    font-size: 18px;
  }
  .lunbo .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 13px;
  }.tui-news .a > div{
    width: 100%;
  }.tui-news .a > div img{
    width: 100%;
  }.tui-news .a > .fr{
    margin-top: 20px;
  }.tui-news a{
    padding: 0;
  }
}