﻿@charset "utf-8";
/* CSS Document */

html,
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
frameset,
table,
th,
tr,
td,
fieldset {
  margin: 0;
  padding: 0;
}

/* IE5.xIE6бbug */
* html body {
  overflow: visible;
}

* html iframe,
* html frame {
  overflow: auto;
}

* html frameset {
  overflow: hidden;
}

/* body */
body {
  color: #252424;
  font-size: 12px;
  line-height: 24px;
  font-family: "微软雅黑";
}

i,
em,
cite {
  font-style: normal;
}

/* a */
a {
  color: #272727;
  font-size: 12px;
  text-decoration: none;
}

a:hover {
  color: #d02424;
}

/* form */
textarea,
input {
  word-wrap: break-word;
  word-break: break-all;
}

input {
  vertical-align: middle;
  font-size: 12px
}


/* li */
ul,
li {
  list-style-type: none;
}

/* img */
img {
  border: 0 none;
  vertical-align: middle;
}

/* h* */
h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}


/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/*********清除浮动处理**********/
.clr {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

/*返回顶部*/
.totop {
  position: fixed;
  right: 50%;
  margin-right: -528px;
  z-index: 10000;
  bottom: 25px;
  display: block;
  width: 26px;
  height: 62px;
  background: url(../images/rocket.png) no-repeat 0 0;
  -webkit-transition: all 0.2s ease-in-out;
}



/*网站头部*/
.topwrap {
  width: 100%;
  overflow: hidden;
  height: 31px;
  line-height: 31px;
  background: url(../Images/top_bj.jpg) left center repeat-x;
}

.top-T {
  width: 1000px;
  margin: 0 auto;
  height: 32px;
  color: #959595
}

.top-T .public {
  height: 31px;
  line-height: 31px;
}

.top-T .Left {
  width: 600px;
  float: left;
  font-size: 12px;
  font-weight: normal;
}

.top-T .Right {
  width: 320px;
  float: right;
  text-align: right;
  position: relative
}

.top-T .Right a {
  color: #959595
}

.top-T .Right a:hover {
  color: #959595
}


.logo_wrap {
  width: 100%;
  height: 112px;
  background: url(../Images/topbj.jpg) center center no-repeat
}

.logo {
  width: 1000px;
  height: 90px;
  margin: 0 auto;
  padding-top: 15px;
  overflow: hidden;
  color: #a7a7a7
}

.logo .logoL {
  width: 350px;
  float: left;
  height: 74px;
}

.logo .tel {
  width: 266px;
  float: right;
}

.logo .tel .tel_top {
  width: 260px;
  font-size: 18px;
  margin-top: 15px;
  padding-left: 34px;
  color: #ed7e17;
  height: 24px;
  background: url(../Images/tel.jpg) left center no-repeat;
}

.logo .tel .tel_top span {
  color: #999;
}

.logo .tel .tel_search {
  width: 266px;
  height: 28px;
  margin-top: 10px;
  background: url(../Images/search_bj.jpg) left center no-repeat
}

.logo .tel .tel_search .search01-box {
  margin-left: 35px;
  display: inherit;
  border: 0px;
  width: 182px;
  background: none;
  height: 28px;
  color: #999;
  line-height: 28px;
  float: left
}

.logo .tel .tel_search .search01-an {
  width: 40px;
  height: 23px;
  float: right;
  background: none;
  margin-top: 1px;
  cursor: pointer;
  border: 0
}

/***********nav*******/
.navwrap {
  width: 100%;
  height: 45px;
  background: #2c2b30;
}

.nav {
  width: 980px;
  height: 45px;
  margin: 0 auto;
}

.nav li {
  float: left;
  display: inline
}

.nav li a {
  font-size: 14px;
  width: 120px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #FFF;
  display: block
}

.nav li a:hover {
  background: #ed7d19
}

.nav li .cur {
  background: #ed7d19
}




/*********************************公共头部结束*******************************/


/*首页样式*/

.inban {
  width: 100%;
  /* height: 427px; */
  overflow: hidden;
  text-align: center
}

.inban_img {
  width: 100%;
  /* height: 427px; */
  margin: 0 auto;
}

.inbanx {
  width: 100%;
  height: 150px;
  overflow: hidden;
  text-align: center
}

.inbanx_img {
  width: 100%;
  height: 150px;
  margin: 0 auto;
}

/*热门关键词*/
.Hot_keywords_wrap {
  width: 100%;
  height: 40px;
  background: #f1f1f1
}

.Hot_Keywords {
  width: 1000px;
  font-size: 14px;
  color: #707070;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
}

.Hot_Keywords a {
  font-size: 14px;
  color: #707070;
}

.Hot_Keywords a:hover {
  color: #d02424;
}

/*产品中心*/

.in_pro {
  width: 1000px;
  margin: 20px auto 0;
  height: auto;
}

.pro_left {
  width: 201px;
  float: left;
}

.pro_left .pro_left_top {
  width: 191px;
  font-size: 16px;
  padding-left: 10px;
  background: url(../Images/pro_top_bj.jpg) top left no-repeat;
  height: 35px;
  line-height: 35px;
  color: #FFF;
}

.pro_left .pro_left_nr {
  width: 189px;
  padding: 10px 5px 10px;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.pro_left .pro_left_nr li {
  width: 189px;
  background: url(../images/proli.jpg) 10px center no-repeat;
  height: 40px;
  margin: 0 auto;
  padding-top: 5px;
}

.pro_left .pro_left_nr li a {
  display: block;
  width: 164px;
  border-bottom: 1px solid #ebebeb;
  height: 40px;
  padding-left: 25px;
  line-height: 40px;
  color: #6c6c6c;
  font-size: 14px;
}

.pro_left .pro_left_nr li a:hover {
  color: #F90;
}

.pro_left .pro_left_contact {
  width: 201px;
  margin-top: 15px;
  color: #6c6c6c;
}

.pro_left .pro_left_contact .left_contact_nr {
  padding: 10px 5px 10px;
  border-left: 1px solid #CCC;
  width: 189px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.pro_left .pro_left_nr li a.cur {
  color: #ddff81;
}

.in_pro .pro_right {
  width: 788px;
  float: right;
  overflow: hidden
}

.in_pro .pro_R_bt {
  width: 788px;
  height: 35px;
  line-height: 35px;
  background: url(../Images/pro.jpg) left center no-repeat;
}

.in_pro .pro_R_bt .bt_left {
  width: 210px;
  color: #FFF;
  float: left;
  padding-left: 15px;
  height: 35px;
  font-size: 16px;
  overflow: hidden
}

.in_pro .pro_R_bt .bt_right {
  width: 41px;
  float: right;
  margin-right: 5px;
  height: 35px;
  overflow: hidden
}

.in_pro .pro_R_bt .bt_right a {
  color: #FFF
}

.in_pro .pro_R_bt .bt_right a:hover {
  color: #FFF
}

.in_pro .pro_R_nr {
  width: 786px;
  float: left;
  border: 1px solid #cccccc;
  border-top: 0;
  padding-top: 15px;
}

.in_pro .pro_R_nr li {
  float: left;
  width: 262px;
  overflow: hidden;
  margin-bottom: 30px
}

.in_pro .pro_R_nr li .pic {
  width: 238px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #CCC
}

.in_pro .pro_R_nr li .pic img {
  width: 238px;
  height: 200px;
}

.in_pro .pro_R_nr li .pic p {
  position: absolute;
  background: url(../Images/bj.png) repeat;
  height: 24px;
  color: #FFF;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0
}

.in_pro .pro_R_nr li .txt {
  width: 238px;
  margin: 0 auto;
  line-height: 28px;
  height: 48px;
  background: url(../Images/pro_bj.jpg) left top no-repeat;
}

.in_pro .pro_R_nr li .txt a {
  display: block;
  float: left;
  width: 50%;
  margin-top: 20px;
  text-align: center
}




/*企业相册*/
.Album {
  width: 100%;
  margin: 5px auto 0px;
  height: 268px;
  overflow: hidden;
  background: url(../Images/hz_bj.jpg) center bottom no-repeat;
}

.Env_wrap_bt {
  width: 1000px;
  color: #f38001;
  font-weight: bold;
  margin: 0 auto;
  height: 67px;
  text-align: center;
  line-height: 67px;
  text-align: center;
  font-size: 24px;
}

.Env_wrap_nr {
  width: 1000px;
  padding: 0 0 70px;
  margin: 0 auto;
  overflow: hidden;
  overflow: hidden;
}

.Env_wrap_nr .bd {
  position: relative;
}

.Env_wrap_nr .prev,
.Env_wrap_nr .next {
  display: block;
  width: 25px;
  top: 55px;
  position: absolute;
  height: 25px;
  overflow: hidden;
}

.Env_wrap_nr .prev {
  background: url(../images/left.jpg) left center no-repeat;
  left: 0px;
}

.Env_wrap_nr .next {
  right: 0px;
  background: url(../images/right.jpg) right center no-repeat;
}

.Env_wrap_nr .scrollWrap {
  padding-left: 19px;
  margin-top: 10px;
  margin-left: 25px;
}

.Env_wrap_nr ul {
  overflow: hidden;
  zoom: 1;
}

.Env_wrap_nr li {
  width: 195px;
  margin: 0 15px;
  position: relative;
  float: left;
  display: inline;
}

.Env_wrap_nr li .pic {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 6px;
}

.Env_wrap_nr li .pic img {
  height: 140px;
  width: 190px;
  border: 1px solid #c1dcf9;
}

.Env_wrap_nr li .movielist_tt {
  position: relative;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  text-align: center
}

.Env_wrap_nr li .movielist_tt a {
  font-size: 14px;
}

/*关于我们*/

.about {
  width: 100%;
  height: 345px;
  margin: 0px auto;
  background: url(../Images/aboutbj.jpg) center center no-repeat
}

.in_about_wrap {
  width: 1000px;
  margin: 0 auto;
}

.in_about_wrap .in_about_left {
  width: 680px;
  padding-top: 20px;
  float: left;
}

.in_about_wrap .in_about_bt {
  width: 640px;
  height: 24px;
  font-size: 18px;
  color: #ed7c14;
  line-height: 24px;
}

.in_about_wrap .in_about_nr {
  width: 640px;
  padding: 20px 0;
  line-height: 30px;
}

.in_about_wrap .in_about_nr img {
  float: left;
  margin-right: 10px;
}

.in_about_wrap .in_about_nr a {
  color: #c5271e
}


.in_about_wrap .in_honor {
  width: 270px;
  float: right;
  padding-top: 20px;
}

.in_about_wrap .in_honor .in_honor_bt {
  width: 270px;
  text-align: center;
  font-size: 18px;
  height: 24px;
}

/*荣誉效果*/
.in_honor_nr {
  margin-top: 20px;
}

.in_honor_nr dl {
  width: 180px;
  margin: 0 auto;
  text-align: center;
}

.in_honor_nr dd {
  position: relative;
  height: 240px;
}

.in_honor_nr dd ul li {
  width: 180px;
  overflow: hidden;
}

.in_honor_nr dd ul li img {
  width: 180px;
  height: 240px;
  display: block;
}

.in_honor_nr dd p {
  height: 30px;
  line-height: 30px;
}

.in_honor_nr .prev,
.in_honor_nr .next {
  display: block;
  width: 25px;
  height: 57px;
  position: absolute;
  bottom: 100px;
}

.in_honor_nr .prev {
  right: -40px;
  background: url(../images/h_right.jpg) left center no-repeat;
}

.in_honor_nr .next {
  left: -40px;
  background: url(../images/h_left.jpg) left center no-repeat;
}


/*生产车间*/
.facturer_title {
  width: 1000px;
  font-size: 16px;
  position: relative;
  height: 32px;
  border-bottom: 2px solid #f38001;
  margin: 20px auto 0
}

.facturer_title span {
  display: block;
  width: 300px;
  color: #f38001;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
}

.facturer_title a {
  position: absolute;
  right: 10px;
  top: 10px
}

.facturer_nr {
  width: 980px;
  margin: 0 auto 20px;
  padding-top: 20px;
  overflow: hidden;
  height: auto;
}

.facturer_nr li {
  width: 245px;
  text-align: center;
  margin-bottom: 30px;
  color: #1e1e1e;
  float: left;
  font-size: 14px;
}

.facturer_nr li .pic {
  display: block;
  width: 220px;
  margin: 0 auto
}

.facturer_nr li .pic img {
  height: 220px;
  width: 220px;
  border: 1px solid #cecece;
}

.facturer_nr li .txt {
  width: 100%;
  height: 20px;
  overflow: hidden
}


/*新闻中心*/
.N_bt_L {
  width: 130px;
  float: left;
  height: 20px;
  line-height: 20px;
  color: #4c4c4c;
  font-size: 16px;
}

.N_bt_R {
  width: 50px;
  text-align: right;
  height: 20px;
  margin-top: 5px;
  float: right;
}

.news {
  width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
}

.news .news_L {
  width: 270px;
  float: right;
}

.news .news_L .news_bt {
  width: 270px;
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
}

.news .news_L .news_L_nr {
  width: 270px;
  margin-top: 10px;
  float: left;
  height: 350px;
  overflow: hidden
}

.news .news_L .news_L_nr li {
  width: 270px;
  text-align: left;
  margin-bottom: 10px;
  border-bottom: 1px dashed #CCC;
  padding-bottom: 5px;
}

.news .news_L .news_L_nr li .wen {
  background: url(../Images/wen.jpg) left center no-repeat;
  margin-bottom: 10px;
  padding-left: 25px;
  font-weight: bold
}

.news .news_L .news_L_nr li .da {
  background: url(../Images/da.jpg) left top no-repeat;
  padding-left: 25px;
  line-height: 18px;
}

.news .news_R {
  width: 700px;
  float: left;
}

.news .news_R .news_R_bt {
  height: 25px;
  border-bottom: 1px solid #cdcdcd;
}

.news .news_R .news_R_bt .N_bt_L {
  padding-left: 5px;
  border-left: 3px solid #ed7c14
}

.news .news_R .news_R_nr {
  padding: 10px 0;
  float: left;
}

.news .news_R .news_R_nr li {
  height: 31px;
  width: 315px;
  margin-left: 15px;
  float: left;
  border-bottom: 1px dashed #cdcdcd;
  padding-left: 15px;
  background: url(../Images/o.jpg) left center no-repeat;
  line-height: 31px;
}

.news .news_R .news_R_nr li.text_top {
  width: 650px;
  padding: 0px;
  border: 0;
  height: 170px;
  background: none
}

.news .news_R .news_R_nr li.text_top .text_img {
  float: left;
  width: 214px;
  height: 160px;
}

.news .news_R .news_R_nr li.text_top .text_title {
  float: right;
  width: 420px;
}

.news .news_R .news_R_nr li .date {
  float: right;
  color: #999;
}


/*内页样式*/
.in_pro_wrap .in_pro .pro_L .hd {
  margin-top: 20px;
}

.in_pro_wrap .in_pro .pro_L {
  width: 201px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}


.right {
  width: 788px;
  float: right;
  margin-bottom: 20px;
  overflow: hidden
}

.right .right-bt {
  width: 788px;
  height: 35px;
  line-height: 35px;
  background: url(../Images/pro.jpg) left center no-repeat;
}

.right .right-bt .nybtL {
  width: 210px;
  color: #FFF;
  float: left;
  padding-left: 15px;
  height: 35px;
  font-size: 16px;
  overflow: hidden
}

.right .right-bt .nybtR {
  width: 541px;
  float: right;
  color: #FFF;
  text-align: right;
  margin-right: 5px;
  height: 35px;
  overflow: hidden
}

.right .right-bt .nybtR a {
  color: #FFF
}

.right .right-bt .nybtR a:hover {
  color: #FFF
}



.ny-right-about {
  width: 766px;
  border: 1px solid #cccccc;
  border-top: 0;
  overflow: hidden;
  padding: 10px;
}


.ny-right-news {
  width: 766px;
  padding: 10px;
  border: 1px solid #cccccc;
  border-top: 0;
  overflow: hidden
}

.ny-right-news li {
  width: 766px;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px dashed #CCC;
}

.ny-right-news li dt {
  width: 600px;
  float: left;
  height: 32px;
  overflow: hidden;
}

.ny-right-news li dt a {
  background: url(../Images/o.jpg) left center no-repeat;
  padding-left: 15px;
}

.ny-right-news li dd {
  width: 75px;
  height: 32px;
  float: right;
  text-align: right;
  overflow: hidden;
}

.ny-right-news ul {
  margin-bottom: 20px;
}


.ny-right-news h1 {
  font-size: 16px;
  width: 766px;
  float: left;
  text-align: center
}

.ny-right-news h6 {
  border-bottom: 1px dashed #CCC;
  width: 766px;
  font-weight: normal;
  height: 32px;
  float: left;
  line-height: 32px;
  text-align: center;
}

.ny-news-nr {
  width: 766px;
  float: left;
  padding-top: 10px;
  margin-bottom: 20px;
}

.ny-news-nr img {
  max-width: 100%;
}

/*荣誉*/
.ny-right-honor {
  width: 766px;
  padding: 10px;
  border: 1px solid #cccccc;
  border-top: 0;
  overflow: hidden;
}

.ny-right-honor li {
  width: 191px;
  margin-bottom: 10px;
  line-height: 32px;
  float: left
}

.ny-right-honor li .pic {
  width: 165px;
  margin: 0 auto;
  border: 1px solid #CCC;
}

.ny-right-honor li .pic img {
  width: 165px;
}

.ny-right-honor li .txt {
  width: 165px;
  margin: 0 auto;
  height: 24px;
  line-height: 24px;
  text-align: center
}

.ny-right-honor li .txt a {
  color: #919191;
}

.ny-right-honor li .txt a:hover {}


/*内页****产品****样式*****/
.ny-right-pro {
  width: 766px;
  padding: 10px;
  border: 1px solid #cccccc;
  border-top: 0;
  overflow: hidden
}

.ny-right-pro li {
  float: left;
  width: 255px;
  overflow: hidden;
  margin-bottom: 30px
}

.ny-right-pro li .pic {
  width: 238px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #CCC
}

.ny-right-pro li .pic img {
  width: 238px;
  height: 200px;
}

.ny-right-pro li .pic p {
  position: absolute;
  background: url(../Images/bj.png) repeat;
  height: 24px;
  color: #FFF;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0
}

.ny-right-pro li .txt {
  width: 238px;
  margin: 0 auto;
  line-height: 28px;
  height: 48px;
  background: url(../Images/pro_bj.jpg) left top no-repeat;
}

.ny-right-pro li .txt a {
  display: block;
  float: left;
  width: 50%;
  margin-top: 20px;
  text-align: center
}


/*========================插件===========================*/
#preview {
  float: left;
  margin-top: 10px;
  display: inline;
  width: 250px;
}

.jqzoom {
  width: 300px;
  height: 250px;
  border: 1px solid #CCC;
  position: relative;
}

.pro-top {
  width: 766px;
  margin: 0 auto;
  height: 390px;
}

.pro-top-r {
  float: right;
  width: 440px;
  height: 240px
}

.pro-top-r h1 {
  font-size: 14px;
  color: #F00;
  margin-top: 10px;
}

/*jqzoom*/
.list-h li {
  float: left;
}

#spec-n5 {
  width: 300px;
  height: 56px;
  padding-top: 6px;
  overflow: hidden;
}

#spec-left {
  background: url(images/left.gif) no-repeat;
  width: 10px;
  height: 45px;
  float: left;
  cursor: pointer;
  margin-top: 5px;
}

