@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;
}
/*清除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: 375px;
}
/*首页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;
  padding: 15px 0;
  width: 100%;
}
.sub_updown .sub_updown_up,
.sub_updown .sub_updown_down {
  clear: both;
  overflow: hidden;
  margin: 6px 0px;
  height: 30px;
  line-height: 30px;
}
.sub_updown div a {
  color: #333333;
  display: block;
  height: 30px;
  clear: both;
  font-size: 12px;
}
.sub_updown div a span {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 64px;
  text-align: center;
  color: #fff;
  background: #000000;
  float: left;
  margin-right: 12px;
}
.sub_updown .sub_updown_hover a:hover {
  color: #0b62af;
}
.sub_updown .sub_updown_hover a:hover span {
  background: #0b62af;
}
.sub_updown .sub_updown_hover a span {
  cursor: pointer;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 12px;
}
.paginator a,
.paginator span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 31px;
  line-height: 31px;
  font-size: 18px;
  min-width: 31px;
}
.paginator a {
  color: #666666;
}
.paginator .paginator_first {
  background: url(../images/aj46.png) no-repeat left top;
  text-align: left;
  color: #c6c6c6;
}
.paginator .paginator_first[href]:hover {
  background: url(../images/aj46.png) no-repeat left bottom;
  color: #0b62af !important;
}
.paginator .paginator_last {
  background: url(../images/aj46.png) no-repeat right top;
  text-align: left;
  color: #c6c6c6;
}
.paginator .paginator_last[href]:hover {
  background: url(../images/aj46.png) no-repeat right bottom;
  color: #0b62af !important;
}
.paginator a,
.paginator span {
  margin: 0px 4px !important;
}
.paginator a.sun_paging_hover:hover {
  color: #c40018;
}
.paginator span {
  border: 0px solid #ccc !important;
  color: #c40018 !important;
  padding: 0 !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;
}
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: "微软雅黑";
}
/* 清楚浮动 */
.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: "微软雅黑";
  word-break: break-all;
  min-width: 1200px !important;
}
.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_about a {
  font-weight: bold;
  color: #0b62af;
}
.ql_subpag_about a:hover {
  color: #fbb00e;
}
.ql_subpag_about img {
  width: auto;
  max-width: 1200px;
}
/*以上为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
/*BEGIN*/
.ql_top_box {
  background: url(../images/aj15.jpg) no-repeat center top;
}
.ql_top {
  height: 110px;
}
.ql_tople {
  height: 103px;
  overflow: hidden;
  float: left;
  padding-top: 7px;
}
.ql_topri {
  float: right;
  height: 103px;
  width: 920px;
}
.ql_topritop {
  height: 41px;
  clear: both;
}
.ql_topritop1,
.ql_topritop2 {
  display: block;
  float: right;
  height: 40px;
  width: 40px;
}
.ql_topritop1 {
  background: url(../images/aj03.png) no-repeat right bottom;
}
.ql_topritop1:hover {
  background: #fff url(../images/aj03.png) no-repeat right top;
}
.ql_topritop2 {
  background: url(../images/aj03.png) no-repeat left bottom;
}
.ql_topritop2:hover {
  background: #fff url(../images/aj03.png) no-repeat left top;
}
.ql_topritop_tel {
  float: right;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  padding-left: 26px;
  background: url(../images/aj02.png) no-repeat left center;
  padding-right: 20px;
}
.ql_toprinav {
  height: 69px;
  clear: both;
  text-align: center;
}
.ql_toprinav li {
  position: relative;
  z-index: 30;
  float: left;
  width: 115px;
  height: 69px;
}
.ql_toprinav li:hover em a {
  border-color: #e60012;
  background: #eeeeee;
}
.ql_toprinav em,
.ql_toprinav em a {
  display: block;
}
.ql_toprinav em a {
  height: 65px;
  line-height: 65px;
  border-bottom: 4px solid #fff;
  background: #fff;
  font-size: 16px;
  color: #000000;
}
.ql_toprinav em a.on {
  border-color: #e60012;
  background: #eeeeee;
}
.ql_toprinav_xl {
  display: none;
  position: absolute;
  top: 69px;
  left: 0;
  z-index: 30;
  width: 100%;
}
.ql_toprinav_xl span {
  height: 8px;
  display: block;
  background: url(../images/aj16.png) no-repeat center;
}
.ql_toprinav_xl a {
  display: block;
  min-height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #ffffff;
  padding: 11px 5px;
  background: #0b63af;
}
.ql_toprinav_xl a:hover {
  color: #dcca32;
}
.ql_toprinav_xl a.on {
  color: #dcca32;
}
/**/
.ql_sub_topbxo {
  clear: both;
  height: 0;
  position: relative;
  z-index: 18;
}
.ql_sub_top {
  height: 105px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 18;
  background: url(../images/aj18.png) repeat;
}
.ql_sub_topnr {
  position: relative;
  z-index: 18;
  height: 105px;
}
.ql_subtopbt {
  position: absolute;
  top: -11px;
  left: 0;
  height: 51px;
  line-height: 51px;
  width: 168px;
  text-align: center;
  padding-right: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: url(../images/aj05.png) no-repeat left top;
}
.ql_sub_topdq {
  height: 22px;
  line-height: 22px;
  padding-top: 22px;
  background: url(../images/aj06.png) no-repeat center 32px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}
