@charset "UTF-8";
/*--------------------初始化---------------------*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: '微软雅黑';
}

label.error {
  text-indent: -9999999px;
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

ul,
ol {
  margin: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #000;
}

a:hover {
  text-decoration: none;
}

#edition-cn {
  font-family: '微软雅黑';
}

#edition-en {
  font-family: 'Arial';
}

.fl {
  float: left;
}

.fr {
  float: right;
}

img {
  border: 0;
  display: block;
}

.clearfix {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

/*--------------------dufault---------------------*/
body {
  font-size: 14px;
  font-family: 'Arial';
}

figure {
  margin: 0;
}

.wrap {
  margin: 0 auto;
  width: 1142px;
  min-width: 1142px;
}

.header-block {
  width: 100%;
  height: 117px;
}

/*-----------------------------------------*/
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.button {
  border-radius: 0;
}

/******************************************************* DEFAULT END */
@font-face {
  font-family: 'futurabt';
  src: url("/templets/fonts/futurabt.eot");
  /* IE9 Compat Modes */
  src: url("/templets/fonts/futurabt.eot?#iefix") format("embedded-opentype"), url("/templets/fonts/futurabt.woff") format("woff"), url("/templets/fonts/futurabt.ttf") format("truetype"), url("/templets/fonts/futurabt.svg#futurabt") format("svg");
  /* Legacy iOS */
}

.header {
  background: #fff;
  padding-bottom: 28px;
  z-index: 9999;
  width: 100%;
}

.header .head-top {
  padding-top: 26px;
}

.header .head-top .search {
  border-radius: 5px;
  border: 1px solid #dcdcdc;
}

.header .head-top .search .search-keyword {
  font-size: 12px;
  height: 28px;
  text-indent: 15px;
  border: none;
  outline: none;
  padding-right: 10px;
  width: 156px;
}

.header .head-top .search .search-btn {
  border: none;
  outline: none;
  height: 28px;
  width: 28px;
  background: url("/templets/images/search.jpg") no-repeat left center;
  vertical-align: middle;
}

.header .head-top .login {
  margin-left: 25px;
}

.header .head-top .login .head-member .member-login {
  display: block;
}

.header .head-top .login .head-member .member-exit {
  display: none;
}

.header .head-top .login .head-member.current .member-login {
  display: none;
}

.header .head-top .login .head-member.current .member-exit {
  display: block;
}

.header .head-top .login .ico {
  width: 18px;
  height: 28px;
  margin-right: 10px;
  background: url("/templets/images/ico-person.png") no-repeat left center;
}

.header .head-top .login em {
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  font-style: normal;
}

.header .head-top .login a {
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 1px;
}

.header .head-top .login a:hover {
  color: #00a2df;
}

.header .logo {
  padding: 22px 0 36px;
}

.header .logo a {
  display: block;
  width: 195px;
  height: 58px;
  background: url("/templets/images/logo.png") no-repeat;
  font-size: 0;
  margin: 0 auto;
}

.header .menu > ul > li {
  float: left;
  position: relative;
  margin-right: 30px;
}

.header .menu > ul > li > a {
  line-height: 40px;
  font-size: 16px;
  color: #1f1f1f;
}

.header .menu > ul > li > a:hover, .header .menu > ul > li > a.on {
  color: #00a2df;
}

.header .menu > ul > li ul {
  width: 100%;
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  background: #00a2df;
  z-index: 10;
}

.header .menu > ul > li ul li {
  position: relative;
  border-bottom: 1px solid #01b7fc;
}

