<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
}
/*slide图片*/
.slide-container {
  overflow: hidden;
  position: relative;
  _zoom: 1;
  width: 100%
}

.slide-container .slide-wrapper li {
  zoom:1;vertical-align: middle;
  float: left;
  _overflow: hidden
}

.slide-container .slide {
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 100%;
  background-image: url(/js2016/lib/jquery.SuperSlide/images/loading.gif);
  font-size: 0
}

.slide-container .slide-pagination {
  height: 16px;
  width: 100%;
  z-index: 2;
  position: absolute;
  bottom: 10px;
  left: 0
}

.slide-container .slide-pagination ul {
  overflow: hidden;
  zoom:1;text-align: center;
  height: 16px
}

.slide-container .slide-pagination ul li {
  display: inline-block;
  *display: inline;
  *zoom:1;width: 12px;
  height: 12px;
  background: #9f9e9e;
  border-radius: 16px;
  margin: 0 4px;
  text-indent: -99999px;
  *text-indent: 0;
  font-size: 0;
  vertical-align: top;
  cursor: pointer
}

.slide-container .slide-pagination ul li.on {
  width: 8px;
  height: 8px;
  border: solid 2px #fff;
  background: rgba(159,158,158,.55);
  *background: #9f9e9e
}

.slide-container .gray-empty-pagination ul li {
  border: 1px solid #d4d4d4;
  background: #fff
}

.slide-container .gray-empty-pagination ul li.on {
  background: #d4d4d4;
  border: 1px solid #d4d4d4;
  width: 12px;
  height: 12px
}

.slide-container .slide-wrapper {
  position: relative;
  height: 100%;
  z-index: 1;
  overflow: hidden
}

.slide-container .prev,.slide-container .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(/js2016/lib/jquery.SuperSlide/images/slider-arrow.png) -110px 5px no-repeat #e0e0e0;
  filter: alpha(opacity=50);
  opacity: .5;
  _overflow: hidden
}

.slide-container .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px
}

.slide-container .prev:hover,.slide-container .next:hover {
  filter: alpha(opacity=100);
  opacity: 1
}

.slide-container .prevStop {
  display: none
}

.slide-container .nextStop {
  display: none
}
.auto-size-fold .slide-wrapper ul,.auto-size-fold .slide-wrapper ul li {
  width: 100%!important
}
.slide-h-100 {
  height: 90px;
  overflow: hidden;
}
.slide-h-100 .slide-wrapper li {
  height: 98px;
  display: block;
}
.slide-h-300 {
  height: 300px;
  overflow: hidden;
}
.slide-h-300 .slide-wrapper li {
  height: 308px;
  display: block;
}
.slide-h-250{
  height: 250px;
  overflow: hidden;
}
.slide-h-250 .slide-wrapper li {
  height: 250px;
  display: block;
}
.slide-container .slide-pagination{bottom:0px}
/*#J_webhostingBanner{margin-top:10px}*/

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

