﻿@charset "utf-8";
/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */
/*CSS Document*/
/*init BEGIN*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
}
/*清除内外边距*/
a:focus {
  -moz-outline-style: none;
}
/*IE不支持*/
a:focus {
  outline: none;
}
/*很多网站都会加的属性*/
body,
button,
input,
select,
textarea {
  /*for ie*/
  /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
  font: 12px/1 Tahoma, Helsub_updownvetica, Arial, "\5b8b\4f53", sans-serif;
  /*用 ascii 字符表示，使得在任何编码下都无问题*/
}
/*设置默认字体*/
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/*将斜体扶正*/
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
/*统一等宽字体*/
small {
  font-size: 12px;
}
/*小于 12px 的中文很难阅读，让 small 正常化*/
ul,
ol {
  list-style: none;
}
/*重置列表元素*/
a {
  text-decoration: none;
}
/*重置文本格式元素*/
abbr[title],
acronym[title] {
  /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
/*重置表单元素*/
legend {
  color: #000;
}
/*for ie6*/
fieldset,
img {
  border: none;
}
/*img 搭车：让链接里的 img 无边框*/
/*注：optgroup 无法扶正*/
button,
input,
select,
textarea {
  font-size: 100%;
  /*使得表单元素在 ie 下能继承字体大小*/
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*重置表格元素*/
hr {
  border: none;
  height: 1px;
}
/*重置 hr*/
html {
  overflow-y: scroll;
}
/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
/*清除float BEGIN*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  display: block;
  zoom: 1;
}
/*清除float END*/
/*init END*/
/*banner BEGIN*/
.cg_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/*子页banner高度*/
.cg_banner,
.cg_banner_listbox,
.cg_banner_listbox ul,
.cg_banner_listbox ul li,
.cg_banner_listbox ul li a {
  display: block;
  height: 469px;
}
/*首页banner高度*/
.cg_banner.cg_index_banner,
.cg_index_banner .cg_banner_listbox,
.cg_index_banner .cg_banner_listbox ul,
.cg_index_banner .cg_banner_listbox ul li,
.cg_index_banner .cg_banner_listbox ul li a {
  display: block;
  height: 493px;
}
.cg_banner_listbox {
  position: relative;
  height: 100%;
  z-index: 0;
}
.cg_banner_listbox ul li {
  zoom: 1;
  vertical-align: middle;
}
/*li按钮*/
.cg_banner .hd {
  height: 18px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 15px;
  z-index: 1;
  width: 100%;
}
.cg_banner .hd ul {
  overflow: hidden;
  zoom: 1;
  clear: both;
  width: 100%;
  text-align: center;
}
.cg_banner .hd ul li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 18px;
  height: 18px;
  background: url(../images/zjw_30.png) no-repeat center;
  margin: 0 8px;
  cursor: pointer;
}
.cg_banner .hd ul li.on {
  background-image: url(../images/zjw_30b.png);
}
/*前/后按钮代码*/
.cg_banner .prev,
.cg_banner .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 9;
}
.cg_banner .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.cg_banner .prev:hover,
.cg_banner .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.cg_banner .prevStop {
  display: none;
}
.cg_banner .nextStop {
  display: none;
}
/*banner END*/
/*上下篇 BEGIN*/
.sub_updown_hei {
  height: 30px;
  line-height: 30px;
}
.sub_updown {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 12px;
  padding: 4px 0;
  width: 100%;
}
.sub_updown div {
  overflow: hidden;
  margin: 6px 0;
  height: 30px;
  line-height: 30px;
}
.sub_updown div a {
  display: block;
  color: #333333 !important;
  height: 30px;
  line-height: 30px;
}
.sub_updown div a[href]:hover {
  color: #00853d !important;
}
.sub_updown div a[href]:hover span {
  background: #80c52c;
}
.sub_updown span {
  text-align: center;
  display: block;
  width: 62px;
  background: #00853d;
  float: left;
  color: #fff;
  margin-right: 18px;
  height: 30px;
  line-height: 30px;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 14px;
  margin-top: 46px;
  line-height: 35px;
}
.ql_fenye a,
.ql_fenye span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 35px;
  height: 35px;
  margin: 0 3px;
  vertical-align: middle;
  background: url(../images/zjw_27.png) no-repeat right center;
}
.ql_fenye a {
  color: #333;
}
.ql_fenye a[href]:hover {
  color: #fff;
  background-position: left center;
}
.ql_fenye a.a1 {
  background: url(../images/zjw_26.png) no-repeat left center;
}
.ql_fenye a.a1[href]:hover {
  background-image: url(../images/zjw_26b.png);
}
.ql_fenye a.a2 {
  background: url(../images/zjw_26.png) no-repeat right center;
}
.ql_fenye a.a2[href]:hover {
  background: url(../images/zjw_26b.png) no-repeat right center;
}
.ql_fenye span {
  background-position: left center;
  color: #fff !important;
  font-weight: normal !important;
}
/*选中需要全部important一下*/
/*分页 END*/
/*百度地图*/
.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}
a[href] * {
  cursor: pointer;
}
/*此文件放置共用函数、变量等*/
/* 手机rem单位字号，与js保持一致 */
/* 兼容IE7 透明度写法 */
/* 字体设置 */
/* 定位属性 */
/* 遮罩层定位 */
/* 截字符 */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
/* 公用类 */
body {
  font-size: 12px;
  color: #333;
  line-height: 1.8;
  font-family: "微软雅黑";
}
/* 清楚浮动 */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
input {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
textarea {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
.hxq_gaba {
  display: inline-block;
  line-height: 26px;
  padding-left: 25px;
  min-height: 20px !important;
  background: url(../images/bah_10.png) no-repeat left center;
}
.hxq_w1920 {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.hxq_w1200 {
  width: 1200px;
  margin: 0 auto;
}
.hxq_w1003 {
  width: 1003px;
  margin: 0 auto;
}
/* CSS Document */
/*以下为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
body {
  font-size: 12px;
  line-height: 26px;
  font-family: "微软雅黑";
  white-space: normal;
  word-break: break-word;
}
.cg_fs {
  font-family: "宋体";
}
.cg_l {
  float: left;
}
.cg_r {
  float: right;
}
/*width*/
body,
html {
  min-width: 1300px !important;
}
.w1002,
.w1004,
.w1100,
.w1200,
.w1216,
.w1280 {
  margin: 0 auto;
}
.w1002 {
  width: 1002px;
}
.w1004 {
  width: 1004px;
}
.w1100 {
  width: 1100px !important;
}
.w1100 img{
	max-width: 1100px !important;
}
.w1200 {
  width: 1200px !important;
}
.w1216 {
  width: 1216px;
}
.w1280 {
  width: 1280px;
}
/*height*/
.heg5 {
  height: 5px;
}
.heg10 {
  height: 10px;
}
.heg15 {
  height: 15px;
}
.heg20 {
  height: 20px;
}
.heg25 {
  height: 25px;
}
.heg30 {
  height: 30px;
}
.heg35 {
  height: 35px;
}
.heg40 {
  height: 40px;
}
.heg45 {
  height: 45px;
}
.heg50 {
  height: 50px;
}
.heg55 {
  height: 55px;
}
.heg60 {
  height: 60px;
}
.heg65 {
  height: 65px;
}
.heg70 {
  height: 70px;
}
.heg75 {
  height: 75px;
}
.heg80 {
  height: 80px;
}
.heg85 {
  height: 85px;
}
.heg90 {
  height: 90px;
}
.heg95 {
  height: 95px;
}
.heg100 {
  height: 100px;
}
.heg105 {
  height: 105px;
}
.heg110 {
  height: 110px;
}
.heg115 {
  height: 115px;
}
.heg120 {
  height: 120px;
}
.heg125 {
  height: 125px;
}
.heg130 {
  height: 130px;
}
.heg135 {
  height: 135px;
}
.heg140 {
  height: 140px;
}
.heg145 {
  height: 145px;
}
.heg150 {
  height: 150px;
}
/*margin*/
.cg_margin_rightno {
  margin-right: 0 !important;
}
.cg_margin_topno {
  margin-top: 0 !important;
}
.cg_margin_bottomno {
  margin-bottom: 0 !important;
}
.cg_margin_leftno {
  margin-left: 0 !important;
}
/*padding*/
.cg_padding_leftno {
  padding-left: 0 !important;
}
.cg_padding_rightno {
  padding-right: 0 !important;
}
.cg_padding_topno {
  padding-top: 0 !important;
}
.cg_padding_bottomno {
  padding-bottom: 0 !important;
}
/*border*/
.cg_border_topno {
  border-top: none !important;
}
.cg_border_leftno {
  border-left: none !important;
}
.cg_border_rightno {
  border-right: none !important;
}
.cg_border_bottomno {
  border-bottom: none !important;
}
/*关键字样式*/
.ql_subpag_about a {
  font-weight: bold;
  color: #000;
}
.ql_subpag_about a:hover {
  color: #666;
}
.qgl_mgaba {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: 26px;
  padding-left: 25px;
  min-height: 20px !important;
  background: url(../images/gaba.png) no-repeat left center;
}
/*以上为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
.xxy a[href] {
  color: #00853d;
}
.xxy a[href][href]:hover {
  color: orangered;
}
.xxy img {
  max-width: 100%;
}
.lbimg img {
  display: block;
}
.dis {
  display: block;
}
.din {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.dn {
  display: none;
}
.minh {
  min-height: 300px;
}
.container-fluid {
  width: 100%;
}
.z_l {
  float: left;
}
.z_r {
  float: right;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.hdtopbg {
  background: #f3f3f3;
  height: 46px;
  line-height: 46px;
}
.hdtop p {
  float: left;
}
.hdtop .cs {
  font-size: 12px;
  color: #cecece;
  vertical-align: bottom;
}
.hdtop .cs a {
  font-size: 14px;
  color: #808080;
}
.hdtop .cs a:hover {
  color: #00853d;
}
.hdtop .dh {
  font-size: 18px;
  color: #00853d;
  margin-right: 30px;
}
.hdtop .dh em {
  font-weight: bold;
  text-transform: uppercase;
}
.hdbotbg {
  height: 94px;
  background: url(../images/zjw1.jpg) no-repeat center;
}
.hdbot .logo {
  margin-top: 6px;
}
.hdbot ul {
  margin-top: 16px;
  margin-right: -20px;
}
.hdbot li {
  position: relative;
  z-index: 99;
  margin-right: 16px;
  float: left;
  font-size: 15px;
}
.hdbot li > a {
  color: #333;
  display: block;
  padding: 0 20px;
  line-height: 76px;
}
.hdbot li > a:hover {
  color: #00853d;
}
.hdbot li.on > a {
  color: #00853d;
}
.hdbot li:hover .zjwxl {
  display: block;
}
.hdbot li .zjwxl {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 76px;
  left: 0;
  padding: 10px 0;
  line-height: 40px;
  background: url(../images/zjw_1.png) center;
}
.hdbot li .zjwxl a {
  display: block;
  font-size: 15px;
  color: #333;
}
.hdbot li .zjwxl a.on {
  background: #fff;
  border-left: 4px solid #00853d;
  border-right: 4px solid #00853d;
}
.hdbot li .zjwxl a:hover {
  background: #fff;
  border-left: 4px solid #00853d;
  border-right: 4px solid #00853d;
}
.ftbg {
  background: #2f2f2f;
  min-height: 348px;
}
.footertk {
  position: relative;
  height: 69px;
}
.footert {
  position: absolute;
  width: 1030px;
  padding: 0 44px;
  height: 83px;
  top: -14px;
  left: -9px;
  line-height: 83px;
  background: url(../images/zjw_2.png) no-repeat center;
}
.footert .tempWrap {
  width: 944px !important;
}
.footert .fthd {
  position: absolute;
  right: 10px;
  top: 36px;
}
.footert .fthd a {
  float: left;
  width: 7px;
  height: 13px;
  margin-right: 14px;
}
.footert .fthd a.ftnext {
  background: url(../images/ft1.png) no-repeat center;
}
.footert .fthd a.ftnext:hover {
  background: url(../images/ft1b.png) no-repeat center;
}
.footert .fthd a.ftprev {
  background: url(../images/ft2.png) no-repeat center;
}
.footert .fthd a.ftprev:hover {
  background: url(../images/ft2b.png) no-repeat center;
}
.footert span {
  font-size: 14px;
  color: #fff;
  float: left;
}
.footert .ftbd a {
	width: auto !important;
  float: left;
  font-size: 13px;
  color: #fff;
  margin-right: 22px;
}
.footert .ftbd a:hover {
  color: #bba88a;
}
.footermidl {
  margin-top: 30px;
  padding-left: 35px;
}
.footermidl ul {
  float: left;
  margin-right: 100px;
}
.footermidl ul li a {
  display: block;
  font-size: 13px;
  color: #9b9b9b;
}
.footermidl ul li a:hover {
  color: #fff;
}
.footermidl ul li a.a1 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.footermidl ul li a.a1:hover {
  color: #bba88a;
}
.footermidr {
  margin-top: 30px;
}
.footermidr img {
  float: left;
}
.footermidr .lxdz {
  margin-left: 60px;
  margin-right: 20px;
}

.footermidr .lxdz .d1 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.footermidr .lxdz .d2 {
  font-size: 12px;
  color: #9b9b9b;
  line-height: 22px;
}
.footermidr .lxdz .d2 em {
  float: left;
}
.footermidr .lxdz .d2 span {
  width: 180px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.footerbot {
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid #4b4b4b;
  min-height: 70px;
  font-size: 12px;
  color: #868686;
}
.footerbot p {
  line-height: 30px;
}
.footerbot a {
  color: #868686;
}
.footerbot a:hover {
  color: #fff;
}
.f1bg {
  height: 390px;
  position: relative;
}
.floor1 {
  position: absolute;
  top: 52px;
}
.floor1r {
  width: 760px;
  padding-top: 8px;
}
.floor1r img {
  float: left;
}
.floor1r .f1top>a {
  margin-top: 52px;
  float: right;
  width: 51px;
  height: 18px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-family: "微软雅黑";
  text-transform: uppercase;
  line-height: 18px;
  background: url(../images/zjw_5.png) no-repeat center;
}
.floor1r a:hover {
  color: #bba88a;
}
.floor1r .f1mid {
	height: 120px;
	overflow: hidden;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  padding-top: 30px;
  margin-bottom: 44px;
}
.floor1r .f1bot {
  margin-top: 14px;
}
.f2bg {
  height: 791px;
  padding-top: 116px;
  background: #eceef2 url(../images/zjw_7.png) no-repeat center bottom;
}
.floor2 h2 {
  text-align: center;
}
.floor2 h2 a {
  font-size: 20px;
  color: #333333;
  font-weight: normal;
}
.floor2 h2 a em {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 66px;
  font-size: 26px;
  color: #00853d;
  font-weight: bold;
  margin-bottom: 17px;
  background: url(../images/zjw_8.png) no-repeat center bottom;
  text-transform: uppercase;
}
.floor2 h2 a:hover {
  color: #00853d;
}
.floor2 h2 a:hover em {
  color: #333;
}
.floor2 .f2bdn {
  text-align: center;
}
.floor2 .f2bdn ul {
  height: 404px;
  padding-top: 32px;
  padding-bottom: 50px;
}
.floor2 .f2bdn li {
  width: 265px;
  float: left;
  margin-right: 12px;
}
.floor2 .f2bdn li:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.floor2 .f2bdn li:hover h3 {
  background: #00853d;
}
.floor2 .f2bdn li > a {
  display: block;
}
.floor2 .f2bdn li > a img {
  display: block;
}
.floor2 .f2bdn li h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 70px;
  background: #333333;
}
.floor2 .f2bdn li h3 a {
  display: block;
  color: #fff;
  padding-left: 62px;
  background: url(../images/zjw_10.png) no-repeat 40px center;
}
.floor2 .f2bdn > a {
  color: #00853d;
  font-size: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(../images/zjw_9.png) no-repeat center top;
  padding-top: 40px;
}
.floor2 .f2bdn > a:hover {
  color: #bba88a;
}
.floor2 .f2hd {
  margin-top: 24px;
}
.floor2 .f2hd li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 37px;
  margin: 0 15px;
}
.floor2 .f2hd li a {
  font-size: 15px;
  color: #fff;
  display: block;
  height: 40px;
  width: 129px;
  background: url(../images/zjw_11.png) no-repeat left top;
}
.floor2 .f2hd li.on a {
  background-position: right top;
}
.floor3 {
  height: 375px;
  padding: 66px 0;
}
.floor3 .f3top {
  height: 36px;
  padding-left: 13px;
  border-left: 4px solid #00853d;
  background: url(../images/zjw_12.png) no-repeat right bottom;
}
.floor3 .f3top h2 {
  float: left;
}
.floor3 .f3top h2 a {
  font-size: 20px;
  color: #00853d;
  line-height: 20px;
}
.floor3 .f3top h2 a em {
  font-weight: normal;
  font-size: 12px;
  color: #989898;
}
.floor3 .f3top h2 a:hover {
  color: #989898;
}
.floor3 .f3top h2 a:hover em {
  color: #00853d;
}
.floor3 .f3top > a {
  float: right;
  font-size: 14px;
  color: #00853d;
  line-height: 36px;
}
.floor3 .f3top > a:hover {
  color: #bba88a;
}
.f3bot {
  margin-top: 28px;
}
.f3bot .f3botl {
  width: 369px;
}
.f3bot .f3botl > a {
  display: block;
}
.f3bot .f3botl > a img {
  display: block;
}
.f3bot .f3botl > a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.f3bot .f3botl h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  padding: 20px 0;
}
.f3bot .f3botl h3 a {
  color: #333;
}
.f3bot .f3botl h3 a:hover {
  color: #00853d;
}
.f3bot .f3botl .f3btnr {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.f3bot .f3botr {
  width: 688px;
}
.f3bot .f3botr li {
  width: 312px;
  margin-top: 14px;
  border-bottom: 1px dashed #d5d5d5;
}
.f3bot .f3botr li h3 {
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
}
.f3bot .f3botr li h3 a {
  color: #333;
}
.f3bot .f3botr li h3 a:hover {
  color: #00853d;
}
.f3bot .f3botr li .f3nr {
  line-height: 38px;
  background: url(../images/zjw4.jpg) no-repeat left bottom;
}
.f3bot .f3botr li em {
  font-size: 12px;
  color: #666666;
  line-height: 42px;
}
.pd20 {
  padding: 20px 0;
}
.zjw_nav {
  font-size: 12px;
  color: #666;
}
.zjw_nav a {
  color: #666;
}
.zjw_nav a:hover {
  color: #00853d ;
}
.zjw_nav .break {
  padding-left: 26px;
  background: url(../images/zjw_13.png) no-repeat left center;
}
.cnav_top {
  font-size: 26px;
  color: #00853d;
  font-weight: bold;
  position: relative;
  line-height: 58px;
  text-transform: uppercase;
  border-bottom: 1px solid #00853d;
}
.cnav_top em {
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -34px;
  display: block;
  width: 68px;
  height: 3px;
  background: #00853d;
}
.canv_bot h2 {
  font-size: 20px;
  color: #333333;
  line-height: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: normal;
}
.ejlm {
  border-top: 1px solid #00853d;
  height: 50px;
  position: relative;
}
.ejbd {
  margin-top: -1px;
  position: absolute;
  z-index: 100;
  width: 798px;
  left: 50%;
  top: 0;
  margin-left: -399px;
}
.ejbd ul {
  text-align: center;
}
.ejbd li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 149px;
  margin: 0 -8px;
}
.ejbd li h2 {
  font-weight: normal;
  font-size: 15px;
  width: 145px;
  height: 49px;
  background: url(../images/zjw_14.png) no-repeat center;
}
.ejbd li h2.on{
  background-image: url(../images/zjw_14b.png);
}
.ejbd li h2:hover {
  background-image: url(../images/zjw_14b.png);
}
.ejbd li h2 a {
  color: #fff;
  display: block;
  width: 115px;
  padding-left: 15px;
  height: 49px;
  line-height: 49px;
}
.ejhd {
  position: absolute;
  width: 1100px;
  left: 50%;
  top: 0;
  margin-left: -550px;
}
.ejhd a {
  display: block;
  width: 33px;
  height: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  font-family: "宋体";
  background: url(../images/zjw_15.png) no-repeat left center;
}
.ejhd a:hover {
  background-position: right center;
}
.ejhd a.prevej {
  float: left;
}
.ejhd a.nextej {
  float: right;
}
.zjwb .footert span {
  display: none;
}
.zjwb .footert .ftbd {
  display: none;
}
.zjwb .footert .fthd {
  display: none;
}
.footert .logo1 {
  margin-top: 8px;
}
.zjwpage {
  padding: 70px 0;
}
.zjwcpzx li {
  width: 265px;
  float: left;
  margin-top: 38px;
  margin-right: 12px;
}
.zjwcpzx li:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.zjwcpzx li:hover h3 {
  background: #00853d;
}
.zjwcpzx li > a {
  display: block;
}
.zjwcpzx li > a img {
  display: block;
}
.zjwcpzx li h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 70px;
  background: #333333;
}
.zjwcpzx li h3 a {
  display: block;
  text-align: left;
  color: #fff;
  padding-left:85px;
  background: url(../images/zjw_10.png) no-repeat 40px center;
}
.xwzxl {
  width: 369px;
  height: 344px;
  padding-bottom: 6px;
  border-bottom: 2px dashed #f7f7f7;
}
.xwzxl > a {
  display: block;
}
.xwzxl > a img {
  display: block;
}
.xwzxl > a img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.xwzxl h3 {
  font-weight: normal;
  font-size: 16px;
  padding: 18px 0;
}
.xwzxl h3 a {
  color: #333333;
}
.xwzxl h3 a:hover {
  color: #00853d;
}
.xwzxl .xwlnr {
  line-height: 26px;
  font-size: 14xp;
  color: #666666;
  height: 52px;
  overflow: hidden;
}
.xwzxl .xwbot {
  margin-top: 6px;
}
.xwzxl .xwbot em {
  font-size: 14px;
  color: #666666;
}
.xwzxl .xwbot a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 24px;
  height: 20px;
  background: #00853d ;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  margin-left: 26px;
}
.xwzxl .xwbot a:hover {
  background: #80c52c;
}
.xwzxr {
  width: 688px;
}
.xwzxlb li {
  border-bottom: 2px dashed #dbdbdb;
  padding-bottom: 23px;
  position: relative;
  margin-top: 30px;
}
.xwzxlb li span {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 9px;
  height: 2px;
  background: #00853d;
}
.xwzxlb li h3 {
  line-height: 18px;
  font-size: 18px;
  font-weight: normal;
}
.xwzxlb li h3 a {
  color: #333333;
}
.xwzxlb li h3 a:hover {
  color: #00853d;
}
.xwzxlb li .xwzxrnr {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  color: #666666;
  padding: 8px 0;
}
.xwzxlb li em {
display: block;
  line-height: 12px;
  font-size: 12px;
  color: #666666;
}
.sitemap {
  background: url(../images/zjw7.jpg) no-repeat center top;
  text-align: center;
}
.sitemap ul {
  width: 116px;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.sitemap ul li {
  padding: 9px 0;
  line-height: 27px;
  font-size: 16px;
}
.sitemap ul li a {
  color: #080101;
  display: block;
}
.sitemap ul li.l1 {
  padding: 20px 0;
}
.sitemap ul li.l1 a {
  color: #fff;
}
.sitemap ul li:hover {
  background: #00853d;
}
.sitemap ul:hover {
  background: #80c52c;
}
.sitemap ul:hover a {
  color: #fff;
}
.zjwlxwml {
  width: 632px;
  height: 380px;
  border: 1px solid #dbdbdb;
}
.zjwlxwml iframe {
  width: 100%;
  height: 100%;
}
.zjwlxwmr {
  width: 398px;
}
.zjwlxwmr > img {
  padding-top: 9px;
}
.zjwlxwmr .d1 {
  font-size: 36px;
  color: #00853d;
  line-height: 36px;
  margin-top: 36px;
}
.zjwlxwmr .d2 {
  font-size: 14px;
  color: #666666;
  padding-left: 24px;
  margin-bottom: 14px;
  line-height: 40px;
  background: url(../images/zjw_18.png) no-repeat left center;
  border-bottom: 1px solid #c2c0c0;
}
.zjwlxwmr .d3 {
  font-size: 14px;
  color: #444444;
}
.zjwlxwmr .ewm {
  margin-top: 44px;
}
.pdt0 {
  padding-top: 0;
}
.inw1 {
  width: 282px;
  height: 38px;
  margin-top: 30px;
  padding-left: 44px;
  padding-right: 10px;
  border: 1px solid #dddddd;
}
.inw1 input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #9d9d9d;
}
.i1 {
  background: #f4f5f7 url(../images/zjw_20.png) no-repeat 10px center;
  margin-right: 42px;
}
.i2 {
  background: #f4f5f7 url(../images/zjw_21.png) no-repeat 10px center;
  margin-right: 43px;
}
.i3 {
  background: #f4f5f7 url(../images/zjw_22.png) no-repeat 10px center;
}
.i31 {
  background: #f4f5f7 url(../images/zjw_221.png) no-repeat 10px center;
}
.inw2 {
  margin-top: 30px;
  padding: 10px 0;
  padding-left: 44px;
  padding-right: 20px;
  height: 168px;
  border: 1px solid #dddddd;
  background: #f4f5f7 url(../images/zjw_23.png) no-repeat 10px 10px;
}
.inw2 textarea {
  resize: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #9d9d9d;
  line-height: 26px;
}
.inw3 {
  margin-top: 30px;
  width: 140px;
  height: 38px;
  padding-left: 44px;
  padding-right: 10px;
  border: 1px solid #dddddd;
  background: #f4f5f7 url(../images/zjw_24.png) no-repeat 10px center;
}
.inw3 input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #9d9d9d;
}
.yjkbg a.yzm {
  margin-top: 30px;
  float: left;
  margin-left: 18px;
  border: 1px solid #dddddd;
}
.yjkbg a.tj {
  float: right;
  width: 140px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #00853d;
  margin-top: 30px;
  margin-left: 16px;
}
.yjkbg a.tj:hover {
  background: #80c52c;
}
.zsdl {
  background: #f3f3f3;
  padding: 0 30px;
  padding-bottom: 36px;
}
.zsdl .inw1 {
  width: 262px;
  background-color: #fff;
}
.zsdl .inw2 {
  background-color: #fff;
}
.zsdl .inw3 {
  background-color: #fff;
}
.jmxx {
  padding-left: 54px;
  line-height: 42px;
  margin-top: 34px;
  height: 42px;
  font-size: 14px;
  color: #fff;
  background: #00853d url(../images/zjw_25.png) no-repeat 20px center;
}
.jmxxp {
  font-size: 14px;
  color: #666666;
  line-height: 32px;
}

/*# sourceMappingURL=zjw.css.map */
