﻿@charset "utf-8";
body{
  font-family: "lucida Grande",Verdana,"Microsoft YaHei";
}
a,
a:hover,
a:focus
{
  color: inherit;
  text-decoration: none;
}
ul{
  list-style: none;
  margin:0;
  padding:0;
}
p{
  margin:0;
}
h3,h4{
  margin: 0;
  font-weight: normal;
}
@supports(display:flex) {
  body{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }
  #content-wrapper{
    flex: 1;
  }
}
.no-padding{
  padding: 0;
}
.container-fluid{
  max-width: 1100px;
}


@media only screen and (min-width: 992px) {
	#top{
	  position: absolute;
	  z-index: 2;
	  width: 100%;
	}
}
/*顶部  logo&热线*/
.top-head{
  background: #2d8bdb;
}
@media only screen and (min-width: 992px) {
	.top-head{
    background: rgba(0,102,198,0.6);
  }
}
.top-logo{
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 0;
  max-width: calc(100% - 30px);
}
.top-logo img{
  max-width: 100%;
}
.b-logo{
  display: none;
}
@media only screen and (min-width: 640px) {
	.top-logo{
	  height: 70px;
	  line-height: 70px;
	}
}
@media (min-width: 992px) {
  .s-logo{
    display: none;
  }
  .b-logo{
    display: inline-block;
  }
  .top-logo{
    height: 80px;
    line-height: 80px;
  }
}
.top-line{
  padding-top: 15px;
  margin-right: 50px;
}
.top-line img{
  vertical-align: baseline;
}
.top-line .line-number{
  display: inline-block;
  color: #fff;
}
.top-line .line-number span{
  font-size: 16px;
}
.top-line .line-number p{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

/*搜索*/
.top-search{
  padding-top: 12px;
}
.top-search input{
  padding: 5px 12px;
  width: 200px;
  height: 35px;
  border: none;
  outline: none;
  box-shadow: 2px 3px 3px rgba(10,10,10,0.75) inset;
}
.top-search input:focus{
  background-color: #f2f2f2;
}
.top-search button{
  width: 40px;
  height: 35px;
  padding: 0;
  border: none;
  outline: none;
  background: #cf092c url(../images/glass.png) no-repeat center;
}
.top-search button:focus{
  background-color: #b10018;
}
.form-keyword{
  font-size: 12px;
  color: #fff;
  line-height: 25px;
  padding-left: 2px;
}
.form-keyword span{
  margin:0 5px;
}

/*导航*/
.top-nav-wrapper{
  background: #e9e9e9;
}
.top-nav{
  color: #333;
  font-size: 15px;
}
.top-nav li{
  float: left;
  width: 11.111%;    /*calc(100% / 9)*/
}
.top-nav li a{
  position: relative;
  display: block;
  text-align: center;
  line-height: 55px;
  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
       -o-transition: 0.3s;  
          transition: 0.3s;
}
.top-nav li:last-child a:after,
.top-nav li a:before{
  content: "";
  position: absolute;
  top: 20px;
  top: calc(50% - 0.7em);
  width: 2px;
  height: 1.4em;
  background:#fff;
  background: linear-gradient(to right,#fff 50%,#ccc 0);
}
.top-nav li:last-child a:after{
  right: -1px;
}
.top-nav li a:before{
  left: -1px;
}

.top-nav li a:hover,
.top-nav li a.act{
  color: #fff;
  background: #1976c5;
}


/*小屏  折叠按钮*/
#btn-collapse {
  float: right;
  cursor: pointer;
  color: #fff;
  font-size: 25px;
  line-height: 60px;
}
@media only screen and (min-width: 640px) {
  #btn-collapse{
    font-size: 28px;
    line-height: 70px;
  }
}
/*小屏 折叠导航*/
#nav-collapse{
  position: absolute;
  top: 60px;
  right: 15px;
  width: 30%;
  min-width: 180px;
  max-width: 100%;
  z-index: 2;
  text-align: center;
  color: #333;
  background:rgba(18,137,223,0.9);
  padding-bottom: 5px;
}
@media only screen and (min-width: 640px) {
  #nav-collapse{
    top: 70px;
  }
}
#nav-collapse li{
  position: relative;
}
#nav-collapse li a{
  display: block;
  line-height: 1.5;
  padding:4px;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;   
          transition: 0.3s;
}
#nav-collapse li a.act,
#nav-collapse li a:hover{
  color: #fff;
}