.ql_subtopwz {
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  color: #dedede;
}
.ql_subtopwz a {
  color: #dedede;
}
.ql_subtopwz a:hover {
  color: #fbb00e;
}
.ql_subtopwz em {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 26px;
  line-height: 26px;
  padding-left: 17px;
  background: url(../images/aj07.png) no-repeat left center;
}
/**/
.ql_sub_two {
  position: relative;
  z-index: 28;
  margin-top: -15px;
  text-align: center;
}
.ql_sub_twolist {
  min-height: 16px;
  padding-bottom: 40px;
}
.ql_sub_twolist li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 47px;
  width: 220px;
}
.ql_sub_twolist h2 {
  font-size: 18px;
  font-weight: normal;
  height: 47px;
}
.ql_sub_twolist h2 a {
  display: block;
  height: 47px;
  line-height: 47px;
  color: #0b62af;
  padding-left: 20px;
  background: url(../images/aj08.png) no-repeat right top;
}
.ql_sub_twolist h2 a:hover {
  background: url(../images/aj08.png) no-repeat left top;
  color: #fff;
}
.ql_sub_twolist h2 a.on {
  background: url(../images/aj08.png) no-repeat left top;
  color: #fff;
}
/*END*/
.ql_subpag {
  min-height: 400px;
  padding-bottom: 35px;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
/*BEGIN*/
.ql_sitemap {
  height: 81px;
  background: url(../images/aj12.png) no-repeat center;
}
.ql_sitemap a {
  display: block;
  width: 31px;
  height: 81px;
  background: url(../images/aj09.png) no-repeat center;
  margin: 0 auto;
}
.ql_sitemap a:hover {
  background: url(../images/aj10.png) no-repeat center;
}
.ql_sitemapulbxo {
  background: url(../images/aj17.jpg) no-repeat center bottom;
}
.ql_sitemapul {
  min-height: 400px;
  background: url(../images/aj14.jpg) no-repeat center 45px;
  width: 889px;
  margin: 0 auto;
}
.ql_sitemapul li {
  width: 87px;
  float: left;
  text-align: center;
  padding: 70px 20px 0 20px;
  background: url(../images/aj13.jpg) no-repeat center 35px;
}
.ql_sitemapul li em,
.ql_sitemapul li em a {
  display: block;
  height: 28px;
}
.ql_sitemapul li em a {
  background: url(../images/aj19.png) no-repeat left bottom;
  line-height: 28px;
  font-size: 16px;
  color: #ffffff;
}
.ql_sitemapul li em a:hover{ color: #ff0;}
.ql_sitemapul div {
  clear: both;
  padding-top: 10px;
}
.ql_sitemapul div a {
  display: block;
  min-height: 22px;
  line-height: 22px;
  padding: 6px 0;
  font-size: 14px;
  color: #333333;
}
.ql_sitemapul div a:hover {
  color: #0b63af;
}
/*END*/
/*BEGIN*/
.ql_bottom_box {
  background: #1c2127;
  clear: both;
  padding-top: 24px;
  border: 1px solid #2b3138;
}
.ql_bottom_le {
  float: left;
  width: 835px;
}
.ql_bottom_le1 {
  padding-bottom: 12px;
}
.ql_bottom_le1img {
  float: left;
  width: 150px;
  display: block;
}
.ql_bottom_le1a {
  float: left;
  width: 685px;
}
.ql_bottom_le1a li {
  float: left;
  width: 97px;
}
.ql_bottom_le1at {
  display: block;
  height: 28px;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: url(../images/aj22.png) no-repeat left bottom;
  margin-bottom: 5px;
}
.ql_bottom_le1at:hover {
  color: #9b9b9b;
}
.ql_bottom_le1as {
  display: block;
  height: 28px;
  line-height: 30px;
  font-size: 12px;
  color: #ffffff;
}
.ql_bottom_le1as:hover {
  color: #9b9b9b;
}
.ql_bottom_le2 {
  min-height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #464a4f;
  padding-bottom: 10px;
}
.ql_bottom_le2 p {
  display: inline;
}
.ql_bottom_le2 a {
  color: #464a4f;
}
.ql_bottom_le2 a:hover {
  color: #fff;
}
/**/
.ql_bottom_lxfs {
  float: right;
  width: 305px;
}
.ql_bottom_lxfs1 {
  height: 48px;
  clear: both;
}
.ql_bottom_lxfs1 em {
  float: left;
  display: block;
  height: 34px;
  width: 197px;
  border: 1px solid #32373d;
  padding: 0 10px;
}
.ql_bottom_lxfs1 em input {
  height: 34px;
  line-height: 34px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  font-family: "Microsoft YaHei";
}
.ql_bottom_lxfs1 a {
  float: right;
  display: block;
  height: 36px;
  line-height: 36px;
  background: #fff url(../images/aj21.png) no-repeat 50px center;
  width: 50px;
  padding-right: 27px;
  text-align: center;
  font-size: 14px;
  color: #6b6d72;
}
.ql_bottom_lxfs1 a:hover {
  background: #0b62af url(../images/aj21.png) no-repeat 50px center;
  color: #fff;
}
.ql_bottom_lxfs2 {
  min-height: 52px;
  line-height: 26px;
  color: #5a5b5f;
  font-size: 14px;
}
.ql_bottom_lxfs3 {
  padding-top: 9px;
}
.ql_copybox {
  background: #1c2127;
  min-width: 22px;
  line-height: 22px;
  padding: 10px 0;
  color: #464a4f;
}
.ql_copybox a {
  color: #464a4f;
}
.ql_copybox a:hover {
  color: #fff;
}
.ql_copybox img {
  vertical-align: middle;
}
.ql_copy_impa {
  padding-right: 4px;
}
/*END*/
/*BEGIN*/
.ql_lxwm {
  position: relative;
  float: left;
}
.ql_lxwmfd {
  position: absolute;
  bottom: -14px;
  right: -17px;
  z-index: 20;
  height: 172px;
  width: 262px;
  background: url(../images/aj24.png) no-repeat left top;
}
.ql_lxfsribox {
  float: right;
  width: 520px;
  padding-top: 44px;
}
.ql_lxfsri {
  background: #f5f5f5;
  padding: 14px 23px;
}
.ql_lxfsri1 {
  line-height: 28px;
  font-size: 14px;
  color: #0b62af;
}
.ql_lxfsri2 {
  line-height: 46px;
  font-size: 26px;
  font-weight: bold;
  color: #333333;
}
.ql_lxfsri3,
.ql_lxfsri4 {
  min-height: 22px;
  line-height: 22px;
  padding: 11px 0;
  font-size: 14px;
  color: #666666;
  padding-left: 34px;
}
.ql_lxfsri3 {
  background: url(../images/aj25.png) no-repeat left center;
}
.ql_lxfsri4 {
  background: url(../images/aj26.png) no-repeat left center;
}
.ql_lxfsriboximg {
  padding-top: 36px;
}
/*END*/
/*BEGIN*/
.ql_gszz {
  min-height: 400px;
  padding-bottom: 45px;
}
.ql_gszz li {
  position: relative;
  float: left;
  width: 348px;
  height: 255px;
  padding: 15px 18px 16px 0;
  background: url(../images/aj33.png) no-repeat right top;
  text-align: center;
  margin: 45px 51px 0 0;
}
.ql_gszz li:hover {
  background: url(../images/aj32.png) no-repeat right top;
}
.ql_gszz li:hover h3 a {
  background: url(../images/aj34.png) no-repeat left top;
}
.ql_gszz h3 {
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 348px;
  height: 51px;
  font-size: 16px;
  font-weight: normal;
}
.ql_gszz h3 a {
  color: #ffffff;
  display: block;
  padding: 0 15px;
  height: 51px;
  line-height: 51px;
  background: url(../images/aj34.png) no-repeat right bottom;
}
/**/
.ql_gszzbht {
  min-height: 32px;
  line-height: 32px;
  text-align: center;
}
.ql_gszzbht h1 {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  padding: 0 20px;
  background: url(../images/aj35.png) repeat-x bottom;
}
.ql_ztdzx {
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  color: #7c7c7c;
  text-align: center;
  border-bottom: 1px solid #e8e6e6;
}
.ql_ztdzx a {
  color: #7c7c7c;
}
.ql_ztdzx a:hover {
  color: #fca80c;
}
.ql_ztdzx em,
.ql_ztdzx a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
}
.ql_ztdzxa {
  padding-left: 20px;
  background: url(../images/aj29.png) no-repeat left center;
}
.ql_ztdzxb {
  padding-left: 20px;
  background: url(../images/aj30.png) no-repeat left center;
}
.ql_ztdzxc {
  padding-left: 20px;
  background: url(../images/aj31.png) no-repeat left center;
}
.ql_gszzxximg {
  min-height: 320px;
  padding: 35px;
  text-align: center;
  position: relative;
}
.ql_gszzxximg .prev,
.ql_gszzxximg .next {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 67px;
  background: url(../images/aj28.png) no-repeat;
  margin-top: -34px;
}
.ql_gszzxximg .prev {
  background-position: left bottom;
  left: 160px;
}
.ql_gszzxximg .prev[href]:hover {
  background-position: left top;
}
.ql_gszzxximg .next {
  background-position: right bottom;
  right: 160px;
}
.ql_gszzxximg .next[href]:hover {
  background-position: right top;
}
.ql_gszz_textgmain {
  min-height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #666666;
}
/*END*/
/*BEGIN*/
.ql_zsjm {
  min-height: 450px;
  padding-bottom: 40px;
}
.ql_zsjm li {
  float: left;
  position: relative;
  z-index: 20;
  width: 279px;
    overflow: hidden;
  height: 245px;
  margin: 45px 26px 0 0;
}
.ql_zsjm li > a {
  display: block;
  height: 205px;
  width: 280px;
  overflow: hidden;
}
.ql_zsjm li > em {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/aj39.jpg) no-repeat right bottom;
  z-index: 30;
  display: block;
  width: 41px;
  height: 81px;
}
.ql_zsjm li:hover h3 a {
  background: url(../images/aj38.png) no-repeat center top;
  color: #fff;
}
.ql_zsjm li h3 a:hover {
  color: #ff0;
}
.ql_zsjmnr {
  width: 280px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
  overflow: hidden;
}
.ql_zsjmnr > a {
  height: 0;
  display: block;
  width: 280px;
  background: url(../images/aj36.png) no-repeat center;
}
.ql_zsjmnr > a:hover {
  background: url(../images/aj37.png) no-repeat center;
}
.ql_zsjmnr h3,
.ql_zsjmnr h3 a {
  display: block;
  height: 46px;
  line-height: 40px;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  text-align: center;
}
/*END*/
/*BEGIN*/
.ql_xwsty li {
  clear: both;
  height: 144px;
  vertical-align: middle;
  overflow: hidden;
  padding: 54px 10px 0 0;
  border-bottom: 1px solid #e9e9e9;
}
.ql_xwstytime {
  float: left;
  width: 182px;
  text-align: center;
  height: 82px;
  background: url(../images/aj40.jpg) no-repeat 138px top;
}
.ql_xwstytime em,
.ql_xwstytime span {
  display: block;
}
.ql_xwstytime em {
  height: 42px;
  line-height: 42px;
  font-size: 40px;
  color: #333333;
}
.ql_xwstytime span {
  height: 22px;
  line-height: 22px;
  font-size: 20px;
  color: #666666;
}
.ql_xwstyimg {
  float: left;
  width: 163px;
}
.ql_xwstytext {
  float: right;
  width: 813px;
}
.ql_xwstytext h3 {
  height: 39px;
  line-height: 30px;
  font-size: 18px;
  font-weight: normal;
}
.ql_xwstytext h3 a {
  color: #333333;
}
.ql_xwstytext h3 a:hover {
  color: #0b62af;
}
.ql_xwstytext div {
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #999999;
  overflow: hidden;
}
.ql_xwstyeven {
  background: #f9f9f9;
}
.ql_xwstb {
  min-height: 350px;
  padding-bottom: 40px;
}
.ql_xwstb li {
  height: 34px;
  clear: both;
  vertical-align: middle;
  overflow: hidden;
  padding: 11px 22px;
  border-bottom: 1px solid #e9e9e9;
}
.ql_xwstb li:hover em {
  background: url(../images/aj41.jpg) no-repeat left top;
  color: #fff;
}
.ql_xwstb li:hover h3 a {
  color: #0b62af;
}
.ql_xwstb em {
  float: left;
  display: block;
  height: 34px;
  line-height: 34px;
  width: 153px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  background: url(../images/aj41.jpg) no-repeat left bottom;
  padding-right: 10px;
}
.ql_xwstb h3,
.ql_xwstb h3 a {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
}
.ql_xwdt_textgmain {
  min-height: 420px;
  line-height: 26px;
  font-size: 14px;
  color: #666666;
  padding: 20px 0;
  border-bottom: 1px solid #cecece;
}
.ql_xwstbot_bt {
  text-align: center;
  height: 118px;
}
.ql_xwstbot_list {
  height: 102px;
  overflow: hidden;
  clear: both;
}
.ql_xwstbot_list li {
  height: 34px;
  float: left;
  width: 538px;
  margin-right: 122px;
}
.ql_xwstbot_list h3 a,
.ql_xwstbot_list h3 {
  display: block;
  float: left;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #454545;
  font-weight: normal;
}
.ql_xwstbot_list em {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  color: #999999;
  float: right;
}
.ql_xwstbot_list h3 a {
  padding-left: 16px;
  background: url(../images/aj44.jpg) no-repeat left center;
}
.ql_xwstbot_list h3 a:hover {
  background: url(../images/aj45.jpg) no-repeat left center;
  color: #c50101;
}
/*END*/
/*BEGIN*/
.qlin_lxwmbox {
  height: 157px;
  background: url(../images/ajin01.png) no-repeat center top;
}
.qlin_lxwm {
  height: 157px;
  clear: both;
}
.qlin_lxwmle {
  float: left;
  width: 316px;
  padding-top: 20px;
  height: 120px;
  overflow: hidden;
}
.qlin_lxwmle em {
  display: block;
  height: 70px;
  overflow: hidden;
}
.qlin_lxwmle > div {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
  overflow: hidden;
  padding-top: 5px;
}
.qlin_lxwmri {
  float: right;
  width: 724px;
  height: 140px;
}
.qlin_lxwmri h2 {
  float: left;
  height: 140px;
  width: 241px;
  font-weight: normal;
}
.qlin_lxwmri a {
  display: block;
  height: 70px;
  padding: 35px 0 35px 82px;
  color: #fff;
}
.qlin_lxwmri a:hover {
  color: #ff0;
}
.qlin_lxwmri em {
  display: block;
  height: 20px;
  line-height: 20px;
  padding-top: 15px;
  text-transform: uppercase;
  font-size: 16px;
}
.qlin_lxwmri span {
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
}
.qlin_lxwmri1 {
  background: url(../images/ajin03.png) no-repeat left center;
}
.qlin_lxwmri2 {
  background: url(../images/ajin04.png) no-repeat left center;
}
.qlin_lxwmri3 {
  background: url(../images/ajin05.png) no-repeat left center;
}
/**/
.qlin_abput {
  height: 412px;
  padding-top: 55px;
}
.qlin_abputle {
  float: left;
  width: 534px;
}
.qlin_aboutletop {
  height: 112px;
  width: 94px;
  padding-left: 18px;
  background: #0b62af;
  color: #ffffff;
}
.qlin_aboutletop em,
.qlin_aboutletop span {
  display: block;
}
.qlin_aboutletop em {
  line-height: 26px;
  padding-top: 28px;
  font-size: 16px;
}
.qlin_aboutletop span {
  font-size: 32px;
  font-family: Arial;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
}
.qlin_abputletext {
  height: 161px;
  padding-top: 22px;
  clear: both;
}
.qlin_abputletext1 {
  height: 52px;
  border-bottom: 1px solid #e2e2e2;
  line-height: 52px;
  font-size: 22px;
  color: #434b56;
}
.qlin_abputletext2 {
  height: 78px;
  line-height: 26px;
  font-size: 14px;
  color: #666666;
  padding-top: 30px;
  overflow: hidden;
}
.qlin_abputletextbtn {
  height: 30px;
  clear: both;
  padding-top: 18px;
}
.qlin_abputletextbtn a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 131px;
  background: url(../images/ajin06.png) no-repeat left bottom;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.qlin_abputletextbtn a:hover {
  background: url(../images/ajin06.png) no-repeat left top;
}
.qlin_abputri {
  float: right;
  width: 564px;
  height: 401px;
  background: url(../images/ajin07.jpg) no-repeat center bottom;
}
.qlin_abputrile {
  float: left;
  height: 171px;
  overflow: hidden;
}
.qlin_abputri1,
.qlin_abputri3 {
  width: 267px;
  text-align: center;
}
.qlin_abputri1 {
  background: #eff4f7;
}
.qlin_abputri1 h2 {
  height: 32px;
  line-height: 32px;
  padding-top: 38px;
  font-size: 22px;
  font-weight: normal;
}
.qlin_abputri1 h2 a {
  color: #333333;
}
.qlin_abputri1 h2 a:hover {
  color: #dd0000;
}
.qlin_abputri1 em {
  display: block;
  height: 37px;
  line-height: 28px;
  font-size: 14px;
  color: #0b62af;
}
.qlin_abputri1 > a {
  display: block;
  height: 37px;
  width: 37px;
  background: url(../images/ajin12.png) no-repeat center;
  margin: 0 auto;
}
.qlin_abputri1 > a:hover {
  background: url(../images/ajin13.png) no-repeat center;
}
.qlin_abputri4 {
  width: 290px;
  background: url(../images/ajin11.png) no-repeat right bottom;
  display: block;
}
.qlin_abputri4:hover {
  background: url(../images/ajin14.png) no-repeat right bottom;
}
/*END*/
/*BEGIN*/
.qlin_ccps {
  height: 566px;
  background: url(../images/ajin15.jpg) no-repeat center top;
}
.qlin_ccpsbh2 {
  height: 56px;
  background: url(../images/ajin17.png) no-repeat center bottom;
  padding-top: 47px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 56px;
}
.qlin_ccpsbh2 a {
  color: #0b62af;
}
.qlin_ccpsbh2 a:hover {
  color: #dd0000;
}
.qlin_ccps_qh {
  height: 58px;
  padding-top: 16px;
  clear: both;
  margin: 0 auto;
  width: 222px;
}
.qlin_ccps_qh h2 {
  height: 30px;
  width: 111px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  float: left;
  font-weight: normal;
}
.qlin_ccps_qh h2 a {
  display: block;
  height: 30px;
  clear: both;
  color: #000000;
}
.qlin_ccps_qh h2 a:hover {
  color: #fff;
  background: url(../images/ajin16.png) no-repeat left top;
}
.qlin_ccps_qh h2.on a {
  color: #fff;
  background: url(../images/ajin16.png) no-repeat left top;
}
/*END*/
/*BEGIN*/
.qlincg_zsjm {
  height: 245px;
  padding-bottom: 40px;
}
.qlincg_zsjm li {
  float: left;
  position: relative;
  z-index: 20;
  width: 279px;
  height: 245px;
  margin: 0 27px 0 0;
    overflow: hidden;
}
.qlincg_zsjm li > a {
  display: block;
  height: 205px;
  width: 280px;
  overflow: hidden;
}
.qlincg_zsjm li:hover h3 a {
  background: url(../images/aj38.png) no-repeat center top;
  color: #fff;
}
.qlincg_zsjm li h3 a:hover {
  color: #ff0;
  background: none;
}
.qlincg_zsjmnr {
  width: 280px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 40px;
  overflow: hidden;
}
.qlincg_zsjmnr > a {
  height: 0;
  display: block;
  width: 280px;
  background: url(../images/aj36.png) no-repeat center;
}
.qlincg_zsjmnr > a:hover {
  background: url(../images/aj37.png) no-repeat center;
}
.qlincg_zsjmnr h3,
.qlincg_zsjmnr h3 a {
  display: block;
  height: 46px;
  line-height: 40px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.qlincg_zsjmnr h3 a {
  background: url(../images/ajin20.png) repeat;
}
.qlin_ccpshhboxyincabngs .tempWrap {
  width: 1200px !important;
  overflow: hidden;
}
.qlin_ccpshhboxsd {
  clear: both;
  padding-top: 25px;
}
.qlin_ccpshhboxsd ul {
  height: 12px;
  line-height: 12px;
  text-align: center;
}
.qlin_ccpshhboxsd li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 22px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  background: url(../images/ajin19.png) no-repeat center;
  text-align: center;
  cursor: pointer;
}
.qlin_ccpshhboxsd li.on {
  background: url(../images/ajin18.png) no-repeat center;
  color: #0b62af;
}
/*END*/
/*BEGIN*/
.qlin_news {
  height: 469px;
}
.qlin_newstop {
  height: 66px;
  clear: both;
}
.qlin_newstople {
  height: 56px;
  padding-right: 197px;
  background: url(../images/ajin21.jpg) no-repeat right center;
  float: left;
}
.qlin_newstople em {
  display: block;
  height: 20px;
  line-height: 20xp;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
}
.qlin_newstople h2 {
  display: block;
  height: 34px;
  white-space: nowrap;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
}
.qlin_newstople h2 a {
  color: #010101;
}
.qlin_newstople h2 a strong {
  color: #e21327;
}
.qlin_newstople h2 a:hover {
  color: #e21327;
}
.qlin_newstople h2 a:hover strong {
  color: #010101;
}
.qlin_newstopri {
  float: right;
  width: 140px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #c9c9c9;
  font-size: 14px;
  color: #323b4a;
}
.qlin_newstopri:hover {
  color: #e21327;
  border-color: #e21327;
}
.qlin_newsmain {
  clear: both;
  height: 351px;
}
.qlin_newsmainle {
  float: left;
  width: 498px;
}
.qlin_newsmainleul li {
  clear: both;
  vertical-align: middle;
  overflow: hidden;
  border-left: 4px solid #fff;
  height: 52px;
  padding: 15px 10px 16px 0;
}
.qlin_newsmainleul li:hover {
  background: #0268b3;
  border-color: #e21327;
}
.qlin_newsmainleul li:hover span,
.qlin_newsmainleul li:hover h3 a,
.qlin_newsmainleul li:hover .qlin_newsmainleulri div {
  color: #fff;
}
.qlin_newsmainleul li:hover .qlin_newsmainleulle {
  border-color: #2c8cd2;
}
.qlin_newsmainleulle {
  float: left;
  height: 52px;
  width: 68px;
  padding-left: 33px;
  border-right: 1px solid #dbdbdb;
}
.qlin_newsmainleulle em,
.qlin_newsmainleulle span {
  display: block;
  text-align: center;
}
.qlin_newsmainleulle em {
  height: 34px;
}
.qlin_newsmainleulle span {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #8a8a8a;
}
.qlin_newsmainleulri {
  float: right;
  width: 360px;
}
.qlin_newsmainleulri h3 {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-weight: normal;
}
.qlin_newsmainleulri h3 a {
  color: #424242;
}
.qlin_newsmainleulri div {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #999999;
}
.qlin_newsno1 em {
  background: url(../images/no01.png) no-repeat center;
}
.qlin_newsno1:hover em {
  background: url(../images/no02.png) no-repeat center;
}
.qlin_newsno2 em {
  background: url(../images/no03.png) no-repeat center;
}
.qlin_newsno2:hover em {
  background: url(../images/no04.png) no-repeat center;
}
.qlin_newsno3 em {
  background: url(../images/no05.png) no-repeat center;
}
.qlin_newsno3:hover em {
  background: url(../images/no06.png) no-repeat center;
}
.qlin_newsno4 em {
  background: url(../images/no07.png) no-repeat center;
}
.qlin_newsno4:hover em {
  background: url(../images/no08.png) no-repeat center;
}
/**/
.qlin_newsmainri {
  float: right;
  width: 684px;
}
.qlin_newsmainri li {
  width: 330px;
  float: left;
  margin-right: 24px;
    height: 332px;
    overflow: hidden;
}
.qlin_newsmainri li > a {
  display: block;
  height: 166px;
  overflow: hidden;
}
.qlin_newsmainriulto {
  height: 141px;
  overflow: hidden;
  background: #f7f7f7;
  padding: 25px 25px 0 25px;
}
.qlin_newsmainriulto h3 {
  height: 33px;
  line-height: 29px;
  font-size: 16px;
  font-weight: bold;
}
.qlin_newsmainriulto h3 a {
  color: #000000;
}
.qlin_newsmainriulto h3 a:hover {
  color: #0268b3;
}
.qlin_newsmainriulto div {
  height: 40px;
  line-height: 20px;
  font-size: 12px;
  color: #666666;
  padding-top: 4px;
}
.qlin_newsmainriulto em {
  display: block;
  height: 22px;
  padding-top: 22px;
  clear: both;
}
.qlin_newsmainriulto em a {
  display: block;
  height: 22px;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  color: #0268b3;
  padding-left: 28px;
  background: url(../images/ajin22.png) no-repeat left top;
  line-height: 22px;
}
.qlin_newsmainriulto em a:hover {
  background: url(../images/ajin23.png) no-repeat left top;
}
/*END*/
/*BEGIN*/
.qlin_video_tcdb {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  height: 100%;
  width: 100%;
  background: url(../images/aj18.png) repeat;
}
.qlin_video_tcbox {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1008;
  background: #eee;
  margin-left: -400px;
  margin-top: -245px;
}
.qlin_video_tcbox1 {
  height: 40px;
  clear: both;
  padding: 0 15px;
}
.qlin_video_tcbox1 em {
  display: block;
  height: 40px;
  float: right;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  line-height: 40px;
}
.qlin_video_tcbox1 em:hover {
  color: #e21327;
}
.qlin_video_tcbox1 span {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
}
/*END*/
.hxq_zxly {
  height: 600px;
  background: url(../images/hxq_zxly00.jpg) no-repeat center top;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.hxq_zxly > div {
  width: 1200px;
  margin: 0 auto;
  display: inline-block;
  display: block;
  zoom: 1;
}
.hxq_zxly > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_zxly_box {
  width: 600px;
    padding-top: 25px;
}
.hxq_zxly_input1 {
  margin: 13px auto 0;
  width: 452px;
  height: 44px;
  background: url(../images/hxq_zxly01.png) no-repeat center;
  display: inline-block;
  display: block;
  zoom: 1;
}
.hxq_zxly_input1.on {
  background: url(../images/hxq_zxly02.png) no-repeat center;
}
.hxq_zxly_input1.on > span input {
  color: #fff;
}
.hxq_zxly_input1.on > span textarea {
  color: #fff;
}
.hxq_zxly_input1:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_zxly_input1 > em {
  float: left;
  width: 54px;
  height: 44px;
}
.hxq_zxly_input1 > span {
  overflow: hidden;
  padding: 0 10px 0 0;
  display: block;
}
.hxq_zxly_input1 > span input {
  display: block;
  height: 44px;
  width: 100%;
  line-height: 44px;
  font-size: 14px;
  color: #666;
}
.hxq_zxly_input2 {
  width: 452px;
  height: 94px;
  background: url(../images/hxq_zxly17.png) no-repeat center;
}
.hxq_zxly_input2 > span textarea {
  display: block;
  margin: 10px 0;
  width: 100%;
  height: 72px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  resize: none;
  overflow-y: auto;
}
.hxq_zxly_input2.on {
  background: url(../images/hxq_zxly18.png) no-repeat center;
}
.hxq_zxly_yzm {
  width: 452px;
  margin: 0 auto;
  display: inline-block;
  display: block;
  zoom: 1;
}
.hxq_zxly_yzm:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_zxly_yzm > a {
  float: left;
  width: 112px;
  height: 42px;
  margin: 13px 0 0 20px;
  border: 1px solid #ebf3f9;
}
.hxq_zxly_yzm > a img {
  vertical-align: middle;
}
.hxq_zxly_input3 {
  float: left;
  width: 252px;
  height: 44px;
  background: url(../images/hxq_zxly16.png) no-repeat center;
}
.hxq_zxly_input3.on {
  background: url(../images/hxq_zxly19.png) no-repeat center;
}
.hxq_zxly_btn {
  width: 452px;
  margin: 13px auto 0;
}
.hxq_zxly_btn > a {
  float: left;
  width: 213px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: url(../images/hxq_zxly13.png) no-repeat center;
}
.hxq_zxly_btn > a:hover {
  background: url(../images/hxq_zxly14.png) no-repeat center;
}
.hxq_zxly_input11 > em {
  background: url(../images/hxq_zxly03.png) no-repeat center;
}
.hxq_zxly_input11.on > em {
  background: url(../images/hxq_zxly04.png) no-repeat center;
}
.hxq_zxly_input12 > em {
  background: url(../images/hxq_zxly05.png) no-repeat center;
}
.hxq_zxly_input12.on > em {
  background: url(../images/hxq_zxly06.png) no-repeat center;
}
.hxq_zxly_input13 > em {
  background: url(../images/hxq_zxly07.png) no-repeat center;
}
.hxq_zxly_input13.on > em {
  background: url(../images/hxq_zxly08.png) no-repeat center;
}
.hxq_zxly_input14 > em {
  background: url(../images/hxq_zxly09.png) no-repeat center;
}
.hxq_zxly_input14.on > em {
  background: url(../images/hxq_zxly10.png) no-repeat center;
}
.hxq_zxly_input15 > em {
  background: url(../images/hxq_zxly11.png) no-repeat center;
}
.hxq_zxly_input15.on > em {
  background: url(../images/hxq_zxly12.png) no-repeat center;
}
/*查看留言*/
.hxq_ckly {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.hxq_ckly > div {
  padding: 0 0 30px 0;
  width: 1200px;
  margin: 0 auto;
  display: inline-block;
  display: block;
  zoom: 1;
}
.hxq_ckly > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_ckly_box {
  padding: 0 0 30px 0;
  min-height: 400px;
}
.hxq_ckly_ul {
  display: inline-block;
  display: block;
  zoom: 1;
}
.hxq_ckly_ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_ckly_ul > li {
  padding: 15px 0 0 0;
  display: inline-block;
  display: block;
  zoom: 1;
}
.hxq_ckly_ul > li:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_ckly_date {
  height: 40px;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  background: url(../images/hxq_ckly00.png) no-repeat center;
}
.hxq_ckly_ly {
  overflow: hidden;
  display: inline-block;
  display: block;
  zoom: 1;
}
.hxq_ckly_ly:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_ckly_ly > img {
  float: left;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.hxq_ckly_ly_box {
  margin: 10px 0 0 0;
  overflow: hidden;
  width: 932px;
  background: url(../images/hxq_ckly_ly02.png) repeat-y center top;
}
.hxq_ckly_ly_content {
  padding: 15px 10px 5px 25px;
  font-size: 14px;
  color: #525252;
  line-height: 24px;
  background: url(../images/hxq_ckly_ly00.png) no-repeat center top;
}
.hxq_ckly_ly_bottom {
  height: 10px;
  background: url(../images/hxq_ckly_ly01.png) no-repeat center bottom;
}
.hxq_ckly_hf {
  padding: 10px 0 0 0;
  overflow: hidden;
  display: inline-block;
  display: block;
  zoom: 1;
}
.hxq_ckly_hf:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_ckly_hf > img {
  float: right;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
.hxq_ckly_hf_box {
  float: right;
  margin: 10px 0 0 0;
  overflow: hidden;
  width: 913px;
  background: url(../images/hxq_ckly_hf01.png) repeat-y center top;
}
.hxq_ckly_hf_content {
  padding: 15px 25px 5px 10px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  background: url(../images/hxq_ckly_hf00.png) no-repeat center top;
}
.hxq_ckly_hf_bottom {
  height: 10px;
  background: url(../images/hxq_ckly_hf02.png) no-repeat center bottom;
}
/*查看留言*/