﻿@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, .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 {
  max-width: 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;
}

.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-wrap {
  background: url("../images/top-head-wrap-bg.jpg") no-repeat center/cover;
}

.top-head {
  display: table;
  width: 100%;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .top-head {
    padding: 20px 0 15px;
  }
}

.top-logo,
.top-btnwrap {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .top-logo {
    float: left;
  }
}
.top-logo img {
  max-width: 100%;
}
.top-logo .b-logo {
  display: none;
}
@media (min-width: 768px) {
  .top-logo .b-logo {
    display: inline;
  }
}
@media (min-width: 768px) {
  .top-logo .s-logo {
    display: none;
  }
}

.top-web {
  float: right;
  margin-right:12%;
  color: #fff;
  font-family: Arial;
  font-size: 21px;
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .top-web {
    display: none;
  }
}

.top-btnwrap {
  padding-left: 20px;
  text-align: right;
}
@media (min-width: 768px) {
  .top-btnwrap {
    display: none;
  }
}

/*小屏  折叠按钮*/
.top-btn-collapse {
  top: 0;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  line-height: inherit;
}
@media (min-width: 540px) {
  .top-btn-collapse {
    font-size: 26px;
  }
}

/*导航*/
.top-nav-wrap {
  color: #fff;
  background: #0473be;
}

.top-nav li {
  text-align: center;
}

.top-nav a {
  display: block;
  cursor: pointer;
}

