﻿@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, Helvetica, 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;
}
body{
  background: #fafafa}
/*让非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: 503px;
}
/*首页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: 503px;
}
.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: 36px;
  position: absolute;
  left: 50%;
  bottom: 40%;
  z-index: 1;
  width: 1200px;
  margin-left: -600px;
}
.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; margin:0 2px;  width:30px; height:8px; line-height:8px; text-align:center; background:#fff; cursor:pointer; overflow:hidden; line-height:8px; color:#fff;}
.cg_banner .hd ul li.on{ background:#f00; color:#f00;}*/
/*前/后按钮代码*/
.cg_banner .prev,
.cg_banner .next {
  position: absolute;
  left: -36px;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/zjw_3.png) left top no-repeat;
  z-index: 9;
}
.cg_banner .next {
  left: auto;
  right: -36px;
  background-position: right top;
}
.cg_banner .prev:hover {
  background-position: left bottom;
}
.cg_banner .next:hover {
  background-position: right bottom;
}
.cg_banner .prevStop {
  display: none;
}
.cg_banner .nextStop {
  display: none;
}
/*banner END*/
/*上下篇 BEGIN*/
.sub_updown_hei {
  height: 30px;
  line-height: 30px;
}
.sub_updown {
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 12px;
  padding: 4px 0;
  width: 100%;
  padding-top: 10px;
}
.sub_updown div {
  overflow: hidden;
  margin: 6px 0px;
  height: 30px;
  line-height: 30px;
}
.sub_updown div a {
  display: block;
  color: #333333;
  height: 30px;
  line-height: 30px;
}
.sub_updown div a[href]:hover {
  color: #ff9619;
}
.sub_updown div a[href]:hover span{
  color: #fff;
  background: #ff9619;
}
.sub_updown span {
	text-align: center;
	margin-right: 18px;
	color: #fff;
  display: block;
  float: left;
  width: 62px;
  background: #0097ea;
  height: 30px;
  line-height: 30px;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 16px;
}
.ql_fenye a,
.ql_fenye span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0px 3px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  background: url(../images/zjwy.png) no-repeat center;
}
.ql_fenye a {
  color: #ffffff;
}
.ql_fenye a.a1{
	font-family: "宋体";
}
.ql_fenye a[href]:hover {
  background: url(../images/zjwyb.png) no-repeat center !important;
}
.ql_fenye span {
  background: url(../images/zjwyb.png) no-repeat center !important;
  color: #fff !important;
  padding: 2px 6px !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;
}
.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*/
.ql_fenyepoa {
  padding: 10px;
}
.ql_fenyepoa a,
.ql_fenyepoa span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border: 1px solid #eee;
  padding: 0 5px;
  margin: 3px 3px !important;
}
.ql_fenyepoa a {
  color: #333;
}
.ql_fenyepoa a:hover {
  color: #f4b613;
  border-color: #f4b613;
}
.ql_fenyepoa span {
  color: #f4b613;
  border-color: #f4b613;
}
.xxy a {
  color: #f00;
}
.xxy a:hover {
  color: orangered;
}
.xxy img {
  max-width: 100%;
}
.lbimg img {
  display: block;
}
.dis {
  display: block;
}
.dib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.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;
}
.hdbg {
  position: absolute;
  z-index: 99;
}
.header ul {
  background: url(../images/zjw_2.png) center;
}
.header ul li {
  float: left;
  width: 86px;
  text-align: center;
}
.hdnavk ul{
	position: relative;
}
.hdnavk ul li:hover .zjwxl{
	display: block;
}
.hdnavk .zjwxl{
	display: none;
	position: absolute;
	top: 90px;
	width: 100%;
	line-height: 45px;
	left: 0;
	background: url(../images/zjwtb.png) center;
}
.zjwxl a{
	float: left;
	font-size: 15px;
	color: #333;
	margin: 0 18px;
}
.zjwxl a:hover{
	color: #ff8b00;
	font-weight: bold;
}
.zjwxl a.on{
	color: #ff8b00;
	font-weight: bold;
}
.header ul li:hover > a {
  background: url(../images/zjw1.jpg) no-repeat center;
}
.header ul li.on > a {
  background: url(../images/zjw1.jpg) no-repeat center;
}
.header ul li:hover > a em {
  color: #fff;
}
.header ul li.on > a em {
  color: #fff;
}
.header ul li > a {
  display: block;
  padding-top: 20px;
  height: 70px;
}
.header ul li > a span {
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
  display: block;
}
.header ul li > a em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 20px;
  text-transform: uppercase;
}
.f1bg {
  background: url(../images/hj1.jpg) repeat center;
  padding: 60px 0;
  height: 386px;
}
.f1l {
  width: 682px;
  padding: 24px;
  padding-top: 10px;
  padding-bottom: 30px;
  background: #fff;
}
.f1ltop {
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #dfdfdf;
}
.f1ltop h2 {
  float: left;
  font-size: 24px;
  height: 51px;
  margin-right: 10px;
  font-weight: normal;
  border-bottom: 3px solid #00a1e9;
}
.f1ltop h2:hover {
  border-color: #ff8b00;
}
.f1ltop h2:hover a {
  color: #ff8b00;
}
.f1ltop h2 a {
  color: #00a1e9;
}
.f1ltop .f1ltopa {
  float: left;
  font-size: 16px;
  color: #777777;
}
.f1ltop .more {
  font-size: 14px;
  color: #777777;
}
.f1ltop .more:hover {
  color: #ff8b00;
}
.f1lz {
  margin-top: 27px;
}
.f1lr {
  margin-top: 28px;
  position: relative;
}
.f1lr .f2ank{
  position: absolute;
  top:-66px;
  right: 60px;
}
.f1lr .f2ank a{
  font-size:34px;
  color: #00a1e9;
  margin:0 10px;
  font-family:"宋体";
  font-weight: bold;
}
.f1lr .f2ank a:hover{
  color: #ff8b00;
}
.xwzxlb {
  width: 368px;
}
.xwzxlb li {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px dashed #8c8c8c;
}
.xwzxlb li.new h3 a{
  color: red;
  font-weight: bold;
}
.xwzxlb h3 {
  font-weight: normal;
}
.xwzxlb h3 a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  color: #555555;
  padding-left: 20px;
  background: url(../images/zjw_4.png) no-repeat left center;
}
.xwzxlb h3 a:hover {
  color: #ff8b00;
}
.xwzxlb h3 em {
  font-size: 14px;
  color: #999;
  float: right;
}
.f1r {
  width: 394px;
  height: 341px;
  padding: 0 26px;
  padding-top: 10px;
  padding-bottom: 30px;
  background: #fff;
  position: relative;
}
.f1r .f1ank{
  position: absolute;
  top: 24px;
  right: 27px;
}
.f1r .f1ank a{
  font-size:34px;
  color: #00a1e9;
  font-family:"宋体";
  font-weight: bold;
}
.f1r .f1ank a:hover{
  color: #ff8b00;
}
.lygglb {
  padding-top: 7px;
}
.lygglb span{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 81px;
}
.xs{
  width: 726px;
  height:234px;
  overflow: hidden;
}
.lygglb li {
  padding: 0 12px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-bottom: 14px;
}
.lygglb li h3 {
  font-size: 14px;
  font-weight: normal;
}
.lygglb li h3 a {
  color: #777777;
}
.lygglb li h3 a:hover {
  color: #00a1e9;
}
.lygglb li h3 a:hover em {
  color: #ff8b00;
}
.lygglb li h3 a em {
  font-size: 14px;
  color: #00a1e9;
  margin-left: 5px;
}
.f2bg {
  /*height: 688px;*/
  height: 614px;
  /*padding-top: 50px;*/
  background: #fff;
}
.lybt {
  text-align: center;
  background: url(../images/zjw_6.png) no-repeat 353px center;
  font-weight: normal;
  font-size: 36px;
  line-height: 40px;
}
.lybt a {
  color: #000;
}
.lybt a:hover {
  color: #ff8b00 !important;
}
.floor2 p.tc {
  font-size: 16px;
  color: #666;
}
.floor2 .f2top {
  padding: 46px 0;
  text-align: center;
}
.floor2 .f2top li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 46px;
  position: relative;

  min-width: 80px;
  text-align: center;
  padding-top: 90px;
  background: url(../images/zjw_7.png) no-repeat center top;
}
.floor2 .f2top li>a{
	display: block;
}
.floor2 .f2top li h2{
	font-weight: normal;
	font-size: 16px;
}
.floor2 .f2top li h2 a{
	color: #333333;
}
.floor2 .f2top li:hover h2 a{
	color: #00a1e9;
}
.floor2 .f2top li:hover {
  background: url(../images/zjw_7b.png) no-repeat center top;
}
.floor2 .f2top li.on {
  background: url(../images/zjw_7b.png) no-repeat center top;
}
.floor2 .f2top li:hover div.d1 {
  background-image: url(../images/d1b.png);
}
.floor2 .f2top li:hover div.d2 {
  background-image: url(../images/d2b.png);
}
.floor2 .f2top li:hover div.d3 {
  background-image: url(../images/d3b.png);
}
.floor2 .f2top li:hover div.d4 {
  background-image: url(../images/d4b.png);
}
.floor2 .f2top li:hover div.d5 {
  background-image: url(../images/d5b.png);
}
.floor2 .f2top li:hover div.d6 {
  background-image: url(../images/d6b.png);
}
.floor2 .f2top li:hover div.d7 {
  background-image: url(../images/d7b.png);
}
.floor2 .f2top li:hover div.d8 {
  background-image: url(../images/d8b.png);
}
.floor2 .f2top li:hover div.d9 {
  background-image: url(../images/d9b.png);
}
.floor2 .f2top li:hover div.d10 {
  background-image: url(../images/d10b.png);
}
.floor2 .f2top li.on div.d1 {
  background-image: url(../images/d1b.png);
}
.floor2 .f2top li.on div.d2 {
  background-image: url(../images/d2b.png);
}
.floor2 .f2top li.on div.d3 {
  background-image: url(../images/d3b.png);
}
.floor2 .f2top li.on div.d4 {
  background-image: url(../images/d4b.png);
}
.floor2 .f2top li.on div.d5 {
  background-image: url(../images/d5b.png);
}
.floor2 .f2top li.on div.d6 {
  background-image: url(../images/d6b.png);
}
.floor2 .f2top li.on div.d7 {
  background-image: url(../images/d7b.png);
}
.floor2 .f2top li.on div.d8 {
  background-image: url(../images/d8b.png);
}
.floor2 .f2top li.on div.d9 {
  background-image: url(../images/d9b.png);
}
.floor2 .f2top li.on div.d10 {
  background-image: url(../images/d10b.png);
}
.floor2 .f2top li div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 38px;
  height: 34px;
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: -19px;
  background-position: center;
  background-repeat: no-repeat;
}
.floor2 .f2top li div.d1 {
  background-image: url(../images/d1.png);
}
.floor2 .f2top li div.d2 {
  background-image: url(../images/d2.png);
}
.floor2 .f2top li div.d3 {
  background-image: url(../images/d3.png);
}
.floor2 .f2top li div.d4 {
  background-image: url(../images/d4.png);
}
.floor2 .f2top li div.d5 {
  background-image: url(../images/d5.png);
}
.floor2 .f2top li div.d6 {
  background-image: url(../images/d6.png);
}
.floor2 .f2top li div.d7 {
  background-image: url(../images/d7.png);
}
.floor2 .f2top li div.d8 {
  background-image: url(../images/d8.png);
}
.floor2 .f2top li div.d10 {
  background-image: url(../images/d10.png);
}
.floor2 .f2top li div.d9 {
  background-image: url(../images/d9.png);
}
.floor2 .f2tp{
	width: 474px;
	float: left;
}
.floor2 .f2bot {
	width: 726px;
  min-height: 312px;
  font-size: 14px;
  color: #666666;
}
.floor2 .f2bot>a {
  margin:0 auto;
  margin-top:15px;
  display: block;
  border: 1px solid #00a1e9;
  width: 146px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #00a1e9;
}
.floor2 .f2bot>a:hover {
  border-color: #fb2d51;
  color: #fb2d51;
}
.f3bg {
  background: url(../images/hj2.jpg) center;
  padding: 60px 0;
  padding-top: 15px;
}
.op {
  display: block;
}
.op:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.grywlb {
  margin-top: 48px;
}
.grywlb li {
  float: left;
  margin-right: 28px;
  text-align: center;
  width: 217px;
}
.grywlb li > a {
  display: block;
}
.grywlb li > a img {
  display: block;
}
.grywlb li > a img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.fbbox{
  padding-top:27px;
  height: 258px !important;
}
.grywlb li h2 {
  font-size: 24px;
  font-weight: normal;
  margin-top: -18px;
  position: relative;
  z-index: 99;
}
.grywlb li h2 a {
  color: #333;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-top: 60px;
  height: 52px;
  line-height: 52px;
  background: url(../images/zjw_9.png) no-repeat center top;
  border-bottom: 1px dashed #adadad;
}
.pd24p{
  padding: 0 60px;
  line-height:36px;
}
.grywlb li:hover h2 a {
  background: url(../images/zjw_9b.png) no-repeat center top;
  color: #ff8b00;
}
.f4bg {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  height: 100px;
  line-height: 100px;
}
.yqlj span {
  float: left;
  color: #2c2c2c;
  font-size: 18px;
  padding-right: 20px;
  background: url(../images/zjw9.jpg) no-repeat right center;
}
.yqlj .yqljbox {
  float: left;
}
.yqlj .yqljbox .yqljbd li {
  margin-right: 14px;
  position: relative;
  height: 50px;
}
.zm_zm{
  margin-left: 4px;
}
.yqlj .yqljbox .yqljbd li:hover .zzc {
  display: block;
}
.yqlj .yqljbox .yqljbd li .zzc {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #ffffff;
  top: 0;
  left: 0;
  line-height: 49px;
  background: url(../images/zjw_10.png) no-repeat center;
}
.f5bg {
  border-top: 1px solid #e6e6e6;
  background: #fff;
  min-height: 26px;
  height: 100px;
}
.floor5 span {
  font-size: 18px;
  color: #2c2c2c;
  float: left;
  margin-right: 10px;
}
.floor5 {
  line-height: 100px;
  position: relative;
}
.floor5 .f5hd {
  position: absolute;
  top: 0px;
  width: 100%;
}
.floor5 .f5hd a {
  font-family: "宋体";
  color: #008cd9;
  font-size: 30px;
}
.floor5 .f5hd a:hover {
  font-weight: bold;
  color: #123756;
}
.floor5 .f5hd a.f5prev {
  margin-left: 115px;
}
.floor5 em {
  float: left;
  font-size: 14px;
  color: #2c2c2c;
  padding-right: 20px;
  background: url(../images/zjw_13.png) no-repeat right center;
}
.floor5 .f5bd {
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin-left: 192px;
  width: 931px;
}
.floor5 .f5bd li img{
	display: block;
}
.floor5 .f5bd li {
  float: left;
  width: 143px;
  height: 49px;
  margin-right: 10px;
  margin-top: 25px;
  text-align: center;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  word-wrap: break-word;
  white-space: nowrap;
  font-size: 16px;
  color: #2c2c2c;
  position: relative;
  border: 1px solid #cdcdcd;
}
.floor5 .f5bd li:hover .zzc {
  display: block;
}
.floor5 .f5bd li .zzc {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #ffffff;
  top: 0;
  left: 0;
  line-height: 49px;
  background: url(../images/zjw_10.png) no-repeat center;
}
.floor5 .f5bd a:hover {
  color: #008cd9;
}
.footertopk {
  background: #595959;
  min-height: 244px;
}
.footertopk ul {
  padding-top: 18px;
}
.footertopk li {
  float: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 64px;
  margin-right: 35px;
  white-space: nowrap;
}
.footertopk li .d1 {
  line-height: 48px;
  height: 48px;
  border-bottom: 2px solid #555555;
  margin-bottom: 10px;
}
.footertopk li .d1 a {
  font-size: 16px;
  color: #fff;
}
.footertopk li .d1 a:hover {
  color: #ff8b00;
}
.footertopk li .d2 {
  height: 34px;
  line-height: 34px;
}
.footertopk li .d2 a {
  font-size: 14px;
  color: #b3b3b3;
}
.footertopk li .d2 a:hover {
  color: #ff8b00;
}
.footertopk li .d3 {
  height: 34px;
  line-height: 34px;
  color: #b3b3b3;
  font-size: 14px;
}
.footertopk .ewm {
  padding: 14px;
  margin-top: 33px;
  background: url(../images/) no-repeat center;
}
.footertopk .ewm img {
  padding: 0px;
  background: #fff;
}
.footerbotk {
  min-height: 64px;
  background: #373737;
}
.fbl {
  padding: 10px 0;
  font-size: 12px;
  color: #6c6c6c;
}
.fbl a {
  color: #6c6c6c;
}
.fbl a:hover {
  color: #ff8b00;
}
.zjwmapmid {
  position: relative;
  margin-top: 30px;
  border-top: 1px solid #0096d9;
}
.zjwmapmid .dbh {
  height: 41px;
  width: 54px;
  position: absolute;
  top: -1px;
  background: url(../images/zjw_14.png) no-repeat right top;
}
.zjwmaptop a{
	display: block;
}
.zjwmaptop img:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.zjwmapmid ul {
  margin-top: 40px;
}
.zjwmapmid ul li {
  float: left;
  width: 108px;
  margin-right: 13px;
  text-align: center;
}
.zjwmapmid ul li:hover .d3 {
  background-position: left center;
}
.zjwmapmid ul li:hover .d3 a {
  color: #ff8b00;
}
.zjwmapmid ul li .d3 {
  width: 108px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  margin-bottom: 10px;
  background: url(../images/zjw_15.png) no-repeat right center;
}
.zjwmapmid ul li .d3 a {
  font-size: 16px;
  color: #333333;
}
.zjwmapmid ul li .d3:hover a {
  color: #ff8b00;
}
.zjwmapmid ul li .d3.on {
  background-position: left center;
}
.zjwmapmid ul li .d3.on a {
  color: #ff8b00;
}
.zjwmapmid ul li .d4 {
  line-height: 34px;
}
.zjwmapmid ul li .d4 a {
  font-size: 15px;
  color: #333333;
}
.zjwmapmid ul li .d4 a:hover {
  color: #ff8b00;
}
.zlxfsl {
  width: 330px;
}
.zlxfsl .lxfs1 {
  padding: 4px 0;
}
.zlxfsl .lxfs2 {
  margin-top: 20px;
}
.zlxfsl .lx1 {
  width: 22px;
  height: 24px;
}
.zlxfsl .lx1.t1 {
  background: url(../images/zjw_17.png) no-repeat left center;
}
.zlxfsl .lx1.t2 {
  background: url(../images/zjw_18.png) no-repeat left center;
}
.zlxfsl .lx1.t3 {
  background: url(../images/zjw_19.png) no-repeat left center;
}
.zlxfsl .lx2 {
  font-size: 16px;
  margin-left: 38px;
  color: #333333;
}
.zjwzxly {
  background: url(../images/zjw_21.png) no-repeat left center;
}
.zjwzxly .zxlyr {
  -webkit-border-radius: ;
     -moz-border-radius: ;
          border-radius: ;
  width: 522px;
  height: 430px;
  padding: 22px 0;
  padding-left: 44px;
  padding-right: 24px;
  -webkit-box-shadow: 0 0 10px 4px #eee;
     -moz-box-shadow: 0 0 10px 4px #eee;
          box-shadow: 0 0 10px 4px #eee;
}
.zjwzxly .zxlyr .zxly1 {
  height: 26px;
  padding: 15px 0;
  width: 100%;
  background: url(../images/zjw_22.png) no-repeat left center;
  border-bottom: 1px solid #e2e2e2;
}
.zxly2 {
  padding: 10px 0;
}
.zxly2 .z_cos {
  margin-top: 14px;
  line-height: 36px;
}
.zxly2 .z_cos span {
  font-size: 14px;
  color: #444;
  font-weight: bold;
  float: left;
}
.zxly2 .z_cos .inw {
  margin-left: 6px;
  float: left;
  width: 400px;
  padding: 0 12px;
  height: 34px;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.zxly2 .z_cos .inw input {
	width: 100%;
	height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #666666;
}
.zxly2 .z_cos .inw.inw2 {
  height: 82px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.zxly2 .z_cos .inw.inw2 textarea {
  width: 100%;
  height: 82px;
  resize: none;
  line-height: 26px;
  font-size: 14px;
  color: #666666;
  overflow: auto;
}
.zxly2 .z_cos1 {
  margin-top: 14px;
  line-height: 36px;
}
.zxly2 .z_cos1 span {
  font-size: 14px;
  color: #444;
  font-weight: bold;
  float: left;
  width: 70px;
  text-align: right;
}
.zxly2 .z_cos1 .inw {
  width: 66px;
  padding: 0 12px;
  margin-left: 6px;
  line-height: 34px;
  float: left;
  height: 34px;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.zxly2 .z_cos1 .inw input {
	width: 100%;
	height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #666666;
}
.zxly2 .z_cos1 a {
  float: left;
  margin-left: 16px;
  height: 34px;
  border: 1px solid #c7c7c7;
}
.zxly2 .z_cos1 a img {
  width: 100%;
  height: 100%;
  display: block;
}
.zxly2 .ank {
  margin-left: 66px;
  margin-top: 26px;
}
.zxly2 .ank a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 123px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  margin-right: 16px;
  text-align: center;
  color: #fff;
  background: url(../images/zjw_24.png) no-repeat center;
}
.zxly2 .ank a:hover {
  background: url(../images/zjw_24b.png) no-repeat center;
}
.zjwckly li {
  border-bottom: 1px dashed #f3f3f3;
}
.ykly2 {
  width: 870px;
  font-size: 14px;
  color: #333333;
}
.ykly2 span {
  font-size: 18px;
  color: #ff8b00;
}
.kfhf {
  margin-top: 25px;
  position: relative;
  border: 1px solid #e3e2e2;
  padding: 15px 14px;
  font-size: 14px;
  color: #333333;
  width: 854px;
  float: right;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background: #fafafa;
}
.kfhf em {
  position: absolute;
  top: -14px;
  display: block;
  left: 28px;
  width: 28px;
  height: 14px;
  background: url(../images/zjw_27.png) no-repeat center;
}
.kfhf span {
  font-size: 18px;
  color: #0096d9;
}
.cklydate {
  line-height: 72px;
  height: 72px;
  margin-left: 69px;
  font-size: 14px;
  color: #333333;
}
.pf{
  position: fixed;
  right: 20px;
  bottom: 150px;
  z-index: 99999;
}
.pf li{
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.pf li.l1{
  position: relative;
  background: url(../images/zjweeb.png) no-repeat center bottom;
}
.pf li.l1.l11{
  background: url(../images/zjweedhb.png) no-repeat center bottom;
}
.pf li.l1.l11:hover{
  background: url(../images/zjweedh.png) no-repeat center bottom;
}
.pf li.l1 span{
  display: none;
  padding:10px;
  background: #0096d9;
  position: absolute;
  right: 60px;
  top: 0;
  z-index: 99999;
}
.pf li.l1 .jh{
  padding: 0 10px;
  width: 160px;
  height: 60px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  display: none;
  background: #0096d9;
  position: absolute;
  right: 60px;
  top: 0;
  z-index: 99999;
}
.pf li.l1:hover .jh{
  display: block;
}
.pf li.l1 span img{
  padding:4px;
  background: #fff;
}
.pf li.l1:hover{
  background: url(../images/zjwee.png) no-repeat center bottom;
}
.pf li.l1:hover span{
  display: block;
}
.pf li.l2{
  background: url(../images/zjwee2b.png) no-repeat center bottom;
}
.pf li.l2 a{
  display: block;
  height: 60px;
}
.pf li.l2:hover{
  background: url(../images/zjwee2.png) no-repeat center bottom;
}
.pf li.l3{
  background: url(../images/zjwee3b.png) no-repeat center bottom;
}
.pf li.l3 a{
  display: block;
  height: 60px;
}
.pf li.l3:hover{
  background: url(../images/zjwee3.png) no-repeat center bottom;
}
.fbr{
  width:154px;
  padding-left: 10px;
  margin-top: 14px;
  height: 30px;
  line-height: 30px;
  position: relative;
  background: #464646;
  color: #fff;
}
.fbr ul{
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #efefef;

}
.fbr ul li{
  padding-left: 10px;
}
.fbr ul li a{
  color: #0172be;
}
.fbr ul li:hover a{
  color: #fff;
}
.fbr ul li:hover{
  background: #0172be;
}
.fbr em{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  width:32px;
  height: 30px;
  background: url(../images/zjwyq.jpg) no-repeat center;
}
.ljxg{
	margin-top: 20px;
}
.ljxg li{
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 44px;
}
.ljxg li.l1{
	background: url(../images/1.png) no-repeat center;
}
.ljxg li.l2{
	background: url(../images/2.png) no-repeat center;
}
.ljxg li.l3{
	background: url(../images/3.png) no-repeat center;
}
.ljxg li.l4{
	background: url(../images/4.png) no-repeat center;
}
.ljxg li.l5{
	background: url(../images/5.png) no-repeat center;
}
.ljxg li.l6{
	background: url(../images/6.png) no-repeat center;
}
.ljxg li.l1:hover{
	background: url(../images/1b.png) no-repeat center;
}
.ljxg li.l2:hover{
	background: url(../images/2b.png) no-repeat center;
}
.ljxg li.l3:hover{
	background: url(../images/3b.png) no-repeat center;
}
.ljxg li.l4:hover{
	background: url(../images/4b.png) no-repeat center;
}
.ljxg li.l5:hover{
	background: url(../images/5b.png) no-repeat center;
}
.ljxg li.l6:hover{
	background: url(../images/6b.png) no-repeat center;
}
.zjwsbcx a{
    float: left;
    height:34px;
    line-height: 34px;
    padding: 0 6px;
    text-align: center;
    color: #fff;
    border-radius:4px;
    background: #0096d9;
    font-size: 16px;
  margin:10px;
}
.zjwsbcx a:hover{
     background: #ff8b00;
 }
.ygfl{
  padding-bottom: 30px;
}
.f2bot .ygfl li{
  width: 290px;
  margin-right: 8px;
}
.f2bot .ygfl li .ygflbot{
  width:250px;
}
.ygfl li{
  float: left;
  margin-right: 9px;
  margin-top: 9px;
  width: 310px;
  border:1px solid #cecece;
}
.ygfl li .ygflbot{
  padding:0 20px;
  width: 270px;
  background: #ffffff;
  border-top:1px solid #cecece;
  height: 58px;
  line-height: 58px;
}
.ygfl li img{
  display: block;
}
.ygfl li h3{
  float: left;
  font-size: 18px;
}
.ygfl li h3 a{
  color: #333;
}
.ygfl li a.more{
  float: right;
  width: 68px;
  margin-top: 16px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #0096d9;
  font-size:16px;
  background: url(../images/sqk.png) no-repeat center;
}
.ygfl li:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ygfl li:hover h3 a{
  color: #ff8b00;
}

.ygfl li:hover a.more{
  color: #fff;
  background: url(../images/sqkb.png) no-repeat center;
}
.ygflxxr{
  float: right;
  width: 508px;
}
.yg_cos{
  margin-top: 12px;
}
.yg_cos em{
  float: left;
  width: 70px;
  font-size: 14px;
  color: #444444;
  line-height: 34px;
  font-weight: bold;
}
.yg_cos .yginw{
  float: left;
  width: 394px;
  padding: 0 14px;
  height:32px;
  margin-left:8px;
  border:1px solid #c7c7c7;
  border-radius: 4px;
  position: relative;
}
.yg_cos .yginw2{
  height:74px;
  padding:4px 14px;
}
.yg_cos .yginw3{
  width: 64px;
}
.yg_cos .yginw2 textarea{
  height: 74px;
  line-height: 26px;
  font-size: 14px;
  color: #444444;
  width: 100%;
  resize: none;
}
.yg_cos a{
  float: left;
  width: 82px;
  height: 32px;
  border:1px solid #7496c4;
  margin-left: 16px;
}
.yg_cos a img{
  width: 100%;
  height: 100%;
}
.yg_cos .yginw input{
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #444444;
  width: 100%;
}
.yg_cos .yginw .xlj{
  position: absolute;
  top: 7px;
  right: 16px;
  cursor: pointer;
  width: 27px;
  height: 21px;
  background: url(../images/ygflxl.png) no-repeat center;
}
.yg_cos .yginw .l-select-bm{
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #444444;
}
.yg_cos .yginw select{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 32px;
  opacity: 0;
}
.yganl{
  text-align: center;
}
.yganl a{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin:0 8px;
  margin-top: 24px;
  width: 123px;
  height: 32px;
  color: #fff;
  background: url(../images/ygan.jpg) no-repeat center;
}
.yganl a:hover{
  background-image: url(../images/yganb.jpg);
}
.ygflxxl{
  width: 410px;
  float: left;
}
.ygflxxl .ygbd{
  width: 403px;
  height: 277px;
  border:1px solid #e8e8e8;
}
.ygflxxl .yghd{
  margin-top: 8px;
}
.ygflxxl .yghd li{
  float: left;
  margin-right: 9px;
  cursor: pointer;
  width: 127px;
  height: 86px;
  border:1px solid #e8e8e8;
}
.mgn{
  margin:0 !important;
}
.ygwjj{
  color: #333333;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}
.btsq{
  width: 522px;
  height: 26px;
  margin-bottom: 28px;
  padding-bottom:15px;
  border-bottom:1px solid #e2e2e2;
  background: url(../images/btsq.jpg) no-repeat left center;
}
.ygbz{
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #ff8b00;
}
.flnrk{
  text-align: center;
    padding: 40px 0;
    background: #f7f7f7;
    margin-top: 87px;
}
.flnrk .flnr1{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 108px;
  margin:0 32px;
}
.flnrk .flnr1 a{
  display: block;
}
.flnrk .flnr2{
  font-size:18px;
  color: #333;
  margin-top: 10px;
}
.flnrk .flnr1 .flnr3{
  width: 69px;
  height:63px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.flnrk .flnr1 .flnr3.d1{
   background: url(../images/ygll1.png) no-repeat center;
 }
.flnrk .flnr1 a:hover .flnr3.d1{
  background: url(../images/ygll1b.png) no-repeat center;
}
.flnrk .flnr1 .flnr3.d2{
  background: url(../images/ygll2.png) no-repeat center;
}
.flnrk .flnr1 a:hover .flnr3.d2{
  background: url(../images/ygll2b.png) no-repeat center;
}


.flnrk .flnr1 .flnr3.d3{
  background: url(../images/ygll3.png) no-repeat center;
}
.flnrk .flnr1 a:hover .flnr3.d3{
  background: url(../images/ygll3b.png) no-repeat center;
}
.flnrk .flnr1 .flnr3.d4{
  background: url(../images/ygll4.png) no-repeat center;
}
.flnrk .flnr1 a:hover .flnr3.d4{
  background: url(../images/ygll4b.png) no-repeat center;
}
.flnrk .flnr1 .flnr3.d5{
  background: url(../images/ygll5.png) no-repeat center;
}
.flnrk .flnr1 a:hover .flnr3.d5{
  background: url(../images/ygll5b.png) no-repeat center;
}
.flnrk .flnr1 .flnr3.d6{
  background: url(../images/ygll6.png) no-repeat center;
}
.flnrk .flnr1 a:hover .flnr3.d6{
  background: url(../images/ygll6b.png) no-repeat center;
}
.tw li{
  float: left;
  margin-right: 20px;

}
.tw li.on a{
  font-weight: bold;
  background: #ff8b00;
}
.tw li a{
  display: block;
  padding:0 8px;
  font-size:16px;
  color: #fff;
  background: #3b3b3b;
}
.afg{
  margin-top: 40px;
}
.afg span{
  font-weight: bold;
  color: #00CCFF;
}
.afg img{
  float: right;
}
/*# sourceMappingURL=zjw.css.map */
