﻿@charset "UTF-8";
html {
  overflow-y: scroll;
}

body {
  font-family: "lucida Grande",Verdana,"Microsoft YaHei";
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: inherit;
}

a:hover, a:focus {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

b, dt {
  font-weight: normal;
}

p {
  margin: 0;
}

h3, h4 {
  margin: 0;
  font-weight: normal;
}

@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;
}

.no-padding {
  padding: 0 !important;
}

.text-indent {
  text-indent: 2em;
}

.high-line {
  line-height: 1.75;
}

.mw100 {
  max-width: 100%;
}

.img-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.nowrapline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*顶部  logo&热线*/
.top-header {
  color: #fff;
  background-color: #000;
}

.top-head {
  display: table;
  width: 100%;
  padding: 15px 0;
}
@media (min-width: 1020px) {
  .top-head {
    float: left;
    width: auto;
  }
}

.top-logo,
.top-btnwrap {
  display: table-cell;
  vertical-align: middle;
}

.top-logo img {
  max-width: 100%;
}
.top-logo .b-logo {
  display: none;
}
@media (min-width: 600px) {
  .top-logo .s-logo {
    display: none;
  }
  .top-logo .b-logo {
    display: inline;
  }
}

.top-btnwrap {
  padding-left: 20px;
  text-align: right;
}
@media (min-width: 1020px) {
  .top-btnwrap {
    display: none;
  }
}

/*小屏  折叠按钮*/
.top-btn-collapse {
  top: 0;
  cursor: pointer;
  color: #f09403;
  font-size: 24px;
  line-height: inherit;
}
@media (min-width: 540px) {
  .top-btn-collapse {
    font-size: 26px;
  }
}

/*导航*/
.top-nav li {
  text-align: center;
}

.top-nav a {
  display: block;
  cursor: pointer;
}

.fix_qq {
position: fixed;
left: 0px;
top: 240px;
width: 93px;
height: 122px;
z-index:9999;
background: url(../images/qq_01.png) no-repeat;}
.fix_qq_top {
height: 122px;
background: url(../images/qq_01.png) no-repeat;
}
.fix_qq_center {
background: url(../images/qq_02.png) repeat-y;
text-align: center;
}
.fix_qq_foot {
height: 4px;
background: url(../images/qq_04.png) no-repeat;
}

@media (max-width: 1019px) {
  .top-nav {
    display: none;
    position: absolute;
    z-index: 3;
    right: 0;
    width: 160px;
    max-width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    padding: 5px 0;
  }

  .top-nav-link {
    line-height: 30px;
  }
  .top-nav-link:hover {
    background: #f09403;
  }
}
@media (min-width: 1020px) {
  .top-nav {
    display: block !important;
    float: right;
    margin-top: 25px;
  }

  .top-nav-li {
    position: relative;
    float: left;
    margin: 0 2px;
  }

  .top-nav-link {
    padding: 0 5px;
    font-weight: bold;
    line-height: 30px;
  }
  .top-nav-link:hover, .top-nav-link.hover, .top-nav-link.act {
    color: #f09403;
  }
}
/*二级导航*/
.top-subnav {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
  font-size: 12px;
  padding: 2px 0;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1019px) {
  .top-subnav {
    display: none !important;
  }
}

.top-subnav-link {
  line-height: 30px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-subnav-link:hover {
  color: #f09403;
  background-color: #000;
}

/*轮播图*/
.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;
  }
}
.wrapper {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .wrapper {
    margin: 30px 0;
  }
}

.main-item {
  position: relative;
}

.text-important {
  color: #f09403;
}

/*主要标题*/
.main-title {
  position: relative;
  text-align: center;
  font-size: 1.5em;
  line-height: 1;
  color: #f09403;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .main-title {
    font-size: 2em;
    margin-bottom: 30px;
  }
}
.main-title:before, .main-title:after {
  content: "";
  position: absolute;
  top: 55%;
  width: calc(50% - 4em);
  height: 0;
  border-top: 1px solid #cecece;
}
.main-title:before {
  left: 0;
}
.main-title:after {
  right: 0;
}
.main-title a {
  display: inline-block;
}
.main-title h3,
.main-title h4 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-title h3 {
  color: #f09403;
  font-size: 1em;
  font-weight: bold;
  font-family: "Constantia";
  text-transform: uppercase;
}
.main-title h4 {
  color: #535353;
  font-size: 0.8em;
}
.main-title a[href]:hover h3 {
  color: #535353;
}
.main-title a[href]:hover h4 {
  color: #f09403;
}