.header .menu > ul > li ul li a {
  display: block;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header .menu > ul > li ul li a:hover {
  color: #00a2df;
  background: #fff;
}

.header .menu > ul > li ul li ul {
  left: 100%;
  top: 0;
}

.header .menu > ul > li ul li:nth-last-of-type(1) {
  border-bottom: none;
}

.header .menu > ul li:nth-last-of-type(1) {
  margin-right: 0;
}

.header .tit-menu > ul > li:nth-of-type(2) {
  display: none;
}

.header .tit-menu > ul > li:nth-of-type(3) > ul {
  width: 140px;
  left: -30px;
}

.header .pro-menu a {
  font-weight: bold;
}

.header-block {
  width: 100%;
  height: 120px;
}

/*--------------------轮播图---------------------*/
.index-banner {
  width: 1142px;
  margin: 0 auto;
}

.index-banner .swiper-container {
  width: 100%;
}

.index-banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-banner .swiper-slide img {
  width: 100%;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
}

.index-banner .swiper-button-next {
  right: 55px;
  border-radius: 5px;
  background: url("/templets/images/right.png") rgba(0, 0, 0, 0.1) no-repeat;
  background-size: contain;
}

.index-banner .swiper-button-prev {
  left: 55px;
  border-radius: 5px;
  background: url("/templets/images/left.png") rgba(0, 0, 0, 0.1) no-repeat;
  background-size: contain;
}

.index-banner .swiper-button-next:hover {
  background: url("/templets/images/right.png") rgba(0, 0, 0, 0.2) no-repeat;
  background-size: contain;
}

.index-banner .swiper-button-prev:hover {
  background: url("/templets/images/left.png") rgba(0, 0, 0, 0.2) no-repeat;
  background-size: contain;
}

.index-banner .swiper-pagination-bullet-active {
  background: #00a2df;
}

.index-product {
  width: 1142px;
  margin: 0 auto;
  padding: 60px 0;
}

.index-product .pro-top {
  padding-bottom: 60px;
}

.index-product .left, .index-product .right {
  width: 614px;
}

.index-product .left img, .index-product .right img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index-product .left .tit, .index-product .right .tit {
  position: absolute;
  font-family: 'futurabt';
  font-size: 24px;
  color: #232323;
}

.index-product .left .item:nth-child(1), .index-product .right .item:nth-child(1) {
  margin-bottom: 63px;
}

.index-product .right {
  width: 472px;
}

.index-product a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.index-product a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.index-product .pro1 .tit {
  top: 26%;
  left: 13%;
}

.index-product .pro2 .tit {
  top: 17%;
  right: 11%;
}

.index-product .pro3 .tit {
  top: 24%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.index-product .pro4 .tit {
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.index-product .pro5 .tit {
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-banner {
  width: 100%;
}

.page-banner img {
  width: 100%;
}

.page-title {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  color: #1f1f1f;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 50px;
}

.page-about {
  padding: 60px 0;
}

.page-about .cont img {
  display: inline;
  max-width: 100%;
}

.page-about .cont p {
  line-height: 2;
  word-break: keep-all;
}

.page-about .cont table td {
  padding-right: 30px;
}

.pro-banner img {
  width: 100%;
}

.list-product {
  padding: 60px 0;
}

.list-product .product-left {
  width: 214px;
}

.list-product .product-left a {
  color: #1f1f1f;
}

.list-product .product-left .pro-titlist > li a {
  display: block;
  padding-left: 15px;
  line-height: 40px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

.list-product .product-left .pro-titlist > li a i {
  display: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: url(/templets/images/ico-down.jpg) center center no-repeat;
}

.list-product .product-left .pro-titlist > li > a.on i {
  background: url(/templets/images/ico-top.jpg) center center no-repeat;
}

.list-product .product-left .pro-titlist > li ul {
  display: none;
}

.list-product .product-left .pro-titlist > li ul > li {
  position: relative;
}

.list-product .product-left .pro-titlist > li ul > li a {
  padding-left: 30px;
  border-bottom: 0;
  font-weight: normal;
}

.list-product .product-left .pro-titlist > li ul > li ul {
  display: none;
  position: absolute;
  left: 214px;
  top: 0;
  z-index: 10;
  width: 214px;
  background: #f5f5f5;
}

.list-product .product-left .pro-titlist > li ul > li > .on, .list-product .product-left .pro-titlist > li ul > li:hover > a {
  color: #00a2df;
}

.list-product .product-right {
  width: 864px;
}

.list-product .product-right .pro-title {
  font-size: 24px;
  line-height: 40px;
  color: #1f1f1f;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.list-product .product-right .pro-list {
  min-height: 400px;
}

.list-product .product-right .pro-list li {
  float: left;
  margin-right: 39px;
  width: 262px;
  margin-bottom: 40px;
  position: relative;
}

.list-product .product-right .pro-list li a {
  display: block;
}

.list-product .product-right .pro-list li .pic {
  width: 262px;
  height: 262px;
  overflow: hidden;
  background: #eee;
}

.list-product .product-right .pro-list li .pic img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.list-product .product-right .pro-list li .tit {
  text-align: center;
  line-height: 56px;
  font-size: 16px;
  overflow: hidden;
  color: #1f1f1f;
  background: #fff;
  font-weight: normal;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-product .product-right .pro-list li:nth-child(3n) {
  margin-right: 0;
}

.list-product .product-right .pro-list li:hover .pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

.list-product .product-right .pro-list li:hover .tit {
  color: #00a2df;
}

.list-product .product-right .paging {
  padding-top: 0;
}

.list-product .product-right .pro-r {
  width: 540px;
  padding-left: 70px;
}

.list-product .product-right .pro-r h3 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 54px;
}

.list-product .product-right .pro-r p {
  font-size: 18px;
  line-height: 3;
}

.list-product .product_pic {
  display: inline-block;
  width: 320px;
}

.list-product .product_pic .big-img {
  width: 320px;
  height: 320px;
  border: 1px solid #dbdbdb;
}

.list-product .product_pic .big-img .show {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 320px;
  height: 320px;
  padding: 0;
}

.list-product .product_pic .jqzoom {
  position: relative;
  width: 320px;
  height: 320px;
  display: block;
}

.list-product .product_pic .big-img .show span {
  display: block;
}

.list-product .product_pic .jqzoom .big-box {
  position: relative;
  width: 320px;
  height: 320px;
  display: block;
  background: #eee;
}

.list-product .product_pic .jqzoom img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.list-product .product_pic .smallimg {
  width: 320px;
  height: 70px;
  overflow: hidden;
  position: relative;
}

.list-product .product_pic .smallimg .scrollbtn {
  position: absolute;
  left: 0;
  display: block;
  width: 75px;
  height: 20px;
  border: 1px solid #dbdbdb;
  cursor: pointer;
}

.list-product .product_pic .smallimg .smallImgUp {
  top: 0;
  background: url(../images/arrowtop.png) center center no-repeat;
}

.list-product .product_pic .smallimg .smallImgUp:hover {
  background: #71b200 url(../images/arrowtop_h.png) center center no-repeat;
}

.list-product .product_pic .smallimg .smallImgDown {
  bottom: 0;
  background: url(../images/arrowbot.png) center center no-repeat;
}

.list-product .product_pic .smallimg .smallImgDown:hover {
  background: #71b200 url(../images/arrowbot_h.png) center center no-repeat;
}

.list-product .product_pic .smallimg .imagemenu {
  width: 320px;
  height: 60px;
  display: inline-block;
  position: relative;
  margin-top: 10px;
  overflow: hidden;
}

.list-product .product_pic .smallimg .imagemenu ul {
  position: absolute;
  width: 999em;
  height: 60px;
  top: 0;
}

.list-product .product_pic .smallimg .imagemenu ul li {
  width: 60px;
  height: 60px;
  border: 1px solid #dbdbdb;
  float: left;
  overflow: hidden;
  margin-left: 5px;
}

.list-product .product_pic .smallimg .imagemenu ul li:first-child {
  margin-left: 0;
}

.list-product .product_pic .smallimg .imagemenu ul li a {
  display: table-cell;
  width: 60px;
  height: 60px;
  background: #eee;
  vertical-align: middle;
  text-align: center;
}

.list-product .product_pic .smallimg .imagemenu ul li a img {
  width: 100%;
}

.list-product .product_pic .smallimg .imagemenu ul li.current, .products_article .product_pic .smallimg .imagemenu ul li:hover {
  border-color: #00a2df;
}

.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 380px;
  height: 380px;
  background: #fff;
  border: 1px solid #eee;
  display: none;
  text-align: center;
  overflow: hidden;
}

.zoomdiv .img-box {
  width: 800px;
  height: 800px;
  background: #eee;
}

.zoomdiv .img-box img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background: url(/templets/images/bg_sign071.jpg);
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(Opacity=60);
}

.list-trade {
  padding: 60px 0;
}

.list-trade .list li a {
  display: block;
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: 1px solid #ddd;
}

.list-trade .list li a h3 {
  line-height: 40px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.list-trade .list li a .date {
  line-height: 30px;
  color: #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.list-trade .list li a:hover h3 {
  color: #00a2df;
}

.list-trade .list li a:hover .date {
  color: #999;
}

.art-trade {
  padding: 60px 0;
}

.art-trade #news_con article {
  font-size: 14px;
  line-height: 28px;
}

.art-trade #news_con article .title {
  width: 800px;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  line-height: 28px;
}

.art-trade #news_con article .date {
  font-size: 12px;
  text-align: center;
  color: #aaa;
  margin-top: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.art-trade #news_con article .body {
  width: 900px;
  margin: 50px auto 0;
  min-height: 250px;
}

.art-trade #news_con article .body p {
  line-height: 24px;
  color: #585757;
  font-size: 16px;
}

