@import "https://at.alicdn.com/t/font_680632_dydfkzo0kvs4i.css";
.iconfont{vertical-align: middle;color: #ffca91;margin-right: 2px}
.width1190{
  width: 1190px;
  margin: 0 auto;
}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset {
  margin:0;
  padding:0
}
ul,ol,dl {
  list-style-type:none
}
html,body {
  *position:static;
  height:100%
}
body,
th,
td,
button,
input,
select,
textarea {
  font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
  font-size: 12px;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
body {
  line-height: 1.6;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  color: #333;
}
optgroup {
  font-weight: bold;
}
/*通用表单输入 placeholder支持*/
.common-input::-moz-placeholder {
  color: #c9c9c9;
  opacity: 1;
}
.common-input:-ms-input-placeholder {
  color: #c9c9c9;
}
.common-input::-webkit-input-placeholder {
  color: #c9c9c9;
}
/*IE6-9 placeholder支持*/
.placeholder,
.common-input.placeholder {
  color: #c9c9c9;
}
/*输入框*/
.common-input {
  padding-left: 10px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #e6e6e6;
}
.zixun{
  font-size: 30px;
  vertical-align: middle;
  display: inline-block;
  border-left: 1px solid #dedede;
  margin-left: 20px;
  padding-left: 20px;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #666;
}
a:hover {
  text-decoration: none;
  outline: none;
  color: #ff7200;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: none;
}
:focus {
  outline: none;
}
sub,
sup {
  vertical-align: baseline;
}
/*img*/
img {
  border: 0;
  vertical-align: middle;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
}
.cl:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cl,
.clearfix {
  zoom: 1;
}
.pos-r {
  position: relative;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.text-c {
  text-align: center;
}.mt-5 {
   margin-top: 5px;
 }
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.text-overflow {
  /*超出不显示*/
  overflow: hidden;
  text-overflow: ellipsis;
  /*不换行才可能显示出...*/
  white-space: nowrap;
  word-break: normal;
}
.pink {
  color:#fc6768
}
.green {
  color:#019a66
}
.blue {
  color:#358de2
}
.purple {
  color:#9834ff
}
.orange {
  color:#fe7402
}
.redColor {
  color:#ff6b26
}
.gray{
  color: #d4d3d3;
}
.orangeColor {
  color:#fe7402
}
.pos-r {
  position: relative;
}
/*蓝色超链接样式*/

.blue-link {
  color: #0b6eca;
}
.blue-link:hover{
  color: #fe6b1b;
}
/*橙色超链接样式*/

.orange-link {
  color: #fe6b1b;
}
.orange-link:hover{
  color: #0b6eca;
}
/*红色超链接*/

.red-link {
  color: #F72525
}
.red-link:hover {
  color: red;
}
.btn {
  width: 140px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  display: inline-block;
  background-color: #358de2;
  cursor: pointer;
}
  .btn-link{
    display: inline-block;
    padding: 2px 8px;
    border-radius: 2px;
    background-color: #F1F4F4;
    border: 1px solid #D9D9D9;
    color: #656565;
  }
  .btn-link:hover{
    background-color: #2086EE;
    color: #fff;
    border: 1px solid #1F7CCC;
  }
  .font14{font-size: 14px}
  .font16{font-size: 16px}
  .font18{font-size: 18px}
  .font20{font-size: 20px}
.font25{font-size: 25px}
/*-------------头部开始------------*/
.header-top{
  height: 40px;
  line-height: 40px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
}
.header-top .line{
  color: #dedede;
  margin: 0 8px;
}
.header-center{
  padding: 15px 0;
}
.dis-b{display: inline-block}
.header-center .common-input{
  width: 390px;
}
.header-center .domain-num{
  vertical-align: middle;
}
.header-center .search-btn{
  color: #fff;
  border: none;
}
.header-center .search-btn:hover
{
  background-color: #2d81d3;
}


/*-------------头部结束-----------*/

/*-------------内容开始-----------*/
#content{
  margin-bottom: 40px;
}
.leftcon{width: 870px;}
.leftpic{width: 450px;}
.rightcon{width: 300px;}
/* 焦点图 */
.focusBox { position: relative; width:450px; height: 250px;  overflow: hidden; font-family:Arial; text-align: left; background:#fff; }
.focusBox .pic img { width:450px; height: 250px; display: block; }
.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
.focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none; }
.focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }
.focusBox .num li{ float: left; position: relative; width: 18px; height: 16px; line-height: 16px; overflow: hidden; text-align: center; margin-right: 4px; cursor: pointer; color: #fff;background-color: #000;z-index: 1;filter: alpha(opacity=60); opacity: 0.6; }
.focusBox .num li.on,.focusBox .num li:hover{background:#fe7e00;filter: alpha(opacity=100); opacity: 1; }

/* 右侧广告图切换 */
.sider-img { position: relative; width:300px; height: 250px;  overflow: hidden; font-family:Arial; text-align: left; background:#fff; }
.sider-img  img { width:300px; height: 250px; display: block; }
.slide-banner_24 { position: relative; width:300px; height: 250px;  overflow: hidden; font-family:Arial; text-align: left; background:#fff; }
.slide-banner_24 .pic img { width:300px; height: 250px; display: block; }
.slide-banner_24 .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }
.slide-banner_24 .num li{ float: left; position: relative; width: 18px; height: 16px; line-height: 16px; overflow: hidden; text-align: center; margin-right: 4px; cursor: pointer; color: #fff;background-color: #000;z-index: 1;filter: alpha(opacity=60); opacity: 0.6; }
.slide-banner_24 .num li.on,.slide-banner_24 .num li:hover{background:#fe7e00;filter: alpha(opacity=100); opacity: 1; }

.smallfocus{
  width: 215px;
}
/*中间文字资讯*/
.center-text{
  width: 400px;
  height: 250px;
  overflow: hidden;
}
.center-text ul.textlist1 li{
  font-size: 16px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}

.center-text ul.textlist1 li:first-child a{
  font-size: 20px;
  font-weight: bold;
  color: #358de2;
}
.center-text ul.textlist1 li:first-child{
  margin-bottom: 5px;
}
.center-text ul.textlist1 li:first-child a:hover{
  color: #ff7200;
}
/*推荐资讯*/
.right-sider{
  border: 1px solid #e4e4e4;
  border-top:2px solid #358de2;
  padding: 8px;
}
.right-sider .sider-title{
  padding: 4px 0 12px 8px;
  color: #656565;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e4e4e4;
  height: 32px;
}
.right-sider .sider-con li{
  line-height: 32px;
  font-size: 14px;
  position: relative;
  padding-left: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.right-sider .sider-con li .iconfont{
  margin-right: 0px;
  color: #88b5e0;
}
i.radius{
  border-radius: 50%;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #88b5e0;
  vertical-align: middle;
  margin: 0 5px;
}
  /*域名动态*/
.right-sider .pic-article-con{
  padding:10px 6px 0;
}
.right-sider .pic-article-con li{
  line-height: 32px;
  font-size: 14px;
  position: relative;
  margin-bottom: 10px;
}
.right-sider .pic-article-con li span{
  display: inline-block;
}
.right-sider .pic-article-con li a{
  display: inline-block;
}
.right-sider .pic-article-con li a.pic-article-link{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 50px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  margin-left: 8px;
}
.right-sider .pic-article-con li:first-child span,.right-sider .pic-article-con li:first-child a{
  display: block;
}
.right-sider .pic-article-con li:first-child a{
  float: none;
}
.right-sider .pic-article-con li:first-child span a{
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  height: 32px;
  line-height: 32px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
/*域名拍卖*/
.domainauction{
  clear: both;
  border: 1px solid #e4e4e4;
  padding: 8px;
}
.domainauction .auction-title{
  font-size: 18px;
  color: #656565;
  padding: 5px 5px 0 8px;
  height: 44px;
  border-bottom: 1px solid #e4e4e4;
}
.domainauction .auction-title strong span.domain-title{
  display: inline-block;
  border-bottom: 2px solid #358de2;
  height: 43px;
  line-height: 35px;
}
.domainauction .auction-title strong span.dingji{
  color: #d4d3d3;
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
}
.more a{
  display: inline-block;
  padding: 1px 6px;
  background-color: #f6f6f6;
  border:1px solid #e8e8e8;
  color: #656565;
  font-size: 12px;
}
.auction-con li{
  float: left;
  width: 20%;
  text-align: center;
  padding: 18px 0 12px 0;
}
.auction-con li a{
  padding: 3px 0;
  display: block;
  border-left: 1px solid #efefef;
}
.auction-con li:first-child a{
  border-left: 0px;
}
.auction-con li a:hover{
  color: #666;
  background-color: #f8f8f8;
}
.auction-con li .domain-name{
  color: #358de2;
  font-size: 16px;
  margin-bottom: 14px;
  display: block;
}
.auction-con li .time-price span{
  display: block;
  padding: 3px 0;
}
/*tab切换*/
.tab{
  background-color: #f8f8f8;
  border:1px solid #e8e8e8;
  height: 47px;
  line-height: 47px;
  position: relative;
}
.tab a{
  display: inline-block;
  min-width: 100px;
  text-align: center;
  font-size: 16px;
}
.tab a.tab-active{
  background-color: #fff;
  border-top:2px solid #358de2;
  border-left:1px solid #e8e8e8;
  border-right:1px solid #e8e8e8;
  font-weight: bold;
}
.tab a:first-child.tab-active{
  border-left:0;
}
.tab .tab-more{
  position: absolute;
  right: 0;
  padding-right: 8px;
}
.tab .tab-more a{
  display: none;
}
.tab .tab-more .more-text{
  padding: 1px 6px;
  color: #656565;
  font-size: 12px;
  display: inline-block;
}
.tab-con{
  border:1px solid #e8e8e8;
  border-top:0px;
}
.tab-con .conWrap .left-img-article,.tab .conWrap .left-img-article img{
  width: 325px;
}
.tab-con .conWrap .left-img-article{
  position: relative;
  width: 325px;
  display: inline-block;
}
.tab-con .conWrap{
  padding: 0 20px 13px 20px;
}
.tab-con .conWrap li{
  display: inline-block;
  width: 50%;
  float: left;
  line-height: 32px;
  position: relative;
}
.tab-con .conWrap li a{
  font-size: 14px;
  line-height: 30px;
}
.tab-con .conWrap li i.radius{
  background-color: #dddddd;
}
.tab-con .conWrap li a.cate-link{
  color: #88b5e0;
}
.tab-con .conWrap li .text-link{
  padding-right: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.list-article-out .tab-con .conWrap li .text-link{
  width: 320px;
}
.list-article-out .tab-con .conWrap li .article-time{
  position: absolute;
  right: 10px;
  color: #999;
  top:0px;
}
 .txt-bg{
  position: absolute; bottom: 0;left: 0; z-index: 1; height: 36px; width:100%; background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden;
}
.txt { position: absolute; bottom: 0;left: 0; z-index: 2; height: 36px;line-height:36px; width:100%;overflow: hidden;}
.txt a{
  display: block; color: #fff; padding: 0 0 0 10px; font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.biaoqian-con{
  padding-top: 6px;
}
.biaoqian-con a{
  display: inline-block;
  background-color: #f8f8f8;
  padding: 2px 5px;
  font-size: 14px;
  margin: 5px;
}
/*-------------内容结束-----------*/

/*----------栏目页开始----------*/
.category{
  background-color: #f8f8f8;
  padding:10px 15px;
  font-size: 14px;
  line-height: 24px;
}
.category a{
  display: inline-block;
  margin: 0 5px;
  padding: 2px 6px;
}
.category a.category-active{
  background-color: #f4faff;
  color: #358de2;
  border: 1px solid #d3e4f5;
  font-weight: bold;
}
.list-pic,.second-article{
  border: 1px solid #e4e4e4;
  padding: 10px 5px;
}
.list-pic li{
  float: left;
  width: 25%;
  text-align: center;
  font-size: 14px;
}
.list-pic li a{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.second-article{
  padding: 20px;
}
.second-article li{
  padding: 20px 0;
  border-top: 1px solid #e4e4e4;
}
.second-article li:first-child{
  border-top:0px;
  padding:0 0 20px 0;
}
.second-article li:last-child{
  padding:20px 0 0 0;
}
.second-article li .des{
  font-size: 14px;
  margin: 15px 0;
  line-height: 24px;
  word-break: break-all;
  word-wrap:break-word;
}
.second-article li a.blue-link{
font-size: 18px;
}
.second-article li .time-biaoqian a{
  margin: 0 5px;
  font-size: 12px;
}
.auction-con table{
  font-size: 14px;
  text-align: center;
  width: 100%;
  border-collapse: collapse;
}
.auction-con table th{
  background-color: #f8f8f8;
  font-size: 14px;
  padding: 8px;
}
.auction-con table td{
  padding: 8px 0;
  font-size: 14px;
}
.auction-con table td a.domain-link{
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
  width: 80px;
}
.article-list{
  border: 1px solid #e4e4e4;
  padding: 15px;
}
.article-list ul li,.relative-list ul li{
  position: relative;
  font-size: 14px;
  line-height: 35px;
}
.article-list ul li a,.relative-list ul li a{
  width: 80%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.article-list ul li .article-time,.relative-list ul li .article-time{
  position: absolute;
  right: 0px;
  color: #999;
}
.article-list ul li i.radius{
   background-color: #dddddd;
}
/*分页开始*/
.list-page a{
  background-color: #f8f8f8;
  border:1px solid #e4e4e4;
  display: inline-block;
  padding: 3px 8px;
  margin-right: 8px;
}
.list-page a.pre-page,.list-page a.next-page{
  padding: 3px 8px;
}
.list-page a.curpage{
  background-color: #358de2;
  color: #fff;
  border: none;
}
/*分页结束*/

/*详情页*/
.article-detail{
  border: 1px solid #e4e4e4;
  padding:20px 30px;
  overflow: hidden;
}
.article-detail .article-title{
  font-size: 24px;
}
.article-con{
  line-height: 34px;
  font-size: 16px;
  margin-top: 20px;
  word-break: break-all;
  word-wrap:break-word;
}
.article-con .article-con-biaoqian a{margin: 0 10px;}
.article-con .banquan{
  background-color: #f8f8f8;
  padding: 2px 10px;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}
.other-article p{
  padding: 5px 0;
}
.relative-list ul li{
  line-height: 26px;
}
.relative-list ul li i.radius{
  background-color: #dddddd;
}
.relative-tab{
  border-bottom: 1px solid #e4e4e4;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.relative-tab a{
  display: inline-block;
  padding: 0 10px;
}
.relative-tab a.relative-tab-active{
  background-color: #f8f8f8;
  border-bottom: 2px solid #358de2;
}
.relative-tab span.relative-tab-active{
  display: inline-block;
  padding: 0 10px;
  background-color: #f8f8f8;
  border-bottom: 2px solid #358de2;
}
/*详情页结束*/

/*tag*/
.tag-title h1{
  display: inline;
  font-size: 16px;
}
/*tag end*/

/*----------栏目页结束----------*/

/***************************底部开始***************************/
#footer {
  min-width: 1190px;
  clear: both;
  position: relative;
}

#footer .width1190 {
  padding: 0 5px;
}

#footer ul,
#footer li,
#footer dl,
#footer dd {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#footer {
  background-color: #fff;
  zoom: 1;
}

#footer .gray-line {
  border-bottom: 1px solid #e4e4e4;
}

#footer .white-line {
  border-bottom: 1px solid #fff;
}

/*底部中间层*/
#footer .footer-middle {
  height: 260px;
  background: #f6f6f6;
}

#footer .footer-middle .footer-middle-container {
  position: relative;
  height: 100%;
}

#footer .footer-middle .footer-middle-list {
  float: left;
}

#footer .footer-middle .footer-middle-list dl {
  float: left;
  padding-right: 30px;
  clear: none;
}

#footer .footer-middle .footer-middle-list dt {
  padding: 30px 0;
  color: #2F2F2F;
  font-weight: bold;
}

#footer .footer-middle .footer-middle-list dd {
  padding-right: 30px;
}

