﻿@import url(../../css/tab.css);

.zlm_showMore {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #e4eaec;
  color: #333;
  cursor: pointer;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  *padding-left: 0px !important;
  *padding-right: 0px !important;
  *overflow: hidden !important;
}

.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xs-12 {
  *width: 100% !important;
}
.col-lg-11,
.col-md-11,
.col-sm-11,
.col-xs-11 {
  *width: 90.98% !important;
  *padding: 0px 0.3% !important;
}
.col-lg-10,
.col-md-10,
.col-sm-10,
.col-xs-10 {
  *width: 82.68% !important;
  *padding: 0px 0.3% !important;
}
.col-lg-9,
.col-md-9,
.col-sm-9,
.col-xs-9 {
  *width: 74.38% !important;
  *padding: 0px 0.3% !important;
}
.col-lg-8,
.col-md-8,
.col-sm-8,
.col-xs-8 {
  *width: 65.98% !important;
  *padding: 0px 0.3% !important;
}
.col-lg-7,
.col-md-7,
.col-sm-7,
.col-xs-7 {
  *width: 57.68% !important;
  *padding: 0px 0.3% !important;
}
.col-lg-6,
.col-md-6,
.col-sm-6,
.col-xs-6 {
  *width: 49.36% !important;
  *padding: 0px 0.3% !important;
}
.col-lg-5,
.col-md-5,
.col-sm-5,
.col-xs-5 {
  *width: 40.98% !important;
  *padding: 0px 0.3% !important;
}
.col-lg-4,
.col-md-4,
.col-sm-4,
.col-xs-4 {
  *width: 32.68% !important;
  *padding: 0px 0.3% !important;
}
.col-lg-3,
.col-md-3,
.col-sm-3,
.col-xs-3 {
  *width: 24.38% !important;
  *padding: 0px 0.3% !important;
}
.col-lg-2,
.col-md-2,
.col-sm-2,
.col-xs-2 {
  *width: 15.98% !important;
  *padding: 0px 0.3% !important;
}
.col-lg-1,
.col-md-1,
.col-sm-1,
.col-xs-1 {
  *width: 7.68% !important;
  *padding: 0px 0.3% !important;
}

/*左侧浮动返回顶部图标样式*/
a.gotoptop_icon {
  display: block;
  position: fixed;
  z-index: 10;
  right: 5px;
  bottom: 90px;
  width: 50px;
  height: 50px;
  background: url(images/zd.gif) no-repeat;
  cursor: pointer;
  display: none;
}
a.gotoptop_icon:hover {
  background-position: 0px 0px;
}

/*marquee函数_滚动基础样式*/
.marquee {
  clear: both;
  position: relative;
}
.marquee a.prev {
  position: absolute;
  top: 35%;
  left: 0px;
  z-index: 10;
  display: block;
  cursor: pointer;
  background: url(images/icon.png) no-repeat left bottom;
  width: 30px;
  height: 50px;
} /*点击按钮，自行定义样式*/
.marquee a.next {
  position: absolute;
  top: 35%;
  right: 0px;
  z-index: 10;
  display: block;
  cursor: pointer;
  background: url(images/icon.png) no-repeat right top;
  width: 30px;
  height: 50px;
} /*点击按钮，自行定义样式*/

.marquee .inner {
  *width: 100%;
  overflow: hidden;
  line-height: 30px;
} /*纵向滚动时必须设置inner的height属性*/
.marquee .inner ul {
  clear: both;
  overflow: hidden;
}
.marquee .inner ul li {
  margin: 0px;
  overflow: hidden;
} /*横向必须设置li里面的宽度一致，纵向时必须设置li里面的内容高度一致*/
.marquee .inner ul li.hx {
  float: left;
  text-align: center;
} /*横向滚动li样式*/
.marquee .inner ul li.zx {
  text-align: left;
  height: 30px;
  line-height: 30px;
} /*纵向滚动li样式*/
.marquee .inner ul li.zx a:hover {
  color: #333;
  text-decoration: underline;
}

