@charset "UTF-8";

/*** news2 ***/
.news2-box {
  padding: 30px 0 62px;
}

@media screen and (max-width: 991px) {
  .news2-box {
    padding: 0.25rem 0 0.55rem;
  }
}

.news2-list {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  position: relative;
}

.news2-list li {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 3px;
  line-height: 58px;
  padding-left: 136px;
  position: relative;
}

.news2-list li:last-child {
  margin-bottom: 0;
}

.news2-list li:hover .item-tit,
.news2-list li:hover .item-time {
  color: #0bb65e;
}

.news2-list li:hover .item-tit:after {
  width: 100%;
}

.news2-list .item-time {
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding-left: 36px;
  position: absolute;
  left: 0;
  top: 0;
}

.news2-list .item-tit {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding-right: 36px;
}

.news2-list .item-tit:after {
  content: '';
  width: 0;
  height: 2px;
  display: block;
  background: #0bb65e;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.news2-list .item-tit a {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  float: left;
}

.news2-list .sign {
  color: #0bb65e !important;
}

@media screen and (max-width: 767px) {
  .news2-list li {
    padding-left: 1.04rem;
    line-height: 0.5rem;
    margin-bottom: 5px;
  }

  .news2-list .item-time {
    padding-left: 0.22rem;
    font-size: 0.14rem;
  }

  .news2-list .item-tit {
    font-size: 0.16rem;
    padding-right: 0.34rem;
  }
}

/**** result ***/
.result-box {
  padding: 44px 0 60px;
}

.result-box .news2-list {
  margin-bottom: 50px;
}

.result-box .news2-list li:hover .item-time,
.result-box .news2-list li:hover .item-tit {
  color: #333;
}

@media screen and (max-width: 991px) {
  .result-box {
    padding: 0.26rem 0 0.9rem;
  }

  .result-box .news2-list {
    margin-bottom: 0;
  }
}

.page-tit {
  font-size: 26px;
  line-height: 40px;
  color: #0187dc;
  margin-bottom: 25px;
}

.result-schbox {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-right: 156px;
  margin-bottom: 24px;
}

.result-schbox .inp {
  width: 100%;
  height: 54px;
  display: block;
  font-size: 16px;
  line-height: 34px;
  color: #333;
  background: #f5f5f5;
  padding: 10px 1em;
}