#footer .footer-middle a {
  color: #4A4A4A;
  /*display: block;*/
  height: 24px;
  line-height: 24px;
  margin-right: 30px;
  font-size: 12px;
}

#footer .footer-middle a:hover {
  color: #ff7200;
  text-decoration: underline;
}

/*客户热线*/
#footer .contact-list-2016 {
  position: absolute;
  right: 0;
  top: 0;
  /*IE 67*/
  *width: 320px;
}

#footer .footer-middle-tel {
  width: 319px;
  padding-top: 48px;
}

#footer .footer-middle-tel .tel-content {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #d2d2d2;
  text-align: right;
  float: left;
}

#footer .tel-content .tel-tiltle {
  font-size: 20px;
  font-weight: bold;
  color: #8a8a8a;
  line-height: 1.1;
  /*margin-top: 10px;*/
  /*margin-bottom: 10px;*/
}

#footer .footer-middle-tel .Tel {
  font-size: 28px;
  line-height: 1;
  font-weight: normal;
}

#footer .footer-middle-tel .Tel h3 {
  font-size: 24px;
  margin: 0;
  padding: 5px 0 10px;
  line-height: 26px;
  font-weight: 500;
}

#footer .footer-middle-attion {
  margin-top: 50px;
}

#footer .footer-middle-attion .attion-list li {
  float: left;
  padding-right: 30px;
}

