﻿@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;
}
/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
/*清除float BEGIN*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  display: block;
  zoom: 1;
}
clearfix  div:first-child{
  float: left !important;
}
/*清除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: 335px;
}
/*首页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: 450px;
}
.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: 15px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 5px;
  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;
  margin: 0 2px;
  width: 30px;
  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: 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 {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 12px;
  height: 42px;
  width: 100%;
  border-top: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
}
.sub_updown .sub_updown_up,
.sub_updown .sub_updown_down {
  overflow: hidden;
  height: 42px;
  line-height: 42px;
}
.sub_updown .sub_updown_up {
  float: left;
}
.sub_updown .sub_updown_down {
  float: right;
}
.sub_updown div a {
  color: #333333;
  font-size: 14px;
}
.sub_updown .sub_updown_hover a:hover {
  color: #22ac38;
}
.sub_updown .sub_updown_hover a span {
  cursor: pointer;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 14px;
}
.paginator a {
  color: #fff;
  padding: 2px 6px;
  border: 1px solid #22ac38;
  background: #22ac38;
}
.paginator a,
.paginator span {
  margin: 0px 3px;
}
.paginator a.sun_paging_hover:hover {
  color: #fff;
  border-color: #ff4400;
  background: #ff4400;
}
.paginator span {
  border: 1px solid #ff4400 !important;
  color: #fff !important;
  padding: 2px 6px !important;
  font-weight: normal !important;
  background: #ff4400;
}
/*选中需要全部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;
}
a[href] img:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
/*此文件放置共用函数、变量等*/
/* 手机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: "微软雅黑";
    white-space: normal; word-break: break-word;
}
/* 清楚浮动 */
.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: "微软雅黑", "Microsoft YaHei", Arial;
}
.cg_fs {
  font-family: "宋体", "Microsoft YaHei", Arial;
}
.cg_l {
  float: left;
}
.cg_r {
  float: right;
}
/*width*/
.w1002,
.w1004,
.w1100,
.w1200,
.w1216,
.w1280 {
  margin: 0 auto;
}
.w1002 {
  width: 1002px;
}
.w1004 {
  width: 1004px;
}
.w1100 {
  width: 1100px;
}
.w1200 {
  width: 1200px;
}
.w1216 {
  width: 1216px;
}
.w1280 {
  width: 1280px;
}
/*height*/
.cg_height5 {
  height: 5px;
}
.cg_height10 {
  height: 10px;
}
.cg_height15 {
  height: 15px;
}
.cg_height20 {
  height: 20px;
}
.cg_height25 {
  height: 25px;
}
.cg_height30 {
  height: 30px;
}
.cg_height35 {
  height: 35px;
}
.cg_height40 {
  height: 40px;
}
.cg_height45 {
  height: 45px;
}
.cg_height50 {
  height: 50px;
}
.cg_height55 {
  height: 55px;
}
.cg_height60 {
  height: 60px;
}
.cg_height65 {
  height: 65px;
}
.cg_height70 {
  height: 70px;
}
.cg_height75 {
  height: 75px;
}
.cg_height80 {
  height: 80px;
}
.cg_height85 {
  height: 85px;
}
.cg_height90 {
  height: 90px;
}
.cg_height95 {
  height: 95px;
}
.cg_height100 {
  height: 100px;
}
.cg_height105 {
  height: 105px;
}
.cg_height110 {
  height: 110px;
}
.cg_height115 {
  height: 115px;
}
.cg_height120 {
  height: 120px;
}
.cg_height125 {
  height: 125px;
}
.cg_height130 {
  height: 130px;
}
.cg_height135 {
  height: 135px;
}
.cg_height140 {
  height: 140px;
}
.cg_height145 {
  height: 145px;
}
.cg_height150 {
  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;
}
/*以上为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
/*BEGIN*/
.ql_top_height {
  height: 32px;
  line-height: 32px;
}
.ql_top {
  background: #f9f9f9;
  border-bottom: 1px solid #f0f0f0;
  height: 32px;
}
.ql_topbox {
  height: 32px;
  line-height: 32px;
}
.ql_top_le {
  height: 32px;
  line-height: 32px;
  float: left;
}
.ql_top_le a,
.ql_top_le em {
  float: left;
  display: block;
  font-size: 12px;
  color: #989898;
  height: 32px;
  line-height: 32px;
}
.ql_top_le em {
  padding: 0 15px;
}
.ql_top_lea {
  padding-left: 18px;
  background: url(../images/tr01.png) no-repeat left center;
}
.ql_top_lea:hover {
  background: url(../images/tr02.png) no-repeat left center;
  color: #22ac38;
}
.ql_top_leb {
    position: relative;
    z-index: 12;
    padding-left: 24px;
    background: url(../images/tr03.png) no-repeat left center;
}
.ql_top_leb:hover {
    background: url(../images/tr04.png) no-repeat left center;
    color: #22ac38;
}
.ql_top_leb {
    position: relative;
    z-index: 12;
    padding-left: 24px;
    background: url(../images/tr03.png) no-repeat left center;
}
.ql_top_leb:hover {
    background: url(../images/tr04.png) no-repeat left center;
    color: #22ac38;
}
.ql_top_leb span {
  display: none;
  position: absolute;
  z-index: 12;
  height: 80px;
  width: 80px;
  top: 32px;
  left: 50%;
  margin-left: -40px;
}
.ql_top_leb span img {
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}
.ql_top_ri {
  float: right;
  font-size: 12px;
  color: #989898;
  height: 32px;
  line-height: 32px;
}
.ql_top_ri a {
  color: #989898;
}
.ql_top_ri a:hover {
  color: #22ac38;
}
.ql_logo {
  height: 114px;
  padding-top: 25px;
}
.ql_logoc {
  display: block;
  float: left;
  width:590px;
}
.ql_logoc img{
	display:block;
	width:100%;
	height:auto;
}
.ql_logoa,
.ql_logob {
  float: right;
}
.ql_logoa {
  padding-top: 32px;
  width: 346px;
  padding-right: 74px;
  height: 38px;
}
.ql_logoa em {
  position: relative;
  z-index: 12;
  display: block;
  height: 34px;
  border: 2px solid #22ac38;
  padding: 0 70px 0 15px;
}
.ql_logoa input {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
  color: #989898;
  width: 100%;
}
.ql_logoa a {
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 12;
  display: block;
  height: 38px;
  width: 60px;
  line-height: 38px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background: #22ac38;
}
.ql_logoa a:hover {
  color: #000;
}
.ql_logob em {
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  color: #686868;
}
.ql_logob span {
  display: block;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #ff3b00;
}
.ql_logoba {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 166px;
  text-align: center;
  background: #ff4400;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.ql_logoba:hover {
  background: #22ac38;
}
/**/
.ql_topnav {
  height: 40px;
  border-bottom: 2px solid #22ac38;
}
.ql_topnavul {
  height: 40px;
  padding-left: 3px;
}
.ql_topnavul li {
  position: relative;
  z-index: 30;
  float: left;
  width: 133px;
  text-align: center;
  display: block;
}
.ql_topnavul li:hover em a {
  background: #22ac38;
  color: #fff;
}
.ql_topnavul em,
.ql_topnavul em a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333333;
  background: #fff;
}
.ql_topnavul em a.on {
  background: #22ac38;
  color: #fff;
}
.ql_topnavul_xl {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 30;
  width: 100%;
  background: #23ac39;
}
.ql_topnavul_xl a {
  display: block;
  min-width: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  padding: 4px 4px 6px 4px;
  background: url(../images/tr51.jpg) no-repeat center bottom;
}
.ql_topnavul_xl a:hover {
  color: #fff600;
}
.ql_topnavul_xl a.on {
  color: #fff600;
}
/**/
.ql_bottom {
  text-align: center;
  background: #1f1f1f;
  padding: 15px 0;
  border-top: 2px solid #209800;
}
.ql_bottoma {
  min-width: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #ffffff;
}
.ql_bottoma a {
  color: #ffffff;
}
.ql_bottoma a:hover {
  color: #777777;
}
.ql_bottomb {
  min-width: 28px;
  line-height: 24px;
  font-size: 12px;
  color: #777777;
  padding-top: 8px;
}
.ql_bottomb a {
  color: #777777;
}
.ql_bottomb a:hover {
  color: #fff;
}
.ql_bottomb img {
  vertical-align: middle;
}
.ql_bottombimg {
  padding-right: 4px;
}
.ql_bottomd {
  line-height: 24px;
  font-size: 12px;
  color: #646464;
}
.ql_bottomd a {
  color: #646464;
}
.ql_bottomd a:hover {
  color: #fff;
}
/*END*/
/*BEGIN*/
.ql_inyqljbox {
  min-height: 150px;
  padding-bottom: 15px;
  background: #fafafa;
  position: absolute;
  background: transparent !important;
  right: 17.23%;
}
.ql_inyqlj_le {
  float: left;
  width: 1066px;
}
.ql_inyqlj_let {
  height: 42px;
  line-height: 42px;
  background: url(../images/tr50.jpg) no-repeat left bottom;
  font-size: 14px;
  color: #646464;
}
.ql_inyqlj_leb {
  line-height: 22px;
  font-size: 12px;
  color: #646464;
  padding-top: 18px;
}
.ql_inyqlj_leb a {
  color: #646464;
}
.ql_inyqlj_leb a:hover {
  color: #219a00;
}
.ql_inyqlj_ri {
  float: right;
  width: 123px;
}
.ql_inyqlj_riul li {
  float: left;
  margin-right: 42px;
}
.ql_inyqlj_riul li em,
.ql_inyqlj_riul li span {
  display: block;
  text-align: center;
}
.ql_inyqlj_riul li em {
  display: block;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  color: #f1f1f1;
  margin-top: 32px
}
.ql_inyqlj_riul li span {
  padding-top: 0;
}
/*END*/
/*BEGIN*/
.ql_inban {
  height: 388px;
  padding-top: 39px;
}
.ql_inbana {
    position: relative;
  float: left;
  border: 1px solid #e6e6e6;
  width: 295px;
  height: 352px;
}
.ql_inbanamfme{ position: absolute; top: 50px; left: 0; text-align: center; width: 100%; font-size: 16px; z-index: 12;}
.ql_inbanamfme em{ font-weight: bold; color: #ff4401; font-size: 20px; padding: 0 8px;}
.ql_inbanb {
  width: 610px;
  height: 354px;
  float: left;
  padding-left: 18px;
}
.ql_inbanbt {
  height: 275px;
  position: relative;
  overflow: hidden;
}
.ql_inbanbt .prev,
.ql_inbanbt .next {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  display: block;
  height: 47px;
  width: 47px;
  background: url(../images/tr06.png) no-repeat;
}
.ql_inbanbt .prev {
  background-position: left top;
  left: -50px;
}
.ql_inbanbt .prev:hover {
  background-position: left bottom;
}
.ql_inbanbt .next {
  background-position: right top;
  right: -50px;
}
.ql_inbanbt .next:hover {
  background-position: right bottom;
}
.ql_inbanbb {
  clear: both;
  height: 58px;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
}
.ql_inbanbb li {
  height: 58px;
  float: left;
  padding-left: 85px;
  border-right: 1px solid #e7e7e7;
  width: 117px;
}
.ql_inbanbb em {
  display: block;
  height: 24px;
  line-height: 24px;
  padding-top: 10px;
  font-size: 16px;
  color: #333333;
}
.ql_inbanbb span {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #949494;
}
.ql_inbanbb1 {
  background: url(../images/tr17.png) no-repeat left -10px;
}
.ql_inbanbb2 {
  background: url(../images/tr18.png) no-repeat left -10px;
}
.ql_inbanbb3 {
  background: url(../images/tr19.png) no-repeat left -10px;
  border-right: none !important;
}
/**/
.ql_inbanc {
  height: 352px;
  width: 274px;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  float: right;
}
.ql_inbancul {
  padding-left: 17px;
  clear: both;
  height: 275px;
  overflow: hidden;
}
.ql_inbancul li {
  height: 68px;
  border-bottom: 1px dotted #d5d5d5;
  overflow: hidden;
  vertical-align: middle;
}
.ql_inbancul li a {
  display: block;
  height: 68px;
  padding-left: 66px;
  background: url(../images/tr16.png) no-repeat 225px center;
}
.ql_inbancul li em,
.ql_inbancul li span {
  display: block;
}
.ql_inbancul li em {
  height: 20px;
  line-height: 20px;
  padding-top: 14px;
  font-size: 14px;
  color: #333333;
}
.ql_inbancul li span {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #8f8f8f;
}
.ql_inbancul1 {
  background: url(../images/tr08.png) no-repeat 11px 15px;
}
.ql_inbancul1:hover {
  background: url(../images/tr09.png) no-repeat 11px 15px;
}
.ql_inbancul1:hover em,
.ql_inbancul1:hover span {
  color: #22ac38;
}
.ql_inbancul2 {
  background: url(../images/tr10.png) no-repeat 11px 15px;
}
.ql_inbancul2:hover {
  background: url(../images/tr11.png) no-repeat 11px 15px;
}
.ql_inbancul2:hover em,
.ql_inbancul2:hover span {
  color: #22ac38;
}
.ql_inbancul3 {
  background: url(../images/tr12.png) no-repeat 11px 15px;
}
.ql_inbancul3:hover {
  background: url(../images/tr13.png) no-repeat 11px 15px;
}
.ql_inbancul3:hover em,
.ql_inbancul3:hover span {
  color: #22ac38;
}
.ql_inbancul4 {
  background: url(../images/tr14.png) no-repeat 11px 15px;
}
.ql_inbancul4:hover {
  background: url(../images/tr15.png) no-repeat 11px 15px;
}
.ql_inbancul4:hover em,
.ql_inbancul4:hover span {
  color: #22ac38;
}
.ql_inbanc_text {
  height: 77px;
  background: url(../images/tr20.png) no-repeat center;
  padding: 0 20px;
}
.ql_inbanc_text em {
  display: block;
  height: 22px;
  line-height: 22px;
  padding-top: 10px;
  font-size: 14px;
  color: #ffffff;
}
.ql_inbanc_text div {
  height: 32px;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  padding-top: 4px;
}
.ql_inbanc_text div a {
  font-weight: bold;
  color: #fff;
}
.ql_inbanc_text div a:hover {
  color: #999;
}
/**/
.qlin_zxal {
  height: 576px;
}
.qlin_zxal_bt {
  height: 48px;
  clear: both;
}
.qlin_zxal_bt h2,
.qlin_zxal_bt h2 a {
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 22px;
  color: #333333;
  float: left;
  font-weight: normal;
}
.qlin_zxal_bt h2 a:hover {
  color: #22ac38;
}
.qlin_zxal_bt em {
  padding-top: 7px;
}
.qlin_zxal_bt em,
.qlin_zxal_bt em a {
  display: block;
  height: 27px;
  line-height: 27px;
  width: 103px;
  float: right;
}
.qlin_zxal_bt em a {
  background: url(../images/tr21.png) no-repeat left top;
  text-align: center;
  color: #ff4400;
}
.qlin_zxal_bt em a:hover {
  background: url(../images/tr21.png) no-repeat left bottom;
  color: #22ac38;
}
.qlin_zxal_btbe {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #8f8f8f;
  padding-left: 34px;
  float: left;
}
/**/
.qlin_zxaltwo {
  clear: both;
  height: 143px;
  padding-top: 12px;
}
.qlin_zxaltwo li {
  height: 107px;
  width: 107px;
  float: left;
  margin-right: 14px;
}
.qlin_zxaltwo li h2,
.qlin_zxaltwo li h2 a {
  display: block;
  font-size: 14px;
  color: #333333;
  text-align: center;
  font-weight: normal;
}
.qlin_zxaltwo li a {
  height: 36px;
  padding-top: 69px;
  line-height: 20px;
  width: 105px;
  border: 1px solid #f0f0f0;
}
.qlin_zxaltwo1 a {
  background: #fff url(../images/tr23.png) no-repeat center top;
}
.qlin_zxaltwo1 a:hover {
  background: #f25618 url(../images/tr23.png) no-repeat center -105px;
  color: #fff;
}
.qlin_zxaltwo2 a {
  background: #fff url(../images/tr24.png) no-repeat center top;
}
.qlin_zxaltwo2 a:hover {
  background: #f25618 url(../images/tr24.png) no-repeat center -105px;
  color: #fff;
}
.qlin_zxaltwo3 a {
  background: #fff url(../images/tr25.png) no-repeat center top;
}
.qlin_zxaltwo3 a:hover {
  background: #f25618 url(../images/tr25.png) no-repeat center -105px;
  color: #fff;
}
.qlin_zxaltwo4 a {
  background: #fff url(../images/tr26.png) no-repeat center top;
}
.qlin_zxaltwo4 a:hover {
  background: #f25618 url(../images/tr26.png) no-repeat center -105px;
  color: #fff;
}
.qlin_zxaltwo5 a {
  background: #fff url(../images/tr27.png) no-repeat center top;
}
.qlin_zxaltwo5 a:hover {
  background: #f25618 url(../images/tr27.png) no-repeat center -105px;
  color: #fff;
}
.qlin_zxaltwo6 a {
  background: #fff url(../images/tr28.png) no-repeat center top;
}
.qlin_zxaltwo6 a:hover {
  background: #f25618 url(../images/tr28.png) no-repeat center -105px;
  color: #fff;
}
.qlin_zxaltwo7 a {
  background: #fff url(../images/tr29.png) no-repeat center top;
}
.qlin_zxaltwo7 a:hover {
  background: #f25618 url(../images/tr29.png) no-repeat center -105px;
  color: #fff;
}
.qlin_zxaltwo8 a {
  background: #fff url(../images/tr30.png) no-repeat center top;
}
.qlin_zxaltwo8 a:hover {
  background: #f25618 url(../images/tr30.png) no-repeat center -105px;
  color: #fff;
}
.qlin_zxaltwo9 a {
  background: #fff url(../images/tr31.png) no-repeat center top;
}
.qlin_zxaltwo9 a:hover {
  background: #f25618 url(../images/tr31.png) no-repeat center -105px;
  color: #fff;
}
.qlin_zxaltwo10 a {
  background: #fff url(../images/tr32.png) no-repeat center top;
}
.qlin_zxaltwo10 a:hover {
  background: #f25618 url(../images/tr32.png) no-repeat center -105px;
  color: #fff;
}
/**/
.qlin_anlile {
  float: left;
  width: 468px;
  position: relative;
  z-index: 12;
  height: 338px;
  overflow: hidden;
}
.qlin_anlile:hover img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.qlin_anlile h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 54px;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  clear: both;
  background: url(../images/tr64.png) repeat;
}
.qlin_anlile h3 .qlin_anliriula {
  display: block;
  height: 54px;
  line-height: 54px;
  color: #ffffff;
  padding-left: 25px;
  float: left;
}
.qlin_anlile h3 .qlin_anliriula:hover {
  color: #ff0;
}
.qlin_anlile h3 .qlin_anliriulb {
  float: right;
  display: block;
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  color: #fff;
  padding-right: 25px;
}
.qlin_anlile h3 .qlin_anliriulb:hover {
  color: #ff0;
}
/**/
.qlin_anliri {
  float: right;
  width: 715px;
}
.qlin_anliriul {
  height: 338px;
  overflow: hidden;
  clear: both;
}
.qlin_anliriul li {
  width: 225px;
  height: 163px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 14px;
}
.qlin_anliriul li:hover img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.qlin_anliriul h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 34px;
  width: 205px;
  padding: 0 10px;
  background: url(../images/tr64.png) repeat;
  font-weight: normal;
  font-size: 12px;
}
.qlin_anliriul h3 a {
  display: block;
  height: 34px;
  line-height: 34px;
  color: #fff;
}
.qlin_anliriul h3 a:hover {
  color: #ff0;
}
.qlin_anliriul h3 .qlin_anliriul_a {
  font-size: 14px;
}
/**/
.qlin_rmzxgs {
  min-height: 342px;
}
.qlin_rmzxgs_main {
  clear: both;
  height: 250px;
  overflow: hidden;
  padding-top: 12px;
}
.qlin_rmzxgsle {
  float: left;
  width: 937px;
  height: 243px;
  overflow: hidden;
}
.qlin_rmzxgsle li {
  float: left;
  height: 243px;
  width: 48%;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #e8e7e7 !important;
  margin-right: 5px;
}
.qlin_rmzxgsle li img{
    /* height: 72px;
    width: 180px; */
    height:100%;
    height: 100%;
    width:100%;
}
/*.qlin_rmzxgsle li.cg_margin_rightno {*/
  /*border-right: none !important;*/
