﻿@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,
legend,
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浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
input {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
/*重置input标签属性*/
textarea {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
/*重置textarea标签属性*/
/*清除float BEGIN*/
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
/*清除float END*/
/*init END*/
/*banner BEGIN*/
.hxq_banner {
  position: relative;
}
.hxq_banner .hxq_sub_banner_b {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.hxq_banner .hxq_sub_banner_b_ul {
  width: 100%;
}
.hxq_banner .hxq_sub_banner_b_ul > li {
  width: 100%;
}
.hxq_banner .hxq_sub_banner_b_ul > li img {
  width: 100%;
  vertical-align: middle;
}
.hxq_banner .hxq_sub_banner_h {
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 100;
  width: 100%;
}
.hxq_banner .hxq_sub_banner_h_ul {
  font-size: 0;
  text-align: center;
}
.hxq_banner .hxq_sub_banner_h_ul > li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  width: 31px;
  height: 7px;
  cursor: pointer;
  background: url(../images/hxq_banner01.png) no-repeat center;
}
.hxq_banner .hxq_sub_banner_h_ul > li.on {
  background: url(../images/hxq_banner00.png) no-repeat center;
}
.hxq_banner .hxq_sub_banner_h_ul > li:hover {
  background: url(../images/hxq_banner00.png) no-repeat center;
}
.hxq_sub_banner .hxq_sub_banner_b,
.hxq_sub_banner li {
  height: 360px;
}
.hxq_in_banner .hxq_sub_banner_b,
.hxq_in_banner li {
  height: 500px;
}
/*banner END*/
/*上下篇 BEGIN*/
.sub_updown {
  clear: both;
  font-family: "Microsoft YaHei", serif;
  overflow: hidden;
  font-size: 16px;
  padding: 4px 0;
  width: 100%;
}
.sub_updown .sub_updown_up,
.sub_updown .sub_updown_down {
  clear: both;
  overflow: hidden;
  margin: 6px 0;
}
.sub_updown div a {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  color: #333333;
}
.sub_updown a span {
  display: inline-block;
  width: 100px;
  height: 46px;
  margin: 0 15px 0 0;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background: #035cac;
}
.sub_updown a[href]:hover {
  color: #035cac;
}
.sub_updown a[href]:hover span {
  cursor: pointer;
  background: #14b544;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑", serif;
  font-size: 18px;
}
.paginator a,
.paginator span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  width: 47px;
  height: 47px;
  color: #fff;
  text-align: center;
  line-height: 46px;
  padding: 0 12px 12px 0;
  background: url(../images/hxq_fenye00.png) no-repeat center;
}
.paginator a[href]:hover {
  background: url(../images/hxq_fenye01.png) no-repeat center;
}
.paginator span {
  background: url(../images/hxq_fenye01.png) no-repeat center;
}
/*选中需要全部important一下*/
/*分页 END*/
/*此文件放置共用函数、变量等*/
/* 手机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: "微软雅黑";
  word-break: break-word;
  white-space: normal;
}
html,
body {
  min-width: 1200px;
}
/* 清楚浮动 */
.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;
}
/*头部*/
.hxq_header {
  z-index: 6000;
  min-height: 106px;
  border-top: 2px solid #0076dc;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.hxq_header > div {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
  zoom: 1;
}
.hxq_header > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_header_logo {
  float: left;
  padding: 20px 0 0 0;
}
.hxq_header_logo a {
  display: block;
}
.hxq_header_logo a img {
  vertical-align: middle;
}
.hxq_header_rt {
  float: right;
  width: 800px;
}
.hxq_header_rt1 {
  padding: 10px 0 0 0;
  *zoom: 1;
  zoom: 1;
}
.hxq_header_rt1:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_header_rt1 > div {
  float: right;
  *zoom: 1;
  zoom: 1;
}
.hxq_header_rt1 > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_header_lxfs {
  padding: 0 10px 0 30px;
  float: right;
  line-height: 40px;
  color: #0076dc;
  background: url(../images/hxq_header02.png) no-repeat left center;
  *zoom: 1;
  zoom: 1;
}
.hxq_header_lxfs:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_header_lxfs > span {
  float: left;
  font-size: 14px;
}
.hxq_header_lxfs > strong {
  float: left;
  font-weight: bold;
  font-size: 24px;
  font-family: Arial;
}
.hxq_header_link {
  float: right;
  padding: 6px 0;
}
.hxq_header_link a {
  float: left;
  margin: 0 10px 0 0;
  width: 109px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.hxq_header_link a:hover {
  color: #fff;
  background: url(../images/hxq_header00.png) no-repeat center;
}
.hxq_header_rt2 {
  *zoom: 1;
  zoom: 1;
}
.hxq_header_rt2:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_header_rt2 > div {
  float: right;
}
.hxq_header_nav {
  padding: 15px 0 0 0;
  line-height: 30px;
  *zoom: 1;
  zoom: 1;
}
.hxq_header_nav:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_header_nav > li {
  position: relative;
  float: left;
}
.hxq_header_nav > li > a {
  display: block;
  padding: 0 23px;
  line-height: 30px;
  font-size: 16px;
  color: #191411;
  background: url(../images/hxq_header03.png) no-repeat right center;
}
.hxq_header_nav > li:hover > a {
  color: #0085e0;
}
.hxq_header_nav > li.on > a {
  color: #0085e0;
}
.hxq_nav_select {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 30;
  display: none;
  width: 100%;
  text-align: center;
  background: #15b545;
}
.hxq_nav_select dd a {
  display: block;
  padding: 12px 10px;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  background: url(../images/hxq_nav_select00.jpg) repeat-x center bottom;
}
.hxq_nav_select dd a:hover {
  background: #035cac url(../images/nav1000.png) repeat-x center bottom !important;
}
.hxq_nav_select dd.on a {
  background: #035cac url(../images/nav1000.png) repeat-x center bottom !important;
}
/*头部*/
/*底部*/
.hxq_footer {
  background: #565656;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.hxq_footer > div {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
  zoom: 1;
}
.hxq_footer > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_foo1 {
  padding: 40px 0;
  border-bottom: 1px solid #666;
  *zoom: 1;
  zoom: 1;
}
.hxq_foo1:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_foo1_lt {
  margin: 0 0 0 -30px;
  float: left;
  *zoom: 1;
  zoom: 1;
}
.hxq_foo1_lt:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_foo1_lt dl {
  float: left;
  min-height: 140px;
  width: 100px;
  padding: 0 13px;
  text-align: center;
  background: url(../images/hxq_foo00.jpg) no-repeat right center;
}
.hxq_foo1_lt dt {
  line-height: 40px;
}
.hxq_foo1_lt dt a {
  font-size: 16px;
  color: #fff;
}
.hxq_foo1_lt dt a:hover {
  color: #0085e0;
}
.hxq_foo1_lt dd {
  line-height: 26px;
}
.hxq_foo1_lt dd a {
  font-size: 14px;
  color: #ccc;
}
.hxq_foo1_lt dd a:hover {
  color: #0085e0;
}
.hxq_foo1_ct {
  float: left;
  margin: 0 0 0 20px;
}
.hxq_foo1_ct img {
  vertical-align: middle;
}
.hxq_foo1_rt {
  float: right;
  width: 260px;
  font-size: 14px;
  color: #ccc;
  line-height: 26px;
}
.hxq_foo2 {
  padding: 15px 0;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  *zoom: 1;
  zoom: 1;
}
.hxq_foo2:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_foo2 a {
  color: #999;
}
.hxq_foo2 a:hover {
  color: #fff;
}
.hxq_foo2 img {
  vertical-align: middle;
}
.hxq_foo2_lt {
  overflow: hidden;
}
.hxq_foo2_rt {
  position: relative;
  margin: 5px 0 0 20px;
  float: right;
  width: 187px;
  height: 35px;
}
.hxq_foo2_rt > em {
  display: block;
  width: 187px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background: url(../images/hxq_foo01.png) no-repeat center;
  cursor: pointer;
}
.hxq_foo2_rt > em:hover {
  background: url(../images/hxq_foo02.png) no-repeat center;
}
.hxq_foo2_rt > div {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: none;
  padding: 10px 0;
  width: 100%;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
.hxq_foo2_rt > div ul {
  max-height: 200px;
}
.hxq_foo2_rt > div ul > li {
  padding: 5px 0;
}
.hxq_foo2_rt > div ul > li a {
  display: block;
  padding: 0 10px;
  line-height: 20px;
  font-size: 15px;
  color: #333;
}
.hxq_foo2_rt > div ul > li a:hover {
  color: #0085e0;
}
/*底部*/
/*首页*/
/*业务范围*/
.hxq_in_yw {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.hxq_in_yw_h {
  height: 81px;
  background: #fff;
}
.hxq_in_yw_h > div {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.hxq_in_yw_h_ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  *zoom: 1;
  zoom: 1;
}
.hxq_in_yw_h_ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_yw_h_ul > li {
  float: left;
}
.hxq_in_yw_h_ul > li h2 a {
  display: block;
  width: 240px;
  height: 88px;
  line-height: 80px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.hxq_in_yw_h_ul > li h2 a > em {
	padding: 0 0 0 50px;
  display: inline-block;
}
.hxq_in_yw_h_ul > li.on h2 a {
  color: #fff;
  background: url(../images/hxq_in_yw10.png) no-repeat center;
}
.hxq_in_yw_h_ul > li.on .hxq_in_yw_h1 {
  padding: 0 0 0 47px;
  background: url(../images/hxq_in_yw01.png) no-repeat left center;
}
.hxq_in_yw_h_ul > li.on .hxq_in_yw_h2 {
  padding: 0 0 0 47px;
  background: url(../images/hxq_in_yw03.png) no-repeat left center;
}
.hxq_in_yw_h_ul > li.on .hxq_in_yw_h3 {
  padding: 0 0 0 47px;
  background: url(../images/hxq_in_yw05.png) no-repeat left center;
}
.hxq_in_yw_h_ul > li.on .hxq_in_yw_h4 {
  padding: 0 0 0 47px;
  background: url(../images/hxq_in_yw07.png) no-repeat left center;
}
.hxq_in_yw_h_ul > li.on .hxq_in_yw_h5 {
  padding: 0 0 0 47px;
  background: url(../images/hxq_in_yw09.png) no-repeat left center;
}
.hxq_in_yw_h1 {
  padding: 0 0 0 47px;
  background: url(../images/hxq_in_yw00.png) no-repeat left center;
}
.hxq_in_yw_h2 {
  padding: 0 0 0 47px;
  background: url(../images/hxq_in_yw02.png) no-repeat left center;
}
.hxq_in_yw_h3 {
  padding: 0 0 0 47px;
  background: url(../images/hxq_in_yw04.png) no-repeat left center;
}
.hxq_in_yw_h4 {
  padding: 0 0 0 47px;
  background: url(../images/hxq_in_yw06.png) no-repeat left center;
}
.hxq_in_yw_h5 {
  padding: 0 0 0 47px;
  background: url(../images/hxq_in_yw08.png) no-repeat left center;
}
.hxq_in_yw_b {
  position: relative;
  overflow: hidden;
  background: #e6ebf2;
}
.hxq_in_yw_b > div {
  position: relative;
  overflow: hidden;
  height: 460px;
  width: 1200px;
  margin: 0 auto;
}
.hxq_in_yw_b_ul {
  margin: -110px 0 0 0;
  width: 1300px;
  height: 550px;
}
.hxq_in_yw_b_ul > li {
  position: relative;
  overflow: hidden;
  float: left;
  margin: 150px 14px 0 0;
  width: 265px;
  padding: 12px;
  background: #fff;
}
.hxq_in_yw_b_ul > li > a {
  background: url(../images/transparent.png) left bottom;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
}
.hxq_in_yw_b_ul > li > em {
  position: relative;
  overflow: hidden;
  display: block;
  width: 264px;
  height: 191px;
}
.hxq_in_yw_b_ul > li > em img {
  vertical-align: middle;
}
.hxq_in_yw_b_ul > li > div {
  position: relative;
  padding: 10px 0 10px 0;
}
.hxq_in_yw_b_ul > li > div h3 {
  text-align: center;
  line-height: 30px;
}
.hxq_in_yw_b_ul > li > div h3 a {
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
.hxq_in_yw_b_ul > li > div span {
  display: block;
  height: 44px;
  font-size: 12px;
  color: #666;
  line-height: 22px;
  text-align: center;
}
.hxq_in_yw_b_ul > li > div .hxq_more {
  position: absolute;
  top: 95px;
  left: 50%;
  z-index: 50;
  display: none;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  background: url(../images/hxq_in_yw12.png) no-repeat center;
}
.hxq_in_yw_b_ul > li:hover {
  background: #0085e0;
}
.hxq_in_yw_b_ul > li:hover > div h3 a {
  color: #fff;
}
.hxq_in_yw_b_ul > li:hover > div span {
  color: #fff;
}
/*业务范围*/
/*新闻视频*/
.hxq_in_xwsp {
  background: #f9f9f9 url(../images/hxq_in_xw00.png) no-repeat center top;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.hxq_in_xwsp > div {
  min-height: 450px;
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
  zoom: 1;
}
.hxq_in_xwsp > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_sp {
  float: left;
  padding: 80px 0 0 0;
  width: 590px;
  *zoom: 1;
  zoom: 1;
}
.hxq_in_sp:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_sp_lt {
  float: left;
  width: 190px;
  height: 280px;
  background: url(../images/hxq_in_sp00.png) no-repeat center;
}
.hxq_in_sp_rt {
  overflow: hidden;
}
.hxq_in_xw {
  float: left;
  width: 325px;
  padding: 68px 0 0 40px;
}
.hxq_in_xw_h h2 {
  line-height: 46px;
  border-bottom: 1px solid #dadada;
}
.hxq_in_xw_h h2 a {
  font-size: 20px;
  color: #0056a3;
  font-weight: bold;
}
.hxq_in_xw_h h2 a:hover {
  color: #4cc63f;
}
.hxq_in_xw_b ul > li {
  height: 34px;
  line-height: 34px;
  border-bottom: 1px dashed #d3d3d3;
  *zoom: 1;
  zoom: 1;
}
.hxq_in_xw_b ul > li:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_in_xw_b ul > li > span {
  float: right;
  margin: 0 10px 0 0;
  font-size: 12px;
  color: #999;
  font-family: Arial;
}
.hxq_in_xw_b ul > li > h3 {
  padding: 0 0 0 25px;
  background: url(../images/hxq_in_xw02.png) no-repeat 10px center;
}
.hxq_in_xw_b ul > li > h3 a {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
.hxq_in_xw_b ul > li:hover {
  background: #838383;
}
.hxq_in_xw_b ul > li:hover > h3 {
  background: url(../images/hxq_in_xw01.png) no-repeat 10px center;
}
.hxq_in_xw_b ul > li:hover > h3 a {
  color: #fff;
}
.hxq_in_xw_b ul > li:hover > span {
  color: #fff;
}
.hxq_in_xwsp_link {
  margin: 80px 0 0 0;
  height: 280px;
  width: 210px;
  float: right;
  background: #fff;
}
.hxq_in_xwsp_link > a {
  display: block;
  margin: 10px auto 0;
  width: 125px;
  height: 125px;
  overflow: hidden;
  background: url(../images/hxq_in_xw03.png) no-repeat center;
}
.hxq_in_xwsp_link > a:hover {
  background: url(../images/hxq_in_xw04.png) no-repeat center;
}
.hxq_in_xwsp_link > a > span {
  margin: 22px 0 0 0;
  display: block;
  height: 50px;
  cursor: pointer;
}
.hxq_in_xwsp_link > a > em {
  margin: 0 0 0 0;
  display: block;
  text-align: center;
  color: #666;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
}
.hxq_in_xwsp_link > a:hover > em {
  color: #fff;
}
.hxq_in_xwsp1 > span {
  background: url(../images/hxq_in_xw05.png) no-repeat center;
}
.hxq_in_xwsp1:hover > span {
  background: url(../images/hxq_in_xw06.png) no-repeat center;
}
.hxq_in_xwsp2 > span {
  background: url(../images/hxq_in_xw08.png) no-repeat center;
}
.hxq_in_xwsp2:hover > span {
  background: url(../images/hxq_in_xw07.png) no-repeat center;
}
/*新闻视频*/
/*首页*/
/*子页框架*/
.hxq_subpage {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.hxq_subpage > div {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
  zoom: 1;
}
.hxq_subpage > div:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_mbx {
  padding: 10px 0 0 0;
  *zoom: 1;
  zoom: 1;
}
.hxq_mbx:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_mbx > em {
  float: right;
  padding: 0 0 0 20px;
  font-size: 12px;
  color: #333;
  line-height: 30px;
  background: url(../images/hxq_subpage00.png) no-repeat left center;
}
.hxq_mbx > em a {
  color: #333;
}
.hxq_mbx > em a:hover {
  color: #035cac;
}
.hxq_subpage_h {
  min-height: 110px;
  background: url(../images/hxq_subpage01.png) no-repeat center top;
}
.hxq_subpage_title {
  padding: 32px 0 0 0;
  line-height: 40px;
  text-align: center;
  font-size: 28px;
  color: #010000;
  font-weight: bold;
}
.hxq_subpage_h_txt {
  padding: 15px 0 0 0;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
.hxq_subpage_nav {
  padding: 10px 0;
}
.hxq_subpage_nav_ul {
  text-align: center;
  font-size: 0;
}
.hxq_subpage_nav_ul > li {
  display: inline-block;
  margin: 10px 13px 0;
}
.hxq_subpage_nav_ul > li h2 a {
  display: block;
  padding: 0 20px;
  text-align: center;
  height: 66px;
  line-height: 62px;
  background: url(../images/hxq_subpage02.png) repeat-x center top;
}
.hxq_subpage_nav_ul > li h2 a em {
  display: inline-block;
  padding: 0 0 0 45px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.hxq_subpage_nav_ul > li:hover h2 a {
  background: url(../images/hxq_subpage03.png) center top;
}
.hxq_subpage_nav_ul > li.on h2 a {
  background: url(../images/hxq_subpage03.png) center top;
}
.hxq_subpage_b {
  min-height: 400px;
  *zoom: 1;
  zoom: 1;
}
.hxq_subpage_b:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_nav1_1 {
  background: url(../images/hxq_nav1_1.png) no-repeat left center;
}
.hxq_nav1_2 {
  background: url(../images/hxq_nav1_2.png) no-repeat left center;
}
.hxq_nav1_3 {
  background: url(../images/hxq_nav1_3.png) no-repeat left center;
}
.hxq_nav1_4 {
  background: url(../images/hxq_nav1_4.png) no-repeat left center;
}
.hxq_nav2_1 {
  background: url(../images/hxq_nav2_1.png) no-repeat left center;
}
.hxq_nav2_2 {
  background: url(../images/hxq_nav2_2.png) no-repeat left center;
}
.hxq_nav3_1 {
  background: url(../images/hxq_nav3_1.png) no-repeat left center;
}
.hxq_nav3_2 {
  background: url(../images/hxq_nav3_2.png) no-repeat left center;
}
.hxq_nav3_3 {
  background: url(../images/hxq_nav3_3.png) no-repeat left center;
}
.hxq_nav3_4 {
  background: url(../images/hxq_nav3_4.png) no-repeat left center;
}
.hxq_nav4_1 {
  background: url(../images/hxq_nav4_1.png) no-repeat left center;
}
.hxq_nav4_2 {
  background: url(../images/hxq_nav4_2.png) no-repeat left center;
}
/*子页框架*/
/*网站地图*/
.hxq_sitemap {
  padding: 40px 0 50px 0;
}
.hxq_sitemap_link {
  text-align: center;
  font-size: 0;
}
.hxq_sitemap_link dl {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  margin: 0 17px;
}
.hxq_sitemap_link dt a {
  display: inline-block;
  padding: 35px 0 10px 0;
  line-height: 30px;
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid #14b544;
}
.hxq_sitemap_link dt a:hover {
  color: #035cac;
  border-bottom: 1px solid #035cac;
}
.hxq_sitemap_link dd {
  padding: 10px 0;
}
.hxq_sitemap_link dd a {
  font-size: 16px;
  color: #000;
  line-height: 24px;
}
.hxq_sitemap_link dd a:hover {
  color: #035cac;
}
.hxq_sitemap1 a {
  background: url(../images/hxq_sitemap00.png) no-repeat center top;
}
.hxq_sitemap2 a {
  background: url(../images/hxq_sitemap01.png) no-repeat center top;
}
.hxq_sitemap3 a {
  background: url(../images/hxq_sitemap02.png) no-repeat center top;
}
.hxq_sitemap4 a {
  background: url(../images/hxq_sitemap03.png) no-repeat center top;
}
.hxq_sitemap5 a {
  background: url(../images/hxq_sitemap04.png) no-repeat center top;
}
.hxq_sitemap6 a {
  background: url(../images/hxq_sitemap05.png) no-repeat center top;
}
.hxq_sitemap7 a {
  background: url(../images/hxq_sitemap07.png) no-repeat center top;
}
.hxq_sitemap8 a {
  background: url(../images/hxq_sitemap08.png) no-repeat center top;
}
.hxq_sitemap9 a {
  background: url(../images/hxq_sitemap09.png) no-repeat center top;
}
/*网站地图*/
/*联系方式*/
.hxq_lxfs {
  padding: 40px 0 50px 0;
  *zoom: 1;
  zoom: 1;
}
.hxq_lxfs:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_lxfs_lt {
  float: left;
  width: 500px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.hxq_lxfs_rt {
  float: right;
  width: 698px;
  border: 1px solid #dadada;
}
/*联系方式*/
/*在线留言*/
.hxq_zxly {
  padding: 30px 0 40px 0;
}
.hxq_input1 {
  float: left;
  margin: 0 27px 0 0;
  width: 382px;
  height: 52px;
  background: url(../images/hxq_zxly00.png) no-repeat center;
  *zoom: 1;
  zoom: 1;
}
.hxq_input1:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_input1 > strong {
  float: left;
  margin: 0 0 0 15px;
  height: 52px;
  width: 50px;
}
.hxq_input1 > em {
  float: left;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  color: #333;
}
.hxq_input1 > em span {
  color: #ee0000;
}
.hxq_input1 > span {
  float: left;
  margin: 0 0 0 10px;
  width: 233px;
}
.hxq_input1 > span input {
  height: 52px;
  width: 100%;
  line-height: 52px;
  font-size: 14px;
  color: #333;
}
.hxq_zxly1 {
  background: url(../images/hxq_lxfs03.png) no-repeat center;
}
.hxq_zxly2 {
  background: url(../images/hxq_lxfs04.png) no-repeat center;
}
.hxq_zxly3 {
  background: url(../images/hxq_lxfs05.png) no-repeat center;
}
.hxq_zxly4 {
  background: url(../images/hxq_lxfs06.png) no-repeat center;
}
.hxq_zxly5 {
  background: url(../images/hxq_lxfs07.png) no-repeat center;
}
.hxq_zxly_box2 {
  background: url(../images/hxq_lxfs09.png) no-repeat right center;
}
.hxq_input2 {
  width: 999px;
  height: 223px;
  background: url(../images/hxq_lxfs02.png) no-repeat center;
}
.hxq_input2 > span {
  margin: 12px 10px;
  width: 848px;
}
.hxq_input2 > span textarea {
  width: 848px;
  height: 200px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  resize: none;
  overflow-y: auto;
}
.hxq_yzm {
  *zoom: 1;
  zoom: 1;
}
.hxq_yzm:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_yzm > a {
  float: left;
  margin: 0 0 0 25px;
  position: relative;
  overflow: hidden;
  height: 50px;
  width: 150px;
  border: 1px solid #929090;
}
.hxq_yzm > a:hover {
  border: 1px solid #0085e0;
}
.hxq_yzm > a img {
  vertical-align: middle;
}
.hxq_input3 {
  width: 252px;
  background: url(../images/hxq_lxfs08.png) no-repeat center;
}
.hxq_input3 > span {
  width: 115px;
}
.hxq_zxly_btn {
  float: right;
  *zoom: 1;
  zoom: 1;
}
.hxq_zxly_btn:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_zxly_btn > a {
  display: block;
  margin: 0 0 0 35px;
  float: left;
  width: 152px;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: url(../images/hxq_lxfs10.png) no-repeat center;
}
.hxq_zxly_btn > a:hover {
  background: url(../images/hxq_lxfs11.png) no-repeat center;
}
/*在线留言*/
/*查看留言*/
.hxq_ckly {
  padding: 30px 0;
}
.hxq_ckly_box {
  padding: 0 0 30px 0;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
.hxq_ckly_ul {
  margin-top: -30px;
}
.hxq_ckly_ul > li {
  padding: 30px 0 0 0;
}
.hxq_ckly_ly_h {
  padding: 0 0 0 70px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #000;
  background: url(../images/hxq_ckly00.jpg) no-repeat left center;
}
.hxq_ckly_ly_h span {
  font-weight: bold;
}
.hxq_ckly_ly_h em {
  padding: 0 0 0 20px;
  font-size: 16px;
}
.hxq_ckly_ly_b {
  padding: 10px 35px;
  font-size: 14px;
  color: #000;
  line-height: 24px;
  border-bottom: 1px solid #d5d7e0;
}
.hxq_ckly_hf {
  padding: 10px 0 0 0;
  *zoom: 1;
  zoom: 1;
}
.hxq_ckly_hf:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_ckly_hf_lt {
  min-height: 38px;
  float: left;
  line-height: 38px;
  padding: 0 0 0 70px;
  margin: 0 10px 0 0;
  font-size: 14px;
  color: #000;
  background: url(../images/hxq_ckly01.jpg) no-repeat left center;
}
.hxq_ckly_hf_rt {
  overflow: hidden;
  padding: 10px 20px;
  font-size: 14px;
  color: #000;
  line-height: 24px;
  background: #f9f9f9;
}
/*查看留言*/
/*新闻动态*/
.hxq_xwdt {
  padding: 0 0 30px 0;
}
.hxq_xwdt_box {
  padding: 30px 0;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
.hxq_xwdt_ul {
  width: 1300px;
  margin-top: -30px;
}
.hxq_xwdt_ul > li {
  float: left;
  margin: 30px 40px 0 0;
  width: 580px;
  background: #f8f8f8;
  *zoom: 1;
  zoom: 1;
}
.hxq_xwdt_ul > li:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_xwdt_ul > li:hover .hxq_xwdt_lt {
  color: #fff;
  background: #035cac;
}
.hxq_xwdt_lt {
  float: left;
  width: 125px;
  height: 126px;
  color: #585858;
  text-align: center;
  background: url(../images/hxq_xwdt00.jpg) no-repeat right center;
}
.hxq_xwdt_lt > span {
  display: block;
  width: 90px;
  margin: 0 auto;
  text-align: right;
  padding: 30px 0 0 0;
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
}
.hxq_xwdt_lt > em {
  display: inline-block;
  padding: 10px 0 0 0;
  width: 90px;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
}
.hxq_xwdt_rt {
  overflow: hidden;
  padding: 0 20px;
}
.hxq_xwdt_rt h3 {
  padding: 15px 0 10px 0;
  line-height: 30px;
}
.hxq_xwdt_rt h3 a {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.hxq_xwdt_rt h3 a:hover {
  color: #035cac;
}
.hxq_xwdt_rt > span {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
/*新闻动态*/
/*新闻动态详细*/
.hxq_xx_h {
  padding: 10px 0;
}
.hxq_xx_h h1 {
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}
.hxq_xx_xx {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #b2b2b3;
  *zoom: 1;
  zoom: 1;
}
.hxq_xx_xx:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_xx_xx_lt {
  float: left;
}
.hxq_xx_xx_lt > span {
  float: left;
  padding: 0 50px 0 30px;
  background: url(../images/hxq_xx01.png) no-repeat left center;
}
.hxq_xx_xx_lt > em {
  float: left;
  padding: 0 50px 0 34px;
  background: url(../images/hxq_xx02.png) no-repeat left center;
}
.hxq_xx_xx_lt > strong {
  font-weight: normal;
  float: left;
}
#bdfx {
  float: left;
  margin: 6px 0 0 10px;
}
.hxq_xx_xx_rt {
  float: right;
  padding: 0 0 0 32px;
  background: url(../images/hxq_xx00.png) no-repeat left center;
}
.hxq_xx_xx_rt a {
  float: left;
  width: 34px;
  height: 40px;
}
.hxq_xx_xx_rt .hxq_sx {
  background: url(../images/hxq_xx03.png) no-repeat center;
}
.hxq_xx_xx_rt .hxq_sx:hover {
  background: url(../images/hxq_xx04.png) no-repeat center;
}
.hxq_xx_xx_rt .hxq_fd {
  margin: 0 3px 0 5px;
  background: url(../images/hxq_xx05.png) no-repeat center;
}
.hxq_xx_xx_rt .hxq_fd:hover {
  background: url(../images/hxq_xx06.png) no-repeat center;
}
.hxq_xx_xx_rt .hxq_gb {
  background: url(../images/hxq_xx07.png) no-repeat center;
}
.hxq_xx_xx_rt .hxq_gb:hover {
  background: url(../images/hxq_xx08.png) no-repeat center;
}
.hxq_xx_content {
  padding: 20px 0;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  min-height: 300px;
}
.hxq_xx_content img {
	max-width: 100% !important;
	height: auto;
	vertical-align: middle;
}
.hxq_xx_tj_h {
  height: 49px;
  background: url(../images/hxq_xx09.jpg) no-repeat center;
}
.hxq_xx_tj_b {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
.hxq_xx_tj_b ul {
  width: 1300px;
}
.hxq_xx_tj_b ul > li {
  float: left;
  margin: 0 68px 0 0;
  width: 565px;
  height: 30px;
  line-height: 30px;
  *zoom: 1;
  zoom: 1;
}
.hxq_xx_tj_b ul > li:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_xx_tj_b ul > li > span {
  float: right;
  font-size: 14px;
  color: #333;
}
.hxq_xx_tj_b ul > li > h3 {
  padding: 0 0 0 20px;
  background: url(../images/hxq_xx10.png) no-repeat left center;
}
.hxq_xx_tj_b ul > li > h3 a {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.hxq_xx_tj_b ul > li > h3 a:hover {
  color: #14b544;
}
/*新闻动态详细*/
/*业务范围*/
.hxq_ywfw {
  padding: 0 0 30px 0;
}
.hxq_ywfw_box {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
.hxq_ywfw_ul {
  margin: -40px 0 0 0;
  width: 1300px;
}
.hxq_ywfw_ul > li {
  position: relative;
  overflow: hidden;
  float: left;
  margin: 25px 14px 0 0;
  width: 265px;
  padding: 12px;
  background: #fafafa;
}
.hxq_ywfw_ul > li > a {
  background: url(../images/transparent.png) left bottom;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
}
.hxq_ywfw_ul > li > img {
  vertical-align: middle;
}
.hxq_ywfw_ul > li .hxq_ywfw_content {
  position: relative;
  padding: 10px 0 10px 0;
}
.hxq_ywfw_ul > li .hxq_ywfw_content h3 {
  text-align: center;
  line-height: 30px;
}
.hxq_ywfw_ul > li .hxq_ywfw_content h3 a {
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
.hxq_ywfw_ul > li .hxq_ywfw_content span {
  display: block;
  height: 22px;
  font-size: 12px;
  color: #666;
  line-height: 22px;
  text-align: center;
}
.hxq_ywfw_ul > li .hxq_ywfw_pop {
  display: block;
  background: #0085e0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s 0s;
  -o-transition: all .3s 0s;
  -moz-transition: all .3s 0s;
  transition: all .3s 0s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 40;
  width: 100%;
  height: 100%;
}
.hxq_ywfw_ul > li .hxq_ywfw_pop > em {
  display: block;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 60px 0 0 0;
  text-align: center;
  background: url(../images/hxq_ywfw00.jpg) no-repeat center bottom;
}
.hxq_ywfw_ul > li .hxq_ywfw_pop > span {
  display: block;
  height: 60px;
  padding: 25px 25px 10px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.hxq_ywfw_ul > li .hxq_ywfw_pop > a {
  position: relative;
  z-index: 50;
  display: block;
  height: 48px;
  width: 48px;
  margin: 0 auto;
  background: url(../images/hxq_in_yw12.png) no-repeat center;
}
.hxq_ywfw_pop_a {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 40 !important;
  width: 100% !important;
  height: 100% !important;
  background: url(../images/transparent.png) left bottom !important;
}
.hxq_ywfw_ul > li:hover .hxq_ywfw_pop {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
.hxq_ywfwxx {
  padding: 30px 0;
}
.hxq_ywfw_img {
  padding: 20px 0 0 0;
  text-align: center;
}
/*业务范围*/
/*下载中心*/
.hxq_xzzx {
  padding: 0 0 30px 0;
}
.hxq_xzzx_box {
  padding: 30px 0;
  min-height: 400px;
}
.hxq_xzzx_ul > li {
  padding: 20px 0;
  border-bottom: 1px solid #d7d7d7;
}
.hqx_xzzx_h {
  *zoom: 1;
  zoom: 1;
}
.hqx_xzzx_h:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hqx_xzzx_h > span {
  float: right;
  font-size: 18px;
  color: #5b5b5b;
}
.hqx_xzzx_h > h3 {
  line-height: 30px;
}
.hqx_xzzx_h > h3 a {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.hqx_xzzx_h > h3 a:hover {
  color: #035cac;
}
.hxq_xzzx_b {
  padding: 10px 0 0 0;
  *zoom: 1;
  zoom: 1;
}
.hxq_xzzx_b:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_xzzx_b > div {
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.hxq_xzzx_b > a {
  float: right;
  margin: 0 0 0 20px;
  width: 107px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: url(../images/hxq_xzzx01.png) no-repeat center;
}
.hxq_xzzx_b > a:hover {
  background: url(../images/hxq_xzzx00.png) no-repeat center;
}
/*下载中心*/
/*在线招聘*/
.hxq_zxzp {
  padding: 0 0 30px 0;
}
.hxq_zxzp_box {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
  min-height: 500px;
}
.hxq_zxzp_ul {
  width: 1300px;
  margin-top: -40px;
}
.hxq_zxzp_ul > li {
  width: 570px;
  float: left;
  margin: 40px 58px 0 0;
}
.hxq_zxzp_h {
  height: 70px;
  line-height: 70px;
  background: #14b544;
  *zoom: 1;
  zoom: 1;
}
.hxq_zxzp_h:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_zxzp_h > a {
  float: right;
  margin: 0 25px 0 0;
  color: #fff;
  font-size: 16px;
}
.hxq_zxzp_h > a:hover {
  color: #333;
}
.hxq_zxzp_h > em {
  display: block;
  padding: 0 0 0 25px;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.hxq_zxzp_b {
  padding: 0 0 10px 0;
  height: 202px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  border: 1px solid #e0e0e0;
}
.hxq_zxzp_b > div {
  padding: 10px 30px 0;
}
.hxq_zxzp_b > div > div {
  position: relative;
  overflow: hidden;
  height: 120px;
}
.hxq_zxzp_dot {
  display: none;
  padding: 0 30px;
}
.hxq_zxzp_pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
}
.hxq_zxzp_pop_bg {
  background: #000;
  opacity: .4;
  filter: alpha(opacity=40);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.hxq_zxzp_pop_box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 40;
  margin: -350px 0 0 -457px;
  width: 914px;
  height: 700px;
  background: #fff;
}
.hxq_zxzp_pop_h {
  height: 80px;
  line-height: 80px;
  background: #0085e0;
  *zoom: 1;
  zoom: 1;
}
.hxq_zxzp_pop_h:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hxq_zxzp_pop_h > a {
  float: right;
  margin: 28px 60px 0 0;
  width: 28px;
  height: 27px;
  background: url(../images/hxq_zxzp02.png) no-repeat center;
}
.hxq_zxzp_pop_h > a:hover {
  background: url(../images/hxq_zxzp03.png) no-repeat center;
}
.hxq_zxzp_pop_h > em {
  display: block;
  overflow: hidden;
  padding: 0 0 0 60px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.hxq_zxzp_pop_b {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.hxq_zxzp_pop_b > div {
  padding: 30px 60px;
}
.hxq_zxzp_pop_b_txt {
  height: 445px;
  position: relative;
  overflow-y: auto;
}
.hxq_zxzp_pop_b_btn {
  padding: 40px 0 0 0;
  text-align: center;
  font-size: 0;
}
.hxq_zxzp_pop_b_btn > a {
  display: inline-block;
  margin: 0 20px;
  width: 144px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: url(../images/hxq_zxzp00.png) no-repeat center;
}
.hxq_zxzp_pop_b_btn > a:hover {
  background: url(../images/hxq_zxzp01.png) no-repeat center;
}
/*在线招聘*/
/*简介*/
.hxq_jj {
  padding: 30px 0 50px 0;
  font-size: 14px;
  color: #333;
  line-height: 2.1;
}
.hxq_jj a {
  font-weight: bold;
  color: #035cac;
}
.hxq_jj a:hover {
  color: #14b544 !important;
}
.hxq_jj img {
  max-width: 100% !important;
  height: auto !important;
  vertical-align: middle;
}
/*简介*/

.qd_zwsj {
  width: 1200px;
  float: left;
  margin: 50px 0 0 0;
}