#spec-right {
  background: url(images/right.gif) no-repeat;
  width: 10px;
  height: 45px;
  float: left;
  cursor: pointer;
  margin-top: 5px;
}

#spec-list {
  width: 272px !important;
  float: left;
  height: 62px;
  overflow: hidden;
  margin-left: 2px;
  display: inline;
}

#spec-list ul li {
  float: left;
  margin-right: 0px;
  display: inline;
  width: 62px;
  height: 62px;
}

#spec-list ul li img {
  padding: 2px;
  border: 1px solid #ccc;
  width: 50px;
  height: 50px;
}


.jqzoom {
  position: relative;
  padding: 0;
}

.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 1px;
  left: 0px;
  width: 400px;
  height: 207px;
  background: url(i/loading.gif) #fff no-repeat center center;
  border: 1px solid #e4e4e4;
  display: none;
  text-align: center;
  overflow: hidden;
}

.bigimg {
  width: 500px;
  height: 500px;
}

.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  border: 1px solid #aaa;
  background: #FEDE4F 50% top no-repeat;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
  cursor: move;
}

#spec-list {
  position: relative;
  width: 322px;
  margin-right: 6px;
}

#spec-list div {
  margin-top: 0;
  margin-left: -30px;
  *margin-left: 0;
}

/*===========================================插件END======================================================*/