/*轮播图*/
.swiper-img .swiper-slide img{
  margin: 0 auto;
}
/*.slide-img-big{
  display: none;
}
.slide-img-small{
  display: block;
}
@media (min-width: 640px) {
  .slide-img-big{
    display: block;
  }
  .slide-img-small{
    display: none;
  }
}*/

/*主要内容*/
.main{
  padding: 20px 0;
}

/*产品分类*/
.outer-wrap{
  padding-bottom: 1em;
  margin-bottom: 1em;
  background: #3391f1;
  background: linear-gradient(#0063bf 1.4em,#3391f1 0,#0063bf);

  border-radius: 0.35em 0.35em 0 0;
}
.inner-wrap{
  background: #fff;
  border-radius: 0.3em;
  padding: 0.35em;
  margin: 0 0.35em;
}

/*侧栏标题*/
.aside-title{
  font-size: 1.3em;
  padding: 0.55em 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
/*侧栏列表*/
.aside-list>li>a{
  position: relative;
  display: block;
  text-align: center;
  padding: 0.4em 1.2em;
  margin-bottom: 0.6em;
  color: #000;
  border-bottom: 1px dashed #bfbfbf;

  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;   
          transition: 0.3s;
}
.aside-list>li>a:before{
  position: absolute;
  left: 0.7em;
  top: 0.8em;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 0.3em;
  border-style: solid;
  border-color: transparent;
  border-left-color: #3391f1;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;   
          transition: 0.3s;
}
.aside-list>li>a:hover,
.aside-list>li>a.act{
  color: #fff;
  background: #cf092c;
  border-radius: 0.3em 0.3em 0 0;
}
.aside-list>li>a:hover:before,
.aside-list>li>a.act:before{
  border-left-color: #fff;
}

.text-more{
  display: block;
  text-align: center;
  color: #fff;
  padding-top: 0.5em;
}
.text-more:hover{
  color: #ddd;
}

/*产品内容*/
#procontent{
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  #procontent{
    margin: 0;
  }
}
#procontent .col-xs-6{
  margin-bottom: 15px;
}
@media only screen and (min-width: 580px) and (max-width: 767px) {
	#procontent .col-xs-6{
	  width: 33.33333333%;
	}
}
.prolink{
  display: block;
}
.prolink .imgbox{
  position: relative;
  height: 0;
  padding-top: 80%;
  border: 1px solid #b1b1b1;
  overflow: hidden;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;   
          transition: 0.3s;
}

.linktitle{
  font-size: 1em;
  text-align: center;
  color: #333;
  line-height: 1.75;
  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;   
          transition: 0.3s;
}
.prolink .linktitle{
  background: #ddd;
}
.prolink:hover .linktitle{
  color: #fff;
  background: #0066c6;
}


