/*Make from Mr.shine*/
/*2016-03-01 16:20*/
/*www.zjhz.cn*/
/*------style.css  start------*/
/*less*/
.f-small {
  font-size: 12px;
}
.f-mid {
  font-size: 14px;
}
.f-big {
  font-size: 16px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.db {
  display: block;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.full {
  width: 100%;
  height: 100%;
}
.box {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
}
.none {
  display: none;
}
.fhover {
  color: #ff491c;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  /* Firefox 4 */
  -webkit-transition: color 0.4s;
  /* Safari and Chrome */
  -o-transition: color 0.4s;
  /* Opera */
}
.bghover {
  transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  /* Firefox 4 */
  -webkit-transition: background-color 0.4s;
  /* Safari and Chrome */
  -o-transition: background-color 0.4s;
  /* Opera */
}
.bdhover {
  transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  /* Firefox 4 */
  -webkit-transition: border-color 0.4s;
  /* Safari and Chrome */
  -o-transition: border-color 0.4s;
  /* Opera */
}
.clear {
  content: "";
  display: block;
  height: 0;
  clear: both;
  float: none;
  margin: 0;
}
/*container*/
.container {
  width: 1180px;
  overflow: hidden;
  margin: 0 auto;
  clear: both;
}
a {
  color: #666;
}
a:hover {
  color: #ff491c;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  /* Firefox 4 */
  -webkit-transition: color 0.4s;
  /* Safari and Chrome */
  -o-transition: color 0.4s;
  /* Opera */
}
/*main*/
#header .top {
  height: 32px;
  background: #5d5d58;
  line-height: 32px;
}
#header .top nav {
  text-align: right;
}
#header .top nav a {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  color: #fff;
  margin-left: 36px;
}
#header .top nav a:hover {
  color: #ff491c;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  /* Firefox 4 */
  -webkit-transition: color 0.4s;
  /* Safari and Chrome */
  -o-transition: color 0.4s;
  /* Opera */
}
#header .bottom {
  height: 124px;
  line-height: 124px;
}
#header .bottom h1 {
  float: left;
  display: block;
  width: 536px;
  height: 71px;
  margin-top: 12px;
}
#header .bottom h1 a {
  display: block;
  width: 536px;
  height: 71px;
  text-indent: -99999px;
}
#header .bottom nav {
  float: right;
}
#header .bottom nav a {
  padding: 10px;
  color: #000;
  margin-left: 22px;
}
#header .bottom nav a:hover {
  color: #ff491c;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  /* Firefox 4 */
  -webkit-transition: color 0.4s;
  /* Safari and Chrome */
  -o-transition: color 0.4s;
  /* Opera */
  border-bottom: 4px solid #FFA38D;
}
#header .bottom nav a.active {
  border-bottom: 4px solid #ff491c;
}
#header .bottom:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  float: none;
  margin: 0;
}
#banner {
  height: 437px;
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #999;
}
#banner .banner-list {
  position: relative;
}
#banner .banner-list:before {
  content: " ";
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#banner .banner-list:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  float: none;
  margin: 0;
}
#banner .banner-list li.banner-img {
  position: absolute;
  height: 437px;
  top: 0px;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  display: none;
  width: 100%;
}
#banner .banner-list li.banner-img .container {
  height: 437px;
  position: relative;
}
#banner .banner-list li.banner-img .container .banner-text {
  position: absolute;
  top: 0px;
  left: 15px;
  width: 440px;
  height: 100%;
  background: url(../images/banner_bg.png);
  left: -437px;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
  overflow: hidden;
}
#banner .banner-list li.banner-img .container .banner-text .text {
  position: absolute;
  padding: 40px;
  width: 100%;
  left: 0px;
  top: 0px;
  left: -100%;
  z-index: 99;
}
#banner .banner-list li.banner-img .container .banner-text .text .title {
  font-size: 36px;
  color: #fff;
  line-height: 72px;
  text-align: left;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
