﻿@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: #e60012;
}

/* 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;
}
/* form */
textarea,
input {
  word-wrap: break-word;
  word-break: break-all;
}
textarea,
input {
  vertical-align: middle;
  font-size: 12px;
  outline: none;
}

/*返回顶部*/
.totop {
  position: fixed;
  right: 50%;
  margin-right: -628px;
  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;
}

.headtopWrap {
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid #e6e6e6;
  border-top: 2px solid #d9251b;
}
.headtopWrap .headtop {
  position: relative;
  width: 1200px;
  font-size: 14px;
  margin: 0 auto;
  color: #999999;
}
.headtopWrap .headtop .right {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
}
.headtopWrap .headtop .right a {
  font-size: 14px;
  color: #999999;
  margin: 0 10px;
}
.headtopWrap .headtop .right a:hover {
  color: #e60012;
}
/*网站头部*/
.top-T_Wrap {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: auto;
  height: 221px;
  background: #fff;
  -moz-box-shadow: 0 0 20px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 20px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 20px rgba(128, 128, 128, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.top-Tbox {
  height: 179px;
  background: url(../Images/topbj.jpg) center center no-repeat;
  position: relative;
}

.top-T {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 1200px;
  margin: 0 auto;
  height: 129px;
  background: url(../Images/logo.png) left center no-repeat;
  background-size: 572px;
  position: relative;
}

.top-T .tel {
  height: 129px;
  background: url(../Images/tel.png) right center no-repeat;
  width: 269px;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
/***********nav*******/

.nav {
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1200px;
  height: 50px;
  margin: auto;
}
.nav li {
  float: left;
  text-align: center;
  position: relative;
}
.nav li > a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 50px;
  height: 50px;
  width: 150px;
  text-align: center;
  font-size: 16px;
  color: #1a1a1a;
  display: block;
  position: relative;
}
.nav li > a span {
  position: relative;
  z-index: 10;
}
.nav li > a:hover,
.nav li > .cur {
}

.ProBoxWrap {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  top: 50px;
  -moz-box-shadow: 0 0 20px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 20px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0px 5px rgba(128, 128, 128, 0.1);
}
.ProBoxWrap .ProBox {
  margin: 0 auto;
  background: #fff;
  padding: 0 0;
}
.ProBoxWrap .ProBox .T {
}
.ProBoxWrap .ProBox .T a {
  display: block;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  position: relative;
}
.ProBoxWrap .ProBox .T a:hover {
  font-weight: bold;
}
/*.nav li:hover .ProBoxWrap{ display:block}
*/

.nav li > a:hover:after,
.nav li > .cur:after,
.nav li:hover > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 70px;
  height: 3px;
  z-index: 5;
  background: url(../Images/dian.jpg) center bottom repeat-x;
}

/*.HeadFixed{ height:160px}
.HeadFixed .top-T{ background-size:200px; height:70px}
.HeadFixed .right{ top:-110px}

.HeadFixed .top-Tbox{ height:100px}*/

/*搜索*/

.search_R {
  width: 340px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 0;
  height: 30px;
  background: url(../Images/search.png) center center no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}
.search_R .search01-box {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 240px;
  height: 30px;
  border: 0;
  font-size: 14px;
  padding-left: 10px;
  background: none;
  color: #999;
  line-height: 30px;
  float: left;
}
.search_R .search01-an {
  width: 90px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  cursor: pointer;
  border: 0;
}
/*********************************公共头部结束*******************************/
/*首页样式*/
.mininban {
  width: 100%;
  height: 150px;
  background: url(../Images/nybanner.jpg) center center no-repeat;
  overflow: hidden;
  text-align: center;
}
.inban {
  width: 100%;
  height: 700px;
  overflow: hidden;
  text-align: center;
}
.mainbanner {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.mainbanner_window {
  left: 50%;
  width: 2000px;
  height: 100%;
  overflow: hidden;
  margin-left: -1000px;
  position: absolute;
}
.mainbanner_window ul {
  width: 999999px;
  height: 100%;
  position: relative;
}
.mainbanner_window li {
  background: #fff;
  width: 2000px;
  text-align: center;
  font-size: 0px;
  float: left;
  display: inline;
}
.mainbanner_list {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 15px;
  height: 10px;
  position: absolute;
}
.mainbanner_list li {
  height: 30px;
  overflow: hidden;
  margin: 0 10px;
  display: inline-block;
}
.mainbanner_list a {
  width: 40px;
  height: 5px;
  line-height: 12px;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  background: #fff;
}
.mainbanner_list li.active a {
  background: #f11b27;
  text-decoration: none;
}
.mainbanner_list li a:hover {
  background: #f11b27;
  text-decoration: none;
}

.pro_Title {
  text-align: center;
}

.search {
  width: 230px;
  height: 30px;
  background: url(../Images/search.png) center center no-repeat;
  position: absolute;
  right: 330px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.search .inputh {
  width: 220px;
  height: 30px;
  padding-left: 10px;
  border: 0;
  background: none;
}
.search .btn {
  position: absolute;
  right: 0;
  width: 40px;
  height: 30px;
  border: 0;
  background: none;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

/*产品中心*/
.proWrap {
  overflow: hidden;
}
.proWrap .pro_Title {
  padding: 60px 0 20px;
}
.proWrap .Box {
  width: 1230px;
  margin: 0 auto;
}
.proWrap .picList {
  overflow: hidden;
}
.proWrap .picList li {
  width: 410px;
  float: left;
  padding: 20px 0;
}
.proWrap .picList li .img {
  width: 370px;
  -moz-box-shadow: 0 2px 15px rgba(128, 128, 128, 0.3);
  -webkit-box-shadow: 0 2px 15px rgba(128, 128, 128, 0.3);
  box-shadow: 0 2px 15px rgba(128, 128, 128, 0.3);
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.proWrap .picList li .img a {
  width: 370px;
  height: 370px;
  display: block;
  position: relative;
}
.proWrap .picList li .img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.proWrap .picList li .txt {
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding-right: 130px;
  background: url(../Images/more.png) right center no-repeat;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 15px;
  color: #000000;
}

.proWrap .Box .bd {
  position: relative;
}
.proWrap .Box .bd .next,
.Box .bd .prev {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
.proWrap .Box .bd .prev {
  right: -80px;
  background: url(../Images/right.png) left center no-repeat;
}
.proWrap .Box .bd .next {
  left: -80px;
  background: url(../Images/left.png) left center no-repeat;
}
.proWrap .Box .scrollWrap {
  overflow: hidden;
}
.proWrap .Box ul {
  overflow: hidden;
  zoom: 1;
}

/**行业应用**/
.hyWrap {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto 50px;
  position: relative;
}
.hyWrap .pro_Title {
  padding: 30px 0 40px;
}
.hyWrap .Box {
  width: 840px;
}
.hyWrap .hypicList {
  overflow: hidden;
}
.hyWrap .hypicList li {
  width: 280px;
  float: left;
}
.hyWrap .hypicList li a {
  width: 270px;
  overflow: hidden;
  height: 210px;
  margin: 0 auto;
  position: relative;
  display: block;
}
.hyWrap .hypicList li a img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.hyWrap .Box ul {
  overflow: hidden;
  zoom: 1;
}
.hyWrap .box_right {
  width: 330px;
  background: url(../Images/more02.png) left bottom no-repeat;
  padding-bottom: 80px;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 30px;
  display: block;
  color: #4c4c4c;
}
.hyWrap .box_right strong {
  display: block;
  font-size: 16px;
  color: #d9251b;
  line-height: 35px;
}
.hyWrap .hd ul {
  overflow: hidden;
  zoom: 1;
  text-align: center;
  margin: 10px 0;
  zoom: 1;
}
.hyWrap .hd ul li {
  display: inline-block;
  width: 50px;
  height: 5px;
  overflow: hidden;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background: #cccccc;
}
.hyWrap .hd ul li.on {
  background: #d9251b;
}

/**公司简介**/
.aboutWrap {
  width: auto;
  height: 447px;
  overflow: hidden;
  background: url(../Images/aboutbj.jpg) center center no-repeat;
}
.aboutWrap .about {
  width: 1200px;
  margin: 0 auto;
  height: 680px;
  position: relative;
}
.aboutWrap .about .pro_Title {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
}
.aboutWrap .about .about_top {
  width: 640px;
  position: absolute;
  right: 50px;
  top: 150px;
  background: url(../Images/protitle01.png) left top no-repeat;
  padding-top: 75px;
  display: block;
  line-height: 30px;
  color: #808080;
  font-size: 14px;
}
.aboutWrap .about .about_top span {
  color: #d9251b;
  padding-left: 10px;
}
.aboutWrap .about .video {
  width: 420px;
  position: absolute;
  left: 40px;
  top: 130px;
  height: 250px;
  display: block;
}

/*新闻中心*/
.newsbt {
  text-align: center;
  padding: 40px 0;
}
.news {
  width: 1230px;
  margin: 0 auto 40px;
  position: relative;
  overflow: hidden;
}
.news .news_list {
  overflow: hidden;
}
.news .news_list li {
  width: 410px;
}
.news .news_list li a {
  display: block;
  font-size: 14px;
  position: relative;
  line-height: 24px;
  padding: 0 20px;
  color: #808080;
}
.news .news_list li a p {
  border-bottom: 1px solid #e6e6e6;
  font-size: 30px;
  font-family: "Arial, Helvetica, sans-serif";
  line-height: 30px;
}
.news .news_list li a p span {
  display: block;
  color: #808080;
  font-size: 16px;
}
.news .news_list li a strong {
  display: block;
  color: #4c4c4c;
  font-weight: normal;
  font-size: 16px;
  color: #343434;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin: 9px 0 4px;
  position: relative;
}
.news .news_list li a .content {
  height: 45px;
  line-height: 24px;
  overflow: hidden;
}

/*内页样式*/
.right-bt {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
}
.right-bt .nybtL {
  width: 210px;
  color: #e60012;
  font-weight: bold;
  float: left;
  height: 40px;
  font-size: 16px;
  overflow: hidden;
}
.right-bt .nybtR {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  color: #737373;
}
.right-bt a {
  color: #737373;
}
.right-bt a:hover {
  color: #e60012;
}

.ny-right-about {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0 40px;
}

.ny-right-news {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
.ny-right-news li {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px dashed #ccc;
  position: relative;
}
.ny-right-news li a {
  background: url(../Images/j.jpg) left center no-repeat;
  font-size: 14px;
  padding-left: 15px;
}
.ny-right-news li span {
  color: #737373;
  position: absolute;
  right: 0;
  top: 0;
}
.ny-right-news ul {
  margin-bottom: 20px;
}

.ny-right-news h1 {
  font-size: 16px;
  width: 1200px;
  text-align: center;
}
.ny-right-news h6 {
  border-bottom: 1px dashed #ccc;
  width: 1200px;
  font-weight: normal;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #737373;
}
.ny-news-nr {
  width: 1200px;
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 20px;
}

/*荣誉*/
.ny-right-honor {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}
.ny-right-honor li {
  width: 237px;
  margin-bottom: 20px;
  line-height: 32px;
  float: left;
}
.ny-right-honor li .pic {
  width: 220px;
  height: 220px;
  position: relative;
  margin: 0 auto;
  border: 1px solid #f4f4f4;
}
.ny-right-honor li .pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.ny-right-honor li .txt {
  width: 220px;
  margin: 0 auto;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.ny-right-honor li .txt a {
  color: #919191;
  font-size: 14px;
}
.ny-right-honor li .txt a:hover {
  color: #e60012;
}

/*内页****产品****样式*****/
.ny-right-pro {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}
.ny-right-pro li {
  width: 300px;
  margin-bottom: 20px;
  line-height: 32px;
  float: left;
}
.ny-right-pro li .pic {
  width: 280px;
  position: relative;
  margin: 0 auto;
  border: 1px solid #f4f4f4;
}
.ny-right-pro li .pic img {
  width: 100%;
}
.ny-right-pro li .txt {
  width: 280px;
  margin: 0 auto;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.ny-right-pro li a {
  display: block;
  color: #919191;
  font-size: 14px;
}
.ny-right-pro li a:hover {
  color: #e60012;
}

.jqzoom {
  width: 1200px;
  margin: 10px auto;
  text-align: center;
}
.jqzoom img {
  border: 1px solid #f4f4f4;
  width: 400px;
}
.ny-right-about h1 {
  width: 1200px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.jqzoom_A embed {
  width: 700px;
  height: 500px;
}
/*========================插件===========================*/
#preview {
  float: left;
  margin-top: 10px;
  display: inline;
  width: 250px;
}

.pro-top {
  width: 950px;
  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======================================================*/

.jqzoom_A {
  width: 1200px;
  margin: 10px auto;
  text-align: center;
}
.jqzoom_A img {
  border: 1px solid #ccc;
  max-width: 550px;
}

.protitle {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}

.proproperty {
  font-size: 16px;
  margin-top: 20px;
  width: 1200px;
  border-bottom: 1px solid #e2e2e2;
  height: 40px;
}
.proproperty li {
  float: left;
  font-weight: bold;
  color: #6b6b6b;
  font-size: 16px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  float: left;
  margin-right: 25px;
  line-height: 40px;
  width: 75px;
}
.proproperty li.cur {
  color: #e60012;
}
.procontent {
  width: 1200px;
  overflow: hidden;
  padding: 10px 0;
}
.dispaly {
  display: none;
}

.pageleft {
  float: left;
}
.pageright {
  float: right;
}

.linkWrap {
  width: 100%;
  background: #f5f5f5;
  overflow: hidden;
  height: 150px;
}
.linkWrap .link {
  background: url(../Images/link.png) left center no-repeat;
  height: 100px;
  width: 970px;
  margin: 0 auto;
  color: #808080;
  position: relative;
  overflow: hidden;
  padding: 50px 0 0 230px;
}
.linkWrap .link a {
  color: #b1b1b1;
  font-size: 14px;
  margin-right: 10px;
}
.linkWrap .link a:hover {
  text-decoration: underline;
  color: #e60012;
}

/*footer*/
.footerwrap {
  background: #000000;
  position: relative;
  width: 100%;
}
.footerwrap .foter {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 60px 0 40px;
  overflow: hidden;
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}
.footerwrap .foter .contact {
  background: url(../Images/logo02.png) left center no-repeat;
  padding-left: 300px;
}
.footerwrap .foter .contact span {
  padding-left: 30px;
}
.footerwrap .foter .ewm {
  position: absolute;
  right: 0;
  bottom: 40px;
}
.footerwrap .subnav {
  text-align: center;
  position: relative;
}
.footerwrap .subnav p {
  display: inline-block;
  padding: 0 40px;
}
.footerwrap .subnav p a {
  color: #808080;
  line-height: 60px;
  height: 60px;
  font-size: 16px;
}
.footerwrap .subnav p a:hover {
  color: #f11b27;
}
.copyWrap {
  width: auto;
  background: #000;
  border-top: 1px solid #333333;
}
.copy {
  width: 1200px;
  margin: 0 auto;
  color: #4c4c4c;
  line-height: 50px;
  font-size: 14px;
  position: relative;
}
.copy a {
  color: #4c4c4c;
  font-size: 14px;
}
.copy a:hover {
  text-decoration: underline;
}
.copy .Technical {
  position: absolute;
  right: 0;
  top: 0;
}

/*翻页*/
.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;
}

/*漂浮*/
.float-contact-mini {
  position: absolute;
  right: 1px;
  top: 30%;
  z-index: 100;
}
.float-contact-mini a {
  background: url("../images/sprites.png") no-repeat scroll 0 0 transparent;
  color: #ffffff !important;
  display: block;
  height: 65px;
  line-height: 110%;
  padding: 46px 5px 0;
  text-align: center;
  text-decoration: none !important;
  width: 18px;
}
.float-contact {
  display: none;
  position: absolute;
  right: 1px;
  top: 28%;
  width: 190px;
}
.float-contact .close {
  background: url("../images/sprites.png") no-repeat scroll -29px 0 transparent;
  color: #ffffff !important;
  display: block;
  height: 31px;

  line-height: 31px;
  padding-left: 22px;
}
.float-contact .container {
  background: #ffffff;
  border-color: #e3e3e3;
  padding: 10px;
}
.float-contact .container {
  border-style: solid;
}
.float-contact .qq {
}
.float-contact .qqtitle {
}
.float-contact .qq .btn {
}
.float-contact .qq .btn li {
  line-height: 30px;
}
/*.float-contact .qq .btn li a{ border:1px solid #e6e6e6; margin:10px auto 0; display:block}*/
.float-contact .myqqlink {
  background: url("../images/qqpf.png") repeat-x left center;
  color: #ffffff;
  font-size: 16px;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