/*主要标题*/
.main-title {
  text-align: center;
  font-size: 1.3em;
  color: #0063bf;
  margin-bottom: 1em;
}
.main-title h3{
  font-size: inherit;
  padding-bottom: 0.3em;
  border-bottom: 3px double #b6b6b6;
}
.main-title h3 a{
  position: relative;
  font-weight: bold;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.main-title h3 a:after{
  content: "";
  display: block;
  width: 3em;
  height: 1.5px;
  background: #d70303;
  position: absolute;
  left: calc(50% - 1.5em);
  top: calc(1.4em + 2px);
}
.main-title h3 a:hover{
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.main-title h4{
  font-size: 0.9em;
  padding-top: 0.3em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
	.main-title{
	  font-size: 1.4em;
	}
}

/*首页 经营品牌*/
.brand-wrapper{
  background: #ededed;
}
.brandlink{
  display: block;
  text-align: center;
}
.brandlink .top-title{
  position: relative;
  top: 0.4em;
  z-index: 1;
  
  font-size: 2em;
  line-height: 1;
  color: #0063bf;
}
.brandlink .top-title:before{
  content: "";
  position: absolute;
  top:0.6em;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d70303;
  background:linear-gradient(90deg,#c6c6c6 20%,transparent 0,transparent 30%,#d70303 0,#d70303 40%,transparent 0,transparent 60%,#d70303 0,#d70303 70%,transparent 0,transparent 80%,#c6c6c6 0);
}
.brandlink .imgbox{
  padding-top: 100%;
  
  border: 1px solid #c6c6c6;
  border-top: transparent;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.brandlink:hover .imgbox{
  opacity: 0.8;
}
.brandlink:hover .linktitle{
  color: #000;
}
.brand-pagination{
  position: static;
  margin-top: 10px;
}
.swiper-pagination-bullet{
  margin: 0 5px;
  background: #0063bf;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: #d70303;
}

/*首页  关于我们*/
.main-about{
  text-align: center;
}
.main-about .text{
  color: #333;
  font-size: 15px;
  margin: 0.5em 0;
  line-height: 1.5;
}
@media only screen and (min-width: 450px) {
	.main-about .text{
	  padding: 0 10%;
	}
}
.main-about .btn-more{
  padding: 6px 20px;
  margin-top: 20px;
}


/*首页 轴承展示*/
.main-display{
  position: relative;
}
.displaylink{
  display: block;
}
.displaylink .imgwrap{
  padding: 3px;
  border: 1px solid #b1b1b1;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.displaylink .imgbox{
  height: 0;
  padding-top: 75%;
  border: 1px solid #e0e0e0;
}
.displaylink:hover .imgwrap{
  border-color: #0164c0;
}
.displaylink:hover .linktitle{
  color:#0164c0;
}
.display-prev{
  left: -50px;
}
.display-next{
  right: -50px;
}


/*首页 新闻动态*/
.main-news .col-xs-12{
  margin-bottom: 15px;
}
.main-news .col-xs-12:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
	.main-news .col-xs-12{
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.main-news .col-xs-12{
    width: 50%;
  }
}
.newsitem .item-title{
  color: #0063bf;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0.5em;
  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsitem .imgbox{
  height: 0;
  padding-top: 30%;
  border: 1px solid #bebebe;
}
@media only screen and (min-width: 450px) {
	.newsitem .imgbox{
	  padding-top: 25%;
	}
}
@media only screen and (min-width: 767px) {
  .newsitem .imgbox{
    padding-top: 40%;
  }
}
.newslist{
  margin-top: 0.8em;
}
.newslist li{
  position: relative;
  line-height: 1.5em;
  color: #333;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
          transition: 0.3s;
}
.newslist li:before,
.newslist li:after{
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.newslist li:after{
  z-index: -2;
  background: linear-gradient(transparent 0.7em,currentColor 0,currentColor 0.8em,transparent 0);
  background-size: 2px 1.5em;
}
.newslist li:before{
  z-index: -1;
  background:linear-gradient(90deg,#fff 2px,transparent 0);
  background-size: 4px 1.5em;
}
.newslist a{
  display: block;
  margin: 0.3em 0;
}
.newslist a .text{
  float: left;
  background: #fff;
}
.newslist a .text:before{
  content: "◆";
  color: #0063bf;
  margin-right: 0.2em;
}
.newslist a .time{
  float:right;
  background: #fff;
  font-size: 0.86em;
  line-height: 1.67em;
  margin-left: 2em;
}
.newslist li:hover{
  color: #0063bf;
}


/*荣誉资质*/
.img-honor{
  height: 0;
  padding-top: 110%;  
  border: 1px solid #bababa;
  cursor: move;
}

/*首页 联系我们*/
.contact-title{
  font-size: 16px;
  margin-bottom: 1em;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .contact-title{
    margin-bottom: 0.5em;
  }
}
.contact-title span{
  font-family: "times new roman";
  text-transform: uppercase;
  margin-left: 0.6em;
}
.contact-img{
  display: block;
  max-width: 100%;
  margin-bottom: 0.6em;
}
.contact-list{
  color: #333;
  margin-bottom: 1em;
  line-height: 1.75;
}
.contact-form label{
  color: #242424;
  font-weight: normal;
  margin-bottom: 0.35em;
}
.contact-form .form-control{
  background:#f1f0f0;
  border:1px dashed #999;
}
.form-control:focus {
  border-color: #09c;
}
.contact-form textarea{
  resize: vertical;
  max-width: 100%;
}
.contact-form input[type=submit]{
  width: 135px;
  max-width: 100%;
  color: #fff;
  background:#0063bf;
  border:none;
  padding:4px 0;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s; 
          transition: 0.3s;
}
.contact-form input[type=submit]:hover{
  background: #008fb2;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}


/*非主页页面*/
.main-page{
  margin: 20px 0;
}
@media (max-width: 767px) {
  .main-page{
    margin-top: 0;
  }
}
.aside-contact{
  color: #000;
  line-height: 1.75;
  margin: 0.5em 0;
}
/*页面主题*/
/*主题标题*/
.section-title{
  font-size: 1em;
  color: #333;
  padding: 0.5em 0;
  margin-top: 1em;
  border-bottom: 1px solid #d2d2d2;
}
@media only screen and (min-width: 768px) {
	.section-title{
	  margin: 0;
	}
}

/*页面主要内容部分*/
.section{
  padding:20px 0;
}
@media screen and (max-width: 450px) {
  .section{
    padding: 10px 0;
  }
}


/*经营品牌页*/
.section-brand{
  padding-top: 10px;
}
@media only screen and (min-width: 580px) and (max-width: 767px) {
	.section-brand .col-xs-6{
	  width: 33.33333333%;
	}
}

/*产品展示页*/


/*产品详情*/
.section-prox{
  color: #222;
}
.section-prox .protitle{
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
.section-prox .imgbox{
  margin: 1em 0;
}
.section-prox .imgbox img{
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
  border: 1px solid #ccc;
}
.section-prox .details img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}


/*新闻中心页*/
.newslink{
  position: relative;
  display: block;
  overflow: hidden;
  
  color: #333;
  margin-bottom: 20px;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
       -o-transition: 0.3s;  
          transition: 0.3s;
}
.newslink .newstitle .newstime{
  font-size: 13px;
}
.newslink .newstext .text{
  line-height: 1.5;
}
.newslink:hover{
  background: #f1f1f1;
}
@media (max-width: 449px) {
  .newslink{
    color: #212121;
    padding: 0.8em;
    box-shadow: 0 1px 1px rgba(0,0,0,0.4);
  }
  .newslink .imgbox{
    height: 150px;
  }
  .newslink .newstitle{
    color: #3391f1;
    margin-top: 0.6em;
  }
  .newslink .newstitle h3{
    font-size: 15px;
    line-height: 1.3;
  }
}
@media (min-width: 450px) {
  .newslink{
    height: 150px;
  }
  .newslink .imgbox{ 
    position: relative;
    float: left;
    overflow: hidden;
    
    width: 160px;
    height: 100%;
  }
  .newslink .newstext{
    float: left;
    width: calc(100% - 160px);
    height: 100%;
    padding: 10px 15px;
  }
  .newslink .newstitle h3{
    font-size: 16px;
    margin-bottom: 0.25em;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newslink .newstext .text{
    max-height: 6em;
    overflow: hidden;
  }
  .newslink:hover{
    color: #3391f1;
    box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media only screen and (min-width: 640px) {
	.newslink .imgbox{
	  width: 220px;
	}
	.newslink .newstext{
	  width: calc(100% - 220px);
	}
}


/*新闻详情页*/
.section-newsx{
  color: #333;
}
.section-newsx h3{
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0.4em;
}
.section-newsx h4{
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1em;
}
.section-newsx h4 span{
  padding: 0 0.5em;
}
.section-newsx img{
  display: block;
  max-width: 100%;
  margin: 0 auto 15px;
}
.section-newsx .text{
  text-indent: 2em;
  line-height: 1.75;
  margin-bottom: 0.8em;
}


/*关于我们页*/
.about-img{
  margin-bottom: 15px;
}
.about-img img{
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
}
.section-about .text{
  text-indent: 2em;
  color: #333;
  line-height: 1.75;
  margin-bottom: 10px;
}


/*联系我们页*/


/*小屏产品分类下拉按钮*/
#s-btn,
#s-btn-drop {
  color:#fff;
  background: #0066c6;
  line-height: 35px;
  margin:10px 10px 0;
  padding: 0 15px;
}

#s-btn-drop{
  cursor: pointer;
}
#s-btn-drop b{
  margin-top: 8px;
  float: right;
  
  -webkit-transition: 0.4s;  
     -moz-transition: 0.4s;  
          transition: 0.4s;
}
#s-btn-drop b.rotate180{
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*小屏下拉列表*/
.drop-list{
  display: none;
  margin:0 12px;
  text-align: center;
}
.drop-list>li>a{
  display: block;
  cursor: pointer;
  padding:4px 10px;
  margin: 3px 0;
  color: #222;
  background: #e3e3e3;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;   
          transition: 0.3s;
}
.drop-list>li>a:hover,
.drop-list>li>a.act{
  color: #fff;
  background: #939393;
}
/*带二级菜单的下拉列表*/
.drop-seclist{
  display: none;
  padding: 0 15px 5px;
}
.drop-seclist>li{
  border-bottom: 1px solid #fff;
}
.drop-seclist>li>a{
  display: block;
  color: #222;
  padding: 5px 10px;
  border-bottom: 1px dashed #b2b2b2;
}
.drop-seclist>li>a:hover{
  background: #dedede;
}


/*底部*/
.nav-copy{
  color: #fff;
  background: #0063bf;
  padding: 0.8em 0;
}
.foot-nav a{
  float: left;
}
.foot-nav a:after{
  content: "|";
  margin: 0 5px;
}
.foot-nav a:last-child:after{
  content:"";
  margin: 0 1em;
}
.foot-nav a:hover{
  color: #ddd;
}
.foot-copy{
  text-align: center;
}
.foot-contact{
  display: flex;
  align-items: center;
  justify-content: center;
  
  padding: 0.5em 0;
  color: #000;
}
.foot-contact img{
  max-width:88px;
}
.foot-contact .tel-number{
  font-size: 1.2em;
}

/*小屏底部*/
.foot-fixed{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color:#fffefe;
  background:#0063bf;
  border-top: 1px solid;
}
.foot-fixed a{
  display: block;
  padding:2px 0;
  border-right: 1px solid #0c7fdf;
  
  -webkit-transition: 0.3s;  
     -moz-transition: 0.3s;  
       -o-transition: 0.3s;  
          transition: 0.3s;
}
.foot-fixed .col-xs-3:last-child a{
  border-right: none;
}
.foot-fixed a:hover{
  background:#206ba3;
}
.foot-fixed .foot-icon{
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 20px;
  overflow: hidden;
}
i.foot-phone{
  background: url(../images/sprite-contact.png) -80px -0px no-repeat;
}
i.foot-map{
  background: url(../images/sprite-contact.png) -110px -0px no-repeat;
}
i.foot-sharelink{
  background: url(../images/sprite-contact.png) -140px -0px no-repeat;
}
i.foot-email{
  background: url(../images/sprite-contact.png) -170px -0px no-repeat;
}
@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;}
