﻿@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: 300px;
}
/*首页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: 505px;
}
.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: 33px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  width: 824px;
  padding-right: 276px;
  margin-left: -550px;
  bottom: 36px;
  z-index: 1;
}
.cg_banner .hd ul {
  overflow: hidden;
  zoom: 1;
  clear: both;
  width: 100%;
  text-align: right;
}
.cg_banner .hd ul li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0 2px;
  width: 40px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background: url(../images/hq63.png) no-repeat center;
  cursor: pointer;
  overflow: hidden;
  color: #008cd5;
}
.cg_banner .hd ul li.on {
  background: url(../images/hq62.png) no-repeat center;
  color: #fff;
}
/*前/后按钮代码*/
.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 #17aaf7;
  border-bottom: 1px dashed #17aaf7;
}
.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: 15px;
}
.sub_updown .sub_updown_hover a:hover {
  color: #008cd5;
  font-weight: bold;
}
.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 {
  color: #fff;
  padding: 2px 6px;
  border: 1px solid #008cd5;
  background: #008cd5;
}
.paginator a,
.paginator span {
  margin: 0px 3px;
}
.paginator a.sun_paging_hover:hover {
  color: #fff;
  border-color: #fc4f0b;
  background: #fc4f0b;
}
.paginator span {
  border: 1px solid #fc4f0b !important;
  background: #fc4f0b;
  color: #fff !important;
  padding: 2px 6px !important;
  font-weight: normal !important;
}
/*选中需要全部important一下*/
/*分页 END*/
/*百度地图*/
.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}
a[href] * {
  cursor: pointer;
}
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: "Microsoft YaHei", Arial;
  word-break: break-all;
  background: url(../images/hq25.png) repeat;
}
.cg_l {
  float: left;
}
.cg_r {
  float: right;
}
/*width*/
.ql_subpage_about a {
  color: #fc4f0b;
  font-weight: bold;
}
.ql_subpage_about a:hover {
  color: #008cd5;
}
.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*/



