﻿/* 皮肤 */
/* function*/
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 12px/1.14 "microsoft yahei";
  color: #333;
  outline: 0;
}
body {
  background: #fff;
}
a,
a:hover {
  color: #333;
}
img {
  border:0;
}
/* nav */
.navbar {
  position: relative;
  width: 100%;
  border-top: 6px solid #ef3042;
  background: #ededed;
}
.navbar .container {
  margin: 0 auto;
  padding: 0 15px;
  *zoom: 1;
}
.navbar .container:before,
.navbar .container:after {
  content: "";
  display: table;
}
.navbar .container:after {
  clear: both;
}
.navbar .navbar-header {
  *zoom: 1;
  width: 100%;
  z-index: 50;
}
.navbar .navbar-header:before,
.navbar .navbar-header:after {
  content: "";
  display: table;
}
.navbar .navbar-header:after {
  clear: both;
}
.navbar .navbar-brand {
  float: left;
  display: block;
  padding: 10px 0;
}
.navbar .navbar-brand img {
  vertical-align: middle;
}
.navbar .navbar-toggle {
  display: block;
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 21px;
  margin-bottom: 21px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #ddd;
}
.navbar .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.navbar .icon-bar {
  display: block;
  width: 38px;
  height: 4px;
  border-radius: 1px;
  margin: 6px 3px;
  background: #888;
}
.navbar .navbar-collapse {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 55;
  left: 0;
  background: #ededed;
}
.navbar .navbar-nav li {
  display: block;
  position: relative;
  text-align: center;
  font-size: 0;
}
.navbar .navbar-nav li {
  display: block;
  padding: 0 3px;
}
.navbar .navbar-nav li a {
  line-height: 36px;
  color: #939393;
  font-size: 15px;
}
.navbar .dropdown .dropdown-menu {
  display: none;
  width: auto;
  position: fixed;
  left: -200%;
  top: 0;
}
.navbar .dropdown .dropdown-menu li {
  display: block;
  width: 100%;
  padding: 0;
  z-index: 20;
  text-align: center;
}
.navbar .dropdown .dropdown-menu li a {
  display: block;
  padding: 0 0 0 11px;
  color: #dbe8ff;
}
.navbar .dropdown .dropdown-menu li:last-child {
  border: 0;
}
.navbar .dropdown .dropdown-menu li:hover {
  background: #ef3042;
}
.navbar .dropdown .dropdown-menu li:hover a {
  color: #fff;
}
.navbar .dropdown.open .dropdown-menu {
  display: block;
}
.navbar .select-flag {
  display: none;
}
.navbar .home span {
  background: #ef3042;
}
.navbar .home span a {
  color: #fff;
}
.navbar .active span {
  background: #ef3042;
}
.navbar .active span a {
  color: #fff;
}
.navbar .collapse {
  display: block;
  position: absolute;
}
@media (min-width: 768px) {
  .navbar .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .navbar .container {
    width: 955px;
  }
  .navbar .navbar-header {
    float: left;
    width: auto;
  }
  .navbar .navbar-brand {
    float: left;
  }
  .navbar .navbar-toggle {
    display: none;
  }
  .navbar .navbar-collapse {
    position: relative;
    display: block;
    background: none;
  }
  .navbar .navbar-nav {
    float: right;
  }
  .navbar .navbar-nav li {
    float: left;
    height: 82px;
  }
  .navbar .navbar-nav li a {
    padding: 30px 2px 5px 2px;
    display: inline-block;
    vertical-align: top;
  }
  .navbar .navbar-nav li a:hover{
   background:#f00;
   color:#fff;
  }
  .navbar .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    width: 205px;
    top: 82px;
    left: 50%;
    margin: 0 0 0 -102px;
  }
  .navbar .dropdown .dropdown-menu li {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0;
    z-index: 20;
    text-align: left;
    border-bottom: 1px solid #e0e1e1 ;
    background: rgba(255, 255, 255, 0.9);
  }
  .navbar .dropdown .dropdown-menu li a {
    display: block;
    padding: 0 0 0 11px;
    color: #555555;
    line-height: 30px;
  }
  .navbar .dropdown .dropdown-menu li:last-child {
    border: 0;
  }
  .navbar .dropdown .dropdown-menu li:hover {
    background: #ef3042;
  }
  .navbar .dropdown .dropdown-menu li:hover a {
    color: #fff;
  }
  .navbar .dropdown.open .dropdown-menu {
    display: block;
  }
  .navbar .select-flag {
    display: block;
    float: left;
    width: 132px;
    height: 26px;
    line-height: 26px;
    margin: 32px 10px 0;
    background: #fff;
    position: relative;
    *zoom: 1;
  }
  .navbar .select-flag:before,
  .navbar .select-flag:after {
    content: "";
    display: table;
  }
  .navbar .select-flag:after {
    clear: both;
  }
  .navbar .select-flag .lower {
    cursor: pointer;
    z-index: 100;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 17px;
    display: block;
    overflow: hidden;
    height: 10px;
  }
  .navbar .select-flag .up:before {
    content: '';
    height: 8px;
    width: 8px;
    display: block;
    border: 2px solid #bbb;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    bottom: 3px;
    left: 3px;

  }
  .navbar .select-flag .dp:before {
    content: '';
    height: 8px;
    width: 8px;
    display: block;
    border: 2px solid #bbb;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .navbar .select-flag ul {
    *zoom: 1;
    background: #fff;
  }
  .navbar .select-flag ul:before,
  .navbar .select-flag ul:after {
    content: "";
    display: table;
  }
  .navbar .select-flag ul:after {
    clear: both;
  }
  .navbar .select-flag li {
    position: relative;
    height: 26px;
    width: 116px;
    padding: 0 8px;
    z-index: 1;
    text-align: left;
  }
  .navbar .select-flag li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    height: 26px;
    line-height: 26px;
    color: #bbb;
    font-size: 16px;
  }
  .navbar .select-flag li img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 7px 0 0;
    height: 16px;
  }
}
@media (min-width: 1200px) {
  .navbar .container {
    width: 1170px;
  }
  .navbar .navbar-collapse {
    display: block;
  }
  .navbar .navbar-nav li {
    height: 82px;
  }
  .navbar .navbar-nav li a {
    padding: 30px 12px 5px 12px;
    display: inline-block;
    vertical-align: top;
  }
  .navbar .navbar-nav .select-flag li {
    height: 26px;
  }
  .navbar .dropdown-menu li {
    margin: 0;
  }
}
/* end nav */
/* 分会场版头 */
.about-banner {
  width: 100%;
  height: auto;
}
.about-banner img {
  margin: 0px auto;
  max-width: 100%;
  height: auto;
  display: block;
}
/* search */
.search {
  position: relative;
  background: #363636;
  width: 100%;
}
.search .container {
  width: 260px;
  padding: 14px 0;
  margin: 0 auto;
  position: relative;
}
.search .container .search-icon {
  width: 45px;
  height: 37px;
  position: absolute;
  top: 14px;
  left: 0;
}
.search .container .search-ipt {
  *zoom: 1;
}
.search .container .search-ipt:before,
.search .container .search-ipt:after {
  content: "";
  display: table;
}
.search .container .search-ipt:after {
  clear: both;
}
.search .container .search-ipt input {
  width: 145px;
  height: 37px;
  padding: 0 8px 0 45px;
  border: 0;
  font-size: 16px;
  background: #fff;
  float: left;
  color: #cccccc;
}
.search .container .search-ipt button {
  background: #ef3042;
  width: 60px;
  height: 37px;
  border: 0;
  float: left;
  position: relative;
}
.search .container .search-ipt button:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 22px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  border-right: 9px solid transparent;
  transform: rotate(90deg);
}
.search .container .search-ipt button:after {
  content: '';
  position: absolute;
  top: 16px;
  left: 20px;
  width: 0;
  height: 0;
  margin: -1px 0 0;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #ef3042;
  border-right: 9px solid transparent;
  transform: rotate(90deg);
}
.search .container .seach-title {
  position: absolute;
  top: 19px;
  left: 0;
  width: 40%;
  height: 70px;
  background: #363636;
  color: #fff;
  text-align: left;
  padding-top: 20px;
}
.search .container .seach-title h2 {
  padding-left: 20%;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}