#footer .footer-middle-attion .attion-list li.pr-15 {
  padding-right: 15px;
}

#footer .footer-middle-attion .attion-list li p {
  line-height: 1.6;
  margin: 0;
}

#footer .footer-middle-attion .attion-list .social-img {
  display: inline-block;
  width: 48px;
  height: 38px;
  background: url("../images/footer-icon.png");
  background-repeat: no-repeat;
}

#footer .footer-middle-attion .attion-list .ft-img_5 {
  background-position: 0 -494px;
}

#footer .footer-middle-attion .attion-list .ft-img_6 {
  background-position: 0 -410px;
}

/* 微信公众号 */
#footer .footer-middle-attion .attion-list .wx-img {
  height: 110px;
  margin-top: -10px;
  _margin-top: 0;
}

/* 微博 */
#footer .footer-middle-attion .attion-list .wb-link {
  margin-right: 0;
}

/*底部最后一层*/
#footer .footer-bottom {
  padding-top: 20px;
  line-height: 28px;
  text-align: center;
}

#footer .footer-bottom p a {
  color: #666;
}

#footer .footer-bottom p span {
  padding: 0 7px;
}

#footer .footer-bottom p a:hover {
  color: #ff7200;
  text-decoration: underline;
}

#footer .footer-images {
  text-align: center;
}