#banner .banner-list li.banner-img .container .banner-text .text .jj {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 20px;
}
#banner .banner-list li.banner-img .container .banner-text .text a.btn {
  display: inline-block;
  width: auto;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  background: #b02d2e;
  margin-bottom: 16px;
  text-align: center;
  color: #fff;
  position: relative;
  min-width: 185px;
  padding-right: 40px;
  padding-left: 20px;
}
#banner .banner-list li.banner-img .container .banner-text .text a.btn:hover {
  text-decoration: none;
  background: #dd3435;
}
#banner .banner-list li.banner-img.active {
  display: block;
}
#banner a.switchingBtn {
  display: block;
  width: 62px;
  height: 100%;
  position: absolute;
  display: none;
  outline: none;
  z-index: 100!important;
  border: 0px !important;
}
#banner a.switchingBtn.left {
  left: 34px!important;
  background: url(../images/banner-left.png) left center no-repeat;
}
#banner a.switchingBtn.right {
  right: 34px!important;
  background: url(../images/banner-right.png) left center no-repeat;
}
#banner .point-btn-wrap {
  position: absolute;
  bottom: 20px;
  z-index: 100;
  height: 12px;
}
#banner .point-btn-wrap a {
  display: block;
  float: left;
  margin-right: 14px;
  width: 12px;
  height: 12px;
  background: url(../images/banner-point-list.png) left 0px no-repeat;
}
#banner .point-btn-wrap a.active {
  background: url(../images/banner-point-list.png) left -12px no-repeat;
}
#footer {
  background: #2b2b2b;
}
#footer .footer_menu {
  padding-top: 25px;
  position: relative;
}
#footer .footer_menu .to-top {
  position: absolute!important;
  right: 0;
  top: 0;
  background: url(../images/to_top.png) no-repeat center center;
  width: 50px;
  height: 23px;
  text-indent: -9999999px;
}
#footer .footer_menu nav {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 584px;
}
#footer .footer_menu nav li {
  width: 100px;
}
#footer .footer_menu nav li .catname {
  color: #666;
}
#footer .footer_menu nav li .catname:hover {
  color: #ff491c;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  /* Firefox 4 */
  -webkit-transition: color 0.4s;
  /* Safari and Chrome */
  -o-transition: color 0.4s;
  /* Opera */
}
#footer .footer_menu nav li dl {
  margin-top: 20px;
  line-height: 24px;
}
#footer .footer_menu nav li dl a {
  font-size: 12px;
  color: #fff;
}
#footer .footer_menu nav:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  float: none;
  margin: 0;
}
#footer .footer_menu .information {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 400px;
  font-size: 13px;
  color: #999;
  line-height: 25px;
}
#footer .footer_information {
  height: 38px;
  line-height: 38px;
  background: #000;
  font-size: 12px;
  color: #999;
  margin-top: 42px;
}
#footer .footer_information .weibo {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 84px;
}
#footer .footer_information .weibo a {
  margin-right: 15px;
  text-indent: -9999px;
  height: 38px;
  width: 24px;
  display: inline-block;
}
#footer .footer_information .weibo a.sina {
  background: url(../images/sina_black.png) no-repeat center center;
}
#footer .footer_information .weibo a.sina:hover {
  background: url(../images/sina_white.png) no-repeat center center;
}
#footer .footer_information .weibo a.tencent {
  background: url(../images/tecent_black.png) no-repeat center center;
}
#footer .footer_information .weibo a.tencent:hover {
  background: url(../images/tecent_white.png) no-repeat center center;
}
#footer .footer_information .xinxi {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 490px;
}
#footer .footer_information .xinxi a {
  color: #999;
}
#footer .footer_information .xinxi a:hover {
  color: #ff491c;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  /* Firefox 4 */
  -webkit-transition: color 0.4s;
  /* Safari and Chrome */
  -o-transition: color 0.4s;
  /* Opera */
}
#footer .footer_information .copyright {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 598px;
}
#footer .gs {
  text-align: center;
  background: #fff;
  padding: 43px 0;
}
#footer .gs a {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  margin:0 6px;
}
#footer .gs a img{
	width:150px;
	height:54px
}
/*public*/
.bg_gray {
  background: #f5f5f5;
  padding-top: 22px;
}
.col1 a {
  width: 140px;
  height: 38px;
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  background: #fff;
  color: #000;
  line-height: 38px;
  text-align: center;
  margin: 2px;
}
.col1 a.active {
  background: #ff491c;
  color: #fff;
}
.col1 a:hover {
  background-color: #FFA38D;
  color: #fff;
  transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  /* Firefox 4 */
  -webkit-transition: background-color 0.4s;
  /* Safari and Chrome */
  -o-transition: background-color 0.4s;
  /* Opera */
}
.col2 {
  background: #fff;
}
.col2 .mt {
  padding-top: 22px;
  border-bottom: 1px solid #f5f5f5;
}
.col2 .mt p {
  float: left;
  color: #2a166e;
  font-size: 18px;
  line-height: 32px;
  margin-left: 18px;
}
.col2 .mt p span {
  font-size: 24px;
  color: #dedede;
}
.col2 .mt .bread {
  float: right;
  margin-right: 20px;
  font-size: 12px;
  color: #666;
  margin-top: 25px;
}
.col2 .mt .bread p,
.col2 .mt .bread a,
.col2 .mt .bread span {
  font-size: 12px;
  color: #666;
}
.col2 .mt .bread a:hover {
  color: #ff491c;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  /* Firefox 4 */
  -webkit-transition: color 0.4s;
  /* Safari and Chrome */
  -o-transition: color 0.4s;
  /* Opera */
}
.col2 .mt:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  float: none;
  margin: 0;
}
#page .col2 .mc {
  padding: 60px 50px;
  line-height: 30px;
  color: #333;
  font-size: 12px;
}
/*article*/
#article .col2 .mc {
  padding: 20px;
}
#article .col2 .mc li {
  padding: 18px;
  border: 1px solid #e5e5e5;
  margin-bottom: 8px;
}
#article .col2 .mc li img {
  float: left;
  width: 265px;
  height: 146px;
  border: 7px solid #f6f6f6;
}
#article .col2 .mc li .right {
  float: right;
  padding: 0 20px;
  width: 837px;
}
#article .col2 .mc li .right .title {
  font-size: 18px;
  color: #666;
  padding: 10px 0;
}
#article .col2 .mc li .right .jianjie {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
}
#article .col2 .mc li .right .time {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}
#article .col2 .mc li .right .view {
  font-size: 12px;
  color: #666;
  text-align: right;
}
#article .col2 .mc li .right .view em {
  display: block;
  background: url(../images/view.png) no-repeat center center;
  width: 19px;
  height: 12px;
  float: right;
}
#article .col2 .mc li .right .view span {
  float: right;
  margin-left: 5px;
}
#article .col2 .mc li .right .view:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  float: none;
  margin: 0;
}
#article .col2 .mc li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  float: none;
  margin: 0;
}
#article .col2 .mc li:hover {
  box-shadow: 2px 3px 4px #efefef;
}
#article .col2 .mc li:hover .right p {
  color: #ff491c;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  /* Firefox 4 */
  -webkit-transition: color 0.4s;
  /* Safari and Chrome */
  -o-transition: color 0.4s;
  /* Opera */
}
/*article_show*/
#article_show .col2 > .mc {
  padding: 20px;
}
#article_show .col2 > .mc .title {
  font-size: 18px;
  color: #666;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