/*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 {
  border-top: 7px solid #008cd5;
  clear: both;
  background: url(../images/hq13.png) no-repeat center;
  height: 112px;
}
.ql_top_logo {
  display: block;
  float: left;
  height: 112px;
  overflow: hidden;
}
.ql_topri {
  float: right;
  padding-top: 42px;
  height: 30px;
}
.ql_toprisy,
.ql_toprisc {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #949494;
  padding-left: 25px;
  float: left;
  margin-right: 12px;
}
.ql_toprisy {
  background: url(../images/hq02.png) no-repeat left center;
}
.ql_toprisy:hover {
  background: url(../images/hq03.png) no-repeat left center;
  color: #008cd5;
}
.ql_toprisc {
  background: url(../images/hq04.png) no-repeat left center;
}
.ql_toprisc:hover {
  background: url(../images/hq05.png) no-repeat left center;
  color: #008cd5;
}
.ql_topri_tel {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #01a7e6;
  margin-right: 12px;
  padding-left: 28px;
  background: url(../images/hq06.png) no-repeat left center;
}
.ql_topri_ss {
  height: 30px;
  width: 28px;
  position: relative;
  z-index: 12;
  float: left;
}
.ql_topri_ss em {
  display: none;
  height: 28px;
  width: 151px;
  border: 1px solid #cecaca;
  position: absolute;
  top: 0;
  right: 27px;
  padding: 0 12px;
  background: #fff;
}
.ql_topri_ss em input {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #333;
  font-family: "Microsoft YaHei", Arial;
  width: 100%;
}
.ql_topri_ss a {
  display: block;
  height: 30px;
  width: 100%;
  background: url(../images/hq08.png) no-repeat center;
}
.ql_topri_ss a:hover {
  background: url(../images/hq09.png) no-repeat center;
}
.ql_topna {
  height: 58px;
  clear: both;
  background: url(../images/hq14.png) repeat-x top;
}
.ql_topnaul {
  height: 58px;
}
.ql_topnaul li {
  position: relative;
  z-index: 30;
  height: 58px;
  float: left;
  width: 110px;
  text-align: center;
}
.ql_topnaul li:hover em a {
  background: url(../images/hq10.png) no-repeat top center;
  color: #008cd5;
}
.ql_topnaul em,
.ql_topnaul em a {
  display: block;
  width: 110px;
  height: 76px;
  font-size: 16px;
  line-height: 52px;
  color: #ffffff;
}
.ql_topnaul em {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
}
.ql_topnaul em a.on {
  background: url(../images/hq10.png) no-repeat top center;
  color: #008cd5;
}
.ql_topnaxl {
  display: none;
  position: absolute;
  top: 58px;
  left: 0;
  z-index: 30;
  width: 100%;
  background: #008cd5;
  padding-top: 20px;
}
.ql_topnaxl a {
  display: block;
  min-width: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #ffffff;
  padding: 12px 5px;
}
.ql_topnaxl a:hover {
  color: #f6ff00;
}
.ql_topnaxl a.on {
  color: #f6ff00;
}
/**/
.cg_back_no {
  background: none !important;
}
.ql_bottom {
  background: #0078c1 url(../images/hq15.jpg) repeat-x top;
  clear: both;
  min-width: 120px;
}
.ql_bottom_nav {
  height: 40px;
  clear: both;
  padding-top: 16px;
}
.ql_bottom_nav a {
  display: block;
  height: 40px;
  line-height: 40px;
  float: left;
  width: 110px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background: url(../images/hq16.jpg) no-repeat right center;
}
.ql_bottom_nav a:hover {
  color: #fffc00;
}
.ql_bottom_text {
  min-height: 100px;
  padding: 30px 0 26px 0;
}
.ql_bottom_textmain {
  background: url(../images/hq17.png) repeat-y 373px 0;
}
.ql_bottom_texta,
.ql_bottom_textb,
.ql_bottom_textc {
  padding-top: 22px;
}
.ql_bottom_texta {
  float: left;
  width: 360px;
  padding-right: 16px;
}
.ql_bottom_texta1 {
  height: 120px;
  clear: both;
}
.ql_bottom_texta1_a {
  float: left;
}
.ql_bottom_texta1_b {
  float: left;
  padding-left: 16px;
  width: 150px;
  text-align: center;
  font-size: 14px;
  color: #f3f3f3;
  line-height: 24px;
}
.ql_bottom_texta1_b em {
  display: block;
  min-height: 33px;
  line-height: 33px;
  padding-top: 10px;
}
.ql_bottom_texta2 {
  clear: both;
  width: 230px;
  padding-right: 52px;
  background: url(../images/hq18.png) no-repeat right center;
  text-align: right;
  color: #fff;
}
.ql_bottom_texta2 em {
  font-size: 14px;
  color: #f3f3f3;
  line-height: 20px;
  display: block;
}
.ql_bottom_texta2 div {
  height: 32px;
  line-height: 32px;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  font-style: italic;
  overflow: hidden;
  padding-right: 8px;
}
.ql_bottom_textb {
  width: 360px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.ql_bottom_textbx {
  height: 108px;
  overflow: hidden;
  line-height: 35px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.ql_bottom_textbv {
  height: 34px;
  padding-top: 12px;
  clear: both;
  width: 266px;
  margin: 0 auto;
}
.ql_bottom_textbv .bdsharebuttonbox {
  height: 34px;
  clear: both;
  padding: 0;
  margin: 0;
}
.ql_bottom_textbv .bdsharebuttonbox a {
  display: block;
  float: left;
  height: 34px;
  width: 38px;
  margin: 0;
  padding: 0;
}
.ql_bottom_textbv .bdsharebuttonbox .bds_weixin {
  background: url(../images/fx01.png) no-repeat center;
}
.ql_bottom_textbv .bdsharebuttonbox .bds_weixin:hover {
  background: url(../images/fx02.png) no-repeat center;
}
.ql_bottom_textbv .bdsharebuttonbox .bds_tsina {
  background: url(../images/fx03.png) no-repeat center;
}
.ql_bottom_textbv .bdsharebuttonbox .bds_tsina:hover {
  background: url(../images/fx04.png) no-repeat center;
}
.ql_bottom_textbv .bdsharebuttonbox .bds_tqq {
  background: url(../images/fx05.png) no-repeat center;
}
.ql_bottom_textbv .bdsharebuttonbox .bds_tqq:hover {
  background: url(../images/fx06.png) no-repeat center;
}
.ql_bottom_textbv .bdsharebuttonbox .bds_sqq {
  background: url(../images/fx07.png) no-repeat center;
}
.ql_bottom_textbv .bdsharebuttonbox .bds_sqq:hover {
  background: url(../images/fx08.png) no-repeat center;
}
.ql_bottom_textbv .bdsharebuttonbox .bds_renren {
  background: url(../images/fx09.png) no-repeat center;
}
.ql_bottom_textbv .bdsharebuttonbox .bds_renren:hover {
  background: url(../images/fx10.png) no-repeat center;
}
.ql_bottom_textbv .bdsharebuttonbox .bds_qzone {
  background: url(../images/fx11.png) no-repeat center;
}
.ql_bottom_textbv .bdsharebuttonbox .bds_qzone:hover {
  background: url(../images/fx12.png) no-repeat center;
}
.ql_bottom_textbv .bdsharebuttonbox .bds_more {
  background: url(../images/fx13.png) no-repeat center;
}
.ql_bottom_textbv .bdsharebuttonbox .bds_more:hover {
  background: url(../images/fx14.png) no-repeat center;
}
.ql_bottom_textc {
  width: 324px;
  float: right;
}
.ql_bottom_textca {
  height: 26px;
  clear: both;
  position: relative;
  z-index: 12;
  margin-left: 172px;
  margin-bottom: 22px;
}
.ql_bottom_textca em {
  display: block;
  height: 24px;
  width: 145px;
  border: 1px solid #e8e8e8;
  background: #fff url(../images/hq19.png) no-repeat left top;
  float: right;
  padding-left: 5px;
  cursor: pointer;
}
.ql_bottom_textca em:hover {
  color: #fff;
  background: #00376f url(../images/hq20.png) no-repeat left top;
}
.ql_bottom_textcaul {
  display: none;
  position: absolute;
  right: 0;
  bottom: 26px;
  background: #fff;
  width: 150px;
  border: 1px solid #e8e8e8;
  border-top: none;
}
.ql_bottom_textcaul a {
  display: block;
  min-width: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  padding: 5px;
  border-top: 1px solid #e8e8e8;
}
.ql_bottom_textcaul a:hover {
  color: #fff;
  background: #00376f;
}
.ql_bottom_textcb {
  text-align: right;
  font-size: 14px;
  line-height: 30px;
  color: #f3f3f3;
}
.ql_bottom_textcb a {
  color: #f3f3f3;
}
.ql_bottom_textcb a:hover {
  color: #fffc00;
}
.ql_bottom_textcb img {
  vertical-align: middle;
}
.ql_bottom_textcbimg {
  padding-right: 4px;
}
.ql_keywordsbiox {
  background: #00376f;
  line-height: 22px;
  padding: 10px 0;
  font-size: 12px;
  color: #6096ce;
}
.ql_keywordsbiox a {
  color: #6096ce;
}
.ql_keywordsbiox a:hover {
  color: #fff;
}
.qlsub_top {
  height: 46px;
  padding-top: 20px;
  background: url(../images/hq24.png) no-repeat right bottom;
}
.qlsub_tople {
  float: left;
  height: 46px;
  padding-left: 66px;
  background: url(../images/hq21.png) no-repeat left bottom;
  font-size: 22px;
  color: #008cd5;
  line-height: 46px;
}
.qlsub_topri {
  float: right;
  height: 46px;
  line-height: 46px;
  font-size: 12px;
  color: #a3a3a3;
}
.qlsub_topri a {
  color: #a3a3a3;
}
.qlsub_topri a:hover {
  color: #fc4f0b;
}
.qlsub_two {
  min-width: 40px;
  padding-top: 38px;
  text-align: center;
}
.qlsub_two li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0 3px;
  padding-bottom: 5px;
}
.qlsub_two h2,
.qlsub_two h2 a {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
}
.qlsub_two a {
  padding: 0 18px;
  background: url(../images/hq23.png) no-repeat left top;
}
.qlsub_two h2 {
  background: url(../images/hq23_1.png) no-repeat right top;
}
.qlsub_two h2:hover {
  background: url(../images/hq22_1.png) no-repeat right top;
}
.qlsub_two h2:hover a {
  background: url(../images/hq22.png) no-repeat left top;
}
.qlsub_two h2:hover em {
  background: #fc4f0b;
}
.qlsub_two li.on h2 {
  background: url(../images/hq22_1.png) no-repeat right top;
}
.qlsub_two li.on a {
  background: url(../images/hq22.png) no-repeat left top;
}
.qlsub_two li.on em {
  background: #fc4f0b;
}
.qlsub_two em {
  display: block;
  height: 36px;
  line-height: 36px;
  background: #008cd5;
}
.ql_subpag {
  min-height: 240px;
  background: #fff;
  padding: 30px 10px 35px 10px;
  width: 1080px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
/*END*/
/*BEGIN*/
.ql_sitemap {
  min-height: 30px;
}
.ql_sitemap li {
  float: left;
  width: 108px;
  text-align: center;
}
.ql_sitemap em {
  display: block;
  height: 38px;
}
.ql_sitemap em a {
  display: block;
  height: 38px;
  line-height: 38px;
  background: #008cd5;
  font-size: 14px;
  color: #ffffff;
}
.ql_sitemap em a:hover {
  background: #fc4f0b;
}
.ql_sitemap div {
  clear: both;
}
.ql_sitemap div a {
  display: block;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #333333;
  padding: 11px 5px;
}
.ql_sitemap div a:hover {
  color: #fc4f0b;
}
/**/
.ql_lxfsle {
  width: 740px;
  float: left;
}
.ql_lxfsri {
  float: right;
  width: 300px;
  font-size: 16px;
  color: #333333;
  line-height: 34px;
}
.ql_lxfsrierweima {
  width: 112px;
  height: 114px;
  margin: 0 auto;
  padding-right: 37px;
  background: url(../images/hq28.png) no-repeat right 10px;
}
/*END*/
/*BEGIN*/
.ql_ryzz {
  min-width: 400px;
  padding-bottom: 50px;
}
.ql_ryzz li {
  float: left;
  width: 260px;
  height: 173px;
  overflow: hidden;
  position: relative;
  margin-right: 13px;
  margin-top: 70px;
}
.ql_ryzz h3,
.ql_ryzz a {
  display: block;
  width: 260px;
}
.ql_ryzz h3 {
  height: 173px;
  position: absolute;
  top: -180px;
  left: 0;
  background: url(../images/hq34.png) no-repeat left top;
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
}
.ql_ryzz a {
  padding-top: 100px;
  height: 73px;
  line-height: 28px;
  color: #fff;
}
.ql_ryzzhbt {
  min-height: 34px;
  line-height: 34px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px dashed #e1e1e1;
  padding-bottom: 12px;
}
.ql_ryzzhbt h1 {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  min-width: 34px;
  line-height: 34px;
  font-size: 18px;
  font-weight: bold;
  color: #008cd5;
  max-width: 980px;
}
.ql_ryzzhbt em {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 34px;
  width: 40px;
  background: url(../images/hq35.png) no-repeat center;
  vertical-align: middle;
}
.ql_ztdzx {
  height: 56px;
  line-height: 56px;
  font-size: 12px;
  color: #333333;
  text-align: center;
}
.ql_ztdzx a {
  color: #333333;
}
.ql_ztdzx a:hover {
  color: #cd0000;
}
.ql_sub_ryzzxx_img {
  clear: both;
  text-align: center;
  padding-bottom: 25px;
  overflow: hidden;
  height: 345px;
}
.ql_sub_ryzzxx {
  min-width: 490px;
  padding-bottom: 35px;
  color: #333333;
}
/*END*/
/*BEGIN*/
.ql_zxsp {
  min-width: 600px;
  padding-bottom: 35px;
}
.ql_zxsp li {
  width: 530px;
  float: left;
  margin: 15px 20px 0 0;
}
.ql_zxsp li:hover h3 a em {
  background: url(../images/hq35.png) no-repeat center;
  color: #e20000;
}
.ql_zxsp li:hover h3 a {
  color: #008cd5;
  font-weight: bold;
}
.ql_zxsp h3,
.ql_zxsp h3 a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  text-align: center;
}
.ql_zxsp h3 em {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 60px;
  line-height: 60px;
  width: 42px;
  background: url(../images/hq38.png) no-repeat center;
  color: #9b9b9b;
}
.ql_zxsp_a {
  position: relative;
  height: 352px;
  overflow: hidden;
}
.ql_zxsp_a a {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 352px;
  width: 530px;
  background: url(../images/hq37.png) no-repeat center;
}
.ql_sub_bideo {
  padding-bottom: 32px;
  text-align: center;
}
/*END*/
/*BEGIN*/
.ql_yydt {
  min-height: 450px;
  padding-bottom: 40px;
}
.ql_yydt li {
  height: 80px;
  float: left;
  width: 530px;
  margin-right: 20px;
  margin-top: 36px;
}
.ql_yydt li:hover .ql_yydtle {
  background: url(../images/hq43.png) no-repeat left top;
  color: #fc4f0b;
}
.ql_yydt li:hover h3 a {
  color: #fc4f0b;
}
.ql_yydt li:hover .ql_yydtri div {
  color: #fc4f0b;
}
.ql_yydtle {
  float: left;
  height: 80px;
  width: 83px;
  background: url(../images/hq44.png) no-repeat left top;
  color: #008cd5;
}
.ql_yydtle em,
.ql_yydtle span {
  display: block;
  text-align: center;
}
.ql_yydtle span {
  height: 29px;
  padding-top: 25px;
  line-height: 29px;
  font-size: 28px;
}
.ql_yydtle em {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}
.ql_yydtri {
  height: 80px;
  margin-left: 102px;
}
.ql_yydtri h3,
.ql_yydtri h3 a {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
}
.ql_yydtri div {
  height: 42px;
  line-height: 22px;
  font-size: 14px;
  color: #8b8b8b;
}
.ql_yydtxx_main {
  min-height: 320px;
  padding-bottom: 20px;
}
.ql_newxs_moretop {
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #fc4f0b;
  font-weight: bold;
  padding-left: 44px;
  background: url(../images/hq45.png) no-repeat left center;
  margin-top: 28px;
}
.ql_newxs_moreul {
  clear: both;
  height: 84px;
  overflow: hidden;
  padding-top: 25px;
}
.ql_newxs_moreul li {
  float: left;
  height: 28px;
  width: 510px;
  margin-right: 30px;
  vertical-align: middle;
}
.ql_newxs_moreul li:hover h3 a {
  color: #008cd5;
  background: url(../images/hq47.png) no-repeat left center;
}
.ql_newxs_moreul li:hover em {
  color: #008cd5;
}
.ql_newxs_moreul h3,
.ql_newxs_moreul h3 a {
  float: left;
  display: block;
  height: 28px;
  line-height: 28px;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
}
.ql_newxs_moreul h3 a {
  padding-left: 24px;
  background: url(../images/hq46.png) no-repeat left center;
}
.ql_newxs_moreul em {
  display: block;
  float: right;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #333333;
}
/*END*/
/*BEGIN*/
.ql_zjjs {
  min-height: 540px;
  padding-bottom: 40px;
}
.ql_zjjs li {
  float: left;
  width: 230px;
  height: 298px;
  position: relative;
  overflow: hidden;
  z-index: 14;
  margin-top: 45px;
  margin-right: 45px;
}
.ql_zjjs h3 {
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 5;
  background: url(../images/hq49.png) repeat;
  display: block;
  height: 48px;
  width: 220px;
  padding: 0 10px;
  font-weight: normal;
}
.ql_zjjs h3 a {
  display: block;
  height: 48px;
  line-height: 48px;
  color: #fff;
}
.ql_zjjsa {
  display: block;
  position: absolute;
  bottom: 25px;
  right: -60px;
  z-index: 10;
  height: 50px;
  width: 44px;
  background: url(../images/hq50.png) no-repeat center;
}
.ql_zjjsa:hover {
  background: url(../images/hq51.png) no-repeat center;
}
.ql_zjjsxx_img {
  float: left;
  padding: 0 20px 10px 0;
}
/*END*/
/*BEGIN*/
.ql_yzxxle {
  float: left;
  width: 568px;
}
.ql_yzxxri {
  float: right;
  width: 470px;
}
.ql_yzxxriin {
  min-height: 20px;
  padding-bottom: 7px;
  clear: both;
}
.ql_yzxxriin span {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #333333;
  float: left;
  width: 80px;
  white-space: nowrap;
}
.ql_yzxxriin em {
  display: block;
  height: 32px;
  width: 310px;
  padding: 0 10px;
  border: 1px solid #c8c8c8;
  float: left;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
}
.ql_yzxxriin em input {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #333;
  font-family: "Microsoft YaHei", Arial;
  width: 100%;
}
.ql_yzxxriin .ql_yzxxriin_text {
  height: 134px;
  padding: 3px 10px;
}
.ql_yzxxriin .ql_yzxxriin_text textarea {
  height: 134px;
  width: 100%;
  font-family: "Microsoft YaHei", Arial;
  line-height: 22px;
  font-size: 16px;
  color: #333;
  resize: none;
}
.ql_yzxxriin .ql_yzxxri_yzm {
  width: 143px;
  padding-right: 0;
}
.ql_yzxxriin .ql_yzxxri_yzm input {
  width: 66px;
  float: left;
}
.ql_yzxxriin strong {
  display: block;
  height: 34px;
  width: 20px;
  float: left;
  background: url(../images/hq56.png) no-repeat center right;
}
.ql_yzxxriin_yzimg {
  display: block;
  float: right;
  height: 32px;
  width: 65px;
  border-left: 1px solid #848484;
  cursor: pointer;
}
.ql_yzxxri_btn {
  height: 34px;
  padding-top: 30px;
  clear: both;
  padding-left: 80px;
}
.ql_yzxxri_btn a {
  display: block;
  height: 34px;
  line-height: 34px;
  width: 124px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  float: left;
  margin-right: 14px;
  background: #008cd5;
}
.ql_yzxxri_btn a:hover {
  background: #fc4f0b;
}
/*END*/
/*BEGIN*/
.qlly_yzxxri {
  float: right;
  width: 890px;
  background: url(../images/hq58.png) no-repeat 409px 0;
}
.qlly_yzxxriin {
  min-height: 20px;
  padding-bottom: 7px;
  clear: both;
}
.qlly_yzxxriin span {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #333333;
  float: left;
  width: 80px;
  white-space: nowrap;
}
.qlly_yzxxriin em {
  display: block;
  height: 32px;
  width: 310px;
  padding: 0 10px;
  border: 1px solid #c8c8c8;
  float: left;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
}
.qlly_yzxxriin em input {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #333;
  font-family: "Microsoft YaHei", Arial;
  width: 100%;
}
.qlly_yzxxriin .qlly_yzxxriin_text {
  height: 134px;
  padding: 3px 10px;
}
.qlly_yzxxriin .qlly_yzxxriin_text textarea {
  height: 134px;
  width: 100%;
  font-family: "Microsoft YaHei", Arial;
  line-height: 22px;
  font-size: 16px;
  color: #333;
  resize: none;
}
.qlly_yzxxriin .qlly_yzxxri_yzm {
  width: 143px;
  padding-right: 0;
}
.qlly_yzxxriin .qlly_yzxxri_yzm input {
  width: 66px;
  float: left;
}
.qlly_yzxxriin strong {
  display: block;
  height: 34px;
  width: 20px;
  float: left;
  background: url(../images/hq56.png) no-repeat center right;
}
.qlly_yzxxriin_yzimg {
  display: block;
  float: right;
  height: 32px;
  width: 65px;
  border-left: 1px solid #848484;
  cursor: pointer;
}
.qlly_yzxxri_btn {
  height: 34px;
  padding-top: 30px;
  clear: both;
  padding-left: 80px;
}
.qlly_yzxxri_btn a {
  display: block;
  height: 34px;
  line-height: 34px;
  width: 124px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  float: left;
  margin-right: 14px;
  background: #008cd5;
}
.qlly_yzxxri_btn a:hover {
  background: #fc4f0b;
}
/*END*/
/*BEGIN*/
.ql_ckly {
  min-height: 450px;
  padding-bottom: 5px;
}
.ql_ckly li {
  padding-bottom: 37px;
}
.ql_ckly1 {
  height: 14px;
  background: url(../images/hq59.png) no-repeat right top;
}
.ql_ckly5 {
  height: 14px;
  background: url(../images/hq59.png) no-repeat right bottom;
}
.ql_ckly3 {
  height: 10px;
  background: url(../images/hq60.png) no-repeat left top;
}
.ql_ckly2,
.ql_ckly4 {
  min-height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #333333;
  background: url(../images/hq61.png) repeat-y right;
  padding: 0 16px 0 30px;
}
.ql_ckly2 div {
  float: left;
  min-height: 26px;
  line-height: 26px;
  width: 880px;
}
.ql_ckly2 em {
  display: block;
  float: right;
  line-height: 26px;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
}
/*END*/
/*BEGIN*/
.qlin_nav {
  height: 150px;
  padding-top: 18px;
  background: url(../images/hq64.jpg) no-repeat center 18px;
}
.qlin_navul {
  float: left;
  height: 131px;
  width: 1029px;
}
.qlin_navul li,
.qlin_navul h2 {
  float: left;
  display: block;
  height: 131px;
  width: 146px;
  font-size: 14px;
  font-weight: normal;
}
.qlin_navul li {
  padding-right: 1px;
  background: url(../images/hq65.jpg) no-repeat right center;
}
.qlin_navul a {
  display: block;
  padding-top: 85px;
  height: 46px;
  line-height: 32px;
  color: #333333;
  text-align: center;
}
.ql_h_color {
  color: #02a2e0;
}
.qlin_navul1 {
  background: url(../images/nn02.png) no-repeat center 24px;
}
.qlin_navul1:hover {
  background: url(../images/nn01.png) no-repeat center 24px;
  color: #02a2e0;
}
.qlin_navul2 {
  background: url(../images/nn04.png) no-repeat center 24px;
}
.qlin_navul2:hover {
  background: url(../images/nn03.png) no-repeat center 24px;
  color: #02a2e0;
}
.qlin_navul3 {
  background: url(../images/nn06.png) no-repeat center 24px;
}
.qlin_navul3:hover {
  background: url(../images/nn05.png) no-repeat center 24px;
  color: #02a2e0;
}
.qlin_navul4 {
  background: url(../images/nn08.png) no-repeat center 24px;
}
.qlin_navul4:hover {
  background: url(../images/nn07.png) no-repeat center 24px;
  color: #02a2e0;
}
.qlin_navul5 {
  background: url(../images/nn10.png) no-repeat center 24px;
}
.qlin_navul5:hover {
  background: url(../images/nn09.png) no-repeat center 24px;
  color: #02a2e0;
}
.qlin_navul6 {
  background: url(../images/nn12.png) no-repeat center 24px;
}
.qlin_navul6:hover {
  background: url(../images/nn11.png) no-repeat center 24px;
  color: #02a2e0;
}
.qlin_navul7 {
  background: url(../images/nn02.png) no-repeat center 24px;
}
.qlin_navul7:hover {
  background: url(../images/nn01.png) no-repeat center 24px;
  color: #02a2e0;
}
.qlin_nav_more {
  display: block;
  float: right;
  height: 131px;
  background: url(../images/nn15.png) no-repeat center;
  width: 68px;
}
.qlin_nav_more:hover {
  background: url(../images/nn16.png) no-repeat center;
}
/**/
.qlin_newsbox {
  height: 407px;
}
.qlin_newsle {
  float: left;
  height: 378px;
  width: 330px;
  padding: 0 21px;
  border: 1px solid #dadada;
  background: #fff;
}
.qlin_newsle_top {
  height: 54px;
  padding-top: 18px;
  background: url(../images/hq66.png) no-repeat left 18px;
  clear: both;
}
.qlin_newsle_top h2,
.qlin_newsle_top h2 a {
  float: left;
  display: block;
  height: 35px;
  line-height: 35px;
  width: 130px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
}
.qlin_newsle_top h2 a:hover {
  color: #ff0;
}
.qlin_newsle_top em {
  float: right;
  display: block;
  height: 35px;
  line-height: 35px;
}
.qlin_newsle_top em a {
  color: #565656;
}
.qlin_newsle_top em a:hover {
  color: #02a2e0;
}
.qlin_newsleul {
  clear: both;
  height: 290px;
  overflow: hidden;
  padding-left: 10px;
}
.qlin_newsleul li {
  float: left;
  margin-right: 2px;
  margin-bottom: 22px;
}
.qlin_newsleul li,
.qlin_newsleul h2,
.qlin_newsleul a {
  display: block;
  width: 159px;
  height: 131px;
  line-height: 67px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}
.qlin_newsleul li a:hover {
  color: #333;
}
.qlin_newsleul1 {
  background: url(../images/hq67.png) no-repeat left top;
}
.qlin_newsleul2 {
  background: url(../images/hq67.png) no-repeat right top;
}
.qlin_newsleul3 {
  background: url(../images/hq67.png) no-repeat left bottom;
}
.qlin_newsleul4 {
  background: url(../images/hq67.png) no-repeat right bottom;
}
/**/
.qlin_newsri {
  float: right;
  height: 378px;
  width: 665px;
  padding: 0 21px;
  border: 1px solid #dadada;
  background: #fff;
}
.qlin_newsri_top {
  height: 54px;
  padding-top: 18px;
  clear: both;
  background: url(../images/hq78.jpg) repeat-x 0 52px;
}
.qlin_newsri_top em {
  float: right;
  display: block;
  height: 35px;
  line-height: 35px;
}
.qlin_newsri_top em a {
  color: #565656;
}
.qlin_newsri_top em a:hover {
  color: #02a2e0;
}
.qlin_newsri_tople {
  height: 35px;
  float: left;
}
.qlin_newsri_tople li {
  float: left;
  height: 35px;
  line-height: 35px;
  padding-right: 2px;
}
.qlin_newsri_tople li h2,
.qlin_newsri_tople li a {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  background: url(../images/hq69.png) no-repeat left top;
}
.qlin_newsri_tople li a {
  width: 94px;
  text-align: center;
}
.qlin_newsri_tople li.on a {
  background: url(../images/hq68.png) no-repeat left top;
  padding-left: 29px;
}
.qlin_newsriboxhd {
  height: 284px;
  overflow: hidden;
}
.qlin_newsri_lista {
  height: 148px;
  overflow: hidden;
  clear: both;
}
.qlin_newsri_listale {
  float: left;
  height: 135px;
  width: 205px;
  overflow: hidden;
}
.qlin_newsri_listari {
  float: right;
  width: 440px;
}
.qlin_newsri_listaria {
  clear: both;
  height: 38px;
  line-height: 38px;
}
.qlin_newsri_listaria h3,
.qlin_newsri_listaria h3 a {
  display: block;
  height: 38px;
  line-height: 38px;
  float: left;
  font-size: 16px;
  color: #494949;
  font-weight: bold;
}
.qlin_newsri_listaria h3 a:hover {
  color: #e31b00;
}
.qlin_newsri_listaria em {
  display: block;
  height: 38px;
  float: right;
  font-size: 12px;
  color: #a0a0a0;
}
.qlin_newsri_listarib {
  height: 78px;
  line-height: 26px;
  color: #666666;
  overflow: hidden;
}
.qlin_newsri_listarib a {
  color: #02a2e0;
}
.qlin_newsri_listarib a:hover {
  color: #e31b00;
}
.qlin_newsri_listb {
  height: 36px;
  line-height: 36px;
  clear: both;
  overflow: hidden;
  vertical-align: middle;
}
.qlin_newsri_listb h3,
.qlin_newsri_listb h3 a {
  height: 36px;
  float: left;
  font-size: 14px;
  font-weight: normal;
  color: #494949;
}
.qlin_newsri_listb h3 a {
  padding-left: 20px;
  background: url(../images/hq70.png) no-repeat left center;
}
.qlin_newsri_listb h3 a:hover {
  color: #e31b00;
}
.qlin_newsri_listb em {
  display: block;
  height: 36px;
  float: right;
}
/**/
.qlinyu_newsribox {
  float: left;
  width: 498px;
}
.qlin_zcrw {
  height: 327px;
  background: #fff;
  border: 1px solid #dadada;
  width: 1062px;
  margin: 0 auto;
  clear: both;
  padding: 22px 18px 0 18px;
}
.qlinyu_newsri {
  float: right;
  height: 378px;
  width: 665px;
  padding: 0 21px;
  border: 1px solid #dadada;
  background: #fff;
}
.qlinyu_newsri_top {
  height: 56px;
  clear: both;
  background: url(../images/hq78.jpg) repeat-x 0 34px;
}
.qlinyu_newsri_top em {
  float: right;
  display: block;
  height: 35px;
  line-height: 35px;
}
.qlinyu_newsri_top em a {
  color: #565656;
}
.qlinyu_newsri_top em a:hover {
  color: #02a2e0;
}
.qlinyu_newsri_tople {
  height: 35px;
  float: left;
}
.qlinyu_newsri_tople li {
  float: left;
  height: 35px;
  line-height: 35px;
  padding-right: 2px;
}
.qlinyu_newsri_tople li h2,
.qlinyu_newsri_tople li a {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  background: url(../images/hq69.png) no-repeat left top;
}
.qlinyu_newsri_tople li a {
  width: 94px;
  text-align: center;
}
.qlinyu_newsri_tople li.on a {
  background: url(../images/hq77.jpg) no-repeat left top;
}
.qlinyu_newsriboxhd {
  height: 284px;
  overflow: hidden;
}
.qlinyu_newsri_lista {
  height: 127px;
  overflow: hidden;
  clear: both;
}
.qlinyu_newsri_listale {
  float: left;
  height: 127px;
  width: 170px;
  overflow: hidden;
}
.qlinyu_newsri_listari {
  float: right;
  width: 310px;
}
.qlinyu_newsri_listaria {
  clear: both;
  height: 38px;
  line-height: 38px;
}
.qlinyu_newsri_listaria h3,
.qlinyu_newsri_listaria h3 a {
  display: block;
  height: 38px;
  line-height: 38px;
  float: left;
  font-size: 16px;
  color: #494949;
  font-weight: bold;
}
.qlinyu_newsri_listaria h3 a:hover {
  color: #e31b00;
}
.qlinyu_newsri_listarib {
  height: 52px;
  line-height: 26px;
  color: #666666;
  overflow: hidden;
}
.qlinyu_newsri_listarib a {
  color: #02a2e0;
}
.qlinyu_newsri_listarib a:hover {
  color: #e31b00;
}
.qlinyu_newsri_listb {
  height: 34px;
  line-height: 34px;
  clear: both;
  overflow: hidden;
  vertical-align: middle;
}
.qlinyu_newsri_listb h3,
.qlinyu_newsri_listb h3 a {
  height: 34px;
  float: left;
  font-size: 14px;
  font-weight: normal;
  color: #494949;
}
.qlinyu_newsri_listb h3 a {
  padding-left: 20px;
  background: url(../images/hq70.png) no-repeat left center;
}
.qlinyu_newsri_listb h3 a:hover {
  color: #e31b00;
}
.qlinyu_newsri_listb em {
  display: block;
  height: 34px;
  float: right;
}
.qlinyu_newsri_list_tiome {
  display: block;
  height: 38px;
  clear: both;
  font-size: 12px;
  color: #a0a0a0;
}
/*END*/
/*BEGIN*/
.qlin_zcrwri {
  float: right;
  width: 532px;
}
.qlin_zcrwri_top {
  height: 56px;
  clear: both;
  background: url(../images/hq78.jpg) repeat-x 0 34px;
}
.qlin_zcrwri_top em {
  float: right;
  display: block;
  height: 35px;
  line-height: 35px;
}
.qlin_zcrwri_top em a {
  color: #565656;
}
.qlin_zcrwri_top em a:hover {
  color: #02a2e0;
}
.qlin_zcrwrile {
  height: 35px;
  float: left;
}
.qlin_zcrwrile li {
  float: left;
  height: 35px;
  line-height: 35px;
  padding-right: 2px;
}
.qlin_zcrwrile li h2,
.qlin_zcrwrile li a {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  background: url(../images/hq69.png) no-repeat left top;
}
.qlin_zcrwrile li a {
  width: 94px;
  text-align: center;
}
.qlin_zcrwrile li a:hover {
  background: url(../images/hq77.jpg) no-repeat left top;
}
/*END*/
/*BEGIN*/
.qlin_ryhj {
  height: 275px;
}
.qlin_ryhjle {
  float: left;
  width: 640px;
  height: 226px;
  padding: 21px 21px 0 21px;
  background: #fff;
  border: 1px solid #dcdcdc;
}
.qlin_ryhjle_top {
  height: 60px;
  clear: both;
  background: url(../images/hq78.jpg) repeat-x 0 35px;
}
.qlin_ryhjle_top em {
  display: none;
  float: right;
  height: 36px;
  line-height: 36px;
}
.qlin_ryhjle_top em a {
  color: #565656;
}
.qlin_ryhjle_top em a:hover {
  color: #008cd5;
}
.qlin_ryhjle_tople {
  float: left;
  height: 36px;
}
.qlin_ryhjle_tople h2,
.qlin_ryhjle_tople h2 a {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  float: left;
}
.qlin_ryhjle_tople h2 {
  padding-right: 7px;
}
.qlin_ryhjle_tople h2 a {
  width: 99px;
  padding-left: 28px;
  text-align: center;
}
.qlin_ryhjle_tople1 {
  background: url(../images/hq73.png) no-repeat left bottom;
}
.qlin_ryhjle_tople h2.on .qlin_ryhjle_tople1 {
  background: url(../images/hq73.png) no-repeat left top;
}
.qlin_ryhjle_tople2 {
  background: url(../images/hq73.png) no-repeat right bottom;
}
.qlin_ryhjle_tople h2.on .qlin_ryhjle_tople2 {
  background: url(../images/hq73.png) no-repeat right top;
}
/**/
.qlin_ryhjqh_box {
  display: none;
}
.qlin_ryzz {
  min-width: 400px;
}
.qlin_ryzz li {
  float: left;
  width: 205px;
  height: 136px;
  overflow: hidden;
  position: relative;
  margin-right: 13px;
}
.qlin_ryzz h3,
.qlin_ryzz a {
  display: block;
  width: 205px;
}
.qlin_ryzz h3 {
  height: 136px;
  position: absolute;
  top: -180px;
  left: 0;
  background: url(../images/hq84.png) no-repeat left top;
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
}
.qlin_ryzz a {
  padding-top: 80px;
  height: 56px;
  line-height: 28px;
  color: #fff;
}
/**/
.qlin_ryhjqh,
.qlin_ryhjqh .tempWrap {
  width: 640px !important;
  overflow: hidden;
}
.qlin_ryhjlist {
  position: relative;
}
.qlin_ryhjlist .next,
.qlin_ryhjlist .prev {
  display: block;
  height: 10px;
  width: 6px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.qlin_ryhjlist .prev {
  background: url(../images/hq82.png) no-repeat left bottom;
  left: -12px;
}
.qlin_ryhjlist .prev:hover {
  background: url(../images/hq82.png) no-repeat left top;
}
.qlin_ryhjlist .next {
  background: url(../images/hq82.png) no-repeat right bottom;
  right: -12px;
}
.qlin_ryhjlist .next:hover {
  background: url(../images/hq82.png) no-repeat right top;
}
/**/
.qlin_ryhjri {
  float: right;
  width: 354px;
  border: 1px solid #dcdcdc;
  background: #fff;
  height: 226px;
  padding: 21px 21px 0 21px;
}
.qlinss_zcrwri_top {
  height: 60px;
  clear: both;
  background: url(../images/hq78.jpg) repeat-x 0 34px;
}
.qlinss_zcrwri_top em {
  float: right;
  display: block;
  height: 35px;
  line-height: 35px;
}
.qlinss_zcrwri_top em a {
  color: #565656;
}
.qlinss_zcrwri_top em a:hover {
  color: #02a2e0;
}
.qlinss_zcrwrile {
  height: 35px;
  float: left;
}
.qlinss_zcrwrile li {
  float: left;
  height: 35px;
  line-height: 32px;
  padding-right: 2px;
}
.qlinss_zcrwrile li h2,
.qlinss_zcrwrile li a {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
}
.qlinss_zcrwrile li a {
  width: 94px;
  text-align: center;
  padding-left: 33px;
  background: url(../images/hq85.png) no-repeat left top;
}
.qlinss_zcrwrile li a:hover {
  background: url(../images/hq85.png) no-repeat left -50px;
}
.qlin_ryhjri_text {
  height: 136px;
  overflow: hidden;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
}
.qlin_ryhjri_text_img {
  display: block;
  height: 96px;
  overflow: hidden;
  padding-bottom: 5px;
}
/**/
.qlin_zcrwrimain {
  height: 248px;
  clear: both;
}
.qlin_sytjle {
  float: left;
  width: 425px;
  overflow: hidden;
}
.qlin_sytjri {
  float: right;
  width: 96px;
  position: relative;
  z-index: 12;
}
.qlin_sytjri .prev,
.qlin_sytjri .next {
  position: absolute;
  left: 44px;
  display: block;
  height: 5px;
  width: 8px;
  background: url(../images/hq81.png) no-repeat;
}
.qlin_sytjri .prev {
  background-position: left top;
  top: -12px;
}
.qlin_sytjri .prev:hover {
  background-position: right top;
}
.qlin_sytjri .next {
  background-position: left bottom;
  bottom: -12px;
}
.qlin_sytjri .next:hover {
  background-position: right bottom;
}
.qlin_sytjleulimg {
  display: block;
  float: left;
  width: 192px;
}
.qlin_sytjleultext {
  float: left;
  height: 214px;
  width: 185px;
  padding: 18px 15px 16px 31px;
  background: url(../images/hq79.jpg) no-repeat left top;
}
.qlin_sytjleultext h3,
.qlin_sytjleultext h3 a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}
.qlin_sytjleultext h3 a {
  color: #0089d3;
}
.qlin_sytjleultext h3 a em {
  font-weight: normal;
  color: #333333;
  font-size: 14px;
}
.qlin_sytjleultext h3 a:hover {
  color: #e31b00;
}
.qlin_styt_text {
  height: 145px;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
}
.qlin_styt_text em {
  display: block;
  height: 34px;
  line-height: 34px;
}
.qlin_sytjleultext_mpre {
  display: block;
  height: 15px;
  line-height: 15px;
  width: 58px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  background: url(../images/hq80.png) no-repeat left top;
}
.qlin_sytjleultext_mpre:hover {
  background: url(../images/hq87.png) no-repeat left top;
}
.qlin_sytjriul li {
  height: 122px;
  width: 94px;
  overflow: hidden;
  position: relative;
  z-index: 12;
  margin-bottom: 0px;
  border: 1px solid #dadada;
}
.qlin_sytjriul li * {
  cursor: pointer;
}
.qlin_sytjriul li:hover {
  border-color: #fc4f0b;
}
.qlin_sytjriul li.on {
  border-color: #fc4f0b;
}
.qlin_sytjriul h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: block;
  height: 18px;
  line-height: 18px;
  font-weight: normal;
  background: url(../images/hq49.png) repeat;
  color: #fff;
  font-size: 12px;
}
.qlin_sytjleul li {
  height: 248px;
  clear: both;
  display: none;
}
/*END*/

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