#footer .footer-bottom .fb-img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 30px;
  height: 30px;
  background: url("/images2016/ft-icon.jpg");
  background-repeat: no-repeat;
}

#footer .footer-bottom .fb-img_1 {
  background-position: 0 0;
}

#footer .footer-bottom .fb-img_2 {
  background-position: -75px 0;
}

#footer .footer-bottom .fb-img_3 {
  background-position: -154px 0;
}

#footer .footer-bottom .fb-img_4 {
  background-position: -234px 0;
}

#footer .footer-bottom .fb-img_5 {
  background-position: -314px 0;
}

#footer .footer-bottom .fb-img_6 {
  background-position: -394px 0;
}

#footer .footer-bottom .fb-img_7 {
  background-position: -476px 0;
}

#footer .footer-bottom .fb-img_8 {
  background-position: -551px 0;
}

/***************************底部 结束***************************/
/*slide*/
.slide-banner_22 { position: relative; width:1190px; height: 90px;  overflow: hidden; font-family:Arial; text-align: left; background:#fff; }
.slide-banner_22 .pic img { width:1190px; height: 90px;display: block; }
.slide-banner_22 .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; display: none }

.slide-banner_23 { position: relative; width:870px; height: 87px;  overflow: hidden; font-family:Arial; text-align: left; background:#fff; }
.slide-banner_23 .pic img {width:870px; height: 87px;display: block; }
.slide-banner_23 .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; display: none }
/*slide end*/