#article_show .col2 > .mc .view_time {
  font-size: 12px;
  text-align: center;
  color: #666;
  margin: 10px 0;
}
#article_show .col2 > .mc .view_time span {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
}
#article_show .col2 > .mc .neirong {
  font-size: 12px;
  line-height: 30px;
}
#article_show .col2 > .mc .orientation {
  font-size: 12px;
  color: #666;
  line-height: 25px;
  margin: 40px 0;
}
.mypage {
  text-align: center;
  margin-top: 30px;
}
.mypage a,
.mypage span {
  padding: 2px 5px;
  margin: 0 3px;
  border: 1px solid #dcdcdc;
}
.mypage a:hover {
  transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  /* Firefox 4 */
  -webkit-transition: border-color 0.4s;
  /* Safari and Chrome */
  -o-transition: border-color 0.4s;
  /* Opera */
  border-color: #87b859;
}
#products .col2 .mc {
  padding: 20px;
}
#products .col2 .mc li {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  padding: 10px;
  margin: 5px;
  border: 1px solid #efefef;
  box-shadow: 3px 3px 7px #efefef;
}
#products .col2 .mc li img {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 161px;
}
#products .col2 .mc li .right {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 180px;
}
#products .col2 .mc li .right .title {
  font-size: 18px;
  color: #666;
  margin-bottom: 14px;
}
#products .col2 .mc li .right .jianjie {
  font-size: 12px;
  color: #ccc;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
#products .col2 .mc li .example-image-link img {
  width: 196px;
  height: 275px;
}
#main {
  margin-top: 60px;
}
#main .page1 .mt p {
  text-align: center;
  color: #292929;
  font-size: 30px;
  line-height: 38px;
}
#main .page1 .mt p span {
  color: #c5c5c5;
}
#main .page1 .mc {
  margin-top: 20px;
}
#main .page1 .mc li {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 251px;
  padding-bottom: 100px;
  margin-right: 50px;
}
#main .page1 .mc li p {
  padding-top: 120px;
  text-align: center;
  font-size: 18px;
  color: #262626;
}
#main .page1 .mc li p span {
  font-size: 14px;
  color: #666;
  margin: 12px 0;
  display: block;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}