@media (max-width: 767px) {
  .top-nav-wrap {
    display: none;
    position: absolute;
    z-index: 3;
    right: 15px;
    width: 160px;
    max-width: 100%;
    color: #fff;
    background: rgba(4, 115, 190, 0.9);
  }

  .top-nav {
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px 0;
  }

  .top-nav-link {
    line-height: 30px;
  }
  .top-nav-link:hover {
    background: #03558c;
  }
}
@media (min-width: 768px) {
  .top-nav-wrap {
    display: block !important;
    background: linear-gradient(#0988df, #0275c3);
  }

  .top-nav-li {
    position: relative;
    float: left;
    width: 14.28571%;
  }
  .top-nav-li:after {
    content: "";
    position: absolute;
    top: 12px;
    width: 2px;
    height: 20px;
    background: linear-gradient(90deg, #169bf6, #0164a8);
  }
  .top-nav-li:after {
    right: -1px;
  }
  .top-nav-li:last-child:after {
    content: none;
  }

  .top-nav-link {
    line-height: 20px;
    padding: 12px 0;
    margin: 0 1px;
  }
  .top-nav-link:hover, .top-nav-link.hover, .top-nav-link.act {
    background: #0473be;
  }
}
/*二级导航*/
.top-subnav {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
  font-size: 12px;
  padding-bottom: 5px;
  background: rgba(4, 115, 190, 0.9);
}
@media (max-width: 767px) {
  .top-subnav {
    display: none !important;
  }
}

.top-subnav-link {
  line-height: 30px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-subnav-link:hover {
  color: #fff;
  background: #03558c;
}

/*轮播图*/
.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: 26%;
}
@media (max-width: 639px) {
  .swiper-banner-img:before {
    /*padding-top: 45%;*/
  }
}

/*搜索*/
.search-wrap {
  font-size: 13px;
  padding: 8px 0;
}
@media (min-width: 640px) {
  .search-wrap {
    border-bottom: 1px solid #e3e3e3;
  }
}

.search-keyword {
  color: #6c6c6c;
  line-height: 34px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-keyword strong {
  color: #090909;
}
.search-keyword a {
  margin-right: 10px;
}
.search-keyword a:hover {
  color: #0473be;
}
@media (min-width: 640px) {
  .search-keyword {
    float: left;
    max-width: calc(100% - 315px);
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .search-keyword {
    max-width: calc(100% - 365px);
  }
}

.search-form input {
  background-image: url("../images/search-input-bg.jpg");
  background-repeat: no-repeat;
  background-position: left 8px center;
  padding-left: 32px;
  border-radius: 0;
  border-color: #0473be;
}
.search-form button {
  border-radius: 0;
  color: #fff;
  border-color: #0473be;
  background-color: #0473be;
  padding-left: 15px;
  padding-right: 15px;
}
.search-form button:hover {
  color: #fff;
  background-color: #0364a5;
}
@media (min-width: 640px) {
  .search-form {
    float: right;
    width: 300px;
  }
}
@media (min-width: 992px) {
  .search-form {
    width: 350px;
  }
}

.wrapper {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .wrapper {
    margin: 30px 0;
  }
}

.main-item {
  position: relative;
}

.text-important {
  color: #0473be;
}

/*主要标题*/
.main-title-wrap {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .main-title-wrap {
    margin-bottom: 30px;
  }
}
.main-title-wrap .main-title {
  margin-bottom: 0;
}

.main-title {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.6em;
  line-height: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-title {
    font-size: 2em;
  }
}
.main-title:before, .main-title:after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 4em);
  border-top: 3px double #dcdcdc;
}
.main-title:before {
  right: calc(50% + 4em );
}
.main-title:after {
  left: calc(50% + 4em);
}

.main-title-link {
  display: inline-block;
  color: #0473be;
  padding: 0 1.5em;
  background: url("../images/rect-dot.jpg") no-repeat right 0.5em center, url("../images/rect-dot.jpg") no-repeat left 0.5em center;
}
.main-title-link .zh {
  font-size: 1em;
  font-weight: bold;
}
.main-title-link .en {
  color: #666;
  font-size: 13px;
  margin-top: 5px;
  text-transform: uppercase;
}
.main-title-link[href]:hover {
  color: #03558c;
}

@media (max-width: 449px) {
  .main-item .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .main-item .col-xs-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*首页 产品分类列表*/
.index-pro-nav {
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;
}
.index-pro-nav .pro-nav-item {
  display: inline-block;
  width: 33.33333333%;
  font-size: 13px;
  padding: 6px 2px;
  text-align: center;
  color: #4f4d4d;
  border: 1px solid #d3d3d3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .index-pro-nav .pro-nav-item {
    font-size: 14px;
    padding: 8px 2px;
    width: 9em;
  }
}
.index-pro-nav .pro-nav-item:hover, .index-pro-nav .pro-nav-item.act {
  color: #fff;
  background: #0473be;
}

.swiper-container-wrap {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .swiper-container-wrap {
    padding: 0 50px;
  }
}

/*swiper切换按钮*/
.swiper-btn-prev,
.swiper-btn-next {
  display: none;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 120px;
  line-height: 100px;
  border-radius: 4px;
  text-align: center;
  margin-top: -60px;
  z-index: 2;
  cursor: pointer;
  color: #fff;
  background-color: #e0e0e0;
  font-size: 25px;
  font-family: simsun;
  background-repeat: no-repeat;
  background-position: center;
  -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;
  background-color: #0473be;
}
.swiper-btn-prev.swiper-button-disabled,
.swiper-btn-next.swiper-button-disabled {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .swiper-btn-prev,
  .swiper-btn-next {
    display: block;
  }
}

.swiper-btn-prev {
  left: 0;
  background-image: url("../images/arrow-prev.png");
}

.swiper-btn-next {
  right: 0;
  background-image: url("../images/arrow-next.png");
}

.imglink {
  position: relative;
  top: 0;
  display: block;
  max-width: 287px;
  margin: 0 auto;
}
.imglink .imglink-imgbox {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  background-color: #fff;
  border: 3px double #d6d6d6;
  overflow: hidden;
}
.imglink .imglink-imgbox:before {
  content: '';
  display: block;
  padding-top: 80%;
}
.imglink .imglink-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.imglink .imglink-title {
  text-align: center;
  font-size: 12px;
  text-transform: capitalize;
  padding: 0.5em 2px;
  background-color: #ececec;
  border: 1px solid #d6d6d6;
  border-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .imglink .imglink-title {
    font-size: 14px;
  }
}
.imglink:hover .imglink-title {
  color: #fff;
  background-color: #0473be;
}

/*横幅*/
.intro-banner-small,
.intro-banner-big {
  display: block;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .intro-banner-small {
    display: none;
  }
}

.intro-banner-big {
  display: none;
}
@media (min-width: 640px) {
  .intro-banner-big {
    display: block;
  }
}

/*栏标题*/
.main-title_sec {
  border-bottom: 1px dashed #0473be;
  margin-bottom: 20px;
  border-bottom-left-radius: 4px;
}
.main-title_sec .zh {
  position: relative;
  top: 1px;
  float: left;
  color: #fff;
  background: linear-gradient(#18a1ff, #0378c7);
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  padding: 0 20px;
}
.main-title_sec .en, .main-title_sec .more {
  font-size: 12px;
  font-family: Arial;
  color: #222;
  text-transform: uppercase;
  line-height: 25px;
  margin-top: 10px;
}
.main-title_sec .en {
  float: left;
  margin-left: 10px;
}
.main-title_sec .more {
  float: right;
}
.main-title_sec .more:hover {
  color: #0473be;
}

.main-item_sec {
  padding: 10px;
  border: 1px solid #d6d6d6;
}

/*公司简介*/
@media (min-width: 640px) {
  .main-about {
    padding: 4px;
  }
}
@media (min-width: 992px) {
  .main-about {
    height: 210px;
  }
}

.about-img {
  display: none;
}
@media (min-width: 640px) {
  .about-img {
    display: block;
    float: left;
    height: 200px;
    margin-right: 10px;
  }
}

.about-text {
  color: #686868;
  font-size: 12px;
  line-height: 2;
  max-height: 16em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
@media (min-width: 640px) {
  .about-text {
    margin: 0.5em 0;
  }
}

/*首页 联系我们*/
.main-contact {
  color: #686868;
  background: url("../images/main-contact-bg.jpg") no-repeat right 15px top 15px;
}
@media (min-width: 992px) {
  .main-contact {
    height: 210px;
  }
}

.main-contact-list li {
  margin-bottom: 10px;
}
.main-contact-list li .glyphicon {
  color: #0473be;
  margin-right: 10px;
}
.main-contact-list li .glyphicon-qq {
  width: 14px;
  height: 14px;
  background: url("../images/icon-qq.png") no-repeat center/cover;
}

/*首页 新闻中心*/
@media (min-width: 992px) {
  .main-news {
    height: 338px;
  }
}
.main-item_sec .row {
  margin-left: -10px;
  margin-right: -10px;
}
.main-item_sec .col-sm-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.news-field-img {
  margin-bottom: 15px;
}

.news-field-item + .news-field-item {
  margin-top: 10px;
}

.news-field-link {
  display: block;
  color: #2a2828;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-field-link:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background: #0473be;
  margin-left: 5px;
  margin-right: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news-field-link:hover {
  color: #0473be;
}

.news-field-text {
  color: #868686;
  font-size: 12px;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 5px;
}

/*首页 在线留言*/
@media (min-width: 992px) {
  .main-online {
    height: 338px;
  }
}
.contact-form {
  max-width: 650px;
}
.contact-form label {
  float: left;
  width: 6em;
  font-weight: normal;
}
.contact-form .form-group:before, .contact-form .form-group:after {
  content: '';
  display: table;
}
.contact-form .form-group:after {
  clear: both;
}
.contact-form .form-control {
  border-radius: 0;
  float: left;
  width: calc(100% - 6em);
}
.contact-form textarea {
  height: 75px;
  resize: vertical;
}
.contact-form .form-btn-wrap {
  margin-left: 6em;
}
.contact-form .form-btn-wrap button {
  color: #fff;
  padding: 5px 20px;
  border: none 0;
  outline: 0;
  background-color: #0473be;
  margin-right: 5px;
}
.contact-form .form-btn-wrap button:hover {
  background-color: #0364a5;
}
.contact-form .form-btn-wrap button:active {
  background-color: #03558c;
}
.contact-form .form-btn-wrap button[type="reset"] {
  background-color: #f65252;
}
.contact-form .form-btn-wrap button[type="reset"]:hover {
  background-color: #f53a3a;
}
.contact-form .form-btn-wrap button[type="reset"]:active {
  background-color: #f32222;
}

/*首页 资质证书*/
.qa-title-sm {
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .qa-title-sm {
    display: none;
  }
}

.qa-title-big {
  display: none;
}
@media (min-width: 640px) {
  .qa-title-big {
    float: left;
    display: inline;
    width: 212px;
    height: 212px;
  }
}

@media (min-width: 640px) {
  .swiper-qa-wrap {
    float: right;
    width: calc(100% - 222px);
  }
}
.swiper-qa .swiper-slide {
  width: 212px;
}

.qa-imgbox {
  position: relative;
  width: 212px;
  height: 212px;
  margin: 0 auto;
  border: 1px solid #d6d6d6;
}
.qa-imgbox .qa-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

/*非主页页面*/
@media (min-width: 768px) {
  .main-page {
    margin: 20px 0;
  }
}

.page-pos {
  font-size: 12px;
  font-family: simsun;
  color: #565656;
  margin-bottom: 10px;
}
.page-pos a[href]:hover {
  color: #0473be;
}

@media (min-width: 768px) {
  .page-aside-wrap {
    width: 266px;
  }

  .page-section-wrap {
    width: calc(100% - 266px);
  }
}
.aside-item {
  padding: 6px 0;
  border: 1px solid #d6d6d6;
  margin-bottom: 15px;
}

.page-text {
  text-indent: 2em;
  line-height: 1.75;
  word-wrap: break-word;
  word-break: break-all;
}

/*侧栏*/
/*aside标题*/
.aside-title {
  color: #fff;
  font-size: 16px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  background: url("../images/aside-title-bg.png") no-repeat center;
  margin-bottom: 15px;
}

/*侧栏列表*/
.aside-list {
  margin: 0 15px 15px;
}
.aside-list a {
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aside-list > li {
  margin-top: 3px;
}
.aside-list > li > a {
  position: relative;
  line-height: 35px;
  padding: 0 25px 0 20px;
  color: #fff;
  background: #0473be;
  border-bottom: 1px dotted #fff;
}
.aside-list > li > a:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  border-radius: 50%;
  background: #fff;
}
.aside-list > li > a:after {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -4px;
  border-color: transparent;
  border-style: solid;
  border-width: 4px;
  border-left-color: #fff;
}
.aside-list > li > a:hover, .aside-list > li > a.act {
  color: #fff;
  background: #03558c;
}
.aside-list > li > a.act:after {
  right: 10px;
  border-top-color: #fff;
  border-left-color: transparent;
}

.aside-sublist {
  display: none;
}
.aside-sublist > li {
  margin-top: 2px;
}
.aside-sublist > li > a {
  position: relative;
  line-height: 30px;
  padding: 0 25px 0 20px;
  border-bottom: 1px dotted #b3b3b3;
}
.aside-sublist > li > a:after {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -4px;
  border-color: transparent;
  border-style: solid;
  border-width: 4px;
  border-left-color: #2e2e2e;
}
.aside-sublist > li > a:hover, .aside-sublist > li > a.act {
  color: #0473be;
}

.aside-contact-list {
  margin: 0 15px 15px;
  color: #656565;
  font-size: 12px;
}
.aside-contact-list li {
  margin-bottom: 5px;
  word-break: break-all;
  word-wrap: break-word;
}

/*section标题*/
.section-title {
  font-size: 0;
  border-bottom: 1px solid #d6d6d6;
}
.section-title:before {
  content: '';
  display: block;
  width: 110px;
  height: 5px;
  background: #0473be;
}

/*section内容部分*/
.section-content {
  margin: 20px 0;
}

.section-chwidth .row {
  margin-left: -5px;
  margin-right: -5px;
}
.section-chwidth .col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 640px) {
  .section-chwidth .col-xs-6 {
    width: 33.33333333%;
  }
}

.page-text {
  color: #474747;
  line-height: 1.75;
  text-indent: 2em;
  word-break: break-all;
  word-wrap: break-word;
}

.pagex-titlebox {
  text-align: center;
  margin-bottom: 15px;
}

.pagex-title {
  color: #2c2c2c;
  font-size: 16px;
}
@media (min-width: 768px) {
  .pagex-title {
    font-size: 18px;
  }
}

.pagex-time {
  font-size: 12px;
  color: #a0a0a0;
  padding-top: 10px;
  border-top: 1px dashed #b6b6b6;
  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 {
  color: #676767;
  margin: 10px 0;
  line-height: 1.75;
  text-indent: 2em;
  word-break: break-all;
  word-wrap: break-word;
}

/*产品详情页*/
.prox-introwrap {
  margin-bottom: 20px;
}

.prox-imgbox-wrap {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 640px) and (max-width: 767px), (min-width: 992px) {
  .prox-imgbox-wrap {
    float: left;
    /*width: 40%;
    max-width: 355px;
    padding-right: 15px;*/
    width:100%;
    background: #fff;
  }
}

.prox-imgbox {
  border: 1px solid #ccc;
}

.prox-textbox .prox-title {
  color: #0473be;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.prox-textbox .prox-title_sub {
  color: #0473be;
  font-size: 18px;
  margin-bottom: 10px;
}
.prox-textbox .prox-text {
  color: #323232;
  line-height: 1.75;
}

.prox-dlist-wrap {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.prox-dlist {
  margin-bottom: 10px;
  overflow: hidden;
}
.prox-dlist .prox-dlist-title {
  float: left;
  font-weight: bold;
}
.prox-dlist .prox-dlist-text {
  float: left;
}

/*新闻中心页*/
.page-news-item {
  padding-bottom: 15px;
  border-bottom: 1px dashed #cbcbcb;
  margin-bottom: 15px;
}

.page-news-link {
  position: relative;
  display: block;
  font-weight: bold;
  padding-left: 15px;
}
.page-news-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  border-style: solid;
  border-width: 5px;
  border-color: transparent #0473be #0473be transparent;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .page-news-link {
    float: left;
    max-width: calc(100% - 95px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.page-news-link:hover {
  color: #0473be;
}

.page-news-time {
  font-size: 12px;
  color: #878787;
  line-height: 20px;
  margin-left: 15px;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .page-news-time {
    float: right;
    margin-top: 0;
  }
}

.page-news-text {
  font-size: 12px;
  color: #434343;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-left: 15px;
  margin-top: 5px;
}

/*在线留言页*/
@media (min-width: 1200px) {
  .page-contact-wrap {
    background: url("../images/page-contact-wrap-bg.jpg") no-repeat right bottom;
  }
}

/*联系我们页*/
.page-contact-list {
  color: #272727;
  margin-bottom: 20px;
}
.page-contact-list li {
  margin-bottom: 5px;
}
.page-contact-list li:first-child {
  font-size: 20px;
  font-weight: bold;
}

.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: #0473be;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  padding: 0 15px;
  border: 2px solid #d7d7d7;
}
.s-drop-btn .en {
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  text-transform: uppercase;
  color: #d6d6d6;
}
.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: #03558c;
}
.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: 0 3px;
}
.s-drop-list > li {
  margin-top: 2px;
}

/* 大屏底部 */
.foot {
  color: #7e7e7e;
  background: #d2d2d2;
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
}
.foot a:hover {
  color: #0473be;
}
@media (min-width: 640px) {
  .foot {
    font-size: 14px;
    color: #fff;
    background: linear-gradient(#004f8d, #004f8d 30%, #001e5b);
  }
  .foot a:hover {
    color: #ccc;
  }
}

.foot-nav {
  margin-bottom: 15px;
}
.foot-nav li {
  float: left;
  width: calc(100% / 7);
  line-height: 1;
  border-right: 1px solid #fff;
}
.foot-nav li:last-child {
  border-right: none 0;
}
@media (max-width: 639px) {
  .foot-nav {
    display: none;
  }
}

.foot-contact {
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  .foot-contact {
    display: none;
  }
}

.foot-copy {
  line-height: 1.75;
}

/*小屏底部*/
.foot-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  background: #0058a4;
  border-top: 1px solid #0058a4;
}

.ffixedlink {
  width: 25%;
  float: left;
  padding: 2px 0;
  text-align: center;
}
.ffixedlink:hover {
  background: #0089fe;
}

.foot-icon {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 20px;
  overflow: hidden;
  background-image: url(../images/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;
  }
}

.fengxiang{ width:100%; margin:0 auto;}
.fengxiang ul li{ width:46%; padding:4px 3px; float:left; margin:4px 0px 4px 10px; background:#c5c5c4; border: solid 1px #afafae;}

.fengxiang ul li a.bshare-sinaminiblog{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-qzone{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-renren{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-qqmb { float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-neteasemb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-sohuminiblog{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-tianya{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-baiduhi{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-itieba{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-kaixin001{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-facebook{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-msn{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-fanfou{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-feixin{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-twitter{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-peoplemb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-douban{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-xinhuamb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}

/*清除样式*/
.clear { clear:both;}

/*分页css scott style pagination*/
div.scott{padding:3px;margin:3px;text-align:center;}
div.scott a{border:#ddd 1px solid;padding:2px 5px;color:#88af3f;margin:0 2px 0 0;text-decoration:none;}
div.scott a:hover{border:#85bd1e 1px solid;color:#638425;background-color:#f1ffd6;}
div.scott a:active{border:#85bd1e 1px solid;color:#638425;background-color:#f1ffd6;}
div.scott span.current{border:#b2e05d 1px solid;padding:2px 5px;font-weight:bold;color:#fff;margin:0 2px 0 0;background-color:#b2e05d;}
div.scott span.disabled{border:#f3f3f3 1px solid;padding:2px 5px;color:#ccc;margin:0 2px 0 0;}

/*浮动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: 15px 20px;
	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: 143px;
    height:130px;
    line-height:30px
}

.dock ul.icons li.im p {
	width: 140px;
    height:230px;
    line-height:30px;
	top:10px;
}

.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: 180px;
    height:180px;
    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;
}

