﻿@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: #757575;
  font-size: 12px;
  line-height: 24px;
  font-family: "微软雅黑";
  background: #FFF;
}

i,
em,
cite {
  font-style: normal;
}

/* a */
a {
  color: #757575;
  font-size: 12px;
  /*-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;*/
  text-decoration: none;
}

a:hover {
  color: #009b4d;
}

/* form */
textarea,
input {
  word-wrap: break-word;
  word-break: break-all;
}

textarea,
input {
  vertical-align: middle;
  font-size: 12px;
  outline: none
}

iframe {
  border: 0
}

/* li */
ul,
li {
  list-style-type: none;
}

/* img */
body 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;
}


/*网站头部*/
.top-T_Wrap {
  width: auto;
  overflow: hidden;
  height: 130px;
  position: relative;
  z-index: 10;
  background: url(../images/headbj.jpg) center center no-repeat
}

.top-T {
  width: 1150px;
  margin: 0 auto;
  height: 130px;
  overflow: hidden;
  position: relative;
}

.top-T .logoL {
  width: 317px;
  height: 73px;
  overflow: hidden;
  margin-top: 25px;
  position: relative
}

.top-T .Tel {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
  color: #808080;
  font-size: 14px;
}

.top-T .Tel img {
  margin-right: 5px;
  margin-top: -2px
}

/***********nav*******/
.nav {
  position: absolute;
  right: 0;
  top: 30px
}

.nav li {
  float: left;
  text-align: center;
}

.nav li a {
  line-height: 100px;
  width: 85px;
  font-size: 16px;
  color: #333333;
  display: block;
  position: relative
}

.nav li a:hover,
.nav li .cur {
  color: #1f2326;
  font-weight: bold;
}

.nav li a:hover:after,
.nav li .cur:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #009b4d
}

/*********************************公共头部结束*******************************/

.js-silder {
  position: relative;
  height: 600px
}

