﻿@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;
  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;
}

@supports (display: flex) {
  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }
  #content-wrap {
    flex: 1;
  }
}

.container-fluid {
  max-width: 1030px;
}

.mat-20 {
  margin-top: -20px;
}

.mat20 {
  margin-top: 20px;
}

/*顶部  logo&热线*/
.top-head {
  line-height: 65px;
  font-size: 0;
  background: #fff;
}

.top-logo {
  display: inline-block;
}

.top-logo img {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .top-head {
    font-size: 14px;
    padding: 10px 0;
    line-height: 1.42857143;
  }
}

.top-line {
  float: right;
  padding-top: 10px;
}

.top-line img {
  position: relative;
  right: 5px;
  vertical-align: baseline;
}

.top-line .line-number {
  display: inline-block;
}

.top-line .line-number span {
  color: #555;
  font-size: 14px;
}

.top-line .line-number p {
  color: #3f7223;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
}

/*小屏  折叠按钮*/
#btn-collapse {
  float: right;
  top: 0;
  cursor: pointer;
  color: #43c5e9;
  font-size: 24px;
  line-height: inherit;
}

/*顶部产品搜索*/
.top-search {
  position: absolute;
  z-index: 2;
  padding: 5px 15px;
  background: rgba(68, 68, 68, 0.8);
  width: 100%;
}

.top-search form {
  max-width: 300px;
  margin: 0 auto;
}

.top-search input,
.top-search button {
  height: 30px;
  padding: 4px 12px;
}

.top-search input {
  border-radius: 17px 0 0 17px;
}

.top-search button {
  outline: none !important;
  border-radius: 0 17px 17px 0;
}

.hotline {
  display: none;
  color: #fff;
  text-align: right;
}

.hotline img {
  margin-right: 5px;
}

@media (min-width: 500px) {
  .top-search form {
    float: left;
    width: 50%;
  }
  .hotline {
    display: block;
    float: right;
    width: 50%;
  }
}

/*导航*/
.top-nav-wrap {
  color: #fff;
  position: absolute;
  right: 0;
  z-index: 2;
  width: 100%;
  background: rgba(68, 68, 68, 0.8);
}