.art-trade #news_con article .body table {
  border-collapse: collapse;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
}

.art-trade #news_con article .body table td {
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  font-size: 14px;
  height: 36px;
  padding: 10px 5px;
  font-family: "微软雅黑";
  vertical-align: middle;
  text-align: left;
}

.art-trade #news_con article .body table tr:nth-child(1) td {
  text-align: center;
}

.art-trade #news_con article .body table tr:nth-child(2) td:nth-child(1) {
  width: 175px;
}

.art-trade #news_con article .body table tr td:nth-child(2) {
  width: 180px;
}

.art-trade #news_con article .body table tr td:nth-child(3) {
  width: 170px;
}

.art-trade #news_con article .body table tr td:nth-child(4) {
  width: 350px;
}

.art-trade #news_con article .body img {
  max-width: 800px;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.list-cate {
  padding: 60px 0;
}

.list-cate .list li {
  float: left;
  width: 245px;
  margin-right: 52px;
  margin-bottom: 40px;
}

.list-cate .list li .pic {
  border: 1px solid #e1e1e1;
  overflow: hidden;
}

.list-cate .list li .pic img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.list-cate .list li .tit {
  text-align: center;
  line-height: 56px;
  font-size: 16px;
  color: #1f1f1f;
  background: #fff;
  font-weight: normal;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-cate .list li:nth-child(4n) {
  margin-right: 0;
}

.list-cate .list li:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.list-cate .list li:hover .tit {
  color: #00a2df;
}

.list-cate .paging {
  padding-top: 10px;
}

.page-search .product-right {
  width: 100%;
}

.page-search .product-right .pro-list li {
  margin-right: 31px;
}

.page-search .product-right .pro-list li:nth-child(3n) {
  margin-right: 31px;
}

.page-search .product-right .pro-list li:nth-child(4n) {
  margin-right: 0;
}

.page-contact {
  padding-bottom: 50px;
}

.footer {
  padding-top: 50px;
  background: #272727;
}

.footer .foot-t {
  padding-bottom: 60px;
  color: #fff;
}

.footer .foot-t h3.tit {
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
  padding-bottom: 15px;
}

.footer .foot-t .contact {
  width: 300px;
}

.footer .foot-t .contact .address h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}