.search .container .seach-title i {
  padding-left: 20%;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .search .container {
    width: 460px;
  }
  .search .container .search-ipt input {
    width: 345px;
  }
}
@media (min-width: 992px) {
  .search .container {
    width: 560px;
  }
  .search .container .search-ipt input {
    width: 445px;
  }
}
@media (min-width: 1200px) {
  .search .container {
    width: 760px;
  }
  .search .container .search-ipt input {
    width: 645px;
  }
}
/* end search */
/* 分会场左侧导航 */
.g-sidebar {
  width: 22%;
  float: left;
  *display: inline;
  margin-left: 2%;
}
.g-sidebar h3 {
  width: 100%;
  font-size: 23px;
  font-weight: normal;
  line-height: 60px;
  border-top: 6px solid #ef3042;
  background: #fff;
  text-align: center;
  margin-top: -3px;
}
.g-sidebar .list {
  width: 98%;
  margin-top: 2%;
}
.g-sidebar .list .title {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  padding: 17px 0 17px 20px;
  background: url(../images/icon/hl_left.png) no-repeat left center;
  cursor: pointer;
  border-bottom: 1px solid #e3e3e3;
  display: block;
}
.g-sidebar .list .titletwo {
  line-height: 20px;
  background-position: left 17px;
}
.g-sidebar .list .active {
  color: #ef3042;
  background: url(../images/icon/hl_down.png) no-repeat left 20px;
}
.g-sidebar .list li {
  padding-left: 26px;
  margin-top: 13px;
  display: none;
}
.g-sidebar .list li a {
  background: url(../images/icon//hl_fire.png) no-repeat left center;
  padding-left: 16px;
  font-size: 13px;
  line-height: 16px;
  color: #999;
}
.g-sidebar .list li a:hover {
  color: #2c2b2b;
}
.g-sidebar .hot {
  width: 100%;
  padding-top: 80px;
}
.g-sidebar .hot .hot-list li {
  font-size: 20px;
  line-height: 20px;
  color: #999;
  padding: 17px 0 17px 26px;
  background: url(/Content/C_IMG/m117/hl_fire.png) no-repeat left center;
  cursor: pointer;
  border-bottom: 1px solid #e3e3e3;
  margin-left: 2%;
}
@media screen and (max-width: 1004px) and (min-width: 960px) {
  .g-sidebar h3 {
    font-size: 23px;
    line-height: 60px;
  }
  .g-sidebar .list .title {
    font-size: 16px;
    line-height: 16px;
  }
  .g-sidebar .list li a {
    font-size: 14px;
  }
  .g-sidebar .hot .hot-list li {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .g-sidebar {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  .g-sidebar .hot {
    padding-top: 30px;
  }
}
@media screen and (max-width: 640px) and (min-width: 480px) {
  .g-sidebar {
    float: none;
    width: 89%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) and (min-width: 320px) {
  .g-sidebar {
    float: none;
    width: 89%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 990px) {
  .g-sidebar {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
}
/* footer */
footer {
  /*.clearfix();*/
  padding-top: 20px;
  background: #161616;
}
footer .container {
  *zoom: 1;
  max-width: 1200px;
  padding: 25px 0 25px 0;
  margin: 0 auto;
}
footer .container:before,
footer .container:after {
  content: "";
  display: table;
}
footer .container:after {
  clear: both;
}
footer .col {
  float: left;
  *display: inline;
  width: 242px;
  height: 240px;
  padding-left: 20px;
  margin: 0 0 40px 2.5%;
  border-left: 1px solid #383838;
  color: #ef3042;
}
footer .logo-brand {
  display: block;
  width: 100%;
}
footer .logo-brand img {
  vertical-align: middle;
  max-width:242px;
}
footer .logo-txt {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 10px;
  color: #565656;
}
footer .pro-title {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  border-left: 1px solid #ef3042;
  line-height: 1.5;
  margin-bottom: 27px;
  margin-left: -21px;
  padding-left: 20px;
}
footer .contact-list {
  /*.clearfix();*/
}
footer .contact-list li {
  /*clearfix();*/
  width: 262px;
  margin: 0 0 16px;
  color: #565656;
}
footer .contact-list .m-icon {
  float: left;
  display: inline-block;
  width: 24px;
  height: 21px;
  background: url("../images/icon/foot_icon.png") no-repeat 0 0;
  vertical-align: middle;
}
footer .contact-list .add {
  background-position: 0 0;
}
footer .contact-list .tel {
  background-position: 0 -22px;
}
footer .contact-list .mail {
  background-position: 0 -44px;
}
footer .contact-list .txt {
  float: left;
  width: 216px;
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
}
footer .contact-list .txt a {
  color: #565656;
}
footer .contact-list .txt a:hover {
  color: #ef3042;
}
footer .cate-list {
  margin: -12px 0 0;
}
footer .cate-list li {
  position: relative;
  width: 262px;
  height: 39px;
  line-height: 39px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}
footer .cate-list li a {
  position: relative;
  color: #565656;
  padding: 0 0 0 10px;
}
footer .cate-list li a:hover {
  color: #9b9b9b;
}
footer .cate-list li a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin: -3px 0 0;
  border-top: 3px solid transparent;
  border-left: 5px solid #ef3042;
  border-bottom: 3px solid transparent;
}
footer .cate-list li a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -2px;
  width: 0;
  height: 0;
  margin: -3px 0 0;
  border-top: 3px solid transparent;
  border-left: 5px solid #161616;
  border-bottom: 3px solid transparent;
}
footer .qr-wrap {
  display: inline-block;
}
footer .qr-wrap img {
  padding: 4px;
  border: 1px solid #343434;
  max-width: 184px;
  max-height: 184px;
    }
footer .col:first-child {
  border: 0;
}
@media screen and (max-width: 1200px) and (min-width: 570px) {
  footer .container {
    max-width: 580px;
  }
  footer .col {
    margin: 0 0 40px 4%;
  }
}
@media screen and (max-width: 570px) {
  footer .container {
    max-width: 270px;
  }
}
footer .foottext {
  position: relative;
  background: #2a2a2a;
  padding: 30px 0 24px;
  font-size: 12px;
}
footer .copyright {
  float: left;
  color: #727272;
}
footer .foot-nav {
  float: right;
}
footer .foot-nav li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
footer .foot-nav li a {
  color: #727272;
}
footer .foot-nav li a:hover {
  color: #ef3042;
}
footer .foot-nav li:before {
  position: absolute;
  top: 50%;
  right: 1px;
  margin: -4px 0 0;
  content: '';
  width: 0;
  height: 7px;
  border-right: 1px solid #000;
}
footer .foot-nav li:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -4px 0 0;
  content: '';
  width: 0;
  height: 7px;
  border-right: 1px solid #565656;
}
footer .foot-nav li:last-child:before {
  display: none;
}
footer .foot-nav li:last-child:after {
  display: none;
}
@media screen and (max-width: 1200px) {
  footer .foottext .copyright {
    padding-left: 10px;
  }
  footer .foottext .foot-nav {
    padding-top: 10px;
  }
}
footer .back-btn {
  position: absolute;
  top: -17px;
  left: 50%;
  margin: 0 0 0 -17px;
  display: block;
  width: 34px;
  height: 34px;
  background: #ef3042;
  transform: rotate(45deg);
}
footer .back-btn:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 7px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  border-right: 9px solid transparent;
  transform: rotate(-45deg);
}
footer .back-btn:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 9px;
  width: 0;
  height: 0;
  margin: -1px 0 0;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #ef3042;
  border-right: 9px solid transparent;
  transform: rotate(-45deg);
}
/* end footer */
.table{border-collapse:collapse;}
.table td, .table th{border:1px solid #cdcdcd;padding:5px;}
.table p{padding:0;margin:0;}

/*feedback*/
.feedback {clear:both;margin:0px auto;padding:0px;margin:20px 0px 0px 0px;}
.submita {margin:16px auto;display:inline-block;padding:0 18px!important;line-height:22px;background:#ff9c00;border:0px;height:24px;color:#FFF;cursor:pointer;font-size:16px;}
.xh {color:#f00;padding:0 3px;}
#feedbackForm {margin:20px 0px 0px 0px;}
#feedbackForm .text {width:300px;height:26px;margin:10px 0px 0px 0px;font-size:12px;line-height:26px;padding:0px 0px 0px 5px;border:1px solid #ccc; background:none;}
#feedbackForm .short{width:145px;height:26px;margin:10px 10px 0px 0px;font-size:12px;line-height:26px;padding:0px 0px 0px 5px;border:1px solid #ccc; background:none;float:left;}
#feedbackForm img{float:left;width:145px;height:28px;margin: 10px 0px 0px 0px;cursor:pointer;}
#feedbackForm label{margin:10px 20px 0 0;display: inline-block;}
#feedbackForm .lable {padding:10px 12px 0px 0px;line-height:30px;height:30px;text-align:right;}
#feedbackForm .atextarea {float:left;border:1px solid #ccc;height:100px;width:305px;ont-size:12px;margin-top:10px;line-height:24px;color:#666; background:none;}
#feedbackForm .smtcss {padding-right:112px;text-align:left;}
.footlinks {width:100%;text-align:center;margin: 0px auto;color:#666;line-height:20px;background: #2a2a2a;padding-bottom: 15px;}
.footlinks span { color:#666;}
.footlinks a { color:#666;}
.gjc { width:1200px; margin:0px auto; color:#666; line-height:20px;}
.gjc a {color:#666; line-height:20px;}
.e_mobile {display: inline-block;height:25px;line-height:25px;background:url(../images/icon/emobile.png) 0px -50px no-repeat;text-indent:25px;}
.YqbYears {
  vertical-align: middle;
  margin-top: -6px;
  display: inline-block;
}

/* product-deta
----------------------------------------------------------------------------------- */
.product-deta{padding:36px 0;overflow:hidden;border-top:1px solid #f0f0f0;}
.product-deta h3{display:block;eight:84px;text-align:center;line-height:84px;font-size:20px;color:#333;}
.product-deta .slideBox{width:600px;height:600px;margin:0 auto;position:relative;}
.product-deta .slideBox .bd,.product-deta .slideBox .bd ul li{width:600px;height:600px;overflow:hidden;}
.product-deta .slideBox .bd,.product-deta .slideBox .bd ul li img{width:600px;}
.product-deta .slideBox .hd{width:600px;height:80px;position:absolute;left:0;bottom:0;overflow:hidden;text-align:center;}
.product-deta .slideBox .hd ul{display:inline-block;}
.product-deta .slideBox .hd ul li{width:6px;height:6px;border-radius:50%;background-color:#fff;border:2px solid #d0d0d0;float:left;margin:35px 3px;cursor:pointer;}
.product-deta .slideBox .hd ul li.on{width:12px;height:12px;background-color:#fc6b21;border:none;margin:33px 3px;}
.product-deta .slideBox a.prev{display:block;width:13px;height:23px;padding:18px 24px;position:absolute;left:-160px;top:50%;margin-top:-30px;}
.product-deta .slideBox a.next{display:block;width:13px;height:23px;padding:18px 24px;position:absolute;right:-160px;top:50%;margin-top:-30px;}
.product-deta .slideBox a:hover svg path{fill:#999;transition: all .4s;}
.product-deta h4.introduce-title{width:1200px;height:60px;background-color:#f5f5f5;overflow:hidden;font-size:18px;color:#333;text-indent:44px;line-height:60px;margin:40px auto;border-radius:4px;}
.product-deta .introduce{width:890px;line-height:26px;padding:0 155px 100px 155px;margin:0 auto;overflow:hidden;}

.paging{text-align:center;height:20px;overflow:hidden;padding-bottom:30px;margin-top:30px;}
.paging strong{display:inline-block;overflow:hidden;height:20px;}
.paging strong a{float:left;display:block;}
.paging strong a.dir{width:46px;overflow:hidden;height:18px;border:1px solid #e5e5e5;line-height:18px;color:#999;margin:0 4px;}
.paging strong a.dir:hover{color:#fff;background-color:#664300;border:none;height:20px;width:48px;}
.paging strong a.page-num{width:18px;height:18px;border:1px solid #e5e5e5;line-height:18px;font-family:"宋体";color:#999;margin:0 4px;}
.paging strong a.this,.paging strong a.page-num:hover{width:20px;height:20px;color:#fff;background-color:#664300;border:none;}
