﻿@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 {
  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;
  }

  .allcontent-wrap {
    flex: 1;
  }
}
.container-fluid {
  max-width: 1030px;
}
.container-fluid img {
  max-width: 100%;
}

.row-mat {
  margin-top: -20px;
}

.col-mat {
  margin-top: 20px;
}

.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;
}

/*顶部*/
@media (min-width: 992px) {
  .top-header {
    position: absolute;
    width: 100%;
    z-index: 2;
  }
}
.top-head-wrap {
  background: rgba(255, 255, 255, 0.8);
}

.top-head {
  display: table;
  width: 100%;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .top-head {
    padding: 15px 0;
  }
}

.top-logo,
.top-btnwrap {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .top-logo {
    float: left;
  }
}

.top-btnwrap {
  padding-left: 20px;
  text-align: right;
}
@media (min-width: 768px) {
  .top-btnwrap {
    display: none;
  }
}

/*小屏  折叠按钮*/
.top-btn-collapse {
  top: 0;
  cursor: pointer;
  color: #b20101;
  font-size: 24px;
}
@media (min-width: 480px) {
  .top-btn-collapse {
    font-size: 26px;
  }
}

.top-line {
  float: right;
  color: #0064a9;
  text-align: left;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
}
.top-line .number {
  display: inline-block;
  vertical-align: middle;
  font-family: Arial;
}
@media (max-width: 767px) {
  .top-line {
    display: none;
  }
}

/*导航*/
.top-nav-wrap {
  color: #fff;
  background: #b20101;
}

.top-nav li {
  text-align: center;
}

.top-nav a {
  display: block;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@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(178, 1, 1, 0.9);
  }

  .top-nav {
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px 0;
  }

  .top-nav-link {
    line-height: 30px;
  }
  .top-nav-link:hover {
    background: #7f0101;
  }
}
@media (min-width: 768px) {
  .top-nav-wrap {
    display: block !important;
  }

  .top-nav-li {
    position: relative;
    float: left;
    width: 11.11111%;
  }
  .top-nav-li:first-child:before, .top-nav-li:after {
    content: "";
    position: absolute;
    top: 12px;
    right: -1px;
    width: 2px;
    height: 20px;
    background: linear-gradient(90deg, #fe0202, #660101);
  }
  .top-nav-li:first-child:before {
    right: auto;
    left: -1px;
  }

  .top-nav-link {
    position: relative;
    z-index: 1;
    line-height: 20px;
    padding: 12px 5px;
    margin: 0 1px;
  }
  .top-nav-link:hover, .top-nav-link.hover, .top-nav-link.act {
    color: #fff;
    background-color: #0064a9;
  }
}
/*二级导航*/
.top-subnav {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
  font-size: 12px;
  padding-top: 1px;
  padding-bottom: 5px;
  background: rgba(178, 1, 1, 0.9);
}
@media (max-width: 767px) {
  .top-subnav {
    display: none !important;
  }
}

.top-subnav-link {
  line-height: 35px;
  color: #fff;
}
.top-subnav-link:hover {
  color: #fff;
  background: #0064a9;
}

/*轮播图*/
.swiper-banner-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-banner-img:before {
  content: '';
  display: block;
  padding-top: 45%;
}
@media (min-width: 640px) {
  .swiper-banner-img:before {
    padding-top: 38%;
  }
}
@media (min-width: 992px) {
  .swiper-banner-img:before {
    padding-top: 46%;
  }
}
@media (min-width: 1200px) {
  .swiper-banner-img:before {
    padding-top: 35%;
  }
}

.wrapper {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .wrapper {
    margin: 30px 0;
  }
}

/*主要标题*/
.main-title {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
}
.main-title:before, .main-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 9px;
  width: calc(50% - 95px);
  height: 1px;
  background: #dfdfdf linear-gradient(#dfdfdf 50%, #fff 0);
}
@media (min-width: 640px) {
  .main-title:before, .main-title:after {
    bottom: 11px;
    width: calc(50% - 115px);
  }
}
.main-title:after {
  left: auto;
  right: 0;
}