.footer .foot-t .contact .address p {
  line-height: 24px;
}

.footer .foot-t .contact .person {
  padding: 25px 0;
}

.footer .foot-t .contact .person h4 {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
}

.footer .foot-t .contact .person p {
  line-height: 30px;
}

.footer .foot-t .contact .cont p {
  padding-bottom: 20px;
  line-height: 24px;
}

.footer .foot-t .contact .cont a {
  color: #fff;
}

.footer .foot-t .contact .cont a:hover {
  color: #00a2df;
}

.footer .foot-t .product-nav {
  padding-left: 150px;
}

.footer .foot-t .product-nav .pro-list {
  padding-left: 5px;
}

.footer .foot-t .product-nav .pro-list li {
  margin-bottom: 6px;
}

.footer .foot-t .product-nav .pro-list li a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}

.footer .foot-t .product-nav .pro-list li a:hover {
  color: #00a2df;
}

.footer .foot-t .foot-form {
  width: 346px;
}

.footer .foot-t .foot-form .inp-box {
  position: relative;
}

.footer .foot-t .foot-form .inp-box input {
  width: 100%;
  height: 36px;
  margin-bottom: 15px;
  outline: none;
  border: 0;
  text-indent: 20px;
  background: #2f2f2f;
  color: #fff;
}