/*-------------内容开始-----------*/
/*摘要*/
.summary{
  background: #f8f8f8;
  padding: 20px;
}
.leftsum{
  width: 750px;
  font-size: 16px;
}
.leftsum .zhuantizy{
  display: inline-block;
  background: #ff5503;
  color: #fff;
  padding: 3px 5px;
}
.leftsum .sumcon{
  width: 640px;
  line-height: 34px;
}
.leftsum  .article-con-biaoqian a {
  margin: 0 10px;
}
.relate-article ul li,.relative-list ul li{
  float: left;
  width: 50%;
}
.article-list{
  padding: 15px;
  margin: 5px 10px;
  border-bottom: 1px solid #eee;
}
.article-list .article-title{
  color: #333;
  font-size: 16px;
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.relate-des{
  height: 70px;
  font-size: 14px;
  overflow: hidden;
}
.article-list .article-title:hover{
  color: #ff7200;
}
.right_pic{
  width: 400px;
  height: 300px;
}
.left_pic{
  width: 300px;
}
.right-article-list{
  width: 870px;
  margin-left: 20px;
}
.title-h{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  clear: both;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.relative-list li .article-list{
  padding: 8px 10px !important;
}
.relative-list li .relate-des {
  height: 48px;
}
.hot-zt-con{
  margin: 0 -10px;
}
.hot-zt-con a{
margin: 10px;
  font-size: 14px;
}
/*热门活动*/
.active-page .active-list li {
  float: left;
  width: 33.333333333%;
  min-height: 180px;
  margin-bottom: 25px;
  box-sizing: border-box;
  position: relative;
  padding: 0 10px
}

.active-page .active-list li&gt;a,.active-page .active-list li .group {
  display: block;
  padding: 20px 32px 24px;
  background: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  width: 100%
}

.active-page .active-list li&gt;a .al-title,.active-page .active-list li .group .al-title {
  margin-bottom: 12px;
  font-size: 20px;
  color: #222;
  z-index: 2;
  position: relative
}

.active-page .active-list li&gt;a .licon,.active-page .active-list li .group .licon {
  line-height: 1.4;
  font-size: 16px;
  color: #666;
  z-index: 2;
  position: relative;
  white-space: nowrap;
  text-align: center
}

.active-page .active-list li&gt;a .licon .pzinfo,.active-page .active-list li .group .licon .pzinfo {
  display: inline-block;
  width: 25%;
  border-left: 1px solid #ddd;
  box-sizing: border-box
}

.active-page .active-list li&gt;a .licon .pzinfo:first-child,.active-page .active-list li .group .licon .pzinfo:first-child {
  border-left: 0
}

.active-page .active-list li&gt;a .licon .pzinfo .pztop,.active-page .active-list li .group .licon .pzinfo .pztop {
  font-size: 18px;
  color: #333
}

.active-page .active-list li&gt;a .licon .pzinfo .pzbottom,.active-page .active-list li .group .licon .pzinfo .pzbottom {
  font-size: 13px
}

.active-page .active-list li&gt;a .licon.webhost .pzinfo,.active-page .active-list li .group .licon.webhost .pzinfo {
  width: 33.33%
}

.active-page .active-list li&gt;a .licon .orgprice,.active-page .active-list li .group .licon .orgprice {
  text-decoration: line-through
}

.active-page .active-list li&gt;a .licon .price,.active-page .active-list li .group .licon .price {
  font-size: 24px;
  color: #ff5a00
}

.active-page .active-list li&gt;a .al-txt,.active-page .active-list li .group .al-txt {
  line-height: 1.4;
  font-size: 16px;
  color: #666;
  z-index: 2;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 70px
}

.active-page .active-list li&gt;a .al-btn,.active-page .active-list li .group .al-btn {
  margin-top: 16px;
  width: 100px;
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border: 1px solid #2086ee;
  border-radius: 2px;
  font-size: 16px;
  color: #2086ee;
  text-align: center
}

.active-page .active-list li&gt;a .al-icon,.active-page .active-list li .group .al-icon {
  position: absolute;
  top: 1px;
  right: 11px;
  z-index: 1
}

.active-page .active-list li .group .al-title,.active-page .active-list li .group .gtime {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.active-page .active-list li:hover&gt;a,.active-page .active-list li:hover .group {
  border: 1px solid #2086ee;
  box-shadow: 0 0 20px rgba(32,134,238,.3);
  transition: all .2s cubic-bezier(0.4,0,.2,1) 0s
}

.active-page .active-list li:hover&gt;a .al-btn,.active-page .active-list li:hover .group .al-btn {
  background: #2086ee;
  color: #fff
}

.active-page .active-list li:hover .group {
  border: 1px solid #ff2d00;
  box-shadow: 0 0 20px rgba(255,45,0,.3)
}

.active-page .active-list li .btngroup {
  background: #fff;
  margin: 10px -32px -24px
}

.active-page .active-list li .btngroup a {
  display: inline-block;
  width: 50%;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  text-align: center
}

.active-page .active-list li .btngroup a.groupDetail {
  background-color: #ffdfa1;
  color: #8e6412
}

.active-page .active-list li .btngroup a.groupBuy {
  background-color: #ff7300;
  background-image: linear-gradient(269deg,#ff2d00,#ff7300);
  color: #fff
}

.active-page .active-list li .btngroup a.groupBuy.gray {
  background: #efefef;
  color: #9e9e9e
}

.active-page .active-list li .btngroup a.groupBuy.isjoin {
  background-color: #4CAF50;
  background-image: linear-gradient(269deg,#4caf50,#86eb51)
}
/*热门活动 end*/
  /*摘要end*/
#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; }

.smallfocus{
  width: 215px;
}
/*中间文字资讯*/
.center-text{
  width: 400px;
}
.center-text ul.textlist1 li,.center-text ul.textlist2 li{
  font-size: 16px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.center-text ul.textlist1{
border-bottom:1px dashed #dfdede;
}
.center-text ul.textlist1 li:first-child a,.center-text ul.textlist2 li:first-child a{
  font-size: 20px;
  font-weight: bold;
  color: #358de2;
}
.center-text ul.textlist1 li:first-child,.center-text ul.textlist2 li:first-child{
  margin-bottom: 5px;
}
.center-text ul.textlist1 li:first-child a:hover,.center-text ul.textlist2 li:first-child a:hover{
  color: #ff7200;
}
/*推荐资讯*/

/*tab切换*/
.tab{
  background-color: #f8f8f8;
  border:1px solid #e8e8e8;
  height: 47px;
  line-height: 47px;
  position: relative;
}
.tab a{
  display: inline-block;
  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 .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 .right-txt-article{
  width: 525px;
  
}
.tab-con .right-txt-article li{
  display: inline-block;
  width: 262px;
  float: left;
}
.tab-con .right-txt-article li a{
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.tab-con .right-txt-article li i.radius{
  background-color: #dddddd;
}
.left-img-article .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;
}
.left-img-article .txt { position: absolute; bottom: 0;left: 0; z-index: 2; height: 36px;line-height:36px; width:100%;overflow: hidden;}
.left-img-article .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 a{
  display: inline-block;
  background-color: #f8f8f8;
  padding: 2px 5px;
  font-size: 14px;
  margin: 5px;
}
/*-------------内容结束-----------*/

/*----------栏目页开始----------*/
.category{
  background-color: #f8f8f8;
  padding: 10px;
  font-size: 14px;
}
.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;
}
.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;
}
/*分页开始*/
.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;
}
.article-detail .article-title{
  font-size: 24px;
}
.article-con{
  line-height: 34px;
  font-size: 16px;
  margin-top: 20px;
}
.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-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;
}
/*详情页结束*/

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

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

/***************************底部开始***************************/
#footer2016 {
  background-color: #fff;
  zoom:1}
#footer2016 {
  min-width: 990px;
  clear: both;
  position: relative;
}
#footer2016 .gray-line {
  border-bottom: 1px solid #e4e4e4
}

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

