@charset "utf-8";
/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */
/*CSS Document*/
/*init BEGIN*/
body,html{ min-width: 1400px !important;}
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;
}
/*清除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: 450px;
}
/*首页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: 480px;
}
.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: 22px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 10px;
  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: 22px;
  line-height: 22px;
  text-align: center;
  background: url("../images/y13.png") no-repeat center top;
  cursor: pointer;
  overflow: hidden;
  line-height: 8px;
  color: #2599c2;
}
.cg_banner .hd ul li.on {
  color: #579c09;
  background: url("../images/y14.png") no-repeat center top;
}
/*前/后按钮代码*/
.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: 32px;
  line-height: 32px;
}
.sub_updown {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 16px;
  padding: 4px 0;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}
.sub_updown div {
  height: 32px;
  line-height: 32px;
}
.sub_updown div a {
  display: block;
  color: #2d7800;
  height: 32px;
  line-height: 32px;
}
.sub_updown div a[href]:hover {
  color: #579c09;
}
.sub_updown div a[href]:hover span {
  background-position: left bottom;
  color: #fff;
}
.sub_updown a[href] span {
  cursor: pointer;
}
.sub_updown span {
  display: block;
  float: left;
  width: 94px;
  background: url(../images/y76.png) left top;
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-right: 12px;
  height: 32px;
  line-height: 32px;
}
.sub_updown_up {
  float: left;
}
.sub_updown_down {
  float: right;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 12px;
  background: url(../images/y79.png) no-repeat center bottom;
}
.ql_fenye a,
.ql_fenye span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0px 2px;
  height: 35px;
  padding: 0 0 12px 0;
  line-height: 24px;
  width: 52px;
}
.ql_fenye a {
  color: #444;
}
.ql_fenye a[href]:hover {
  color: #fff;
  background: url(../images/y78.png) no-repeat center top;
}
.ql_fenye span {
  border: 0px solid #ccc !important;
  color: #338700 !important;
  padding: 0 0 12px 0 !important;
  font-weight: normal !important;
  background: url(../images/y78.png) no-repeat center top;
}
.ql_fenye .ql_fenyele {
  width: 80px;
  background: url(../images/y77.png) no-repeat left top;
  color: #338700;
}
.ql_fenye .ql_fenyele[href]:hover {
  background: url(../images/y77_a.png) no-repeat left top !important;
  font-weight: bold;
}
/*选中需要全部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;
}
.ql_about_a a {
  font-weight: block;
  color: #579c09;
}
.ql_about_a a:hover {
  color: #ffce00;
}
/*此文件放置共用函数、变量等*/
/* 手机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*/
.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 {
  padding-bottom: 30px;
}
.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*/
/*BEGIN*/
.ql_topa {
  background: #3e7105;
}
.ql_topan {
  height: 38px;
  overflow: hidden;
}
.ql_topale {
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  color: #b8e18a;
  float: left;
}
.ql_topari {
  float: right;
}
.ql_topari .bdsharebuttonbox {
  height: 38px;
  padding: 0;
  margin: 0;
}
.ql_topari .bdsharebuttonbox a {
  display: block;
  float: left;
  height: 42px;
  padding: 0;
  margin: 0;
}
.ql_topari .bdsharebuttonbox .bds_tsina {
  background: url(../images/y03.jpg) no-repeat center;
}
.ql_topari .bdsharebuttonbox .bds_tsina:hover {
  background: url(../images/y04.jpg) no-repeat center;
}
.ql_topari .bdsharebuttonbox .bds_weixin {
  background: url(../images/y05.jpg) no-repeat center;
}
.ql_topari .bdsharebuttonbox .bds_weixin:hover {
  background: url(../images/y06.jpg) no-repeat center;
}
.ql_topcm {
  height: 38px;
  float: right;
  padding: 0 15px;
}
.ql_topcm em,
.ql_topcm a {
  display: block;
  float: left;
  height: 38px;
  line-height: 38px;
}
.ql_topcm em {
  padding: 0 20px;
  background: url(../images/y07.jpg) no-repeat center;
}
.ql_topcm a {
  font-size: 12px;
  color: #b8e18a;
}
.ql_topcm a:hover {
  color: #fff;
}
/*END*/
/*BEGIN*/
.ql_topb {
  height: 130px;
  background: url(../images/y12.jpg) no-repeat center;
}
.ql_topbn {
  height: 130px;
  position: relative;
  z-index: 24;
}
.ql_topba {
  float: left;
  position: absolute;
  left: 0;
  top: 0px;
  /*padding-right: 11px;*/
  /*background: url(../images/y02.png) no-repeat right top;*/
}
.ql_topba a{ display: block; background: #fff;}
.ql_topbb {
  float: right;
  width: 814px;
  height: 130px;
}
.ql_topnav {
  height: 96px;
  padding: 17px 0;
  width: 608px;
  text-align: center;
  float: left;
}
.ql_topnav li {
  float: left;
  width: 190px;
  margin-right: 12px;
  height: 48px;
  position: relative;
  z-index: 16;
}
.ql_topnav li:hover {
  z-index: 20;
}
.ql_topnav em,
.ql_topnav em a {
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #333333;
}
.ql_topnav em a:hover {
  color: #bc8100;
}
.ql_topnav em a.on {
  color: #bc8100;
}
.ql_topnavxl {
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  display: none;
}
.ql_topnavxl a {
  display: block;
  line-height: 22px;
  padding: 8px 20px;
  background: #ffce00 url("../images/y15.png") no-repeat center;
  font-size: 16px;
  color: #333333;
}
.ql_topnavxl a:hover {
  color: #fff;
}
.ql_topnavxl a.on {
  color: #fff;
}
.ql_topnavxl1,
.ql_topnavxl2 {
  background: url(../images/y09.png) no-repeat;
}
.ql_topnavxl1 {
  background-position: left top;
  height: 10px;
}
.ql_topnavxl2 {
  background-position: left bottom;
  height: 5px;
}
/*END*/
/*BEGIN*/
.ql_topbbri {
  float: right;
  height: 130px;
  border-right: 1px solid #e6e6e6;
}
.ql_topbbri a {
  float: left;
  width: 100px;
  padding-top: 82px;
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  color: #4d4d4d;
  border-left: 1px solid #e6e6e6;
  text-align: center;
}
.ql_topbbri a:hover {
  color: #bc8100;
}
.ql_topbbri1 {
  background: url(../images/y10.png) no-repeat center 35px;
}
.ql_topbbri2 {
  background: url(../images/y11.png) no-repeat center 35px;
}
/*END*/
/*BEGIN*/
.ql_bottom {
  background: #353535;
  padding: 65px 0 40px 0;
}
.ql_bottomle {
  float: left;
  height: 202px;
    border-right: 1px solid #494949;
}
.ql_bottomle li {
  float: left;
  width: 278px;
  height: 202px;
}
.ql_bottomlebor {
  border-right: 1px solid #494949;
  margin-right: 65px;
}
.ql_bottomle1 {
  height: 50px;
  clear: both;
}
.ql_bottomle1 em {
  display: block;
  height: 29px;
  line-height: 29px;
  padding-left: 35px;
  background: url(../images/y20.png) no-repeat left top;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.ql_bottomle1 em a {
  color: #fff;
}
.ql_bottomle1 em a:hover {
  color: #db9724;
}
.ql_bottomle1.ql_bottomle1asd em {
  background: url(../images/y21.png) no-repeat left top !important;
}
.ql_bottomle1.ql_bottomle1asd1 em {
  background: url(../images/y23.png) no-repeat left top !important;
}
.ql_bottomle2 em {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  float: left;
  width: 140px;
}
.ql_bottomle2 em a {
  color: #b5b5b5;
}
.ql_bottomle2 em a:hover {
  color: #db9724;
}
.ql_bottomle2 .ql_bottomle2w {
  width: 100px;
}
.ql_bottomle2_t {
  font-size: 12px;
  line-height: 36px;
  color: #b5b5b5;
}
.ql_bottomri {
  float: right;
  width: 357px;
}
.ql_bottomle1 .bdsharebuttonbox {
  background: url(../images/y23.png) no-repeat left top;
  height: 29px;
  padding: 0 0 0 35px;
  margin: 0;
}
.ql_bottomle1 .bdsharebuttonbox a {
  display: block;
  float: left;
  height: 29px;
  line-height: 29px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-indent: 0;
  background: none;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  width: 80px;
}
.ql_bottomle1 .bdsharebuttonbox a:hover {
  color: #db9724;
}
.bdshare_popup_box {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  top: -100% !important;
  left: -100% !important;
}
.ql_bottomriv1 {
  float: left;
}
.ql_bottomriv2 {
  float: right;
  width: 204px;
}
.ql_bottomriv21 {
  height: 42px;
  background: #464646;
  position: relative;
  z-index: 20;
}
.ql_bottomriv21 em {
  display: block;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  color: #989898;
  padding: 0 40px 0 16px;
  background: url(../images/y24.png) no-repeat right center;
  cursor: pointer;
}
.ql_bottomriv21 em:hover {
  color: #fff;
}
.ql_bottomriv21 ul {
  display: none;
  position: absolute;
  left: 0;
  bottom: 42px;
  width: 100%;
}
.ql_bottomriv21 ul a {
  display: block;
  min-height: 22px;
  line-height: 22px;
  padding: 8px 16px;
  background: #464646;
  font-size: 12px;
  color: #fff;
}
.ql_bottomriv21 ul a:hover {
  color: #989898;
}
.ql_bottomriv2 .bdsharebuttonbox {
  height: 42px;
  padding-top: 25px;
}
.ql_bottomriv2 .bdsharebuttonbox a {
  display: block;
  float: left;
  height: 44px;
  width: 44px;
  padding: 0;
  margin: 0 9px 0 0;
}
.ql_bottomriv2 .bdsharebuttonbox .bds_weixin {
  background: url(../images/y27.jpg) no-repeat left top;
}
.ql_bottomriv2 .bdsharebuttonbox .bds_weixin:hover {
  background: url(../images/y26.jpg) no-repeat left top;
}
.ql_bottomriv2 .bdsharebuttonbox .bds_sqq {
  background: url(../images/y29.jpg) no-repeat left top;
}
.ql_bottomriv2 .bdsharebuttonbox .bds_sqq:hover {
  background: url(../images/y28.jpg) no-repeat left top;
}
.ql_bottomriv2 .bdsharebuttonbox .bds_qzone {
  background: url(../images/y31.jpg) no-repeat left top;
}
.ql_bottomriv2 .bdsharebuttonbox .bds_qzone:hover {
  background: url(../images/y30.jpg) no-repeat left top;
}
.ql_bottomriv2 .bdsharebuttonbox .bds_tsina {
  background: url(../images/y33.jpg) no-repeat left top;
  margin-right: 0;
}
.ql_bottomriv2 .bdsharebuttonbox .bds_tsina:hover {
  background: url(../images/y32.jpg) no-repeat left top;
}
/*END*/
/*BEGIN*/
.ql_copy {
  background: #151515;
  padding: 8px 0;
  min-height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #8e8e8e;
}
.ql_copy a {
  color: #8e8e8e;
}
.ql_copy a:hover {
  color: #fff;
}
.ql_copy img {
  vertical-align: middle;
}
.ql_copyv1le {
  float: left;
}
.ql_copyv1ri {
  float: right;
}
.ql_copyv1ri img{
  vertical-align: middle;
}
/*END*/
/*BEGIN*/
.ql_subpagle {
  float: left;
  width: 262px;
  padding-bottom: 45px;
}
.ql_subpagle1 {
  height: 119px;
  width: 240px;
  background: url("../images/y16.jpg") no-repeat left top;
  padding-bottom: 16px;
}
.ql_subpagle1 em {
  display: block;
  padding: 31px 0 0 85px;
  height: 26px;
  line-height: 26px;
  color: #ffffff;
  font-size: 26px;
}
.ql_two {
  background: #ffce00;
  padding: 25px 0;
  width: 240px;
}
.ql_two li {
  width: 265px;
  margin-left: -3px;
}
.ql_two li:hover {
  background: url(../images/y17.png) no-repeat left top;
}
.ql_two li:hover a {
  padding-left: 38px;
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  background: url(../images/y34.png) no-repeat right center;
}
.ql_two li.on {
  background: url(../images/y17.png) no-repeat left top;
}
.ql_two li.on a {
  padding-left: 38px;
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  background: url(../images/y34.png) no-repeat right center;
}
.ql_two.ql_twocp li:hover a {
  background: url(../images/y52.png) no-repeat right center;
}
.ql_two.ql_twocp li.on a {
  background: url(../images/y52.png) no-repeat right center;
}
.ql_two h2 {
  font-size: 16px;
  font-weight: normal;
}
.ql_two a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #333333;
  text-align: center;
  padding: 0 22px 0 3px;
}
.ql_subpagle3 {
  padding: 25px 8px 20px 8px;
  background: #db9724;
  width: 224px;
  font-size: 12px;
  color: #ffffff;
  line-height: 28px;
}
.ql_subpagle31 {
  height: 31px;
}
.ql_subpagle31 a {
  display: block;
  height: 31px;
  line-height: 31px;
  font-size: 16px;
  padding-left: 42px;
  color: #ffffff;
  background: url(../images/y35.png) no-repeat left top;
}
.ql_subpagle31 a:hover{ color: #000;}
.ql_subpagri {
  float: right;
  width: 780px;
  padding-top: 28px;
}
.ql_weizhi {
  height: 40px;
  clear: both;
  background: url(../images/y37.png) no-repeat left bottom;
}
.ql_weizhile {
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #000000;
}
.ql_weizhiri {
  float: right;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #999999;
  padding-left: 20px;
  background: url(../images/y36.png) no-repeat left center;
}
.ql_weizhiri a {
  color: #999999;
}
.ql_weizhiri a:hover {
  color: #d88e00;
}
.ql_mian {
  min-height: 300px;
  padding-top: 30px;
}
.ql_mian img{ max-width: 780px;}
/*END*/
/*BEGIN*/
.ql_sitemap {
  min-height: 410px;
  background: url(../images/y38.png) no-repeat center top;
  padding-top: 56px;
}
.ql_sitemap li {
  float: left;
  width: 98px;
  margin-right: 15px;
  text-align: center;
}
.ql_sitemap em,
.ql_sitemap em a {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #333333;
}
.ql_sitemap em a {
  background: url(../images/y39.png) no-repeat left top;
}
.ql_sitemap em a:hover {
  background-position: right top;
  color: #fff;
}
.ql_sitemap div {
  padding-top: 40px;
}
.ql_sitemap div a {
  display: block;
  min-height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #333333;
  padding: 11px 3px;
}
.ql_sitemap div a:hover {
  color: #2d7800;
  font-weight: bold;
}
/*END*/
/*BEGIN*/
.ql_lxfsa {
  height: 185px;
  clear: both;
  background: url(../images/y40.png) no-repeat left top;
  position: relative;
  z-index: 12;
}
.ql_lxfsa1 {
  float: left;
  width: 390px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
  padding-top: 44px;
}
.ql_lxfsa2 {
  float: right;
  width: 380px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  padding-top: 76px;
}
.ql_lxfsx {
  margin-top: -8px;
}
/*END*/
/*BEGIN*/
.ql_zxly {
  padding: 10px 0 0 10px;
  background: url(../images/y43.png) no-repeat left top;
}
.ql_zxlyn {
  padding: 0 168px 24px 0;
  background: url(../images/y44.png) no-repeat right bottom;
}
.ql_zxlyul {
  background: #f5f5f5;
  padding: 20px 0 0 0;
}
.ql_zxlyul li {
  padding-bottom: 16px;
}
.ql_zxlyul em {
  display: block;
  height: 36px;
  line-height: 36px;
  float: left;
  width: 70px;
  padding-right: 5px;
  text-align: right;
  font-size: 12px;
  color: #333333;
}
.ql_zxlyul span {
  display: block;
  height: 34px;
  border: 1px solid #b5b5b5;
  background: #fff;
  float: left;
  width: 480px;
  padding: 0 10px;
}
.ql_zxlyul span input {
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  color: #333333;
  width: 100%;
}
.ql_zxlyul strong {
  display: block;
  height: 36px;
  width: 17px;
  float: left;
  background: url(../images/y46.jpg) no-repeat right center;
}
.ql_zxlyul .ql_zxlyul_tx {
  height: 180px;
  padding: 5px 10px;
}
.ql_zxlyul .ql_zxlyul_tx textarea {
  font-size: 12px;
  color: #333333;
  width: 100%;
  line-height: 26px;
  height: 180px;
  resize: none;
}
.ql_zxlyul_yzm {
  float: left;
  height: 34px;
  width: 143px;
  cursor: pointer;
  border: 1px solid #b5b5b5;
  margin-left: 15px;
}
.ql_zxlyul_yzm img {
  height: 34px;
  width: 143px;
  cursor: pointer;
}
.ql_zxlyul_btn {
  text-align: center;
}
.ql_zxlyul_btn a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 40px;
  width: 174px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #353535;
}
.ql_zxlyul_btn a:hover {
  background: #db9724;
}
/*END*/
/*BEGIN*/
.ql_ckly {
  background: url(../images/y43.png) no-repeat left top;
}
.ql_cklyb {
  background: url(../images/y43.png) no-repeat right bottom;
  padding: 10px;
}
.ql_cklyul {
  min-height: 380px;
  background: #f5f5f5;
  padding: 32px 20px 0 20px;
}
.ql_cklyul li {
  padding-bottom: 30px;
}
.ql_cklyull {
  float: left;
  width: 66px;
  padding-right: 26px;
  background: url(../images/y41.png) no-repeat right 20px;
}
.ql_cklyull em {
  display: block;
  height: 66px;
}
.ql_cklyull span {
  min-height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #6e1d0b;
  padding-top: 5px;
  text-align: center;
  display: block;
}
.ql_cklyulr {
  float: left;
  width: 628px;
  background: #fff;
}
.ql_ql_cklyulra {
  padding: 15px 15px 10px 15px;
  border-bottom: 1px dashed #f6f6f6;
}
.ql_ql_cklyulra span {
  display: block;
  float: right;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #999999;
}
.ql_ql_cklyulra div {
  margin-right: 80px;
  min-width: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #000000;
}
.ql_ql_cklyulrb {
  height: 24px;
  line-height: 24px;
  padding: 10px 0 0 43px;
  font-size: 14px;
  color: #6b2718;
  background: url(../images/y47.png) no-repeat 15px 14px;
}
.ql_ql_cklyulrc {
  padding: 4px 0 12px 43px;
  min-height: 22px;
  line-height: 22px;
  color: #666666;
  font-size: 14px;
}
/*END*/
/*BEGIN*/
.ql_gcal {
  min-height: 380px;
  padding-bottom: 40px;
}
.ql_gcal li {
  float: left;
  margin-right: 22px;
  margin-top: 32px;
  background: #f1f1f1;
}
.ql_gcal li > a {
  display: block;
  height: 187px;
  overflow: hidden;
}
.ql_gcal li:hover {
  background: #579c09;
}
.ql_gcal li:hover .ql_gcala {
  border-bottom: 1px dotted #8aba53;
}
.ql_gcal li:hover .ql_gcala h3 a {
  color: #fff;
}
.ql_gcal li:hover .ql_gcala em a {
  background: url(../images/y50.png) no-repeat center !important;
}
.ql_gcal li:hover .ql_gcalb em,
.ql_gcal li:hover .ql_gcalb span {
  color: #fff;
  line-height: 32px;
}
.ql_gcala {
  clear: both;
  height: 35px;
  margin: 0 10px;
  border-bottom: 1px solid #f1f1f1;
}
.ql_gcala h3,
.ql_gcala h3 a {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  float: left;
}
.ql_gcala em,
.ql_gcala em a {
  display: block;
  height: 34px;
  width: 25px;
  float: right;
}
.ql_gcala em a {
  background: url(../images/y49.png) no-repeat center 11px;
}
.ql_gcalb {
  clear: both;
  height: 32px;
  margin: 0 10px;
}
.ql_gcalb em,
.ql_gcalb span {
  display: block;
  height: 32px;
  line-height: 20px;
}
.ql_gcalb em {
  float: left;
  font-size: 12px;
  color: #333333;
}
.ql_gcalb span {
  font-size: 12px;
  text-transform: uppercase;
  color: #c8c8c8;
  float: right;
}
/*END*/
/*BEGIN*/
.ql_hbt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  min-height: 32px;
  line-height: 32px;
  padding-bottom: 5px;
}
.ql_dzx {
  height: 40px;
  border-top: 1px dashed #d5e3cc;
  border-bottom: 1px dashed #d5e3cc;
  clear: both;
}
.ql_dzx1 {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666666;
  float: left;
}
.ql_dzx2 {
  float: left;
  height: 40px;
  padding-left: 8px;
}
.ql_dzx2 .bdsharebuttonbox {
  height: 40px;
  margin: 0;
  padding: 0;
}
.ql_dzx2 .bdsharebuttonbox a {
  display: block;
  height: 40px;
  width: 26px;
  float: left;
  margin: 0;
  padding: 0;
}
.ql_dzx2 .bdsharebuttonbox .bds_tqq {
  background: url(../images/w36.jpg) no-repeat center;
}
.ql_dzx2 .bdsharebuttonbox .bds_tqq:hover {
  background: url(../images/w37.jpg) no-repeat center;
}
.ql_dzx2 .bdsharebuttonbox .bds_sqq {
  background: url(../images/w38.jpg) no-repeat center;
}
.ql_dzx2 .bdsharebuttonbox .bds_sqq:hover {
  background: url(../images/w39.jpg) no-repeat center;
}
.ql_dzx2 .bdsharebuttonbox .bds_qzone {
  background: url(../images/w40.jpg) no-repeat center;
}
.ql_dzx2 .bdsharebuttonbox .bds_qzone:hover {
  background: url(../images/w41.jpg) no-repeat center;
}
.ql_dzx2 .bdsharebuttonbox .bds_tsina {
  background: url(../images/w42.jpg) no-repeat center;
}
.ql_dzx2 .bdsharebuttonbox .bds_tsina:hover {
  background: url(../images/w43.jpg) no-repeat center;
}
.ql_dzx3 {
  float: right;
}
.ql_dzx3 a {
  display: block;
  float: left;
  height: 40px;
  width: 18px;
  margin-left: 8px;
}
.q_dzx_r_zt {
  background: url(../images/w29.png) no-repeat center;
}
.xxy-bm-fd {
  background: url(../images/w30.png) no-repeat center;
}
.xxy-bm-fd:hover {
  background: url(../images/w31.png) no-repeat center;
}
.xxy-bm-jx {
  background: url(../images/w32.png) no-repeat center;
}
.xxy-bm-jx:hover {
  background: url(../images/w33.png) no-repeat center;
}
.xxy-bm-gb {
  background: url(../images/w35.png) no-repeat center;
}
.xxy-bm-gb:hover {
  background: url(../images/w34.png) no-repeat center;
}
#contentText {
  padding: 15px 0;
}
.ql_xxxcimg {
  padding: 0 0 20px 0;
  text-align: center;
}
.ql_xxxctext {
  min-height: 50px;
}
/*END*/
/*BEGIN*/
.ql_cpsz {
  min-height: 409px;
  padding-bottom: 40px;
}
.ql_cpsz li {
  float: left;
  margin: 30px 18px 0 0;
  height: 218px;
  width: 248px;
  background: url(../images/y53.png) no-repeat right bottom;
}
.ql_cpsz li > a {
  display: block;
  text-align: center;
  height: 171px;
  overflow: hidden;
}
.ql_cpsz li:hover {
  background-position: left bottom;
}
.ql_cpsz li:hover h3 a {
  color: #fff;
}
.ql_cpsz h3 {
  height: 47px;
  font-size: 14px;
  font-weight: normal;
}
.ql_cpsz h3 a {
  display: block;
  color: #333333;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding-top: 7px;
}
/*END*/
/*BEGIN*/
.ql_hyxwb {
  min-height: 400px;
  padding-bottom: 30px;
}
.ql_hyxwb li {
  border-bottom: 1px dashed #d9d9d9;
  padding-bottom: 10px;
  padding-top: 10px;
}
.ql_hyxwbt {
  height: 28px;
  clear: both;
}
.ql_hyxwbt em {
  display: block;
  float: right;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  color: #999999;
}
.ql_hyxwbt h3,
.ql_hyxwbt h3 a {
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.ql_hyxwbt h3 a {
  padding-left: 20px;
  background: url("../images/w84.png") no-repeat left center;
}
.ql_hyxwa_text {
  height: 48px;
  overflow: hidden;
  line-height: 24px;
  color: #666666;
  font-size: 14px;
}
.ql_hyxwb li:hover {
  background: #2883c9;
}
.ql_hyxwb li:hover .ql_hyxwbt {
  padding: 0 20px 0 20px;
}
.ql_hyxwb li:hover .ql_hyxwbt em {
  color: #fff;
}
.ql_hyxwb li:hover .ql_hyxwbt h3 a {
  color: #fff;
  background: url(../images/w83.png) no-repeat left center;
  padding-left: 32px;
}
.ql_hyxwb li:hover .ql_hyxwbb {
  padding: 0 20px 0 20px;
  color: #fff;
}
.ql_mierjhimg {
  text-align: center;
  padding-bottom: 35px;
  padding-top: 43px;
}
.ql_nextmore {
  height: 129px;
  overflow: hidden;
  clear: both;
}
.ql_nextmore li {
  float: left;
  width: 370px;
  margin-right: 40px;
  height: 42px;
  border-bottom: 1px dashed #f5f5f5;
  overflow: hidden;
  vertical-align: middle;
}
.ql_nextmore em {
  display: block;
  float: right;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #999999;
}
.ql_nextmore h3 {
  margin-right: 100px;
}
.ql_nextmore h3,
.ql_nextmore h3 a {
  display: block;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #999999;
  font-weight: normal;
}
.ql_nextmore h3 a {
  padding-left: 30px;
  background: url(../images/w86.jpg) no-repeat left center;
}
.ql_nextmore h3 a:hover {
  background: url(../images/w87.jpg) no-repeat left center;
  color: #de6e00;
}
/*END*/
/*BEGIN*/
.ql_gsxw {
  clear: both;
  height: 123px;
  overflow: auto;
  padding-bottom: 20px;
  border-bottom: 1px dashed #c1dbb2;
  overflow: hidden;
}
.ql_gsxwle {
  float: left;
}
.ql_gsxwri {
  float: right;
  width: 445px;
}
.ql_gsxwri1 {
  height: 50px;
  clear: both;
  border-bottom: 1px dashed #adcf99;
}
.ql_gsxwri1:hover em {
  color: #4b8b24;
}
.ql_gsxwri1:hover h3 a {
  color: #328700;
  font-weight: bold;
}
.ql_gsxwri1 em {
  display: block;
  float: right;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  color: #999999;
}
.ql_gsxwri1 h3 {
  margin-right: 100px;
}
.ql_gsxwri1 h3,
.ql_gsxwri1 h3 a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.ql_gsxwri2 {
  height: 56px;
  line-height: 28px;
  color: #333333;
  padding-top: 5px;
}
.ql_gsjja {
  float: left;
  width: 411px;
}
.ql_gsjja1 {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #2d7800;
}
.ql_gsjja2 {
  background: #f5f5f5;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  padding: 22px 10px 22px 35px;
}
/*END*/
/*BEGIN*/
.ql_qyzz {
  min-height: 409px;
  padding-bottom: 40px;
}
.ql_qyzz li {
  float: left;
  margin: 30px 18px 0 0;
  height: 202px;
  width: 248px;
  background: url(../images/y53.png) no-repeat right bottom;
}
.ql_qyzz li > a {
  display: block;
  text-align: center;
  height: 155px;
  overflow: hidden;
}
.ql_qyzz li:hover {
  background-position: left bottom;
}
.ql_qyzz li:hover h3 a {
  color: #fff;
}
.ql_qyzz h3 {
  height: 47px;
  font-size: 14px;
  font-weight: normal;
}
.ql_qyzz h3 a {
  display: block;
  color: #333333;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding-top: 7px;
}
/*END*/
/*BEGIN*/
.qlin_gywm {
  clear: both;
  height: 445px;
}
.qlin_gywmle {
  float: left;
  width: 450px;
}
.qlin_gywmle1 {
  height: 140px;
  padding-top: 8px;
}
.qlin_gywmle2 {
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
}
.qlin_gywmle2 h2 {
  font-size: 16px;
  font-weight: bold;
}
.qlin_gywmle2 h2 a {
  color: #333333;
}
.qlin_gywmle2 h2 a:hover {
  color: #579c0a;
}
.qlin_gywmle3 {
  height: 72px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
  color: #333333;
  padding-top: 8px;
  margin-left: 20px;
}
.qlin_gywmle4 {
  height: 26px;
  line-height: 26px;
  padding-top: 72px;
  background: url(../images/y60.jpg) no-repeat left 23px;
  margin-left: 20px;
}
.qlin_gywmle4 a {
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
}
.qlin_gywmle4 a:hover {
  color: #579c0a;
}
/*END*/
/*BEGIN*/
.qlin_cp {
  height: 556px;
  background: url(../images/y66.png) repeat-x top;
}
.qlin_cpboxbt {
  float: left;
}
.qlin_cpboxbt a {
  display: block;
  height: 104px;
  width: 175px;
  background: url(../images/y61.jpg) no-repeat center;
}
.qlin_cpboxbt a:hover {
  background: url(../images/y62.jpg) no-repeat center;
}
.slideGroup {
  position: relative;
}
.slideGroup .parHd {
  height: 104px;
  clear: both;
}
.ql_parHdul {
  float: right;
  padding-top: 28px;
}
.ql_parHdul li {
  float: left;
  margin-left: 15px;
}
.ql_parHdul li.on em,
.ql_parHdul li.on span {
  display: block;
  float: left;
  width: 15px;
  height: 32px;
  background: url(../images/y64.png) no-repeat;
}
.ql_parHdul li.on em {
  background-position: left top;
}
.ql_parHdul li.on span {
  background-position: right top;
}
.ql_parHdul li.on h2 {
  background: #579c09;
  color: #fff;
}
.ql_parHdul a {
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
}
.ql_parHdul h2 {
  color: #333333;
  font-weight: normal;
  font-size: 14px;
  float: left;
  height: 32px;
  background: url(../images/y65.png) repeat-x top;
}
.ql_parHdul em,
.ql_parHdul span {
  display: block;
  float: left;
  width: 15px;
  height: 32px;
  background: url(../images/y63.png) no-repeat;
}
.ql_parHdul em {
  background-position: left top;
}
.ql_parHdul span {
  background-position: right top;
}
/*END*/
/*BEGIN*/
.qlins_cpsz li {
  float: left;
  margin: 0 32px 0 0;
  height: 288px;
  width: 345px;
  background: url(../images/y68.png) no-repeat left bottom;
}
.qlins_cpsz li > a {
  display: block;
  text-align: center;
  height: 223px;
  overflow: hidden;
}
.qlins_cpsz li:hover {
  background-position: right bottom;
}
.qlins_cpsz li:hover h3 a {
  color: #fff;
}
.qlins_cpsz h3 {
  min-height: 55px;
  font-size: 16px;
  font-weight: normal;
}
.qlins_cpsz h3 a {
  display: block;
  color: #333333;
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding-top: 10px;
}
.slideGroup .tempWrap {
  width: 1100px !important;
}
.qlin_cpbox {
  background: url(../images/y69.jpg) no-repeat center 103px;
  position: relative;
}
.qlin_cpbox .parBd {
  padding-top: 70px;
}
.qlin_cpbox .sPrev,
.qlin_cpbox .sNext {
  position: absolute;
  top: 266px;
  display: block;
  height: 43px;
  width: 23px;
  background: url(../images/y67.png) no-repeat;
}
.qlin_cpbox .sPrev {
  background-position: left bottom;
  left: -50px;
}
.qlin_cpbox .sPrev:hover {
  background-position: left top;
}
.qlin_cpbox .sNext {
  background-position: right bottom;
  right: -50px;
}
.qlin_cpbox .sNext:hover {
  background-position: right top;
}
/*END*/
/*BEGIN*/
.qlix_gcal {
  min-height: 380px;
  padding-bottom: 40px;
}
.qlix_gcal li {
  float: left;
  margin-right: 31px;
  background: #f1f1f1;
  height: 359px;
}
.qlix_gcal li > a {
  display: block;
  height: 264px;
  overflow: hidden;
}
.qlix_gcal li:hover {
  background: #579c09;
}
.qlix_gcal li:hover .qlix_gcala h3 a {
  color: #fff;
}
.qlix_gcal li:hover .qlix_gcala em a {
  background: url(../images/y72.png) no-repeat center 21px !important;
}
.qlix_gcal li:hover .qlix_gcalb em,
.qlix_gcal li:hover .qlix_gcalb span {
  color: #fff;
}
.qlix_gcal li:hover .qlix_gcalb em {
  background: url(../images/y75.png) no-repeat right center;
}
.qlix_gcala {
  clear: both;
  height: 44px;
  margin: 0 10px;
}
.qlix_gcala h3,
.qlix_gcala h3 a {
  display: block;
  min-height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  float: left;
}
.qlix_gcala h3 a {
  padding-top: 16px;
}
.qlix_gcala em,
.qlix_gcala em a {
  display: block;
  height: 28px;
  width: 34px;
  float: right;
}
.qlix_gcala em a {
  background: url(../images/y73.png) no-repeat center 21px;
  padding-top: 16px;
}
.qlix_gcalb {
  clear: both;
  margin: 0 10px;
}
.qlix_gcalb em,
.qlix_gcalb span {
  display: block;
  height: 20px;
  line-height: 20px;
}
.qlix_gcalb em {
  font-size: 12px;
  color: #333333;
  background: url(../images/y74.png) no-repeat right center;
  margin-right: 5px;
}
.qlix_gcalb span {
  font-size: 12px;
  text-transform: uppercase;
  color: #c8c8c8;
  text-align: right;
}
.qlin_gc {
  height: 410px;
  overflow: hidden;
}
.qlin_gc .qlin_gcx,
.qlin_gc .tempWrap {
  width: 1100px !important;
  overflow: hidden;
}
/*END*/
/*BEGIN*/
.c_tit {
  border-bottom: 1px solid #ededed;
  height: 48px;
}
.c_tit h2 {
  float: left;
  font-size: 20px;
  height: 46px;
  line-height: 46px;
  border-bottom: 4px solid #579c09;
}
.c_tit h2 a {
  color: #333;
  display: block;
}
.c_tit h2 a:hover {
  color: #579c09;
}
.c_tit a.c_more {
  color: #333;
  float: right;
  line-height: 48px;
}
.c_tit a.c_more:hover {
  color: #579c09;
}
.c_newslist1 {
  overflow: hidden;
  width: 510px;
  float: left;
}
.c_newslist1 li {
  overflow: hidden;
  margin-top: 40px;
}
.c_newslist1 li .c_dta {
  float: left;
  border-right: 1px solid #c4c4c4;
  text-align: center;
  width: 80px;
  color: #666;
  font-family: "arial";
  font-size: 14px;
}
.c_newslist1 li .c_dta strong {
  font-size: 38px;
  display: block;
  line-height: 1.2;
}
.c_newslist1 li .c_dews {
  float: right;
  width: 410px;
  color: #969696;
  overflow: hidden;
}
.c_newslist1 li .c_dews h3 {
  font-size: 16px;
  font-weight: normal;
}
.c_newslist1 li .c_dews h3 a {
  color: #333;
  display: block;
}
.c_newslist1 li .c_dews h3 a:hover {
  color: #579c09;
}
.c_newslist1 li .c_dews a.c_more {
  color: #333;
  background: #e9e9e9;
  line-height: 24px;
  height: 24px;
  width: 88px;
  text-align: center;
  float: right;
  margin-top: 10px;
}
.c_newslist1 li .c_dews a.c_more:hover {
  background: #579c09;
  color: #fff;
}
.c_youtu {
  width: 515px;
  float: right;
  padding-top: 20px;
}
.c_dws {
  overflow: hidden;
  line-height: 42px;
  height: 42px;
  padding-top: 5px;
}
.c_dws span {
  float: right;
  font-size: 14px;
  color: #666;
}
.c_dws h3 {
  float: left;
  font-size: 16px;
  font-weight: normal;
}
.c_dws h3 a {
  color: #333;
}
.c_dws h3 a:hover {
  color: #579c09;
}
.c_youtu .c_moa {
  color: #969696;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.newsqie .hd {
  text-align: center;
}
.newsqie .hd ul {
  text-align: center;
  padding: 30px 0;
}
.newsqie .hd ul li {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/yuandian.png) no-repeat left center;
  margin: 0 5px;
  cursor: pointer;
}
.newsqie .hd ul li.on {
  background: url(../images/yuandian.png) no-repeat right center;
}
/*END*/
/*BEGIN*/
.qlin_gcbt {
  height: 114px;
  text-align: center;
}
.qlin_gcbt h2 {
  font-weight: normal;
  font-size: 21px;
}
.qlin_gcbt a {
  display: block;
  height: 77px;
  line-height: 35px;
  color: #333333;
  background: url(../images/y70.png) no-repeat center bottom;
}
.qlin_gcbt a:hover {
  background: url(../images/y71.png) no-repeat center bottom;
  color: #579c09;
}
/*END*/
.ql_gswm,.ql_gswm div{ display: inline;}