.main-title-link {
  position: relative;
  display: inline-block;
  width: 190px;
}
@media (min-width: 640px) {
  .main-title-link {
    width: 230px;
  }
}
.main-title-link .zh {
  color: #333;
  font-size: 20px;
  line-height: 22px;
}
@media (min-width: 640px) {
  .main-title-link .zh {
    font-size: 24px;
    line-height: 26px;
  }
}
.main-title-link .en {
  color: #b20101;
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .main-title-link .en {
    font-size: 30px;
    line-height: 34px;
  }
}
.main-title-link .zh, .main-title-link .en {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-title-link:before, .main-title-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ccc;
}
@media (min-width: 640px) {
  .main-title-link:before, .main-title-link:after {
    bottom: 8px;
  }
}
.main-title-link:after {
  left: auto;
  right: 0;
}
.main-title-link:hover .zh {
  color: #b20101;
}
.main-title-link:hover .en {
  color: #333;
}

.swiper-container-wrap {
  position: relative;
}
@media (min-width: 992px) {
  .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: 40px;
  text-align: center;
  margin-top: -20px;
  font-size: 40px;
  font-family: simsun;
  font-weight: bold;
  color: #888;
  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: #0064a9;
}
.swiper-btn-prev.swiper-button-disabled,
.swiper-btn-next.swiper-button-disabled {
  opacity: 0.6;
  cursor: default;
}
.swiper-btn-prev.swiper-button-disabled:hover,
.swiper-btn-next.swiper-button-disabled:hover {
  color: #888;
}
@media (min-width: 992px) {
  .swiper-btn-prev,
  .swiper-btn-next {
    display: block;
  }
}

.swiper-btn-prev {
  left: 0;
}

.swiper-btn-next {
  right: 0;
}

/*首页 产品中心*/
.imglink {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 320px;
  overflow: hidden;
}
.imglink .imglink-imgbox {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-top: 75%;
  overflow: hidden;
}
.imglink .imglink-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.imglink .imglink-title {
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imglink .imglink-imgbox, .imglink .imglink-img, .imglink .imglink-title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.imglink.imglink_pro {
  max-width: 260px;
}
.imglink.imglink_pro .imglink-imgbox {
  border: 1px solid #c2c2c2;
}
.imglink.imglink_pro .imglink-title {
  margin-top: 5px;
  line-height: 30px;
  border: 1px solid #b1b1b1;
  color: #fff;
  background: #0064a9;
}
.imglink.imglink_pro:hover .imglink-title {
  background: #b20101;
}
.imglink.imglink_case {
  max-width: 350px;
}
.imglink.imglink_case .imglink-imgbox {
  padding-top: 70%;
}
.imglink.imglink_case .imglink-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 5px 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.77);
}
@media (min-width: 768px) {
  .imglink.imglink_case .imglink-title:after {
    content: url(../images/glass.png);
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-left: 10px;
    width: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
.imglink.imglink_case:hover .imglink-title {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .imglink.imglink_case:hover .imglink-title:after {
    width: 27px;
    opacity: 1;
  }
}
.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);
}

/*首页 关于我们*/
.about-wrapper {
  padding: 20px 0;
  background: #b20101 url(../images/about-wrapper-bg.jpg) no-repeat center/cover fixed;
}

