@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: 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: 638px;
}
.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: 25px;
  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 5px;
  width: 12px;
  height: 12px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  line-height: 8px;
  color: #fff;
}
.cg_banner .hd ul li.on {
  background: #1270d4;
  color: #1270d4;
}
/*前/后按钮代码*/
.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: 70px;
  line-height: 70px;
}
.sub_updown {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 16px;
  padding: 35px 0 0 0;
  width: 100%;
}
.sub_updown div {
  overflow: hidden;
  margin: 6px 0px;
  height: 70px;
  line-height: 70px;
}
.sub_updown div a {
  display: block;
  color: #fff;
  height: 62px;
  line-height: 62px;
  padding: 4px;
  background: #ffd200;
}
.sub_updown div a[href]:hover {
  background: #1270d4;
}
.sub_updown div a[href]:hover span {
  background: #0561b9;
}
.sub_updown div a[href] span {
  cursor: pointer;
}
.sub_updown span {
  display: block;
  float: left;
  height: 62px;
  line-height: 62px;
  width: 92px;
  text-align: center;
  background: #fcc316;
  color: #fff;
  margin-right: 20px;
}
.sub_updown_up {
  float: left;
  width: 588px;
}
.sub_updown_down {
  float: right;
  width: 588px;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 12px;
}
.ql_fenye a,
.ql_fenye span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border: 1px solid #ccc;
  margin: 0px 3px;
  font-size: 14px;
  font-weight: normal;
}
.ql_fenye a {
  color: #444;
  border-color: #228dff;
}
.ql_fenye a[href]:hover {
  color: #fff;
  background: #1270d4;
}
.ql_fenye span {
  border: 1px solid #ccc !important;
  color: #fff !important;
  padding: 0 12px !important;
  font-weight: normal !important;
  background: #1270d4;
}
/*选中需要全部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: "微软雅黑";
  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_about a {
  font-weight: bold;
  color: #000;
}
.ql_subpag_about a:hover {
  color: #666;
}
.ql_subpag>h1{
  font-size: 18px;
  color: #333;
}
.ql_subpag {
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  min-height: 480px;
  padding-bottom: 30px;
}
.bqy_gsjj_down{
  max-width: 1200px;
}
img{
  max-width: 1200px;
}
.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_top {
  height: 120px;
}
.ql_tople {
  float: left;
  height: 120px;
  width: 370px;
  overflow: hidden;
}
.ql_topri {
  float: right;
  width: 785px;
  height: 120px;
}
.ql_toprit {
  height: 58px;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  clear: both;
}
.ql_topritx {
  float: right;
  height: 58px;
  overflow: hidden;
}
.ql_topritx .bdsharebuttonbox {
  height: 58px;
  padding: 0;
  margin: 0;
  border-left: 1px solid #e5e5e5;
  padding-left: 5px;
}
.ql_topritx .bdsharebuttonbox a {
  display: block;
  height: 58px;
  width: 40px;
  float: left;
  padding: 0;
  margin: 0;
}
.ql_topritx .bdsharebuttonbox .bds_weixin {
  background: url(../images/y04.jpg) no-repeat center;
}
.ql_topritx .bdsharebuttonbox .bds_weixin:hover {
  background: url(../images/y05.jpg) no-repeat center;
}
.ql_topritx .bdsharebuttonbox .bds_tsina {
  background: url(../images/y06.jpg) no-repeat center;
}
.ql_topritx .bdsharebuttonbox .bds_tsina:hover {
  background: url(../images/y07.jpg) no-repeat center;
}
.ql_topritx .bdsharebuttonbox .bds_sqq {
  background: url(../images/y08.jpg) no-repeat center;
  width: 36px;
}
.ql_topritx .bdsharebuttonbox .bds_sqq:hover {
  background: url(../images/y09.jpg) no-repeat center;
}
body,html{ min-width: 1200px !important;}
.ql_topritx2 {
  float: right;
  height: 58px;
  line-height: 58px;
  font-size: 20px;
  color: #a0a0a0;
  padding-left: 42px;
  background: url(../images/y02.png) no-repeat left center;
}
.ql_topritx2 em {
  display: block;
  height: 58px;
  padding-right: 62px;
  background: url(../images/y03.png) no-repeat right center;
}
.ql_topbox {
  position: relative;
  height: 120px;
  z-index: 20;
}
.ql_toprib {
  height: 61px;
  border-left: 1px solid #e5e5e5;
}
.ql_toprib li {
  float: left;
  width: 98px;
}
.ql_toprib em,
.ql_toprib em a {
  display: block;
  height: 61px;
  line-height: 61px;
  font-size: 16px;
  text-align: center;
  color: #333333;
}
.ql_toprib em a:hover {
  color: #006ebd;
  background: url(../images/y16.jpg) repeat-x bottom;
}
.ql_toprib em a.on {
  color: #006ebd;
  background: url(../images/y16.jpg) repeat-x bottom;
}
.ql_topriblx {
  display: none;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  min-height: 54px;
  background: url(../images/y10.png) repeat;
}
.ql_topriblxby {
  padding-left: 415px;
  width: 785px;
  margin: 0 auto;
}
.ql_topriblxby a {
  float: left;
  display: block;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  color: #ffffff;
  min-width: 100px;
  padding: 0 15px;
  text-align: center;
}
.ql_topriblxby a:hover {
  background: #064fb6;
}
.ql_topriblxby a.on {
  background: #064fb6;
}
/*END*/
/*BEGIN*/
.ql_weizhi {
  height: 32px;
}
.ql_weizhix {
  height: 32px;
  line-height: 32px;
  padding-left: 20px;
  background: url(../images/y13.jpg) no-repeat left center;
  font-size: 12px;
  color: #666666;
}
.ql_weizhix a {
  color: #666666;
}
.ql_weizhix a:hover {
  color: #0970CF;
}
/*END*/
/*BEGIN*/
.ql_rwo {
  padding-bottom: 20px;
  text-align: center;
}
.ql_rwoa {
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.ql_rwob {
  height: 12px;
  overflow: hidden;
}
.ql_rwoc {
  height: 60px;
  line-height: 40px;
  font-size: 30px;
  text-transform: uppercase;
  color: #cdcdcd;
}
.ql_rwoc em {
  font-weight: bold;
  color: #006ebd;
}
.ql_rwod {
  text-align: center;
  padding-bottom: 30px;
}
.ql_rwod li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  background: #f6f6f6;
  line-height: 42px;
  margin: 0 5px 15px 5px;
}
.ql_rwod li:hover {
  background: #1270d4;
}
.ql_rwod li:hover a {
  background: url(../images/y21.jpg) no-repeat left top;
  color: #fff;
}
.ql_rwod li:hover h2 {
  background: url(../images/y22.jpg) no-repeat right top;
}
.ql_rwod li.on {
  background: #1270d4;
}
.ql_rwod li.on a {
  background: url(../images/y21.jpg) no-repeat left top;
  color: #fff;
}
.ql_rwod li.on h2 {
  background: url(../images/y22.jpg) no-repeat right top;
}
.ql_rwod h2 {
  background: url(../images/y20.jpg) no-repeat right top;
}
.ql_rwod h2,
.ql_rwod h2 a {
  display: block;
  height: 42px;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
}
.ql_rwod h2 a {
  padding: 0 20px;
  background: url(../images/y19.jpg) no-repeat left top;
}
/*END*/
/*BEGIN*/
.ql_zzzs {
  min-height: 450px;
  padding-bottom: 40px;
}
.ql_zzzs li {
  float: left;
  width: 290px;
  height: 224px;
  position: relative;
  overflow: hidden;
  margin: 14px 13px 0 0;
}
.ql_zzzs li > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url(../images/y24.png) no-repeat left bottom;
}
.ql_zzzs li:hover > a {
  background: url(../images/y25.png) no-repeat center;
}
.ql_zzzsxx {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 34px;
  z-index: 12;
}
.ql_zzzsxx h3 {
  padding-left: 17px;
  width: 220px;
  float: left;
}
.ql_zzzsxx h3,
.ql_zzzsxx h3 a {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
.ql_zzzsxx h3 a {
  background: url(../images/y26.png) no-repeat left bottom;
}
.ql_zzzsxx h3 a:hover {
  color: #ff0;
}
.ql_zzzsxx em {
  padding-right: 17px;
  float: right;
}
.ql_zzzsxx em,
.ql_zzzsxx em a {
  display: block;
  height: 34px;
  width: 24px;
}
.ql_zzzsxx em a {
  background: url(../images/y27.png) no-repeat center;
}
.ql_zzzsxx em a:hover {
  background: url(../images/y28.png) no-repeat center;
}
/*END*/
/*BEGIN*/
.ql_subhbt {
  min-height: 30px;
  line-height: 30px;
  padding-bottom: 20px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.ql_dzx {
  height: 74px;
  clear: both;
  border-top: 1px dashed #999999;
}
.ql_dzx em {
  display: block;
  float: left;
  height: 74px;
  line-height: 74px;
  font-size: 14px;
  color: #666666;
}
.ql_dzx1 {
  padding-left: 30px;
  background: url(../images/y29.png) no-repeat no-repeat left center;
  padding-right: 14px;
}
.ql_dzx2 {
  padding-left: 30px;
  background: url(../images/y30.png) no-repeat no-repeat left center;
}
.ql_dzx3 {
  float: right;
  height: 74px;
}
.ql_dzx3 a {
  display: block;
  height: 74px;
  width: 31px;
  float: left;
}
.q_dzx_r_zt {
  background: url(../images/y31.png) no-repeat center;
}
.xxy-bm-fd {
  background: url(../images/y32.png) no-repeat center;
}
.xxy-bm-fd:hover {
  background: url(../images/y33.png) no-repeat center;
}
.xxy-bm-jx {
  background: url(../images/y34.png) no-repeat center;
}
.xxy-bm-jx:hover {
  background: url(../images/y35.png) no-repeat center;
}
.xxy-bm-gb {
  background: url(../images/y36.png) no-repeat center;
}
.xxy-bm-gb:hover {
  background: url(../images/y37.png) no-repeat center;
}
/*END*/
/*BEGIN*/
.ql_about_a a {
  color: #333;
}
.ql_about_a a:hover {
  color: #666;
}
#contentText {
  padding: 20px 0;
  border-bottom: 1px dashed #999999;
}
.ql_zzzsimg {
  text-align: center;
  padding-bottom: 20px;
}
.ql_zzzsimg img {
  vertical-align: middle;
}
.ql_zzzs_text {
  min-height: 60px;
}
/*END*/
/*BEGIN*/
.ql_xwdta {
  border-bottom: 1px dashed #e9e9e9;
}
.ql_xwdta1 {
  float: left;
  width: 450px;
  height: 535px;
}
.ql_xwdta1 h3,
.ql_xwdta1 h3 a {
  display: block;
  height: 64px;
  line-height: 64px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.ql_xwdta1 h3 a:hover {
  color: #1285ff;
}
.ql_xwdta11 {
  height: 210px;
  overflow: hidden;
}
.ql_xwdta12 {
  line-height: 28px;
  font-size: 14px;
  color: #666666;
  height: 84px;
  padding: 2px 0 0 0;
}
.ql_xwdta13 {
  height: 58px;
  line-height: 58px;
  font-size: 13px;
  color: #666666;
  padding-bottom: 13px;
}
.ql_xwdta14 {
  height: 46px;
  clear: both;
}
.ql_xwdta14 a {
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  color: #1285ff;
  width: 204px;
  border: 1px solid #228dff;
}
.ql_xwdta14 a:hover {
  border-color: #006ebd;
  background: #006ebd;
  color: #fff;
}
/*END*/
/*BEGIN*/
.ql_xwdtb {
  width: 660px;
  float: right;
}
.ql_xwdtb li {
  height: 143px;
  border-bottom: 1px dashed #e9e9e9;
  margin-top: 45px;
  vertical-align: middle;
  overflow: hidden;
}
.ql_xwdtb li:hover .ql_xwdtble em {
  color: #1285ff;
}
.ql_xwdtb li:hover .ql_xwdtble span {
  color: #1285ff;
}
.ql_xwdtb li:hover h3 a {
  color: #1285ff;
}
.ql_xwdtble {
  float: left;
  width: 95px;
  text-align: center;
}
.ql_xwdtble em {
  display: block;
  height: 68px;
  line-height: 68px;
  font-size: 58px;
  color: #999999;
}
.ql_xwdtble span {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #c1c1c1;
}
.ql_xwdtbri {
  margin-left: 131px;
}
.ql_xwdtbri h3,
.ql_xwdtbri h3 a {
  display: block;
  height: 40px;
  line-height: 34px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.ql_xwdtbritext {
  height: 56px;
  line-height: 28px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 40px;
}
/*END*/
/*BEGIN*/
.ql2_xwdtb {
  min-height: 350px;
  padding-bottom: 40px;
}
.ql2_xwdtb li {
  height: 131px;
  border-bottom: 1px dashed #e9e9e9;
  padding-top: 35px;
  vertical-align: middle;
  overflow: hidden;
}
.ql2_xwdtb li:hover .ql2_xwdtble em {
  color: #1285ff;
}
.ql2_xwdtb li:hover .ql2_xwdtble span {
  color: #1285ff;
}
.ql2_xwdtb li:hover h3 a {
  color: #1285ff;
}
.ql2_xwdtble {
  float: left;
  width: 95px;
  text-align: center;
}
.ql2_xwdtble em {
  display: block;
  height: 68px;
  line-height: 68px;
  font-size: 58px;
  color: #999999;
}
.ql2_xwdtble span {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #c1c1c1;
}
.ql2_xwdtbri {
  margin-left: 131px;
  margin-bottom: 35px;
}
.ql2_xwdtbri h3,
.ql2_xwdtbri h3 a {
  display: block;
  height: 40px;
  line-height: 34px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.ql2_xwdtbritext {
  height: 56px;
  line-height: 28px;
  font-size: 14px;
  color: #666666;
}
.ql_next_more {
  height: 50px;
  line-height: 50px;
  padding-top: 40px;
  font-size: 30px;
  color: #333333;
  text-align: center;
}
.ql_next_mored {
  height: 108px;
  overflow: hidden;
  padding-top: 26px;
}
.ql_next_mored li {
  float: left;
  height: 36px;
  width: 540px;
  margin-right: 120px;
  overflow: hidden;
  vertical-align: middle;
}
.ql_next_mored li:hover h3 a {
  color: #1270d4;
  background: url(../images/y40.jpg) no-repeat left center;
}
.ql_next_mored li:hover em {
  color: #1270d4;
}
.ql_next_mored em {
  display: block;
  float: right;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #333333;
}
.ql_next_mored h3 {
  margin-right: 110px;
  font-weight: normal;
}
.ql_next_mored h3,
.ql_next_mored h3 a {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #303030;
}
.ql_next_mored h3 a {
  padding-left: 18px;
  background: url(../images/y39.jpg) no-repeat left center;
}
/*END*/
/*BEGIN*/
.ql_cpzx {
  min-height: 450px;
  padding-bottom: 40px;
}
.ql_cpzx li {
  float: left;
  width: 385px;
  height: 296px;
  position: relative;
  overflow: hidden;
  margin: 22px 22px 0 0;
}
.ql_cpzx li > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url(../images/y42.png) no-repeat left bottom;
}
.ql_cpzx li:hover > a {
  background: url(../images/y43.png) no-repeat center;
}
.ql_cpzxxx {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 34px;
  z-index: 12;
}
.ql_cpzxxx h3 {
  padding-left: 17px;
  width: 220px;
  float: left;
}
.ql_cpzxxx h3,
.ql_cpzxxx h3 a {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
.ql_cpzxxx h3 a {
  background: url(../images/y26.png) no-repeat left bottom;
    white-space: nowrap;
}
.ql_cpzxxx h3 a:hover {
  color: #ff0;
}
.ql_cpzxxx em {
  padding-right: 17px;
  float: right;
}
.ql_cpzxxx em,
.ql_cpzxxx em a {
  display: block;
  height: 34px;
  width: 24px;
}
.ql_cpzxxx em a {
  background: url(../images/y27.png) no-repeat center;
}
.ql_cpzxxx em a:hover {
  background: url(../images/y28.png) no-repeat center;
}
/*END*/
/*BEGIN*/
.ql_spzx {
  min-height: 450px;
  padding-bottom: 40px;
}
.ql_spzx li {
  float: left;
  width: 385px;
  margin: 42px 22px 0 0;
}
.ql_spzx li:hover h3 a {
  color: #1270d4;
}
.ql_spzx li:hover .ql_spzximg a {
  background: url(../images/y45.png) no-repeat center;
}
.ql_spzx h3 {
  padding-top: 19px;
}
.ql_spzx h3,
.ql_spzx h3 a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  text-align: center;
}
.ql_spzx h3 a {
  background: url(../images/y48.png) no-repeat center top;
}
.ql_spzximg {
  height: 280px;
  position: relative;
}
.ql_spzximg a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/y46.png) no-repeat left top;
  z-index: 12;
}
/*END*/
/*BEGIN*/
.ql_zxzpbox {
  height: 174px;
  clear: both;
  position: relative;
  background: url(../images/y52.png) no-repeat left 98px;
}
.ql_zxzpbox .prev,
.ql_zxzpbox .next {
  display: block;
  height: 15px;
  width: 31px;
  position: absolute;
  top: 98px;
  background: url(../images/y51.png) no-repeat;
}
.ql_zxzpbox .prev {
  background-position: left bottom;
  left: -56px;
}
.ql_zxzpbox .prev:hover {
  background-position: left top;
}
.ql_zxzpbox .next {
  background-position: right bottom;
  right: -56px;
}
.ql_zxzpbox .next:hover {
  background-position: right top;
}
.ql_zxzpul li {
  width: 112px;
  float: left;
  margin: 0 64px;
  background: url(../images/y49.png) no-repeat left top;
  cursor: pointer;
}
.ql_zxzpul li * {
  cursor: pointer;
}
.ql_zxzpul li:hover {
  background: url(../images/y50.png) no-repeat left top;
}
.ql_zxzpul li:hover em,
.ql_zxzpul li:hover span {
  color: #282828;
}
.ql_zxzpul li.on {
  background: url(../images/y50.png) no-repeat left top;
}
.ql_zxzpul li.on em,
.ql_zxzpul li.on span {
  color: #282828;
}
.ql_zxzpul em,
.ql_zxzpul span,
.ql_zxzpul h3 {
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #ffffff;
  padding: 0 14px;
}
.ql_zxzpul em {
  padding-top: 11px;
}
.ql_zxzpul h3 {
  padding-top: 62px;
  line-height: 26px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  font-weight: normal;
}
.ql_zxzpullis {
  padding-top: 40px;
  min-height: 320px;
}
.ql_zxzpullist {
  min-height: 250px;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.ql_zxzpullistbt {
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #1270d4;
}
.ql_zxzpullisb {
  padding-top: 69px;
  height: 35px;
  clear: both;
  background: url(../images/y54.png) no-repeat right top;
}
.ql_zxzpullisb a {
  display: block;
  height: 35px;
  line-height: 35px;
  width: 145px;
  text-align: center;
  background: url(../images/y53.png) no-repeat left top;
  float: left;
  margin-right: 23px;
  font-weight: normal;
  color: #fff;
}
.ql_zxzpullisb a:hover {
  background-position: right top;
  color: #282828;
}
.ql_zxzpullis li {
  display: none;
}
/*END*/
/*BEGIN*/
.ql_zxly {
  min-height: 450px;
  padding-bottom: 40px;
}
.ql_zxly li {
  padding-bottom: 2px;
}
.ql_zxly .ql_zxlyhf {
  padding-bottom: 38px;
}
.ql_zxlyel {
  float: left;
  width: 120px;
}
.ql_zxlyri {
  width: 640px;
  float: left;
  padding-left: 24px;
}
.ql_zxlyri1 {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #666666;
  padding-left: 22px;
}
.ql_zxlyrisd {
  float: left;
  border: 1px solid #e1e1e1;
  padding: 19px 20px;
  position: relative;
  background: #f7f7f7;
  min-height: 26px;
  line-height: 26px;
  color: #333333;
  font-size: 14px;
}
.ql_zxlyrisd em {
  display: block;
  height: 18px;
  width: 24px;
  background: url(../images/y15.png) no-repeat left top;
  position: absolute;
  top: -2px;
  left: -20px;
}
.ql2_zxlyel {
  float: right;
  width: 120px;
  text-align: right;
}
.ql2_zxlyri {
  width: 790px;
  float: right;
  padding-right: 24px;
}
.ql2_zxlyri1 {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #666666;
  padding-right: 25px;
  text-align: right;
}
.ql2_zxlyrisd {
  float: right;
  border: 1px solid #e1e1e1;
  padding: 19px 20px;
  position: relative;
  background: #2772b4;
  min-height: 26px;
  line-height: 26px;
  color: #fff;
  font-size: 14px;
}
.ql2_zxlyrisd em {
  display: block;
  height: 18px;
  width: 24px;
  background: url(../images/y14.png) no-repeat right top;
  position: absolute;
  top: -2px;
  right: -21px;
}
/*END*/
/*BEGIN*/
.ql_zxlyss {
  background: #f5f7f9 url("../images/y64.jpg") no-repeat right top;
  height: 537px;
  padding-bottom: 0;
}
.ql_zxlyx {
  padding-top: 65px;
}
.ql_zxlyx li {
  padding-bottom: 15px;
  vertical-align: middle;
  overflow: hidden;
}
.ql_zxlyx em {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  width: 160px;
  padding-right: 12px;
  text-align: right;
  font-size: 16px;
  color: #303942;
}
.ql_zxlyx span {
  display: block;
  height: 38px;
  border: 1px solid #e3e3e3;
  width: 375px;
  padding: 0 10px 0 55px;
  float: left;
}
.ql_zxlyx span input {
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #303942;
  width: 100%;
}
.ql_zxlyx .ql_zxlyxbg4 {
  background: #fff url(../images/y65.jpg) no-repeat 9px 10px;
  padding: 10px 10px 10px 55px;
  height: 87px;
  width: 375px;
}
.ql_zxlyx .ql_zxlyxbg4 textarea {
  height: 87px;
  line-height: 26px;
  font-size: 14px;
  color: #303942;
  width: 100%;
  resize: none;
}
.ql_zxlyx strong {
  display: block;
  float: left;
  height: 40px;
  width: 25px;
  background: url("../images/y57.png") no-repeat right center;
}
.ql_zxlyxbg1 {
  background: #fff url(../images/y59.jpg) no-repeat 14px center;
}
.ql_zxlyxbg2 {
  background: #fff url(../images/y60.jpg) no-repeat 14px center;
}
.ql_zxlyxbg3 {
  background: #fff url(../images/y61.jpg) no-repeat 14px center;
}
.ql_zxlyxbg5 {
  background: #fff url(../images/y63.jpg) no-repeat 14px center;
}
.ql_zxlyx_ug {
  margin-left: 15px;
  float: left;
  height: 38px;
  width: 90px;
  border: 1px solid #dbdbdb;
  cursor: pointer;
}
.ql_zxlyx_ug img {
  height: 38px;
  width: 90px;
  cursor: pointer;
}
.ql_zxly_btn {
  padding: 25px 0 0 172px;
  height: 44px;
}
.ql_zxly_btn a {
  display: block;
  height: 44px;
  line-height: 44px;
  width: 210px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #71aaff;
  margin-right: 30px;
  float: left;
}
.ql_zxly_btn a:hover {
  background: #0075ce;
}
/*END*/
/*网站CSS开始 联系方式开始*/
.bqy_lxfs_top {
  margin-bottom: 42px;
}
.bqy_lxfs_top_ul > li {
  float: left;
  font-size: 12px;
  color: #333;
  line-height: 48px;
  padding-left: 68px;
  float: left;
}
.bqy_lxfs_top_ul .bqy_lxfs1 {
  background: url(../images/lxq_ybd_51.png) center left no-repeat;
  width: 340px;
  height: 48px;
  margin-right: 154px;
  margin-bottom: 30px;
}
.bqy_lxfs_top_ul .bqy_lxfs2 {
  background: url(../images/lxq_ybd_52.png) center left no-repeat;
  width: 340px;
  height: 48px;
  margin-right: 154px;
   margin-bottom: 30px;
}
.bqy_lxfs_top_ul .bqy_lxfs3 {
  background: url(../images/bqy_ybd_53.png) center left no-repeat;
  width: 340px;
  height: 48px;
  margin-right: 154px;
   margin-bottom: 30px;
}
/*网站CSS结束 联系方式结束*/
/*网站CSS开始 网站地图开始*/
.bqy_sitemap {
  background: url(../images/bqy_ybd_16.png) center 67px no-repeat;
  width: 100%;
  height: auto;
}
.bqy_sitemap_main {
  min-height: 350px;
}
.bqy_sitemap_main_ul > li {
  min-width: 145px;
  text-align: center;
  float: left;
}
.bqy_sitemap_main_ul .widthwh {
  width: 182px !important;
  text-align: center;
}
.bqy_sitemap_main_ul .widthwh1 {
  width: 182px !important;
  text-align: center;
}
.widthwh .widthwh2 a {
  min-width: 114px !important;
}
.bqy_sitemap_main_ul .widthwh2 {
  width: 182px !important;
  text-align: center;
}
.bqy_sitemap_main_ul > li .bqy_sitemap_div1 {
  height: 77px;
  line-height: 77px;
  text-align: center;
  background: url(../images/bqy_ybd_56.png) center bottom no-repeat;
  font-size: 16px;
  color: #333;
  width: 145px;
  margin-bottom: 10px;
}
.bqy_sitemap_main_ul > li .bqy_sitemap_div1 > a {
  color: #333;
  display: block;
}
.bqy_sitemap_div2 .le_bj {
  display: block;
  background: url(../images/bqy_ybd_57.png) center left no-repeat;
  width: 5px;
  height: 32px;
  float: left;
}
.bqy_sitemap_div2:hover .le_bj {
  background: url(../images/bqy_ybd_571.png) center left no-repeat;
}
.bqy_sitemap_div2:hover .ri_bj {
  background: url(../images/bqy_ybd_581.png) center left no-repeat;
}
.bqy_sitemap_div2:hover a {
  background-color: #1270d4;
}
.bqy_sitemap_div2 a {
  display: block;
  background-color: #28a1e8;
  height: 32px;
  float: left;
  line-height: 32px;
  padding: 0 16px;
  font-size: 14px;
  color: #fff;
}
.bqy_sitemap_div2 {
  margin-top: 15px;
}
.bqy_sitemap_div2 h2 {
  display: inline-block;
  font-weight: normal;
}
.bqy_sitemap_div2 .ri_bj {
  display: block;
  background: url(../images/bqy_ybd_58.png) center left no-repeat;
  width: 5px;
  height: 32px;
  float: left;
}
.bqy_sitemap_main_ul > li .bqy_sitemap_div1:hover {
  background: url(../images/bqy_ybd_561.png) center bottom no-repeat;
}
.bqy_sitemap_main_ul > li .bqy_sitemap_div1:hover > a {
  color: #45aeeb;
}
/*网站CSS结束 网站地图结束*/
/*BEGIN*/
/*网站CSS开始 首页 开始*/
.bqy_index_top {
  height: 735px;
  width: 100%;
  background: url(../images/bqy_ybd_70.png) center center no-repeat;
}
.bqy_index_top_main_top {
  height: 370px;
  padding-top: 102px;
}
.bqy_index_top_main_top_left {
  width: 741px;
  float: left;
  height: 200px;
}
.bqy_index_top_main_top_right {
  width: 246px;
  float: right;
  padding-left: 39px;
}
.bqy_index_top_main_top_left > h2 {
  height: 81px;
  background: url(../images/bqy_ybd_71.png) left 30px no-repeat;
  font-weight: normal;
}
.bqy_index_top_main_top_left > h2 > a {
  display: block;
  font-weight: normal;
  font-size: 15px;
  color: #333;
}
.bqy_index_top_main_top_left > h2 > a:hover {
  color: #006ebd;
}
.bqy_index_top_main_top_left > em {
  display: block;
  line-height: 28px;
  font-size: 14px;
  color: #666;
  height: 164px;
  overflow: hidden;
}
.bqy_index_top_main_top_left > em > a {
  color: #006ebd;
}
.bqy_index_top_main_top_left > em > a:hover {
  color: #045c9b;
}
.bqy_index_top_main_top_left > a {
  display: block;
  background: url(../images/bqy_ybd_73.png) center left no-repeat;
  width: 40px;
  height: 40px;
  margin-top: 40px;
}
.bqy_index_top_main_top_left > a:hover {
  background: url(../images/bqy_ybd_72.png) center left no-repeat;
}
.bqy_index_top_main_top_right > h2 {
  height: 81px;
  background: url(../images/bqy_ybd_74.png) left 30px no-repeat;
  font-weight: normal;
}
.bqy_index_top_main_top_right > h2 > a {
  display: block;
  font-weight: normal;
  font-size: 15px;
  color: #333;
}
.bqy_index_top_main_top_right > h2 > a:hover {
  color: #006ebd;
}
.bqy_index_top_main_top_right > em {
  display: block;
  line-height: 28px;
  font-size: 14px;
  color: #666;
  height: 164px;
  overflow: hidden;
}
.bqy_index_top_main_down {
  background: url(../images/bqy_ybd_76.png) bottom left no-repeat;
  width: 1017px;
  height: 263px;
}
.bqy_index_top_main_down_left {
  width: 400px;
  float: left;
}
.bqy_index_top_main_down_left > h2 {
  height: 69px;
  background: url(../images/bqy_ybd_77.png) left bottom no-repeat;
  font-weight: normal;
  margin-top: 108px;
  margin-left: 35px;
}
.bqy_index_top_main_down_left > h2 > a {
  display: block;
  color: #fff;
  height: 33px;
  left: 33px;
}
.bqy_index_top_main_down_left > h2 > a:hover {
  color: #1270d4;
}
.bqy_index_top_main_down_left > a {
  display: block;
  background: url(../images/bqy_ybd_73.png) center left no-repeat;
  width: 40px;
  height: 40px;
  margin-top: 17px;
  margin-left: 35px;
}
.bqy_index_top_main_down_left > a:hover {
  background: url(../images/bqy_ybd_72.png) center left no-repeat;
}
.bqy_index_top_main_down_right {
  background: url(../images/bqy_ybd_75.png) center right no-repeat;
  width: 220px;
  height: 262px;
  float: right;
  position: relative;
}
.bqy_index_top_main_down_right > a {
  display: block;
  background: url(../images/bqy_ybd_78.png) center center no-repeat;
  width: 66px;
  height: 66px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -33px;
  margin-left: -33px;
}
.bqy_index_top_main_down_right > a:hover {
  background: url(../images/bqy_ybd_79.png) center center no-repeat;
}
.bqy_index_top_cpzx {
 min-height: 598px;
}
.bqy_index_top_cpzx > h2 {
  background: url(../images/bqy_ybd_80.png) left 103px no-repeat;
  width: 1200px;
  height: 197px;
  font-weight: normal;
}
.bqy_index_top_cpzx > h2 > a {
  display: block;
  text-align: center;
  height: 44px;
  line-height: 44px;
  color: #333;
  padding-top: 60px;
}
.bqy_index_top_cpzx > h2 > a:hover {
  color: #1270d4;
}
.bqy_index_top_cpzx_main {
  height: 475px;
  width: 100%;
  background-color: #1270d4;
}
.bqy_index_top_gsdt {
  min-height: 534px;
  background-color: #efefef;
}
.bqy_index_top_gsdt_main_left {
  width: 520px;
  height: 358px;
  background-color: #fff;
  float: left;
  padding: 15px 34px;
}
.bqy_index_top_gsdt_main_right {
  width: 520px;
  height: 358px;
  background-color: #fff;
  float: right;
  padding: 15px 34px;
}
.bqy_index_top_gsdt_main {
  padding-top: 48px;
}
.bqy_index_top_gsdt_main_left .bqy_lt {
  float: left;
  width: 147px;
}
.bqy_index_top_gsdt_main_left .bqy_lt > h2 {
  height: 300px;
  background: url(../images/bqy_ybd_81.png) left 70px no-repeat;
  font-weight: bold;
}
.bqy_index_top_gsdt_main_left .bqy_lt > h2 > a {
  display: block;
  background: url(../images/bqy_ybd_82.png) left bottom no-repeat;
  width: 89px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding-top: 156px;
}
.bqy_index_top_gsdt_main_left .bqy_lt > h2 > a:hover {
  background: url(../images/bqy_ybd_83.png) left bottom no-repeat;
}
.bqy_index_top_gsdt_main_right .bqy_lt {
  float: left;
  width: 147px;
}
.bqy_index_top_gsdt_main_right .bqy_lt > h2 {
  height: 300px;
  background: url(../images/bqy_ybd_84.png) left 70px no-repeat;
  font-weight: bold;
}
.bqy_index_top_gsdt_main_right .bqy_lt > h2 > a {
  display: block;
  background: url(../images/bqy_ybd_82.png) left bottom no-repeat;
  width: 89px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding-top: 156px;
}
.bqy_index_top_gsdt_main_right .bqy_lt > h2 > a:hover {
  background: url(../images/bqy_ybd_83.png) left bottom no-repeat;
}
/*网站CSS结束 首页结束*/
.bqy_index_top_gsdt_main_down {
  padding: 30px 0;
  min-height: 28px;
  line-height: 28px;
}
.bqy_index_top_gsdt_main_down > a {
  color: #666666;
  font-size: 14px;
  padding:0 24px 0 15px;
  display: block;float: left;
  background: url(../images/xiegang.png) right center no-repeat;
}
.bqy_index_top_gsdt_main_down > a:hover {
  color: #1270d4;
}
.bqy_index_top_gsdt_main_down > em {
  font-size: 18px;
  color: #1270d4;
  font-weight: bold;
  display: block;
  float: left;
}
.bqy_index_top_gsdt_main_down {
  color: #666666;
}
.bqy_rt {
  width: 370px;
  float: right;
}
.bqy_rt_ul{
  min-height: 318px;
}
.bqy_rt_ul > li {
  height: 106px;
  border-bottom: 1px dotted #b3b3b3;
  width: 370px;
}
.bqy_rt_ul > li > em {
  height: 45px;
  line-height: 45px;
  display: block;
  color: #8e8e8e;
  font-size: 14px;
}
.bqy_rt_ul > li > h3 {
  height: 22px;
  line-height: 22px;
  color: #303030;
  font-size: 16px;
  overflow: hidden;
}
.bqy_rt_ul > li > h3 > a {
  color: #303030;
}
.bqy_rt_ul > li > h3 > a:hover {
  color: #1270d4;
}
.bqy_rt_ul > li > div {
  height: 26px;
  line-height: 26px;
  color: #999999;
  font-size: 14px;
  overflow: hidden;
}
.bqy_rt > a {
  display: block;
  width: 76px;
  height: 21px;
  border: 1px solid #cdcdcd;
  line-height: 21px;
  text-align: center;
  margin-top: 17px;
  float: right;
  color: #666;
  font-size: 12px;
}
.bqy_rt > a:hover {
  border: 1px solid #1270d4;
  color: #1270d4;
}
.bqy_index_top_cpzx_main_top_ul {
  height: 80px;
  padding-top: 45px;
}
.bqy_index_top_cpzx_main_top_ul > li>h2 {
  float: left;
  min-width: 73px;
  padding: 0 13px;
  height: 43px;
  background-color: #0058b5;
  line-height: 43px;
  text-align: center;
  margin-right: 15px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.bqy_index_top_cpzx_main_top_ul > li:hover>h2{
  background-color: #fff;
  color: #333;
}
.bqy_index_top_cpzx_main_top_ul > li.on>h2 {
  background-color: #fff;
  color: #333;
}
.bqy_main_ul {
  min-height: 350px;
}
.bqy_main_ul > li {
  float: left;
  width: 386px;
  height: 297px;
  margin-right: 14px;
  margin-top: 13px;
  position: relative;
}
.bqy_main_ul > li > a {
  display: block;
}
.bqy_main_ul > li > div {
  position: absolute;
  left: 0;
  bottom: 0px;
  background: url(../images/bqy_ybd_86.png) center bottom no-repeat;
  width: 386px;
  height: 132px;
}
.bqy_main_ul > li > div h3 {
  height: 36px;
  min-width: 86px;
  border-bottom: 2px solid #fff;
  line-height: 36px;
  margin-top: 66px;
  margin-left: 21px;
  float: left;
}
.bqy_main_ul > li > div > a {
  display: block;
  float: right;
  width: 15px;
  height: 9px;
  margin-top: 82px;
  margin-right: 21px;
  background: url(../images/bqy_ybd_25.png) center center no-repeat;
}
.bqy_main_ul > li > div h3 > a {
  color: #fff;
}
.bqy_main_ul > li > div h3 > a:hover {
  color: #1270d4;
}
.bqy_main_ul > li > em > a:hover {
  background: url(../images/bqy_ybd_241.png) left top no-repeat;
}
.bqy_main_ul > li > div > a:hover {
  margin-right: 21px;
  background: url(../images/bqy_ybd_251.png) center center no-repeat;
}
.bqy_index_top_cpzx_main_down_main1 {
  position: relative;
}
.left_anniu {
  position: absolute;
  top: -63px;
  right: 46px;
  background: url(../images/bqy_ybd_89.png) center center no-repeat;
  width: 13px;
  height: 25px;
}
.right_anniu {
  position: absolute;
  top: -63px;
  right: 24px;
  background: url(../images/bqy_ybd_90.png) center center no-repeat;
  width: 13px;
  height: 25px;
}
.left_anniu:hover {
  background: url(../images/bqy_ybd_87.png) center center no-repeat;
}
.right_anniu:hover {
  background: url(../images/bqy_ybd_88.png) center center no-repeat;
}
/*END*/
/*BEGIN*/
/*网站CSS开始 英博达bottom开始*/
.bqy_bottom {
  width: 100%;
  min-height: 306px;
  background-color: #333333;
}
.bqy_bottom_main_top_left {
  float: left;
  width: 770px;
}
.bqy_bottom_main_top {
  padding-bottom: 38px;
  border-bottom: 1px solid #5f5f5f;
}
.bqy_bottom_main_top_right {
  float: right;
  width: 430px;
  margin-top: 30px;
}
.bqy_bottom_main_top_left_ul {
  margin-top: 30px;
}
.bqy_bottom_main_top_left_ul > li a:hover {
  color: #28a1e8;
}
.bqy_bottom_main_top_left_ul > li {
  float: left;
  min-width: 102px;
  margin-right: 10px;
}
.bqy_bottom_main_top_left_ul > li > strong {
  display: block;
  height: 40px;
  background: url(../images/bqy_ybd_07.png) left bottom no-repeat;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 18px;
}
.bqy_bottom_main_top_left_ul > li > strong > a {
  display: block;
  color: #f8f8f8;
}
.bqy_bottom_main_top_left_ul > li > em {
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
}
.bqy_bottom_main_top_left_ul > li > em > a {
  color: #717171;
}
.bqy_bottom_main_top_right_le {
  width: 330px;
  float: left;
}
.bqy_bottom_main_top_right_ri {
  width: 88px;
  float: right;
}
.bqy_bottom_main_top_right_le .bqy_phone {
  font-size: 14px;
  color: #717171;
  min-height: 29px;
  line-height: 29px;
}
.bqy_bottom_main_top_right_le .bqy_zxrx {
  height: 50px;
  line-height: 50px;
  background: url(../images/bqy_ybd_08.png) left 13px no-repeat;
  font-size: 30px;
  color: #fff;
  padding-left: 92px;
}
.bqy_bdfx_main > a {
  padding: 0 !important;
  padding-right: 4px !important;
}
.bqy_bdfx_main .bqy_bds_tsina {
  background: url(../images/bqy_ybd_09.png) center center no-repeat;
  width: 38px;
  height: 38px;
}
.bqy_bdfx_main .bqy_bds_weixin {
  background: url(../images/bqy_ybd_10.png) center center no-repeat;
  width: 38px;
  height: 38px;
}
.bqy_bdfx_main .bqy_bds_sqq {
  background: url(../images/bqy_ybd_11.png) center center no-repeat;
  width: 38px;
  height: 38px;
}
#bqy_bdfx {
  margin-top: 5px;
}
.bqy_bottom_main_bottom {
  color: #717171;
  font-size: 12px;
  padding-top: 10px;
  min-height: 25px;
  line-height: 25px;
}
.bqy_bottom_main_bottom > a {
  color: #717171;
}
.bqy_bottom_main_bottom img {
  vertical-align: middle;
}
.bqy_bottom_main_bottom > a:hover {
  color: #1270d4;
}
/*网站CSS结束 英博达bottom结束*/
/*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 {
    width: 800px;
    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;
}
.qlin_video_tcbox2 {
    height: 490px;
}
/*END*/
.ql_gghcss{ text-align: center; font-size: 16px; line-height: 26px; padding: 10px 0;}
.bqy_main_ul .bd .tempWrap{ width:1200px !important; }/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.hove a{
  color: #1270D4;
  cursor: pointer;
}
.hove a:hover{
  color: #FFA13D;
}