﻿@charset "UTF-8";
html {
  overflow-y: scroll;
}

body {
  font-family: "lucida Grande",Verdana,"Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
}

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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

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;
    flex-direction: column;
    min-height: 100vh;
  }
  .all-content-wrap {
    flex: 1;
  }
}

.container-fluid {
  max-width: 1230px;
}

.container-fluid img {
  max-width: 100%;
}

.row-mat {
  margin-top: -20px;
}

.col-mat {
  margin-top: 20px;
}

.img-middle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.nowrapline {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.color-p {
  color: #d70010;
}

/*顶部*/
@media (min-width: 992px) {
  .top-header {
    position: fixed;
    z-index: 3;
    width: 100%;
    -webkit-transform: translateZ(0);
  }
}

.top-head-wrap {
  background: #fff;
}

.top-head {
  display: table;
  width: 100%;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .top-head {
    padding: 20px 0;
  }
}

.top-btnwrap,
.top-logo {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .top-logo {
    float: left;
  }
}

.top-btnwrap {
  padding-left: 30px;
  text-align: right;
  font-size: 0;
}

@media (min-width: 768px) {
  .top-btnwrap {
    display: none;
  }
}

/*小屏  折叠按钮*/
.top-btn-collapse {
  cursor: pointer;
  color: #d70010;
  font-size: 24px;
}

@media (min-width: 480px) {
  .top-btn-collapse {
    font-size: 26px;
  }
}

.top-line {
  float: right;
  margin-left: 20px;
}

.top-line .text {
  display: inline-block;
  vertical-align: middle;
}

.top-line .text .title {
  font-size: 14px;
  line-height: 20px;
}

.top-line .text .number {
  color: #d70010;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  line-height: 24px;
}

@media (max-width: 767px) {
  .top-line {
    display: none;
  }
}

/*导航*/
.top-nav-wrap {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}

.top-nav li {
  position: relative;
  text-align: center;
}

.top-nav a {
  display: block;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .top-nav-wrap {
    position: absolute;
    z-index: 3;
    right: 0;
    display: none;
    width: 140px;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  .top-nav {
    margin-right: -15px;
    margin-left: -15px;
    padding: 5px 0;
  }
  .top-nav-link {
    padding: 0 5px;
    line-height: 30px;
  }
  .top-nav-link:hover {
    background: #d70010;
  }
}

@media (min-width: 768px) {
  .top-nav-wrap {
    position: absolute;
    z-index: 3;
    display: block !important;
    width: 100%;
  }
  .top-nav-li {
    position: relative;
    float: left;
    width: 12.5%;
  }
  .top-nav-link {
    position: relative;
    z-index: 1;
    padding: 0 5px;
    line-height: 50px;
  }
  .top-nav-link.act, .top-nav-link.hover, .top-nav-link:hover {
    color: #fff;
    background: rgba(215, 0, 16, 0.5);
  }
}

/*二级导航*/
.top-subnav {
  position: absolute;
  z-index: 3;
  left: 0;
  display: none;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 5px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 12px;
}

@media (max-width: 767px) {
  .top-subnav {
    display: none !important;
  }
}

.top-subnav-link {
  color: #fff;
  line-height: 35px;
}

.top-subnav-link:hover {
  color: #fff;
  background: rgba(215, 0, 16, 0.8);
}

/*轮播图*/
@media (min-width: 992px) {
  .swiper-img {
    margin-top: 84px;
  }
}

.swiper-banner-img {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.swiper-banner-img:before {
  display: block;
  padding-top: 25%;
  content: '';
}

@media (min-width: 640px) {
  .swiper-banner-img:before {
    padding-top: 35%;
  }
}

@media (min-width: 992px) {
  .swiper-banner-img:before {
    padding-top: 25%;
  }
}

.wrapper {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .wrapper {
    padding: 30px 0;
  }
}

/*主要标题*/
.main-title-wrap {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .main-title-wrap {
    margin-bottom: 30px;
  }
}

.main-title {
  position: relative;
  text-align: center;
}

.main-title-link {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  background-image: url(../images/main-title-bg_left.png), url(../images/main-title-bg_right.png);
  background-repeat: no-repeat;
  background-position: left bottom 5px,right bottom 5px;
}

.main-title-link .zh {
  position: relative;
  font-size: 22px;
}

@media (min-width: 640px) {
  .main-title-link .zh {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .main-title-link .zh {
    font-size: 28px;
  }
}

.main-title-link .en {
  margin-top: 0.5em;
  text-transform: capitalize;
  color: #3f3f3f;
  font-family: Arial;
  font-size: 12px;
}

.main-title-link[href]:hover {
  color: #d70010;
}

.main-title-p {
  margin-top: 0.6em;
  color: #c2c2c2;
  font-size: 12px;
}

/* 首页 我们的优势 */
.advan-wrapper {
  background-color: #f0f0f0;
}

@media (min-width: 640px) and (max-width: 767px) {
  .main-advan .col-xs-6 {
    width: 33.33333333%;
  }
}

@media (max-width: 640px) {
  .main-advan .col-xs-6 {
    width: 50%;
  }
}

.i-advan-item {
  text-align: center;
}

.i-advan-item .i-advan-img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 479px) {
  .i-advan-item .i-advan-img {
    max-width: 100%;
  }
}

.i-advan-item .i-advan-title,
.i-advan-item .i-advan-text {
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.i-advan-item .i-advan-title {
  margin-top: 0.5em;
  color: #d70010;
  font-size: 14px;
}

@media (min-width: 768px) {
  .i-advan-item .i-advan-title {
    font-size: 16px;
  }
}

.i-advan-item .i-advan-text {
  margin-top: 0.4em;
  color: #666;
  font-size: 13px;
}

@media (min-width: 768px) {
  .i-advan-item .i-advan-text {
    font-size: 15px;
  }
}

.i-advan-item:hover .i-advan-img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*swiper*/
.swiper-container-wrap {
  position: relative;
}

@media (min-width: 1200px) {
  .swiper-container-wrap {
    padding: 0 60px;
  }
}

/*swiper切换按钮*/
.swiper-btn-prev,
.swiper-btn-next {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  display: none;
  overflow: hidden;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  cursor: pointer;
  text-align: center;
  color: #6d6d6d;
  background-image: url(../images/swiper-arrow.png);
  background-repeat: no-repeat;
  font-family: simsun;
  font-size: 38px;
  font-weight: bold;
  line-height: 80px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.swiper-btn-prev.swiper-button-disabled,
.swiper-btn-next.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: 0.6;
}

@media (min-width: 1200px) {
  .swiper-btn-prev,
  .swiper-btn-next {
    display: block;
  }
}

.swiper-btn-prev {
  background-position: 0 -80px;
}

.swiper-btn-prev:hover {
  background-position: -40px -80px;
}

.swiper-btn-prev.swiper-button-disabled:hover {
  background-position: 0 -80px;
}

.swiper-btn-next {
  right: 0;
  left: auto;
  background-position: -40px 0;
}

.swiper-btn-next:hover {
  background-position: 0 0;
}

.swiper-btn-next.swiper-button-disabled:hover {
  background-position: -40px 0;
}

/*首页 产品中心*/
.pro-wrapper {
  background-color: #f4f4f4;
}

.imglink {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.imglink .imglink-imgbox {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #fff;
/*   background-color: #e4e4e4; */
}

.imglink .imglink-imgbox:before {
  display: block;
  padding-top: 70%;
  content: '';
}

.imglink .imglink-img_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.imglink .imglink-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.imglink .imglink-title {
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 480px) {
  .imglink .imglink-title {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .imglink .imglink-title {
    font-size: 16px;
  }
}

.imglink .imglink-imgbox, .imglink .imglink-img, .imglink .imglink-title,
.imglink .imglink-img_bg {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.imglink.imglink_pro {
  max-width: 285px;
}

.imglink.imglink_pro .imglink-title {
  padding: 0.5em 5px;
  color: #666;
  border-bottom: 1px solid #d8d8d8;
}

.imglink.imglink_pro:hover .imglink-title {
  border-color: #d70010;
}

.imglink.imglink_device .imglink-imgbox:before {
  padding-top: 60%;
}

.imglink.imglink_device .imglink-title {
  margin-top: 0.5em;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .imglink.imglink_device .imglink-textbox {
    position: absolute;
    z-index: 1;
    top: -100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 0;
    color: #fff;
    background: rgba(215, 0, 16, 0.7);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .imglink.imglink_device .imglink-textbox:before {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    content: '+';
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 40px;
  }
  .imglink.imglink_device .imglink-textbox:after {
    display: block;
    margin-top: 5px;
    content: 'read more';
    text-transform: lowercase;
    font-size: 12px;
  }
  .imglink.imglink_device .imglink-textbox .imglink-title {
    margin-top: 0;
    padding: 0 10px;
  }
  .imglink.imglink_device:hover .imglink-imgbox {
    border-color: #fff;
  }
  .imglink.imglink_device:hover .imglink-textbox {
    top: 0;
  }
  .imglink.imglink_device:hover .imglink-title {
    color: #fff;
  }
}

.imglink:hover .imglink-imgbox {
  border-color: #d70010;
}

.imglink:hover .imglink-img_bg,
.imglink:hover .imglink-img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.imglink:hover .imglink-title {
  color: #d70010;
}

/*首页 关于我们*/
.about-wrapper {
  color: #fff;
  background: rgba(0, 0, 0, 0.6) url(../images/about-wrapper-bg.jpg) no-repeat center/cover fixed;
}

.about-imgbox {
  float: left;
  width: 365px;
  margin-top: 15px;
  padding-bottom: 40px;
  text-align: right;
  background: url(../images/quote-left.png) no-repeat right bottom;
}

@media (max-width: 767px) {
  .about-imgbox {
    display: none;
  }
}

.about-imgbox .title {
  text-transform: uppercase;
  font-family: "times new roman";
  font-size: 18px;
}

.about-imgbox .about-img_bg {
  width: 100%;
  height: 274px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-textbox {
  position: relative;
}

.about-textbox .title {
  margin-bottom: 0.35em;
  font-size: 16px;
  font-weight: bold;
}

.about-textbox .about-text {
  overflow: hidden;
  height: 18em;
  text-indent: 2em;
  line-height: 2;
}

.about-textbox .about-btn {
  position: absolute;
  bottom: 54px;
  left: 86px;
  display: none;
  padding: 5px;
  text-align: center;
  background: #d70010;
  writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}

.about-textbox .about-btn:hover {
  background: #a4000c;
}

@media (min-width: 768px) {
  .about-textbox {
    float: left;
    width: calc(100% - 365px);
    height: 354px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 130px;
    background: url(../images/about-textbox-bg.png) left 20px top, url(../images/quote-right.png) right top;
    background-repeat: no-repeat;
  }
  .about-textbox .title {
    font-size: 18px;
  }
  .about-textbox .about-btn {
    display: inline-block;
  }
}

/*首页 工厂设备*/
.swiper-device-page {
  position: relative;
  height: 20px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .swiper-device-page {
    display: none;
  }
}

.swiper-device-pagination {
  width: 100%;
  text-align: center;
}

.swiper-device-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  opacity: 1;
  border-radius: 50%;
  background: #adadad;
}

.swiper-device-pagination .swiper-pagination-bullet-active {
  background: #d70010;
}

/*首页 新闻中心*/
.news-wrapper {
  background-color: #f0f0f0;
}

@media (max-width: 991px) {
  .main-news .col-md-6:nth-child(n+4) {
    display: none;
  }
}

.imgnewslink {
  position: relative;
  display: block;
  overflow: hidden;
  height: 95px;
  background: #fff;
}

.imgnewslink .imgnews-imgbox {
  position: relative;
  z-index: 1;
  float: left;
  overflow: hidden;
  width: 100px;
  height: 100%;
  border: 1px solid #dcdcdc;
}

.imgnewslink .imgnews-img_bg {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.imgnewslink .imgnews-textbox {
  position: relative;
  float: left;
  overflow: hidden;
  width: calc(100% - 100px);
  height: 100%;
  padding: 5px 10px;
}

.imgnewslink .imgnews-title {
  margin-bottom: 5px;
  color: #282828;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.imgnewslink .imgnews-time {
  margin-bottom: 5px;
  color: #999;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.imgnewslink .imgnews-text {
  overflow: hidden;
  height: 3em;
  color: #888;
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.imgnewslink .imgnews-time,
.imgnewslink .imgnews-text {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 480px) {
  .imgnewslink {
    height: 110px;
  }
  .imgnewslink .imgnews-imgbox {
    width: 130px;
  }
  .imgnewslink .imgnews-textbox {
    width: calc(100% - 130px);
    padding: 10px 15px;
  }
  .imgnewslink .imgnews-title {
    margin-bottom: 6px;
    font-size: 15px;
  }
  .imgnewslink .imgnews-text {
    height: 3.5em;
    font-size: 13px;
    line-height: 1.75;
  }
}

@media (min-width: 768px) {
  .imgnewslink:after {
    position: absolute;
    top: 0;
    right: -112px;
    width: 112px;
    height: 100%;
    content: "";
    background-image: url(../images/imgnews-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .imgnewslink:hover:after {
    right: 0;
  }
}

.imgnewslink:hover .imgnews-time,
.imgnewslink:hover .imgnews-text {
  color: #444;
}

/*首页 联系我们*/
.main-contact-text {
  color: #484848;
  font-size: 12px;
  line-height: 1.75;
}

.main-contact-list {
  margin-top: 15px;
  color: #484848;
  font-size: 12px;
}

.main-contact-list li {
  margin-top: 5px;
}

.main-contact-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 0.6em 1em;
  color: #fff;
  background: #202020;
  font-size: 12px;
}

.main-contact-btn:hover {
  color: #fff;
  background: #070707;
}

.contact-form {
  max-width: 550px;
  margin: 0 auto;
}

.contact-form .row {
  margin-right: -5px;
  margin-left: -5px;
}

.contact-form .col-sm-6 {
  padding-right: 5px;
  padding-left: 5px;
}

.contact-form label {
  color: #6d6d6d;
  font-weight: normal;
}

.contact-form .form-control {
  border: 1px solid #aaa;
  border-radius: 0;
}

.contact-form .form-control:focus {
  border-color: #d70010;
}

.contact-form textarea {
  width: 100%;
  resize: vertical;
}

.contact-form input[type=submit] {
  width: 100%;
  padding: 6px 12px;
  color: #fff;
  border-radius: 0;
  background: #d70010;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contact-form input[type=submit]:hover {
  background: #be000e;
}

/*非主页页面*/
@media (min-width: 768px) {
  .main-page {
    margin: 20px 0;
  }
}

@media (min-width: 768px) {
  .page-aside-wrap {
    width: 290px;
  }
  .page-section-wrap {
    width: calc(100% - 290px);
  }
}

.aside-item {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ccc;
}

/*侧栏*/
/*aside标题*/
.aside-title {
  margin-bottom: 10px;
  padding: 0 15px;
  text-transform: uppercase;
  color: #fff;
  background-color: #d70010;
  font-size: 18px;
  line-height: 50px;
}

/*侧栏列表*/
.aside-list a {
  display: block;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.aside-list > li {
  margin-top: 4px;
}

.aside-list > li > a {
  position: relative;
  padding: 0 15px 0 35px;
  text-transform: uppercase;
  color: #333;
  line-height: 35px;
}

.aside-list > li > a:before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  content: '';
  border: 1px solid;
  border-radius: 50%;
}

.aside-list > li > a:hover, .aside-list > li > a.act {
  color: #fff;
  background: #d70010;
}

.aside-sublist {
  display: none;
}

.aside-sublist > li {
  margin-top: 2px;
}

.aside-sublist > li > a {
  position: relative;
  padding: 0 15px 0 35px;
  color: #5e5e5e;
  background: #eee;
  font-size: 13px;
  line-height: 35px;
}

.aside-sublist > li > a:hover, .aside-sublist > li > a.act {
  color: #d70010;
  background: #dedede;
}

.aside-contact-list {
  margin-bottom: 10px;
  padding: 5px;
  color: #696969;
  font-size: 12px;
  line-height: 1.75;
}

/*section标题*/
.section-title {
  padding-bottom: 5px;
  color: #978f87;
  border-bottom: 2px solid;
}

.section-title .title-text {
  float: left;
}

.section-title .title-text .en {
  float: left;
  margin-right: 8px;
  text-transform: uppercase;
  font-family: Haettenschweiler;
  font-size: 40px;
  line-height: 40px;
}

.section-title .title-text .zh {
  float: left;
  margin-top: 10px;
  font-size: 18px;
  line-height: 30px;
}

.section-title .pos {
  float: right;
  margin-top: 20px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 20px;
}

.section-title .pos a.act, .section-title .pos a[href]:hover {
  color: #d70010;
}

/*section内容部分*/
.section-content {
  margin: 20px 0;
}

.section-chwidth .row {
  margin-right: -10px;
  margin-left: -10px;
}

.section-chwidth .col-xs-6 {
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 640px) and (max-width: 767px) {
  .section-chwidth .col-xs-6 {
    width: 33.33333333%;
  }
}

.pagex-titlebox {
  margin-bottom: 20px;
  text-align: center;
}

.pagex-title {
  font-size: 16px;
}

.pagex-time {
  max-width: 600px;
  margin: 10px auto 0;
  padding-top: 5px;
  color: #a4a4a4;
  border-top: 1px dashed #9a9a9a;
  font-size: 12px;
}

.pagex-imgbox {
  margin-bottom: 10px;
  text-align: center;
}

.pagex-imgbox img {
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
}

.pagex-text {
  margin-bottom: 15px;
  text-indent: 2em;
  line-height: 1.75;
}

.pagex-text img {
  max-width:100%;
}

/*产品展示页*/
.p-prox-intro {
  max-width: 750px;
  margin: 0 auto 20px;
}

.p-prox-intro .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-gallery .swiper-slide:before {
  display: block;
  padding-top: 100%;
  content: "";
}

@media (max-width: 767px) {
  .swiper-gallery-prev,
  .swiper-gallery-next {
    display: none;
  }
}

.swiper-thumbs {
  margin-top: 10px;
}

.swiper-thumbs .swiper-slide {
  width: 124px;
  height: 73px;
}

.swiper-thumbs .swiper-slide-active {
  border: 4px solid #d70010;
}

.p-prox-detail .p-prox-title {
  margin-bottom: 15px;
  padding-bottom: 0.35em;
  color: 2d2d2d;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .p-prox-detail .p-prox-title {
    font-size: 18px;
  }
}

/*新闻资讯页*/
.p-news-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #979797;
}

/*工厂设备页*/
@media (min-width: 768px) {
  .section-content .imglink.imglink_device:hover .imglink-title {
    color: #d70010;
  }
}

/*联系我们页*/
.page-contact-list {
  margin-bottom: 20px;
  color: #696969;
}

.page-contact-list li {
  margin-bottom: 5px;
}

.contact-map > img {
  display: block;
  margin: 0 auto;
}

/*小屏产品分类下拉按钮*/
.s-drop-wrap {
  margin: 15px 15px 0;
}

.s-drop-btn {
  padding: 0 15px;
  cursor: pointer;
  color: #fff;
  background: #d70010;
  line-height: 40px;
}

.s-drop-btn span.glyphicon {
  top: 0;
  float: right;
  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: #be000e;
}

.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;
}

.s-drop-list > li {
  margin-top: 3px;
}

.s-drop-list > li > a {
  font-size: 13px;
  line-height: 32px;
}

.s-drop-list .aside-sublist > li > a {
  line-height: 30px;
}

/* 大屏底部 */
.foot {
  padding: 15px 0;
  text-align: center;
  color: #fff;
  background: #202020;
  font-size: 12px;
}

@media (min-width: 768px) {
  .foot {
    padding: 20px 0;
  }
}

.foot a:hover {
  color: #ddd;
}

.foot-link {
  margin-top: 0.2em;
}

/*小屏底部*/
.foot-fixed {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  border-top: 1px solid #fff;
  background: #d70010;
}

.ffixedlink {
  float: left;
  width: 25%;
  padding: 2px 0;
  text-align: center;
}

.ffixedlink:hover {
  background: #a4000c;
}

.foot-icon {
  display: block;
  overflow: hidden;
  width: 30px;
  height: 20px;
  margin: 0 auto;
  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:#a94442;margin:0 2px 0 0;text-decoration:none;}
div.scott a:hover{border:#a94442 1px solid;color:#a94442;background-color:#ffe1d6;}
div.scott a:active{border:#a94442 1px solid;color:#a94442;background-color:#ffe1d6;}
div.scott span.current{border:#a94442 1px solid;padding:2px 5px;font-weight:bold;color:#fff;margin:0 2px 0 0;background-color:#a94442;}
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:170px;
    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: 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;
}

@media (max-width:479px){
    .dock { display:none;}
}