.about-imgbox {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
.about-imgbox .about-img_bg {
  display: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-imgbox .text:before, .about-imgbox .text:after {
  content: '';
  position: absolute;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.about-imgbox .text:before {
  top: 14%;
  bottom: 14%;
  left: 5%;
  right: 5%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.about-imgbox .text:after {
  top: 8%;
  right: 10%;
  bottom: 8%;
  left: 10%;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.about-imgbox .text .cname {
  position: absolute;
  font-size: 20px;
  font-weight: normal;
  left: 15%;
  top: 80%;
  opacity: 0;
  color: #fff;
  text-shadow: #0064a9 1px 0 0,#0064a9 0 1px 0,#0064a9 -1px 0 0,#0064a9 0 -1px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.about-btn {
  display: block;
  color: #fff;
  background: #0064a9;
  border-radius: 5px;
  padding: 6px;
  margin-top: 10px;
  text-align: center;
}
.about-btn:hover {
  color: #fff;
  background: #005590;
}

@media (min-width: 768px) {
  .about-imgbox {
    float: right;
    width: 50%;
    margin-bottom: 0;
  }
  .about-imgbox .about-img {
    display: none;
  }
  .about-imgbox .about-img_bg {
    display: block;
    height: 380px;
  }

  .about-textbox {
    position: relative;
    float: right;
    width: 50%;
    height: 380px;
    padding-right: 20px;
  }

  .about-text {
    text-indent: 2em;
    line-height: 1.5;
    height: 22.5em;
    overflow: hidden;
  }

  .about-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 20px;
    margin-top: 0;
  }

  .main-about:hover .about-imgbox .text:before, .main-about:hover .about-imgbox .text:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .main-about:hover .about-imgbox .cname {
    top: 70%;
    opacity: 1;
  }
}
/*首页 案例展示*/
@media (max-width: 479px) {
  .main-case .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .main-case .col-xs-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*首页 产品介绍*/
.intro-wrapper {
  padding: 20px 0;
  color: #fff;
  background: rgba(35, 34, 40, 0.1) url(../images/intro-wrapper-bg.jpg) no-repeat center/cover fixed;
}
.intro-wrapper .main-title-link .zh, .intro-wrapper .main-title-link .en {
  color: #fff;
}

.intro-imgbox {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
}

.intro-textbox {
  text-align: center;
  line-height: 1.75;
}

/*首页 新闻中心*/
.imgnewslink {
  position: relative;
  display: block;
  color: #000;
  background: #f5f5f5;
  height: 105px;
}
.imgnewslink .imgnews-imgbox {
  position: relative;
  z-index: 1;
  float: left;
  width: 140px;
  height: 100%;
  overflow: hidden;
}
.imgnewslink .imgnews-img_bg {
  width: 100%;
  height: 100%;
  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% - 140px);
  height: 100%;
  padding: 5px 10px 10px;
}
.imgnewslink .imgnews-title {
  font-size: 13px;
}
.imgnewslink .imgnews-time {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imgnewslink .imgnews-text {
  font-size: 12px;
  line-height: 2;
  height: 4em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 479px) {
  .imgnewslink .imgnews-title {
    line-height: 1.5;
    max-height: 4.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .imgnewslink .imgnews-text {
    display: none;
  }
}
@media (min-width: 480px) {
  .imgnewslink {
    height: 120px;
  }
  .imgnewslink .imgnews-imgbox {
    width: 160px;
  }
  .imgnewslink .imgnews-textbox {
    padding-left: 15px;
    padding-top: 10px;
    width: calc(100% - 160px);
  }
  .imgnewslink .imgnews-title {
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .imgnewslink .imgnews-title:before {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  .imgnewslink .imgnews-time {
    left: 15px;
  }
  .imgnewslink:hover .imgnews-img_bg {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.imgnewslink:hover {
  color: #b20101;
}

/*首页 联系我们*/
.main-contact-title {
  color: #b20101;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.main-contact-text {
  text-indent: 2em;
  margin-bottom: 20px;
}

.main-contact-list,
.main-contact-qrcode {
  display: inline-block;
  vertical-align: top;
}

.main-contact-list {
  max-width: 300px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.main-contact-list li {
  margin-bottom: 5px;
}

.main-contact-qrcode {
  text-align: center;
}

.contact-form {
  max-width: 550px;
  margin: 0 auto;
}
.contact-form label {
  color: #6d6d6d;
  font-weight: normal;
}
.contact-form .form-control {
  border: 1px dashed #aaa;
  background-color: #f4f4f4;
}
.contact-form .form-control:focus {
  border-color: #b20101;
}
.contact-form textarea {
  width: 100%;
  resize: vertical;
}
.contact-form input[type=submit] {
  color: #fff;
  background: #b20101;
  width: 120px;
  border-radius: 0;
  padding: 4px 12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact-form input[type=submit]:hover {
  background: #990101;
}

/*非主页页面*/
@media (min-width: 768px) {
  .main-page {
    margin: 20px 0;
  }
}

@media (min-width: 768px) {
  .page-aside-wrap {
    width: 265px;
  }

  .page-section-wrap {
    width: calc(100% - 265px);
  }
}
.aside-item {
  margin-bottom: 15px;
}

/*侧栏*/
/*aside标题*/
.aside-title {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  background-color: #b20101;
  border-top: 5px solid #0064a9;
  margin-bottom: 8px;
}

/*侧栏列表*/
.aside-list a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aside-list > li {
  margin-top: 4px;
}
.aside-list > li > a {
  position: relative;
  line-height: 35px;
  padding: 0 15px;
  color: #fff;
  background: #b20101;
  text-transform: uppercase;
}
.aside-list > li > a[href]:hover, .aside-list > li > a.act {
  color: #fff;
  background: #990101;
}

.aside-sublist > li {
  margin-top: 4px;
}
.aside-sublist > li > a {
  position: relative;
  line-height: 35px;
  padding: 0 15px;
  color: #353535;
  background: #dcdcdc;
}
.aside-sublist > li > a:hover, .aside-sublist > li > a.act {
  color: #353535;
  background: #c3c3c3;
}

.aside-contact-content {
  padding: 10px;
  background: #dcdcdc;
}

.aside-contact-list {
  color: #353535;
  line-height: 1.75;
}

/*section标题*/
.section-title {
  border-bottom: 1px solid #cdcdcd;
}
.section-title .title-text {
  float: left;
  line-height: 40px;
  color: #0064a9;
}
.section-title .pos {
  float: right;
  line-height: 40px;
}
.section-title .pos a.act, .section-title .pos a[href]:hover {
  color: #b20101;
}

/*section内容部分*/
.section-content {
  margin: 20px 0;
}

.section-chwidth .row {
  margin-left: -10px;
  margin-right: -10px;
}
.section-chwidth .col-xs-6 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 640px) {
  .section-chwidth .col-xs-6 {
    width: 33.33333333%;
  }
}

.pagex-titlebox {
  text-align: center;
  margin-bottom: 20px;
}

.pagex-title {
  font-size: 16px;
}

.pagex-time {
  font-size: 12px;
  color: #a4a4a4;
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dashed #9a9a9a;
}

.pagex-imgbox {
  text-align: center;
  margin-bottom: 10px;
}
.pagex-imgbox img {
  display: block;
  max-width: 100%;
  margin: 0 auto 5px;
}

.pagex-text {
  text-indent: 2em;
  line-height: 1.75;
  margin-bottom: 10px;
}

/*新闻资讯页*/
.section-content .imgnewslink {
  margin-bottom: 20px;
}

/*联系我们页*/
.page-contact-list {
  color: #353535;
  margin-bottom: 20px;
}
.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 {
  cursor: pointer;
  color: #fff;
  background: #b20101;
  line-height: 40px;
  padding: 0 15px;
}
.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: #990101;
}
.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 > a {
  cursor: pointer;
  font-size: 13px;
}
.s-drop-list .aside-sublist {
  display: none;
}

/* 大屏底部  */
.foot {
  color: #fff;
  background: #b20101;
  font-size: 12px;
  text-align: center;
  padding: 15px 0;
}
@media (min-width: 640px) {
  .foot {
    font-size: 14px;
    padding: 20px 0;
  }
}

.foot-nav {
  display: inline-block;
  margin-bottom: 5px;
}
.foot-nav li {
  float: left;
  line-height: 1;
  padding: 0 8px;
  border-right: 1px solid #fff;
}
.foot-nav li:last-child {
  border-right: none 0;
}
.foot-nav li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .foot-nav {
    display: none;
  }
}

/*小屏底部*/
.foot-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  background: #b20101;
  border-top: 1px solid #fff;
}

.ffixedlink {
  width: 25%;
  float: left;
  padding: 2px 0;
  text-align: center;
}
.ffixedlink:hover {
  background: #f50000;
}

.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;}