/*滚动图片样式*/
.marquee_pic {
  padding-top: 5px;
  overflow: hidden;
}
.marquee_pic .inner ul li {
  width: 317px;
  overflow: hidden;
  padding: 0 0px;
  margin: 10px 0;
  position: relative;
}
.marquee_pic .inner ul li span {
  display: block;
}
.marquee_pic .inner ul li .pics {
  overflow: hidden;
}
.marquee_pic .inner ul li .pics img {
  width: 100%;
  display: block;
  -webkit-transition: 1s;
  -moz-transition: 1s;
}
.marquee_pic .inner ul li .tits {
  font-size: 18px;
  padding: 0px 0;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #625136;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 35%;
  transform: scale(0);
  transition: all 0.25s ease-in-out;
}
.marquee_pic .inner ul li:hover .tits {
  display: block;
  filter: alpha(opacity=50);
  opacity: 0.8;
  transform: scale(1);
}
.marquee_pic .inner ul li .coms {
  color: #757575;
  padding: 0 0 10px 0;
}
.marquee_pic .inner ul li .mores {
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #f96868;
}
.marquee_pic .inner ul li .mores:hover {
  background: #fa7a7a;
}
.marquee_pic .inner ul li:hover .pics img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

/*下载中心*/
.xzzx_box {
  clear: both;
  overflow: hidden;
}
.xzzx_box li {
  float: left;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding: 0.6em 0px;
}
.xzzx_box li a.xz_left {
  float: left;
  width: auto;
  padding: 0px 75px 0px 8px;
  background: url(images/icon-dot.png) no-repeat left center;
  line-height: 25px;
}
.xzzx_box li a.xz_right {
  float: right;
  color: #005db4;
  background: url(images/icon-download3.gif) no-repeat left center;
  padding: 0px 0px 0px 15px;
  line-height: 25px;
  position: absolute;
  top: 0.6em;
  right: 0px;
}

/*常见问题*/
.jjyc {
  clear: both;
  overflow: hidden;
  max-width: 850px;
  margin: 1em auto 1em auto;
}
.jjyc li {
  margin: 5px 0;
  position: relative;
  box-shadow: none;
}
.jjyc li .tits {
  color: #333333;
  font-size: 16px;
  line-height: 40px;
  padding-left: 15px;
  cursor: pointer;
  padding-right: 50px;
}
.jjyc li .tits span.s1 {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 5;
  width: 50px;
  border-left: 1px #fff solid;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  color: white;
}
.jjyc li .tits {
  background: #e5e5e5;
  color: #4d4d4d;
}
.jjyc li .tits.current {
  background: #6d8440;
  color: white;
}
.jjyc li .tits.current span.s1 {
  background: #6d8440;
}
.jjyc li .coms {
  padding: 1em;
  background: #f5f5f5;
}

/*图片简介*/
.tupianjj {
  clear: both;
  overflow: hidden;
}
.tupianjj .jianjiecom {
  margin: 5px 0px;
}
.tupianjj .jianjiecom .tupian {
  width: 100%;
  padding: 0px;
  display: block;
  overflow: hidden;
}
.tupianjj .jianjiecom .tupian img {
  width: 100%;
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
  display: block;
}
.tupianjj .jianjiecom .biaoti {
}
.tupianjj .jianjiecom .biaoti .tpjj_com_tit {
  line-height: 40px;
  font-size: 18px;
  display: block;
  color: #000;
  height: 40px;
  overflow: hidden;
}
.tupianjj .jianjiecom .biaoti .tpjj_com_com {
  display: block;
  line-height: 30px;
  color: #999;
  min-height: 120px;
  font-size: 12px;
}
.tupianjj .jianjiecom:hover .biaoti {
  background: #fff;
  transition: ease 1.2s all;
}
.tupianjj .jianjiecom:hover .biaoti .tpjj_com_tit {
  color: #000;
}
.tupianjj .jianjiecom:hover .biaoti .tpjj_com_com {
  color: #000;
}
.tupianjj .jianjiecom:hover .tupian img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

/*图片展示（二）*/
.wz_pic {
  clear: both;
  overflow: hidden;
}
.wz_pic .wz_li {
}
.wz_pic .wz_li a {
  display: block;
  text-align: center;
}
.wz_pic .wz_li span {
  display: block;
  text-align: center;
}
.wz_pic .wz_li a.pic {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
}
.wz_pic .wz_li:hover a.pic img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.wz_pic .wz_li a.pic img {
  width: 100%;
  display: block;
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
}
.wz_pic .wz_li a.tit {
  line-height: 45px;
  font-size: 16px;
}
.wz_pic .wz_li a.tit:hover {
  color: #999;
}
.wz_pic .wz_li span.coms {
  line-height: 35px;
  text-align: center;
}
.wz_pic .wz_li a.more {
  width: 80px;
  height: 30px;
  line-height: 30px;
  margin: 10px auto;
  background: #999;
  color: #fff;
  transition: ease 1s all;
}
.wz_pic .wz_li a.more:hover {
  background: #5b6169;
}