/*首页 产品中心*/
.normallink {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 220px;
  overflow: hidden;
  border: 1px solid #cecece;
}

.normallink-imgbox {
  position: relative;
  overflow: hidden;
}
.normallink-imgbox:before {
  content: '';
  display: block;
  padding-top: 95%;
}

.normallink-img,
.normallink-shade,
.normallink-title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.normallink-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.normallink-shade {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  opacity: 0;
}

.normallink-shade-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 30px;
  margin-top: -15px;
  padding: 0 5px;
}

.normallink-title {
  background-color: #cecece;
  text-align: center;
  font-size: 13px;
  padding: 0.5em 2px;
}
@media (min-width: 768px) {
  .normallink-title {
    font-size: 14px;
  }
}

.normallink-shade-title,
.normallink-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.normallink:hover {
  border-color: #f09403;
}
.normallink:hover .normallink-title {
  color: #fff;
  background-color: #f09403;
}
.normallink:hover .normallink-img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.normallink:hover .normallink-shade {
  opacity: 1;
}

@media (min-width: 768px) {
  .main-item .normallink-title {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-item .normallink-shade {
    display: none;
  }
}

.swiper-container-wrap {
  position: relative;
}
@media (min-width: 1200px) {
  .swiper-container-wrap {
    padding: 0 60px;
  }
}

/*swiper切换按钮*/
.swiper-btn-prev,
.swiper-btn-next {
  display: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-top: -20px;
  font-size: 25px;
  font-family: simsun;
  font-weight: bold;
  color: #6d6d6d;
  border: 1px solid;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.swiper-btn-prev:hover,
.swiper-btn-next:hover {
  color: #fff;
  border-color: #d50100;
  background-color: #d50100;
}
.swiper-btn-prev.swiper-button-disabled,
.swiper-btn-next.swiper-button-disabled {
  opacity: 0.6;
  cursor: auto;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .swiper-btn-prev,
  .swiper-btn-next {
    display: block;
  }
}

.swiper-btn-prev {
  left: 0;
}

.swiper-btn-next {
  right: 0;
}

/*查看更多 按钮*/
.btn-more-wrap {
  margin-top: 20px;
  text-align: center;
}

.btn-more {
  display: inline-block;
  font-size: 12px;
  padding: 0.42em 1.8em;
  color: #fff;
  background-color: #f09403;
}
@media (min-width: 450px) {
  .btn-more {
    font-size: 14px;
  }
}
.btn-more:hover {
  color: #fff;
  background-color: #be7502;
}

/*首页 公司简介*/
.about-wrapper {
  color: #fff;
  padding: 20px 0;
  background: #4e4e4e url(../images/about-wrapper-bg.jpg);
}
.about-wrapper .main-title h4 {
  color: #fff;
}
.about-wrapper .main-title a[href]:hover h3 {
  color: #fff;
}

.about-text {
  color: #fff;
  border: 4px solid #8e8e8e;
  margin-top: 10px;
}
.about-text .text {
  font-size: 12px;
  font-family: simsun;
  line-height: 1.75;
  text-indent: 2em;
  margin: 15px 0;
}
.about-text a {
  float: right;
  font-size: 12px;
  font-family: simsun;
  padding: 5px 12px;
  background: #7d7d7d;
}
.about-text a:hover {
  background: #6d6d6d;
}

.about-number {
  display: none;
  margin-top: 5px;
}
.about-number span {
  color: #fff;
}
.about-number p {
  color: #d48917;
  line-height: 20px;
  font-weight: bold;
}

.about-img {
  text-align: right;
}

@media (max-width: 767px) {
  .about-img {
    background: none !important;
  }
  .about-img img {
    display: block;
    margin: 0 auto;
  }

  .about-text {
    padding: 0 10px 15px;
  }
}
@media (min-width: 768px) {
  .about-text {
    float: left;
    width: 62%;
    margin-top: 50px;
    padding: 10px 35px 10px 15px;
  }
  .about-text .text {
    height: 14em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
  }

  .about-right {
    position: absolute;
    right: 0;
    width: 40%;
  }

  .about-img {
    position: relative;
    height: 250px;
    overflow: hidden;
    margin-top: 15px;
  }
  .about-img img {
    display: none;
  }

  .about-number {
    display: block;
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .about-text {
    width: 70%;
    margin-top: 60px;
    padding-right: 50px;
  }

  .about-right {
    width: 32%;
    right: 12px;
  }

  .about-img {
    box-shadow: 12px -12px rgba(95, 71, 33, 0.8);
  }

  .about-number {
    margin-left: 40px;
  }
}
/*首页 公司相册*/
.content-chwidth .row {
  margin-left: -5px;
  margin-right: -5px;
}
.content-chwidth .col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 500px) and (max-width: 699px) {
  .content-chwidth .col-xs-6 {
    width: 33.33333333%;
  }
}
@media (min-width: 700px) {
  .content-chwidth .col-xs-6 {
    width: 25%;
  }
}

@media (max-width: 699px) {
  .content-hidden .col-xs-6:nth-child(n + 7) {
    display: none;
  }
}

/*首页 设备展示*/
.main-piece .piece-block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-piece .p-left {
  float: left;
  width: 30%;
  margin-right: 15px;
}
.main-piece .p-right {
  float: right;
  width: 20%;
  margin-left: 15px;
}
.main-piece .p-center {
  overflow: hidden;
}
.main-piece .pl-t {
  height: 155px;
  line-height: 155px;
  text-align: center;
  background: #f09403;
  margin-bottom: 15px;
}
.main-piece .pl-b,
.main-piece .pc-t {
  height: 324px;
}
.main-piece .pc-t {
  margin-bottom: 15px;
}
.main-piece .pcb-l {
  float: left;
  width: 155px;
  max-width: 50%;
  height: 155px;
  line-height: 155px;
  text-align: center;
  margin-right: 15px;
  background: #f09403;
}
.main-piece .pcb-r {
  height: 155px;
  overflow: hidden;
}
.main-piece .p-right {
  display: none;
}
.main-piece .pr-t {
  height: 324px;
  margin-bottom: 15px;
}
.main-piece .pr-b {
  height: 155px;
}
@media (max-width: 639px) {
  .main-piece .p-left {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }
  .main-piece .pc-t {
    height: 155px;
  }
}
@media (max-width: 449px) {
  .main-piece .pl-t {
    height: 110px;
    line-height: 110px;
  }
  .main-piece .pl-b {
    height: 155px;
  }
}
@media (min-width: 450px) and (max-width: 639px) {
  .main-piece .pl-t {
    width: 50%;
    float: left;
    margin-right: 15px;
  }
  .main-piece .pl-b {
    height: 155px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .main-piece .p-right {
    display: block;
  }
}

.piecelink {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 5px;
  overflow: hidden;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.piecelink .linktitle {
  line-height: 1.5;
  max-height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 640px) {
  .piecelink .linktitle {
    font-size: 16px;
  }
}
.piecelink:hover {
  color: #fff;
  opacity: 1;
}

/*非主页页面*/
@media (max-width: 1019px) {
  .page-banner .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-banner .container-fluid .img-responsive {
  width: 100%;
}

.main-page {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .main-page {
    margin: 0;
  }
}

@media (min-width: 850px) and (max-width: 991px) {
  .page-aside-wrap {
    width: 30%;
  }

  .page-section-wrap {
    width: 70%;
  }
}
/*侧栏*/
/*aside标题*/
.aside-title {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  background-color: #f09403;
  margin-bottom: 10px;
}

/*侧栏列表*/
.aside-list {
  margin-bottom: 20px;
}
.aside-list a {
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aside-list > li {
  margin-top: 2px;
}
.aside-list > li > a {
  position: relative;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  font-size: 15px;
  background-color: #e8e8e8;
}
.aside-list > li > a:before {
  content: '>>';
  font-family: simsun;
  letter-spacing: -4px;
  margin-right: 10px;
}
.aside-list > li > a:hover, .aside-list > li > a.act {
  color: #000;
  background-color: #bdf016;
}

.aside-contact .aside-contact-content {
  padding: 10px;
  font-size: 12px;
  background: #e9e9e9;
}
.aside-contact .aside-contact-img {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.aside-contact .aside-contact-list li {
  margin-bottom: 5px;
  word-break: break-all;
}

/*section标题*/
.section-title {
  /*border-bottom: 1px solid #f09403;*/
  margin-bottom: 20px;
}
.section-title .title-text {
  float: left;
  font-size: 16px;
  font-weight: bold;
  padding: 0 15px;
  line-height: 30px;
  color: #f09403;
  border-bottom: 2px solid;
}
.section-title .pos {
  float: right;
  line-height: 32px;
}
.section-title .pos a.act, .section-title .pos a[href]:hover {
  color: #f09403;
}

/*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: 500px) and (max-width: 699px) {
  .section-chwidth .col-xs-6 {
    width: 33.33333333%;
  }
}
@media (min-width: 700px) and (max-width: 767px) {
  .section-chwidth .col-xs-6 {
    width: 25%;
  }
}

.pagex-titlebox {
  text-align: center;
  margin-bottom: 15px;
}

.pagex-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.pagex-time {
  font-size: 13px;
  color: #a7afb4;
  margin-top: 5px;
}

.pagex-imgbox {
  text-align: center;
  margin-bottom: 10px;
}
.pagex-imgbox img {
  display: block;
  max-width: 100%;
  margin: 0 auto 5px;
}

.pagex-text {
  margin: 10px 0;
  line-height: 1.75;
  text-indent: 2em;
}

.pagex-title-pro {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 10px;
}

.pagex-title-detail {
  color: #f09403;
}

/*新闻资讯页*/
.page-news-item {
  padding-bottom: 10px;
  border-bottom: 1px dotted #cacaca;
  margin-bottom: 10px;
}
.page-news-item:before {
  content: '>>';
  font-family: simsun;
  letter-spacing: -2px;
  float: left;
  margin-right: 8px;
}

.page-news-title:hover {
  color: #f09403;
}

.page-news-time {
  float: right;
  margin-left: 10px;
}

/* 在线留言页 */
.contact-form {
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contact-form {
    margin-top: 40px;
  }
}
.contact-form label {
  font-weight: normal;
}
.contact-form .form-control {
  border: 1px solid #c9c9c9;
  border-radius: 0;
}
.contact-form .form-control:focus {
  border-color: #f09403;
}
.contact-form textarea {
  width: 100%;
  resize: vertical;
}
.contact-form input[type=date] {
  width: 180px;
}
.contact-form input[type=submit] {
  color: #fff;
  background: #f09403;
  width: 100%;
  text-align: center;
  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: #d78403;
}

/*联系我们页*/
.page-contact-list {
  margin-bottom: 20px;
}
.page-contact-list li {
  margin-bottom: 5px;
}

.contact-map img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/*小屏产品分类下拉按钮*/
.s-drop-wrap {
  margin: 15px 15px 0;
}

.s-drop-btn {
  cursor: pointer;
  color: #fff;
  background: #f09403;
  line-height: 40px;
  padding: 0 15px;
  text-align: left;
}
.s-drop-btn span.glyphicon {
  float: right;
  top: 0;
  line-height: 40px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.s-drop-btn.nodrop {
  cursor: auto;
  text-align: center;
}
.s-drop-btn.nodrop span.glyphicon {
  display: none;
}
.s-drop-btn.act {
  background: #be7502;
}
.s-drop-btn.act span.glyphicon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*小屏下拉列表*/
.s-drop-list {
  display: none;
  margin-bottom: 0;
}
.s-drop-list > li > a {
  font-size: 14px;
  line-height: 30px;
}

/* 大屏底部 */
.foot {
  color: #fff;
  background: #333;
  padding: 20px 0;
  text-align: center;
}
.foot a:hover {
  color: #f09403;
}
.foot .erweima {
  float: left;
  text-align: center;
  padding-right: 20px;
}
.foot .erweima img {
  max-width: 160px;
}
.foot .erweima .erweima-title {
  margin-top: 5px;
}

.foot-content {
  display: inline-block;
  text-align: left;
}

.foot-right {
  float: left;
  padding: 10px 0 10px 20px;
  border-left: 1px solid #92c28a;
}

.foot-nav {
  font-size: 13px;
  margin-bottom: 5px;
}
.foot-nav a {
  float: left;
  padding: 0 8px;
  margin-bottom: 5px;
  line-height: 1;
  border-right: 1px solid #fff;
}
.foot-nav a:first-child {
  border-left: 1px solid #fff;
}
@media (max-width: 639px) {
  .foot-nav {
    display: none;
  }
.fix_qq {
    display: none;
  }
}

.foot-contact h3 {
  font-size: 16px;
}
.foot-contact ul {
  font-size: 12px;
}
.foot-contact ul li {
  margin: 5px 0;
}

.foot-copy {
  font-size: 12px;
}
.foot-copy a {
  margin-left: 5px;
}
@media (max-width: 449px) {
  .foot-copy a {
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .foot {
    padding: 15px 0;
  }

  .foot-contact {
    display: none;
  }

  .foot-right {
    float: none;
    padding: 0;
    border: 0;
  }

  .foot-copy {
    text-align: center;
  }
}
/*小屏底部*/
.foot-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  background: #000;
  border-top: 1px solid #000;
}

.ffixedlink {
  width: 25%;
  float: left;
  padding: 2px 0;
  text-align: center;
}
.ffixedlink:hover {
  background: #141618;
}

.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;
  }
}

.ditu { height:300px; max-height:322px; padding:8px 0;width:100%; max-width:900px; margin-top:20px; margin:0 auto;}

.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;}