@media only screen and (max-width: 767px) {
  .top-nav-wrap {
    display: none;
  }
  .top-nav {
    padding: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .top-nav-wrap {
    display: block !important;
  }
}

.top-nav {
  margin-left: -15px;
  margin-right: -15px;
}

.top-nav > li {
  position: relative;
  text-align: center;
}

.top-nav li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-nav > li > a {
  cursor: pointer;
  line-height: 30px;
}

.top-nav > li > a:hover {
  background: rgba(34, 205, 253, 0.9);
}

@media only screen and (min-width: 768px) {
  .top-nav {
    margin-left: 0;
    margin-right: 0;
  }
  .top-nav > li {
    float: left;
    width: 16.66667%;
  }
  .top-nav > li > a {
    line-height: 50px;
  }
  .top-nav > li > a.act {
    background: rgba(34, 205, 253, 0.9);
  }
}

/*二级导航*/
.top-nav li ul {
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  font-size: 13px;
  padding-bottom: 5px;
  background: rgba(68, 68, 68, 0.8);
  border-top: 1px solid #ccc;
}

.top-nav li ul a {
  line-height: 35px;
}

.top-nav li ul a:hover {
  background: rgba(34, 205, 253, 0.9);
}

@media only screen and (max-width: 767px) {
  .top-nav li ul {
    display: none !important;
  }
}

/*轮播图*/
.swiper-img .swiper-slide img {
  margin: 0 auto;
}

.slide-img-big {
  display: none;
}

.slide-img-small {
  display: block;
}

@media (min-width: 640px) {
  .slide-img-big {
    display: block;
  }
  .slide-img-small {
    display: none;
  }
}

/*主要标题*/
.main-title {
  position: relative;
  margin: 20px 0 15px;
  text-align: center;
  font-size: 1.5em;
  line-height: 1;
}

@media (min-width: 768px) {
  .main-title {
    margin: 30px 0 20px;
  }
}

.main-title:before,
.main-title:after {
  content: "";
  position: absolute;
  top: 78%;
  width: 50px;
  height: 2px;
  background: #d8d8d8;
  background: linear-gradient(#d8d8d8 50%, #fff 0);
}

.main-title:before {
  right: calc(50% + 2em);
}

.main-title:after {
  left: calc(50% + 2em);
}

.main-title a {
  display: inline-block;
}

.main-title h3 {
  color: #444;
  font-size: 1em;
  font-family: arial;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.main-title h4 {
  color: #24a9ce;
  font-size: 0.8em;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .main-title {
    font-size: 1.8em;
  }
}

@media (min-width: 992px) {
  .main-title {
    font-size: 2em;
  }
}

.main-title a[href]:hover h3 {
  color: #24a9ce;
}

.main-title a[href]:hover h4 {
  color: #444;
}

.wrapper {
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .wrapper {
    padding-bottom: 30px;
  }
}

/*首页 服务中心*/
.service-wrapper {
  background: #f0f0f0;
}

@media only screen and (min-width: 720px) {
  .main-service .col-xs-6 {
    width: 25%;
  }
}

.servicelink {
  display: block;
  text-align: center;
}

.servicelink .imgwrap {
  position: relative;
  width: 105px;
  height: 105px;
  background: #bfbfbf;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 450px) {
  .servicelink .imgwrap {
    width: 114px;
    height: 114px;
  }
}

.servicelink .imgbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background-image: url(../img/service-icon.png);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.main-service .col-xs-6:nth-child(1) .servicelink .imgbox {
  background-position: 0px 0;
}

.main-service .col-xs-6:nth-child(2) .servicelink .imgbox {
  background-position: -80px 0;
}

.main-service .col-xs-6:nth-child(3) .servicelink .imgbox {
  background-position: -160px 0;
}

.main-service .col-xs-6:nth-child(4) .servicelink .imgbox {
  background-position: -240px 0;
}

.servicetext {
  margin-top: 10px;
}

.servicetext .title {
  color: #2d2d2d;
  font-size: 15px;
  margin-bottom: 0.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.servicetext .text {
  color: #727272;
  font-size: 12px;
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
  word-break: break-all;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.servicelink:hover .imgwrap {
  background: #43c5e9;
}

.servicelink:hover .servicetext .title,
.servicelink:hover .servicetext .text {
  color: #43c5e9;
}

/*首页 产品展示*/
.product-wrapper {
  background: #f4f4f4;
}

.watchword {
  text-align: center;
  font-size: 12px;
  color: #939393;
  margin-bottom: 20px;
}

.main-product {
  position: relative;
}

.prolink {
  position: relative;
  display: block;
  max-width: 230px;
  margin: 0 auto;
}

.prolink .imgbox {
  position: relative;
  height: 0;
  padding-top: 85%;
  overflow: hidden;
  margin: 2px;
  border: 2px solid #fff;
  outline:2px solid #e4e4e4;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.prolink .imgbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.prolink .linktitle {
  font-size: 13px;
  padding: 5px;
  text-align: center;
  color: #6c6c6c;
  border-bottom: 2px solid #e4e4e4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.prolink:hover .imgbox {
  outline-color: #43c5e9;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.prolink:hover .linktitle {
  color: #43c5e9;
  border-color: #43c5e9;
}

.swiper-btn {
  position: absolute;
  top: 50%;
  width: 53px;
  height: 104px;
  margin-top: -52px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.swiper-btn.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}

.btn-pro-prev {
  left: -80px;
  background: url(../img/arrow-left.png) no-repeat left;
}

.btn-pro-prev:hover {
  background-position: right;
}

.btn-pro-next {
  right: -80px;
  background: url(../img/arrow-right.png) no-repeat right;
}

.btn-pro-next:hover {
  background-position: left;
}

/*查看更多按钮*/
.btn-more {
  display: inline-block;
  color: #8f9093;
  border: 1px solid;
  padding: 6px 12px;
}

.btn-more:hover {
  color: #fff;
  background: #43c5e9;
  border-color: #43c5e9;
}

/*首页 公司简介*/
.about-wrapper {
  color: #fff;
  background: rgba(48, 48, 48, 0.9) url(../img/aboutwrap-bg.jpg) no-repeat center/cover;
}

.about-wrapper .main-title h3 {
  color: #fff;
}

.about-wrapper .main-title h4 {
  color: #fff;
}

.about-wrapper .main-title a:hover h4 {
  color: #24a9ce;
}

.main-about {
  text-align: center;
}

.main-about .text h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

.main-about .text h4 {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.main-about .text p {
  font-size: 13px;
  color: #b7b7b7;
  line-height: 1.8;
  text-align:left;
}

.main-about .btn-more {
  margin-top: 20px;
}

/*首页 最新动态*/
.news-wrapper {
  background: #f4f4f4;
}

.newslink {
  display: block;
  background: #fff;
}

.newslink .imgbox {
  text-align: center;
}

.newslink .imgbox img {
  max-width: 100%;
  border: 1px solid #e4e4e4;
}

.newslink .newstext {
  position: relative;
  padding: 5px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.newslink .newstext .title {
  color: #454545;
  font-size: 14px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newslink .newstext .text {
  color: #808080;
  font-size: 13px;
  line-height: 1.5;
  max-height: 6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.newslink .news-modal {
  position: absolute;
  right: -125px;
  bottom: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 639px) {
  .newslink .news-modal {
    display: none;
  }
}

.newslink:hover {
  background: #43c5e9;
}

.newslink:hover .newstext .title,
.newslink:hover .newstext .text {
  color: #fff;
}

@media (max-width: 449px) {
  .newslink {
    padding: 5px;
    padding-top: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  }
}

@media (min-width: 450px) {
  .newslink {
    height: 125px;
  }
  .newslink .imgbox {
    position: relative;
    overflow: hidden;
    float: left;
    width: 140px;
    height: 100%;
    border: 1px solid #cfcfcf;
  }
  .newslink .imgbox img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
  }
  .newslink .newstext {
    float: left;
    width: calc(100% - 140px);
    height: 100%;
    padding: 10px;
  }
  .newslink:hover .news-modal {
    right: 0;
  }
}

/*首页 联系我们*/
.contact-wrapper {
  background: #f0f0f0;
}

.contact-title {
  color: #5f5f5f;
  font-size: 15px;
  margin-bottom: 12px;
}

.contact-text {
  color: #959595;
  margin-bottom: 20px;
  text-indent: 2em;
}

.contact-list {
  color: #959595;
  margin: 15px 0 20px;
}

.contact-list li {
  margin-bottom: 5px;
}

.contact-list li .glyphicon {
  margin-right: 10px;
}

/*联系表单*/
.contact-form {
  max-width: 650px;
  margin: 0 auto;
}

.contact-form label {
  color: #959595;
  font-weight: normal;
}

.contact-form .form-control {
  background: #f6f5f5;
  border: 1px dashed #919191;
  border-radius: 0;
}

.contact-form textarea {
  width: 100%;
  resize: vertical;
}

.contact-form input[type=submit] {
  width: 120px;
  color: #fff;
  background: #43c5e9;
  padding: 4px 10px;
  border-radius: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.contact-form input[type=submit]:hover {
  background: #158fb1;
  text-transform: 0 1px 1px rgba(0, 0, 0, 0.4);
}

/*非主页页面*/
.main-page {
  margin: 20px 0 30px;
}

@media (max-width: 767px) {
  .main-page {
    margin-top: 0;
  }
}

@media only screen and (min-width: 840px) and (max-width: 991px) {
  .page-aside-wrap {
    width: 30%;
  }
  .page-section-wrap {
    width: 70%;
  }
}

/*aside标题*/
.aside-title {
  color: #24a9ce;
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px solid;
}

.aside-title span {
  display: inline-block;
  padding: 0 0.2em;
  border-bottom: 2px solid;
}

/*侧栏列表*/
.aside-list {
  color: #767676;
  font-family: simsun;
  margin-bottom: 20px;
}

.aside-list > li {
  margin: 10px 0;
}

.aside-list a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aside-list > li > a,
.aside-list .li-sort {
  line-height: 30px;
  border-bottom: 2px solid #eee;
}

.aside-list > li > a {
  padding: 0 15px;
}

.aside-list .btn-play {
  float: left;
  cursor: pointer;
  top: 0;
  color: #43c5e9;
  font-size: 12px;
  width: 25px;
  text-align: center;
  line-height: inherit;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.aside-list .btn-play:hover {
  color: #1ab4df;
}

.aside-list .btn-play.act {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
}

.aside-list .li-sort a {
  float: right;
  width: calc(100% - 25px);
  color: #1d1d1d;
}

.aside-list > li > a:hover,
.aside-list > li > a.act,
.aside-list .li-sort a:hover,
.aside-list .li-sort a.act {
  color: #43c5e9;
}

/*二级列表*/
.aside-seclist {
  margin-left: 25px;
  border-left: 1px dotted #b0b0b0;
  margin-top: 10px;
}

.aside-seclist a {
  position: relative;
  line-height: 1.8;
  padding-left: 2em;
}

.aside-seclist a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.5em;
  height: 0;
  border-top: 1px dotted #b0b0b0;
}

.aside-seclist a:hover {
  color: #43c5e9;
}

.aside-contact > ul {
  color: #363636;
  font-size: 13px;
  font-family: simsun;
  padding: 5px;
}

.aside-contact ul li {
  margin-bottom: 5px;
}

/*section标题*/
.section-title {
  border-bottom: 1px solid #b6b3b4;
}

.section-title .pos {
  color: #969696;
  line-height: 30px;
}

.section-title .pos a.act,
.section-title .pos a[href]:hover {
  color: #43c5e9;
}

/*section内容部分*/
.section {
  margin: 20px 0;
}

/*详情页*/
.section-x .title {
  color: #212121;
  font-size: 15px;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 15px;
}

.section-x .imgbox {
  text-align: center;
  margin: 10px 0;
}

.section-x .imgbox img {
  max-width: 100%;
  margin-bottom: 10px;
}

.section-x .imgbox p {
  color: #6c6c6c;
}

.section-x .text {
  text-indent: 2em;
  color: #363636;
  margin: 10px 0 5px;
}

/*产品展示页*/
@media (min-width: 640px) and (max-width: 767px) {
  .section-product .col-xs-6 {
    width: 33.33333333%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
  .section-product {
    padding: 0 10px;
  }
  .section-product .col-xs-6 {
    width: 50%;
  }
}

/*最新动态页*/
.section .newslink {
  margin-bottom: 20px;
}

/*联系我们页*/
.section .contact-list {
  color: #363636;
}

.contact-map {
  margin: 20px 0;
}

.contact-map img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.contact-map p {
  color: #6c6c6c;
  text-align: center;
  line-height: 2;
  margin-top: 5px;
  border-bottom: 1px solid #e4e4e4;
}

/*小屏产品分类下拉按钮*/
#s-btn-drop {
  cursor: pointer;
  color: #fff;
  background: #43c5e9;
  line-height: 35px;
  padding: 0 15px;
}

#s-btn-drop span.glyphicon {
  float: right;
  top: 0;
  line-height: 35px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

#s-btn-drop.nodrop {
  cursor: auto;
}

#s-btn-drop.nodrop span.glyphicon {
  display: none;
}

#s-btn-drop.act span.glyphicon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*小屏面包屑导航*/
.s-know {
  font-size: 12px;
  color: #4d4d4d;
  padding: 5px;
  border: 1px solid #c6c6c6;
  margin: 15px;
  margin-bottom: 0;
}

.s-know a[href]:hover {
  color: #43c5e9;
}

/*小屏下拉列表*/
.drop-list {
  display: none;
  text-align: center;
  color: #525252;
}

.drop-list li a {
  display: block;
  cursor: pointer;
  padding: 6px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.drop-list > li > a {
  background: #f2f2f2;
  border-bottom: 1px solid #fff;
}

.drop-list li a:hover,
.drop-list li.act > a,
.drop-list li a.act {
  color: #43c5e9;
}

/*二级下拉菜单*/
.drop-seclist {
  display: none;
}

.drop-seclist > li > a {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}

/* 大屏底部  */
.foot {
  color: #fff;
  background: #000;
  padding: 15px 0;
}

@media only screen and (min-width: 768px) {
  .foot {
    padding: 20px 0px;
  }
}

.foot a:hover {
  color: #999;
}

.foot-content {
  text-align: center;
}

/*小屏底部*/
.foot-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  background: #131313;
  border-top: 1px solid #fff;
}

.ffixedlink {
  width: 25%;
  float: left;
  display: block;
  padding: 2px 0;
  text-align: center;
  border-right: 1px solid #fff;
}

.ffixedlink:last-child {
  border-right: none;
}

.ffixedlink:hover {
  background: black;
}

.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;
  }
}


div.page {
    margin: 50px 3px;
    padding: 3px;
    text-align: center;
}



div.page a {
    background-position: 50% bottom;
    border-color: #dedfde;
    border-style: solid;
    border-width: 1px;
    color:black;
    margin-right: 3px;
    padding: 2px 6px;
    text-decoration: none;
}


div.page span.disabled {
    color: #adaaad;
    margin-right: 3px;
    padding: 2px 6px;
}

div.page span.current {
    color: #eb5914;
    font-weight: bold;
    margin-right: 3px;
    padding: 2px 6px;
}