/*修改*/
.ql_subpag1{
    width: 840px;
    float: right;
    min-height: 300px;
    background: #fff;
    padding: 30px 10px 35px 10px;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}
.third_list{
    width: 218px;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 0 0 10px rgba(159,222,255,.4);
}
.third_list_t{
    width: 100%;
    height: 94px;
    padding-top: 25px;
    text-align: center;
    background: url(../images/third.png) 0 0 no-repeat;
}
.third_list_t h2{
    font-size: 20px;
    color: #fff;
    line-height: 26px;
}
.third_list_t p{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-family: "Times New Roman";
}
.third_list ul{
    margin-top: 10px;
}
.third_list li{
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.third_list li a{
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    color: #333;
    display: inline-block;
}
.third_list li:hover,.third_list li.on{
    background-color: #ff9e14;
}
.third_list li:hover a,.third_list li.on a{
    color: #fff;
}
.second_list{
    width: 1100px;
    margin: 0 auto;
    position: relative;
    margin-top: 38px;
}
.second_list .hd a {
    position: absolute;
    z-index: 50;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 0;
    color: #008cd5;
    font-family: "宋体";
    font-size: 20px;
}
.second_list .hd a.prev{
    right: 40px;
}
.second_list .hd a:hover{
    color: #fc4f0b;
}
.ql_subpag h3{
    color: #008cd5;
    font-size: 18px;
    font-weight: inherit;
}
.jtfw{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
}
.jtfw li{
    width: 230px;
    height: 298px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 20px;
}
.jtfw li p{
    position: absolute;
    width: 100%;
    line-height: 50px;
    text-align: center;
    color: #fff;
    bottom: 0;
    left: 0;
    background-color: rgba(46,123,201,.5);
}
.jtfw li p a,.jtfw li p a:hover{
    color: #fff;
    font-size: 18px;
    font-weight: inherit;
}
.jtfw li:hover img{
   opacity: 1; 
}
.jtfw li:hover p{
    background-color: rgba(252,79,11,.5);
}
.jtfw_main{
    width: 100%;
}
.jtfw_main ul{
    width: 1050px;
    margin-left: 50px;
}
.jtfw_main li{
    min-height: 192px;
    margin-bottom: 20px;
}
.jtfw_main_img{
    width: 149px;
    height: 192px;
    float: left;
}
.jtfw_main_p{
    width: 800px;
    float: right;
    padding: 20px 40px;
}
.jtfw_main_p h3{
    font-size: 20px;
    color: #008cd5;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
.jtfw_main_p p{
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.jtfw_main_p.jtfw_main_p1{
    width: 100%;
    float: none;
}