#main .page1 .mc li:nth-of-type(1) {
  background: url(../images/index4-12_19.jpg) no-repeat bottom center;
}
#main .page1 .mc li:nth-of-type(1) p {
  background: url(../images/index4-12_06.png) no-repeat center 24px;
}
#main .page1 .mc li:nth-of-type(2) {
  background: url(../images/index4-12_22.jpg) no-repeat bottom center;
}
#main .page1 .mc li:nth-of-type(2) p {
  background: url(../images/index4-12_03.png) no-repeat center 24px;
}
#main .page1 .mc li:nth-of-type(3) {
  background: url(../images/index4-12_24.jpg) no-repeat bottom center;
}
#main .page1 .mc li:nth-of-type(3) p {
  background: url(../images/index4-12_09.png) no-repeat center 24px;
}
#main .page1 .mc li:nth-of-type(4) {
  background: url(../images/index4-12_27.jpg) no-repeat bottom center;
  margin-right: 0;
}
#main .page1 .mc li:nth-of-type(4) p {
  background: url(../images/index4-12_12.png) no-repeat center 24px;
}
#main .page1 .mc li:hover {
  background-color: #fafafa;
}
#main .page2 {
  margin-top: 98px;
}
#main .page2 .mt p {
  text-align: center;
  color: #292929;
  font-size: 30px;
  line-height: 38px;
}
#main .page2 .mt p span {
  color: #c5c5c5;
}
#main .page2 .mt p em {
  font-size: 24px;
  color: #2e3b4e;
}
#main .page2 .mc {
  margin-top: 30px;
}
#main .page2 .mc li {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 282px;
  margin-right: 17px;
}
#main .page2 .mc li img {
  width: 282px;
  border: 7px solid #f6f6f6;
}
#main .page2 .mc li .title {
  height: 44px;
  line-height: 44px;
  border-bottom: 2px solid #000;
  font-weight: 600;
  margin-bottom: 12px;
}
#main .page2 .mc li .jj {
  font-size: 12px;
  color: #666;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}