.proproperty {
  font-size: 16px;
  font-weight: bold;
  color: #373737;
  margin-top: 20px;
  width: 766px;
  border-bottom: 1px solid #e2e2e2;
  height: 30px;
}

.proproperty li {
  float: left;
  height: 30px;
  background-image: url(../Images/t2.jpg);
  cursor: pointer;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 100;
  text-align: center;
  float: left;
  line-height: 30px;
  color: #FFF;
  width: 75px;
}

.proproperty li.cur {
  background-image: url(../Images/t1.jpg);
}

.procontent {
  width: 766px;
  float: right;
  padding: 10px 0;
}

.dispaly {
  display: none
}


.pageleft {
  float: left
}

.pageright {
  float: right
}


.link {
  width: 1000px;
  margin: 20px auto;
  overflow: hidden;
}

.link h4 {
  width: 1000px;
  border-bottom: 1px solid #CCC;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #ed7e15;
}

.link h4 span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  color: #d5d5d5
}

.link-nr {
  width: 1000px;
  float: left;
  padding-top: 5px;
}

.link-nr a {
  padding-right: 5px;
  padding-left: 5px;
  color: #9a9a9a
}

.link-nr a:hover {
  color: #fe3b01
}

/*footer*/
.submenuwrap {
  width: 100%;
  height: 45px;
  background: #000000;
  line-height: 45px;
}