.silder-scroll {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.silder-main {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.silder-main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.silder-main-img a {
  display: block;
  height: 100%
}

.silder-main-img img {
  width: 100%;
}

.js-silder-ctrl {
  position: absolute;
  bottom: 5px;
  z-index: 10;
  width: 100%;
  text-align: center;
}

.silder-ctrl-prev,
.silder-ctrl-next {
  position: absolute;
  top: 0;
  display: none;
  width: 8%;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  font-family: "宋体";
  font-size: 52px;
  font-weight: 600;
  text-shadow: #666 2px 2px 5px;
}

.silder-ctrl-prev {
  left: 0;
  text-align: left;
}

.silder-ctrl-next {
  right: 0;
  text-align: right;
}

.silder-ctrl-prev>span,
.silder-ctrl-next>span {
  position: absolute;
  top: 50%;
  margin-top: -40px;
}

.silder-ctrl-prev>span {
  display: none;
  left: 0;
}

.silder-ctrl-next>span {
  display: none;
  right: 0;
}

.silder-ctrl-con {
  display: inline-block;
  width: 10px;
  padding: 10px 0;
  margin: 0 10px;
  cursor: pointer;
}

.silder-ctrl-con>span {
  display: block;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #009b4d
}

.silder-ctrl-con.active>span {
  background-color: #009b4d;
}

@media (max-width: 768px) {

  .silder-ctrl-prev,
  .silder-ctrl-next {
    width: 10%;
    font-size: 26px;
    margin-top: -25px;
  }

  .silder-ctrl-con {
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0 5px;
  }

  .silder-ctrl-con>span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 0;
  }
}


.AdvantageWrap {
  width: 100%;
  height: 150px;
  background: url(../images/minban.jpg) center center no-repeat
}

.AdvantageWrap .Advantage {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 30px
}

.AdvantageWrap .Advantage li {
  width: 220px;
  text-align: center;
  font-size: 16px;
  color: #fefefe;
  float: left
}

.AdvantageWrap .Advantage li img {
  display: block;
  margin: 0 auto 10px;
}

.homePro_bt {
  padding: 20px 0 0;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  color: #cccccc;
  font-size: 14px
}

.homePro_bt img {
  display: block;
  margin: 0 auto;
}

.homePro_bt strong {
  display: block;
  font-size: 30px;
  color: #4c4c4c;
  margin: 15px auto 10px
}

.in_pro_wrap {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
  overflow: hidden
}

.in_pro_wrap li {
  width: 280px;
  float: left;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
}

.in_pro_wrap li a {
  font-size: 14px;
  width: 260px;
  border: 1px solid #ededed;
  -moz-box-shadow: 0 3px 10px rgba(178, 178, 178, 0.4);
  -webkit-box-shadow: 0 3px 10px rgba(178, 178, 178, 0.4);
  box-shadow: 0 3px 10px rgba(178, 178, 178, 0.4);
  color: #808080;
  display: block;
  margin: 0 auto
}

.in_pro_wrap li a .pic {
  width: 260px;
  height: 260px;
  margin: 0 auto;
}

.in_pro_wrap li a .pic img {
  width: 260px;
}

.in_pro_wrap li a .model {
  padding: 0 10px;
  position: relative
}

.in_pro_wrap li a .model:after {
  position: absolute;
  content: '';
  left: 10px;
  bottom: 0px;
  height: 1px;
  background: #b3b3b3;
  width: 80px
}

.in_pro_wrap li a .txt {
  padding: 0 10px 5px;
  overflow: hidden;
  height: 40px;
  line-height: 40px
}

.in_pro_wrap li a:hover {
  color: #333333
}

.in_pro_wrap li a:hover .model {
  font-weight: bold
}

.in_pro_wrap li a:hover .model:after {
  background: #008c3c
}

/*产品中心*/
.homeProWrap {
  width: auto;
  padding-top: 20px
}



.dispaly {
  display: none
}


.inPRO {
  width: 1100px;
  margin: 40px auto 20px;
  overflow: hidden;
}

.LeftBox {
  width: 223px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.LeftBox .Lefttitle {
  width: 223px;
  height: 100px
}

.LeftBox .LeftList {
  width: 223px;
  background: #FFF;
  overflow: hidden;
  margin: 10px auto 0;
}

.LeftBox .LeftList li {
  overflow: hidden;
  border: 1px solid #e5e5e5;
  line-height: 24px;
  margin-bottom: 5px;
}

.LeftBox .LeftList li a {
  color: #575757;
  display: block;
  font-size: 15px;
  /*background:url(../images/jia.png) 10px center no-repeat; background-size:15px;*/
  padding: 8px 10px 8px 10px;
}

.LeftBox .LeftList li a:hover,
.LeftBox .LeftList li a.cur {
  /* text-decoration:underline; background:url(../images/jiaa.png) 190px center no-repeat;*/
  color: #009b4d
}

.LeftBox .contact_nr {
  width: 193px;
  height: 238px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 34px;
  background: url(../Images/contactbj.jpg) center center no-repeat;
  margin-top: 10px;
}

.LeftBox .contact_nr strong {
  display: block;
  font-size: 18px;
  padding-top: 5px;
  color: #373737
}

.LeftBox .contact_nr img {
  display: block;
  margin: 7px 0;
  text-align: center;
}


.in_pro {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0 10px
}


.aboutWrap {
  height: 450px;
  background: url(../images/aboutbj.jpg) center center no-repeat;
}

.aboutWrap .about {
  width: 1100px;
  margin: 0 auto;
  padding-top: 80px
}

.aboutWrap .about strong {
  display: block;
  -moz-text-shadow: 0 3px 10px rgba(178, 178, 178, 0.4);
  -webkit-text-shadow: 0 3px 10px rgba(178, 178, 178, 0.4);
  text-shadow: 0 1px 1px rgba(128, 128, 128, 0.5);
  font-size: 24px;
  color: #00923f
}

.aboutWrap .about a {
  display: block;
  width: 670px;
  font-size: 16px;
  color: #404040;
  line-height: 36px;
  margin-top: 25px
}

.aboutWrap .about a span {
  display: block;
  width: 144px;
  border: 1px solid #00923f;
  line-height: 36px;
  text-align: center;
  color: #00923f;
  margin-top: 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

/*新闻中心*/
.newsWrap {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden
}

.newsWrap .newsL {
  width: 770px;
  float: left;
}

.newsWrap .newsNav {
  overflow: hidden;
  width: 770px;
  margin: 0 auto 20px;
}

.newsWrap .newsNav li {
  float: left;
  position: relative
}

.newsWrap .newsNav li a {
  display: block;
  cursor: pointer;
  text-align: center;
  line-height: 37px;
  width: 120px;
  height: 45px;
  background: url(../images/news.jpg) center center no-repeat;
  font-size: 14px;
  color: #FFF;
}

.newsWrap .newsNav li.cur a {
  background: url(../images/newcur.jpg) center center no-repeat;
  color: #FFF
}


.newsWrap_nr {
  overflow: hidden;
  padding-left: 340px;
  height: 240px;
  background: url(../images/newsbj.jpg) left center no-repeat
}

.newsWrap_nr li {
  width: 430px;
  position: relative;
  border-bottom: 1px dashed #cccccc;
}

.newsWrap_nr li a {
  display: block;
  height: 39px;
  background: url(../images/jt.jpg) left center no-repeat;
  padding-left: 15px;
  padding-right: 80px;
  line-height: 39px;
  overflow: hidden;
  color: #808080;
  font-size: 14px
}

.newsWrap_nr li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #b2b2b2;
}

.newsWrap_nr li a:hover {
  color: #00923f
}

.newsWrap .newsR {
  width: 280px;
  float: right;
}

.newsWrap .newsR .newsbt {
  display: block;
  text-align: center;
  line-height: 37px;
  width: 120px;
  margin: 0 auto 20px;
  height: 45px;
  background: url(../images/newcur.jpg) center center no-repeat;
  font-size: 14px;
  color: #FFF;
}

.newsWrap .newsR .bd {
  position: relative;
}

.newsWrap .newsR .hd {
  text-align: center;
  position: relative
}

.newsWrap .newsR .prev,
.newsWrap .newsR .next {
  display: block;
  width: 22px;
  height: 40px;
  overflow: hidden;
  z-index: 100;
  position: absolute;
  top: 110px;
}

.newsWrap .newsR .prev {
  background: url(../images/right.png) center center no-repeat;
  right: -0;
}

.newsWrap .newsR .next {
  background: url(../images/left.png) center center no-repeat;
  left: -0
}

.newsWrap .newsR .scrollWrap {
  overflow: hidden;
  width: 190px;
  margin: 0 auto;
}

.newsWrap .newsR ul {
  overflow: hidden;
  zoom: 1;
}

.newsWrap .newsR li {
  width: 190px;
  margin: 0 auto;
  padding: 1px 0 10px;
  overflow: hidden;
  position: relative;
  float: left;
  display: inline;
}

.newsWrap .newsR li a {
  text-align: center;
  position: relative;
  border: 1px solid #ededed;
  display: block;
  overflow: hidden;
  width: 170px;
  margin: 0 auto;
  height: 240px;
  -moz-box-shadow: 0 2px 5px rgba(178, 178, 178, 0.4);
  -webkit-box-shadow: 0 2px 5px rgba(178, 178, 178, 0.4);
  box-shadow: 0 2px 5px rgba(178, 178, 178, 0.4);
}

.newsWrap .newsR li img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}


.CooperationWrap {
  background: #f3f3f3;
  padding: 20px 0 30px;
}

.Cooperation {
  width: 1100px;
  overflow: hidden;
  margin: 0 auto
}

.Cooperation_text {
  width: 320px;
  float: left;
  color: #808080;
  font-size: 14px;
  line-height: 24px;
}

.Cooperation_text strong {
  font-size: 16px;
  color: #009b4d;
  position: relative;
  display: block;
  margin-bottom: 10px
}

.Cooperation_text a {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 3px 0;
  color: #FFF;
  background: #009b4d;
  font-size: 14px;
  width: 160px;
  text-align: center;
  display: block;
  margin: 30px 0;
  -moz-box-shadow: 0 2px 3px rgba(26, 26, 26, 0.3);
  -webkit-box-shadow: 0 2px 3px rgba(26, 26, 26, 0.3);
  box-shadow: 0 2px 3px rgba(26, 26, 26, 0.3);
}

.Cooperation_nr {
  width: 1100px;
  padding-top: 20px
}

.Cooperation_nr .pic {
  width: 737px;
  float: right
}





/*内页样式*/

.right {
  width: 850px;
  float: right;
  overflow: hidden;
  padding-bottom: 50px;
}

.right .right-bt {
  width: 850px;
  height: 35px;
  border-bottom: 1px dashed #cccccc;
  position: relative;
  line-height: 35px;
}

.right .right-bt .nybtL {
  color: #009b4d;
  display: inline-block;
  height: 34px;
  padding: 0 5px;
  border-bottom: 2px solid #009b4d;
  font-weight: bold;
  font-size: 16px;
  overflow: hidden
}

.right .right-bt .nybtR {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  color: #737373
}

.right .right-bt .nybtR a:nth-last-child(1) {
  color: #009b4d
}

.right .right-bt a {
  color: #09255d
}

.right .right-bt a:hover {
  color: #009b4d
}

.ny-right-about {
  width: 850px;
  overflow: hidden;
  min-height: 300px;
  padding: 10px 0;
  font-size: 14px;
  color: #474747
}


.ny-right-news {
  width: 850px;
  margin: 0 auto;
  padding: 10px 0
}

.ny-right-news li {
  width: 850px;
  height: 32px;
  line-height: 32px;
  position: relative;
  border-bottom: 1px dashed #CCC;
  overflow: hidden
}

.ny-right-news li a {
  background: url(../Images/jt.png) left center no-repeat;
  padding-left: 15px;
}

.ny-right-news li span {
  position: absolute;
  right: 0;
  top: 0;
  color: #737373;
}

.ny-right-news ul {
  margin-bottom: 20px;
}


.ny-right-news h1 {
  font-size: 16px;
  width: 850px;
  float: left;
  text-align: center
}

.ny-right-news h6 {
  border-bottom: 1px dashed #CCC;
  width: 850px;
  font-weight: normal;
  height: 32px;
  float: left;
  line-height: 32px;
  text-align: center;
  color: #737373
}

.ny-news-nr {
  width: 850px;
  float: left;
  padding-top: 10px;
  margin-bottom: 20px;
}

/*荣誉*/
.ny-right-honor {
  width: 850px;
  padding: 10px 0;
  overflow: hidden
}

.ny-right-honor li {
  width: 212px;
  margin-bottom: 20px;
  line-height: 32px;
  float: left
}

.ny-right-honor li .pic {
  text-align: center;
  position: relative;
  border: 1px solid #ededed;
  display: block;
  overflow: hidden;
  width: 190px;
  margin: 0 auto;
  height: 268px;
}

.ny-right-honor li .pic a {
  position: relative;
  display: block;
  width: 190px;
  height: 268px;
}

.ny-right-honor li .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.ny-right-honor li .txt {
  width: 170px;
  font-size: 15px;
  margin: 0 auto;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  text-align: center
}



/*内页****产品****样式*****/
.ny-right-pro {
  width: 850px;
  padding: 10px 0;
  overflow: hidden
}


.ny-right-pro li {
  width: 283px;
  float: left;
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 15px;
  position: relative;
}

.ny-right-pro li a {
  font-size: 14px;
  width: 250px;
  border: 1px solid #ededed;
  -moz-box-shadow: 0 1px 5px rgba(178, 178, 178, 0.4);
  -webkit-box-shadow: 0 1px 5px rgba(178, 178, 178, 0.4);
  box-shadow: 0 1px 5px rgba(178, 178, 178, 0.4);
  color: #808080;
  display: block;
  margin: 0 auto
}

.ny-right-pro li a .pic {
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

.ny-right-pro li a .pic img {
  width: 250px;
}

.ny-right-pro li a .model {
  padding: 5px 10px;
  position: relative
}

.ny-right-pro li a .model:after {
  position: absolute;
  content: '';
  left: 10px;
  bottom: 0px;
  height: 1px;
  background: #b3b3b3;
  width: 80px
}

.ny-right-pro li a .txt {
  padding: 0 10px 5px;
  overflow: hidden;
  height: 32px;
  line-height: 32px
}

.ny-right-pro li a:hover {
  color: #333333
}

.ny-right-pro li a:hover .model {
  font-weight: bold
}

.ny-right-pro li a:hover .model:after {
  background: #008c3c
}

.jqzoom {
  width: 850px;
  margin: 10px auto;
  overflow: hidden;
}


.jqzoom_A {
  width: 850px;
  margin: 10px auto;
  text-align: center;
}

.jqzoom_A img {
  border: 1px solid #CCC;
  max-width: 550px;
}



.proproperty {
  font-size: 16px;
  font-weight: bold;
  color: #373737;
  margin-top: 20px;
  width: 850px;
  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: 850px;
  float: right;
  padding: 10px 0;
}

.dispaly {
  display: none
}

.pageleft {
  float: left
}

.pageright {
  float: right
}

.linkWrap {
  width: 100%;
  background: url(../images/xian05.jpg) left top repeat-x #f3f3f3;
  overflow: hidden;
  padding: 20px 0;
  line-height: 20px;
  font-size: 14px
}

.linkWrap .link {
  width: 1000px;
  margin: 0 auto;
  color: #e4e4e4;
  position: relative;
  overflow: hidden;
  min-height: 32px;
  padding-left: 100px;
}

.linkWrap .link span {
  border-left: 1px solid #009b4d;
  padding-left: 10px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #666666;
}

.linkWrap .link a {
  color: #b2b2b2;
  font-size: 12px;
  margin-right: 10px;
}

.linkWrap .link a:hover {
  text-decoration: underline;
  color: #009b4d
}

/*footer*/
.footWrap {
  background: #1f2326;
  overflow: hidden;
}

.footWrap .foot {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  position: relative;
  overflow: hidden
}

.footWrap .foot .List {
  float: left;
  width: 160px;
  background: url(../images/xian06.png) left top no-repeat;
  padding-left: 20px
}

.footWrap .foot .List strong {
  color: #b2b2b2;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  display: block;
}

.footWrap .foot .List p a {
  color: #666666;
  font-size: 14px;
}

.footWrap .foot .List p a:hover {
  color: #009b4f
}

.footWrap .foot .A {
  width: 530px;
  text-align: left;
  padding-bottom: 20px;
}

.footWrap .foot .A ul {
  overflow: hidden
}

.footWrap .foot .A li {
  float: left;
  height: 36px;
  width: 260px;
}

.footWrap .foot .E {
  width: 160px;
  float: right
}

.footWrap .foot .E img {
  margin-top: 15px
}

.copyWrap {
  background: #1f2326;
  color: #666666;
  border-top: 1px solid #393d40;
  font-size: 12px;
  padding: 15px 0;
}

.copyWrap .copy {
  width: 1100px;
  margin: 0 auto;
  position: relative
}

.copyWrap .copy i {
  position: absolute;
  right: 0;
  top: 0
}

.copyWrap a {
  color: #666666;
}

.copyWrap a:hover {
  color: #009b4d
}

/*翻页*/
.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
}




/*===========================================插件END======================================================*/

#product_view {
  width: 700px;
  margin: auto;
  overflow: hidden;
}