.footer .foot-t .foot-form .inp-box textarea {
  color: #fff;
  width: 100%;
  height: 90px;
  outline: none;
  border: 0;
  font-family: 'Arial';
  border: 0;
  line-height: 22px;
  padding: 10px 20px;
  margin-bottom: 15px;
  background: #2f2f2f;
}

.footer .foot-t .foot-form .inp-box label.error {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #f00;
  font-size: 14px;
  display: block !important;
  text-indent: 0;
}

.footer .foot-t .foot-form .coolbg {
  display: block;
  width: 100%;
  border: 0;
  background: #00a2df;
  line-height: 38px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer .foot-t .foot-form .coolbg:hover {
  background: #02b8fc;
  color: #fff;
}

.footer .foot-t .foot-form .info {
  padding-top: 32px;
}

.footer .foot-t .foot-form .info .left {
  width: 131px;
  padding-right: 26px;
  padding-left: 30px;
}

.footer .foot-t .foot-form .info .left img {
  width: 100%;
}

.footer .foot-t .foot-form .info .right {
  padding-top: 10px;
  font-size: 16px;
  color: #fff;
  line-height: 56px;
}

.footer .foot-b {
  background: #151515;
  text-align: center;
  color: #464646;
  line-height: 70px;
  font-size: 12px;
}

.footer .foot-b a {
  color: #464646;
}

/*翻页样式*/
.paging {
  text-align: center;
  padding: 45px 0 0 0;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.paging li {
  display: inline-block;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
}

.paging li a {
  display: inline-block;
  color: #565656;
  border: 1px solid #e3e3e3;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 3px;
  font-size: 12px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.paging li.thisclass a, .paging li:hover a {
  background: #565656;
  color: #fff;
}

.pageinfo {
  letter-spacing: 1px;
}

.pageinfo strong {
  font-family: "Arial";
  font-weight: normal;
  font-size: 14px;
}

.paging li.i a, .paging li.n a, .paging li a.e, .paging li.p a, .paging li.e a {
  text-indent: -9999px;
}

.paging li.i a {
  background: url(../images/paging_btn.png) 7px center no-repeat;
}

.paging li a.e {
  background: url(../images/paging_btn.png) -152px center no-repeat;
}

.paging li.e a {
  background: url(../images/paging_btn.png) -152px center no-repeat;
}

.paging li.p a {
  background: url(../images/paging_btn.png) -32px center no-repeat;
}

.paging li.n a {
  background: url(../images/paging_btn.png) -100px center no-repeat;
}

.paging li.i:hover a {
  background: url(../images/paging_btn_hover.png) 7px center no-repeat #565656;
}

.paging li:hover a.e {
  background: url(../images/paging_btn_hover.png) -152px center no-repeat #565656;
}

.paging li.e:hover a {
  background: url(../images/paging_btn_hover.png) -152px center no-repeat #565656;
}

.paging li.p:hover a {
  background: url(../images/paging_btn_hover.png) -32px center no-repeat #565656;
}

.paging li.n:hover a {
  background: url(../images/paging_btn_hover.png) -100px center no-repeat #565656;
}

.paging table {
  margin: 0 auto;
}

.paging table td {
  margin: 0 auto;
  width: 20px;
  text-align: center;
}

.paging table .info {
  display: none;
}

.paging table .thisclass {
  color: #00a2df;
}

.paging table a:hover {
  color: #00a2df;
}
/*# sourceMappingURL=ccs.css.map */