/*}*/
.qlin_rmzxgsle li h3 {
  position: absolute;
  top: 0;
  left: 0;
  height: 243px;
  width: 449px;
  text-align: center;
  line-height: 243px;
  background: url(../images/tr64.png) repeat;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  display: none;
}
.qlin_rmzxgsri {
  float: right;
  width: 238px;
  padding: 0 11px;
  border: 1px solid #e8e7e7;
  height: 243px;
  overflow: hidden;
}
.qlin_rmzxgsrit {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #e8e7e7;
  padding-left: 33px;
  background: url(../images/tr37.png) no-repeat left center;
}
.qlin_rmzxgsrilist {
  padding-top: 5px;
}
.qlin_rmzxgsrilistx {
  clear: both;
}
.qlin_rmzxgsrilistx li {
  height: 30px;
  vertical-align: middle;
  overflow: hidden;
}
.qlin_rmzxgsrilistx em {
  display: block;
  height: 16px;
  line-height: 16px;
  width: 16px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background: #a1a1a1;
  float: left;
  margin-right: 10px;
  margin-top: 7px;
}
.qlin_rmzxgsrilistx em.on {
  background: #f25618;
}
.qlin_rmzxgsrilistx h3 {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  font-weight: normal;
}
/**/
.qlin_nexscy {
  clear: both;
  height: 278px;
  padding-top: 30px;
}
.qlin_nexscyle {
  height: 250px;
  width: 445px;
  float: left;
  overflow: hidden;
  position: relative;
}
.qlin_nexscyle:hover img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.qlin_nexscyle h3,
.qlin_nexscyle h3 a,
.qlin_nexscyle h3 em {
  display: block;
  height: 40px;
  line-height: 40px;
}
.qlin_nexscyle h3 {
  width: 425px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/tr33.png) repeat;
  font-size: 16px;
  font-weight: normal;
}
.qlin_nexscyle h3 a {
  float: left;
  color: #fff;
}
.qlin_nexscyle h3 a:hover {
  color: #ff0;
}
.qlin_nexscyle h3 em {
  float: right;
  font-size: 12px;
  color: #fff;
}
.qlin_nexscyri {
  float: right;
  width: 718px;
  height: 250px;
}
.qlin_nexscyria {
  height: 123px;
}
.qlin_nexscyria_1 {
  height: 40px;
  line-height: 36px;
  clear: both;
}
.qlin_nexscyria_1:hover h3 a,
.qlin_nexscyria_1:hover em {
  color: #22ac38;
}
.qlin_nexscyria_1 h3,
.qlin_nexscyria_1 h3 a {
  display: block;
  height: 36px;
  float: left;
  line-height: 36px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.qlin_nexscyria_1 em {
  display: block;
  height: 36px;
  float: right;
  font-size: 14px;
  color: #878787;
}
.qlin_nexscyria_2 {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #6f6f6f;
  padding-top: 14px;
}
.qlin_nexscyria_2 a {
  color: #22ac38;
}
.qlin_nexscyria_2 a:hover {
  color: #d80000;
}
/**/
.qlin_nexscyriaul_height {
  display: block;
  height: 30px;
  line-height: 30px;
}
.qlin_nexscyriaul {
  padding-top: 10px;
}
.qlin_nexscyriaul li {
  clear: both;
  vertical-align: middle;
  display: block;
  height: 30px;
  line-height: 30px;
}
.qlin_nexscyriaul li:hover h3 a {
  color: #22ac38;
}
.qlin_nexscyriaul li:hover em {
  color: #22ac38;
}
.qlin_nexscyriaul h3,
.qlin_nexscyriaul h3 a {
  float: left;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  display: block;
  height: 30px;
  line-height: 30px;
}
.qlin_nexscyriaul h3 a {
  padding-left: 22px;
  background: url(../images/tr79.png) no-repeat left center;
}
.qlin_nexscyriaul em {
  float: right;
  font-size: 14px;
  color: #878787;
}
/**/
.qlin_zxal_btbe strong {
  font-weight: bold;
  font-size: 16px;
  color: #ff4400;
}
.qlin_nexscyriaul {
  clear: both;
}
.qlin_nexs4li {
  clear: both;
  height: 260px;
}
.qlin_nexs4li li {
  height: 69px;
  float: left;
  width: 580px;
  padding: 22px 40px 22px 0;
}
.qlin_nexs4li li.cg_margin_rightno {
  padding-right: 0 !important;
}
.qlin_nexs4li li:hover .qlin_nexs4liri2 em {
  color: #22ac38;
}
.qlin_nexs4li li:hover .qlin_nexs4liri2 span {
  color: #22ac38;
}
.qlin_nexs4liri2 {
  width: 80px;
  height: 70px;
  float: right;
}
.qlin_nexs4liri2 em {
  padding-top: 2px;
  font-size: 14px;
  color: #aeaeae;
}
.qlin_nexs4liri2 span {
  font-size: 14px;
  color: #aeaeae;
  text-align: right;
}
.qlin_nexs4lia {
  float: left;
  height: 69px;
  width: 123px;
}
.qlin_nexs4liri {
  float: left;
  padding-left: 15px;
  width: 352px;
  height: 69px;
}
.qlin_nexs4liri h3,
.qlin_nexs4liri h3 a {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #333333;
}
.qlin_nexs4liri h3 a:hover {
  color: #22ac38;
}
.qlin_zxal_bt_list {
  float: left;
  height: 48px;
}
.qlin_zxal_bt_list h2 {
  padding: 0 20px 0 0;
  cursor: pointer;
  background: url(../images/tr80.png) no-repeat right center;
}
.qlin_zxal_bt_list h2:hover {
  color: #22ac38;
}
.qlin_zxal_bt_list h2.on {
  color: #22ac38;
}
.qlin_zxal_bt_list .qlin_zxal_bt_list_ri {
  padding-left: 20px;
  background: none;
}
.qlin_zbqklist {
  display: none;
}
/**/
.qlin_ldsqul {
  height: 104px;
  clear: both;
  background: #f5f5f5;
}
.qlin_ldsqul li {
  float: left;
  height: 104px;
  width: 114px;
  padding-left: 80px;
  padding-right: 4px;
}
.qlin_ldsqul li:hover {
  background-position: 18px -83px;
}
.qlin_ldsqul li:hover div,
.qlin_ldsqul li:hover em {
  color: #289900;
}
.qlin_ldsqul em {
  display: block;
  height: 22px;
  line-height: 22px;
  padding-top: 32px;
  font-size: 14px;
  color: #000000;
  white-space: nowrap;
}
.qlin_ldsqul div {
  line-height: 16px;
  font-size: 12px;
  color: #333333;
}
.qlin_ldsqul1 {
  background: url(../images/tr40.png) no-repeat 18px 28px;
}
.qlin_ldsqul2 {
  background: url(../images/tr41.png) no-repeat 18px 28px;
}
.qlin_ldsqul3 {
  background: url(../images/tr42.png) no-repeat 18px 28px;
}
.qlin_ldsqul4 {
  background: url(../images/tr43.png) no-repeat 18px 28px;
}
.qlin_ldsqul5 {
  background: url(../images/tr44.png) no-repeat 18px 28px;
}
.qlin_ldsqul6 {
  background: url(../images/tr45.png) no-repeat 18px 28px;
}
/**/
.qlin_zxal_main {
  float: left;
  width: 902px;
}
.qlin_zbqklist {
  border: 1px solid #e5e5e5;
  height: 759px;
  float: left;
  overflow: hidden;
  width: 900px;
}
.qlin_zbqklist li {
  clear: both;
  height: 70px;
  border-bottom: 1px dotted #d5d5d5;
}
.qlin_zbqklist .qlin_zbqklisttop {
  height: 50px;
  background: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
}
.qlin_zbqklist .qlin_zbqklisttop div {
  line-height: 50px;
  font-size: 16px;
  color: #333333;
}
.qlin_zbqklist1 {
  float: left;
  padding-left: 35px;
  width: 450px;
}
.qlin_zbqklist2 {
  float: left;
  width: 120px;
  text-align: center;
}
.qlin_zbqklist3 {
  float: right;
  width: 200px;
  text-align: center;
}
.qlin_zbqklistbot div {
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  color: #333333;
}
.qlin_zbqklistbot .qlin_zbqklist3 {
  color: #22ac38;
}
/**/
.qlin_zxal_right {
  float: right;
  width: 278px;
}
.qlin_zxal_righttop {
  height: 482px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.qlin_zxal_righttopul li {
  height: 42px;
  clear: both;
  padding: 12px 14px 12px 14px;
  border-bottom: 1px dotted #d5d5d5;
}
.qlin_zxal_righttopbox{ height: 497px; padding: 7px 0;}
.qlin_zxal_righttopul em {
  display: block;
  height: 40px;
  width: 101px;
  border: 1px solid #dadada;
  float: left;
}
.qlin_zxal_righttopul h3 {
  float: left;
  padding-left: 13px;
  width: 130px;
  line-height: 42px;
  height: 42px;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
}
/*END*/
/*BEGIN*/
.ql_subpag {
  padding: 30px 0;
  min-width: 450px;
}
.ql_subpagle {
  width: 297px;
  float: left;
}
.ql_subpagle_bt {
  height: 50px;
  line-height: 42px;
  font-size: 24px;
  color: #000000;
  clear: both;
}
.ql_subpagle_bt a {
  color: #000;
}
.ql_subpagle_bt a:hover {
  color: #22ac38;
}
.ql_subpagle_img {
  width: 295px;
  height: 275px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}
.ql_subpagle_btn {
  clear: both;
}
.ql_subpagle_btn a {
  display: block;
  height: 100px;
  padding-left: 110px;
  border: 1px solid #e5e5e5;
}
.ql_subpagle_btn a:hover em {
  color: #fd5a20;
}
.ql_subpagle_btn em {
  display: block;
  height: 30px;
  line-height: 30px;
  padding-top: 23px;
  font-size: 20px;
  color: #22ac38;
}
.ql_subpagle_btn span {
  display: block;
  height: 26px;
  font-size: 14px;
  color: #a2a2a2;
}
.ql_subpagle_btna a {
  background: url(../images/tr52.jpg) no-repeat left top;
}
.ql_subpagle_btnb a {
  background: url(../images/tr53.jpg) no-repeat left top;
}
/*END*/
/*BEGIN*/
.ql_subpagri {
  float: right;
  width: 865px;
  min-height: 200px;
}
.ql_subpagri_wzhei {
  display: block;
  height: 44px;
  line-height: 44px;
}
.ql_subpagri_wz {
  position: relative;
  border-bottom: 1px solid #289900;
  display: block;
  height: 44px;
  line-height: 44px;
}
.ql_subpagri_wz em {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #ffffff;
  width: 143px;
  height: 84px;
  line-height: 44px;
  background: url(../images/tr54.jpg) no-repeat 2px top;
  text-align: center;
}
.ql_subpagri_wz div {
  float: right;
  font-size: 12px;
  color: #828282;
  padding-left: 22px;
  background: url(../images/tr55.jpg) no-repeat left 14px;
  display: block;
  height: 44px;
  line-height: 44px;
}
.ql_subpagri_wz div a {
  color: #828282;
}
.ql_subpagri_wz div a:hover {
  color: #22ac38;
}
.ql_subpag_mian {
  padding-top: 65px;
  min-height: 400px;
}
.ql_two {
  margin-bottom: 42px;
  border-right: 1px solid #ebebeb;
}
.ql_two li {
  float: left;
  height: 42px;
  border-left: 1px solid #ebebeb;
  width: 287px;
  text-align: center;
}
.ql_two h2 {
  font-size: 16px;
  font-weight: normal;
  height: 42px;
}
.ql_two a {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #f7f7f7;
  color: #333333;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.ql_two a:hover {
  background: none;
  border-bottom: none;
  border-color: #34a920;
  color: #34a920;
}
.ql_two a.on {
  background: none;
  border-bottom: none;
  border-color: #34a920;
  color: #34a920;
}
.ql_sitemapulimg {
  height: 66px;
  text-align: center;
}
.ql_sitemapul {
  min-height: 302px;
  background: url(../images/tr57.jpg) no-repeat left bottom;
}
.ql_sitemapul li {
  float: left;
  width: 96px;
  text-align: center;
}
.ql_sitemapul em {
  display: block;
  height: 46px;
  background: url(../images/tr59.jpg) repeat-x bottom;
}
.ql_sitemapul em a {
  font-size: 14px;
  color: #333333;
  display: block;
  height: 46px;
  line-height: 46px;
}
.ql_sitemapul em a:hover {
  color: #22ac38;
  background: url(../images/tr58.jpg) no-repeat center bottom;
}
.ql_sitemapul div {
  clear: both;
  padding-top: 10px;
}
.ql_sitemapul div a {
  display: block;
  min-width: 22px;
  line-height: 22px;
  font-size: 14px;
  padding: 10px 0;
  color: #333333;
}
.ql_sitemapul div a:hover {
  color: #ff2400;
}
/*END*/
/*BEGIN*/
.ql_lxfs {
  padding-bottom: 14px;
}
.ql_lxfs li {
  float: left;
  font-size: 15px;
  line-height: 30px;
  color: #777777;
  text-align: center;
}
.ql_lxfs a{
  color: #777;
}
.ql_lxfs a:hover{
  color: #22ac38;
}
.ql_lxfs_top {
  display: block;
  height: 30px;
  padding-top: 6px;
  line-height: 30px;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  background: url(../images/tr60.jpg) no-repeat center;
}
.ql_lxfsa {
  width: 200px;
}
.ql_lxfsb {
  width: 465px;
}
.ql_lxwm_map {
  height: 265px;
  border: 2px solid #d4d4d4;
}
/*END*/
/*BEGIN*/
.ql_syzb {
  height: 44px;
  clear: both;
}
.ql_syzb a {
  float: right;
  display: block;
  height: 24px;
  line-height: 24px;
  background: url(../images/tr61.jpg) no-repeat left top;
  font-size: 12px;
  color: #ffffff;
  width: 117px;
  padding-left: 50px;
}
.ql_syzb a:hover {
  color: #ff0;
}
.ql_syzb_top {
  height: 36px;
  line-height: 36px;
  border-top: 1px dashed #eeeeee;
  border-bottom: 1px dashed #eeeeee;
}
.ql_syzb_top div {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #333333;
}
.ql_syzbbt1 {
  width: 160px;
  padding-left: 15px;
  float: left;
}
.ql_syzbbt2 {
  width: 500px;
  float: left;
}
.ql_syzbbt3 {
  width: 112px;
  float: right;
  text-align: center;
}
.ql_syzbul {
  min-height: 374px;
  padding-bottom: 30px;
  padding-top: 36px;
}
.ql_syzbul li {
  min-height: 74px;
  padding: 10px 0;
  border-bottom: 1px dashed #eeeeee;
}
.ql_syzbul .ql_syzbbt1 {
  height: 74px;
  line-height: 74px;
  font-size: 18px;
  color: #ff4400;
  font-weight: bold;
}
.ql_syzbul .ql_syzbbt3 {
  height: 74px;
  line-height: 74px;
  font-size: 14px;
  color: #22ac38;
}
.ql_syzbul .ql_syzbbt2 h3 {
  min-width: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #22ac38;
  font-weight: normal;
}
.ql_syzbul_text {
  min-height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #000000;
}
.ql_syzbul_text em {
  color: #727272;
}
/*END*/
/*BEGIN*/
.ql_zxal_two {
  padding-left: 93px;
  min-height: 38px;
  border: 1px solid #eeeeee;
    position: relative;
}
.ql_zxal_two li {
  float: left;
  height: 38px;
  width: 77px;
  text-align: center;
}
.ql_zxal_two .ql_zxal_two_wird {
  width: 93px;
  line-height: 38px;
    position: absolute;
    top: 0;
    left: 0;
}
.ql_zxal_two h2 {
  font-size: 12px;
  font-weight: normal;
}
.ql_zxal_two a {
  display: block;
  height: 38px;
  background: #fff;
  color: #333333;
  line-height: 38px;
}
.ql_zxal_two a:hover {
  background: #ff4400;
  color: #fff;
}
.ql_zxal_two a.on {
  background: #ff4400;
  color: #fff;
}
/*END*/
/*BEGIN*/
.ql_zxallist {
  min-height: 400px;
  padding-bottom: 35px;
  padding-top: 11px;
}
.ql_zxallist li {
  width: 270px;
  height: 195px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 27px;
  margin-top: 14px;
}
.ql_zxallist li:hover img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.ql_zxallist h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 34px;
  width: 250px;
  padding: 0 10px;
  background: url(../images/tr64.png) repeat;
  font-weight: normal;
  font-size: 12px;
}
.ql_zxallist h3 a {
  display: block;
  height: 34px;
  line-height: 34px;
  color: #fff;
}
.ql_zxallist h3 a:hover {
  color: #ff0;
}
.ql_zxallist h3 .ql_zxallist_a {
  font-size: 14px;
}
.ql_zxalxx_bt {
  min-height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.ql_ztdzx {
  height: 55px;
  line-height: 32px;
  font-size: 12px;
  color: #333333;
  border-top: 1px dashed #d7d7d7;
}
.ql_ztdzx a {
  color: #333333;
}
.ql_ztdzx a:hover {
  color: #ff4400;
}
.ql_zxalxx_text {
  min-width: 40px;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
  padding-bottom: 10px;
}
.ql_zxalxx_img {
  position: relative;
  padding-bottom: 35px;
  height: 438px;
  text-align: center;
}
.ql_zxalxx_img a {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  display: block;
  height: 43px;
  width: 28px;
  background: url(../images/tr63.jpg) no-repeat;
}
.ql_zxalxx_img .ql_zxalxx_le {
  background-position: left top;
  left: 70px;
}
.ql_zxalxx_img .ql_zxalxx_le[href]:hover {
  background-position: left bottom;
}
.ql_zxalxx_img .ql_zxalxx_ri {
  background-position: right top;
  right: 70px;
}
.ql_zxalxx_img .ql_zxalxx_ri[href]:hover {
  background-position: right bottom;
}
/*END*/
/*BEGIN*/
.ql_xwdt {
  min-height: 450px;
  padding-bottom: 37px;
}
.ql_xwdt li {
  clear: both;
  min-height: 36px;
  vertical-align: middle;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px dashed #e5e4e4;
}
.ql_xwdt li:hover h3 {
  background: url(../images/tr65.jpg) no-repeat left bottom;
}
.ql_xwdt li:hover h3 a {
  color: #22ac38;
  font-weight: bold;
}
.ql_xwdt li:hover em {
  color: #22ac38;
}
.ql_xwdt h3 {
  display: block;
  height: 36px;
  line-height: 36px;
  float: left;
  font-size: 16px;
  font-weight: normal;
}
.ql_xwdt h3 a {
  color: #333333;
}
.ql_xwdt h3 a:hover {
  color: #d80000 !important;
}
.ql_xwdt em {
  display: block;
  float: right;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #333333;
}
.ql_xwdt_t {
  height: 36px;
  clear: both;
  overflow: hidden;
}
.ql_xwdt_b {
  display: none;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #6f6f6f;
  padding-top: 5px;
}
.ql_xwdt_b a {
  color: #22ac38;
}
.ql_xwdt_b a:hover {
  color: #d80000;
}
.ql_xwdtxx_text {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  min-height: 332px;
  padding: 20px 0;
}
.ql_xwzxmore_bt {
  clear: both;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #ff9000;
  padding-left: 52px;
  background: url(../images/tr66.jpg) no-repeat left 7px;
  margin-top: 20px;
}
.ql_xwzxmore_ul {
  height: 90px;
  clear: both;
  overflow: hidden;
  padding-top: 8px;
}
.ql_xwzxmore_ul li {
  height: 30px;
  line-height: 30px;
  float: left;
  width: 413px;
  margin-right: 38px;
  overflow: hidden;
  vertical-align: middle;
}
.ql_xwzxmore_ul h3,
.ql_xwzxmore_ul h3 a {
  display: block;
  height: 30px;
  line-height: 30px;
  float: left;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
}
.ql_xwzxmore_ul a {
  padding-left: 20px;
  background: url(../images/tr68.jpg) no-repeat 8px center;
}
.ql_xwzxmore_ul a:hover {
  background: url(../images/tr67.jpg) no-repeat 8px center;
  color: #22ac38;
}
.ql_xwzxmore_ul em {
  float: right;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}
/*END*/
/*BEGIN*/
.ql_rmzxgs {
  padding-top: 8px;
}
.ql_rmzxgs li {
  float: left;
  width: 277px;
  height: 171px;
  margin-right: 17px;
  padding-left: 0px;
}
.ql_rmzxgs li.cg_margin_rightno {
  padding-right: 0 !important;
}
.ql_rmzxgs li.cg_margin_topno {
  padding-top: 8px !important;
}
.ql_rmzxgs em {
  display: block;
  width: 277px;
  height: 110px;
  border: 1px solid #dadada;
}
.ql_rmzxgs h3 {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  text-align: center;
}
.ql_rmzxgsbox {
  min-height: 320px;
  padding-bottom: 37px;
}
.ql_zxbz_img {
  display: block;
  vertical-align: middle;
}
.ql_zxbz_btn {
  padding-top: 55px;
  clear: both;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  width: 400px;
}
.ql_zxbz_btn a {
  display: block;
  width: 164px;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  background: #22ad38;
}
.ql_zxbz_btn a:hover {
  background: #ff4400;
}
.ql_zxbj {
  clear: both;
}
.ql_zxbj li {
  min-height: 32px;
  padding-bottom: 20px;
  vertical-align: middle;
  clear: both;
  padding-left: 56px;
}
.ql_zxbj_bt {
  float: left;
  width: 106px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.ql_zxbj_ri {
  float: left;
  height: 32px;
  width: 656px;
}
.ql_zxbj_bt_bt {
  background: url(../images/tr74.jpg) no-repeat right center;
}
.ql_zxbj_ri_mj em {
  height: 30px;
  width: 90px;
  padding: 0 10px;
  border: 1px solid #e8e8e8;
  float: left;
}
.ql_zxbj_ri_mj em input {
  display: block;
  height: 30px;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  font-family: "Microsoft YaHei";
}
.ql_zxbj_ri_wenzi {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #333;
  float: left;
  padding: 0 10px;
}
/**/
.ql_zxbj .l_select_Parent {
  position: relative;
  font-family: "微软雅黑";
  margin-right: 10px;
  z-index: 1;
  height: 30px;
  width: 110px;
  float: left;
  border: 1px solid #e8e8e8;
  line-height: 30px;
}
.ql_zxbj .l_select_Parent:hover span {
  background: url(../images/tr76.jpg) no-repeat right center;
}
.ql_zxbj .l_select_Parent span {
  color: #333;
  font-size: 14px;
  width: 90px;
  padding: 0 10px;
  display: block;
  height: 30px;
  left: 10px;
  line-height: 30px;
  top: 0;
  z-index: 2;
  text-align: left;
  background: url(../images/tr75.jpg) no-repeat right center;
}
.ql_zxbj .l_select_Parent select {
  font-family: "微软雅黑";
  width: 112px;
  height: 32px;
  left: -1px;
  line-height: 32px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  z-index: 3;
}
.ql_zxbj #date {
  border: none;
  padding: 0;
  width: auto;
  float: left;
}
.ql_zxbj .subli {
  display: block;
  width: 120px;
  height: 34px;
  text-align: center;
  font: 16px/34px "微软雅黑";
  color: #fff;
  background: #ca0000;
  margin-left: 82px;
}
.ql_zxbj .l_Personal > div.current,
.ql_zxbj .l_Personal > div.current > div,
.ql_zxbj .l_Personal > div.current span {
  height: 86px;
  border: none;
}
.ql_zxbj .l_Personal > div.current span {
  line-height: 86px;
}
.ql_zxbj .l_Personal > div.current > div img {
  border: 3px solid #e6e6e6;
}
.ql_zxbj .l_select_Parent.l_select_Parent_inet {
  width: 90px;
  padding: 0 10px;
}
.ql_zxbj .l_select_Parent.l_select_Parent_inet input {
  display: block;
  height: 30px;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  font-family: "Microsoft YaHei";
}
.ql_zxbj_bt_hx {
  height: 30px;
  width: 30px;
  padding: 0 5px;
  border: 1px solid #e8e8e8;
  float: left;
}
.ql_zxbj_bt_hx input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  font-family: "Microsoft YaHei";
}
.ql_zxbj_rihxbox .ql_zxbj_ri_wenzi {
  padding-right: 15px;
}
/*END*/
/*BEGIN*/
.ql_zxbj_ri_zxdc {
  display: block;
  float: left;
  margin-right: 12px;
  font-size: 14px;
  color: #333;
  padding-left: 22px;
  background: url(../images/tr78.jpg) no-repeat left center;
  cursor: pointer;
}
.ql_zxbj_ri_zxdc:hover {
  background: url(../images/tr77.jpg) no-repeat left center;
}
.ql_zxbj_ri_zxdc.on {
  background: url(../images/tr77.jpg) no-repeat left center;
}
.ql_zxbj_ri_xmdh {
  height: 30px;
  width: 150px;
  padding: 0 10px;
  border: 1px solid #e8e8e8;
  float: left;
}
.ql_zxbj_ri_xmdh input {
  display: block;
  height: 30px;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  font-family: "Microsoft YaHei";
}
.ql_zxbj_ri_yzm strong {
  float: left;
  margin-left: 12px;
  display: block;
  height: 30px;
  width: 65px;
  border: 1px solid #e8e8e8;
}
.ql_zxbj_ri_yzm strong img {
  cursor: pointer;
}
.ql_zxbj_ri_yzm a {
  display: block;
  height: 32px;
  width: 168px;
  background: #22ac38;
  float: right;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.ql_zxbj_ri_yzm a:hover {
  background: #ff4400;
}
.ql_zxbj_ri.ql_zxbj_ri_textarea {
  height: 86px;
}
.ql_zxbj_ri_textareabox {
  height: 76px;
  border: 1px solid #e8e8e8;
  padding: 5px 10px;
}
.ql_zxbj_ri_textareabox textarea {
  height: 76px;
  width: 100%;
  line-height: 26px;
  font-size: 14px;
  color: #333;
  font-family: "Microsoft YaHei";
  resize: none;
}
/*END*/
.hxq_zbxx_hh {

}
.hxq_zbxx_hh > div {
	float: left;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	text-align: center;
	border-right: 1px solid #eee;
}
.hxq_zbxx1 {
	width: 200px;
}
.hxq_zbxx2 {
	width: 200px;
}
.hxq_zbxx3 {
	width: 200px;
}
.hxq_zbxx_bb {
	padding: 50px 0 0 0;
}
.hxq_zbxx_hh .hxq_zbxx4 {
	float: right;
	width: 160px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
	color: #ff6600;
	border-right: none;
}
.zhaobiao > h3:hover{
  color:#ff4400;
}
/*ssssssssssssssssssssssssssssssssssssssssss*/
.qlt_db {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    width: 100%;
    height: 100%;
    background: url(../images/th02.png) repeat;
}
.qlt_dbzt {
    width: 960px;
    padding: 20px 0 0 0;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 5005;
    margin: -292px 0 0 -500px;
}
.qlt_dbzta {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.qlt_dble {
    float: left;
    width: 368px;
    padding-top: 15px;
    padding-left: 20px;
}
.qlt_dble1 {
    height: 55px;
    line-height: 32px;
    font-size: 12px;
    color: #f36f20;
}
.qlt_dble1 em {
    font-size: 20px;
    color: #000;
}
.qlt_dble1 span {
    font-weight: bold;
    color: red;
    font-size: 16px;
}
.qlt_dble2 li {
    padding-bottom: 8px;
}
.qlt_dble2 .date {
    float: left;
}
.qlt_dble2 .l_select_Parent {
    display: block;
    height: 34px;
    width: 118px;
    border: 1px solid #dddddd;
    float: left;
}
.qlt_dble2em {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    width: 77px;
}
.qlt_dble2em i {
    color: red;
}
.qlt_dble2 .l_select_Parent {
    position: relative;
    font-family: "微软雅黑";
    margin-left: 10px;
    z-index: 1;
    height: 30px;
    width: 120px;
    float: left;
    border: 1px solid #e8e8e8;
    line-height: 30px;
    margin-bottom: 10px;
}
.qlinasd_asda{ display: block; padding: 0 10px;}
.qlinasd_asda input{ height: 30px; line-height: 30px; font-size: 14px; color: #333; width: 100%;}
.qlt_dble2 .l_select_Parent:hover span {
    background: url(../images/tr76.jpg) no-repeat right center;
}
.qlt_dble2xin{ height: 32px; line-height: 32px; font-size: 14px; color: #333; padding-left: 10px; float: left;}
.qlt_dble2xin input{ vertical-align: middle;}
.qlt_dble2 .l_select_Parent span {
    color: #333;
    font-size: 14px;
    width: 90px;
    padding: 0 10px;
    display: block;
    height: 30px;
    left: 10px;
    line-height: 30px;
    top: 0;
    z-index: 2;
    text-align: left;
    background: url(../images/tr75.jpg) no-repeat right center;
}
.qlt_dble2xss{ float: left; height: 50px; padding: 5px 10px; border: 1px solid #dddddd; float: left; margin-left: 10px; width: 229px;}
.qlt_dble2xss textarea{ height: 50px; line-height: 24px; font-size: 14px; color: #333; width: 100%; resize: none;}
.qlt_dble2 .l_select_Parent select {
    font-family: "微软雅黑";
    width: 112px;
    height: 30px;
    left: 0px;
    line-height: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    z-index: 3;
}
.qlt_dble2 #date {
    border: none;
    padding: 0;
    width: auto;
    float: left;
}
.qlt_dble2 .subli {
    display: block;
    width: 120px;
    height: 34px;
    text-align: center;
    font: 16px/34px "微软雅黑";
    color: #fff;
    background: #ca0000;
    margin-left: 82px;
}
.qlt_dble2 .l_Personal > div.current,
.qlt_dble2 .l_Personal > div.current > div,
.qlt_dble2 .l_Personal > div.current span {
    height: 86px;
    border: none;
}
.qlt_dble2 .l_Personal > div.current span {
    line-height: 86px;
}
.qlt_dble2 .l_Personal > div.current > div img {
    border: 3px solid #e6e6e6;
}
.qlt_dble2 .l_select_Parent.l_select_Parent_inet {
    width: 90px;
    padding: 0 10px;
}
.qlt_dble2 .l_select_Parent.l_select_Parent_inet input {
    display: block;
    height: 34px;
    width: 100%;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    font-family: "Microsoft YaHei";
}
.qlt_dble2x {
    float: left;
    height: 30px;
    border: 1px solid #dddddd;
    margin-left: 10px;
    width: 202px;
    padding: 0 10px 0 10px;
}
.qlt_dble2x input {
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333;
}
.qlt_dble2pm {
    display: block;
    float: left;
    font-size: 14px;
    color: #333;
    height: 36px;
    line-height: 36px;
    width: 30px;
    text-align: center;
    font-family: "微软雅黑", "Microsoft YaHei", Arial;
}
.qlt_mjsmd .l_select_Parent {
    float: left;
    width: 77px;
    margin-bottom: 10px;
}
.qlt_mjsmd .l_select_Parent select {
    width: 77px;
}
.qlt_mjsmd .l_select_Parent span {
    width: 57px;
}
.qlt_mjsmdbrn {
    margin-left: 76px;
}
/*END*/
/*BEGIN*/
.qlt_dbcn {
    float: left;
    background: url(../images/zz03.png) repeat-y center;
    height: 321px;
    width: 158px;
    padding-top: 122px;
}
.qlt_dbcn a {
    display: block;
    height: 140px;
    width: 140px;
    background: url(../images/zz01.png) no-repeat left top;
    margin: 0 auto;
}
.qlt_dbcn a:hover {
    background: url(../images/zz02.png) no-repeat left top;
}
/*END*/
/*BEGIN*/
.qlt_dbri {
    float: right;
    width: 368px;
    padding-right: 20px;
}
.qlt_dbri1 {
    height: 55px;
    line-height: 32px;
    font-size: 20px;
    color: #000;
    padding-top: 15px;
    text-align: center;
}
.qlt_dbri1 em {
    font-size: 22px;
    color: #f36f20;
}
.qlt_dbri2 {
    border: 1px solid #dddddd;
    padding: 13px 0 13px 100px;
}
.qlt_dbri2 li {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    color: #333;
}
.qlt_dbri2 em {
    text-decoration: line-through;
}

/*
    20201129首页修改
*/
.ql_syzbbt2 .ql_syzbul_text span{
    display:inline-block;
}
/*
    20201129首页修改
*/
/*END*/
.qlt_dbzta_gbbtn {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    background: url(../images/thh01.jpg) no-repeat right top;
    cursor: pointer;
}
.qlt_dbzta_gbbtn:hover{ background: url(../images/thh02.jpg) no-repeat right top;}
.zhanshi{position: relative;overflow:hidden;margin-top:30px;}
.zhanshi img{display: block;width:100%;}
h1.boae{font-size:.8rem;text-align:center;color:#fff;background:rgba(0,176,17,0.6);margin-top:-2rem;}