/*图片展示（三）*/
.piczs {
  clear: both;
  overflow: hidden;
}
.piczs .piczs_li {
  position: relative;
  margin: 5px 0;
}
.piczs .piczs_li .piczs_pic {
  overflow: hidden;
}
.piczs .piczs_li:hover .piczs_pic img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.piczs .piczs_li .piczs_pic img {
  width: 100%;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  display: block;
}
.piczs .piczs_li .piczs_com {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.piczs .piczs_li .piczs_com span {
  display: block;
  text-align: center;
  color: #ccc;
}
.piczs .piczs_li .piczs_com span.com_time {
  padding: 20% 0 5% 0;
}
.piczs .piczs_li .piczs_com span.com_tits {
  padding: 5% 0;
  font-size: 25px;
}
.piczs .piczs_li .piczs_com span.com_more {
  width: 50px;
  padding: 2% 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #918b8c;
}
.piczs .piczs_li a:hover .piczs_com span.com_more {
  border: 1px solid #fff;
}
.piczs .piczs_li a:hover span {
  color: #fff;
}

/*文章列表（二）*/
.act_liebiao {
}
.act_liebiao li {
  padding: 20px 0px;
  border-bottom: 1px solid #ddd;
}
.act_liebiao li .titles {
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  display: block;
}
.act_liebiao li .titles:hover {
  color: #809155;
}
.act_liebiao li .coms {
  line-height: 30px;
  color: #999;
  display: block;
}
.act_liebiao li .mores {
  margin-top: 20px;
  height: 30px;
  line-height: 30px;
  width: 80px;
  text-align: center;
  display: block;
  border: 1px solid #999;
}

/*图片链接*/
.mk_tplj {
  clear: both;
  overflow: hidden;
}
.mk_tplj .mk_tp_li {
}
.mk_tplj .mk_tp_li .tpli_pic {
  position: relative;
  overflow: hidden;
  float: left;
}
.mk_tplj .mk_tp_li .tpli_pic a {
  display: block;
}
.mk_tplj .mk_tp_li .tpli_pic img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.mk_tplj .mk_tp_li .tpli_pic span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.mk_tplj .mk_tp_li .tpli_pic i {
  display: block;
  width: 57px;
  height: 57px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -28px;
  margin-top: -28px;
  background: url(images/indexs.png) no-repeat center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}

.mk_tplj .mk_tp_li:hover {
  position: relative;
  z-index: 5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  /*-webkit-transform:scale(1.01, 1.01); -moz-transform:scale(1.01, 1.01); -o-transform:scale(1.01, 1.01); -ms-transform:scale(1.01, 1.01); transform:scale(1.01, 1.01);*/
}
.mk_tplj .mk_tp_li:hover .tpli_pic img {
  -webkit-transform: scale(1.4, 1.4);
  -moz-transform: scale(1.4, 1.4);
  -o-transform: scale(1.4, 1.4);
  -ms-transform: scale(1.4, 1.4);
  transform: scale(1.4, 1.4);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.mk_tplj .mk_tp_li:hover .tpli_pic span {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.mk_tplj .mk_tp_li:hover .tpli_pic i {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mk_tplj .mk_tp_li .widsth {
  width: 50%;
}
.mk_tplj .mk_tp_li .flaots {
  float: right;
}
.mk_tplj .mk_tp_li .flaote {
  float: left;
}
.mk_tplj .mk_tp_li .tpli_com {
  padding: 0 10px;
}
.mk_tplj .mk_tp_li .tpli_com a {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  line-height: 35px;
}
.mk_tplj .mk_tp_li .tpli_com span {
  display: block;
}
.mk_tplj .col-xs-12 {
  padding: 0px;
}
.mk_tplj .col-sm-6 {
  padding: 0px;
}

@media screen and (max-width: 760px) {
  .mk_tplj .mk_tp_li {
    margin: 20px 0;
  }
  .mk_tplj .mk_tp_li .widsth {
    width: 100%;
  }
  .mk_tplj .mk_tp_li .flaots {
    float: none;
  }
  .mk_tplj .mk_tp_li .flaote {
    float: none;
  }
  .mk_tplj .mk_tp_li .tpli_com {
    padding-bottom: 30px;
  }
}

/*视频中心*/
.spzx_box {
  clear: both;
  overflow: hidden;
}
.spzx_box li {
  overflow: hidden;
}
.spzx_box li.right {
  margin-right: 0px;
}
.spzx_box li a.pic {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.spzx_box li a.pic img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.spzx_box li a.pic i {
  display: block;
  width: 100%;
  height: 100%;
  background: #000 url(images/icon-video.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s ease;
  transform: scale(0);
}
.spzx_box li a.pic:hover img {
  transform: scale(1.2, 1.2);
}
.spzx_box li a.pic:hover i {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transform: scale(1, 1);
}
.spzx_box li a.title {
  display: block;
  text-align: left;
  line-height: 20px;
  padding: 0.8em 0px;
}

/*图片展示*/
.tpzs_box {
  clear: both;
  overflow: hidden;
}
.tpzs_box a.pic {
  clear: both;
  display: block;
  width: 100%;
  overflow: hidden;
}
.tpzs_box li {
  margin: 10px 0;
}
.tpzs_box li:hover a.pic img {
  transform: scale(1.2, 1.2);
}
.tpzs_box a.pic img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.tpzs_box a.tpzs_title {
  display: block;
  width: 100%;
  height: 3em;
  line-height: 3em;
  color: #4d4d4d;
  margin-bottom: 1.5em;
  overflow: hidden;
  text-align: center;
  background: #f2f2f2;
}
.tpzs_box a.tpzs_title:hover {
  color: #000;
}

/*文章列表左边日期*/
.wzlb_zbrq_box {
  clear: both;
  overflow: hidden;
}
.wzlb_zbrq_box li {
  height: 8.5em;
  overflow: hidden;
  margin-bottom: 2em;
}
.wzlb_zbrq_box .date {
  float: left;
  max-width: 75px;
  background-color: #f2f2f2;
  text-align: center;
  font-family: Arial;
  padding: 0px;
}
.wzlb_zbrq_box .date span {
  display: block;
}
.wzlb_zbrq_box .date span.date1 {
  line-height: 50px;
  border-bottom: 1px solid #fff;
  color: #666;
  font-size: 30px;
}
.wzlb_zbrq_box .date span.date2 {
  color: #999;
  line-height: 22px;
  font-size: 12px;
}
.wzlb_zbrq_box .con a.title {
  clear: both;
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
  color: #4d4d4d;
  text-decoration: none;
  margin: 0px 0px 0.5em 0px;
  overflow: hidden;
}
.wzlb_zbrq_box .con a.title:hover {
  color: #809155;
}
.wzlb_zbrq_box .con div.introduct {
  color: #808080;
  line-height: 1.5em;
}

.sublanmupage .wzlb_zbrq_box li {
  border-bottom: 1px dotted #ccc;
}
.sublanmupage .wzlb_zbrq_box .con a.title {
  max-height: 3em;
  position:;
}

.wzliebiao {
}
.wzliebiao .lb_li {
  line-height: 45px;
  font-size: 16px;
  clear: both;
  border-bottom: 1px solid #ddd;
  background: url(images/site_icon.gif) no-repeat left 18px;
  padding-left: 15px;
  clear: both;
  overflow: hidden;
}
.wzliebiao .lb_li .tits {
  display: block;
  color: #333;
  float: left;
}
.wzliebiao .lb_li .tits:hover {
  color: #999;
  text-decoration: none;
}
.wzliebiao .lb_li .times {
  display: block;
  text-align: right;
  float: right;
}

.hh_article {
  clear: both;
} /*文章带置顶样式*/
.hh_article li.tw {
  text-align: left;
  border: 1px dotted #cccccc;
  border-width: 0 0 1px 0;
  padding: 5px 0 5px 0;
  overflow: hidden;
} /*置顶通用样式*/
.hh_article .tw .pic {
  float: left;
  margin: 5px 10px 5px 0;
  border: 1px solid #dddddd;
  display: inline;
}
.hh_article .tw .title {
  text-align: left;
  line-height: 25px;
}
.hh_article .tw .title a {
  font-weight: bold;
  padding-left: 0px;
  font-size: 14px;
  color: #cc0000;
}
.hh_article .tw .introduct {
  padding: 2px 5px 5px 0px;
  line-height: 20px;
  color: #666666;
}
.hh_article li.normal {
  clear: both;
  height: 20px;
  padding: 6px 0 2px 5px;
  text-align: left;
  overflow: hidden;
}
.hh_article .normal .title {
  float: left;
  text-align: left;
  padding: 0 0 0 10px;
  background: url(images/article_arrow.gif) no-repeat left center;
}
.hh_article .normal .date {
  float: right;
  color: #666666;
  padding-right: 2px;
}

/*图片简介（二）*/
.wzlb_zbrq_boxs {
  clear: both;
  overflow: hidden;
}
.wzlb_zbrq_boxs li {
  overflow: hidden;
  margin-bottom: 2em;
}
.wzlb_zbrq_boxs .pic {
  background-color: #f2f2f2;
  text-align: center;
  font-family: Arial;
  padding: 0px;
}
.wzlb_zbrq_boxs .pic img {
  width: 100%;
}
.wzlb_zbrq_boxs .con a.title {
  clear: both;
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
  color: #4d4d4d;
  text-decoration: none;
  margin: 0px 0px 0.5em 0px;
  overflow: hidden;
}
.wzlb_zbrq_boxs .con a.title:hover {
  color: #bf8643;
}
.wzlb_zbrq_boxs .con div.introduct {
  color: #808080;
  line-height: 1.5em;
  max-height: 80px;
  overflow: hidden;
}

.dyt_twjj {
  clear: both;
  overflow: hidden;
}
.dyt_twjj li {
  overflow: hidden;
}
.dyt_twjj li.tw_li {
  margin-bottom: 10px;
}
.dyt_twjj .pic {
  background-color: #f2f2f2;
  text-align: center;
  font-family: Arial;
  padding: 0px;
}
.dyt_twjj .pic img {
  width: 100%;
}
.dyt_twjj .con a.title {
  clear: both;
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
  color: #4d4d4d;
  text-decoration: none;
  margin: 0px 0px 0.5em 0px;
  overflow: hidden;
}
.dyt_twjj .con a.title:hover {
  color: #bf8643;
}
.dyt_twjj .con div.introduct {
  color: #808080;
  line-height: 1.5em;
  max-height: 80px;
  overflow: hidden;
}
.dyt_twjj .tj_li {
  border-bottom: 1px solid #ddd;
  background: url(images/soft_sign_bg.gif) no-repeat left 15px;
  line-height: 35px;
  padding-left: 20px;
  margin: 10px 0;
  height: 35px;
  overflow: hidden;
}

@media screen and (max-width: 760px) {
  .dyt_twjj .tj_li {
    height: auto;
  }
}

.wz_lb {
  clear: both;
  overflow: hidden;
}
.wz_lb .lb_li {
  border-bottom: 1px solid #ddd;
  background: url(images/soft_sign_bg.gif) no-repeat left 15px;
  line-height: 35px;
  padding-left: 20px;
  margin: 10px 0;
  height: 35px;
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .wz_lb .lb_li {
    height: auto;
  }
}

/*左图右文*/
.ztyw {
}
.ztyw .ztyw_left {
  float: left;
}
.ztyw .ztyw_left .s1_pic {
  display: block;
  overflow: hidden;
}
.ztyw .ztyw_left .s1_pic img {
  width: 100%;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  display: block;
}
.ztyw .ztyw_left .s1_pic img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.ztyw .ztyw_left .s1_tit {
  display: block;
  line-height: 35px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.ztyw .ztyw_left .s1_tit:hover {
  color: #21bbc7;
}
.ztyw .ztyw_right {
  height: 8.5em;
  overflow: hidden;
  margin-bottom: 0.5em;
  float: right;
}
.ztyw .ztyw_right .date {
  float: left;
  max-width: 85px;
  background-color: #f2f2f2;
  text-align: center;
  font-family: Arial;
  padding: 0px;
}
.ztyw .ztyw_right .date span {
  display: block;
}
.ztyw .ztyw_right .date span.date1 {
  line-height: 50px;
  border-bottom: 1px solid #fff;
  color: #666;
  font-size: 30px;
}
.ztyw .ztyw_right .date span.date2 {
  color: #999;
  line-height: 22px;
  font-size: 12px;
}
.ztyw .ztyw_right .con a.title {
  clear: both;
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
  color: #4d4d4d;
  text-decoration: none;
  margin: 0px 0px 0.5em 0px;
  overflow: hidden;
}
.ztyw .ztyw_right .con a.title:hover {
  color: #21bbc7;
}
.ztyw .ztyw_right .con div.introduct {
  color: #808080;
  line-height: 1.5em;
}

/**/
.articleinfor {
}
.articleinfor .title {
  text-align: center;
  padding: 15px 5% 8px 5%;
}
.articleinfor .title h1 {
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
}
.articleinfor .info {
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  color: #666666;
  padding: 0px 5% 15px 5%;
  color: rgb(119, 119, 119);
}
.articleinfor .info a {
  color: rgb(119, 119, 119);
}
.articleinfor .info a:hover {
  color: rgb(0, 124, 195);
}
.articleinfor .tpz {
  width: 100%;
  height: 100%;
  display: none;
}
.articleinfor .content {
  line-height: 2;
  font-size: 1.1em;
  padding: 10px 3%;
}
.articleinfor .content .center {
  width: 80%;
  margin: 0px auto;
}
.articleinfor .content .center iframe {
  width: 100%;
  min-height: 300px;
}
.articleinfor .content p {
  margin-bottom: 10px;
  min-height: 10px;
}
.articleinfor .content img {
  width: 90%;
}
.articleinfor .bz {
  text-align: center;
  width: 250px;
  background-color: #ffff99;
  border: 1px solid #ff9900;
  padding: 2px 0 3px 0;
}

.article_pic_infor {
  display: block;
}
.article_pic_infor .title {
  display: block;
  height: 22px;
  padding: 2px 0 0 25px;
  color: #dd5d12;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #cccccc;
}
.article_pic_infor .left {
  float: left;
  text-align: center;
  width: 30%;
}
.article_pic_infor .right {
  float: none !important;
  float: left;
  text-align: left;
  width: 70%;
}
.article_pic_infor .left img {
  width: 200px;
}
.article_pic_infor .info {
  text-align: right;
  padding: 2px 2px 0 0;
  color: #666666;
}
.article_pic_infor .introduct {
  display: block;
  text-align: left;
  padding: 10px 5px 5px 5px;
}
.article_pic_infor .content {
  display: block;
  text-align: left;
  padding: 10px 0 5px 0;
  width: 97%;
}
.article_pic_infor .content .title {
  display: block;
  width: 100%;
  height: 29px;
  padding-top: 5px;
  background: url(images/list_titlebg.jpg) repeat-x left top;
}

.related_article {
  display: block;
  margin: 10px 0 10px 0;
}
.related_article .header {
  font-size: 12px;
  color: #d33506;
  line-height: 25px;
  font-weight: bold;
}
.related_article li {
  height: 25px;
  padding: 0 10px 0 10px;
  background: url(images/article_arrow.gif) no-repeat left center;
}
.related_article li a {
  font-size: 12px;
}

.neironger {
}
.neironger .nr_pic {
  width: 50%;
  margin: 0 auto;
}
.neironger .nr_pic img {
  width: 100%;
}
.neironger .nr_tit {
  line-height: 40px;
  margin: 20px 0;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.neironger .nr_com {
  line-height: 30px;
  text-align: left;
}

@media screen and (max-width: 500px) {
  .neironger .nr_pic {
    width: 70%;
  }
}

/*产品*/

.chanpin_pic {
  clear: both;
  overflow: hidden;
}
.chanpin_pic .cp_li {
}
.chanpin_pic .cp_li a {
  display: block;
  text-align: center;
}
.chanpin_pic .cp_li span {
  display: block;
  text-align: center;
}
.chanpin_pic .cp_li a.pic {
  width: 100%;
  overflow: hidden;
}
.chanpin_pic .cp_li a.pic img {
  width: 100%;
  display: block;
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
}
.chanpin_pic .cp_li:hover a.pic img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.chanpin_pic .cp_li a.tit {
  line-height: 45px;
  font-size: 16px;
  font-weight: bold;
}
.chanpin_pic .cp_li a.tit:hover {
  color: #999;
}
.chanpin_pic .cp_li span.coms {
  line-height: 35px;
  text-align: center;
}
.chanpin_pic .cp_li a.more {
  width: 80px;
  height: 30px;
  line-height: 30px;
  margin: 10px auto;
  background: #999;
  color: #fff;
  transition: ease 1s all;
}
.chanpin_pic .cp_li a.more:hover {
  background: #5b6169;
}

.tupianzssan {
  clear: both;
  overflow: hidden;
}
.tupianzssan .tp_li {
  margin: 5px 0;
}
.tupianzssan .tp_li .li_pic {
  overflow: hidden;
  position: relative;
  display: block;
}
.tupianzssan .tp_li .li_pic img {
  width: 100%;
  max-height: 250px;
  display: block;
}
.tupianzssan .tp_li .li_pic .pic_s {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(images/fwbg.png) repeat left top;
  z-index: 10;
  display: none;
}
.tupianzssan:hover .tp_li .li_pic .pic_s {
  display: block;
}
.tupianzssan .tp_li:hover .li_pic .pic_s {
  display: none;
}

@media screen and (max-width: 1000px) {
  .tupianzssan .tp_li .li_pic img {
    max-height: inherit;
  }
}

.product_pic_infor {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}
.product_pic_infor .view {
  padding: 0px;
  width: 100%;
}
.product_pic_infor .view img.zoom {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto;
  cursor: pointer;
}

.product_pic_infor .thumbnails {
  float: left;
  text-align: left;
  width: 99%;
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 5px;
}
.product_pic_infor .thumbnails ul {
  margin: 0px 5px;
}
.product_pic_infor .thumbnails ul li {
  float: left;
  width: 33.3%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.product_pic_infor .thumbnails ul li.current {
  float: left;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product_pic_infor .thumbnails img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.product_pic_infor .thumbnails img.current {
}
.product_pic_infor .leftbar {
  float: left;
  height: 50px;
  width: 10px;
  cursor: pointer;
  margin-right: 5px;
  display: inline;
  background: url(images/left.gif) no-repeat left center;
  display: none;
}
.product_pic_infor .rightbar {
  float: left;
  height: 50px;
  width: 10px;
  cursor: pointer;
  margin-left: 5px;
  display: inline;
  background: url(images/right.gif) no-repeat left center;
  display: none;
}

.product_pic_infor .title {
  display: block;
  line-height: 26px;
  padding: 23px 0px 12px 0px;
  margin-bottom: 5px;
  font-size: 30px;
  border-bottom: 1px dotted #cccccc;
}
.product_pic_infor .cpnr {
  color: rgb(102, 102, 102);
  display: block;
  padding: 3px 0px;
  line-height: 22px;
}
.product_pic_infor .cpjj-box {
  color: rgb(102, 102, 102);
  line-height: 25px;
}
.product_pic_infor .info {
  text-align: right;
  padding: 2px 2px 0 0;
  color: rgb(102, 102, 102);
}
.product_pic_infor .detailtitle {
  display: block;
  width: 100%;
  height: 29px;
  padding: 1px 0 0 15px;
  background: url(images/detailinto_title.jpg) repeat-x left top;
}
.product_pic_infor .content {
  display: block;
  text-align: left;
  padding: 10px 0 5px 0;
  width: 97%;
}
.product_pic_infor .prodinfotab {
}
.product_pic_infor .prodinfotab {
}
.tabcontent {
  font-size: 18px;
}

/*下载表样式*/
.download {
  overflow: hidden;
}
.download li {
  clear: both;
  height: 16px;
  padding: 2px 0 2px 5px;
  margin-bottom: 3px;
  text-align: left;
  overflow: hidden;
}
.download .title {
  float: left;
  text-align: left;
  padding: 0 0 0 13px;
  background: url(images/article_arrow.gif) no-repeat 5px center;
}
.download .date {
  float: right;
  color: #666666;
  padding-right: 3px;
}
.download table td {
  text-align: center;
}
.download table td img {
  border: 1px solid #ececec;
  margin: 5px 5px 5px 5px;
  padding: 2px 0 2px 2px;
}

.sublanmu_dl li {
  height: 20px;
  border: 1px dotted #cccccc;
  border-width: 0 0 1px 0;
}

/*用户反馈 标题模式*/

.letter_list {
  border: 0 solid #cccccc;
  padding: 5px 0 5px 0;
}
.letter_list .head td {
  padding: 2px 0 2px 0;
  height: 25px;
  line-height: 15px;
  background-color: #ececec;
  background-image: none;
  overflow: hidden;
}
.letter_list a.title {
  background: url(images/icon.png) no-repeat 0 -294px;
  padding-left: 15px;
}
.letter_list .item td {
  padding: 5px 0 0px 5px;
  height: 22px;
}

.lanmupage .letter_list .head td {
  padding: 0 0 0 0px;
  height: 15px;
  background-color: #ffffff;
  color: #d33506;
}
.lanmupage .letter_list a.title {
  background: url(images/icon.png) no-repeat 0 -294px;
  padding-left: 15px;
}
.lanmupage .letter_list .item td {
  padding: 5px 0 0px 0px;
  height: 15px;
  border: 1px dotted #ececec;
  border-width: 0 0 1px 0;
}

.letterinfo {
  border: 1px solid #ececec;
}
.letterinfo .header {
  background-color: #cccccc;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.letterinfo td {
  border: 1px solid #ececec;
  padding: 4px 0 4px 5px;
  height: 20px;
}

.sublanmu_letter_search {
  clear: both;
  padding: 100px 0 0 157px;
  width: 300px;
  height: 120px;
  background: url(hdjl/letter_search_bg.png) no-repeat 0 0;
  text-align: left;
}

/*用户反馈 流言本模式*/

.feedback_table {
  width: 98%;
  border: 0px solid #dddddd;
}
.feedback_table td {
  border: 0px solid #dddddd;
  padding: 5px;
}
.feedback_table td input {
  width: 300px;
  height: 25px;
  line-height: 25px;
  border: 1px #ccc solid;
  padding: 0px 5px;
}
.feedback_table td textarea {
  border: 1px #ccc solid;
  width: 450px;
  height: 100px;
  line-height: 25px;
  padding: 0px 5px;
}
.feedback_table td input#vcode {
  width: 70px;
}
.feedback_table td input.bt {
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: 0px;
  padding: 0px;
  background: #d40000;
  color: #fff;
}

.feedback_box {
  margin: 5px 0 10px 5px;
  border: 1px solid #cccccc;
  padding: 15px 0 10px 5px;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
.feedback_box .f_tb {
  font-size: 13px;
  padding: 2px 4px;
  border: 1px solid #ccc;
  vertical-align: middle;
  zoom: 1;
}

.feedbacklist_box {
  border: 0 solid #cccccc;
  margin: 5px 0 5px 5px;
}
.feedbacklist_item_jiange {
  clear: both;
  height: 2px;
  line-height: 0px;
  font-size: 1px;
  border: 0 dotted #cccccc;
  border-width: 0 0 1px 0;
  margin: 5px 0 5px 0;
}
.feedbacklist_item_box {
  clear: both;
  border: 0 solid #cccccc;
  border-width: 1px 1px 1px 1px;
  padding: 5px 5px 10px 10px;
  margin: 0 0 15px 0;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}

/*招/应聘样式*/
.zplb-box {
  border: 1px rgb(221, 221, 221) solid;
  border-radius: 5px;
  font-family: "Microsoft YaHei", Tahoma, Verdana, "Simsun";
  margin-bottom: 15px;
}
.zplb-box table {
  width: 100%;
}
.zplb-box td {
  padding: 0px 2%;
}
.zplb-box td.title {
  background: rgb(245, 245, 245);
  line-height: 20px;
  padding: 12px 2%;
  border-bottom: 1px rgb(221, 221, 221) solid;
  font-weight: bold;
  font-size: 16px;
}
.zplb-box td.title a {
  color: #333;
}
.zplb-box td.fbrq {
  line-height: 22px;
  padding: 11px 2%;
  border-bottom: 1px rgb(221, 221, 221) solid;
}
.zplb-box .fbrq span {
  float: left;
  margin-right: 2%;
  color: rgb(51, 51, 51);
}
.zplb-box td.gwnr {
  clear: both;
  overflow: hidden;
  padding: 10px 2%;
}
.zplb-box .gwnr .gw-title {
  float: left;
  line-height: 25px;
  padding: 12px 0px;
  font-weight: bold;
  color: rgb(51, 51, 51);
  width: 100%;
}
.zplb-box .gwnr .con {
  clear: both;
  overflow: hidden;
}
.zplb-box td.zxyp {
  clear: both;
  overflow: hidden;
  padding: 10px 2%;
  border-top: 1px rgb(221, 221, 221) solid;
  background: rgb(245, 245, 245);
}
.zplb-box .zxyp a {
  float: left;
  width: 74px;
  line-height: 22px;
  padding: 6px 4px;
  background-color: #736246;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  text-align: center;
}
.zplb-box .zxyp a.ckxq {
  background: #5cccc8;
  color: #fff;
  margin-left: 20px;
}

.jobinfo {
  width: 99%;
}
.jobinfo .item {
  line-height: 25px;
}
.jobinfo .item li {
  line-height: 35px;
  font-size: 16px;
}
.jobinfo .item li.tits {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.jobinfo .description .title {
  display: block;
  font-weight: bold;
  border: 0px solid #cccccc;
  border-width: 0 0 1px 0;
  font-size: 16px;
}
.jobinfo .description {
  line-height: 25px;
  font-size: 16px;
}
.jobinfo .beizhu {
  line-height: 25px;
}
.jobinfo .zxyp a {
  border: 1px solid #ddd;
  display: block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #337ab7;
  color: #fff;
  border-radius: 5px;
}