.result-schbox .btn-sch {
  width: 156px;
  height: 100%;
  display: block;
  background: #a6a6a6;
  text-align: center;
  font-size: 18px;
  line-height: 54px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.result-schbox .btn-sch:hover {
  background: #0da255;
  color: #fff;
}

.result-schbox .btn-sch img {
  width: 26px;
  margin: -3px 8px 0 0;
}

@media screen and (max-width: 767px) {
  .result-schbox {
    padding-right: 1rem;
    margin-bottom: 0.24rem;
  }

  .result-schbox .inp {
    height: 0.46rem;
    padding: 0.1rem 1em;
    font-size: 0.16rem;
    line-height: 0.26rem;
  }

  .result-schbox .btn-sch {
    width: 1rem;
    line-height: 0.46rem;
    font-size: 0.18rem;
  }

  .result-schbox .btn-sch img {
    width: 0.2rem;
  }
}

/*** website ***/
.website-box {
  padding: 44px 0 74px;
}

.website-box .page-tit {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .website-box {
    padding: 0.26rem 0 0.7rem;
  }
}

.website-item {
  width: 100%;
  display: table;
  position: relative;
  margin-bottom: 15px;
  border: solid 1px #ccc;
  line-height: 24px;
}

.website-item .item-tit {
  width: 124px;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  background: #2fb672;
  text-align: center;
}

.website-item .item-bd {
  display: table-cell;
  vertical-align: top;
  padding: 0 3px;
  font-size: 14px;
  color: #666;
}

.website-item .listbox {
  overflow: hidden;
}

.website-item .listbox>li {
  float: left;
  padding: 10px 20px;
  position: relative;
}

.website-item .listbox>li:after {
  content: '';
  width: 1px;
  height: 14px;
  display: block;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}

.website-item .listbox>li:hover {
  color: #0bb65e;
}

.website-item .listbox>li a {
  display: block;
}

@media screen and (max-width: 991px) {
  .website-item .item-tit {
    width: 1.1rem;
    font-size: 0.18rem;
  }

  .website-item .item-bd {
    font-size: 0.16rem;
    padding: 0;
  }

  .website-item .listbox {
    margin-right: 1px;
  }

  .website-item .listbox>li {
    padding: 0.1rem 0.17rem;
  }

  .website-item .listbox>li:after {
    height: 0.14rem;
    margin-top: -0.07rem;
  }
}

@media screen and (max-width: 450px) {
  .website-item .listbox {
    margin-right: 0;
  }

  .website-item .listbox>li {
    min-width: 33%;
  }

  .website-item .listbox>li:nth-child(3n+3):after {
    display: none;
  }
}

/*** news ***/
.news-box {
  padding: 45px 0 76px;
}

@media screen and (max-width: 991px) {
  .news-box {
    padding: 0.2rem 0 0.55rem;
  }
}

.news-list {
  overflow: hidden;
  min-height: 400px;
  margin-bottom: 60px;
}

.news-list .item {
  width: 100%;
  background: #fafafa;
  padding: 18px 2em;
  margin-bottom: 20px;
}

.news-list .item:hover .item-tit,
.news-list .item:hover .item-date1 {
  color: #0bb65e;
}

.news-list .item:last-child {
  margin-bottom: 0;
}

.news-list .item-inner {
  width: 100%;
  display: table;
}

.news-list .item-date1 {
  width: 65px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.news-list .item-date1 .day {
  display: block;
  height: 40px;
  font-size: 40px;
  line-height: 1;
}

.news-list .item-date1 .ym {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-top: 14px;
}

.news-list .item-bd {
  display: table-cell;
  vertical-align: top;
  padding: 20px 2em 0;
}

.news-list .item-tit {
  height: 30px;
  overflow: hidden;
  font-size: 22px;
  line-height: 30px;
  color: #212121;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.news-list .item-desc {
  max-height: 44px;
  margin-top: 10px;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}

.news-list .item-date2 {
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999;
  margin-top: 0.08rem;
}

.news-list .item-imgs {
  width: 220px;
  height: 124px;
  display: block;
  float: right;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 0.7em;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.news-list .item-imgs .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .news-list .item {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .news-list .item-bd {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .news-list {
    margin-bottom: 0.36rem;
  }

  .news-list .item {
    padding: 0.2rem 0.14rem 0.22rem;
    margin-bottom: 0.3rem;
  }

  .news-list .item-bd {
    width: 100%;
    padding: 0;
    display: block;
  }

  .news-list .item-tit {
    height: auto;
    max-height: 0.64rem;
    font-size: 0.22rem;
    line-height: 0.32rem;
    font-weight: bold;
  }

  .news-list .item-imgs {
    width: 100%;
    height: 2.2rem;
    float: none;
    margin: 0.2rem 0 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
}

/**** video ***/
.video-box {
  padding: 45px 0 40px;
}

@media screen and (max-width: 991px) {
  .video-box {
    padding: 0.24rem 0 0.55rem;
  }
}

.video-list {
  overflow: hidden;
  margin: 0 -5px;
}

.video-list li {
  padding: 0 5px;
  margin-bottom: 10px;
}

.video-list li:nth-child(3n+2) {
  animation-delay: 0.2s;
}

.video-list li:nth-child(3n+3) {
  animation-delay: 0.3s;
}

.video-list .item-inner {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.video-list .item-inner:hover .icon-play {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.video-list .item-imgs {
  width: 100%;
  height: 225px;
  position: relative;
}

.video-list .icon-play {
  width: 3.5em;
  height: 3.5em;
  display: block;
  background: url(/Img/images/video_play.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1.75em 0 0 -1.75em;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.video-list .item-tit {
  width: 100%;
  height: 50px;
  display: block;
  overflow: hidden;
  padding: 0 16px;
  font-size: 16px;
  line-height: 50px;
  color: #666;
  background: #f5f5f5;
}

@media screen and (max-width: 1200px) {
  .video-list .icon-play {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .video-list {
    margin-bottom: 0.3rem;
  }

  .video-list li {
    margin-bottom: 0.3rem;
  }

  .video-list li:last-child {
    margin-bottom: 0;
  }

  .video-list .item-inner {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-bottom: solid 1px #e0e0e0;
  }

  .video-list .item-imgs {
    height: 2.6rem;
  }

  .video-list .item-tit {
    height: 0.5rem;
    background: none;
    line-height: 0.48rem;
    font-size: 0.18rem;
    text-align: center;
    padding: 0 1em;
  }

  .video-list .icon-play {
    width: 0.42rem;
    height: 0.42rem;
    margin: -0.21rem 0 0 -0.21rem;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}

.modal-video {
  overflow: hidden;
}

.modal-video .modal-dialog {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.modal-video .modal-content {
  width: 71%;
  max-width: 1358px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 0 5.5em;
}

.modal-video .modal-close {
  width: 45px;
  height: 45px;
  background-color: transparent;
  background-size: contain;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}

.modal-video .myvideo-box {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.vjs-big-play-centered .vjs-big-play-button {}

.modal-video .video-bg {
  width: 100%;
  max-width: 100%;
  display: block;
}

.modal-video .myvideo {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}

@media screen and (max-width: 991px) {
  .modal-video .modal-content {
    width: 100%;
    padding: 0 0.5rem;
  }

  .modal-video .modal-close {
    background-size: 0.24rem;
  }
}

/**** newsDet ***/
.newsDet-crumb {
  width: 100%;
  overflow: hidden;
  padding: 0 0 0 20px;
  margin: 106px 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  font-weight: bold;
  background: url(/Img/images/icon_home.png) no-repeat left 8px;
}

@media screen and (max-width: 991px) {
  .newsDet-crumb {
    background-position: left 0.04rem;
  }
}

.newsDet-crumb>a {
  float: left;
  position: relative;
}

.newsDet-crumb>a:after {
  content: '';
  width: 24px;
  height: 30px;
  float: right;
  background: url(/Img/images/arrow_03.png) no-repeat center center;
}

.newsDet-crumb>a:last-child:after {
  display: none;
}

@media screen and (max-width: 991px) {
  .newsDet-crumb {
    margin: 0.2rem 0 0.14rem;
    font-size: 0.14rem;
    line-height: 0.3rem;
    padding-left: 0.24rem;
  }

  .newsDet-crumb>a:after {
    width: 0.2rem;
    height: 0.3rem;
  }
}

.newsDet-top {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: solid 1px #e2e2e2;
  padding: 70px 0 20px;
  text-align: center;
}

.newsDet-top:before {
  content: '';
  width: 100%;
  height: 7px;
  display: block;
  background: #008f46;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  left: 0;
  top: 0;
}

.newsDet-tit {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}

.newsDet-info {
  font-size: 14px;
  line-height: 28px;
  color: #999;
  margin-top: 18px;
}

.newsDet-info .info {
  margin: 0 18px;
}

.newsDet-info .share {
  margin: 0 18px;
}

.newsDet-info .share a {
  margin: 0 8px;
}

.newsDet-info .share img {
  width: 22px;
}

.newsDet-doc {
  min-height: 400px;
  font-size: 18px;
  line-height: 36px;
  color: #333;
  padding: 42px 0 90px;
}

.newsDet-doc img {
  max-width: 100%;
  height: auto !important;
  margin: 14px auto;
  display: block;
}

.newsDet-doc>p+p {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .newsDet-top {
    padding: 0.45rem 0 0.28rem;
  }

  .newsDet-top:before {
    height: 0.08rem;
  }

  .newsDet-tit {
    font-size: 0.24rem;
    line-height: 0.34rem;
  }

  .newsDet-info {
    font-size: 0.14rem;
    line-height: 0.24rem;
    margin-top: 0.1rem;
  }

  .newsDet-doc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    padding: 0.28rem 0 0.66rem;
  }

  .newsDet-doc img {
    margin: 0.14rem 0;
  }

  .newsDet-doc>p+p {
    margin-top: 0.08rem;
  }
}

@media screen and (max-width: 767px) {
  .newsDet-top {
    text-align: left;
  }

  .newsDet-info .info {
    margin: 0 0.16rem 0 0;
  }

  .newsDet-info .info:last-child {
    margin-right: 0;
  }
}

/*** bss ***/
.bss-box {
  padding: 56px 0 52px;
}

@media screen and (max-width: 991px) {
  .bss-box {
    padding: 0.32rem 0 0.64rem;
  }
}

@media screen and (max-width: 767px) {
  .bss-box {
    padding-top: 0;
  }
}

.bss-list {
  overflow: hidden;
  min-height: 400px;
  margin-top: -20px;
}

.bss-list li {
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px #ebebeb;
  padding: 20px 0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.bss-list li:hover .item-tit {
  color: #0bb65e;
}

.bss-list .item-imgs {
  width: 240px;
  height: 146px;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.bss-list .item-bd {
  width: 10000px;
  display: table-cell;
  vertical-align: top;
}

.bss-list .item-tit {
  height: 32px;
  overflow: hidden;
  font-size: 22px;
  line-height: 32px;
  color: #333;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.bss-list .item-desc {
  max-height: 72px;
  overflow: hidden;
  margin-top: 4px;
}

.bss-list .item-date {
  color: #999;
  margin-top: 8px;
}

.bss-list .item-imgs2 {
  width: 100%;
  height: 2.2rem;
  margin: 0.2rem 0 0;
}

@media screen and (max-width: 767px) {
  .bss-list {
    margin-bottom: 0.36rem;
    margin-top: 0;
  }

  .bss-list li {
    padding: 0.2rem 0.14rem 0.22rem;
    margin-bottom: 0.3rem;
    border-bottom: none;
    background: #fafafa;
  }

  .bss-list li:last-child {
    margin-bottom: 0;
  }

  .bss-list .item-bd {
    width: 100%;
    padding: 0;
    display: block;
  }

  .bss-list .item-tit {
    height: auto;
    max-height: 0.64rem;
    font-size: 0.22rem;
    line-height: 0.32rem;
    font-weight: bold;
  }
}

/**** bssDet ***/
.bssDet-top {
  padding: 8px 0 24px;
  border-bottom: solid 1px #e6e6e6;
  text-align: center;
  margin-bottom: 50px;
}

.bssDet-top .tit {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}

.bssDet-top .info {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-top: 7px;
}

.bssDet-top .info span {
  margin: 0 5px;
}

@media screen and (max-width: 991px) {
  .bssDet-top {
    padding: 0.2rem 0 0.32rem;
    margin-bottom: 0.28rem;
  }

  .bssDet-top .tit {
    font-size: 0.24rem;
    line-height: 0.34rem;
  }

  .bssDet-top .info {
    font-size: 0.14rem;
    line-height: 0.24rem;
    margin-top: 0.1rem;
  }
}

.bssDet-doc {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}

.bssDet-doc img {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .bssDet-doc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #333;
  }
}

/*** product ***/
.product-box {
  padding: 45px 0 32px;
}

@media screen and (max-width: 767px) {
  .product-box {
    padding: 0.12rem 0 0.14rem;
  }
}

.product-list {
  overflow: hidden;
  margin: 0 -5px;
}

.product-list li {
  padding: 0 5px;
  margin-bottom: 10px;
}

.product-list .item-inner {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.product-list .item-imgs {
  width: 100%;
  height: 375px;
  display: block;
  overflow: hidden;
  position: relative;
}

.product-list .item-zhe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 5;
}

.product-list .item-tit {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10;
}

.product-list .item-tit img {
  width: 68px;
  height: 68px;
  display: block;
  margin: 0 auto;
}

.product-list .item-tit h5 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-top: 30px;
}

.product-list li:last-child .item-tit h5 {
  width: 80%;
  margin: 30px auto 0;
}

@media screen and (max-width: 1200px) {
  .product-list .item-tit h5 {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .product-list li:nth-child(2) .item-tit h5{
    width: 80%;
    margin: 0.18rem auto 0;
  }
  .product-list li:last-child .item-tit h5{
    width: 100%;
  }
  .product-list .item-imgs {
    height: 2rem;
  }

  .product-list .item-tit {
    padding: 0 0.1rem;
  }

  .product-list .item-tit img {
    width: 0.4rem;
    height: 0.4rem;
  }

  .product-list .item-tit h5 {
    font-size: 0.14rem;
    line-height: 0.24rem;
    margin-top: 0.18rem;
  }
}

/*** prdtDet ***/
.prdtDet-box {
  padding: 0 0 70px;
}

@media screen and (max-width: 991px) {
  .prdtDet-box {
    padding: 6px 0 0.28rem;
  }
}

.prdtDet-item {
  overflow: hidden;
  border-bottom: solid 1px #ccc;
  padding: 44px 0 50px;
}

.prdtDet-item .item-bd {
  padding: 0 30px 0 0;
}

.prdtDet-item .item-tit {
  font-size: 30px;
  color: #333;
}

.prdtDet-item .item-tit .cn {
  line-height: 40px;
  display: none;
}

.prdtDet-item .item-tit .en {
  line-height: 30px;
  margin-top: 9px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.prdtDet-item .item-tit .en:after {
  content: '';
  width: 0.833em;
  height: 9px;
  display: block;
  background: #2fb672;
  position: absolute;
  left: 0;
  bottom: 0;
}

.prdtDet-item .item-tit .en .first {
  color: #2fb672;
  font-weight: bold;
}

.prdtDet-item .item-doc {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  margin-top: 32px;
}

.prdtDet-item .item-imgs {
  padding: 0;
  overflow: hidden;
}

.prdtDet-item .item-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.prdtDet-ana .item-imgs {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin-top: 52px;
}

.prdtDet-perf .item-bd {
  float: right;
  padding: 0 0 0 30px;
}

.prdtDet-perf .item-imgs {
  margin-top: 6px;
}

.prdtDet-patc {
  border-bottom: none;
}

.prdtDet-patc .item-imgs {
  text-align: center;
  margin-top: 24px;
}

.prdtDet-patc .item-imgs img {
  width: auto;
  max-height: 500px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .prdtDet-item .item-tit {
    font-size: 24px;
  }

  .prdtDet-item .item-tit .cn {
    line-height: 34px;
  }

  .prdtDet-item .item-tit .en {
    line-height: 24px;
  }

  .prdtDet-item .item-doc {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .prdtDet-item {
    padding: 0.54rem 0.18rem;
    margin: 0 -0.18rem;
  }

  .prdtDet-item .item-tit .cn {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }

  .prdtDet-item .item-tit .en {
    font-size: 0.18rem;
    line-height: 0.3rem;
    padding-bottom: 6px;
    margin: 0;
  }

  .prdtDet-item .item-tit .en:after {
    height: 5px;
  }

  .prdtDet-item .item-doc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.28rem;
  }

  .prdtDet-item .item-imgs {
    margin-top: 0.18rem;
  }

  .prdtDet-item .item-bd {
    padding: 0;
  }

  .prdtDet-perf .item-bd {
    float: none;
  }

  .prdtDet-patc {
    padding-top: 0.6rem;
    padding-bottom: 0;
  }

  .prdtDet-patc .item-imgs {
    margin-top: 0.36rem;
  }
}

/**** industry ***/
.industry-box {
  padding: 30px 0;
}

@media screen and (max-width: 991px) {
  .industry-box {
    padding: 0.3rem 0;
  }
}

.indst-list {
  min-height: 200px;
  overflow: hidden;
  margin: 0 -4px -16px;
}

.indst-list li {
  width: 20%;
  float: left;
  padding: 0 4px;
  margin-bottom: 16px;
}

.indst-list li:nth-child(5n+2) {
  animation-delay: .15s;
}

.indst-list li:nth-child(5n+3) {
  animation-delay: .2s;
}

.indst-list li:nth-child(5n+4) {
  animation-delay: .25s;
}

.indst-list li:nth-child(5n+5) {
  animation-delay: .3s;
}

.indst-list .item-inner {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.indst-list .item-imgs {
  width: 100%;
  height: 200px;
  display: block;
  overflow: hidden;
  position: relative;
}

.indst-list .item-zhe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  background: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.indst-list .item-tit {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.indst-list .item-tit img {
  width: 42px;
  height: 42px;
  display: block;
  margin: 0 auto 8px;
}

@media screen and (max-width: 950px) {
  .indst-list li {
    width: 25%;
  }

  .indst-list li:nth-child(4n+1) {
    animation-delay: .1s;
  }

  .indst-list li:nth-child(4n+2) {
    animation-delay: .15s;
  }

  .indst-list li:nth-child(4n+3) {
    animation-delay: .2s;
  }

  .indst-list li:nth-child(4n+4) {
    animation-delay: .25s;
  }

  .indst-list .item-tit {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .indst-list .item-tit img {
    width: 0.42rem;
    height: 0.42rem;
  }
}

@media screen and (max-width: 767px) {
  .indst-list {
    margin-bottom: -0.16rem;
  }

  .indst-list li {
    width: 33.33%;
    margin-bottom: 0.16rem;
  }

  .indst-list li:nth-child(3n+1) {
    animation-delay: .1s;
  }

  .indst-list li:nth-child(3n+2) {
    animation-delay: .15s;
  }

  .indst-list li:nth-child(3n+3) {
    animation-delay: .2s;
  }

  .indst-list .item-imgs {
    height: 2rem;
  }
}

@media screen and (max-width: 560px) {
  .indst-list li {
    width: 50%;
  }

  .indst-list li:nth-child(2n+1) {
    animation-delay: .1s;
  }

  .indst-list li:nth-child(2n+2) {
    animation-delay: .15s;
  }
}

/*** indstDet ***/
.indstDet-box {
  min-height: 500px;
  padding: 50px 0 60px;
}

@media screen and (max-width: 991px) {
  .indstDet-box {
    padding: 0.38rem 0 0.42rem;
  }
}

.indstDet-bd {
  padding: 0 0.5em 0 0;
}

.indstDet-introd {
  width: 100%;
  overflow: hidden;
}

.indstDet-introd .tit {
  font-size: 30px;
  line-height: 40px;
  color: #0068b7;
}

.indstDet-introd .doc {
  font-size: 16px;
  line-height: 28px;
  color: #4c4c4c;
  margin-top: 18px;
}

.indstDet-case {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 42px;
}

.indstDet-case .item-inner {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.indstDet-case .sectit {
  font-size: 24px;
  line-height: 40px;
  color: #333;
}

.indstDet-caseSlide {
  width: 100%;
  overflow: hidden;
  margin-top: 18px;
}

.ie9 .indstDet-caseSlide .swiper-slide {
  margin-bottom: 10px;
}

.indstDet-caseSlide .item-imgs {
  width: 100%;
  height: 266px;
}

.indstDet-caseSlide .item-tit {
  width: 100%;
  max-height: 110px;
  display: block;
  background: url(/Img/images/indst_bg.png) no-repeat center bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  padding: 20px 22px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.indstDet-caseSlide .item-tit h5 {
  width: 100%;
  max-height: 48px;
  display: block;
  overflow: hidden;
}

.indstDet-caseSlide .swiper-ctrl {
  text-align: center;
  margin-top: 15px;
  line-height: 10px;
}

.indstDet-caseSlide .swiper-ctrl .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #868686;
  margin: 0 4px;
  vertical-align: top;
}

.indstDet-caseSlide .swiper-ctrl .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0bb65e;
}

.indstDet-side {
  padding: 12px 0 0 2em;
}

.indstDet-techn {
  width: 100%;
  overflow: hidden;
}

.indstDet-techn .sectit {
  width: 100%;
  height: 60px;
  display: block;
  background: url(/Img/images/techn_bg.jpg) no-repeat center bottom #0bb65e;
  background-size: 100% auto;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  padding: 0 24px;
}

.techn-slidebox {
  width: 100%;
  overflow: hidden;
  border: solid 1px #ccc;
  padding: 25px 17px;
  position: relative;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.techn-ctrl {
  width: 100%;
  height: 25px;
  display: block;
  position: absolute;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

.techn-ctrl.prev {
  background: url(/Img/images/prev_01.png) no-repeat center 5px;
  top: 0;
}

.techn-ctrl.prev:hover {
  background-image: url(/Img/images/prev_02.png);
}

.techn-ctrl.prev.swiper-button-disabled {
  background-image: url(/Img/images/prev_01.png);
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
}

.techn-ctrl.next {
  background: url(/Img/images/next_01.png) no-repeat center bottom 5px;
  bottom: 0;
}

.techn-ctrl.next:hover {
  background-image: url(/Img/images/next_02.png);
}

.techn-ctrl.next.swiper-button-disabled {
  background-image: url(/Img/images/next_01.png);
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
}

.techn-slide {
  width: 100%;
  height: 441px;
  overflow: hidden;
  position: relative;
}

.techn-slide li:hover .item-tit {
  color: #0bb65e;
}

.techn-slide .item-imgs {
  height: 180px;
}

.techn-slide .item-tit {
  height: 26px;
  overflow: hidden;
  font-size: 15px;
  line-height: 26px;
  color: #666;
  margin-top: 7px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .indstDet-introd .tit {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }

  .indstDet-introd .doc {
    font-size: 0.16rem;
    line-height: 0.28rem;
    margin-top: 0.16rem;
  }

  .indstDet-case {
    margin-top: 0.28rem;
  }

  .indstDet-case .sectit {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }

  .indstDet-caseSlide {
    margin-top: 0.14rem;
  }

  .indstDet-caseSlide .item-imgs {
    height: 1.98rem;
  }

  .indstDet-caseSlide .item-tit {
    height: 0.9rem;
    background-position: center top;
    background-size: cover;
    padding: 0.32rem 0.2rem 0 0.1rem;
    font-size: 0.14rem;
    line-height: 0.22rem;
  }

  .indstDet-caseSlide .item-tit h5 {
    height: 0.44rem;
  }

  .indstDet-caseSlide .swiper-ctrl {
    margin-top: 0.12rem;
  }
}

.indstDet-techn2 {
  margin-top: 0.3rem;
}

.indstDet-techn2 .sectit {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #333;
}

.techn-slide2 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.14rem;
}

.techn-slide2 .item-inner {
  width: 100%;
  overflow: hidden;
  display: block;
}

.techn-slide2 .item-imgs {
  width: 100%;
  height: 1.98rem;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.techn-slide2 .item-imgs .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
}

.techn-slide2 .item-tit {
  width: 100%;
  height: 0.22rem;
  overflow: hidden;
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #4c4c4c;
  margin-top: 7px;
  text-align: center;
}

.techn-slide2 .swiper-ctrl {
  margin-top: 0.16rem;
  text-align: center;
  line-height: 10px;
}

.techn-slide2 .swiper-ctrl .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #868686;
  margin: 0 4px;
  vertical-align: top;
}

.techn-slide2 .swiper-ctrl .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0bb65e;
}

/**** by kqx start ****/
/**** 公司概况 ****/
.about-box {
  background: url(/Img/images/about-bg01.jpg) no-repeat left top;
  background-size: 57% 100%;
  padding-bottom: 10.25em;
}

.about-box .global-inner {
  padding-top: 3.5em;
}

.about-box .about-left {
  float: left;
  width: 46%;
}

.about-box .about-left .txt1 {
  color: #e6eff7;
  font-size: 3.5em;
  line-height: 62px;
  font-family: "Arial Regular";
}

.about-box .about-left .txt2 {
  font-size: 26px;
  color: #0068b7;
  line-height: 37px;
  margin-bottom: 5px;
  display: none;
}

.about-box .about-left .txt3 {
  font-size: 22px;
  color: #0068b7;
  line-height: 23px;
  font-family: "Arial Regular";
}

.about-box .about-left .doc {
  margin-top: 30px;
  height: 16.5em;
}

.about-box .about-left .doc p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.about-box .about-right {
  float: right;
  width: 50.8%;
}

.about-box .about-right-img {
  margin-top: 41px;
}

.about-box .about-right-img .bg {
  width: 100%;
  border-radius: 5px;
  transition: all 0.3s;
}

@media screen and (max-width: 1200px) {
  .about-box {
    background: none;
    padding-bottom: 0.36rem;
  }

  .about-box .global-inner {
    padding-top: 0.33rem;
  }

  .about-box .about-left .txt1 {
    line-height: 0.55rem;
    font-size: 0.6rem;
  }

  .about-box .about-left .txt2 {
    font-size: 0.228rem;
    line-height: 0.32rem;
    margin-bottom: 0.05rem;
  }

  .about-box .about-left .txt3 {
    font-size: 0.132rem;
    line-height: 0.23rem;
  }

  .about-box .about-left .doc {
    margin-top: 0.14rem;
  }

  .about-box .about-left .doc p {
    font-size: 0.156rem;
    line-height: 0.288rem;
    margin-bottom: 0.05rem;
  }

  .about-box .about-right-img {
    margin-top: 0.28rem;
  }
}

@media screen and (max-width: 991px) {
  .about-box .about-left {
    width: 49%;
  }
}

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

  .about-box .about-left,
  .about-box .about-right {
    float: none;
    width: 100%;
  }
}

/**** 发展历程 ****/
.history-box {
  background: url(/Img/images/history-bg01.png) no-repeat bottom right;
  padding-bottom: 148px;
}

.history-box .content {
  position: relative;
  margin-top: 120px;

}

.history-box .content .line {
  border-top: 2px solid #eaeaea;
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
}

.history-box .global-inner {
  overflow: initial;
  max-width: 1430px;
}

.history-box .sliderBox {
  padding: 0 5.75em;
  position: relative;
}

.history-box .sliderBox .hd {
  width: 100%;
  overflow: hidden;
}

.history-box .sliderBox .leftbtn,
.history-box .sliderBox .rightbtn {
  position: absolute;
  height: 55px;
  width: 55px;
  top: 6px;
  background: #fff center center no-repeat;
  background-size: contain;
  z-index: 1;
  cursor: pointer;
}

.history-box .sliderBox .leftbtn {
  left: 0;
  background-image: url(/Img/images/about-arrow1.jpg);
}

.history-box .sliderBox .rightbtn {
  right: 0;
  background-image: url(/Img/images/about-arrow2.png);
}

.history-box .sliderBox .leftbtn.swiper-button-disabled,
.history-box .sliderBox .rightbtn.swiper-button-disabled {
  cursor: default;
  opacity: .1;
}

.tempWrap {
  margin: 0 auto;
}

.history-box .sliderBox ul li {
  float: left;
  width: 250px;
  min-height: 351px;
  padding-top: 60px;
  background: url(/Img/images/about-arrow5.png) 28px top no-repeat;
}

.history-box .sliderBox ul li h5 {
  font-size: 44px;
  color: #0068b7;
  font-weight: bold;
}

.history-box .sliderBox ul li p {
  font-size: 14px;
  text-align: justify;
  line-height: 24px;
  color: #333333;
}

.history-box .sliderBox ul li p img {
  max-width: 100%;
  margin: 7px 0;
}

@media screen and (max-width: 1400px) {
  .history-box .sliderBox .leftbtn {
    left: -48px;
  }

  .history-box .sliderBox .rightbtn {
    right: -48px;
  }

  .history-box .sliderBox {
    padding: 0 4em;
  }
}

@media screen and (max-width: 1320px) {
  .history-box .sliderBox .leftbtn {
    left: 10px;
  }

  .history-box .sliderBox .rightbtn {
    right: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .history-box .sliderBox .rightbtn {
    right: 2%;
  }

  .tempWrap {
    margin-left: 12%;
  }
}

@media screen and (max-width: 1000px) {
  .history-box .sliderBox .rightbtn {
    right: 17.5%;
  }
}

@media screen and (max-width: 910px) {
  .history-box .sliderBox .rightbtn {
    right: 1%;
  }
}

@media screen and (max-width: 987px) {
  .history-box .sliderBox .rightbtn {
    right: 1%;
  }
}

@media screen and (max-width: 784px) {
  .tempWrap {
    margin-left: 31%;
  }
}

@media screen and (max-width: 760px) {
  .history-box .sliderBox .leftbtn {
    left: 0;
  }

  .history-box .sliderBox .rightbtn {
    right: 0;
  }

  .history-box .sliderBox {
    padding: 0 0.6rem;
  }

  .history-box .sliderBox .leftbtn,
  .history-box .sliderBox .rightbtn {
    width: 0.6rem;
    height: 0.6rem;
  }

  .history-box {
    background: none;
    padding-bottom: 1.3em;
  }

  .history-box .content {
    margin-top: 0.76rem;
  }

  .history-box .sliderBox ul li h1 {
    font-weight: bold;
    font-size: 0.47rem;
  }

  .history-box .sliderBox ul li h2 {
    font-size: 0.15rem;
    line-height: 0.26rem;
  }

  .history-box .sliderBox ul li p {
    font-size: 0.15rem;
    line-height: 0.26rem;
  }
}

/**** 组织架构 ****/
.organ-box {
  padding-top: 52px;
  padding-bottom: 106px;
  background: url(/Img/images/obg01.png) no-repeat bottom left;
  background-size: contain;
}

.organ-box .bg {
  max-width: 100%;
  display: block;
  height: auto !important;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .organ-box {
    background: none;
  }
}

/**** 企业文化 ****/
.culture-box {
  padding: 51px 0 87px;
  background: url(/Img/images/history-bg01.png) no-repeat bottom right;
}

.culture-box .culture-left {
  float: left;
  width: 33.33%;
}

.culture-right-img {
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: cover;
  z-index: 10;
}

.culture-box .culture-left .bg {
  width: 100%;
  border-radius: 5px;
}

.culture-box .culture-right {
  float: right;
  width: 62%;
  margin-top: 6px;
}
.culture-box .culture-right .box{
  margin-bottom: 1em;
}

.culture-box .culture-right .box h5 {
  font-size: 24px;
  color: #0068b7;
  padding-left: 33px;
  line-height: 32px;
  margin-bottom: 5px;
  background: url(/Img/images/about-line.jpg) no-repeat left center;
}

.culture-box .culture-right .box .doc p {
  font-size: 16px;
  color: #4c4c4c;
  line-height: 30px;
}

@media screen and (max-width: 1200px) {
  .culture-box .culture-right .box {
    margin-top: 11px;
    margin-bottom: 0.21rem;
  }

  .culture-box .culture-right .box h5 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1100px) {
  .culture-box {
    padding: 0.46rem 0 0.29rem;
    background: none;
  }

  .culture-box .culture-right .box {
    margin-top: 0;
    margin-bottom: 0.1rem;
  }

  .culture-box .culture-right .box h5 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    padding-left: 0.29rem;
  }

  .culture-box .culture-right .box .doc p {
    line-height: 0.26rem;
    font-size: 0.15rem;
  }
}

@media screen and (max-width: 1000px) {
  .culture-box .culture-right .box {
    margin-top: 0;
    margin-bottom: 0.1rem;
  }
}

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

  .culture-box .culture-left,
  .culture-box .culture-right {
    width: 100%;
    float: none;
  }

  .culture-box .culture-left .bg {
    margin-top: 0.33rem;
  }
}

/**** 荣誉资质 ****/
.honor-box {
  background: url(/Img/images/honor_bg.jpg) no-repeat bottom right -10%;
  background-size: 80% auto;
  padding: 38px 0 34px;
}

.honor-box .title {
  font-size: 30px;
  color: #0068b7;
  line-height: 40px;
  margin-bottom: 3px;
}

.honor-cont {
  position: relative;
  overflow: hidden;
  padding: 0 10.8% 62px;
}

.honor-cont:after {
  content: '';
  width: 100%;
  height: 40px;
  display: block;
  background: url(/Img/images/honor_bg_02.png) no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 0;
}

.honor-container {
  width: 100%;
  overflow: hidden;
}

.honor-cont .swiper-slide {
  position: relative;
  border: solid 3px #6c6b68;
}

.honor-cont .swiper-slide a {
  display: block;
}

.honor-cont .imgbg {
  width: 100%;
  height: 100%;
  max-height: 450px;
  background: no-repeat center center;
  background-size: cover;
}

.honor-cont .bg {
  display: block;
  width: 100%;
  height: 100%;
}

.honor-btn {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 29%;
  background: center center no-repeat;
  z-index: 1;
}

.honor-btn:hover {
  opacity: .8;
  cursor: pointer;
}

.honor-box .leftbtn {
  left: 2%;
  background-image: url(/Img/images/honor-arrow1.png);
}

.honor-box .rightbtn {
  right: 2%;
  background-image: url(/Img/images/honor-arrow2.png);
}

.honor-box .swiper-ctrl {
  width: 100%;
  text-align: center;
  line-height: 8px;
  margin-top: 0.2rem;
}

.honor-box .swiper-ctrl .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #e0e0e0;
  margin: 0 3px;
}

.honor-box .swiper-ctrl .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0bb65e;
}

@media screen and (max-width:1660px) {
  .honor-box {
    background: url(/Img/images/honor-bg01.png) no-repeat bottom right -5%;
    background-size: 13em auto;
  }
}

@media screen and (max-width: 1366px) {
  .honor-cont {
    padding: 0 10% 62px;
  }

  .honor-box .global-inner {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .honor-box {
    background: none;
    padding: 0.65rem 0 0.7rem;
    min-height: 300px;
  }

  .honor-cont {
    padding: 0;
  }

  .honor-cont:after {
    display: none;
  }

  .honor-cont .swiper-slide {
    border-width: 1px;
  }
}



/**** 人才战略 ****/
.tactic-box {
  margin-top: 32px;
  padding-bottom: 110px;
}

.tactic-box .paty1 {
  padding-bottom: 2.5em;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
}

.tactic-box .paty1 .left {
  width: 47%;
  float: left;
}

.tactic-box .title .ch {
  font-size: 30px;
  color: #333333;
  margin-top: 21px;
  display: none;
}

.tactic-box .title .en {
  font-size: 30px;
  color: #333333;
  font-family: 'Arial Regular';
}

.tactic-box .title .en strong {
  color: #2fb672;
}

.tactic-box .title .line {
  width: 25px;
  height: 9px;
  background: #2fb672;
  margin-top: 9px;
}

.tactic-box .paty1 .left .list {
  margin-top: 30px;
}

.tactic-box .paty1 .left .list .item {
  color: #333333;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 24px;
  width: 100%;
  padding-left: 18px;
  background: url(/Img/images/tdian.png) no-repeat left 6px top 10px;
}

.tactic-box .paty1 .right {
  width: 49.7%;
  float: right;
}

.tactic-box .paty1 .right .img {
  width: 100%;
  border-radius: 5px;
}

.tactic-box .paty2 {
  margin-top: 2.5em;
  overflow: hidden;
}

.tactic-box .paty2 .doc-left {
  float: left;
  width: 31.6%;
}

.tactic-box .paty2 .doc-left img {
  width: 100%;
  border-radius: 5px;
}

.tactic-box .paty2 .doc-right {
  width: 64%;
  float: right;
}

.tactic-box .paty2 .doc-right .ch {
  margin-top: 0;
  line-height: 30px;
  display: none;
}

.tactic-box .paty2 .doc {
  margin-top: 28px;
}

.tactic-box .paty2 .doc p {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}

@media screen and (max-width: 1366px) {
  .tactic-box .paty1 .left {
    width: 50%;
  }
}

@media screen and (max-width: 960px) {
  .tactic-box {
    margin-top: 0.32rem;
    padding-bottom: 0.56rem;
  }

  .tactic-box .title .ch {
    margin-top: 0;
    font-size: 0.22rem;
  }

  .tactic-box .title .en {
    font-size: 0.18rem;
  }

  .tactic-box .title .line {
    width: 0.16rem;
    height: 0.07rem;
  }

  .tactic-box .paty1 .left .list {
    margin-top: 0.1rem;
  }

  .tactic-box .paty1 .left .list .item {
    line-height: 0.2rem;
    height: auto;
    margin-bottom: 0.02rem;
  }
}

@media screen and (max-width: 760px) {
  .tactic-box .paty1 .left .list .item {
    line-height: 0.29rem;
  }

  .tactic-box .paty1 .left .list {
    margin-top: 0.29rem;
  }

  .tactic-box .paty1 .left,
  .tactic-box .paty1 .right,
  .tactic-box .paty2 .doc-right {
    width: 100%;
    float: left;
  }

  .tactic-box .paty1 .right {
    margin-top: 0.33rem;
  }

  .tactic-box .paty2 .doc-left {
    display: none;
  }

  .tactic-box .paty2 .doc {
    margin-top: 30px;
  }

  .tactic-box .paty2 .doc p {
    color: #666666;
    font-size: 0.19rem;
  }
}

/**** 联系我们 ****/
.contact-box {
  margin-top: 50px;
  padding-bottom: 4.9em;
}

.contact-box .paty1 {
  background: #fafafa;
  padding: 3px;
  height: 21.5em;
}

.contact-box .paty1 .map {
  width: 49.5%;
  height: 100%;
  position: relative;
  display: block;
  float: left;
  background: #ededed;
}

.contact-box .paty1 .right {
  width: 45%;
  float: right;
  margin-top: 3.5em;
}

.contact-box .paty1 .txt1 {
  font-size: 24px;
  color: #2fb672;
  line-height: 33px;
  padding-bottom: 22px;
  margin-bottom: 37px;
  border-bottom: 1px solid #dbdbdb;
}

.contact-box .paty1 .txt2 {
  font-size: 16px;
  color: #666666;
  line-height: 27px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 35px;
}

.contact-box .paty1 .txt2 img {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 1366px) {
  .contact-box .paty1 .right {
    width: 48%;
  }
}

@media screen and (max-width: 1200px) {
  .contact-box .paty1 .right {
    margin-top: 0.37rem;
  }
}

@media screen and (max-width: 760px) {
  .contact-box .paty1 {
    height: auto;
  }

  .contact-box .paty1 .map,
  .contact-box .paty1 .right {
    width: 100%;
    float: none;
  }

  .contact-box .paty1 .map {
    height: 5rem;
  }

  .contact-box .paty1 .right {
    margin: 0.37rem auto 0;
    width: 88%;
  }

  .contact-box .paty1 .txt1 {
    font-size: 0.21rem;
    line-height: 0.29rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.26rem;
  }

  .contact-box .paty1 .txt2 {
    font-size: 0.17rem;
    line-height: 0.28rem;
    margin-bottom: 0.21rem;
  }
}

/**** 员工生活 ****/
.staffLife-box {
  margin-top: 52px;
  padding-bottom: 3.75em;
}

.staffLife-box .list {
  overflow: hidden;
}

.staffLife-box .items {
  width: 32.4%;
  float: left;
  margin-bottom: 22px;
  margin-right: 16px;
}

.staffLife-box .items:nth-child(3n) {
  margin-right: 0;
}

.staffLife-box .items .fancybox {
  display: block !important;
  cursor: pointer;
}

.staffLife-box .items .imgbg {
  border-radius: 5px;
  overflow: hidden;
}

.staffLife-box .items .imgbg img {
  width: 100%;
  transition: all 0.3s;
}

.staffLife-box .items:hover .imgbg img {
  transform: scale(1.1);
}

.staffLife-box .items .txt {
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 47px;
  height: 47px;
}

.staffLife-box .page-numbox {
  margin-top: 28px;
}

@media screen and (max-width: 1280px) {
  .staffLife-box .items {
    width: 32%;
  }

  .staffLife-box .page-numbox {
    margin-top: 18px;
  }
}

@media screen and (max-width: 850px) {
  .staffLife-box .items {
    width: 31%;
  }
}

@media screen and (max-width: 760px) {
  .staffLife-box .items {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }

  .staffLife-box {
    margin-top: 0.4rem;
    padding-bottom: 0.8rem;
  }

  .staffLife-box .items .txt {
    font-size: 0.2rem;
    line-height: 0.5rem;
    height: 0.5rem;
  }
}

.modal-staffLife .global-inner {
  padding-bottom: 0;
}

.mobannerbox {
  width: 100%;
  height: 100%;
}

.mobannerbox-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.mobannerbox-slide .fancybox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  padding-bottom: 50px;
}

.mobannerbox-slide .items .imgbg {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  position: relative;
  background: no-repeat center center;
  background-size: contain;
}

.mobannerbox-slide .imgbg .image {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  position: relative;
  background: no-repeat center center;
  background-size: contain;
}

.mobannerbox-slide .imgbg img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.mobannerbox-slide .items .txt {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
}

.mobannerbox-btns {
  position: absolute;
  height: 55px;
  width: 55px;
  top: 50%;
  background: center center no-repeat;
  background-size: contain;
  z-index: 1;
  cursor: pointer;
}

.mobannerbox-btns.leftbtn {
  left: 0;
  background-image: url(/Img/images/honor-arrow1.png);
}

.mobannerbox-btns.rightbtn {
  right: 0;
  background-image: url(/Img/images/honor-arrow2.png);
}

.mobannerbox-btns.swiper-button-disabled {
  cursor: default;
  opacity: .1;
}

@media screen and (max-width: 991px) {
  .mobannerbox-btns {
    width: 0.5rem;
    height: 0.5rem;
    margin-top: -0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .modal-staffLife .modal-content {
    height: auto;
  }

  .mobannerbox-slide .fancybox {
    padding-bottom: 0;
  }

  .mobannerbox-slide .items .txt {
    font-size: 0.18rem;
    line-height: 0.35rem;
    padding: 0 0.18rem;
    position: static;
  }
}

/**** 招聘岗位 ****/
.hr-box {
  background: -webkit-linear-gradient(#fff, #f5f5f5);
  /*for safari5.1-6.0*/
  background: -o-linear-gradient(#fff, #f5f5f5);
  /*Opera 11.1-12.0*/
  background: -moz-linear-gradient(#fff, #f5f5f5);
  /*firefox 3.6-15*/
  background: linear-gradient(#fff, #f5f5f5);
  padding: 2.3em 0 5.5em;
}

.hr-box .w1330 {
  width: 69.7%;
  max-width: 1340px;
  background: #fff;
  margin: 0 auto;
  padding-bottom: 4.35em;
}

.hr-box .top {
  background: #2fb672;
  height: 46px;
  line-height: 46px;
}

.hr-box .t1 {
  width: 21%;
  margin-left: 4%;
  overflow: hidden;
}

.hr-box .t2 {
  width: 15.5%;
}

.hr-box .t3 {
  width: 13%;
}

.hr-box .t4 {
  width: 21.6%;
}

.hr-box .t5 {
  width: 24%;
}

.hr-box .ttxt1 {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  float: left;
}

.hr-box .ttxt2 {
  font-size: 16px;
  color: #333333;
  float: left;
}

.hr-box .list .item {
  width: 90%;
  margin: 0 auto;
}

.hr-box .list .item .it {
  /* line-height: 63px;
  height: 63px; */
  display: block;
  position: relative;
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
}

.hr-box .list .item .it:before,
.hr-box .list .item .it:after {
  content: '';
  display: table;
  clear: both;
}

.hr-box .list .add {
  width: 20px;
  height: 20px;
  background: url(/Img/images/add.png) no-repeat center center;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.hr-box .list .item.on .it {
  border-bottom: 1px solid #0bb65e;
}

.hr-box .list .item.on .add {
  background: url(/Img/images/add-1.png) no-repeat center center;
}

.hr-box .bot {
  padding: 35px 47px 20px;
  background: #f5f5f5;
  display: none;
}

.hr-box .btop {
  overflow: hidden;
}

.hr-box .btop .box1 {
  width: 35%;
}

.hr-box .btop .box2 {
  width: 65%;
}

.hr-box .btop .txt {
  font-size: 16px;
  color: #4c4c4c;
  line-height: 33px;
  height: 33px;
  float: left;
}

.hr-box .bbot {
  margin-top: 26px;
}

.hr-box .bbot .box {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

.hr-box .bbot .txt1 {
  color: #2fb672;
  margin-bottom: 11px;
  font-weight: bold;
}

.hr-box .bbot .doc p {
  color: #4c4c4c;
}

@media screen and (max-width: 1600px) {
  .hr-box .w1330 {
    width: 90%;
  }

  .hr-box .t1 {
    margin-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .hr-box .list .add {
    right: -30px;
  }

  .hr-box .t1 {
    margin-left: 0;
  }

  .hr-box .btop .txt {
    width: 100%;
  }
}

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

  .hr-box .t2,
  .hr-box .t4,
  .hr-box .t5 {
    display: none;
  }

  .hr-box {
    padding: 0.36rem 0;
  }

  .hr-box .w1330 {
    width: 100%;
  }

  .hr-box .ttxt2.t1,
  .hr-box .ttxt2.t3 {
    margin-top: 0.12rem;
  }

  .hr-box .t1,
  .hr-box .t3 {
    margin-left: 0;
    width: 50%;
  }

  .hr-box .list {
    margin-top: 0.1rem;
  }

  .hr-box .list .item {
    width: 100% !important;
    padding: 0 0.18rem;
    line-height: 0.6rem;
  }

  .hr-box .list .add {
    right: 0;
    /* top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); */
  }

  .hr-box .ttxt1 {
    font-size: 0.16rem;
  }

  .hr-box .list .item .it {
    line-height: 0.24rem;
    height: 0.63rem;
    padding: 0.05rem 0;
  }

  .hr-box .ttxt2 {
    font-size: 0.2rem;
    color: #333333;
  }

  .hr-box .bot {
    padding: 0.03rem 0.13rem 0.34rem;
  }

  .hr-box .btop .txt {
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.36rem;
    height: 0.36rem;
  }

  .hr-box .btop .box1,
  .hr-box .btop .box2 {
    width: 0;
  }

  .hr-box .btop .txt {
    width: 100%;
  }

  .hr-box .btop .txt.box2 {
    width: 100%;
    height: auto;
  }

  .hr-box .bbot .box {
    font-size: 0.14rem;
  }

  .hr-box .bbot {
    margin-top: 0.09rem;
  }

  .hr-box .bbot .txt1 {
    line-height: 0.25rem;
    height: 0.25rem;
    margin-bottom: 0.07rem;
  }

  .hr-box .bbot .txt {
    line-height: 0.26rem;
  }
}

/**** 搜索结果 ****/
.page-result-box .inside-lv2box.app .lv2-tit .fa {
  display: none;
}

/**** by kqx end ****/
/**** 科研技术 ****/
.research-box {
  padding: 40px 0 72px;
}

@media screen and (max-width: 991px) {
  .research-box {
    padding: 0.36rem 0 0.6rem;
  }
}

.research-list {
  min-height: 430px;
  overflow: hidden;
  margin: 0 -20px -23px;
}

.research-list li {
  padding: 0 20px;
  margin-bottom: 45px;
}

.research-list .item-inner {
  width: 100%;
  display: block;
  overflow: hidden;
}

.research-list .item-imgs {
  height: 19em;
  border: solid 1px #e9e9e9;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.research-list .item-imgs .image {
  background-size: contain;
}

.research-list .item-tit {
  width: 100%;
  height: 50px;
  display: block;
  background: #e6e6e6;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  padding: 0 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .research-list {
    margin: 0 -0.14rem -0.2rem;
  }

  .research-list li {
    padding: 0 0.14rem;
    margin-bottom: 0.3rem;
  }

  .research-list .item-imgs {
    height: 2.28rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }

  .research-list .item-imgs .image {
    background-size: cover;
    background-position: center top;
  }

  .research-list .item-tit {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0.14rem;
    font-weight: normal;
    padding: 0 0.12rem;
  }
}

/**** 网站地图 ****/
.page-website-box .inside-lv2box.app .lv2-tit .fa {
  display: none;
}

/*# sourceMappingURL=css.css.map */

/* 20190614  kqx satrt */
.ie9 .history-box .sliderBox {
  height: 20.5em;
  overflow: hidden;
}

.ie9 .history-box .sliderBox ul li {
  width: 12.5em;
  height: 20.25em;
  float: left;
  margin-right: 2.5em;
  margin-bottom: 30px;
}

.ie9 .honor-cont {
  height: 23em;
}

.ie9 .honor-btn {
  top: 50%;
}

.ie9 .bssDet-doc img {
  width: 100%;
}

.ie9 .indstDet-caseSlide .swiper-slide {
  width: 14em;
  height: 13.3em;
  margin-right: 12px;
  float: left;
}

/* 20190614  kqx end */