@charset "UTF-8";
html {
  overflow-y: scroll;
}

body {
  font-family: "lucida Grande",Verdana,"Microsoft YaHei";
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: inherit;
}

a:hover, a:focus {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

b, dt {
  font-weight: normal;
}

p {
  margin: 0;
}

h3, h4 {
  margin: 0;
  font-weight: normal;
}

video {
  max-width: 100%;
}

@supports (display: flex) {
  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  .allcontent-wrap {
    flex: 1;
  }
}
.container-fluid {
  max-width: 1230px;
}
.container-fluid img {
}
.min-w{min-width:100%;min-height:100%;}
.row-mat {
  margin-top: -20px;
}

.col-mat {
  margin-top: 20px;
}

.no-padding {
  padding: 0 !important;
}

.text-indent {
  text-indent: 2em;
}

.high-line {
  line-height: 1.75;
}

.mw100 {
  max-width: 100%;
}

.img-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.nowrapline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*顶部  logo&热线*/
.top-head {
  display: table;
  width: 100%;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .top-head {
    float: left;
    width: auto;
    padding: 20px 0;
  }
}

.top-logo,
.top-btnwrap {
  display: table-cell;
  vertical-align: middle;
}

.top-logo img {
  max-width: 100%;
}
.top-logo .b-logo {
  display: none;
}
@media (min-width: 640px) {
  .top-logo .s-logo {
    display: none;
  }
  .top-logo .b-logo {
    display: inline;
  }
}

.top-btnwrap {
  padding-left: 20px;
  text-align: right;
}
@media (min-width: 992px) {
  .top-btnwrap {
    display: none;
  }
}

/*小屏  折叠按钮*/
.top-btn-collapse {
  top: 0;
  cursor: pointer;
  color: #007668;
  font-size: 24px;
  line-height: inherit;
}
@media (min-width: 540px) {
  .top-btn-collapse {
    font-size: 26px;
  }
}

.top-contact {
  text-align: right;
  color: #007668;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  margin: 20px 0 5px;
}
.top-contact img {
  margin-right: 5px;
  vertical-align: top;
}
@media (max-width: 991px) {
  .top-contact {
    display: none;
  }
}

/*导航*/
.top-nav li {
  text-align: center;
}

.top-nav a {
  display: block;
  cursor: pointer;
}

@media (max-width: 991px) {
  .top-right {
    display: none;
    position: absolute;
    z-index: 3;
    right: 15px;
    width: 160px;
    max-width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    padding: 5px 0;
  }

  .top-nav-link {
    line-height: 30px;
  }
  .top-nav-link:hover {
    background: #007668;
  }
}
@media (min-width: 992px) {
  .top-right {
    display: block !important;
    float: right;
  }

  .top-nav-li {
    position: relative;
    float: left;
  }

  .top-nav-link {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 5px 20px;
    border-bottom: 2px solid transparent;
  }
}
@media (min-width: 1100px) {
  .top-nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .top-nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .top-nav-link:hover, .top-nav-link.hover, .top-nav-link.act {
    color: #007668;
    border-color: #007668;
  }
}
/*二级导航*/
.top-subnav {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
  font-size: 13px;
  padding-bottom: 5px;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991px) {
  .top-subnav {
    display: none !important;
  }
}

.top-subnav-link {
  line-height: 35px;
  border-bottom: 1px solid #fff;
  color: #007669;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-subnav-link:before, .top-subnav-link:after {
  content: '-';
}
.top-subnav-link:hover {
  color: #fff;
  background-color: #007668;
}

/*轮播图*/
.swiper-img .swiper-slide img {
  margin: 0 auto;
}

.swiper-banner-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-banner-img:before {
  content: '';
  display: block;
  padding-top: 36.37%;
}
@media (max-width: 899px) {
  .swiper-banner-img:before {
    padding-top: 40%;
  }
}
@media (max-width: 639px) {
  .swiper-banner-img:before {
    padding-top: 48%;
  }
}

@media (max-width: 991px) {
  .swiper-pagination-img {
    display: none;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-img {
  width: 40%;
  left: auto;
  right: 0;
  bottom: 25px;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  border-radius: 0;
  background: rgba(188, 188, 188, 0.5);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: rgba(0, 118, 104, 0.5);
}

.wrapper {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .wrapper {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .wrapper {
    padding: 40px 0;
  }
}

.main-item {
  position: relative;
}

.text-important {
  color: #007668;
}

/*主要标题*/
.main-title {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .main-title {
    margin-bottom: 30px;
  }
}
.main-title .main-title-link {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .main-title .main-title-link {
    font-size: 25px;
  }
}
.main-title .main-title-link .zh, .main-title .main-title-link .en {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.main-title .main-title-link .zh {
  font-family: '幼圆';
  font-size: 1.35em;
  color: #575757;
  margin-bottom: 0.25em;
}
.main-title .main-title-link .en {
  text-transform: uppercase;
  font-size: 14px;
  color: #a4a4a4;
}
.main-title .main-title-link[href]:hover .zh {
  color: #a4a4a4;
}
.main-title .main-title-link[href]:hover .en {
  color: #575757;
}

/*首页 设备租赁*/
@media (max-width: 449px) {
  .main-device .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 768px) {
  .main-device .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 449px) {
  .main-device .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .main-device .col-xs-6 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .main-device .col-xs-6:nth-child(n+5) {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-device .col-xs-6 {
    width: 20%;
  }
}

.intro-link {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 236px;
  text-align: center;
  border: 1px solid #efefef;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.intro-link .intro-imgbox {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.intro-link .intro-imgbox:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.intro-link .intro-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.intro-link .intro-textbox {
  padding: 10px 10px 20px;
}
.intro-link .intro-title {
  color: #575757;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 450px) {
  .intro-link .intro-title {
    font-size: 18px;
  }
}
.intro-link .intro-text {
  color: #a4a4ac;
  font-size: 13px;
  line-height: 1.5;
  height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 10px 0;
}
@media (min-width: 450px) {
  .intro-link .intro-text {
    margin: 15px 0;
  }
}
.intro-link .intro-btn {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  padding: 4px 15px;
  border: 1px solid transparent;
}
@media (max-width: 639px) {
  .intro-link:hover, .intro-link.act {
    border-color: #007668;
  }
}
@media (min-width: 640px) {
  .intro-link:hover, .intro-link.act {
    z-index: 2;
    outline: 10px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
  }
}
.intro-link:hover .intro-textbox, .intro-link.act .intro-textbox {
  background-color: #007668;
}
.intro-link:hover .intro-title,
.intro-link:hover .intro-text,
.intro-link:hover .intro-btn, .intro-link.act .intro-title,
.intro-link.act .intro-text,
.intro-link.act .intro-btn {
  color: #fff;
}
.intro-link:hover .intro-btn, .intro-link.act .intro-btn {
  border-color: #fff;
}

/*首页 展台搭建*/
.design-wrapper {
  background-color: #e6e6e6;
  background-image: url("../img/design-wrapper-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.circle-intro-link {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 168px;
  text-align: center;
}
.circle-intro-link .circle-intro-imgbox {
  position: relative;
  z-index: 1;
  max-width: 164px;
  margin: 0 auto;
  background-color: #000;
  border: 3px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.circle-intro-link .circle-intro-imgbox:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.circle-intro-link .circle-intro-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.circle-intro-link .circle-intro-title {
  color: #575757;
  font-size: 16px;
  font-weight: bold;
  margin: 0.6em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .circle-intro-link .circle-intro-title {
    margin: 1.2em 0;
  }
}
.circle-intro-link:hover .circle-intro-imgbox {
  border-color: #007668;
}
.circle-intro-link:hover .circle-intro-title {
  color: #007668;
}

.circle-intro-text {
  color: #a4a4ac;
  font-size: 13px;
  line-height: 1.5;
  height: 4.5em;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.swiper-container-wrap {
  position: relative;
}
@media (min-width: 1200px) {
  .swiper-container-wrap {
    padding: 0 60px;
  }
}

/*swiper切换按钮*/
.swiper-btn-prev,
.swiper-btn-next {
  display: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-top: -20px;
  font-size: 30px;
  font-family: simsun;
  font-weight: bold;
  color: #909090;
  border: 1px solid;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.swiper-btn-prev:hover,
.swiper-btn-next:hover {
  color: #fff;
  border-color: #007668;
  background-color: #007668;
}
.swiper-btn-prev.swiper-button-disabled,
.swiper-btn-next.swiper-button-disabled {
  opacity: 0.6;
  cursor: auto;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .swiper-btn-prev,
  .swiper-btn-next {
    display: block;
  }
}

.swiper-btn-prev {
  left: 0;
}

.swiper-btn-next {
  right: 0;
}

/*首页 品牌优势*/
@media (max-width: 639px) {
  .main-advantage .col-xs-12:nth-child(n+5) {
    display: none;
  }
}
@media (min-width: 640px) and (max-width: 949px) {
  .main-advantage .col-xs-12 {
    width: 50%;
  }
}

.horizontal-intro-link {
  position: relative;
  display: block;
  height: 124px;
  border-radius: 5px 0 0 5px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.horizontal-intro-link .horizontal-intro-imgbox {
  float: left;
  width: 122px;
  height: 100%;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  line-height: 122px;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
}
.horizontal-intro-link .horizontal-intro-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
}
.horizontal-intro-link .horizontal-intro-textbox {
  position: relative;
  float: left;
  width: calc(100% - 122px);
  height: 100%;
  padding: 0 15px;
}
.horizontal-intro-link .horizontal-intro-title {
  color: #555;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .horizontal-intro-link .horizontal-intro-title {
    font-size: 18px;
  }
}
.horizontal-intro-link .horizontal-intro-text {
  color: #b2b2b3;
  font-size: 12px;
  line-height: 1.5;
  max-height: 6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.horizontal-intro-link:hover {
  color: #fff;
  background-color: #007668;
}
.horizontal-intro-link:hover .horizontal-intro-title,
.horizontal-intro-link:hover .horizontal-intro-text {
  color: #fff;
}

/*首页 活动案例*/
.case-wrapper {
  background-color: #e6e6e6;
  background-image: url("../img/case-wrapper-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.main-case .row-mat {
  margin-top: -15px;
}
.main-case .col-mat {
  margin-top: 15px;
}

.nav-case {
  margin-top: 15px;
}

.nav-case-item {
  display: inline-block;
  width: 6em;
  height: 2.15em;
  line-height: 2.15em;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 5px;
  margin: 5px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .nav-case-item {
    font-size: 15px;
    margin: 5px 5px 0;
  }
}
.nav-case-item:hover, .nav-case-item.act {
  color: #fff;
  background-color: #007668;
}

.main-case .row {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 449px) {
  .main-case .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.main-case .col-xs-6 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 449px) {
  .main-case .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 640px) {
  .main-case .col-xs-6 {
    width: 33.33333333%;
  }
}

.main-item-news {
  display: none;
}

.normallink {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 369px;
}

.normallink-imgbox {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #979797;
}
.normallink-imgbox:before {
  content: '';
  display: block;
  padding-top: 62.8%;
}

.normallink-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.normallink-title {
  text-align: center;
  font-size: 13px;
  line-height: 2.6em;
  color: #575757;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .normallink-title {
    font-size: 14px;
  }
}

.normallink-imgbox,
.normallink-title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.normallink:hover .normallink-imgbox {
  border-color: #007668;
}
.normallink:hover .normallink-title {
  color: #fff;
  background-color: #007668;
}

/*首页 新闻中心*/
.swiper-news-img {
  position: relative;
  height: 288px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.swiper-news-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 3;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper-news .swiper-btn-prev,
.swiper-news .swiper-btn-next {
  display: block;
  height: 80px;
  line-height: 80px;
  border-radius: 0;
  margin-top: -40px;
  border: none 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.swiper-news .swiper-btn-prev:hover,
.swiper-news .swiper-btn-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.swiper-pagination-wrap {
  position: relative;
  margin-top: 15px;
}

.swiper-pagination-news {
  width: 100%;
}
.swiper-pagination-news .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  margin: 0 5px;
  background: #bcbcbc;
}
.swiper-pagination-news .swiper-pagination-bullet-active {
  background: #007668;
}

.nav-news {
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
}

.nav-news-item {
  display: inline-block;
  width: 6em;
  height: 2.15em;
  line-height: 2.15em;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .nav-news-item {
    font-size: 15px;
    margin: 0 5px;
  }
}
.nav-news-item:hover, .nav-news-item.act {
  color: #fff;
  background-color: #007668;
}

.index-news-item {
  margin-top: 15px;
}

.index-news-link {
  position: relative;
  color: #999;
}
.index-news-link:before {
  content: '';
  display: inline-block;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: #007668;
}
@media (min-width: 768px) {
  .index-news-link {
    float: left;
    max-width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.index-news-link:hover {
  color: #007668;
}

.index-news-time {
  display: block;
  color: #b7b7b8;
  font-size: 12px;
}
@media (min-width: 768px) {
  .index-news-time {
    float: right;
    font-size: 14px;
  }
}

/*首页 联系*/
.contact-wrapper {
  padding: 20px 0;
  background:#f4f4f4;
}
@media (max-width: 767px) {
  .contact-wrapper {
    display: none;
  }
}

.contact-way {
  float: left;
}

.erweima-wrap {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 20px;
}

.contact-list-wrap {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  text-align: left;
}
.contact-list-wrap .contact-list-title {
  color: #000;
}
.contact-list-wrap .contact-list {
  width: 560px;
}
.contact-list-wrap .contact-list li {
  float: left;
  width: 240px;
  margin-top: 5px;
}

.contact-nav {
  float: right;
  margin-top: 40px;
}
.contact-nav a {
  margin: 0 5px;
}
.contact-nav a:hover {
  color: #007668;
}
@media (max-width: 1199px) {
  .contact-nav {
    display: none;
  }
}

/*非主页页面*/
.page-title-wrap {
  color: #007668;
  background-color: #e9e9e9;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .page-title-wrap {
    display: none;
  }
}

.page-title {
  float: left;
}
.page-title .zh {
  font-family: "幼圆";
  font-size: 24px;
}
.page-title .en {
  font-size: 18px;
  text-transform: capitalize;
}

.page-pos {
  float: right;
  font-family: "幼圆";
  line-height: 34px;
}
.page-pos a[href]:hover {
  color: #00433b;
}

.main-page {
  margin: 20px 0;
}

@media (min-width: 850px) and (max-width: 991px) {
  .page-aside-wrap {
    width: 30%;
  }

  .page-section-wrap {
    width: 70%;
  }
}
/*侧栏*/
/*aside标题*/
.aside-title {
  position: relative;
  color: #fff;
  background-color: #007668;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*侧栏列表*/
.aside-list {
  margin-bottom: 20px;
  text-align: center;
}
.aside-list a {
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aside-list > li {
  margin-top: 4px;
}
.aside-list > li > a {
  position: relative;
  line-height: 40px;
  padding: 0 5px;
  font-size: 15px;
  background-color: #d8d8d8;
}
.aside-list > li > a:hover, .aside-list > li > a.act {
  color: #fff;
  background-color: #339187;
}

.aside-sublist {
  display: none;
}
.aside-sublist > li {
  margin-top: 2px;
}
.aside-sublist > li > a {
  font-family: simsun;
  line-height: 35px;
  padding: 0 5px;
  color: #007668;
  background-color: #eee;
}
.aside-sublist > li > a:hover, .aside-sublist > li > a.act {
  background-color: #ddd;
}

.aside-contact .aside-contact-content {
  padding: 5px;
  padding-top: 15px;
  background: #e9e9e9;
}
.aside-contact .aside-contact-img {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.aside-contact .aside-contact-list li {
  margin-bottom: 5px;
  word-break: break-all;
  word-wrap: break-word;
}
.aside-contact .aside-contact-list li:first-child {
  color: #007668;
  margin-bottom: 10px;
}

/*section标题*/
.section-title {
  color: #0e0e0e;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #007668;
  margin: 18px 0 20px;
}

/*section内容部分*/
.section-content .row-mat {
  margin-top: -15px;
}
.section-content .col-mat {
  margin-top: 15px;
}

.section-chwidth .row {
  margin-left: -5px;
  margin-right: -5px;
}
.section-chwidth .col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 540px) {
  .section-chwidth .col-xs-6 {
    width: 33.33333333%;
  }
}

.section-content .normallink-imgbox:before{
	padding-top:75%;
}

.page-text {
  line-height: 1.75;
  text-indent: 2em;
}

.pagex-titlebox {
  text-align: center;
  margin-bottom: 15px;
}

.pagex-title {
  font-size: 16px;
}

.pagex-time {
  font-size: 13px;
  color: #a4a4a4;
  margin-top: 10px;
}

.pagex-imgbox {
  text-align: center;
  margin-bottom: 10px;
}
.pagex-imgbox img {
  display: block;
  max-width: 100%;
  margin: 0 auto 5px;
}

.pagex-text {
  margin: 10px 0;
  line-height: 1.75;
}

.pagex-title-pro {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 10px;
}

.pagex-title-detail {
  color: #007668;
}

/*企业介绍页*/
.text-subtitle {
  color: #ea4609;
}

/* 新闻页 */
.imgnewslink {
  position: relative;
  display: block;
  color: #3f3f3f;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.imgnewslink .imgnews-imgbox img {
  max-width: 100%;
}
.imgnewslink .imgnews-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.imgnewslink .imgnews-textbox {
  position: relative;
  overflow: hidden;
}
.imgnewslink .imgnews-title {
  font-size: 15px;
  margin: 5px 0;
}
.imgnewslink .imgnews-time {
  font-size: 12px;
  margin-bottom: 0.3em;
}
.imgnewslink .imgnews-text {
  line-height: 1.5;
  max-height: 6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.imgnewslink:hover {
  color: #fff;
  background: #007668;
  border-color: #007668;
}
@media (max-width: 479px) {
  .imgnewslink {
    padding: 8px;
  }
  .imgnewslink .imgnews-textbox {
    margin-top: 5px;
  }
  .imgnewslink .imgnews-imgbox {
    text-align: center;
  }
  .imgnewslink .imgnews-img {
    background: none !important;
  }
}
@media (min-width: 480px) {
  .imgnewslink {
    height: 150px;
  }
  .imgnewslink .imgnews-imgbox {
    float: left;
    width: 200px;
    height: 100%;
    overflow: hidden;
  }
  .imgnewslink .imgnews-imgbox img {
    display: none;
  }
  .imgnewslink .imgnews-textbox {
    position: relative;
    float: left;
    width: calc(100% - 200px);
    height: 100%;
    padding: 5px 10px 5px 15px;
  }
  .imgnewslink .imgnews-title {
    margin-top: 0;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/*联系我们页*/
.page-contact-list {
  margin-bottom: 20px;
}
.page-contact-list li {
  margin-bottom: 5px;
}

.contact-map img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/*小屏产品分类下拉按钮*/
.s-drop-wrap {
  margin: 15px 15px 0;
}

.s-drop-btn {
  cursor: pointer;
  color: #fff;
  background: #007668;
  line-height: 40px;
  padding: 0 15px;
  text-align: left;
}
.s-drop-btn span.glyphicon {
  float: right;
  top: 0;
  line-height: 40px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.s-drop-btn.nodrop {
  cursor: auto;
  text-align: center;
}
.s-drop-btn.nodrop span.glyphicon {
  display: none;
}
.s-drop-btn.act {
  background: #00433b;
}
.s-drop-btn.act span.glyphicon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*小屏下拉列表*/
.s-drop-list {
  display: none;
  margin-bottom: 0;
}
.s-drop-list > li > a {
  font-size: 14px;
  line-height: 35px;
}
.s-drop-list .aside-sublist > li > a {
  line-height: 30px;
}

/* 大屏底部 */
.foot {
  color: #fff;
  background: #464646;
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .foot {
    padding: 30px 0;
  }
}
.foot a:hover {
  color: #8f8f8f;
}

@media (min-width: 768px) {
  .foot-copy {
    float: left;
  }
}

.foot-manage {
  float: right;
}
@media (max-width: 767px) {
  .foot-manage {
    display: none;
  }
}

/*小屏底部*/
.foot-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  background: #007668;
  border-top: 1px solid #fff;
}

.ffixedlink {
  width: 25%;
  float: left;
  padding: 2px 0;
  text-align: center;
}
.ffixedlink:hover {
  background: #00ad96;
}

.foot-icon {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 20px;
  overflow: hidden;
  background-image: url(../img/foot-icon.png);
  background-repeat: no-repeat;
}

.ffixedlink:nth-child(1) .foot-icon {
  background-position: 0px 0;
}

.ffixedlink:nth-child(2) .foot-icon {
  background-position: -30px 0;
}

.ffixedlink:nth-child(3) .foot-icon {
  background-position: -60px 0;
}

.ffixedlink:nth-child(4) .foot-icon {
  background-position: -90px 0;
}

@media screen and (max-width: 767px) {
  /*小屏底部fixed导航距离*/
  body {
    padding-bottom: 45px;
  }
}
/*浮动QQ*/
.dock {
	position: fixed;
	right: 0px;
	width: 50px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 200;
}

.dock.close {
	z-index: 50;
}

.dock ul.icons {
	position: absolute;
	list-style: none;
	right: 0px;
	padding: 0px;
	width: 50px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
	right: -70px;
}

.dock ul.icons li i {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: url(../images/icons.png) no-repeat;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 210;
}

.dock ul.icons li.active i {
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.dock ul.icons li.up i {
	background-position: -63px -150px;
}

.dock ul.icons li.tel i {
	background-position: -62px -108px;
}

.dock ul.icons li.im i {
	background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
	background-position: -59px -66px;
}

.dock ul.icons li.down i {
	background-position: -63px -190px;
}

.dock ul.icons li p {
	display: block;
	position: absolute;
	top: 50px;
	right: -260px;
	padding: 10px 10px;
	height: 120px;
	color: White;
	line-height: 30px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-ms-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	overflow: hidden;
	z-index: 201;
}

.dock ul.icons li.active p {
	right: 50px;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.dock ul.icons li.tel p {
width: 140px;
    height:130px;
    line-height:30px
}

.dock ul.icons li.im p {
	width: 140px;
    height:130px;
    line-height:30px
}

.dock ul.icons li.im p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 35px;
	line-height: 32px;
	color: #00dfb9;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00dfb9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
	color: White;
	background: #0f8773;
	border: 1px solid #0f8773;
}

.dock ul.icons li.wechat p {
	width: 140px;
    height:130px;
    line-height:30px
}

.dock ul.icons li.wechat p img {
	
	border: 2px solid #000;
}

.dock a.switch {
	position: absolute;
	display: block;
	top: 270px;
	right: 11px;
	width: 26px;
	height: 26px;
	background: url(../images/icons.png) no-repeat 0px -640px;
	cursor: pointer;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.dock a.switch.off {
	background-position: -32px -640px;
}