#main .page2 .mc li:nth-of-type(4) {
  margin-right: 0;
}
#main .page2 .mc li:hover .title {
  color: #ff491c;
  border-bottom: 2px solid #ff491c;
}
#main .page3 {
  background: url(../images/page3_bg.jpg) no-repeat center center;
  height: 581px;
  margin-top: 65px;
}
#main .page3 .tab-nav {
  margin-top: 120px;
  text-align: center;
  margin-bottom: 40px;
}
#main .page3 .tab-nav a {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  color: #292929;
  padding: 8px;
  margin: 0 12px;
}
#main .page3 .tab-nav a.current {
  border-bottom: 2px solid #ff491c;
}
#main .page3 .tab-con-item {
  display: none;
}
#main .page3 .tab-con-item ul {
  text-align: center;
}
#main .page3 .tab-con-item ul li {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 191px;
  border: 1px solid #e7e7e7;
  border-bottom: 0;
}
#main .page3 .tab-con-item ul li img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  width: 190px;
  height: 128px;
}
#main .page3 .tab-con-item ul li:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}
#main .page4 {
  margin: 90px auto;
}
#main .page4 li {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 230px;
  margin-right: 70px;
}
#main .page4 li .title {
  line-height: 66px;
  height: 66px;
  color: #333;
  font-size: 24px;
  background: url(../images/p4_dotted.jpg) repeat-x bottom;
  margin-bottom: 25px;
}
#main .page4 li .title em {
  width: 66px;
  height: 58px;
  display: block;
  background: url(../images/page4_icon.png) no-repeat;
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
}
#main .page4 li .nr {
  color: #999;
  line-height: 25px;
}
#main .page4 li:nth-of-type(1) em {
  background-position: 0 0;
}
#main .page4 li:nth-of-type(1):hover em {
  background-position: -82px 0;
}
#main .page4 li:nth-of-type(2) em {
  background-position: 0 -63px;
}
#main .page4 li:nth-of-type(2):hover em {
  background-position: -82px -63px;
}
#main .page4 li:nth-of-type(3) em {
  background-position: 0 -125px;
}
#main .page4 li:nth-of-type(3):hover em {
  background-position: -82px -125px;
}
#main .page4 li:nth-of-type(4) {
  margin-right: 0;
}
#main .page4 li:nth-of-type(4) em {
  background-position: 0 -184px;
}
#main .page4 li:nth-of-type(4):hover em {
  background-position: -82px -184px;
}
.contact .col2 .mc .tit {
  line-height: 36px;
  color: #000000;
  background: url(../images/h1_ico.jpg) 25px center no-repeat;
  text-indent: 44px;
  border-bottom: 3px solid #8a8989;
  font-size: 14px;
  font-weight: bold;
}
.contact .col2 .mc .contact_01_box {
  overflow: hidden;
  width: 240px;
  float: left;
  margin: 30px 30px 0 30px;
}
.contact .col2 .mc .contact_01_box .tit2 {
  line-height: 35px;
  color: #666666;
  border-bottom: 1px solid #e5e5e5;
}
.contact .col2 .mc .contact_01_box .txt {
  line-height: 24px;
  color: #999999;
  font-size: 12px;
  margin-top: 10px;
}
.contact .col2 .mc .contact_02 {
  margin-top: 70px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 40px;
}
.contact .col2 .mc .contact_02 .contact_02_box {
  width: 260px;
  float: left;
  padding: 2px;
  border: 1px solid #e5e5e5;
  -moz-box-shadow: 3px 5px 10px #dfdede;
  -webkit-box-shadow: 3px 5px 10px #dfdede;
  box-shadow: 3px 5px 10px #dfdede;
  margin: 30px 16px 0 16px;
}
.contact .col2 .mc .contact_02 .contact_02_box .tit2 {
  padding-left: 10px;
  line-height: 30px;
  color: #333333;
  border-bottom: 1px dashed #e2dfdf;
}
.contact .col2 .mc .contact_02 .contact_02_box .txt {
  padding-left: 10px;
  line-height: 24px;
  color: #999999;
  font-size: 12px;
  margin-top: 10px;
}
.detail_cont {
  display: none;
  background: url(../images/fix_bak.png) left top repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
}
.detail_show {
  display: none;
  width: 940px;
  height: 700px;
  margin: 30px auto 0 auto;
  position: relative;
}
.detail_cont .pstyle {
  background: #ffffff;
  overflow-y: scroll;
  margin: 0;
  height: 660px;
  padding: 20px 90px;
  line-height: 32px;
}
.vnbtn {
  position: absolute;
  right: -60px;
  width: 60px;
  top: 59px;
}
.vnbtn a {
  display: block;
  width: 60px;
  opacity: 1!important;
  background: none;
  cursor: pointer;
}
.vnbtn span,
.jiathis_style .jtico {
  background: none!important;
}
.vnclose {
  height: 59px;
  display: block;
  width: 60px;
  position: absolute;
  right: -60px;
  top: 0px;
  background: url(../images/i1.jpg) no-repeat 0px -59px;
}
.vnclose:hover {
  background-position: 0px 0px;
}
.vnbtn #bds_more {
  height: 63px !important;
  background: url(../images/i2.jpg) no-repeat 0px -63px !important;
  padding: 0px;
  float: none;
}
.vnbtn #bds_more:hover {
  background-position: 0px 0px;
}
.vnbtn .bds_tsina {
  height: 58px;
  background: url(../images/i3.jpg) no-repeat 0px -58px;
}
.vnbtn .bds_tsina:hover {
  background-position: 0px 0px;
}
.vnbtn .bds_tqq {
  height: 61px;
  background: url(../images/i4.jpg) no-repeat 0px -61px;
}
.vnbtn .bds_tqq:hover {
  background-position: 0px 0px;
}
.vnbtn .bds_qzone {
  height: 59px;
  background: url(../images/i5.jpg) no-repeat 0px -59px;
}
.vnbtn .bds_qzone:hover {
  background-position: 0px 0px;
}
.pstyle .title {
  font-size: 16px;
  line-height: 40px;
  color: #494949;
  text-align: center;
}
.pstyle .time {
  font-size: 12px;
  line-height: 40px;
  color: #999999;
  text-align: center;
  margin-bottom: 20px;
}
.imgcenter {
  padding: 20px 0;
  width: inherit;
  text-align: center;
  position: relative;
}
.product_list li {
  width: 250px!important;
  margin: 17px!important;
}
.product_list li img {
  width: 226px!important;
  height: 168px;
}
.product_list li .right {
  width: 226px!important;
  margin-top: 10px!important;
}
.product_list li .right .title {
  width: 226px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  font-size: 12px !important;
}
.pstyle img {
  width: 100%;
}