#footer2016 .footer-middle {
  height: 260px;
  background: #f6f6f6
}

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

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

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

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

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

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

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

#footer2016 .contact-list-2016 {
  position: absolute;
  right: 0;
  top: 0;
  *width: 320px
}

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

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

#footer2016 .tel-content .tel-tiltle {
  font-size: 20px;
  font-weight: 700;
  color: #8a8a8a;
  line-height: 1.1
}

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

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

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

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

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

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

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

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

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

#footer2016 .footer-middle-attion .attion-list .wx-img {
  height: 110px;
  margin-top: -10px;
  _margin-top: 0
}

#footer2016 .footer-middle-attion .attion-list .wb-link {
  margin-right: 0
}

.footer-hotlink {
  background: #f6f6f6
}

.footer-hotlink h3 {
  position: absolute;
  left: 0;
  color: #2F2F2F;
  font-weight: bolder;
  margin-top: 3px
}

.footer-hotlink .hotlink-layout {
  position: relative;
  border-top: 1px solid #eaeaea;
  padding: 15px 0
}

.footer-hotlink .hotlink-layout .link-catalog {
  padding: 3px 0
}

.footer-hotlink .hotlink-a {
  padding-left: 70px
}

.footer-hotlink .hotlink-a a {
  display: inline-block;
  margin-right: 20px;
  width: 78px
}

#footer2016 .footer-bottom {
  padding-top: 20px;
  line-height: 28px;
  text-align: center
}

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

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

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

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

#footer2016 .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
}

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

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

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

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

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

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

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

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

/***************************底部 结束***************************/</pre></body></html>