.submenuwrap>div {
  color: #8a8a8a;
  width: 1000px;
  margin: 0 auto;
}

.submenuwrap a {
  text-decoration: none;
}



.footerwrap {
  background: #2d2d2d;
  overflow: hidden;
  color: #8a8a8a;
  padding: 20px 0;
  line-height: 28px;
}

.footer-top {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  color: #8a8a8a
}

.footer-top .foo-L {
  width: 100px;
  float: left;
  font-weight: bold;
  overflow: hidden;
  color: #8a8a8a;
  font-size: 28px;
  padding-left: 10px;
}

.footer-top .foo-C {
  width: 335px;
  overflow: hidden;
  float: left;
}

.footer-top .foo-C-R {
  width: 330px;
  overflow: hidden;
  float: left
}

.footer-top .foo-R {
  width: 175px;
  overflow: hidden;
  text-align: center;
  padding-top: 10px;
  float: right;
  line-height: 32px;
}


/*翻页*/
.pageNavi {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-pagenavi {
  CLEAR: both;
}

.wp-pagenavi A {
  BORDER-RIGHT: #bfbfbf 1px solid;
  PADDING-RIGHT: 5px;
  BORDER-TOP: #bfbfbf 1px solid;
  PADDING-LEFT: 5px;
  PADDING-BOTTOM: 3px;
  MARGIN: 2px;
  BORDER-LEFT: #bfbfbf 1px solid;
  PADDING-TOP: 3px;
  BORDER-BOTTOM: #bfbfbf 1px solid;
  TEXT-DECORATION: none
}

.wp-pagenavi SPAN {
  BORDER-RIGHT: #bfbfbf 1px solid;
  PADDING-RIGHT: 5px;
  BORDER-TOP: #bfbfbf 1px solid;
  PADDING-LEFT: 5px;
  PADDING-BOTTOM: 3px;
  MARGIN: 2px;
  BORDER-LEFT: #bfbfbf 1px solid;
  PADDING-TOP: 3px;
  BORDER-BOTTOM: #bfbfbf 1px solid;
  TEXT-DECORATION: none
}

.wp-pagenavi A:hover {
  BORDER-LEFT-COLOR: #000;
  BORDER-BOTTOM-COLOR: #000;
  BORDER-TOP-COLOR: #000;
  BORDER-RIGHT-COLOR: #000
}

.wp-pagenavi SPAN.current {
  BORDER-LEFT-COLOR: #000;
  BORDER-BOTTOM-COLOR: #000;
  BORDER-TOP-COLOR: #000;
  BORDER-RIGHT-COLOR: #000
}

.wp-pagenavi SPAN.current {
  FONT-WEIGHT: bold
}