#product_view h1 {
  font-size: 18px;
  text-align: left;
  line-height: 26px;
}

#product_view h2 {
  font-size: 14px;
  height: 30px;
  line-height: 30px
}

#product_view div.content {
  line-height: 180%;
  padding-bottom: 15px
}

#product_view p.pImg {
  text-align: center;
  padding-bottom: 15px
}


.list {
  padding: 0 10px 0 0;
}

.list img {
  cursor: pointer;
  padding: 1px;
  border: 1px solid #cdcdcd;
  margin-right: 10px;
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.list img.onzoom,
.list img.on {
  padding: 0px;
  border: 2px solid #009b4d;
}

.container {
  position: relative;
}

.izImage {
  border: 1px solid #cdcdcd;
  width: 380px;
  height: 380px;
  cursor: pointer
}

.izViewer {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 390px;
  top: 0;
  display: none;
  border: 1px solid #999;
}

.handle {
  display: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: #E6EAF3;
  cursor: crosshair;
}


.right_text {
  width: 440px;
  float: right;
}

.right_text h1 {
  line-height: 26px;
  font-size: 18px;
  font-weight: normal
}

.right_text .text {
  line-height: 34px;
  margin-top: 10px;
}

.right_text .text span {
  font-size: 20px;
  color: #009b4d;
}



/*漂浮*/
.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;

}